/*=========================
 Hero Section
==========================*/

.hero-section{
    position:relative;
    height:715px;
    overflow:hidden;

    background-repeat:no-repeat;
    background-position:right bottom;

    /* IMPORTANT */
    background-size:contain;

    background-color:#FCF9F5;
}
.container{
    max-width:1320px;
    margin:0 auto;
    padding:0 15px;
}

/*=========================
 Hero Layout
==========================*/

.hero-wrapper{
    height:938px;
    display:flex;
    align-items:center;
    position:relative;
    z-index:10;
    margin-top: -66px;

}

.hero-content{
    width:520px;
    margin-top:-40px;
    margin-left: 93px;
}

/*=========================
 Hero Badge
==========================*/

.hero-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-size:15px;
    color:#21533D;
    margin-bottom:18px;
}

/*=========================
 Hero Heading
==========================*/

.hero-title{
    font-size:44px;
    /* line-height:74px; */
    font-weight:700;
    color:#174838;
    margin:0 0 22px;
    max-width:520px;
}

/*=========================
 Hero Description
==========================*/

.hero-description{
    font-size:17px;
    /* line-height:30px; */
    color:#666;
    max-width:500px;
    margin-bottom:35px;
}

/*=========================
 Button
==========================*/

.hero-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:15px 35px;
    background:#A31019;
    color:#fff;
    border-radius:50px;
    text-decoration:none;
    transition:.3s;
}

.hero-btn:hover{
    background:#7d0912;
    color:#fff;
}

/*=========================
 Main Hero Image
==========================*/

.hero-main-image{
    position:absolute;
    right:0;
    bottom:0;
    width:980px;
    z-index:2;
}

.hero-main-image img{
    width:100%;
    display:block;
}

/*=========================
 Top Left Leaf
==========================*/

.hero-top-left{
    position:absolute;
    left:0;
    top:0;
    width:150px;
    z-index:30;
}

/*=========================
 Top Right Leaf
==========================*/

.hero-top-right{
    position:absolute;
    right:0;
    top:0;
    width:170px;
    z-index:30;
}

/*=========================
 Bottom Bowl
==========================*/

.hero-bottom-left{
    position:absolute;
    left:35px;
    bottom:18px;
    width:310px;
    z-index:30;
}

/*=========================
 Floating Cards
==========================*/

.hero-card{
    position:absolute;
    background:#fff;
    border-radius:50px;
    display:flex;
    align-items:center;
    gap:12px;
    padding:10px 16px;
    box-shadow:0 12px 35px rgba(0,0,0,.12);
    z-index:25;
}

.hero-card img{
    width:48px;
    height:48px;
    border-radius:50%;
    object-fit:cover;
}

.hero-card h5{
    margin:0;
    font-size:15px;
    color:#1d1d1d;
}

.hero-card span{
    font-size:13px;
    color:#777;
}

/*=========================
 Card Position
==========================*/

.hero-card-1{
    top:150px;
    right:520px;
}

.hero-card-2{
    top:330px;
    right:430px;
}

.hero-card-3{
    top:120px;
    right:120px;
}

.hero-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:12px 24px;
    background:#A30F1B;
    color:#fff;
    font-size:14px;
    font-weight:600;
    line-height:1;
    border-radius:999px;
    text-decoration:none;
    box-shadow:0 8px 20px rgba(163,15,27,.25);
    transition:.3s;
}

.hero-btn:hover{
    background:#8f0d17;
}



.about-section{
  padding: 100px 100px 100px 100px;
    background:#fff;
    
}

.about-container{
    max-width:1320px;
    margin:0 auto;
    padding:0 15px;
}

.about-content{
    max-width:640px;
    margin-bottom:60px;
}

.about-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-size:20px;
    color:#1d4b39;
    margin-bottom:20px;
}

.about-heading{
    font-size:48px;
    line-height:1.2;
    color:#092825;
    margin-bottom:20px;
    font-weight:700;
}

.about-description{
    max-width:600px;
    color: #0F423D;
    font-size: 18px;
    /* line-height:1.8; */
}

