
    *{
      margin:0;
      padding:0;
      box-sizing:border-box;
      font-family: 'Poppins', sans-serif;
    }

    body{
      overflow-x:hidden;
      background:#fff;
    }

    /* ================= NAVBAR ================= */

    .navbar{
      background:#fff;
      box-shadow:0 2px 10px rgba(0,0,0,0.08);
      padding:5px 0;
      z-index:999;
    }

    .navbar-brand img{
      width:180px;
    }

    .nav-link{
      color:#555 !important;
      font-size:20px;
      font-weight:550;
      margin:0 10px;
      position:relative;
      transition:.3s;
    }

    .nav-link:hover{
      color:#76c043 !important;
    }

    .nav-link::after{
      content:'';
      position:absolute;
      width:0%;
      height:2px;
      left:0;
      bottom:-5px;
      background:#76c043;
      transition:.4s;
    }

    .nav-link:hover::after{
      width:100%;
    }

    /* ================= HERO ================= */

    .hero{
      min-height:90vh;
      background:
      linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)),
      url('https://images.unsplash.com/photo-1518770660439-4636190af475?q=80&w=1400&auto=format&fit=crop');
      background-size:cover;
      background-position:center;
      display:flex;
      align-items:center;
      color:#fff;
      position:relative;
    }

    .hero h1{
      font-size:65px;
      font-weight:800;
      line-height:1.2;
    }

    .hero h1 span{
      color:#76c043;
    }

    .hero p{
      margin-top:20px;
      font-size:18px;
      max-width:700px;
      line-height:1.8;
    }

    .hero-btn{
      margin-top:30px;
      background:#76c043;
      color:#fff;
      border:none;
      padding:15px 40px;
      border-radius:50px;
      font-weight:600;
      transition:.4s;
    }

    .hero-btn:hover{
      background:#fff;
      color:#76c043;
      transform:translateY(-5px);
    }

    /* ================= SECTION TITLE ================= */

    .section-title{
      text-align:center;
      margin-bottom:60px;
    }

    .section-title h2{
      font-size:42px;
      font-weight:800;
      text-align: center;
      color:#222;
      /* margin-right: 90px; */
    }

    .section-title span{
      color:#76c043;
    }

    .line{
      width:120px;
      height:4px;
      background:#76c043;
      margin:15px auto;
      border-radius:50px;
    }

    /* ================= ABOUT ================= */

    .about{
      padding:100px 0;
    }

    .about img{
      width:100%;
      animation:float 4s ease-in-out infinite;
    }

    @keyframes float{
      0%{
        transform:translateY(0px);
      }
      50%{
        transform:translateY(-15px);
      }
      100%{
        transform:translateY(0px);
      }
    }

    .about h3{
      font-size:40px;
      font-weight:800;
      margin-bottom:25px;
    }

    .about h3 span{
      color:#76c043;
    }

    .about p{
      line-height:2;
      color:#555;
    }

    /* ================= SERVICES ================= */

    .services{
      background:#9ccc45;
      padding:100px 0;
    }

    .services .section-title h2{
      color:#fff;
    }

    .service-card{
      background:#fff;
      border-radius:25px;
      padding:40px 25px;
      text-align:center;
      transition:.5s;
      height:100%;
      position:relative;
      overflow:hidden;
    }

    .service-card:hover{
      transform:translateY(-12px);
      box-shadow:0 20px 40px rgba(0,0,0,.15);
    }

    .service-icon{
      width:90px;
      height:90px;
      border-radius:50%;
      background:#9ccc45;
      display:flex;
      align-items:center;
      justify-content:center;
      margin:auto;
      margin-bottom:25px;
    }

    .service-icon i{
      color:#fff;
      font-size:38px;
    }

    .service-card h4{
      font-weight:700;
      margin-bottom:15px;
    }

    .service-card p{
      color:#666;
      line-height:1.9;
      font-size:14px;
    }

    /* ================= COUNTER ================= */

    .counter-section{
      padding:100px 0;
      background:
      linear-gradient(rgba(0,0,0,.75),rgba(0,0,0,.75)),
      url('https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?q=80&w=1400&auto=format&fit=crop');
      background-size:cover;
      background-position:center;
      color:#fff;
      text-align:center;
    }

    .counter-box{
      padding:30px;
      border-right:1px solid rgba(255,255,255,.2);
    }

    .counter-box:last-child{
      border:none;
    }

    .counter-box i{
      font-size:55px;
      color:#9ccc45;
      margin-bottom:20px;
    }

    .counter{
      font-size:45px;
      font-weight:800;
      color:#9ccc45;
    }

    .counter-box p{
      margin-top:10px;
      font-size:17px;
    }

    /* ================= FOOTER ================= */

    footer{
      background:#111;
      color:#fff;
      text-align:center;
      padding:25px 0;
    }

    /* ================= RESPONSIVE ================= */

    @media(max-width:992px){

      .hero{
        text-align:center;
      }

      .hero h1{
        font-size:48px;
      }

      .about{
        text-align:center;
      }

      .about img{
        margin-bottom:40px;
      }

      .counter-box{
        border:none;
        margin-bottom:30px;
      }
    }

    @media(max-width:576px){

      .hero h1{
        font-size:36px;
      }

      .hero p{
        font-size:15px;
      }

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

      .about h3{
        font-size:30px;
      }
    }

