  body {
      font-family: 'Poppins', sans-serif;
    }

    .logo{
      width: 150px;
      height: auto;
    }
    .navbar-custom {
      background-color: #e8f5e9; /* soft green */
      box-shadow: 0 4px 6px rgba(0,0,0,0.05);
      border-bottom: 2px solid #c8e6c9; /* light green */
    }
    .navbar-brand {
      font-weight: 600;
      color: #2e7d32 !important; /* dark green */
    }
    .nav-link {
      color: #2e7d32 !important;
      margin-right: 15px;
      transition: color 0.3s;
    }
    .nav-link:hover {
      color: #00796b !important; /* teal */
    }
    .btn-cta {
      background-color: #00796b;
      color: white;
      font-weight: 500;
    }
    .btn-cta:hover {
      background-color: #004d40;
      color: white;
    }

    .bg-teal {
    background-color: #00796b !important;
  }

  /* hero section */
  .lead {
    font-size: 16px;
  }

  .Badges{
    border: 2px solid #00796b;
  }
  
  /* about us */

   .about-section {
      padding: 60px 20px;
      background-color: #ffffff;
    }

    .about-title {
      text-align: center;
      font-size: 32px;
      font-weight: 600;
      color: #2e7d32;
      margin-bottom: 10px;
    }

    .about-subtitle {
      text-align: center;
      font-size: 18px;
      color: black;
      margin-bottom: 40px;
    }

    .about-img {
      width: 100%;
      max-width: 400px;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      border: 4px solid#198754;
    }

    .about-text {
      font-size: 16px;
      margin-bottom: 25px;
      color: #444;
    }

    .section-title {
      font-size: 18px;
      font-weight: 600;
      margin-top: 20px;
      margin-bottom: 10px;
      color: #1abc9c;
    }

    .section-title i {
      margin-right: 8px;
      color: #16a085;
    }

    .about-list {
      list-style: none;
      padding-left: 0;
    }

    .about-list li {
      margin-bottom: 8px;
      position: relative;
      padding-left: 22px;
    }

    .about-list li::before {
      content: "✔";
      color: #27ae60;
      position: absolute;
      left: 0;
      top: 0;
    }

    .contact-box {
      background: #ecf0f1;
      padding: 15px;
      border-left: 4px solid #3498db;
      border-radius: 8px;
      margin-top: 20px;
    }

    .contact-box i {
      color: #2980b9;
      margin-right: 6px;
    }

    .contact-box a {
      color: #2980b9;
      text-decoration: none;
    }

    .highlight-box {
      background-color: #dff9fb;
      color: #130f40;
      padding: 12px 15px;
      border-left: 4px solid #00cec9;
      font-weight: 500;
      border-radius: 6px;
    }

    .highlight-box i {
      color: #00cec9;
      margin-right: 6px;
    }

    @media (max-width: 768px) {
      .about-title {
        font-size: 28px;
      }

      .about-subtitle {
        font-size: 16px;
      }
    }

    /* serivces section */
   
  .services-section h2 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
    color: #2e7d32;
  }

  .service-card {
    background: #cef3d0;
    border-radius: 16px;
    border: 1px solid #eaeaea;
    padding: 0;
    overflow: hidden;
    transition: 0.3s ease;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;    height: 100%;
  }

  .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  }

  .service-image {
    width: 100%;
    height: 200px;
    display: block;
    object-fit: cover;
  }

  .service-content {
    padding: 20px;
    text-align: center;
  }

  .service-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
  }

  .service-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
  }

  .service-btn {
    margin: 5px;
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease;
    background-color: #00796b !important;
  }

  .btn-contact {
    background-color: #3498db;
    color: white;
    border: none;
  }

  .btn-contact:hover {
    background-color: #2980b9;
  }

  .btn-enquiry {
    background-color: #27ae60;
    color: white;
    border: none;
  }

  .btn-enquiry:hover {
    background-color: #1e8449;
  }

  /* why-choose-us */
  .why-choose-us .card{
    border: 3px solid #00796b !important;
  }


  /* faq */
  


  /* footer */
  .footer p, .footer a {
  font-size: 15px;
  line-height: 1.6;
}

.footer a:hover {
  text-decoration: underline;
  color: #ffc107;
}


/* WhatsApp Button */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #198754;
  color: white;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 26px;
  z-index: 999;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  transition: transform 0.3s;
}
.whatsapp-float:hover {
  transform: scale(1.1);
}

/* Call Button */
.call-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #0d6efd;
  color: white;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 26px;
  z-index: 999;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  transition: transform 0.3s;
}
.call-float:hover {
  transform: scale(1.1);
}



/*================ style websites=================== */
.img-frame-gradient {
  border: 5px solid;
  border-image-slice: 1;
  border-width: 8px;
  border-image-source: linear-gradient(45deg, #6ee041, #347906, #43ad05);
  border-radius: 12px;
  padding: 5px; /* space between border and image */
  display: inline-block;
}


.beforeafter img{
border: 2px solid #00796b;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
