/*
 Theme Name:   hello elementor child
 Template:     hello-elementor
*/

/* Accordion section */
/* custom-accordion-1 */
.custom-accordion-1 .e-n-accordion .e-n-accordion-item-title{
    border: 0px !important;
    border-bottom: 1px solid #000 !important;
}
.custom-accordion-1 .e-n-accordion .e-n-accordion-item .elementor-element{
    border: 0px !important;
}
@media (max-width: 767px){
    .custom-accordion-1 .background-image-section{
        height: 300px;
    }  
}
/* end */
/* end */
/* stap section */
/* custom-step-compontent-1 */
.custom-step-component-1 .step-description{
    height: 94%;
    width: 94%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translate(3%, 3%);
}
@media(max-width:992px){
    .custom-step-component-1 .step-description {
        height: 90%;
        width: 70%;
        transform: translate(22%, 6%);
    }
}
@media(max-width:767px){
    .custom-step-component-1 .step-description {
        height: 96%;
        width: 96%;
        transform: translate(2%, 2%);
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: hidden;
        overflow-y: scroll;
    }
}
/* end */
/* end */

/* Team section */
/* custom-team-1 */
/* Hover Zoom */
.team-member:hover .team-member-photo img {
    transform: scale(1.3);
}
.team-member .team-member-photo img {
    transform: scale(1);
    transition: 0.3s all ease;
}
/* Ripple Animation */
.team-member:hover .team-member-photo::before {
    animation: img_circle 0.65s;
}
/* Circle Ripple Effect */
.team-member .team-member-photo {
    overflow: hidden;
    position: relative;
    padding: 0;
}
.team-member .team-member-photo::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
    z-index: 1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.btn-linkdin span.elementor-button-text{
    position: relative;
}
.btn-linkdin span.elementor-button-text::before{
    content: '';
    position: absolute;
   width: 55px;
    height: 21px;
    left: -2px;
    border-radius: 50%;
    top: -4px;
    background-color: #B90808;
    z-index: -1;
    transform: scale(0);
    transition: all 500ms ease-in-out;
}
.btn-linkdin .elementor-button-link{
    font-size: 14px !important;
    background-color: white !important;
    color: black;
    border: 1px solid black;
    border-radius: 50%;
}
.btn-linkdin .elementor-button-link:hover{
    background-color: #fff0 !important;
    color: white;
    border:1px solid #fff;
}
.btn-linkdin .elementor-button-link:hover span.elementor-button-text::before{
    transform: scale(1.8);
}

/* Keyframes for expanding circle */
@keyframes img_circle {
    0% {
        opacity: 1;
        width: 0;
        height: 0;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

/* end */
/* end */


/* Testimonial section */
/* custom-testimonial-1 */
.custom-testimonials-1 .star-qoute-section {
    display: flex;
    align-items: center;
    margin-top: 42px;
}
.custom-testimonials-1 .star-qoute-section .right-img img{
    width: 40%;
}
.custom-testimonials-1 .star-qoute-section .left-img img{
    width: 70%;
}
.custom-testimonials-1 .star-qoute-section .right-img {
    text-align: right;
}
.custom-testimonials-1 .elementor-testimonial__text{
    padding-bottom: 32px;
    border-bottom: 2px solid white;
}

.custom-testimonials-1 .elementor-swiper-button.elementor-swiper-button-next, .custom-testimonials-1 .elementor-swiper-button.elementor-swiper-button-prev {
    top: 6% !important;
    border:1.5px dashed #585858;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.custom-testimonials-1 .elementor-swiper-button.elementor-swiper-button-prev {
    left: 80% !important;
}
@media(max-width: 992px){
    .custom-testimonials-1 .elementor-swiper-button.elementor-swiper-button-prev {
        left: 75% !important;
    }
}
@media(max-width: 767px){
    .custom-testimonials-1 .elementor-swiper-button.elementor-swiper-button-prev {
        left: 4% !important;
    }
    .custom-testimonials-1 .elementor-swiper-button.elementor-swiper-button-next {
        left: 24% !important;
    }
    .custom-testimonials-1 .star-qoute-section .right-img img{
        width: 50%;
    }
    .custom-testimonials-1 .star-qoute-section .left-img img{
        width: 100%;
    }
    .custom-testimonials-1 .elementor-swiper-button.elementor-swiper-button-next, .custom-testimonials-1 .elementor-swiper-button.elementor-swiper-button-prev {
        top: -6% !important;
        background-color: #ce132d;
    }
    .custom-testimonials-1 .star-qoute-section {
        margin-top: 0px;
    }
}

/* end */
/* end */