/* =========================
    TOP HEADER
========================= */
.top-header {
  background-color: #1E237C;
  padding: 0;
  height: 54px;
  display: flex;
  align-items: center;
  font: normal normal normal 13px/19px Jost;
  letter-spacing: 0.26px;
}

.top-header .top-header-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}

.top-header .divider {
  width: 1px;
  height: 16px;
  background: #4BBEE4;
}

.top-header .contact-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font: normal normal normal 13px/19px Jost;
  letter-spacing: 0.26px;
}

.top-header .contact-link img {
  width: 14px;
}

@media (max-width: 1199px) {
  .top-header .contact-link {
    display: none;
  }
}

.top-header .top-header-right {
  display: flex;
  align-items: center;
}

.top-header .custom-selectbox {
  background-color: transparent;
  border: 0;
  font: normal normal 500 12px/18px Jost;
  letter-spacing: 0.24px;
  color: #FFFFFF;
}

.top-header .download-catalogue {
  background: #66C4E0 0% 0% no-repeat padding-box;
  border-radius: 20px;
  font: normal normal 500 12px/18px Jost;
  letter-spacing: 0.24px;
  color: #FFFFFF;
  width: 160px;
  height: 34px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

/* =========================
    MAIN HEADER
========================= */
.main-header {
  background: #fff;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0px 6px 12px #00000055;
  height: 80px;
  display: flex;
  align-items: center;
  /* Dropdown */
  /* Admission Button */
}

@media (max-width: 991px) {
  .main-header {
    position: fixed;
    width: 100%;
    top: 0;
  }
}

.main-header .navbar {
  padding: 0;
}

.main-header .navbar-brand img {
  height: 72px;
}

.main-header .navbar-brand .brand-logo {
  width: auto;
  height: 42px;
}

.main-header .navbar-nav {
  gap: 12px;
}

@media (max-width: 1410px) {
  .main-header .navbar-nav {
    gap: 0;
  }
}

.main-header .nav-link {
  font: normal normal normal 13px/19px Jost;
  letter-spacing: 0.26px;
  color: #0D3472;
  text-transform: capitalize;
  padding: 12px 15px !important;
  transition: 0.3s;
}

@media (max-width: 1299px) {
  .main-header .nav-link {
    padding: 12px 10px !important;
  }
}

.main-header .nav-link:hover, .main-header .nav-link.active {
  color: #66C4E0;
}

.main-header .custom-dropdown {
  position: static;
}

.main-header .institute-dropdown {
  top: 66px;
  width: 100%;
  left: 0 !important;
  right: 0;
  padding: 0;
  margin-top: 0;
  overflow: hidden;
  box-shadow: 0px 6px 6px #0000000D;
  border: 1px solid #EAEAEA;
  border-radius: 20px;
}

@media (max-width: 991px) {
  .main-header .institute-dropdown {
    top: 0;
  }
}

.main-header .institute-dropdown::after {
  content: "";
  background-image: url("../../images/header-assets/icon-vov.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 142px;
  height: 115px;
  position: absolute;
  right: 30px;
  bottom: 20px;
  z-index: -1;
}

@media (max-width: 991px) {
  .main-header .institute-dropdown::after {
    width: 80px;
    height: 75px;
    position: absolute;
    right: 0px;
    bottom: 20px;
  }
}

.main-header .institute-dropdown-listing {
  top: 66px;
  width: 250px;
  left: 0 !important;
  right: 0;
  padding: 0;
  margin-top: 0;
  overflow: hidden;
  box-shadow: 0px 6px 6px #0000000D;
  border: 1px solid #EAEAEA;
  border-radius: 20px;
}

.main-header .institute-dropdown-listing .dropdown-inner {
  width: 100%;
  padding: 0;
  min-height: fit-content;
}

.main-header .institute-dropdown-listing .vertical-list {
  width: 100%;
}

.main-header .institute-dropdown-listing .vertical-list a {
  position: relative;
  font: normal normal normal 13px/19px Jost;
  letter-spacing: 0.26px;
  color: #0D3472;
  text-transform: capitalize;
  text-decoration: none;
  border-bottom: 1px solid #EAEAEA;
  padding: 14px 20px;
  display: block;
  width: 100%;
}

.main-header .institute-dropdown-listing .vertical-list a span {
  width: 9px;
  height: 9px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #66C4E0;
  border-radius: 50%;
  margin-right: 10px;
}

.main-header .institute-dropdown-listing .vertical-list a:hover {
  color: #66C4E0;
}

.main-header .institute-dropdown-listing .vertical-list a:last-child {
  padding-bottom: 24px;
}

.main-header .institute-dropdown-listing .vertical-list .active {
  color: #66C4E0;
}

.main-header .dropdown-inner {
  display: flex;
  min-height: 392px;
  padding: 0 0 0 100px;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .main-header .dropdown-inner {
    padding: 0 40px;
  }
}

@media (max-width: 991px) {
  .main-header .dropdown-inner {
    padding: 0;
  }
}

.main-header .dropdownlist {
  display: flex;
  align-items: center;
  width: 33.333%;
  position: relative;
}

@media (max-width: 991px) {
  .main-header .dropdownlist {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    padding: 20px 0;
  }
}

.main-header .dropdownlist a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font: normal normal 500 15px/21px Jost;
  letter-spacing: 0px;
  color: #0D3472;
  text-transform: capitalize;
  white-space: nowrap;
}

.main-header .dropdownlist h3 {
  font: normal normal 500 15px/21px Jost;
  letter-spacing: 0px;
  color: #0D3472;
  text-transform: capitalize;
  margin: 0 0 0 20px;
}

@media (max-width: 991px) {
  .main-header .dropdownlist img {
    width: 94px;
    height: 94px;
    object-fit: contain;
    border: 1px solid #f1f1f1;
    padding: 14px;
    border-radius: 8px;
  }
}

.main-header .dropdownlist .active h3 {
  color: #66C4E0;
}

.main-header .dropdownlist-border::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #d5d5d5;
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
}

