
    :root {
      --primary-green: #007A3D;
      --primary-orange: #F7931E;
      --green-light: #4CAF50;
      --green-dark: #005B2D;
      --orange-light: #FFB84D;
      --white: #FFFFFF;
    }
    body {
      font-family: 'Open Sans', sans-serif;
      background-color: #f5f5f5;
    }
    .ribbon {
      background-color: var(--primary-orange);
      color: white;
      padding: 6px 20px;
      font-weight: bold;
      clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    }
    .social-icons a {
      color: white;
      margin-left: 15px;
      text-decoration: none;
    }
    .social-icons a:hover {
      color: #ccc;
    }
    .info-section {
      font-size: 0.9rem;
    }
    .info-section i {
      color: green;
      margin-right: 5px;
    }
    /* Login/SignUp Button */
#loginDropdown {
  background-color: #FDBE43;
  border: none;
  color: white;
  font-weight: 600;
  /* padding: 8px 16px; */
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

#loginDropdown:hover,
#loginDropdown:focus {
  background-color: #f7931e;
  color: #fff;
}

/* Dropdown Menu Styling */
.dropdown-menu {
  min-width: 220px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  /* padding: 8px 0; */
  font-size: 15px;
}
.dropdown-item{
  padding: 0 !important;
  /* margin: 0 !important; */
  width: 10vw;
}

/* Dropdown Items */
.dropdown-menu .dropdown-item {
  /* padding: 10px 20px; */
  transition: background-color 0.2s ease, color 0.2s ease;
  color: #000;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f7931e;
  color: white;
  font-weight: 500;
}
.btn-download {
      display: inline-block;
      /* margin-top: 20px; */
      padding: 6px 12px;
      background-color: chocolate;
      color: black;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
    }
    .btn-download:hover {
      background-color: rgb(76, 32, 1);
    }
/* Optional: FontAwesome icon spacing */
/* #loginDropdown i {
  margin-right: 5px;
} */
 .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none; /* Hidden by default */
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
  background: white;
  padding: 30px 40px;
  border-radius: 10px;
  text-align: center;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  position: relative;
}
.close-btn {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 24px;
  cursor: pointer;
}
.popup-button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #2e7d32;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}

.popup-button:hover {
  background-color: #1b5e20;
}

    .navbar-nav .nav-link.active {
      background-color: var(--primary-green);
      color: white !important;
      border-radius: 5px;
    }
    @media (max-width: 767.98px) {
      .info-section {
        display: none !important;
      }
      .btn-download{
        display: none !important;
      }

    }
    @media (max-width: 991.98px) and (min-width: 768px) {
      .info-section {
        font-size: 0.75rem;
      }
      .feature-box {
        font-size: 0.85rem;
        padding: 15px;
      }
    }
    @media (max-width: 767.98px) {
      .feature-box {
        font-size: 0.8rem;
        padding: 10px;
      }
    }
    .carousel-caption {
      background: rgba(0, 0, 0, 0.5);
      padding: 10px;
      border-radius: 10px;
    }
    .feature-box {
      padding: 20px;
      border-radius: 10px;
      background-color: orange;
      color: white;
      text-align: center;
    }
     .category-section_I {
      background: #fff;
      padding: 40px 0;
    }
    .category-wrapper_I {
      position: relative;
      overflow: hidden;
    }
    .category-container_I {
      display: flex;
      overflow-x: auto;
      scroll-behavior: smooth;
      gap: 20px;
      padding: 0 20px;
    }
    .category-link {
      text-decoration: none;
      text-align: center;
      min-width: 100px;
      flex: 0 0 auto;
    }
    .category-item_I img {
      height: 60px;
      object-fit: contain;
    }
    .category-item_I p {
      font-size: 0.9rem;
      color: #000;
      margin-top: 5px;
    }
    .scroll-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background:white;
      color: gray;
      border: none;
      padding: 5px 10px;
      cursor: pointer;
      z-index: 10;
    }
    .scroll-btn.left {
      left: 0;
    }
    .scroll-btn.right {
      right: 0;}
       .brand-section {
      background: #fff;
      padding: 40px 0;
    }
    .brand-section {
      background: #fff;
      padding: 40px 0;
    }
    .brand-logos-row {
      display: flex;
      justify-content: center;
      gap: 40px;
      margin-bottom: 30px;
    }
    .brand-logos-row .brand-logo {
      width: 200px;
      height: 200px;
      /* border: 3px solid #4CAF50; */
      padding: 20px;
      border-radius: 15px;
      background-color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.3s ease;
      cursor: pointer;
         border: 3px solid transparent;
    }
    .brand-logos-row .brand-logo.active {
      border-color: #4CAF50;
      box-shadow: 0 0 12px rgba(0, 128, 0, 0.3);
    }
    .brand-logos-row .brand-logo img {
      max-height: 100%;
      max-width: 100%;
    }
    .brand-logo:hover {
      transform: scale(1.05);
      box-shadow: 0 0 10px rgba(0,0,0,0.15);
    }
    .brand-cards-row {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
    }
    .brand-card {
      width: 250px;
      padding: 20px;
      border-radius: 15px;
      background: white;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      text-align: center;
      transition: 0.3s ease;
    }
    .brand-card img {
      height: 100px;
      object-fit: contain;
      margin-bottom: 10px;
    }
    .brand-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    }
     .stats-section {
      /* background: url('bg1.avif') center/cover no-repeat; */
      background: linear-gradient(rgba(0, 80, 0, 0.85), rgba(0, 80, 0, 0.85)), url(bg1.avif) no-repeat center center / cover;
      color: white;
      padding: 60px 0;
    }
    .stats-icon {
      font-size: 40px;
      margin-bottom: 10px;
    }
    .stat-number {
      font-size: 32px;
      font-weight: bold;
    }
    .stat-label {
      font-size: 18px;
    }
    .award-card {
      background: white;
      border-radius: 15px;
      padding: 30px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      text-align: center;
      margin: 0 15px;
    }
    .award-card img {
      max-height: 150px;
      margin-bottom: 20px;
    }
    .award-title {
      font-weight: 600;
      margin-top: 10px;
      border-top: 3px solid #4CAF50;
      padding-top: 10px;
    }
    .footer {
      background-color: var(--green-dark);
      color: white;
      padding: 40px 0 20px;
    }
    .footer a {
      color: #bbb;
      text-decoration: none;
    }
    .footer a:hover {
      color: white;
      text-decoration: underline;
    }
