https://www.hindustantimes.com/ht-img/img/2023/08/31/1600x900/There-are-14-lakh-agriculture-tubewells-in-Punjab-_1680439953675_1693467380669.jpg     
    .hero-section {
            background-size: cover;
      background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)), url('image/dripkk.jpg') no-repeat center center/cover;

      color: #fff;
      padding: 80px 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
    }
    .hero-section {
  position: relative;
  height: 75vh;
  width: 100%;
  overflow: hidden;
}

.hero-slideshow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: slideAnimation 16s infinite;
}

.slide1 {
  background-image: url('image/dripkk.jpg');
  animation-delay: 0s;
}
.slide2 {
  background-image: url('https://tse3.mm.bing.net/th/id/OIP.9c54wtOJSNrOBkukAUZGnAHaEJ?rs=1&pid=ImgDetMain&o=7&rm=3');
  animation-delay: 4s;
}
.slide3 {
  background-image: url('https://il2.picdn.net/shutterstock/videos/2604200/thumb/1.jpg');
  animation-delay: 8s;
}
.slide4 {
  background-image: url('https://www.hindustantimes.com/ht-img/img/2023/08/31/1600x900/There-are-14-lakh-agriculture-tubewells-in-Punjab-_1680439953675_1693467380669.jpg');
  animation-delay: 12s;
}

@keyframes slideAnimation {
  0% { opacity: 0; }
  5% { opacity: 1; }
  25% { opacity: 1; }
  30% { opacity: 0; }
  100% { opacity: 0; }
}

