.elementor-3657 .elementor-element.elementor-element-49cddde{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), parghraph;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3657 .elementor-element.elementor-element-c868ef9{padding:0px 0px 0px 0px;text-align:center;}.elementor-3657 .elementor-element.elementor-element-c868ef9 .elementor-heading-title{font-family:var( --e-global-typography-04f5c99-font-family ), parghraph;font-size:var( --e-global-typography-04f5c99-font-size );font-weight:var( --e-global-typography-04f5c99-font-weight );line-height:var( --e-global-typography-04f5c99-line-height );color:#080808;}.elementor-3657 .elementor-element.elementor-element-209b1f0{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-3657 .elementor-element.elementor-element-209b1f0 .elementor-heading-title{font-family:"Instrument Sans", parghraph;font-size:18px;font-weight:500;line-height:22px;color:#994E47;}.elementor-3657 .elementor-element.elementor-element-56ad5ac{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:50px;--padding-right:50px;}.elementor-3657 .elementor-element.elementor-element-9478d9d{--e-image-carousel-slides-to-show:1;}.elementor-3657 .elementor-element.elementor-element-9478d9d .elementor-swiper-button.elementor-swiper-button-prev, .elementor-3657 .elementor-element.elementor-element-9478d9d .elementor-swiper-button.elementor-swiper-button-next{color:#F4C2C2;}.elementor-3657 .elementor-element.elementor-element-9478d9d .elementor-swiper-button.elementor-swiper-button-prev svg, .elementor-3657 .elementor-element.elementor-element-9478d9d .elementor-swiper-button.elementor-swiper-button-next svg{fill:#F4C2C2;}.elementor-3657 .elementor-element.elementor-element-9478d9d .elementor-image-carousel-caption{text-align:center;}@media(max-width:1024px){.elementor-3657 .elementor-element.elementor-element-c868ef9 .elementor-heading-title{font-size:var( --e-global-typography-04f5c99-font-size );line-height:var( --e-global-typography-04f5c99-line-height );}}@media(max-width:767px){.elementor-3657 .elementor-element.elementor-element-c868ef9 .elementor-heading-title{font-size:var( --e-global-typography-04f5c99-font-size );line-height:var( --e-global-typography-04f5c99-line-height );}.elementor-3657 .elementor-element.elementor-element-209b1f0{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for container, class: .elementor-element-56ad5ac *//* FORCE swiper slide to act like boxed layout */
.testimonial-carousel .swiper-slide {
    display: flex !important;
    justify-content: center !important;
}

/* Limit actual content width */
.testimonial-carousel .swiper-slide-inner {
    max-width: 900px;              /* 🔥 THIS IS THE KEY */
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

/* Image */
.testimonial-carousel .swiper-slide-image {
    width: 360px;
    flex-shrink: 0;
    border-radius: 24px;
}

/* Text */
.testimonial-carousel .elementor-image-carousel-caption {
    max-width: 460px;
    text-align: left !important;
}

.testimonial-carousel .elementor-image-carousel-caption * {
    text-align: left !important;
}

/* ===============================
   NAME + HANDLE FIX
================================ */

/* Name */
.testimonial-carousel .elementor-image-carousel-caption strong {
    display: block;          /* force new line */
    font-size: 36px;         /* 🔼 name font size */
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 6px 0;
}

/* @username */
.testimonial-carousel .elementor-image-carousel-caption em {
    display: block;          /* name ke niche lao */
    font-size: 18px;
    font-style: normal;
    color: #ff8a65;
    margin: 0 0 16px 0;
}

/* Safety: ensure no inline behavior */
.testimonial-carousel .elementor-image-carousel-caption strong,
.testimonial-carousel .elementor-image-carousel-caption em {
    white-space: normal;
}


/* Remove margins */
.testimonial-carousel strong,
.testimonial-carousel em,
.testimonial-carousel p,
.testimonial-carousel .designation {
    margin: 0 0 10px 0;
}
/* ===============================
   FORCE CAPTION VISIBLE ON MOBILE
================================ */

/* Desktop – default */
.testimonial-carousel .elementor-image-carousel-caption {
    display: block;
}

/* MOBILE FIX */
@media (max-width: 767px) {

    /* Elementor hides caption on mobile – override it */
    .testimonial-carousel .elementor-image-carousel-caption {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        height: auto !important;
        margin-top: 16px;
        text-align: center;
    }

    /* Stack image + text */
    .testimonial-carousel .swiper-slide-inner {
        flex-direction: column !important;
        align-items: center;
    }

    /* Center text on mobile */
    .testimonial-carousel .elementor-image-carousel-caption,
    .testimonial-carousel .elementor-image-carousel-caption * {
        text-align: center !important;
    }
}/* End custom CSS */