body {
     overflow-x: hidden;
 }
 p {
     font-size: 18px;
 }

 /* Main container that moves up and down */
 main {
     transition: transform 0.7s cubic-bezier(0.68, -0.55, 0.27, 1.55);
 }

 /* --- HEADER: Now absolute, not fixed --- */
 header {
     /* position: absolute; */
     /* Changed from fixed */
     top: 0;
     left: 0;
     width: 100%;
     z-index: 1030;
     /* Ensure it's above other section content */
 }

.main-banner{
    background: url(images/about/heade-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10px;
}
 .navbar {
     background-color: #005198;
     /* Lighter background */
     backdrop-filter: blur(5px);
 }

 /* --- FOOTER CSS --- */
 footer {

     padding-top: 40px;
     bottom: 0;
     left: 0;
     width: 100%;
     z-index: -1;
     background-color: #212529;
     color: #adb5bd;
     display: flex;
     align-items: center;
 }

 footer h5 {
     color: #fff;
     margin-bottom: 1.5rem;
 }

 footer .list-unstyled a {
     color: #adb5bd;
     text-decoration: none;
     transition: color 0.3s ease;
 }

 footer .list-unstyled a:hover {
     color: #fff;
 }

 .social-icons a {
     font-size: 1.5rem;
     margin-right: 1rem;
     color: #adb5bd;
     transition: color 0.3s ease;
 }

 .social-icons a:hover {
     color: #fff;
 }

 /* 10-10-25 */
 .navbar-brand img {
     width: 700px;
 }

 .list-group-item {
     border: 0px !important;
 }

 .list-group a {
     font-size: 23px;
     color: #fff;
     font-weight: 500;
     text-decoration: none;
 }


 .navbar {
     /* Optional: Smooth transition for height/logo changes */
     transition: all 0.3s ease-in-out;
 }

 .navbar .navbar-brand img {
     /* Set the initial logo height */
     /*     height: 40px;*/
     /* Example initial height */
     transition: height 0.3s ease-in-out;
 }

 /* ---------------------------------------------------- */
 /* 2. Scrolled State Styles (The shrinking effect) */
 /* ---------------------------------------------------- */
 .navbar.scrolled {
     /* Reduce the overall height of the navbar by changing padding */
     padding-top: 5px !important;
     padding-bottom: 5px !important;
     /* Optional: Change background color on scroll */
     background-color: rgba(255, 255, 255, 0.95);
     /* Example: semi-transparent white */
     box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
 }

 /* --- FOOTER CSS --- */

 footer h5 {
     color: #fff;
     margin-bottom: 1.5rem;
 }

 footer .list-unstyled a {
     color: #adb5bd;
     text-decoration: none;
     transition: color 0.3s ease;
 }

 footer .list-unstyled a:hover {
     color: #fff;
 }

 .social-icons a {
     font-size: 1.5rem;
     margin-right: 1rem;
     color: #adb5bd;
     transition: color 0.3s ease;
 }

 .social-icons a:hover {
     color: #fff;
 }

 .nav-link {
     color: #fff;
     font-weight: 600;
     font-size: 20px;
 }

 .navbar-nav .nav-link.active,
 .navbar-nav .nav-link.show {
     color: rgb(3 40 151);
 }


 #footer li .fa-angle-double-right {
     font-size: 14px;
 }

 #footer li {
     list-style: none;
 }

 #footer .copy-rights {
     text-align: center;
 }

 .equal-box .btn {
     margin: 0px auto;
     text-align: center;
     display: table;
 }

 .equal-box {
     min-height: 550px;
 }

 .navbar-toggler-icon {
     filter: invert(1);
 }

 .breadcrumb-section {
    background:linear-gradient(90deg, rgb(255 255 255 / 0%) 0%, rgb(247 255 243 / 0%) 35%, rgb(255 255 255 / 0%) 100%), url(images/about/breadcrumb.jpg);
    margin-bottom: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 !important;
 }

 .breadcrumb-section h2{
    color: #b10342 !important; 
    text-align: center;
 }
  .breadcrumb-section .breadcrumb {
      display: inline-flex !important;
  }
 .breadcrumb-section nav {
        margin: 0px auto;
    display: block;
    text-align: center;
 }
 .breadcrumb-section li a,
 .breadcrumb-section li,
 .breadcrumb-item+.breadcrumb-item::before {
     color: #222 !important;
     font-size: 18px;
 }

 .breadcrumb-section li a {
     text-decoration: none;
 }

 /* ---------------------------------------------------- */
 /* MOBILE OVERRIDE - RE-ENABLE SCROLLING      */
 /* ---------------------------------------------------- */
 @media (max-width: 991.98px) {

     /* CRITICAL FIX: Re-enable native scrolling */
     body,
     html {
         overflow: auto !important;
         overflow-x: hidden !important;
         /* Prevents accidental horizontal scroll */
         height: auto !important;
     }

     /* CRITICAL FIX: Disable all custom positioning/transformations */
     .scroller-wrapper,
     main {
         transform: none !important;
         transition: none !important;
         height: auto !important;
         position: static !important;
     }

     .full-page-section {
         height: auto !important;
         /* Allow sections to be taller than 100vh */
         min-height: 100vh;
         /* Optional: Keep minimum height */
         padding: 2rem 0;
         /* Adjust padding for mobile layout */
         display: block;
     }

     /* Hide the desktop scroll dots */
     .section-dots {
         display: none;
     }

     /* Fix the fixed footer when native scrolling is enabled */
     footer {
         position: static;
         /* Let the footer sit at the bottom of all content */
     }
     .navbar-brand img {
    width: 100%;
}
.navbar-toggler {
    filter: invert(52%) sepia(97%) saturate(2800%) hue-rotate(185deg) brightness(100%) contrast(95%);
}
 }

 @media (max-width: 768px) {
.navbar-brand img {
    width: 100%;
}
.navbar-toggler {
    filter: invert(52%) sepia(97%) saturate(2800%) hue-rotate(185deg) brightness(100%) contrast(95%);
}
     #section-1,
     #heroCarousel,
     #heroCarousel .carousel-inner,
     #heroCarousel .carousel-item {
         height: 100vh !important;
     }
 }
 
 /*active menu */

  /* Style for main menu items and dropdown items when active */
