
* {
  margin: 0px;
  padding: 0px;
  outline: none;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}
body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
  font-family: "Merriweather", serif;
}

a,
a:hover,
button:focus {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

button {
  font-size: 13px !important;
}

button:active,
button:focus,
button,
a:active,
a:focus {
  outline: none !important;
}

p,
label {
  margin: 0px;
}

p {
  color:#444444;
  font-size:14px;
  line-height: 26px;
}

img {
  max-width: 100%;
}

body {
  font-family:"Lato", serif;
  font-size: 17px;
}

input {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0px;
}
.navbar-brand{
  margin-right: 0px;
  padding-right: 0px!important;
}
.navbar-brand img {
  height:46px;
}

.navbar-nav li a {
  color:#1E1E1E;
  font-size: 16px;
  padding:5px 10px !important;
  margin: 0px 10px;
  position: relative;
  font-weight:400;
  border-bottom:2px solid transparent;
}
.navbar-nav li:hover > a, .navbar-nav li.active > a {
  color:#6CC315;
  
}

.button {
  font-size: 17px!important;
  font-weight: 400;
  border: 2px solid #4285F4;
  background-color: #ffffff;
  color: #4285F4;
  padding:9px 25px;
  height: 45px;
  position: relative;
  transition: 0.5s;
  white-space: nowrap;
  line-height: 10px;
  border-radius:5px;
  -webkit-border-radius:5px;
}
.button:hover {
  background: #4285F4;
  color: #ffffff;
}


.navbar-toggler:focus {
  box-shadow: inherit;
}


.animate-swipe-right.swipe {
  animation: swipeRight 1s;
  opacity: 1;
}
.animate-swipe-left.swipe {
  animation: swipeLeft 1s;
  opacity: 1;
}
.animate-swipe-up.swipe {
  animation: swipeDown 1s;
  opacity: 1;
}
.animate-swipe-down.swipe {
  animation: swipeUp 1s;
  opacity: 1;
}

@keyframes swipeRight {
  0% {
    transform: translate(30px, 0px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
@keyframes swipeLeft {
  0% {
    transform: translate(-30px, 0px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
@keyframes swipeDown {
  0% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
@keyframes swipeUp {
  0% {
    transform: translate(0px, 30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}




header{
  background: #ffffff;
  padding:6px 0px;
}
.navbar-brand{
  padding-right: 20px;
  border-right:1px solid rgba(255,255,255,0.2);
  padding: 0px 10px 0px 0px;
}

.navbar{
  padding: 0px;
}
.navbar-collapse{
  display: flex;
  justify-content:center;
}
.theme-btn, button.theme-btn{
  padding: 8px 30px;
  font-size: 14px !important;
  background: #FFBF43;
  border:none;
  color:#1E1E1E;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  font-weight:400;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  height: 50px;
}
.theme-btn:hover{
  color:#ffffff;
  background-color: #619517;
}
.banner-text .theme-btn{
  color:#ffffff;
}
.header-right{
  display: flex;
}
.navbar-nav li a{
  font-family: "Merriweather", serif;
}

.banner-slider{
  background-color: #000000;
  /* background-image: url('../images/banner1.png'); */
  background-repeat: no-repeat;
  background-size: cover;
  height:calc(100vh - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.white-btn{
  background: #ffffff;
  color:#000000;
}
.outline-btn{
  border:1px solid #ffffff;
  background: none;
  color:#ffffff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
}
.outline-btn:hover{
  border:1px solid #619517;
}
.banner-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 700px;
  margin: auto;
  text-align: center;
  color:#ffffff;
  gap:20px;
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
  padding: 40px;
  border-radius: 30px;
}
.banner-content p{
  color:#ffffff;
  font-weight: normal;
  font-size: 20px;
}
.inner-banner .banner-content{
  background: none;
}
.section-title{
  font-size: 40px;
  display: block;
  margin-bottom:20px;
}
section{
  padding: 80px 0px;
}
.stats{
  background: #F8F7F0;
  padding:30px;
}
.stats > div{
  padding:0px 30px;
  border-right:1px solid #9F9B83;
}
.stats > div:last-child{
  border:none;
}
.stats span{
  font-size: 20px;
  font-family: "Inter", sans-serif;
  display: inline-block;
  color:#000000;
  font-weight: 500;
  text-transform: uppercase;
  line-height:60px;
}
.stats label{
  text-transform: uppercase;
  font-size: 14px;
}
.about-bottom{
  margin-top:-200px;
}
.services-section{
  background: #222222;
  padding:0px 80px 80px;
  color: #ffffff;
}
.services-section p{
  color: #ffffff;
  margin-bottom:30px;
}
.about-img{
  width: 50vw;
  right: 0px;
  position: absolute;
  height: 476px;
  object-fit: cover;
}
.service-outer{
  width: 100%;
  background: #ffffff;
  color:#000000;
}
.service-outer h3{
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}
.service-outer p{
  color:#000000;
  font-size: 14px;
  display: block;
  line-height:20px;
  margin-bottom: 0px;
}
.service-outer img{
  height:250px;
  width: 100%;
  object-fit: cover;
}
.slider-arrow{
  position: absolute;
  top:47%;
  width: auto;
}
.slider-arrow.left{
  left:-80px;
} 
.slider-arrow.right{
  right:-80px;
} 
.play-btn{
  position: absolute;
  left: 50%;
  margin-top: -30px;
  top:50%;
  margin-left: -40px;
}
.video-section h3{
  font-size: 22px;
  margin-top: 20px;
  margin-bottom:10px;
}
.video-section p{
  line-height: 22px;
}
.subscribe-now{
  background-image: url('../images/subscribe-img.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding:50px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
}
.subscribe-now .section-title{
  color:#ffffff;
}
footer{
  background-color: #F8F7F0;
  padding: 80px 0px 0;
}
footer h5{
  display: block;
  margin-bottom: 15px;
}
footer .nav-link{
  font-size: 14px;
  display: inline-block;
}
footer ul{
  list-style: none;
  padding-left: 0px;
}
footer ul li{
  padding: 3px 0px;
}
.copyright{
  padding: 15px 0px!important;
  display: block;
  padding: 10px 0px;
  border-top:1px solid #dddddd;
  font-size: 14px;
  margin-top: 40px;
}


.carousel-item {
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: opacity 1.5s ease-in-out;
  animation: zoomIn 12s ease-in-out infinite;
}
.banner-content {
  animation: fadeInUp 1.4s ease-out;
}

.carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  padding: 2rem;
  border-radius: 1rem;
}

.carousel-caption{
  padding: 0px;
  left:10%;
  right:10%;
}
.banner-content p{
  font-size: 16px;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes zoomIn {
  0%, 100% {
    background-size: 100%;
  }
  50% {
    background-size: 105%;
  }
}

@media (max-width: 768px) {
  .banner-content h1 {
    font-size: 2rem;
  }

  .banner-content p {
    font-size: 0.9rem;
  }
}

.swiper {
  position: relative;
  padding: 0 0px;
}

.swiper-slide {
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.service-outer {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease-in-out;
}

.service-outer:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.slider-arrow {
  position: absolute;
  top: 40%;
  z-index: 10;
  cursor: pointer;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
}

.slider-arrow.left {
  left: 0;
}

.slider-arrow.right {
  right: 0;
}
.swiper-button-next:after, .swiper-button-prev:after{
  display: none;
}
.slider-arrow{
  top:60%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  -webkit-border-radius: 50px;
}
.slider-arrow:hover{
  background-color: black;
}
.inner-banner{
  background-image: url('../images/inner-banner.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment:fixed;
  background-position: center top;
  background-color: rgb(0,0,0,0.5);
  height:250px;
  display: flex;
  align-items: center;
}
.title-tag{
    color: #6CC315;
    font-size: 15px;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}
.qualities{
  background: #F8F7F0;
    padding: 30px;
}
.qualities h4{
  margin-bottom:10px;
}
.about-stats{
  background-color: #6CC315;
}
.about-stats .stats{
  background: none;
}
.about-stats .stats *{
  color:#ffffff;
}
.faq-container {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 80px;
}

.faq-item {
  border: 1px solid #eee;
  border-radius: 6px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}



.faq-question {
  width: 100%;
  background: #fff;
  border: none;
  padding: 20px;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px !important;
  font-weight: 400;
}

.faq-answer {
  padding: 0 20px 0px;
  font-size: 1rem;
  color: #555;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  height: 0px;
  border-top:1px solid #eeeeee;
}

.faq-question.active + .faq-answer {
  padding-top: 10px;
  padding-bottom: 20px;
  height: auto;
  max-height: initial!important;
  border-color: #dddddd;
}

.icon {
  font-size: 1.4rem;
  transition: transform 0.3s ease;
}

.faq-question.active .icon {
  transform: rotate(180deg);
}


.services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.service-card {
  background: #f9f9f9;
  border-radius: 12px;
  overflow: hidden;
  flex: 1 1 calc(33.333% - 20px);
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease;
  position: relative;
}

.service-card img {
  width: 100%;
  height: 254px;
  display: block;
  object-fit: cover;
}

.icon-circle {
  width: 60px;
  height: 60px;
  background: #e55300;
  border-radius: 50%;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.icon-circle img {
  width: 28px;
  height: 28px;
}

.service-content {
  padding: 20px 20px 20px;
}

.service-content h3 {
  font-size: 1.25rem;
  margin: 0 0 10px;
  color: #6CC315;
}

.service-content p {
  font-size: 0.95rem;
  color: #555;
}

.read-more {
  margin-top: 15px;
  display:block;
  font-weight: 400;
  font-size: 0.9rem;
  color: #111;
  text-decoration: none;
  border-top: 1px solid #dddddd;
  padding-top: 12px;
}

.read-more i {
  margin-left: 6px;
}

/* Hover Effect */
.service-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.detail-sidebar {
  background: #F8F7F0;
  padding: 20px;
  border-radius: 10px;
  flex: 1 1 250px;
  min-width: 250px;
}

.detail-sidebar h3 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  border-bottom: 2px solid #6CC315;
  padding-bottom: 15px;
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-list li {
  margin-bottom:5px;
}

.service-list a {
  text-decoration: none;
  background: #fff;
  padding: 12px 16px;
  display: block;
  border-radius: 6px;
  color: #222;
  font-weight: 500;
  border: 1px solid #eee;
  transition: all 0.3s ease;
}

.service-list a i {
  float: right;
  transition: transform 0.3s ease;
}

.service-list a:hover, .service-list a.active {
  background: #6CC315;
  color: #fff;
}

.service-list a:hover i, .service-list a.active i {
  transform: translateX(5px);
}

/* Right Content */
.service-content {
  flex: 1 1 60%;
}

.content-img {
  width: 100%;
  /* max-height: 400px; */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.service-content h2 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.service-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}
.services-detail .service-content{
  padding-top: 0px;
}

.contact-section {
      padding: 60px 15px;
      background: url('images/bg-pattern.png') no-repeat center center;
      background-size: cover;
    }

    .form-box {
      background-color: #fff;
      padding:50px 40px;
      border-top: 4px solid #6CC315;
      border-radius: 4px;
      box-shadow: 0 0 20px rgba(0,0,0,0.05);
    }
    .form-box input[type="text"], .form-box select{
      height: 50px;
    }
    .form-check-label {
      font-size: 0.95rem;
    }
    .info-title {
      font-size: 2.5rem;
      font-weight: 700;
    }

    .info-subtitle {
      font-size: 0.95rem;
      color: #666;
    }

    .contact-info h5 {
      margin-top: 20px;
      font-size: 1rem;
      font-weight: 500;
      color: #333;
    }

    .contact-info p {
      margin: 0;
      font-size: 1rem;
      color: #777777;
    }

.qualities{
  padding-left: 100px;
  position: relative;
}
.qualities span{
  width:50px;
  height:50px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  background-color: #6CC315;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 32px;
  top: 26px;
}
.qualities span i{
  color:#ffffff;
}

.dropdown-menu li a{
  margin: 0px;
}
.dropdown-item.active, .dropdown-item:active{
  background: none;
}
.navbar-nav .dropdown-menu{
  width: 500px;
}
.navbar-nav .dropdown-menu li{
      width: 49%;
    display: inline-block;
}
.navbar-nav .dropdown-menu li a{
  padding:15px!important;
}
.navbar-nav .dropdown-menu{
    width: 600px;
    flex-wrap: wrap;
}
.carousel-item{
  background-repeat: no-repeat;
  background-size: cover;
}

.nav-item, .dropdown-item, footer   .nav-link{
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  color: #000;
  text-decoration: none;
}

.nav-item::after, .dropdown-item::after, footer .nav-link::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0px;
  border-bottom:2px solid #6CC315;
  width: 0;
  background-color: #6CC315; 
  transition: width 0.3s ease-in-out;
}

.nav-item:hover::after, .dropdown-item:hover::after, footer .nav-link:hover::after{
  width: 100%;
}

.header.active{
  position: fixed;
  width: 100%;
  left: 0px;
  top:0px;
  background-color: #ffffff;
  z-index: 10;
}
.whatsapp-btn{
  background-color: #619517; 
  color:#ffffff;
}
.whatsapp-btn:hover{
  background-color: #49740c; 
  color:#ffffff;
}

.header-top{
  background-color: #F8F7F0;
  margin-bottom: 10px;
  padding: 5px 0px;
  display: flex;
  justify-content: space-between;
}
.header{
  padding-top: 0px;
}
.social-icon{
  display: flex;
  align-items: center;
}
.social-icon span{
  padding-right: 5px;
  font-size: 14px;
}

.social-icon i.bi-youtube{
font-size:16px;
}
.social-icon a{
  margin: 0px 1px;
  padding: 4px;
  border:1px solid #619517;
  color:#619517;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width:30px;
  height:30px;
  border-radius:5px;
  border-radius:5px;
}
.social-icon a i{
  font-size:15px;
}
.social-icon a:hover{
  background: #619517;
}
.social-icon a:hover i{
  color:#ffffff;
}

.header-top .container-fluid{
      display: flex;
    justify-content: space-between;
}
.header-top p{
  font-weight: 500;
  font-size: 14px;
}

.testimonials{
  background: #F8F7F0;
}
.testimonial-block{
  background-color: #ffffff;
  padding: 20px 30px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.testimonial-img{
  width:80px;
  height:80px;
  object-fit: cover;
  position: absolute;
  left:calc(50% - 40px);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  overflow: hidden;
  top:-40px
}
.testimonial-block p{
  margin-top: 40px;
  line-height: 22px;
  text-align: center;
  font-size: 15px;
  margin-bottom: 15px;
}
.testimonial-block label{
  text-align: center;
  font-weight: 500;
}
.star-rating{
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  color: #619517;
}
.star-rating{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 13px;
}
.star-rating > div{
  margin-left:5px;
  font-size: 14px;
}
.star-rating i{
  margin-right:3px;
}
.our-work-video .play-btn img{
  height: 70px;
}
.btn-close-white{
  z-index: 1;
}
.services-grid video{
  width: 100%;
  height: 100%;
}
#modalImage, #modalVideo{
  max-height: 500px;
  object-fit: cover;
  object-position: center;
    margin-left: -2px;
    width: calc(100% + 23px) !important;
    max-width: initial;
}
#videoModal .modal-body{
  overflow: hidden;
}

.stats-slider {
      max-width: 800px;
      padding: 40px;
      background: #fff;
      /* box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1); */
      border:1px solid #619517;
      border-radius: 16px;
      position: relative;
    }

    .swiper-slide {
      text-align: center;
    }

    blockquote {
      font-size: 1.8rem;
      font-style: italic;
      color: #444;
      margin: 0 auto;
      max-width: 600px;
      line-height: 1.5;
      font-family: "Merriweather", serif;
    }

    .swiper-pagination {
      position: absolute;
      bottom: 10px;
      left: 0;
      width: 100%;
      text-align: center;
    }
    .swiper-pagination-bullet-active{
      background-color: #619517;
    }
    #popupTitle{
      background-color: #619517;
    }

     .about-stats .stats-slider{
      background: none;
      border:none;
    }
    .about-stats blockquote{
      color:#ffffff;
    }
    .about-stats .swiper-pagination-bullet-active{
      background-color: #ffffff;
    }