body {
    font-family: 'Segoe UI', sans-serif;
}

/* Theme Colors */
:root {
    --green: #c8f169;
    --dark: #0f2b1f;
}

/* ===== NAVBAR ===== */

.custom-navbar .nav-link{
  color:#fff;
  margin:0 10px;
}

/* Default navbar (top par) */
.custom-navbar{
  background:transparent;
  transition:all 0.3s ease;
  padding:18px 0;
}

/* Scroll hone par */
.custom-navbar.scrolled{
  background:#ffffff;   /* dark green / black */
  box-shadow:0 8px 30px rgba(0,0,0,0.25);
  padding:12px 0;
}

/* Navbar links color */
.custom-navbar .nav-link{
  color:#fff;
}

.custom-navbar.scrolled .nav-link{
  color:#000000;
}

/* ===== HERO ===== */
.hero{  height:88vh;  background:url('bg-image.jpg') center/cover no-repeat;  position:relative;}
.hero .overlay{  position:absolute;  inset:0;}
.hero-title{ font-size:75px;font-weight:700;line-height:1.1;color:#c8f169;}
.button-hero{padding:15px 25px; border-radius:10px; font-size:16px; color:#000000; background-color:#ffee00}

@media(max-width:768px){
  .hero-title{    font-size:38px;  }
}
/* ===== CALL STRIP ===== */
.call-strip{background:#d9f28f;padding:40px 0;text-align:center;}
.call-strip p{margin:0;font-size:40px;font-weight:600;color:#0f2b1f;}
.call-strip a{color:#0f2b1f;text-decoration:none;font-weight:700;}
.call-strip a:hover{ text-decoration:underline;}
/* Mobile */
@media(max-width:768px){.call-strip p{ font-size:18px; line-height:1.4; }}


/* ===== PEST SECTION ===== */
.pest-section{
  background:#f9fff0;
  padding:80px 0;
}

.section-title h2{
  font-size:38px;
  font-weight:700;
  color:#0f2b1f;
}

.section-title p{
  max-width:650px;
  margin:15px auto 50px;
  font-size:16px;
  color:#5f6f68;
}

/* Card */
.pest-card{
  background:#fff;
  border-radius:14px;
  overflow:hidden;
  text-align:center;
  box-shadow:0 12px 35px rgba(0,0,0,.08);
  transition:.3s ease;
}

.pest-card img{
  width:100%;
  height:220px;
  object-fit:cover;
}

.pest-card h5{
  padding:18px;
  font-size:18px;
  font-weight:600;
  color:#0f2b1f;
}

.pest-card:hover{
  transform:translateY(-6px);
}

/* Mobile */
@media(max-width:768px){
  .section-title h2{
    font-size:28px;
  }
}
/* ===== ABOUT SECTION ===== */
.about-main{
  background:#fffdf4;
  padding:90px 0;
}

.about-heading{
  margin-bottom:60px;
}

.about-heading h2{
  font-size:48px;
  font-weight:700;
  color:#0f2b1f;
  line-height:1.2;
}

.about-heading h2 span{
  color:#fbbc1d;
}

.about-desc{
  max-width:420px;
  margin-top:20px;
  color:#7a847c;
  font-size:15px;
}

/* Left Image */
.about-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:14px;
}

/* Center Black Box */
.about-box{
  background:#0f1f1a;
  color:#ffffff; text-align:justify;
  padding:40px;
  height:100%;
  border-radius:14px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.about-box p{
  font-size:16px;
  line-height:1.5;
  font-weight:normal;
}

.btn-about{
  border:1px solid #c8f169;
  color:#ffffff;
  padding:10px 22px;
  border-radius:8px;
  text-decoration:none;
  width:max-content;
}

.btn-about:hover{
  background:#c8f169;
  color:#0f1f1a;
}

/* Right Stats */
.stat-box{
  background:#f5f7ed;
  padding:35px;
  border-radius:14px;
}

.stat-box h3{
  font-size:42px;
  font-weight:700;
  color:#0f2b1f;
}

.stat-box h6{
  font-size:16px;
  margin-top:10px;
  font-weight:600;
}

.stat-box p{
  font-size:14px;
  color:#7a847c;
  margin-top:8px;
}

/* Responsive */
@media(max-width:991px){
  .about-heading h2{
    font-size:34px;
  }
}


/* ===== IMAGE CONTENT SECTION ===== */
.image-content-section{
  position:relative;
  min-height:520px;
  display:flex;
  align-items:center;
  background:#000;
}

/* Background Image */
.image-content-section .image-bg{
  position:absolute;
  inset:0;
  background:url('pest-bg1.jpg') center/cover no-repeat;
}

/* Content Box */
.image-content-section .content-box{
  position:relative;
  background:#fffdf4;
  max-width:420px;
  padding:45px;
  margin-left:auto;
  border-radius:14px;
  box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.content-box h2{
  font-size:38px;
  font-weight:700;
  color:#0f2b1f;
  line-height:1.2;
}

.content-box h2 span{
  color:#8db600;
}

.content-box p{
  font-size:15px;
  color:#6b746e;
  margin-top:15px;
}

.cta-text{
  margin-top:35px;
  font-weight:600;
  color:#0f2b1f;
}

/* Responsive */
@media(max-width:991px)
{
  .image-content-section{min-height:auto;padding:80px 0;}
  .image-content-section .content-box{margin:0 auto;}
}


/* ===== TESTIMONIALS ===== */
.testimonials{
  background:#fffdf4;
  padding:120px 0;
  text-align:center;
}

.testimonial-slider{
  max-width:850px;
  margin:0 auto;
  position:relative;
}

.testimonial-slide{
  display:none;
}

.testimonial-slide.active{
  display:block;
}

.stars{
  color:#f6a623;
  font-size:18px;
  margin-bottom:20px;
}

.testimonial-text{
  font-size:20px;
  line-height:1.6;
  color:#0f2b1f;
  margin-bottom:40px;
}

.author img{
  width:70px;
  height:70px;
  border-radius:50%;
  margin-bottom:12px;
}

.author h5{
  margin:0;
  font-weight:600;
}

.author span{
  font-size:14px;
  color:#8a8a7a;
}

/* Dots */
.dots{
  margin-top:40px;
}

.dot{
  width:8px;
  height:8px;
  background:#d8dccf;
  border-radius:50%;
  display:inline-block;
  margin:0 6px;
}

.dot.active{
  background:#f6a623;
}

/* Mobile */
@media(max-width:768px){
  .testimonial-text{
    font-size:16px;
  }
}


/* ===== FAQ SECTION ===== */
.faq-section{
  background:#fffdf4;
  padding:120px 0;
}

.faq-tag{
  font-size:12px;
  letter-spacing:1px;
  color:#8a9b6e;
  font-weight:600;
}

.faq-section h2{
  font-size:42px;
  font-weight:700;
  margin:15px 0 20px;
  color:#0f2b1f;
}

.faq-section p{
  font-size:15px;
  color:#7a847c;
  max-width:420px;
}

/* FAQ Items */
.faq-item{
  border-bottom:1px solid #dde3d4;
  padding:25px 0;
}

.faq-question{
  font-size:18px;
  font-weight:600;
  color:#0f2b1f;
  display:flex;
  justify-content:space-between;
  align-items:center;
  cursor:pointer;
}

.faq-question .icon{
  font-size:22px;
}

.faq-answer{
  font-size:15px;
  color:#7a847c;
  margin-top:15px;
  display:none;
  max-width:520px;
}

/* Active State */
.faq-item.active .faq-answer{
  display:block;
}

.faq-item.active .icon{
  color:#8db600;
}

/* Mobile */
@media(max-width:991px){
  .faq-section{
    padding:80px 0;
  }

  .faq-section h2{
    font-size:32px;
  }
}

/* ===== CONTACT SECTION ===== */
.contact-section{
  background:#fffdf4;
}

.contact-wrapper{
  display:flex;
  min-height:700px;
}

.contact-image{
  width:50%;
}

.contact-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.contact-form{
  width:50%;
  padding:90px 70px;
}

.small-title{
  font-size:12px;
  letter-spacing:1px;
  color:#7e8f65;
  font-weight:600;
}

.contact-form h2{
  font-size:42px;
  font-weight:700;
  color:#0f2b1f;
  margin:15px 0 40px;
}

.contact-form h2 span{
  color:#fbbc1d;
}

.form-row{
  display:flex;
  gap:20px;
}

.form-group{
  width:100%;
  margin-bottom:22px;
}

.form-group label{
  font-size:14px;
  font-weight:600;
  margin-bottom:6px;
  display:block;
}

.form-group input,
.form-group textarea{
  width:100%;
  padding:14px;
  border-radius:8px;
  border:1px solid #d9dfcf;
  background:#fffef8;
  font-size:14px;
}

textarea{
  height:120px;
  resize:none;
}

.checkbox{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:13px;
  margin-bottom:30px;
}

.btn-submit{
  background:#8db600;
  color:#fff;
  border:none;
  padding:14px 34px;
  border-radius:8px;
  font-weight:600;
  cursor:pointer;
}

.btn-submit:hover{
  background:#769c00;
}

/* Responsive */
@media(max-width:991px){
  .contact-wrapper{
    flex-direction:column;
  }

  .contact-image,
  .contact-form{
    width:100%;
  }

  .contact-form{
    padding:60px 30px;
  }

  .form-row{
    flex-direction:column;
  }
}

/* ===== FOOTER ===== */
.site-footer{
  background:#0f1f1a;
  color:#cfe2d6;
  padding:90px 0 120px;
  position:relative;
  overflow:hidden;
}

.footer-top{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:50px;
  position:relative;
  z-index:2;
}

/* Logo */
.footer-logo{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:20px;
}

.logo-text{
  font-size:20px;
  font-weight:700;
  color:#c8f169;
}

.footer-col p{
  font-size:14px;
  line-height:1.6;
  color:#a8c0b3;
}

.footer-col h5{
  color:#c8f169;
  font-size:16px;
  margin-bottom:20px;
  font-weight:600;
}

.footer-col ul{
  list-style:none;
  padding:0;
  margin:0;
}

.footer-col ul li{
  margin-bottom:12px;
}

.footer-col ul li a{
  text-decoration:none;
  color:#a8c0b3;
  font-size:14px;
}

.footer-col ul li a:hover{
  color:#c8f169;
}

.footer-email{
  margin-top:20px;
}

.footer-phone{
  color:#c8f169;
  font-weight:600;
  margin-top:10px;
}

/* Watermark Text */
.footer-watermark{
  position:absolute;
  bottom:-30px;
  left:50%;
  transform:translateX(-50%);
  font-size:220px;              /* Desktop ke liye bada */
  font-weight:800;
  color:rgba(200,241,105,0.08);
  white-space:nowrap;
  line-height:1;
  text-align:center;
  pointer-events:none;
}

/* Tablet */
@media(max-width:991px){
  .footer-watermark{
    font-size:150px;
  }
}

/* Mobile */
@media(max-width:576px){
  .footer-watermark{
    font-size:90px;
  }
}


/* Responsive */
@media(max-width:991px){
  .footer-top{
    grid-template-columns:repeat(2,1fr);
  }

 
}

@media(max-width:576px){
  .footer-top{
    grid-template-columns:1fr;
  }

 
}