.hero-text {
  position: relative;
  z-index: 1;
  padding-top: 20vh;
  max-width: 800px;
  margin: 0 auto;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

    .hero-text {
      max-width: 600px;
      animation: sway 3s ease-in-out infinite alternate;
    }
    .hero-text h1 {
      font-size: 2.5rem;
      font-weight: 700;
    }
    .hero-text p {
      font-size: 1rem;
      margin: 20px 0;
    }
    .hero-buttons .btn {
      margin-right: 10px;
      margin-bottom: 10px;
      animation: pulse 2s infinite;
    }
    .badges {
      margin-top: 20px;
    }
    .badges .badge {
      background: #fff;
      color: #333;
      font-size: 0.9rem;
      margin-right: 10px;
      padding: 10px 15px;
      border-radius: 0.5rem;
      display: inline-flex;
      align-items: center;
    }
    .badges .badge i {
      margin-right: 5px;
      color: #28a745;
    }
    .hero-image img {
      max-width: 300px;
      border-radius: 0.5rem;
      animation: float 4s ease-in-out infinite;
    }
    @keyframes float {
      0% { transform: translateY(0); }
      50% { transform: translateY(-10px); }
      100% { transform: translateY(0); }
    }
    @keyframes pulse {
      0% { box-shadow: 0 0 0 0 rgba(40,167,69,0.7); }
      70% { box-shadow: 0 0 0 10px rgba(40,167,69,0); }
      100% { box-shadow: 0 0 0 0 rgba(40,167,69,0); }
    }
    @keyframes sway {
      0% { transform: translateX(0); }
      50% { transform: translateX(10px); }
      100% { transform: translateX(0); }
    }
    @media(max-width: 768px) {
      .hero-section {
        flex-direction: column;
        text-align: center;
      }
      .hero-image {
        margin-top: 20px;
      }
    }
     body {
      font-family: 'Segoe UI', sans-serif;
      background-color: #fff;
      color: #000;
    }

    .plumbing-section {
      padding: 60px 0;
    }

    .image-container {
      position: relative;
      max-width: 100%;
      border-radius: 12px;
      overflow: hidden;
      animation: slideInLeft 1s ease-out;
    }

    .image-container img {
      width: 100%;
      border-radius: 12px;
    }

    .blue-corner {
      position: absolute;
      bottom: -15px;
      left: -15px;
      width: 60px;
      height: 60px;
      background-color: #347DFF;
      border-radius: 20px 0 0 0;
      z-index: 1;
    }

    .yellow-icon {
      position: absolute;
      top: -20px;
      right: -20px;
      background-color: #90ff35;
      border-radius: 50%;
      padding: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 5px 10px rgba(0,0,0,0.15);
      z-index: 2;
    }

    .yellow-icon i {
      color: #000;
      font-size: 18px;
    }

    .text-content h6 {
      text-transform: uppercase;
      font-size: 0.85rem;
      letter-spacing: 1px;
      color: #489d01;
      font-weight: 600;
      margin-bottom: 10px;
    }

    .text-content h2 {
      font-size: 2rem;
      font-weight: 700;
      color: #0B0B22;
      margin-bottom: 20px;
      animation: fadeInUp 1s ease;
    }

    .text-content p {
      color: #6c757d;
      margin-bottom: 25px;
      animation: fadeInUp 1.4s ease;
    }

    .btn-yellow {
      background-color: #FFD43B;
      color: #000;
      font-weight: 600;
      padding: 10px 20px;
      border-radius: 8px;
      transition: 0.3s;
    }

    .btn-yellow:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    @keyframes slideInLeft {
      from {
        opacity: 0;
        transform: translateX(-40px);
      }
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }

    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(30px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (max-width: 767px) {
      .text-content {
        text-align: center;
        margin-top: 30px;
      }
      .yellow-icon {
        top: -15px;
        right: 10px;
      }
    }


    /* TRUSTED SINCE 1990 */
      .bg{
      background-color: #bff6b3;
      font-family: 'Segoe UI', sans-serif;
    }

    .quality-section {
      padding: 80px 0;
    }

    .section-title h6 {
      text-transform: uppercase;
      font-size: 0.85rem;
      color: #489d01;
      font-weight: 600;
    }

    .section-title h2 {
      font-size: 2rem;
      font-weight: 700;
      color: #0B0B22;
      margin-bottom: 20px;
      animation: fadeInUp 1s ease;
    }

    .section-title p {
      color: #6c757d;
      font-size: 1rem;
      margin-bottom: 30px;
      animation: fadeInUp 1.2s ease;
    }

    .check-list {
      list-style: none;
      padding: 0;
    }

    .check-list li {
      font-weight: 600;
      margin-bottom: 15px;
      display: flex;
      align-items: center;
      animation: fadeInUp 1.4s ease;
    }

    .check-list li i {
      color: #489d01;
      margin-right: 10px;
    }

    .btn-yellow {
      background-color: #489d01;
      color: #ffffff;
      font-weight: 600;
      padding: 10px 22px;
      border-radius: 8px;
      margin-top: 20px;
      transition: 0.3s;
      animation: fadeInUp 1.6s ease;
    }

    .btn-yellow:hover {
      background-color: #489d01;
      transform: translateY(-2px);
    }

    .experience-badge {
      background-color: #489d01;
      color: white;
      padding: 12px 20px;
      border-radius: 8px;
      font-weight: 600;
      font-size: 1rem;
      position: absolute;
      top: -20px;
      left: 20px;
      animation: slideInDown 1.2s ease;
    }

    .experience-badge span {
      font-size: 1.5rem;
      font-weight: 800;
    }

    .image-block {
      position: relative;
      border-radius: 10px;
      overflow: hidden;
      margin-top: 40px;
      animation: fadeIn 2s ease;
    }

    .image-block img {
      width: 100%;
      border-radius: 10px;
      height: 100%;
      object-fit: cover;
    }

    @keyframes fadeInUp {
      from { opacity: 0; transform: translateY(30px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @keyframes slideInDown {
      from { opacity: 0; transform: translateY(-40px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @keyframes fadeIn {
      from { opacity: 0; }
      to { opacity: 1; }
    }

    @media (max-width: 767px) {
      .text-center-sm {
        text-align: center;
      }
    }
/* SMOOTH, EFFICIENT, TRANSPARENT */
    .plumbing-process {
      background: url('image/2.png') center/cover no-repeat;
      background-color: #90ff35;
      padding: 100px 20px;
      color: #000000;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .plumbing-process h6 {
      text-transform: uppercase;
      font-size: 0.85rem;
      letter-spacing: 1px;
      color: #000000b0;
      margin-bottom: 15px;
      animation: fadeInDown 1s ease;
    }

    .plumbing-process h2 {
      font-size: 2.2rem;
      font-weight: 700;
      animation: zoomIn 1.3s ease;
    }

    .plumbing-process p {
      font-size: 1rem;
      max-width: 750px;
      margin: 20px auto 30px;
      animation: fadeInUp 1.6s ease;
    }

    .btn-white {
      background: #459703;
      color: #ffffff;
      font-weight: 600;
      padding: 10px 25px;
      border-radius: 8px;
      transition: 0.3s ease;
      animation: fadeInUp 1.8s ease;
    }

    .btn-white:hover {
      background: #f0f0f0;
      transform: scale(1.05);
    }

    @keyframes fadeInDown {
      from { opacity: 0; transform: translateY(-20px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @keyframes fadeInUp {
      from { opacity: 0; transform: translateY(20px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @keyframes zoomIn {
      from { opacity: 0; transform: scale(0.9); }
      to { opacity: 1; transform: scale(1); }
    }

    @media (max-width: 768px) {
      .plumbing-process h2 {
        font-size: 1.8rem;
      }
      .plumbing-process p {
        font-size: 0.95rem;
      }
    }
    /* products */
        .bg2 {
      background: #BFF6B3;
      font-family: 'Segoe UI', sans-serif;
    }

    .product-section {
      padding: 80px 20px;
    }

    .section-header h6 {
      color: #4ba303;
      font-size: 0.9rem;
      font-weight: 500;
      margin-bottom: 10px;
    }

    .section-header h2 {
      font-weight: 700;
      color: #143516;
      font-size: 2rem;
    }

    .section-header em {
      font-family: 'Georgia', serif;
      font-style: italic;
      color: #143516;
      font-size: 1.5rem;
      display: block;
      margin-top: 5px;
    }

    .btn-view-all {
      background: #499d03;
      color: white;
      font-weight: 600;
      padding: 10px 25px;
      border-radius: 30px;
      margin-top: 15px;
      display: inline-flex;
      align-items: center;
      transition: all 0.3s ease;
    }

    .btn-view-all i {
      background: #f0f0e8;
      color: #1e1e1e;
      font-size: 14px;
      border-radius: 50%;
      margin-left: 10px;
      padding: 5px;
    }

    .product-card {
      background: #cdfac3;
      border-radius: 16px;
      padding: 30px 10px 20px;
      text-align: center;
      transition: transform 0.3s ease;
      animation: fadeInUp 1s ease;
    }

    .product-card:hover {
      transform: translateY(-10px);
    }

    .product-card img {
      height: 140px;
      margin-bottom: 20px;
    }

    .product-card h5 {
      font-weight: 700;
      color: #143516;
      font-size: 1.1rem;
    }

    .product-card p {
      font-weight: 600;
      color: #4eae00;
      margin-top: 5px;
    }

    @keyframes fadeInUp {
      from { opacity: 0; transform: translateY(40px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @media (max-width: 767px) {
      .section-header h2 {
        font-size: 1.6rem;
      }
      .section-header em {
        font-size: 1.2rem;
      }
    }
    

    