.elementor-25 .elementor-element.elementor-element-5b96b0c:not(.elementor-motion-effects-element-type-background), .elementor-25 .elementor-element.elementor-element-5b96b0c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F3E2E2;}.elementor-25 .elementor-element.elementor-element-5b96b0c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-46px;margin-bottom:80px;}.elementor-25 .elementor-element.elementor-element-5b96b0c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-25 .elementor-element.elementor-element-c61c60d .elementor-tab-title, .elementor-25 .elementor-element.elementor-element-c61c60d .elementor-tab-title:before, .elementor-25 .elementor-element.elementor-element-c61c60d .elementor-tab-title:after, .elementor-25 .elementor-element.elementor-element-c61c60d .elementor-tab-content, .elementor-25 .elementor-element.elementor-element-c61c60d .elementor-tabs-content-wrapper{border-width:1px;}.elementor-25 .elementor-element.elementor-element-c61c60d .elementor-tab-title.elementor-active,
					 .elementor-25 .elementor-element.elementor-element-c61c60d .elementor-tab-title.elementor-active a{color:var( --e-global-color-base1 );}.elementor-25 .elementor-element.elementor-element-c61c60d .elementor-tab-title{font-family:"Quicksand", Sans-serif;}.elementor-25 .elementor-element.elementor-element-c61c60d .elementor-tab-content{color:#000000;font-family:"Quicksand", Sans-serif;font-weight:600;}.elementor-25 .elementor-element.elementor-element-5dbc1a0{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--margin-top:-82px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-25 .elementor-element.elementor-element-5dbc1a0:not(.elementor-motion-effects-element-type-background), .elementor-25 .elementor-element.elementor-element-5dbc1a0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EEE3E3;}.elementor-25 .elementor-element.elementor-element-431093b{--display:flex;}.elementor-25 .elementor-element.elementor-element-e269789 .elementor-heading-title{font-family:"Quicksand", Sans-serif;font-size:36px;font-weight:700;color:#036717;}.elementor-25 .elementor-element.elementor-element-cf10548{color:#000000;}.elementor-25 .elementor-element.elementor-element-5e602ca{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-25 .elementor-element.elementor-element-5e602ca img{border-radius:10px 10px 10px 10px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-25 .elementor-element.elementor-element-ff4a8d8{--display:flex;--margin-top:-12px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}@media(max-width:1024px){.elementor-25 .elementor-element.elementor-element-5b96b0c{margin-top:0px;margin-bottom:50px;}.elementor-25 .elementor-element.elementor-element-5dbc1a0{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-25 .elementor-element.elementor-element-c61c60d .elementor-tab-title{font-size:18px;}.elementor-25 .elementor-element.elementor-element-5dbc1a0{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-f2dc3eb *//* ===========================
   WHY CHOOSE US SECTION
=========================== */

.why-choose-us{
    padding: 50px 0;
    background: #f8f5ef;
}

.why-choose-us .container{
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
}

/* Heading */

.section-header{
    text-align: center;
    margin-bottom: 35px;
}

.subtitle{
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #4f6f52;
    margin-bottom: 10px;
}

.section-header h2{
    font-size: 42px;
    line-height: 1.2;
    color: #1f321f;
    margin-bottom: 12px;
    font-weight: 700;
}

.section-header p{
    max-width: 650px;
    margin: 0 auto;
    color: #666;
    font-size: 15px;
    line-height: 1.7;
}

/* Grid */

.features-grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
}

/* Card */

.feature-card{
    background: #fff;
    border: 1px solid #ece7dc;
    border-radius: 18px;
    padding: 22px;
    transition: all .3s ease;
}

.feature-card:hover{
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

/* Icon */

.feature-icon{
    width: 55px;
    height: 55px;
    background: #eef5ee;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 15px;
}

/* Content */

.feature-card h3{
    font-size: 20px;
    color: #223322;
    margin-bottom: 8px;
    font-weight: 600;
}

.feature-card p{
    color: #666;
    line-height: 1.6;
    font-size: 14px;
}

/* Tablet */

@media (max-width: 991px){

    .features-grid{
        grid-template-columns: repeat(2,1fr);
    }

    .section-header h2{
        font-size: 34px;
    }

}

/* Mobile */

@media (max-width: 767px){

    .why-choose-us{
        padding: 40px 0;
    }

    .features-grid{
        grid-template-columns: 1fr;
    }

    .section-header{
        margin-bottom: 25px;
    }

    .section-header h2{
        font-size: 28px;
    }

    .feature-card{
        padding: 18px;
    }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ff4a8d8 */.why-choose-us{
    padding:100px 0;
    background:#f8f5ef;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

.section-header{
    text-align:center;
    margin-bottom:60px;
}

.section-header span{
    color:#4f6f52;
    font-size:14px;
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:600;
}

.section-header h2{
    font-size:48px;
    color:#223322;
    margin:15px 0;
    font-family:serif;
}

.section-header p{
    max-width:650px;
    margin:auto;
    color:#666;
    line-height:1.8;
}

.features-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.feature-card{
    background:#fff;
    padding:35px;
    border-radius:20px;
    transition:.3s ease;
    border:1px solid #ece7dc;
}

.feature-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.icon{
    width:70px;
    height:70px;
    background:#edf4ed;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    margin-bottom:20px;
}

.feature-card h3{
    font-size:22px;
    color:#1f321f;
    margin-bottom:10px;
}

.feature-card p{
    color:#666;
    line-height:1.7;
}

@media(max-width:991px){
    .features-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:768px){
    .features-grid{
        grid-template-columns:1fr;
    }

    .section-header h2{
        font-size:34px;
    }
}/* End custom CSS */