  .blog-item {
      height: 100%;
      display: flex;
      flex-direction: column;
  }

  .blog-img {
      width: 100%;
      height: 230px;
      overflow: hidden;
  }

  .blog-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
  }

  .blog-content {
      flex: 1;
      display: flex;
      flex-direction: column;
  }

  .blog-content a.fw-bold {
      margin-top: auto;
  }

  /* =================ertificate================ */
  .award-card {
      background: #fff;
      border-radius: 10px;
      overflow: hidden;
      height: 100%;
      display: flex;
      flex-direction: column;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
      transition: all 0.3s ease;
  }

  .award-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  }

  .award-img {
      position: relative;
      height: 220px;
      overflow: hidden;
  }

  .award-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.4s ease;
  }

  .award-card:hover .award-img img {
      transform: scale(1.08);
  }

  .award-date {
      position: absolute;
      bottom: 10px;
      left: 10px;
      background: #0d6efd;
      color: #fff;
      padding: 5px 10px;
      font-size: 13px;
      border-radius: 4px;
  }

  .award-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
  }

  .award-content h5 {
      font-weight: 600;
      margin-bottom: 10px;
  }

  .award-content p {
      font-size: 14px;
      margin-bottom: 0;
      color: #555;
      text-align: justify;
  }

  /* ==================ourpartner============= */
  .partner-logo-box {
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
      height: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.3s ease;
  }

  .partner-logo-box img {
      max-height: 70px;
      max-width: 100%;
      object-fit: contain;
      filter: grayscale(100%);
      transition: 0.3s ease;
  }

  .partner-logo-box:hover img {
      filter: grayscale(0%);
      transform: scale(1.08);
  }

  .partner-text {
      margin-top: 10px;
      font-size: 14px;
      font-weight: 600;
  }

  /* ================icon====================== */
  .floating-contact {
      position: fixed;
      left: 15px;
      bottom: 20px;
      /* 👈 Hamesha neeche */
      display: flex;
      flex-direction: column;
      gap: 12px;
      z-index: 9999;
  }

  .whatsapp-float,
  .call-float {
      width: 52px;
      height: 52px;
      border-radius: 50%;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
      transition: all 0.3s ease;
      text-decoration: none;
  }

  .whatsapp-float {
      background: #25D366;
  }

  .call-float {
      background: #0d6efd;
  }

  .whatsapp-float:hover,
  .call-float:hover {
      transform: scale(1.12);
  }

  /* Tablet */
  @media (max-width: 992px) {
      .floating-contact {
          left: 12px;
          bottom: 18px;
      }
  }

  /* Mobile */
  @media (max-width: 576px) {
      .floating-contact {
          left: 10px;
          bottom: 15px;
          gap: 10px;
      }

      .whatsapp-float,
      .call-float {
          width: 46px;
          height: 46px;
          font-size: 20px;
      }
  }

  /* =========================amc===================== */
  .text-justify {
      text-align: justify;
  }

  .info-card {
      background: #fff;
      border: 1px solid #000;
      border-radius: 12px;
      padding: 30px;
      height: 100%;
  }

  .section-box {
      background: #fff;
      border: 1px solid #000;
      padding: 30px;
      border-radius: 12px;
      margin-bottom: 30px;
  }

  .product-image {
      width: 100%;
      object-fit: contain;
  }

  @media (max-width: 576px) {

      .info-card,
      .section-box {
          padding: 20px;
      }
  }



  /* ==================product============== */

  .product-box {
      background: #fff;
      padding: 28px;
      border-radius: 14px;
      text-align: center;
      transition: all 0.3s ease;
      height: 100%;
  }

  .product-box:hover {
      transform: translateY(-8px);
      box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
  }

  .product-box img {
      height: 150px;
      width: 100%;
      object-fit: contain;
      margin-bottom: 18px;
  }

  .product-box h6 {
      font-weight: 700;
      font-size: 16px;
      margin-bottom: 10px;
  }

  .product-box p {
      font-size: 14px;
      color: #555;
      margin-bottom: 0;
  }


  /* ===================rental-ups================== */

  .object-fit-cover {
      object-fit: cover;
  }

  .rental-content-box {
      background: #ffffff;
      padding: 40px;
      border-radius: 12px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
      text-align: justify;
      /* 👈 Added */
  }

  .feature-box {
      background: #fff;
      padding: 25px;
      border-radius: 12px;
      text-align: justify;
      /* 👈 Added */
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
      transition: 0.3s ease;
      height: 100%;
  }

  .feature-box:hover {
      transform: translateY(-6px);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  }

  .feature-box i {
      font-size: 32px;
      color: #0d6efd;
      margin-bottom: 15px;
      display: block;
      text-align: center;
      /* keep icon centered */
  }

  .feature-box h5 {
      font-weight: 600;
      margin-bottom: 10px;
      text-align: center;
      /* keep heading centered */
  }

  .feature-box p {
      font-size: 14px;
      color: #555;
  }


  /* ======================batere-moment========================= */

  body {
      font-family: 'Open Sans', sans-serif;
  }

  .justify-text {
      text-align: justify;
  }

  .section-padding {
      padding: 80px 0;
  }

  .section-title {
      font-weight: 700;
      margin-bottom: 20px;
  }

  .feature-card {
      background: #ffffff;
      border-radius: 12px;
      padding: 25px;
      border: 1px solid #000;
      /* Added border */
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
      transition: 0.3s;
      height: 100%;
  }

  .feature-card:hover {
      transform: translateY(-6px);
  }

  .icon-box {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: #f8f9fa;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 15px;
  }

  .range-box {
      background: #f8f9fa;
      border-radius: 10px;
      padding: 30px;
      border: 1px solid #000;
      /* Added border */
  }


  /* =====================stabler=================== */
  body {
      font-family: 'Open Sans', sans-serif;
  }

  .small-product-img {
      max-height: 280px;
      width: auto;
      object-fit: contain;
  }

  .info-card {
      border: 1px solid #000;
      border-radius: 10px;
      padding: 25px;
      height: 100%;
      background: #fff;
  }

  .light-section {
      background: #f8f9fa;
      border: 1px solid #000;
      border-radius: 10px;
      padding: 30px;
  }

  /* ===================soler-light================ */

  body {
      font-family: 'Open Sans', sans-serif;
  }

  .text-justify {
      text-align: justify;
  }

  .info-card {
      background: #ffffff;
      border: 1px solid #000;
      border-radius: 10px;
      padding: 25px;
      height: 100%;
  }

  .section-box {
      background: #ffffff;
      border: 1px solid #000;
      border-radius: 10px;
      padding: 35px;
  }
  