.elementor-226 .elementor-element.elementor-element-e9db77d{padding:0px 0px 0px 0px;}.elementor-226 .elementor-element.elementor-element-e9db77d .elementor-heading-title{font-family:"Cormorant Garamond", Sans-serif;font-size:59px;color:#C18A16;}.elementor-226 .elementor-element.elementor-element-c45c714{margin:-16px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-226 .elementor-element.elementor-element-c45c714 .elementor-heading-title{font-size:20px;font-weight:400;color:#FFFFFF;}.elementor-226 .elementor-element.elementor-element-0eb7001{--spacer-size:200px;}.elementor-226 .elementor-element.elementor-element-b6cab40{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f0721db *//* =========================================
   RESET
========================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* =========================================
   TESTIMONIALS SECTION
========================================= */

.testimonials-section {
    position: relative;

    width: 100%;

    padding: 28px 5.5% 35px;

    overflow: hidden;

    background: #f8f8f6;

    font-family: "Poppins", sans-serif;
}


/* =========================================
   SECTION HEADING
========================================= */

.testimonials-heading {
    position: relative;
    z-index: 2;

    text-align: center;

    margin-bottom: 28px;
}


/* SMALL GOLD TEXT */

.section-tag {
    display: block;

    color: #b67b13;

    font-size: 13px;

    font-weight: 600;

    letter-spacing: 2px;

    margin-bottom: 8px;
}


/* MAIN HEADING */

.testimonials-heading h2 {
    color: #1b4030;

    font-family: "Cormorant Garamond", Georgia, serif;

    font-size: clamp(36px, 3.2vw, 52px);

    font-weight: 700;

    line-height: 1.1;

    letter-spacing: 0.3px;
}


/* GOLD LINE */

.gold-line {
    width: 32px;
    height: 2px;

    margin: 10px auto 12px;

    background: #c58a1b;
}


/* DESCRIPTION */

.testimonials-heading p {
    color: #555555;

    font-size: 15px;

    font-weight: 400;

    line-height: 1.55;
}


/* =========================================
   TESTIMONIALS GRID
========================================= */

.testimonials-grid {
    position: relative;
    z-index: 2;

    width: 100%;

    max-width: 1450px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 18px;
}


/* =========================================
   TESTIMONIAL CARD - WHITE BOX
========================================= */

.testimonial-card {
    position: relative;

    min-height: 215px;

    display: flex;

    align-items: flex-start;

    padding: 24px 22px;

    background: #ffffff;

    border: 1px solid #e9e8e3;

    border-radius: 10px;

    box-shadow:
        0 4px 15px rgba(0, 0, 0, 0.045);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


.testimonial-card:hover {
    transform: translateY(-4px);

    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.08);
}


/* =========================================
   QUOTE ICON
========================================= */

.quote-icon {
    width: 54px;
    height: 54px;

    min-width: 54px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-right: 18px;

    border-radius: 50%;

    background: #f7f5ef;

    color: #ad7615;

    font-family: Georgia, serif;

    font-size: 48px;

    font-weight: bold;

    line-height: 1;

    padding-top: 13px;
}


/* =========================================
   TESTIMONIAL CONTENT
========================================= */

.testimonial-content {
    flex: 1;

    min-width: 0;
}


/* REVIEW TEXT */

.testimonial-text {
    min-height: 112px;

    color: #505050;

    font-size: 14px;

    font-weight: 400;

    line-height: 1.55;
}


/* =========================================
   STARS
========================================= */

.stars {
    color: #c88812;

    font-size: 18px;

    letter-spacing: 2px;

    line-height: 1;

    margin-top: 8px;

    white-space: nowrap;
}


/* =========================================
   SMALL GOLD LINE
========================================= */

.small-line {
    width: 26px;
    height: 1px;

    margin-top: 14px;
    margin-bottom: 12px;

    background: #d2ad67;
}


/* =========================================
   CLIENT INFO
========================================= */

.client-info {
    display: flex;

    align-items: center;

    gap: 13px;
}


/* =========================================
   PROFILE ICON
========================================= */

.profile {
    width: 58px;
    height: 58px;

    min-width: 58px;

    display: flex;

    align-items: center;
    justify-content: center;

    overflow: hidden;

    border-radius: 50%;

    border: 1px solid #ddddda;

    font-size: 30px;

    box-shadow:
        0 2px 6px rgba(0, 0, 0, 0.07);
}


/* FEMALE PROFILE */

.profile-female {
    background:
        linear-gradient(
            135deg,
            #eadbce,
            #d9bfa8
        );
}


/* MALE PROFILE */

.profile-male {
    background:
        linear-gradient(
            135deg,
            #dce6e8,
            #aec1c6
        );
}


/* =========================================
   CLIENT DETAILS
========================================= */

.client-details {
    display: flex;

    flex-direction: column;

    justify-content: center;
}


/* CLIENT NAME */

.client-info h4 {
    color: #303030;

    font-family: "Poppins", sans-serif;

    font-size: 15px;

    font-weight: 600;

    line-height: 1.3;

    margin-bottom: 4px;
}


/* CLIENT EVENT */

.client-info span {
    color: #686868;

    font-family: "Poppins", sans-serif;

    font-size: 13px;

    font-weight: 400;

    line-height: 1.4;
}


/* =========================================
   DECORATIVE LEAVES
========================================= */

.leaf {
    position: absolute;

    width: 170px;
    height: 170px;

    top: 40px;

    opacity: 0.18;

    pointer-events: none;
}


/* LEFT LEAF */

.leaf-left {
    left: -55px;

    border-top: 1px solid #b99d6a;

    border-radius: 50%;

    transform: rotate(-35deg);
}


/* RIGHT LEAF */

.leaf-right {
    right: -55px;

    border-top: 1px solid #b99d6a;

    border-radius: 50%;

    transform: rotate(35deg);
}


/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1400px) {

    .testimonials-section {
        padding-left: 6%;
        padding-right: 6%;
    }


    .testimonials-grid {
        gap: 20px;
    }


    .testimonial-card {
        padding: 25px 24px;
    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {

    .testimonials-section {
        padding: 35px 4%;
    }


    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 20px;
    }


    .testimonial-card {
        min-height: 230px;
    }


    .testimonial-text {
        min-height: 120px;
    }

}


/* =========================================
   SMALL TABLET
========================================= */

@media (max-width: 768px) {

    .testimonials-section {
        padding: 35px 30px;
    }


    .testimonials-heading h2 {
        font-size: 42px;
    }


    .testimonials-heading p br {
        display: none;
    }


    .testimonials-heading p {
        max-width: 600px;

        margin: 0 auto;
    }


    .testimonial-card {
        padding: 20px 18px;
    }


    .quote-icon {
        width: 48px;
        height: 48px;

        min-width: 48px;

        font-size: 43px;

        margin-right: 14px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .testimonials-section {
        padding: 35px 18px;
    }


    /* HEADING */

    .section-tag {
        font-size: 11px;

        letter-spacing: 1.5px;
    }


    .testimonials-heading {
        margin-bottom: 25px;
    }


    .testimonials-heading h2 {
        font-size: 35px;

        line-height: 1.12;
    }


    .testimonials-heading p {
        font-size: 13.5px;

        line-height: 1.6;
    }


    /* GRID */

    .testimonials-grid {
        grid-template-columns: 1fr;

        gap: 18px;
    }


    /* CARD */

    .testimonial-card {
        min-height: auto;

        padding: 20px 16px;

        border-radius: 9px;
    }


    /* QUOTE */

    .quote-icon {
        width: 45px;
        height: 45px;

        min-width: 45px;

        margin-right: 13px;

        font-size: 40px;

        padding-top: 11px;
    }


    /* TEXT */

    .testimonial-text {
        min-height: auto;

        font-size: 13px;

        line-height: 1.6;
    }


    /* STARS */

    .stars {
        font-size: 16px;

        letter-spacing: 1px;
    }


    /* PROFILE */

    .profile {
        width: 52px;
        height: 52px;

        min-width: 52px;

        font-size: 26px;
    }


    /* CLIENT */

    .client-info h4 {
        font-size: 14px;
    }


    .client-info span {
        font-size: 12px;
    }


    /* DECORATION */

    .leaf {
        opacity: 0.1;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 375px) {

    .testimonials-section {
        padding-left: 14px;
        padding-right: 14px;
    }


    .testimonials-heading h2 {
        font-size: 31px;
    }


    .testimonial-card {
        padding: 18px 13px;
    }


    .quote-icon {
        width: 42px;
        height: 42px;

        min-width: 42px;

        margin-right: 10px;
    }


    .stars {
        font-size: 14px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7671557 *//* ===================================
   VIDEO TESTIMONIAL SECTION
=================================== */

.video-testimonials {
    position: relative;
    padding: 90px 6%;
    background:
        #ffffff;
    overflow: hidden;
    font-family: "Poppins", sans-serif;
}


/* ===================================
   CONTAINER
=================================== */

.video-container {
    max-width: 1400px;
    margin: auto;
    position: relative;
    z-index: 2;
}


/* ===================================
   DECORATIVE LEAVES
=================================== */

.leaf {
    position: absolute;
    font-size: 180px;
    color: rgba(201, 151, 54, 0.10);
    z-index: 1;
}

.leaf-left {
    left: -70px;
    top: 120px;
}

.leaf-right {
    right: -70px;
    bottom: 100px;
    transform: rotate(180deg);
}


/* ===================================
   SECTION HEADING
=================================== */

.section-heading {
    text-align: center;
    max-width: 760px;
    margin: auto;
    margin-bottom: 55px;
}


.section-heading .subtitle {
    display: block;
    color: #c99536;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 12px;
}


.section-heading h2 {
    margin: 0;
    color: #183b32;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 46px;
    font-weight: 500;
    line-height: 1.2;
}


.section-heading h2 span {
    color: #183b32;
}


.heading-line {
    width: 65px;
    height: 2px;
    background: #d69b2d;
    margin: 18px auto;
}


.section-heading p {
    margin: auto;
    max-width: 650px;
    color: #66706c;
    font-size: 15px;
    line-height: 1.8;
}


/* ===================================
   VIDEO GRID
=================================== */

.testimonial-video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}


/* ===================================
   VIDEO CARD
=================================== */

.video-card {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(20, 57, 48, 0.10);
    transition: 0.4s ease;
    box-shadow: 0 10px 30px rgba(20, 57, 48, 0.06);
}


.video-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(20, 57, 48, 0.12);
}


/* ===================================
   YOUTUBE VIDEO
=================================== */

.video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #0d2d25;
}


.video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
}


/* ===================================
   VIDEO CONTENT
=================================== */

.video-content {
    padding: 25px;
    position: relative;
}


.quote-icon {
    position: absolute;
    top: -35px;
    left: 25px;

    width: 58px;
    height: 58px;

    background: #e6a52e;
    color: #173b32;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-family: Georgia, serif;
    font-size: 45px;
    line-height: 1;
}


.video-content h3 {
    margin: 20px 0 10px;

    color: #173b32;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 22px;
    font-weight: 500;
}


.video-content p {
    color: #68716d;

    font-size: 14px;

    line-height: 1.7;

    margin-bottom: 22px;
}


/* ===================================
   CLIENT INFO
=================================== */

.client-info {
    display: flex;
    align-items: center;
    gap: 12px;

    border-top: 1px solid #eeeeee;

    padding-top: 18px;
}


.client-avatar {
    width: 42px;
    height: 42px;

    border-radius: 50%;

    background: #173b32;

    color: #e6a52e;

    display: flex;

    align-items: center;

    justify-content: center;

    font-weight: 600;
}


.client-info h4 {
    margin: 0;

    color: #173b32;

    font-size: 14px;

    font-weight: 600;
}


.client-info span {
    display: block;

    color: #c99536;

    font-size: 11px;

    margin-top: 3px;
}


/* ===================================
   BOTTOM CTA
=================================== */

.testimonial-cta {
    margin-top: 60px;

    padding: 50px 30px;

    text-align: center;

    border-radius: 8px;

    background:
        linear-gradient(
            90deg,
            rgba(5, 35, 28, 0.98),
            rgba(16, 56, 45, 0.96)
        );

    position: relative;

    overflow: hidden;
}


.testimonial-cta::before {
    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    border: 1px solid rgba(230, 165, 46, 0.20);

    border-radius: 50%;

    top: -180px;

    left: -100px;
}


.testimonial-cta span {
    color: #e2a438;

    font-size: 11px;

    font-weight: 600;

    letter-spacing: 2px;
}


.testimonial-cta h3 {
    margin: 14px 0 25px;

    color: #ffffff;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 36px;

    font-weight: 400;
}


.testimonial-cta h3 em {
    color: #e2a438;

    font-style: normal;
}


.testimonial-cta a {
    display: inline-flex;

    align-items: center;

    gap: 12px;

    padding: 15px 32px;

    background: #e6a52e;

    color: #173b32;

    text-decoration: none;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.5px;

    border-radius: 3px;

    transition: 0.3s ease;
}


.testimonial-cta a:hover {
    background: #ffffff;

    transform: translateY(-3px);
}


.testimonial-cta a span {
    color: #173b32;

    font-size: 18px;
}


/* ===================================
   TABLET
=================================== */

@media (max-width: 992px) {

    .testimonial-video-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-heading h2 {
        font-size: 38px;
    }

}


/* ===================================
   MOBILE
=================================== */

@media (max-width: 600px) {

    .video-testimonials {
        padding: 65px 20px;
    }

    .testimonial-video-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .section-heading h2 {
        font-size: 30px;
    }

    .section-heading p {
        font-size: 14px;
    }

    .testimonial-cta {
        padding: 40px 20px;
    }

    .testimonial-cta h3 {
        font-size: 28px;
    }

}/* End custom CSS */