.about-stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:36px;
    margin:60px 0;
}

.about-stat h3{
    color:#980C16;
    font-size:40px;
    margin-bottom:10px;
}

.about-stat h5{
    font-size: 20px;
    margin-bottom: 0px;
    color: #0B1A2D;
}

.about-stat p{
    color:#0F423D;
    font-size: 18px;
    line-height:1.6;
    margin: 0px;
}

.about-images{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
}

.about-images img{
    width:100%;
    height:340px;
    object-fit:cover;
    border-radius:20px;
    display:block;
}

h2.about-title {
    color: #092825;
    font-size: 40px;
    margin: 0px;
}


.products-section{
   padding: 100px 100px 100px 100px;
    background:#FDFBF8;
}

.products-content{
    text-align:center;
    max-width:700px;
    margin:0 auto 60px;
}

.products-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-size: 20px;
    color: #092825;
    margin-bottom:20px;
}

.products-badge img{
    width:18px;
}

.products-title{
    font-size:40px;
    line-height:1.2;
    color:#092825;
    margin:15px 0;
}

.products-description{
    color: #0F423D;
    font-size: 18px;
}

.products-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.product-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
    transition:.3s;
}

.product-card:hover{
    transform:translateY(-8px);
}

.product-content{
    padding:25px;
}

.product-content h4{
    font-size: 20px;
    color: #0B1A2D;
    margin-bottom:15px;
}

.product-content p{
    color:#0F423D;
    /* line-height:1.7; */
    font-size: 18px;
}

/* .product-image{
    position:relative;
} */

.product-image img{
    width:100%;
    height:230px;
    object-fit:cover;
    display:block;
}

.product-arrow:hover
{
    background:#163B34;
}




.product-card{
    position: relative;
    overflow: hidden;
}

.product-image{
    position: relative;
}

.product-arrow{
    position: absolute;
    top: -18px;
    right: 18px;

    width: 42px;
    height: 42px;

    border-radius: 50%;
    background: #A30F1B;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 18px;
    text-decoration: none;
    z-index: 10;
    transition: .3s;
}

.product-arrow:hover{
    background: #174838;
}




/*==================================
 Header
==================================*/

.site-header{
    background:#fff;
    border-bottom:1px solid #EAEAEA;
    width:100%;
}

.header-wrapper{
    max-width:1920px;
    margin:0 auto;
    padding:0px 100px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
    height: 90px;
}

/*==================================
 Logo
==================================*/

.site-logo img,
.custom-logo{
    width:95px;
    height:auto;
}

/*==================================
 Navigation
==================================*/

.main-navigation{
    flex:1;
    display:flex;
    justify-content:center;
    margin:0 40px;
}

.main-menu{
    display:flex;
    align-items:center;
    gap:28px;
    margin:0;
    padding:0;
    list-style:none;
}

.main-menu li{
    margin:0;
}

.main-menu li a{
    text-decoration:none;
    color:#222;
    font-size:18px;
    font-weight:500;
    transition:.3s;
}

.main-menu li.current-menu-item a,
.main-menu li a:hover{
    color:#A30F1B;
}

/*==================================
 Right Side
==================================*/

.header-right{
    display:flex;
    align-items:center;
    gap:12px;
    flex-shrink:0;
}

/*==================================
 Contact Button
==================================*/

.header-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height:42px;
    padding:0 22px;
    background:#A30F1B;
    color:#fff;
    border-radius:30px;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
    transition:.3s;
}

.header-btn:hover{
    background:#174838;
    color:#fff;
}

/*==================================
 Phone
==================================*/

.header-phone{
    display:flex;
    align-items:center;
    gap:10px;
    padding:8px 16px;
    border:1px solid #D9D9D9;
    border-radius:30px;
    color:#222;
    text-decoration:none;
    font-size:14px;
    font-weight:500;
}

.phone-icon{
    width:28px;
    height:28px;
    border-radius:50%;
    background:#A30F1B;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
}

