
      /* Global Poppins Font */
      * {
        font-family: "Poppins", sans-serif !important;
      }

      /* Video Hero Styles - Updated for Split Layout */
      .hero {
        position: relative;
        height: 100vh;
        overflow: hidden;
      }

      .background-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
      }

      .responsive-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 2;
      }

      .hero-content {
        position: relative;
        z-index: 3;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-left: 5%;
        top: 15%;
      }

      /* Responsive adjustments for split layout */
      @media (max-width: 1024px) {
        .hero-content {
          padding-left: 3%;
          top: 10%;
        }
      }

     
      .btn-primary-custom {
        background-color: #12892c;
        border: none;
        padding: 11px 35px;
        font-size: 12px;
        border-radius: 40px;
        color: white;
        font-weight: 400;
        text-align: center;
        box-shadow: 10px 9px 28px 0px rgba(0, 0, 0, 0);
      }

      .btn-primary-custom:hover {
        background-color: #0f7023;
      }

      .company-tag {
        background-color: #323232;
        border-radius: 50px;
        font-weight: 200;
        font-size: 14px;
        padding: 2px 5px;
        display: inline-block;
        margin-bottom: 5px;
        color: white;
      }

      /* Navbar Styles */
      .navbar {
        position: absolute;
        width: 100%;
        top: 0;
        z-index: 50;
        background-color: transparent;
        transition: all 0.3s ease;
      }

      .navbar .nav-link:hover {
        color: #02c9a7 !important;
      }

      .navbar.sticky .nav-link:hover {
        color: #fe0000 !important;
      }

      .navbar.sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: white;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      }

      .navbar.sticky .nav-link {
        color: black !important;
      }

      .navbar.sticky .company-text {
        color: black !important;
      }

      .navbar.sticky .nav-link.active {
        color: black !important;
        border-bottom: 2px solid #12892c;
      }

      /* Ensure contact button stays green when navbar is sticky */
      .navbar.sticky .contact-btn {
        background-color: #12892c !important;
        color: white !important;
      }

      .navbar.sticky .contact-btn:hover {
        background-color: #0f7023 !important;
      }

      /* Mobile menu styles */
      .mobile-menu {
        background-color: white;
        margin-top: 15px;
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding: 15px;
      }

      .mobile-menu .nav-link {
        color: #333 !important;
        font-size: 16px;
        font-weight: 500;
        padding: 10px 0;
        text-transform: none;
        border-bottom: 1px solid #f0f0f0;
        text-align: center;
        display: block;
        text-decoration: none;
      }

      .mobile-menu .nav-link:hover {
        color: #12892c !important;
      }

      .dropdown-content {
        background-color: #f8f9fa;
        border-radius: 8px;
        margin: 5px 0;
        padding: 5px 0;
      }

      .dropdown-item {
        color: #666;
        font-size: 14px;
        padding: 6px 15px;
        text-align: left;
        display: block;
        text-decoration: none;
      }

      .dropdown-item:hover {
        background-color: #e9ecef;
        color: #12892c;
      }

      /* Hamburger Menu */
      .hamburger {
        display: none;
        flex-direction: column;
        cursor: pointer;
        padding: 4px;
      }

      .hamburger span {
        width: 25px;
        height: 2px;
        background-color: white;
        margin: 2px 0;
        transition: 0.3s;
      }

      .navbar.sticky .hamburger span {
        background-color: #333;
      }

      @media (max-width: 1024px) {
        .hamburger {
          display: flex;
        }

        .desktop-menu {
          display: none;
        }
      }

      .mobile-menu.hidden {
        display: none;
      }

      /* Nepal Map Styles */
      #nepalMap {
        width: 100%;
        height: 100%;
        background-color: rgba(8, 47, 73, 0.3);
        background-image: radial-gradient(
          circle at center,
          rgba(30, 64, 175, 0.1),
          rgba(8, 47, 73, 0.5)
        );
      }

      .nepal-outline {
        fill: rgba(16, 185, 129, 0.1);
        stroke: #ffffff;
        stroke-width: 1;
        filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
      }

      .province-path {
        fill: rgba(30, 64, 175, 0.25);
        stroke: #ffffff;
        stroke-width: 1.5;
        transition: all 0.3s ease;
        cursor: pointer;
        filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1));
      }

      .province-path:hover {
        fill: rgba(16, 185, 129, 0.6);
        transform: translateY(-2px) scale(1.01);
        z-index: 10;
        filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
      }

      .province-path.active {
        fill: rgba(16, 185, 129, 0.8);
        stroke-width: 2;
      }

      .province-label {
        font-size: 12px;
        fill: white;
        font-weight: 600;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
        pointer-events: none;
      }

      .project-ongoing {
        fill: rgba(16, 185, 129, 0.9);
        stroke: white;
        stroke-width: 1;
        filter: drop-shadow(0 0 4px rgba(16, 185, 129, 0.8));
        animation: pulse 2s infinite;
      }

      .project-completed {
        fill: rgba(245, 158, 11, 0.9);
        stroke: white;
        stroke-width: 1;
      }

      @keyframes pulse {
        0% {
          opacity: 0.7;
          r: 6;
        }
        50% {
          opacity: 1;
          r: 8;
        }
        100% {
          opacity: 0.7;
          r: 6;
        }
      }

      .province {
        fill: rgba(33, 89, 136, 0.4);
        stroke: #ffffff;
        stroke-width: 0.8;
        stroke-miterlimit: 10;
        transition: all 0.3s ease;
        cursor: pointer;
      }

      .province:hover {
        fill: rgba(52, 211, 153, 0.6);
        stroke-width: 1.2;
        transform: translateY(-1px);
      }

      .province.active {
        fill: rgba(52, 211, 153, 0.8);
        stroke-width: 1.5;
      }

      .region-point {
        animation: pulse 2s infinite;
      }

      @keyframes pulse {
        0% {
          transform: scale(1);
          opacity: 1;
        }
        50% {
          transform: scale(1.1);
          opacity: 0.8;
        }
        100% {
          transform: scale(1);
          opacity: 1;
        }
      }

      #mapInfoPanel {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        max-height: 200px;
        overflow-y: auto;
      }

      @media (max-width: 768px) {
        #mapInfoPanel {
          width: calc(100% - 32px);
          right: 16px;
          left: 16px;
        }
      }
    
      /* small customization for text stroke on big numbers */
      .num-stroke {
        /* Use the webkit-prefixed stroke where supported */
        -webkit-text-stroke: 1px rgba(0, 0, 0, 0.25);

        text-shadow: 1px 0 0 rgba(0, 0, 0, 0.25), -1px 0 0 rgba(0, 0, 0, 0.25),
          0 1px 0 rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.25),
          1px 1px 0 rgba(0, 0, 0, 0.15), -1px -1px 0 rgba(0, 0, 0, 0.15);
      }
   
   
      /* Animation styles for slides */
      @keyframes fadeIn {
        from {
          opacity: 0;
          transform: translateX(20px);
        }
        to {
          opacity: 1;
          transform: translateX(0);
        }
      }

      .animate-fade-in {
        animation: fadeIn 0.5s ease-out forwards;
      }

      .tab-pane {
        transition: all 0.3s ease;
      }

      .slide-group {
        transition: transform 0.5s ease, opacity 0.5s ease;
      }
          /* News Updates Section Styling */
      .news-item-hover {
        transition: transform 0.3s ease;
      }
      .news-item-hover:hover {
        transform: translateY(-5px);
      }

      .line-clamp-2 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
      }

      .line-clamp-3 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
      }

      .bg-news-blue {
        background-color: #1a56db;
      }

      .news-date {
        color: #718096;
      }

      .news-card {
        transition: all 0.3s ease;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
          0 2px 4px -1px rgba(0, 0, 0, 0.06);
      }

      .news-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
          0 4px 6px -2px rgba(0, 0, 0, 0.05);
      }

      .read-more-btn {
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease;
      }

      .read-more-btn:hover {
        transform: translateY(-2px);
      }

      .read-more-btn::after {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: currentColor;
        transform: scaleX(0);
        transition: transform 0.3s ease;
        transform-origin: right;
      }

      .read-more-btn:hover::after {
        transform: scaleX(1);
        transform-origin: left;
      }

      .see-more-link {
        transition: all 0.3s ease;
      }

      .see-more-link:hover {
        letter-spacing: 0.5px;
      }
       /* Project Specific Styles */
      .project-slide {
        transition: all 0.5s ease;
        opacity: 0;
        display: none;
      }

      .project-slide.active {
        opacity: 1;
        display: flex;
      }

      .project-indicator {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #d1d5db;
        transition: all 0.3s ease;
        cursor: pointer;
      }

      .project-indicator.active {
        width: 24px;
        border-radius: 12px;
        background-color: #0096ff;
      }

      .project-gallery {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 4px;
        height: 100%;
      }

      .gallery-img-1 {
        grid-column: 1 / 3;
        grid-row: 1 / 2;
      }

      .gallery-img-2 {
        grid-column: 3 / 5;
        grid-row: 1 / 2;
      }

      .gallery-img-3 {
        grid-column: 5 / 7;
        grid-row: 1 / 2;
      }

      .gallery-img-4 {
        grid-column: 1 / 3;
        grid-row: 2 / 3;
      }

      .gallery-img-5 {
        grid-column: 3 / 5;
        grid-row: 2 / 3;
      }

      .gallery-img-6 {
        grid-column: 5 / 7;
        grid-row: 2 / 3;
      }

      .category-pill {
        background-color: rgba(59, 130, 246, 0.1);
        color: #0096ff;
        border-radius: 9999px;
        font-size: 0.875rem;
        padding: 0.375rem 1rem;
        display: inline-flex;
        align-items: center;
      }
      .map-province {
        fill: #6f9c76;
        stroke: #ffffff;
        stroke-width: 0.5;
        cursor: pointer;
        transition: all 0.3s ease;
      }

      .map-province:hover {
        fill: #008e43;
        stroke: #ffffff;
        stroke-width: 1.5;
        filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
      }

      .map-province.active {
        fill: #b31500;
        stroke: #ffffff;
        stroke-width: 2;
      }

      .stat-counter {
        font-family: "Poppins", sans-serif;
        font-weight: 700;
      }

      .pulse-dot {
        animation: pulse 2s infinite;
      }

      @keyframes pulse {
        0% {
          transform: scale(1);
          opacity: 1;
        }
        50% {
          transform: scale(1.1);
          opacity: 0.7;
        }
        100% {
          transform: scale(1);
          opacity: 1;
        }
      }

      .tooltip {
        position: absolute;
        background: rgba(0, 0, 0, 0.9);
        color: white;
        padding: 8px 12px;
        border-radius: 6px;
        font-size: 14px;
        pointer-events: none;
        z-index: 1000;
        opacity: 0;
        transition: opacity 0.3s ease;
      }

      .tooltip.show {
        opacity: 1;
      }
        .innovation-card {
    width: 341px;
    height: 369px;
    background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(5px);
    border: 1.5px solid rgba(255,255,255,0.18);
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.37);
    border-radius: 5px; /* exact radius requested */
    opacity: 1;
    transform: rotate(0deg);
  }
  @media (min-width: 1024px) {
  .innovation-card {
    width: 290px;
  }
  
}
 /* @media (width<766px) {
  .innovation-card {
    margin-left: 8%;
    width: 480px;
  }}
   @media (width<570px) {
  .innovation-card {
   
    width: 341px;
  }} */

  .innovation-card .img-wrap {
    transition: transform 0.5s;
  }
  .innovation-card.group:hover .img-wrap {
    transform: scale(1.1);
  }


  
    @keyframes slideIn {
      from {
        opacity: 0;
        transform: translateX(30px);
      }
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }
    .card-animate {
      animation: slideIn 0.4s ease-out;
    }
