    body{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    /* Hide by default */
.only-md {
  display: none;
}

/* Show only between 768px and 991px (Bootstrap md range) */
@media(max-width: 991.98px) {
  .only-md {
    display: block !important;
  }
  .top{
    display: none;
  }
}
    /* top bar */
    .top-header {
      background-color: #fff;
      font-size: 14px;
    }

    .header-text {
      line-height: 1.4;
      font-size: 16px;
    }

    .top-link {
      text-decoration: none;
      color: #000;
      margin: 0 3px;
    }

    .top-link:hover {
      text-decoration: underline;
    }

    @media (max-width: 768px) {
      .top-header {
        text-align: center;
      }
      .text-end {
        text-align: center !important;
        margin-top: 10px;
      }
    }

    /* Navbar styling */
    .navbar {
      background-color: #003b75; /* Dark blue background */
    }

    .navbar-nav .nav-link {
      color: white !important;
      font-weight: 500;
      padding: 10px 0px;
      font-size: 15px;
    }

    .navbar-nav .nav-link:hover {
      background-color: #002a52;
      color: #fff;
    }

    /* Dropdown on hover */
    .dropdown:hover .dropdown-menu {
      display: block;
      margin-top: 0;
    }

    .dropdown-menu {
      background-color: #fff;
      border: none;
      font-size: 16px;
      position: absolute;
      left: auto;
      right: 0;
      min-width: 150px;
      overflow: visible;
      z-index: 9999;
    }

    .dropdown-menu .dropdown-item {
      color: #000;
    }

    .dropdown-menu .dropdown-item:hover {
      color: #fff;
      background-color: #002a52;
    }

    /* Hide Google banner */
    .goog-te-banner-frame.skiptranslate,
    .goog-te-gadget-icon {
      display: none !important;
    }
   

    /* Style translator select box */
    #google_translate_element select {
      border: 1px solid #ccc;
      border-radius: 4px;
      font-size: 13px;
      padding: 2px 6px;
      background-color: #fff;
      color: #000;
    }

    /* hero section */
    
    .hero-section {
      position: relative;
      height: 80vh;
      overflow: hidden;
    }

    .owl-carousel .item-m {
      height: 80vh;
      background-size: cover;
      background-position: center;
      position: relative;
    }
    @media (max-width: 768px) {
        .owl-carousel .item-m {
        height: 50vh;
        }
        .hero-section {
        height: 50vh;
        }
        .hero-content h1 {
            font-size: 1rem;
        }
        .hero-content p {
            font-size: 1rem;
        }
    }

    .hero-overlay {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0, 0, 0, 0.55);
      z-index: 1;
    }

    .hero-content {
      position: absolute;
      top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      color: #fff;
      z-index: 2;
    }

    .hero-content h1 {
      font-size: 3rem;
      font-weight: 700;
      letter-spacing: 1px;
    }

    .hero-content p {
      font-size: 1.25rem;
      margin-top: 15px;
    }

   .logo-badge{
    padding: 5px 30px;
    background-color: #002a52;
    color: #fff;
   }

    .logo-badge img {
      height: 60px;
      width: auto;
    }


    /* Navigation arrows */
    .owl-nav button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255,255,255,0.85) !important;
      color: #000 !important;
      border-radius: 50%;
      width: 50px; height: 50px;
      font-size: 2rem !important;
      display: flex; align-items: center; justify-content: center;
      transition: all 0.3s ease;
      z-index: 3;
    }

    .owl-nav button.owl-prev { left: 15px; }
    .owl-nav button.owl-next { right: 15px; }

    .owl-nav button:hover {
      background: #0d47a1 !important;
      color: #fff !important;
    }

    .owl-dots { display: none; }

    @media (max-width: 768px) {
      .hero-content h1 { font-size: 2rem; }
      .hero-content p { font-size: 1rem; }
      .logo-badge img { height: 40px; }
      .welcome-text {
        font-size: 0.9rem;
        padding: 8px 14px;
      }
      .owl-nav button {
        width: 40px; height: 40px; font-size: 1.5rem !important;
      }
    }

    /* Notice section */
    .profile-card {
  border-radius: 12px;
  overflow: hidden;
}

.profile-img {
  border-radius: 12px 0 0 12px;
  object-fit: cover;
  height: 100%;
}

.nav-tabs .nav-link {
  color: #fff;
  background-color: #103c91;
  border: none;
}

.nav-tabs .nav-link.active {
  background-color: #163ea3;
  color: #feff99;
  font-weight: 600;
  border-bottom: 3px solid #feff99;
}

.tab-content::-webkit-scrollbar {
  width: 6px;
}
.tab-content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
}

/* Responsive tweak */
@media (max-width: 992px) {
  .profile-img {
    border-radius: 12px 12px 0 0;
  }
}

/* whats-happening */
   .section-title {
      text-align: center;
      font-weight: 600;
      margin-bottom: 30px;
      position: relative;
    }

    .section-title::after {
      content: '';
      width: 100px;
      height: 3px;
      background-color: #e58218;
      position: absolute;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
    }

    .event-card {
      border-radius: 10px;
      overflow: hidden;
      background: #fff;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      height: 100%;
    }

    .event-card img {
      width: 100%;
      height: 250px;
      object-fit: cover;
    }

    .event-date {
      position: absolute;
      top: 15px;
      left: 15px;
      background: #e58218;
      color: #fff;
      font-size: 14px;
      font-weight: bold;
      padding: 5px 10px;
      border-radius: 20px;
    }

    .event-content {
      padding: 20px;
      height: 220px !important;
      overflow-y: auto;
    }

    .whats-happening-carousel .owl-nav {
      position: absolute;
      top: 40%;
      width: 100%;
      display: flex;
      justify-content: space-between;
    }

    .whats-happening-carousel .owl-nav span {
      font-size: 30px;
      color: #333;
    }

    .whats-happening-carousel .owl-prev,
    .whats-happening-carousel .owl-next {
      background: none !important;
      border: none !important;
    }

    .whats-happening-carousel .owl-theme .owl-nav [class*=owl-]:hover {
      background: none;
      color: #e53935;
    }

     .partner-carousel .item {
    border: 1px solid #ddd;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    transition: transform 0.3s ease;
  }

  .partner-carousel .item:hover {
    transform: scale(1.05);
  }

  .partner-carousel img {
    max-height: 70px;
    margin: auto;
    display: block;
    object-fit: contain;
  }