/* ================= SERVICES ================= */

.services-section{
    background:#9bd33b;
}

.section-title h2{
    font-weight:700;
    /* color:#fff; */
}
.service-icon img{
    border-radius: 50%;
    margin-top: 20px;
}

.title-line{
    width:120px;
    height:4px;
    background:#fff;
    margin:15px auto;
    border-radius:20px;
}

.service-card{
    background:#fff;
    border-radius:20px;
    padding:35px 25px;
    text-align:center;
    height:100%;
    transition:.4s;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.service-card:hover{
    transform:translateY(-10px);
}

.active-card{
    transform:scale(1.05);
}

.service-icon img{
    width:80px;
    margin-bottom:20px;
}

.service-card h4{
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
}

.service-card p{
    font-size:15px;
    line-height:28px;
    color:#555;
}

.service-btn{
    display:inline-block;
    margin-top:20px;
    padding:10px 25px;
    background:#9bd33b;
    color:#fff;
    border-radius:30px;
    text-decoration:none;
    font-weight:600;
}

/* ================= MEDIA ================= */

.media-section{
    background:#f5f5f5;
}

.media-card h5{
    font-weight:700;
    margin-bottom:15px;
}

.video-box{
    position:relative;
    overflow:hidden;
    border-radius:10px;
}

.video-box img{
    width:100%;
    transition:.5s;
}

.video-box:hover img{
    transform:scale(1.1);
}

.play-btn{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:60px;
    height:60px;
    background:red;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:20px;
}

.media-card p{
    margin-top:12px;
    font-size:14px;
    color:#555;
}

/* ================= PICKUP ================= */

.pickup-section{
    background:#9bd33b;
    padding:80px 0;
}

.pickup-left h2{
    color:#fff;
    font-size:55px;
    font-weight:800;
    line-height:1.2;
}

.pickup-left span{
    color:#ff7a00;
}

.pickup-left p{
    color:#fff;
    margin-top:20px;
    line-height:30px;
}

.pickup-form input,
.pickup-form textarea{
    width:100%;
    padding:14px;
    border:2px solid #6b9d1f;
    background:transparent;
    outline:none;
}

.pickup-form button{
    background:#fff;
    border:none;
    padding:12px 35px;
    font-weight:700;
    transition:.4s;
}

.pickup-form button:hover{
    background:#222;
    color:#fff;
}

/* ================= BLOG ================= */

.blog-section{
    background:#f7f7f7;
}

.blog-section .section-title h2{
    color:#222;
}

.blog-section .title-line{
    background:#9bd33b;
}

.blog-card{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    transition:.4s;
    border:1px solid #ddd;
}

.blog-card:hover{
    transform:translateY(-8px);
}

.blog-card img{
    width:100%;
}

.blog-content{
    padding:20px;
}

.blog-content h5{
    font-size:20px;
    line-height:32px;
}

/* ================= FOOTER ================= */

.footer-section{
    background:#e7ece8;
    padding:70px 0 20px;
}

.footer-logo{
    width:180px;
    margin-bottom:20px;
    color: black;
}

.footer-title{
  color: black;
}
.footer-logo-box{
  color: black;
}

.footer-contact p{
  color: #555;
}
.footer-text{
    line-height:28px;
    color:#555;
}

.footer-section h5{
    font-weight:700;
    margin-bottom:20px;
    color: black;
}

.footer-section ul{
    padding:0;
    list-style:none;
}

.footer-section ul li{
    margin-bottom:12px;
}
.foot-con{
    color: #555;
}

.footer-section ul li a{
    text-decoration:none;
    color:#555;
}

.social-icons{
    display:flex;
    gap:12px;
    margin-top:20px;
}

.social-icons a{
    width:40px;
    height:40px;
    border-radius:50%;
    background:#9bd33b;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
}

.footer-bottom{
    margin-top:50px;
    padding-top:20px;
    border-top:1px solid #ccc;
    text-align:center;
    color:#666;
}

/* ================= RESPONSIVE ================= */

@media(max-width:991px){

    .pickup-left{
        text-align:center;
        margin-bottom:40px;
    }

    .pickup-left h2{
        font-size:42px;
    }

    .active-card{
        transform:scale(1);
    }
}

@media(max-width:576px){

    .pickup-left h2{
        font-size:34px;
    }

    .service-card{
        padding:30px 20px;
    }

    .blog-content h5{
        font-size:18px;
        line-height:28px;
    }
}

/* WHATSAPP FLOAT BUTTON */

.whatsapp-float{
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 65px;
  height: 65px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  text-decoration: none;
  z-index: 99999;
  box-shadow: 0 8px 25px rgba(0,0,0,0.25);
  transition: 0.3s;
  animation: whatsappPulse 1.8s infinite;
}

.whatsapp-float:hover{
  transform: scale(1.1);
  background: #1ebe5d;
  color: #fff;
}

@keyframes whatsappPulse{

  0%{
    box-shadow: 0 0 0 0 rgba(37,211,102,0.7);
  }

  70%{
    box-shadow: 0 0 0 18px rgba(37,211,102,0);
  }

  100%{
    box-shadow: 0 0 0 0 rgba(37,211,102,0);
  }

}

/* MOBILE */

@media(max-width:768px){

  .whatsapp-float{
    width: 58px;
    height: 58px;
    font-size: 30px;
    right: 15px;
    bottom: 15px;
  }

}