 body {
      font-family: "Poppins", sans-serif;
            margin: 0;
      padding: 0;
    }
    p{
      color: #193A27;
      font-size: 24px;
      font-weight: 500;
      line-height: 40px;
    }
    .navbar {
      padding: 23px 0px;
    }
    .navbar-nav{
    margin: 0 auto;
    gap: 30px;
    }
    .navbar-nav .nav-link.active {
      color: #679F24 !important;
    }

        .dot-menu {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #679F24;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}

.nav-item .active .dot-menu {
  opacity: 1;
}
.nav-link{
      position: relative;
      font-size: 18px;
      font-weight: 500;
      line-height: 10px;
      color: #193A27;
}
    .hero {
      background: url('assets/images/2149944071.jpg') center/cover no-repeat;
      color: white;
      padding: 150px 20px;
      text-align: center;
    }
    .highlight {
      color: #679F24;
      font-weight: 700;
      font-size: 48px;
    }
    .highlight-side{
font-size: 40px;
font-weight: 700;
color:#679F24;
    }
    .carousel-caption {
      background-color: rgba(0, 0, 0, 0.5);
      padding: 20px;
      border-radius: 10px;
    }
    .carousel-indicators button {
      background-color: #679F24 !important;
    }
    .offer-img {
      width: 100%;
      border-radius: 10px;
    }
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-color: #4CAF50;
      border-radius: 50%;
    }

        .slider {
      position: relative;
      overflow: hidden;
      height: 780px;
    }

    .slides {
      display: flex;
      width: 300%;
      transition: transform 1s ease-in-out;
    }

    .slide {
      width: 100vw;
      flex-shrink: 0;
      height: 780px;
      background-size: cover;
      background-position: center;
      color: white;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 20px;
    }

    .dots {
      text-align: center;
      margin-top: 30px;
    }
    .bg-primary{
          background-color: #679F24 !important;
    }
    .bg-secondary{
      background-color: #193A27 !important;
    }
#about{
      background-color: #679F24;
}
    .dot {
      height: 20px;
      width: 20px;
      margin: 0 5px;
      background-color: #679F24;
      border-radius: 50%;
      display: inline-block;
      transition: background-color 0.3s;
      cursor: pointer;
    }

    .dot.active {
      background-color: #679F24;
       height: 30px;
      width: 30px;
    }

    .slide h2 {
      font-size: 48px;
      font-weight: 800;
    }

    .slide p {
         font-size: 24px;
    max-width: 750px;
    color: #fff;
    }
    /* about */
    .about-sec{
      padding-top: 50px;
      padding-bottom: 230px;
    }
    .about-sec h3{
font-size: 40px;
font-weight: 700;
line-height: 60px;
    }
    .about-sec p{
      font-size: 24px;
      font-weight: 500;
      line-height: 40px;
      text-align: justify;
      color: #fff;
    }
    /* reviews */

     .reviews-container {
      display: flex;
      justify-content: center;
      gap: 30px;
      flex-wrap: wrap;
      width: 100%;
      margin-top: 30px;
    }

    .review-card {
      border: 3px solid #679F24;
          padding: 40px 30px 30px;

      width: 48%;
      /* border-radius: 8px; */
      background-color: white;
    }

    .review-header {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
    }

    .review-header img {
      width: 88px;
    height: 88px;
    border-radius: 50%;
    margin-right: 15px;
    border: 5px solid #4CAF50;
    }

    .review-name {
      font-weight: 700;
      color: #4CAF50;
      font-size: 32px;
      margin: 0;
      line-height: 60px;
    }

    .review-location {
      margin: 0;
      font-size: 18px;
      color: #193A27;
      line-height: 30px;
    }

    .review-text {
      font-size: 24px;
      line-height: 40px;
      color: #193A27;
      font-weight: 500;
    }
    /* smart forming */
    .smart-forming h5{
font-size: 26px;
font-weight: 700;
line-height: 30px;
color: #9F9F9F;

    }
   
    .smart-forming p{
font-size: 22px;
font-weight: 500;
line-height: 30px;
text-align: justify;
color: #9F9F9F;
    }
     .smart-forming .content-block:hover h5{
color: #679F24;

    }
    .smart-forming .content-block:hover p{
color: #193A27;
    }
    .grow-business p{
      color:#193A27;
      font-size: 24px;
      font-weight: 500;
      line-height: 40px;
    }
    /* carousel */

    .carousel-wrapper {
      position: relative;
      width: 100%;
      overflow: hidden;
      padding: 40px 0;
    }

    .carousel-track {
      display: flex;
      transition: transform 0.6s ease;
      will-change: transform;
    }

    .carousel-slide {
      flex: 0 0 33.33%;
      max-width: 33.33%;
      padding: 0 10px;
      box-sizing: border-box;
      transition: transform 0.3s;
    }

    .carousel-slide img {
      width: 100%;
      border-radius: 20px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    /* Wrapper narrower than slides to force side cutoffs */
    .carousel-viewport {
      width: 80%;
      margin: 0 auto;
      overflow: hidden;
    }

    @media (max-width: 768px) {
      .carousel-slide {
        flex: 0 0 80%;
        max-width: 80%;
      }
    }

    /* what we offer */

     .custom-slider-wrapper {
      position: relative;
      overflow: hidden;
      padding: 2rem auto;
      margin-top: -220px;
    }
    .custom-slider-container {
      display: flex;
      transition: transform 0.5s ease-in-out;
      will-change: transform;
    }
    .custom-slide {
      flex: 0 0 50%;
      padding: 0px;
      box-sizing: border-box;
    }
    .custom-card {
      /* background: #fff; */
      border-radius: 15px;
      /* box-shadow: 0 4px 6px rgba(0,0,0,0.1); */
      padding: 0rem;
      text-align: center;
    }
    .custom-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      /* background: #8BC34A; */
      border: none;
      border-radius: 50%;
      /* color: white;
      font-size: 1.5rem; */
      /* width: 60px;
      height: 60px; */
      z-index: 1;
      background: none;
    }
    .arrow-left {
      left: 10px;
    }
    .arrow-right {
      right: 10px;
    }
    .custom-box{
          width: 78%;
    background-color: #f4f4f4;
    border-radius: 20px;
    padding: 20px 20px;
    margin: 0 auto;
    min-height: 550px;
    }
    .custom-box:hover p{
      color: #679F24;
    }
    .custom-slider-container h5{
color: #679F24;
font-size: 26px;
font-weight: 700;
line-height: 30px;
margin-top: 20px;
text-align: left;
padding: 0px 5px;
   /* min-height: 70px; */
}