.navbar-nav .nav-item.active > .nav-link,
.navbar-nav .dropdown-menu .dropdown-item.active,
.navbar-nav .dropdown-submenu.active > .dropdown-item {
    color: #feae35 !important; /* Dark pink color */
}

/* Ensure submenu links are also styled when they are active */
.navbar-nav .dropdown-menu .dropdown-item.active {
    background-color: rgba(213, 0, 109, 0.3) !important; /* Light dark pink background */
    color: #D5006D !important; /* Dark pink text color */
}

/* Optional: Add hover effect for better UX */
.navbar-nav .nav-item:hover > .nav-link,
.navbar-nav .dropdown-submenu:hover > .dropdown-item {
    color: #feae35 !important; /* Dark pink hover effect */
}
.navbar-nav .dropdown-menu .dropdown-item{
    font-weight: 600;
    font-size: 20px;
    color: #222;
}
.navbar-nav .dropdown-menu .dropdown-item:hover{
    color: #dc291e !important;
}
.navbar-nav li{
    border-right: 1px solid #fff;
}
/* Ensure the parent menu item shows active when a child is active */
.navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar-nav .dropdown-submenu.active > .dropdown-item {
    color: #D5006D !important; /* Dark pink focus/active state */
}

.footer-list{
     padding: 0px;
 }
 #footer li{
     line-height: 27px;
     padding-bottom: 15px;
 }
 .copy-rights a,
 .footer-list a{
     color: #fff !important;
 }
   .footer-list li i{
       padding-top: 8px;
   }
  .footer-list li{
     display: flex;
  }
  .contact-info-area h3{
      font-size: 25px;
    color: #001ca8;
    margin-top: 30px;
    margin-bottom: 30px;
  }
   .contact-info-area h4{
    font-size: 20px;
    color: #a7075e;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .contact-info-area  p{
        text-align: justify;
  }
  a{
      list-style: none !important;
  }
  .news-events h3{
      margin-top: 0px !important;
      margin-bottom: 20px !important;
  }
  .contact-info-area .section-content{
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgb(147 2 122 / 32%) 0px 2px 16px 0px;
    padding: 25px 15px;
    border-radius: 10px;  
  }
  .contact-info-area li::marker{
      font-weight: bolder !important;
  }
  .navbar,
  .navbar-brand{
      padding: 0 !important;
  }
  /* Show dropdown on hover */
.navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0; /* optional: adjust if dropdown jumps */
}

/* Support nested dropdowns */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

/* Ensure nested submenu also opens on hover */
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.navbar-nav{
    margin: 0px auto;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 20px;
padding-left: 20px;
}
/*end active menu*/