.header-logo img{
    height: 80px;
}
.sbup-logo {
    border-right: 1px solid #D0D0D0;
    padding-right: 10px;
}
.bsss-logo{
    padding-left: 10px;
}
.btn.apply-btn {
    background-color: #2F2482;
    color: #fff;
    padding: 7px 25px 10px 25px;
    border: 2px solid #2F2482;
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
}

.apply-btn:hover {
    background-color: transparent;
    color: #2F2482;
    border-color: #2F2482;
}
.apply-btn:hover span{
    color:  #000 !important;
}
.apply-btn:hover svg path{
    fill:  #000 !important;
}
header a.nav-link{
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}
header .nav-item.dropdown .dropdown-menu li a{
    color: #000;
}
header li.nav-item a.nav-link.active {
    color: #2F2482;
}
header li.nav-item a.nav-link:hover {
    color: #2F2482;
}
.dropdown-item.nav-link.active{
    color:  #2F2482 !important;
}
button.btn.mobile-btn-toggle {
    background: #2F2482;
    padding: 10px;
}
button.btn.mobile-btn-toggle:hover {
    background: transparent;
    border: 1px solid #2F2482;
    padding: 10px;
}
button.btn.mobile-btn-toggle:hover svg path {
    fill: #2F2482;
}
.btn.mobile-btn-toggle{
display: none;
}
header {
    position: fixed; /* Normal position */
    width: 100%;
    background: white; /* Adjust as needed */
    transition: all 0.5s ease-in-out;
    z-index: 1000;
    top: 0;
}

header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.5s ease-in-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
header{
    height: 115px;
}
  
.header .dropdown-menu {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    padding: 20px 10px;
    width: 280px;
}
.header-logos img {
    height: 80px;
}
/* Show dropdown on hover */
header .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    position: absolute;
    transform: translateY(0);
}
header .dropdown-item{
    font-size: 14px;
}
.nav-link:focus-visible{
    box-shadow: none !important;
}
.accordion-button:not(.collapsed){
    background-color: transparent !important;
}
.dropdown-item.active{
    background-color: transparent !important;
}
.header-text h6{
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.header-text h2{
    color: #2F2482;
    font-size: 27px;
    font-weight: 800;
}
.blue-header{
    background-color: #F58220 !important;
}

.top-header {
    transition: transform 0.4s ease, opacity 0.4s ease, height 0.4s ease;
    transform: translateY(0);
    opacity: 1;
    height: auto;
    overflow: hidden;
    padding: 10px 0px;
  }
  
  .top-header.hidden {
    transform: translateY(-100%);
    padding: 0px 0px;
    opacity: 0;
    height: 0; /* Collapses the space */
  }
  

  .blue-header button.btn-close i {
    color: #ffff;
}
.border-right {
    border-right: 1px solid #56565633;
    padding-left: 10px;
    margin-right: 10px;
}
.main-header {
    position: relative;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.4s ease-in-out;
    box-shadow: none;
  }
  
  .main-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.4s ease;
    padding: 0px 0px;
  }
  
  /* Animation effect */
  @keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
  
  /* Shrink the navbar padding and logo */
  .main-header .navbar {
    transition: padding 0.3s ease;
  }
  
  .main-header.sticky .navbar {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  
  /* Optional: shrink logos or texts in sticky mode */
  .main-header.sticky .header-text h2 {
    font-size: 25px;
  }
  
  .main-header.sticky .header-text h6 {
    font-size: 0.75rem;
  }
  
  .main-header.sticky img {
    max-height: 80px; /* Reduce logo size */
    transition: max-height 0.3s ease;
  }
  .pulseplay{
    font-size: 14px !important;
  }
  .bottom-footer p{
    font-size: 14px !important;
  }
  .mid-footer li {
    font-size: 14px !important;
  }