.custom-slider-container p{
font-size: 22px;
font-weight: 500;
line-height: 30px;
color: #193A27;
text-align: justify;
    padding: 0px 5px;
   /* min-height: 120px; */
}

/* footer */

footer{
  margin-top:80px;
  padding-bottom: 100px;
  padding-top: 50px;
}
footer img{
  width: 60px;
}
footer nav a{
  font-size: 18px;
  font-weight: 500;
}
.copyright span{
  font-size: 18px; 
  font-weight: 500;
}

/* About us page */

    .section-title {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 20px;
    }

    .about-description, .contact-description {
      margin: auto;
      text-align: justify;
      margin-bottom: 20px;
    }

    .content {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      gap: 24px;
    }

    .image-collage {
      flex: 1 1 48%;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
    }

    .image-collage img {
      width: 100%;
      border-radius: 10px;
      height: 100%;
      object-fit: cover;
    }

    .why-drone {
      flex: 1 1 44%;
    }

    .why-drone h3 {
      margin-bottom: 25px;
    }

    .why-drone ul {
      list-style: none;
      padding: 0;
    }

    .why-drone ul li {
      margin-bottom: 10px;
      padding-left: 24px;
      position: relative;
      font-size: 24px;
      font-weight:500;
      color: #193A27;
      line-height: 57px;
    }

    /* .why-drone ul li::before {
      content: '✔';
      position: absolute;
      left: 0;
      color: #4CAF50;
      font-weight: bold;
      content: "\f00c";
  font-family: "Font Awesome 6 Free";
    } */

    .about-page {
      background: #f9f9f9;
    }

    .about-page .container {
      display: flex;
      flex-wrap: wrap;
      background-color: #679F24;
      color: #fff;
      padding: 25px 10px;
      border-radius: 10px;
      margin: auto;
      box-sizing: border-box;
    }

    .about-page .card-sec {
      flex: 1 1 300px;
      padding: 20px 30px;
      box-sizing: border-box;
      /* display: flex; */
      flex-direction: row;
      align-items: flex-start;
      border-right: 1px solid white;
    }

    .about-page .card-sec:last-child {
      border-right: none;
    }

    .about-page .card-sec img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      object-fit: cover;
      margin-right: 15px;
      border: 3px solid white;
    }

    .about-page .text {
      flex: 1;
    }

    .about-page .title {
      font-weight: 700;
      font-size: 40px;
      line-height: 60px;
      margin: 0 0 10px;
    }

    .about-page .description {
      font-size: 24px;
      font-weight: 500;
      line-height: 40px;
      margin-top: 10px;
      text-align: justify;
    }

    @media (max-width: 768px) {
      .about-page .container {
        flex-direction: column;
      }

      .about-page .card {
        border-right: none;
        border-bottom: 1px solid white;
      }

      .about-page .card:last-child {
        border-bottom: none;
      }
    }
      .grid-container {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto;
      gap: 10px;
      max-width: 600px;
      margin: auto;
    }

    .grid-item-1 {
      grid-row: span 2;
    }

    .grid-container img {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
      border-radius: 10px;
    }

    @media (max-width: 600px) {
      .grid-container {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
      }
      .grid-item-1 {
        grid-row: auto;
      }
    }
