*{
    box-sizing:border-box;
    margin:0;
    padding:0
}
body{
    font-family:Arial,Helvetica,sans-serif;
    color:#263326;
    line-height:1.65;
    background:#fff
}
a{
    text-decoration:none;
    color:inherit
}
.topbar{
    background:#345f22;
    color:#fff;
    font-size:13px;
    padding:7px 6%;
    display:flex;
    justify-content:space-between;
    gap:15px
}
.header{
    position:sticky;
    top:0;
    z-index:1000;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:12px 6%;
    box-shadow:0 5px 18px #0001
}
.logo{
    display:flex;
    gap:12px;
    align-items:center
}
.logo img{
    width:60px
}
.logo h2{
    font-size:18px;
    line-height:1.15;
    color:#3c7828
}
.nav ul{
    list-style:none;
    display:flex;
    align-items:center;
    gap:20px
}
.nav li{
    position:relative;
    padding:14px 0;
    font-weight:700
}
.nav li span,.nav a{
    cursor:pointer
}
.dropdown{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    min-width:245px;
    background:#fff;
    border-radius:0 0 14px 14px;
    box-shadow:0 10px 25px #0002;
    padding:10px 0
}
.dropdown:before{
    content:"";
    position:absolute;
    top:-16px;
    left:0;
    width:100%;
    height:16px
}
.nav li:hover .dropdown{
    display:block
}
.dropdown a{
    display:block;
    padding:10px 18px;
    font-weight:500
}
.dropdown a:hover{
    background:#f2f8ee;
    color:#d4a927
}
.menu-btn{
    display:none;
    font-size:26px
}
.hero,.inner-hero{
    position:relative;
    height:520px;
    overflow:hidden
}
.inner-hero{
    height:420px
}
.hero-slide{
    position:absolute;
    inset:0;
    opacity:0;
    transition:opacity 1s ease
}
.hero-slide.active{
    opacity:1
}
.hero img,.inner-hero img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block
}
.overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,#000b,#0004,#0001)
}
.hero-text,.inner-text{
    position:absolute;
    top:50%;
    left:7%;
    transform:translateY(-50%);
    max-width:650px;
    color:#fff;
    z-index:3
}
.hero-text h1,.inner-text h1{
    font-size:52px;
    line-height:1.1;
    margin-bottom:15px
}
.inner-text h1{
    font-size:46px
}
.hero-text p,.inner-text p{
    font-size:19px
}
.btn{
    display:inline-block;
    margin-top:22px;
    background:#d4a927;
    color:#fff;
    padding:12px 26px;
    border-radius:30px;
    font-weight:700
}
.section{
    padding:70px 7%
}
.light{
    background:#f7fbf3
}
.title{
    text-align:center;
    margin-bottom:35px
}
.title h2{
    font-size:36px;
    color:#3c7828
}
.title p{
    color:#647064
}
.grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:26px
}
.grid4{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px
}
.photo-card,.profile-card,.form-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 8px 28px #00000012;
    border:1px solid #edf1ea
}
.photo-card img,.profile-card img{
    width:100%;
    height:230px;
    object-fit:cover;
    display:block
}
.photo-card .body,.profile-card .body{
    padding:22px
}
.photo-card h3,.profile-card h3{
    color:#3c7828;
    margin-bottom:8px
}
.profile-card{
    text-align:center
}
.profile-card img{
    height:270px
}
.vmv .photo-card img{
    height:210px
}
.form-card{
    padding:25px
}
.form-card input,.form-card select,.form-card textarea{
    width:100%;
    padding:12px;
    border:1px solid #ccd5c8;
    border-radius:8px;
    margin-bottom:13px
}
.form-card button{
    background:#3c7828;
    color:#fff;
    border:0;
    border-radius:8px;
    padding:13px 25px;
    font-weight:700
}
.footer{
    background:#24351f;
    color:#fff;
    padding:42px 7% 15px
}
.footer-grid{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1fr;
    gap:30px
}
.footer-logo{
    width:70px;
    background:#fff;
    border-radius:12px;
    padding:5px
}
.footer h3{
    color:#d4a927;
    margin-bottom:12px
}
.footer a{
    display:block;
    margin-bottom:7px;
    color:#e8eee5
}
.social a{
    display:inline-flex!important;
    width:34px;
    height:34px;
    border-radius:50%;
    background:#ffffff20;
    align-items:center;
    justify-content:center;
    margin-right:8px
}
.copy{
    text-align:center;
    border-top:1px solid #ffffff2b;
    margin-top:25px;
    padding-top:15px
}
.whatsapp{
    position:fixed;
    right:18px;
    bottom:18px;
    background:#25d366;
    color:#fff;
    padding:12px 18px;
    border-radius:50px;
    box-shadow:0 5px 18px #0003;
    z-index:999
}
.contact-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:28px
}
.map{
    width:100%;
    height:300px;
    border:0;
    border-radius:14px
}
.small{
    font-size:11px
}

<!----start about css---------------->

