.elementor-269 .elementor-element.elementor-element-f89d4e0{--display:flex;--margin-top:-150px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-269 .elementor-element.elementor-element-834cf16{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-a670b0c */.elementor-269 .elementor-element.elementor-element-a670b0c a{
    text-decoration:none;
}

.testimonial-hero{
    background:linear-gradient(135deg,#234E52 0%,#18393D 100%);
    padding:200px 8% 140px;
    font-family:'Poppins',sans-serif;
    position:relative;
    overflow:hidden;
}

.testimonial-hero-container{
    max-width:960px;
    margin:auto;
    text-align:center;
    position:relative;
    z-index:2;
}

.hero-badge{
    display:inline-block;
    padding:8px 20px;
    background:rgba(255,255,255,.07);
    color:#C89B5E;
    font-size:11px;
    font-weight:600;
    letter-spacing:3px;
    text-transform:uppercase;
    border-radius:50px;
    margin-bottom:40px;
}

.hero-title{
    font-family:'Playfair Display',serif;
    font-size:72px;
    font-weight:400;
    line-height:1.15;
    color:#FFFFFF;
    margin:0 0 30px;
    letter-spacing:-0.5px;
}

.hero-title span{
    color:#C89B5E;
    font-style:italic;
}

.hero-desc{
    max-width:760px;
    margin:0 auto 45px;
    font-size:18px;
    line-height:1.9;
    color:rgba(255,255,255,.85);
    font-weight:400;
}

.hero-action{
    display:block;
}

.hero-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:16px 36px;
    background:#C89B5E;
    color:#FFFFFF !important;
    border:1px solid #C89B5E;
    border-radius:6px;
    font-size:14px;
    font-weight:500;
    letter-spacing:1px;
    text-transform:uppercase;
    transition:.35s ease;
}

.hero-btn i{
    font-size:18px;
}

.hero-btn:hover{
    background:transparent;
    color:#C89B5E !important;
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(0,0,0,.18);
}

@media(max-width:991px){

    .testimonial-hero{
        padding:140px 6% 100px;
    }

    .hero-title{
        font-size:56px;
    }

    .hero-desc{
        font-size:17px;
    }

}

@media(max-width:768px){

    .testimonial-hero{
        padding:120px 24px 80px;
    }

    .hero-badge{
        margin-bottom:30px;
    }

    .hero-title{
        font-size:40px;
        line-height:1.25;
        margin-bottom:25px;
    }

    .hero-desc{
        font-size:16px;
        line-height:1.8;
    }

    .hero-btn{
        width:100%;
        padding:14px 28px;
        font-size:13px;
        box-sizing:border-box;
    }

}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-70b0980 */.elementor-269 .elementor-element.elementor-element-70b0980 a{
    text-decoration:none;
}

.testimonial-section {
    padding: 80px 0;
    background: #FCFBF8;
}

.testimonial-container {
    max-width: 1440px;
    margin: auto;
    padding: 0 20px;
}


.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.testimonial-card {
    background: #FFFFFF;
    padding: 45px 40px;
    border-radius: 14px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.06);
    position: relative;
    transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
    border: 1px solid #E6DED2;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,.08);
}

.client {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.avatar-fallback {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #234E52, #18393D);
    color: #C89B5E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.12);
    flex-shrink: 0;
}

.client h4 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    margin: 0 0 2px 0;
    color: #2C2C2C;
}

.client span {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #777;
    display: block;
}

.testimonial-card p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.9;
    color: #5E5E5E;
    margin: 15px 0;
    flex-grow: 1;
}

.stars {
    color: #C89B5E;
    margin-top: auto;
    letter-spacing: 2px;
    font-size: 14px;
}

@media (max-width: 991px) {
    .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .section-heading h2 {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    .testimonial-section {
        padding: 60px 0;
    }

    .section-heading h2 {
        font-size: 34px;
    }

    .testimonial-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .testimonial-card {
        padding: 35px 25px;
    }
}/* End custom CSS */