/* contact us */


    .form-section h2 {
      color: #3d8b00;
      text-align: center;
      font-size: 28px;
      margin-bottom: 10px;
    }

   /* .form-section p {
      text-align: center;
      max-width: 700px;
      margin: 0 auto 20px;
      font-size: 15px;
      line-height: 1.5;
    } */

    .form-section {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      margin-top: 30px;
      padding: 0px 35px;
      justify-content: space-between;
    }

    /* .form-left {
      flex: 1 1 55%;
    } */

    form {
      display: flex;
      flex-direction: column;
      gap: 15px;

    }

    input, textarea, select {
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 6px;
      font-size: 14px;
      width: 100%;
    }

    textarea {
      resize: vertical;
      height: 100px;
    }

    .form-section label{
      color: #679F24;
    font-size: 24px;
    font-weight: 600;
    line-height: 14px;
    margin-bottom: 18px;
    margin-top: 12px;
    }
    .form-section button {
      background: #5c8a00;
      color: #fff;
      padding: 10px 20px;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      font-weight: bold;
      width: 100px;
    }

    .form-left{
                border: 1px solid #cccccc7d;
    border-radius: 8px;
    padding: 20px;
    background: #f7f7f7;
    max-width: 680px;
    }
    .form-right {
      /* flex: 1 1 35%; */
      display: flex;
      flex-direction: column;
      gap: 10px;
      justify-content: center;
    }

  .info-block {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 0px;
}

.icon-wrapper {
  background: white;
  border: 1px solid #ccc;
  padding: 6px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
}

.icon-wrapper i {
  background: #5c8a00;
  color: #f0f7ea;
  font-size: 36px;
  padding: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.info-text .label {
  color: #679F24;
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
}

.form-right .value {
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    color: #193A27;
}

    /* .info-block i span {
  background: #5c8a00;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

    .info-block p{
          color: #679F24;
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
    } */

    .info-text {
      font-size: 15px;
    }

    .info-text strong {
      display: block;
      margin-bottom: 5px;
      color: #333;
    }

    /* .info-text span{
          font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    color: #333;
    } */

        .dropdown-farm {
      position: relative;
      width: 100%;
    }

    .dropdown-toggle-farm {

      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    width: 100%;
    background-color: #fff;
    }

    .dropdown-arrow-farm {
      font-size: 14px;
      color: #3c763d;
    }

    .dropdown-menu-farm {
      border: 1px solid #ccc;
      border-top: none;
      border-radius: 0 0 5px 5px;
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      transition: all 0.3s ease;
      background-color: white;
    }

    .dropdown-farm.open .dropdown-menu-farm {
      max-height: 500px;
      opacity: 1;
    }

    .dropdown-item-farm {
      padding: 10px 15px;
      cursor: pointer;
      border-top: 1px solid #ddd;
      color: #9F9F9F;
    }

    .dropdown-item-farm:hover {
      color: #333;
    }

    /* smart */

      .slider-img {
    object-fit: contain;
  }

  .slider-img.enter {
    transform: translateX(100%);
    z-index: 2;
  }

  .slider-img.enter-active {
    transform: translateX(0%);
  }

  .slider-img.exit {
    z-index: 1;
  }

  .slider-img.exit-active {
    transform: translateX(-100%);
    transition: transform 0.5s ease-in-out;
  }

  @media only screen and (max-width: 600px) {
  .custom-slide {
    flex: 0 0 100%;
  }
  .reviews-container{
        width: 95%;
    margin: auto;
  }
  footer {
    margin-top: 40px;
  }
  .review-card{
    width: 100%;
  }
  .dot-menu{
    display: none;
  }
  .form-right{
    margin-top: 20px;
  }
  .form-section{
    padding: 0px;
  }
  footer nav a {
    font-size: 15px;
  }
  p{
    font-size: 20px;
    line-height: 30px;
  }
  .form-section label{
    font-size: 20px;
  }
  .info-text .label{
    font-size: 35px;
  }
  .highlight{
font-size: 38px;
  }
  .highlight-side{
font-size: 32px;
  }
  .about-page .title{
    font-size: 38px;
  }
  .about-sec h3 {
    font-size: 35px;
  }
  .review-name{
    font-size: 28px;;
  }
  .navbar-nav{
    margin: 30px auto 0px;
  }
  .slide p{
    width: auto;
  }

}


.dropdown-farm {
  position: relative;
  width: 100%;
  z-index: 1; 
}

.dropdown-menu-farm {
  position: absolute; 
  top: 100%;          
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 5px 5px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  background-color: white;
  z-index: 10; 
}

.contact-page-sec h4{
  font-size: 26px;
  line-height: 40px;
  font-weight: 700;
  color: #679F24;
}

.terms-section ul li, .refund-section ul li, .privacy-section ul li{
      color: #193A27;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
}
.terms-section p, .refund-section p, .privacy-section p{
    font-size: 20px;
    margin-bottom: 25px;
    text-align: justify;
}
.terms-section h4, .refund-section h4, .privacy-section h4{
    font-weight: 600;
}