.about-bg .section{
  max-width:1200px;
  margin:0 auto;
}

.about-bg{
  background: linear-gradient(120deg, #e8eae8, #f2f4f2, #dcedc8);
  width:100%;
  display:block;
  clear:both;
  overflow:hidden;
}

/* About Company */


.about-company{
  display:flex;
  align-items:center;
  gap:60px;
}

.about-image{
  width:48%;
}

.about-image img{
  width:100%;
  height:520px;
  object-fit:cover;
  border-radius:28px;
  box-shadow:0 18px 45px rgba(0,0,0,.14);
}

.about-content{
  width:52%;
}

.sub-title{
  display:inline-block;
  color:#2e7d32;
  font-weight:700;
  letter-spacing:2px;
  margin-bottom:14px;
}

.about-content h2{
  font-size:42px;
  color:#1b5e20;
  margin-bottom:12px;
}

.about-content h4{
  font-size:23px;
  color:#f57c00;
  margin-bottom:22px;
}

.about-content p{
  font-size:16.5px;
  line-height:1.9;
  color:#555;
  margin-bottom:18px;
}

@media(max-width:780px){

  .about-bg{
    padding:45px 0;
  }

  .about-company{
    flex-direction:column;
    gap:25px;
    padding:0 18px !important;
  }

  .about-image,
  .about-content{
    width:100%;
  }

  .about-image img{
    height:280px;
    border-radius:18px;
  }

  .about-content h2{
    font-size:30px;
    line-height:1.25;
  }

  .about-content h4{
    font-size:20px;
    line-height:1.4;
  }

  .about-content p{
    font-size:15.5px;
    line-height:1.8;
  }
}

@media(max-width:780px){
  .about-image{
    order:1;
  }

  .about-content{
    order:2;
  }
}

<!------end about css------------------>


<!-----start css vison mision value----------->

.premium-vmv{
  background:linear-gradient(135deg,#f4fbf4,#ffffff);
  padding:70px 40px;
  border-radius:35px;
  position:relative;
  overflow:hidden;
}

.premium-vmv .title{
  text-align:center;
  margin-bottom:50px;
}

.premium-vmv .title h2{
  font-size:42px;
  color:#1b5e20;
}

.premium-vmv .title p{
  font-size:18px;
  color:#666;
}

.vmv-row{
  display:flex;
  gap:30px;
}

.vmv-box{
  flex:1;
  text-align:center;
  background:#fff;
  padding:45px 28px;
  border-radius:24px;
  box-shadow:0 12px 35px rgba(0,0,0,.08);
  transition:.35s;
}

.vmv-box:hover{
  transform:translateY(-10px);
  box-shadow:0 18px 45px rgba(0,0,0,.14);
}

.icon-circle{
  width:135px;
  height:135px;
  margin:0 auto 25px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#eef8ee;
}

.icon-circle img{
  width:90px;
  height:90px;
  object-fit:contain;
}

.vmv-box h3{
  font-size:28px;
  margin-bottom:15px;
}

.vmv-box p{
  font-size:16px;
  line-height:1.8;
  color:#555;
}

.vision-box{
  border-top:6px solid #2e7d32;
}

.mission-box{
  border-top:6px solid #f57c00;
}

.value-box{
  border-top:6px solid #1565c0;
}

.vision-box h3{
  color:#2e7d32;
}

.mission-box h3{
  color:#f57c00;
}

.value-box h3{
  color:#1565c0;
}

@media(max-width:768px){
  .premium-vmv{
    padding:50px 20px;
  }

  .vmv-row{
    flex-direction:column;
  }

  .premium-vmv .title h2{
    font-size:32px;
  }
}


@media(max-width:1050px){
    .grid,.grid4{
        grid-template-columns:repeat(2,1fr)
    }
    .footer-grid{
        grid-template-columns:1fr 1fr
    }
    .nav ul{
        gap:12px
    }
    .hero-text h1{
        font-size:42px
    }
}
@media(max-width:780px){
    .topbar{
        display:none
    }
    .menu-btn{
        display:block
    }
    .nav{
        display:none;
        position:absolute;
        left:0;
        top:82px;
        width:100%;
        background:#fff;
        padding:10px 7%;
        box-shadow:0 12px 28px #0002
    }
    .nav.active{
        display:block
    }
    .nav ul{
        display:block
    }
    .nav li{
        padding:10px 0
    }
    .dropdown{
        position:static;
        box-shadow:none;
        border-radius:10px;
        background:#f7fbf3;
        margin-top:8px
    }
    .hero,.inner-hero{
        height:430px
    }
    .hero-text,.inner-text{
        left:6%;
        right:6%;
        text-align:left
    }
    .hero-text h1,.inner-text h1{
        font-size:34px
    }
    .grid,.grid4,.contact-grid,.footer-grid{
        grid-template-columns:1fr
    }
    .section{
        padding:50px 6%
    }
    .logo h2{
        font-size:15px
    }
    .logo img{
        width:50px
    }
}