/*==================================
 Custom Logo Fix
==================================*/

.custom-logo-link{
    display:block;
}

/* .custom-logo{
    width:110px;
    height:auto;
} */



/*==========================
Why Choose Us
==========================*/


.why-section{
    padding:100px 0;
    background-repeat:no-repeat;
    background-size:110%;
    background-position:center;
    height: 500px;
}

.why-box{
    width:740px;
    background:#fff;
    border-radius:20px;
    padding:33px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    margin-left:100px;
    margin-top:35px;

     position: relative;
    z-index: 5;
    margin-bottom: -120px;
} 


.why-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-size: 20px;
    color: #092825;
    margin-bottom:18px;
}

.why-badge img{
    width:18px;
}

.why-title{
    font-size: 40px;
    color: #092825;
    /* line-height:1.2; */
    margin:0px;
}

.why-description{
   font-size: 18px;
    color:#0F423D;
    margin-bottom:30px;
}

.why-features{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    border-top:1px solid #E9E9E9;
    border-left:1px solid #E9E9E9;
}

.why-feature{
    padding:20px 22px;
    border-right:1px solid #E9E9E9;
    border-bottom:1px solid #E9E9E9;
}

.why-feature img{
    width:42px;
    height:42px;
    object-fit:contain;
    margin-bottom:18px;
}

.why-feature h4{
    font-size: 20px;
    color: #0B1A2D;
    margin:0px;
}

.why-feature p{
    font-size:18px;
   color:#0F423D;
    margin-top:11px;
    margin-bottom: 0px;
}





.testimonial-section{
    position:relative;
    padding:200px 100px 0px 100px;
    background:#fff;
    overflow:hidden;
     z-index: 1;
}

.testimonial-wrapper{
    position:relative;
    min-height:426px;
}

/* 
.left-image-1,
.left-image-2,
.right-image-1,
.right-image-2{
    position:absolute;
    z-index:3;
} */

.left-image-1{
    position:absolute;
    width:178px;
    left:14px;
    top:-33px;
    transform:rotate(2deg);
    border-radius:16px;
    z-index:2;
}

.left-image-2{
    position:absolute;
    width:134px;
    left:92px;
    top:94px;
    transform:rotate(14deg);
    border-radius:16px;
    z-index:3;
}

/* Right Images */

.right-image-1{
    position:absolute;
    right: 248px;
    top: -21px;
    width: 96px;
    transform: rotate(7deg);
    z-index:4;
}

.right-image-2{
    position:absolute;
    right: 61px;
    top: 85px;
    width: 133px;
    transform: rotate(-9deg);
    z-index:3;
}


/* LEFT */

.top-left-leaf{
    /* position:absolute;
    width:161px;
    left:-8px;
    top:55px;
    transform:rotate(94deg);
    z-index:1; */

    position: absolute;
    width: 130px;
    left: -25px;
    top: -48px;
    transform: rotate(-16deg);
    z-index: 1;
}

.bottom-left-leaf{
    position:absolute;
    width:152px;
    left:120px;
    top:235px;
    transform:rotate(3deg);
    z-index:1;
}


/* RIGHT */

.top-right-leaf{
    position:absolute;
    right: 25px;
    top: 27px;
    width: 127px;
    z-index:1;
}

.bottom-right-leaf{
    position:absolute;
    right: 172px;
    top: 245px;
    width: 128px;
    z-index:2;
}

/*==========================
Testimonial Content
==========================*/

.testimonialSwiper{
    max-width:520px;
    margin:0 auto;
    text-align:center;
    position:relative;
    z-index:20;
}

.testimonial-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#092825;
    font-size:20px;
    margin-bottom:18px;
}

.testimonial-badge img{
    width:18px;
}

.testimonial-title{
    font-size:40px;
    color:#092825;
    line-height:1.2;
    margin:0 0 20px;
}

.testimonial-review{
    max-width:480px;
    margin:0 auto 30px;
    font-size:20px;
    /* line-height:1.7; */
    color:#0B1A2D;
}