@media (max-width: 991px) {
  .main-header .dropdownlist-border::after {
    display: none;
  }
}

.main-header .mx140 {
  max-width: 136px;
}

.main-header .institute-item {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 40px;
}

.main-header .institute-item:last-child {
  margin-bottom: 0;
}

.main-header .institute-item img {
  width: 82px;
  object-fit: contain;
}

.main-header .institute-item h4 {
  font: normal normal bold 15px/21px Inter;
  letter-spacing: 0px;
  color: #0D3472;
  text-transform: capitalize;
  margin-bottom: 3px;
  max-width: 288px;
}

.main-header .institute-item p {
  font: normal normal normal 12px/16px Lato;
  letter-spacing: -0.23px;
  color: #404040;
  margin-bottom: 0;
}

.main-header .admission-btn {
  min-width: 175px;
  height: 44px;
  background: transparent linear-gradient(180deg, #0D3472 0%, #001630 100%) 0% 0% no-repeat padding-box;
  border-radius: 27px;
  font: normal normal 600 13px/16px Lato;
  letter-spacing: 0.26px;
  color: #FFFFFF;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.main-header .admission-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.18);
  transform: skewX(-25deg);
  transition: 0.6s;
}

.main-header .admission-btn:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.main-header .admission-btn:hover::before {
  left: 120%;
}

.navbar-collapse {
  justify-content: flex-end;
}

@media (max-width: 1199px) {
  .main-header .dropdown-inner {
    flex-direction: column;
  }
  .main-header .dropdown-left,
  .main-header .dropdown-right {
    width: 100%;
    padding: 35px;
  }
  .main-header .dropdown-left {
    border-right: 0;
    border-bottom: 1px solid #eee;
  }
}

@media (max-width: 1199px) {
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("../../images/header-assets/ic-close.svg");
  }
  .top-header {
    display: none;
  }
  .navbar-toggler {
    padding-right: 0;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .main-header .dropdown-inner {
    min-height: 360px;
  }
  .main-header .custom-dropdown {
    border-bottom: 1px solid #f1f1f1;
  }
  .main-header .custom-dropdown .nav-link {
    border-bottom: 0 solid #f1f1f1;
  }
  .main-header .dropdown-left a,
  .main-header .dropdown-right a {
    margin-bottom: 20px;
  }
  .main-header .navbar-collapse {
    background: #fff;
    position: fixed;
    top: 66px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 66px);
    padding: 30px;
    transform: translateX(100%);
    transition: all .3s ease-in-out;
    overflow-y: auto;
  }
  .main-header .navbar-collapse.collapse.show {
    transform: translateX(0);
  }
  .main-header .navbar-nav {
    gap: 0;
  }
  .main-header .nav-link {
    padding: 14px 0 !important;
    border-bottom: 1px solid #f1f1f1;
    font: normal normal normal 16px / 22px Jost;
  }
  .main-header .institute-dropdown {
    position: relative !important;
    transform: none !important;
    margin-top: 0;
    box-shadow: none;
    border-radius: 0;
    border: 0;
  }
  .main-header .institute-item {
    gap: 0;
    margin-bottom: 28px;
    flex-direction: row !important;
  }
  .main-header .institute-item img {
    width: 60px;
    margin-right: 10px;
  }
  .main-header .institute-item h4 {
    font-size: 17px;
  }
  .main-header .institute-item p {
    font-size: 13px;
  }
  .main-header .admission-btn {
    margin-top: 20px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .main-header .navbar-brand img {
    height: 56px;
  }
  .main-header .institute-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .main-header .institute-item img {
    width: 54px;
  }
  .main-header .institute-item h4 {
    font-size: 15px;
  }
}
