.elementor-91 .elementor-element.elementor-element-2b9e00f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-91 .elementor-element.elementor-element-99e733e{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-91 .elementor-element.elementor-element-99e733e img{width:100%;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-91 .elementor-element.elementor-element-af67140{text-align:center;color:#19922A;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-af67140 */.testimonial-section{
    padding:60px 20px;
   
}

.testimonial-heading{
    text-align:center;
    margin-bottom:40px;
}

.testimonial-heading span{
    color:#6a9b3f;
    font-weight:700;
    letter-spacing:1px;
}

.testimonial-heading h2{
    margin:10px 0 0;
    font-size:42px;
    font-weight:700;
}

.testimonial-heading h2 span{
    color:#6a9b3f;
}

.testimonial-card{
    background:#fff;
    border-radius:15px;
    padding:30px;
    min-height:220px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.quote{
    font-size:40px;
    color:#6a9b3f;
    font-weight:bold;
    line-height:1;
}

.testimonial-card p{
    margin:15px 0;
    font-size:17px;
    line-height:1.8;
    color:#333;
}

.stars{
    color:#f5b301;
    font-size:18px;
    margin-top:15px;
}

.author{
    margin-top:10px;
    color:#666;
    font-weight:600;
}

.swiper-button-next,
.swiper-button-prev{
    width:45px !important;
    height:45px !important;
    border-radius:50%;
    background:#6a9b3f;
    color:#fff !important;
}

.swiper-button-next:after,
.swiper-button-prev:after{
    font-size:18px !important;
    font-weight:700;
}

@media(max-width:767px){

    .testimonial-heading h2{
        font-size:28px;
    }

    .testimonial-card{
        min-height:auto;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-ae37cda *//* =========================
   SECTION
========================= */

.why-choose{
    padding:40px 20px;
    background:#F7FAF7;
    display:flex;
    justify-content:center;
}

.why-card{
    width:100%;
    max-width:900px;
    background:#fff;
    border-radius:24px;
    padding:40px;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
    position:relative;
    overflow:hidden;
}

.why-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#0F4D2F,#74C95A);
}

/* =========================
   Heading
========================= */

.why-card h2{
    margin:0 0 30px;
    font-size:34px;
    font-weight:700;
    color:#222;
    text-align:center;
}

/* =========================
   LIST
========================= */

.why-list{
    list-style:none;
    margin:0;
    padding:0;
    display:grid;
    gap:18px;
}

.why-list li{
    display:flex;
    align-items:center;
    gap:18px;
    background:#F9FAF9;
    border:1px solid #E7ECE7;
    border-radius:18px;
    padding:18px 22px;
    transition:.35s;
}

.why-list li:hover{
    transform:translateX(8px);
    background:#0F4D2F;
    color:#fff;
    box-shadow:0 15px 30px rgba(15,77,47,.18);
}

.icon{
    width:42px;
    height:42px;
    min-width:42px;
    border-radius:50%;
    background:#0F4D2F;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    font-weight:bold;
    transition:.35s;
}

.why-list li:hover .icon{
    background:#fff;
    color:#0F4D2F;
}

.why-list li span:last-child{
    font-size:16px;
    line-height:1.7;
    color:#444;
    font-weight:500;
}

.why-list li:hover span:last-child{
    color:#fff;
}


/* =========================
      TABLET
========================= */

@media(max-width:991px){

.why-card{
    padding:30px;
}

.why-card h2{
    font-size:30px;
}

}


/* =========================
      MOBILE
========================= */

@media(max-width:767px){

.why-choose{
    padding:20px 15px;
}

.why-card{
    padding:25px 18px;
    border-radius:20px;
}

.why-card h2{
    font-size:26px;
    margin-bottom:20px;
}

.why-list{
    gap:14px;
}

.why-list li{

    align-items:flex-start;
    gap:14px;

    padding:16px;
    border-radius:16px;

    background:#fff;
    border:1px solid #E8E8E8;

    box-shadow:0 8px 20px rgba(0,0,0,.05);
}

.why-list li:hover{

    transform:none;

}

.icon{

    width:38px;
    height:38px;
    min-width:38px;

    font-size:16px;

}

.why-list li span:last-child{

    font-size:15px;
    line-height:1.6;

}

}


/* =========================
      SMALL MOBILE
========================= */

@media(max-width:420px){

.why-card{

    padding:20px 15px;

}

.why-card h2{

    font-size:23px;

}

.why-list li{

    padding:15px;

}

.why-list li span:last-child{

    font-size:14px;

}

}/* End custom CSS */