.testimonial-user-image{
    width:70px;
    height:70px;
    border-radius:50%;
    object-fit:cover;
    margin:0 auto 15px;
}

.testimonial-name{
    font-size:20px;
    color:#0B1A2D;
    margin-bottom:5px;
}

.testimonial-designation{
    color:#0F423D;
    font-size:18px;
}

.testimonialSwiper .swiper-pagination{
    margin-top:35px;
    position:relative;
}

.testimonialSwiper .swiper-pagination-bullet{
    width:10px;
    height:10px;
    opacity:1;
    background:#ddd;
}

.testimonialSwiper .swiper-pagination-bullet-active{
    background:#A30F1B;
}
.swiper-slide{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
}




.cta-section{
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    padding:120px 0;
    height: 310px;
}

.cta-content{
    max-width:600px;
    margin:0 auto;
    text-align:center;
}

.cta-content h2{
    font-size:40px;
    color:#092825;
    line-height:1.2;
    margin-bottom:20px;
}

.cta-content p{
    color:#0F423D;
    font-size: 18px;
    /* line-height:1.8; */
    margin-bottom:35px;
}

.cta-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:14px 32px;
    background:#A60F1A;
    color:#fff;
    border-radius:40px;
    text-decoration:none;
    transition:.3s;
}

.cta-btn:hover{
    background:#8d0d16;
}



/*==================================
Footer
==================================*/

.site-footer{
    background:#060E19;
    color:#fff;
}


.footer-grid{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1.5fr;
    gap:60px;
    padding: 100px 100px 100px 100px;
}

.footer-logo{
    width:180px;
    margin-bottom:25px;
}

.footer-col h3{
    font-size:28px;
    margin-bottom:18px;
    color:#fff;
}

.footer-col h4{
    font-size:18px;
    margin-bottom:25px;
    color:#fff;
}

.footer-col p{
    color:rgba(255,255,255,.75);
    line-height:1.8;
    margin-bottom:18px;
    font-size:15px;
}

.footer-col ul{
    margin:0;
    padding:0;
    list-style:none;
}

.footer-col ul li{
    margin-bottom:14px;
}

.footer-col ul li a{
    color:rgba(255,255,255,.75);
    text-decoration:none;
    transition:.3s;
    font-size:18px;
}

.footer-col ul li a:hover{
    color:#fff;
}

.footer-social{
    display:flex;
    align-items:center;
    gap:16px;
    margin-top:30px;
}

.footer-social a{
    width:48px;
    height:48px;
    /* border-radius:50%;
    background:#2D5B48; */
    display:flex;
    align-items:center;
    justify-content:center;
    transition:0.3s;
}

.footer-social a:hover{
    background:#A31019;
}

.footer-social img{
    width:40px;
    height:50px;
    object-fit:contain;
    display:block;
}

/* .footer-bottom{
    width:100%;
    border-top:1px solid rgba(255,255,255,.12);
    padding:22px 0;
    background:#07121d;   
} */

.footer-bottom-inner{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.footer-bottom p{
    margin:0;
    color:rgba(255,255,255,.7);
    font-size:14px;
}



.footer-bottom{
    border-top:1px solid rgba(255,255,255,.12);
    padding:22px 100px;

    display:flex;
    justify-content:space-between;
    align-items:center;
    box-sizing:border-box;
}

.footer-copy{
    margin:0;
}

.footer-policy{
    display:flex;
    gap:30px;
}

.footer-policy a{
    color:#BFC7D1;
    text-decoration:none;
    font-size:14px;
}

.footer-policy a:hover{
    color:#fff;
}


.contact-item{
    display:flex;
    align-items:flex-start;
    gap:14px;
    margin-bottom:18px;
}

.contact-item img{
    width:36px;
    height:36px;
    object-fit:contain;
    flex-shrink:0;
}

.contact-item p{
    margin:0;
    color:#D9D9D9;
    line-height:1.7;
}

.footer-divider{
    width:100%;
    height:1px;
    background:rgba(255,255,255,.12);
    margin:24px 0;
}