@charset "UTF-8";
/* 1. Configuration & Variables */
body {
  font-family: "Lexend", sans-serif;
}

/* 3. Theme Styles */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  gap: 10px;
  transition: all 0.3s;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 0.9rem;
  font-weight: 600;
  background-color: #0f1053;
  color: white;
}
.btn:hover {
  background-color: #1a2bc3;
  color: white;
}

.btn-sm-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  gap: 10px;
  transition: all 0.3s;
  border-radius: 50px;
  padding: 6px 14px;
  font-size: 0.8rem;
  font-weight: 500;
  background-color: #0f1053;
  color: white;
}
.btn-sm-primary:hover {
  background-color: #1a2bc3;
  color: white;
}

.btn-sm-outline-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  gap: 10px;
  transition: all 0.3s;
  border-radius: 50px;
  padding: 6px 14px;
  font-size: 0.8rem;
  font-weight: 500;
  background-color: transparent;
  border-color: #0f1053;
  color: #0f1053;
}
.btn-sm-outline-primary:hover {
  background-color: #0f1053;
  color: white;
}

.btn-sm-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  gap: 10px;
  transition: all 0.3s;
  border-radius: 50px;
  padding: 6px 14px;
  font-size: 0.8rem;
  font-weight: 500;
  background-color: #D8E7FF;
  color: #0f1053;
}
.btn-sm-light:hover {
  background-color: rgb(190.5, 215.3076923077, 255);
  color: #0f1053;
}

.btn-sm-outline-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  gap: 10px;
  transition: all 0.3s;
  border-radius: 50px;
  padding: 6px 14px;
  font-size: 0.8rem;
  font-weight: 500;
  background-color: transparent;
  border-color: #D8E7FF;
  color: #D8E7FF;
}
.btn-sm-outline-light:hover {
  background-color: #D8E7FF;
  color: #0f1053;
}

.btn-md-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  gap: 10px;
  transition: all 0.3s;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 0.9rem;
  font-weight: 600;
  background-color: #0f1053;
  color: white;
}
.btn-md-primary:hover {
  background-color: #1a2bc3;
  color: white;
}

.btn-md-outline-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  gap: 10px;
  transition: all 0.3s;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 0.9rem;
  font-weight: 600;
  background-color: transparent;
  border-color: #0f1053;
  color: #0f1053;
}
.btn-md-outline-primary:hover {
  background-color: #0f1053;
  color: white;
}

.btn-md-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  gap: 10px;
  transition: all 0.3s;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 0.9rem;
  font-weight: 600;
  background-color: #D8E7FF;
  color: #0f1053;
}
.btn-md-light:hover {
  background-color: rgb(190.5, 215.3076923077, 255);
  color: #0f1053;
}

.btn-md-outline-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  gap: 10px;
  transition: all 0.3s;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 0.9rem;
  font-weight: 600;
  background-color: transparent;
  border-color: #D8E7FF;
  color: #D8E7FF;
}
.btn-md-outline-light:hover {
  background-color: #D8E7FF;
  color: #0f1053;
}

.btn-lg-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  gap: 10px;
  transition: all 0.3s;
  border-radius: 50px;
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 600;
  background-color: #0f1053;
  color: white;
}
.btn-lg-primary:hover {
  background-color: #1a2bc3;
  color: white;
}

.btn-lg-outline-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  gap: 10px;
  transition: all 0.3s;
  border-radius: 50px;
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 600;
  background-color: transparent;
  border-color: #0f1053;
  color: #0f1053;
}
.btn-lg-outline-primary:hover {
  background-color: #0f1053;
  color: white;
}

.btn-lg-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  gap: 10px;
  transition: all 0.3s;
  border-radius: 50px;
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 600;
  background-color: #D8E7FF;
  color: #0f1053;
}
.btn-lg-light:hover {
  background-color: rgb(190.5, 215.3076923077, 255);
  color: #0f1053;
}

.btn-lg-outline-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  gap: 10px;
  transition: all 0.3s;
  border-radius: 50px;
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 600;
  background-color: transparent;
  border-color: #D8E7FF;
  color: #D8E7FF;
}
.btn-lg-outline-light:hover {
  background-color: #D8E7FF;
  color: #0f1053;
}

.btn-square {
  border-radius: 14px;
}

.internal-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.grey-background {
  position: relative;
  z-index: 0;
}
.grey-background::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/backgrounds/grey-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  background-blend-mode: multiply;
  pointer-events: none;
  z-index: -1;
}

.blue-background {
  position: relative;
  z-index: 0;
}
.blue-background::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/backgrounds/grey-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #d9e8ff;
  background-blend-mode: multiply;
  pointer-events: none;
  z-index: -1;
}

.dept-card-halo .course-card-item, .dept-card-halo .contact-info-container {
  background-color: #F1F1F1;
  border-radius: 20px;
  padding: 25px 30px;
  margin-top: 20px;
  width: 100%;
}

.accent-blue-border {
  border-radius: 20px;
  border: 2px solid #D8E7FF;
}

.accent-blue-border--shadowed {
  box-shadow: 8px 8px 0 0 #D8E7FF;
}

.pagination {
  margin-top: 3rem;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination .page-item .page-link {
  color: #0f1053;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  transition: all 0.2s ease;
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
}
.pagination .page-item .page-link:hover {
  background-color: rgba(15, 16, 83, 0.1);
  border-color: #0f1053;
  color: rgb(7.193877551, 7.6734693878, 39.806122449);
}
.pagination .page-item.active .page-link {
  background-color: #0f1053 !important;
  border-color: #0f1053 !important;
  color: #ffffff !important;
  font-weight: 600;
}
@media (max-width: 576px) {
  .pagination {
    gap: 3px;
  }
  .pagination .page-item .page-link {
    padding: 0.4rem 0.6rem;
    font-size: 0.8rem;
  }
  .pagination .first-last-hide {
    display: none;
  }
}

/* Mobile Adjustments */
@media (max-width: 991px) {
  .pagination .page-link {
    padding: 0.5rem 0.8rem;
    font-size: 0.9rem;
  }
  .pagination .page-item:first-child,
  .pagination .page-item:last-child {
    display: none;
  }
}
.dropdown-menu {
  border-radius: 8px;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #1a2bc3;
  color: white;
}
.dropdown-menu .dropdown-item.active {
  background-color: #001b44;
}

.blue-card {
  background-color: #ffffff;
  border: 1px solid #D8E7FF;
  border-radius: 20px;
  padding: 30px;
}
.blue-card:hover {
  transform: translateY(-3px);
  box-shadow: 10px 10px 0 0 #D8E7FF;
}

.search-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 30px 0;
  z-index: 10;
}
.search-nav .nav-links a {
  color: white;
  text-decoration: none;
  font-weight: 500;
}
.search-nav .nav-divider {
  color: white;
  opacity: 0.5;
  margin: 0 10px;
}

.footer-dark {
  background-color: #001b44;
  color: #ffffff;
  overflow-x: hidden;
  /* ---- Main content row ---- */
}
.footer-dark .footer-main {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: stretch;
  gap: 0;
  padding: 56px 0;
}
@media (max-width: 991px) {
  .footer-dark .footer-main {
    flex-direction: column;
    padding: 48px 24px;
    gap: 40px;
    text-align: center;
  }
}
.footer-dark {
  /* LEFT: Logo card with "bleed" effect */
}
.footer-dark .footer-logo-bleed {
  flex-shrink: 0;
  padding-right: 56px;
}
@media (max-width: 991px) {
  .footer-dark .footer-logo-bleed {
    padding-right: 0;
  }
}
.footer-dark .footer-logo-bleed .footer-logo-card {
  background-color: #D8E7FF;
  border-radius: 50px;
  padding: 10px;
  display: flex;
  justify-content: flex-end;
  max-width: 500px;
}
@media (max-width: 991px) {
  .footer-dark .footer-logo-bleed .footer-logo-card {
    border-radius: 24px;
    padding: 14px;
    justify-content: center;
  }
}
.footer-dark .footer-logo-bleed .footer-logo-card .card-white {
  background-color: #ffffff;
  padding: 20px 0;
  border-radius: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .footer-dark .footer-logo-bleed .footer-logo-card .card-white {
    border-radius: 24px;
    padding: 14px;
    justify-content: center;
  }
}
.footer-dark .footer-logo-bleed .footer-logo-card .card-white img {
  height: 92px;
  width: auto;
}
.footer-dark {
  /* CENTER: Brand + nav */
}
.footer-dark .footer-center {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0 48px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .footer-dark .footer-center {
    padding: 0;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 36px;
  }
}
.footer-dark .footer-center .footer-espa {
  padding-top: 14px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.footer-dark .footer-center .footer-espa img {
  max-width: 240px;
  height: auto;
  object-fit: contain;
  opacity: 0.95;
}
@media (max-width: 991px) {
  .footer-dark .footer-center .footer-espa {
    justify-content: center;
  }
  .footer-dark .footer-center .footer-espa img {
    max-width: 200px;
  }
}
.footer-dark .footer-center .footer-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 6px;
}
.footer-dark .footer-center .footer-sub {
  font-size: 0.9rem;
  opacity: 0.5;
  margin-bottom: 24px;
}
.footer-dark .footer-center .footer-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media (max-width: 991px) {
  .footer-dark .footer-center .footer-links {
    justify-content: center;
  }
}
.footer-dark .footer-center .footer-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s;
}
.footer-dark .footer-center .footer-links a:hover {
  color: #ffffff;
}
.footer-dark .footer-center .footer-links .footer-sep {
  opacity: 0.3;
}
.footer-dark {
  /* RIGHT: Badges + partnership */
}
.footer-dark .footer-right {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding-left: 48px;
  max-width: 400px;
  gap: 10px;
}
@media (max-width: 991px) {
  .footer-dark .footer-right {
    padding-left: 0;
    align-items: center;
    max-width: 100%;
  }
}
.footer-dark .footer-right .footer-badges {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 5px;
}
.footer-dark .footer-right .footer-badges .footer-badge {
  background-color: #ffffff;
  border-radius: 18px;
  width: 170px;
  height: 110px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}
.footer-dark .footer-right .footer-badges .footer-badge img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.footer-dark .footer-right .footer-partnership {
  font-size: 0.8rem;
  opacity: 0.55;
}
@media (max-width: 991px) {
  .footer-dark .footer-right .footer-partnership {
    text-align: center;
  }
}
.footer-dark .footer-right .footer-partnership a {
  color: #D8E7FF;
  font-weight: 500;
}
.footer-dark {
  /* ---- Bottom bar ---- */
}
.footer-dark .footer-bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  padding: 18px 40px 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 991px) {
  .footer-dark .footer-bottom {
    flex-direction: column;
    gap: 8px;
    padding: 18px 24px 28px;
  }
}
.footer-dark .footer-bottom span {
  font-size: 0.78rem;
  opacity: 0.35;
}

.home-hero {
  background-color: #0f1053;
  color: #ffffff;
  padding-bottom: 120px;
  overflow-x: hidden;
}
.home-hero .logo-frame {
  display: inline-block;
  height: 100px;
  width: 160px;
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 20px;
}
.home-hero .logo-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-hero .hero-content h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 25px;
}
.home-hero .hero-content p {
  text-align: justify;
  font-size: 1.1rem;
  opacity: 0.85;
  max-width: 550px;
}
.home-hero .hero-content a {
  width: 50%;
  margin-bottom: 25px;
}
.home-hero .image-frame {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
  height: 570px;
  background-color: #D8E7FF;
  border-radius: 60px;
  padding: 15px;
}
.home-hero .image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
}

/* --- 2. Hero Section (Mobile) --- */
.home-hero-mobile {
  position: relative;
  background-color: #0f1053;
  display: flex;
  flex-direction: column;
  /* --- 1. Hero Image --- */
}
.home-hero-mobile .mhero-image-wrap {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
  flex-shrink: 0;
}
.home-hero-mobile .mhero-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 80%;
}
.home-hero-mobile .mhero-image-wrap .mhero-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(15, 16, 83, 0.25) 0%, rgba(15, 16, 83, 0.55) 60%, rgba(15, 16, 83, 0.92) 100%);
}
.home-hero-mobile {
  /* --- 2. Nav bar — absolute, top of image --- */
  /* --- 3. Content card — overlaps image bottom --- */
}
.home-hero-mobile .mhero-card {
  position: relative;
  z-index: 5;
  margin-top: -60px;
  background-color: #0f1053;
  border-radius: 28px 28px 0 0;
  padding: 32px 24px 44px;
}
.home-hero-mobile .mhero-card .mhero-card-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.home-hero-mobile .mhero-card .mhero-eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #D8E7FF;
  opacity: 0.85;
  margin-bottom: 10px;
}
.home-hero-mobile .mhero-card .mhero-title {
  color: #ffffff;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 16px;
}
.home-hero-mobile .mhero-card .mhero-desc {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1.75;
  margin-bottom: 28px;
  max-width: 340px;
}
.home-hero-mobile .mhero-card .mhero-cta {
  font-size: 1rem;
  padding: 13px 32px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 36px;
}

/* --- Trust stats bar --- */
.mhero-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 24px;
}
.mhero-trust .mhero-trust-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mhero-trust .mhero-trust-item .mhero-trust-num {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 4px;
}
.mhero-trust .mhero-trust-item .mhero-trust-label {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 500;
}
.mhero-trust .mhero-trust-sep {
  width: 1px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.15);
}

.service-section {
  padding: 100px 0;
}
.service-section--img-right .image-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1/0.9;
  border-radius: 40px;
  border: 2px solid #D8E7FF;
  max-width: 480px;
  box-shadow: -16px 16px 0 0 #D8E7FF;
  margin-left: auto;
  margin-right: 0;
}
.service-section--img-right .image-container img {
  width: 100%;
  height: 100%;
  border-radius: 38px;
  display: block;
  object-fit: cover;
}
@media (max-width: 991px) {
  .service-section--img-right .image-container {
    max-width: 90%;
    margin: 0 auto 35px auto !important;
    aspect-ratio: 4/3;
    box-shadow: 0 10px 0 0 #D8E7FF;
  }
}
.service-section--img-right .image-container {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 991px) {
  .service-section--img-right .image-container {
    margin-left: auto;
    margin-right: auto;
  }
}
.service-section--img-left .image-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1/0.9;
  border-radius: 40px;
  border: 2px solid #0f1053;
  max-width: 480px;
  box-shadow: 16px 16px 0 0 #0f1053;
  margin-right: auto;
  margin-left: 0;
}
.service-section--img-left .image-container img {
  width: 100%;
  height: 100%;
  border-radius: 38px;
  display: block;
  object-fit: cover;
}
@media (max-width: 991px) {
  .service-section--img-left .image-container {
    max-width: 90%;
    margin: 0 auto 35px auto !important;
    aspect-ratio: 4/3;
    box-shadow: 0 10px 0 0 #0f1053;
  }
}
.service-section--img-left .image-container {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 991px) {
  .service-section--img-left .image-container {
    margin-left: auto;
    margin-right: auto;
  }
}
.service-section .service-text {
  padding: 0 0;
  text-align: justify;
}
.service-section .service-text h2 {
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.service-section .service-text p {
  color: #555555;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .service-section .service-text {
    padding: 40px 0;
    text-align: center;
  }
  .service-section .service-text .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .service-section .service-text .image-container img {
    max-width: 85%;
    height: auto;
  }
  .service-section .service-text h2 {
    font-size: 2rem;
  }
  .service-section .service-text p {
    font-size: 1rem;
  }
}

.search-hero {
  background: linear-gradient(rgba(0, 22, 65, 0.75), rgba(0, 22, 65, 0.75)), url("../img/backgrounds/search-bg.png") no-repeat center/cover;
  position: relative;
  min-height: 600px;
  padding: 140px 0 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  color: #ffffff;
}
.search-hero .search-nav {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 30px 5%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
.search-hero .hero-title-area, .search-hero .search-title-area {
  text-align: center;
  margin-bottom: 40px;
  width: 100%;
}
.search-hero .hero-title-area h1, .search-hero .search-title-area h1 {
  font-weight: 600;
  font-size: 3.5rem;
  letter-spacing: -1px;
}
@media (max-width: 991px) {
  .search-hero .hero-title-area h1, .search-hero .search-title-area h1 {
    font-size: 2.2rem;
  }
}
.search-hero .hero-title-area p, .search-hero .search-title-area p {
  font-size: 1.25rem;
  opacity: 0.85;
}
@media (max-width: 991px) {
  .search-hero .hero-title-area, .search-hero .search-title-area {
    padding-top: 20px;
    margin-bottom: 30px;
  }
  .search-hero .hero-title-area h1, .search-hero .search-title-area h1 {
    font-weight: 600;
    font-size: 2.5rem;
    letter-spacing: -1px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .search-hero .hero-title-area h1, .search-hero .search-title-area h1 {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .search-hero .hero-title-area p, .search-hero .search-title-area p {
    font-size: 1rem;
    opacity: 0.85;
  }
}
@media (max-width: 991px) {
  .search-hero {
    min-height: 500px;
    padding: 120px 0 60px;
  }
}
.search-hero .search-form-pill {
  background: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  border-radius: 20px;
  padding: 8px 8px 8px 25px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .search-hero .search-form-pill {
    flex-direction: column;
    border-radius: 20px;
    padding: 20px;
    gap: 15px;
  }
}
.search-hero .search-form-pill {
  box-shadow: 8px 8px 0 0 #D8E7FF;
  max-width: 1100px;
}
.search-hero .search-form-pill .search-form-single {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
.search-hero .search-form-pill .search-form-single .input-wrapper {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.search-hero .search-form-pill .search-form-single .input-wrapper i {
  color: #0f1053;
  font-size: 1.2rem;
}
.search-hero .search-form-pill .search-form-single .input-wrapper input {
  border: none !important;
  background: transparent;
  width: 100%;
  padding: 12px 0;
  font-size: 1.1rem;
  color: #333;
}
.search-hero .search-form-pill .search-form-single .input-wrapper input:focus {
  outline: none;
}
.search-hero .search-form-pill .search-form-single .input-wrapper input::placeholder {
  color: #aaa;
}
.search-hero .search-form-pill .field-wrapper {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.search-hero .search-form-pill .field-wrapper i {
  color: #adb5bd;
  font-size: 1.1rem;
}
.search-hero .search-form-pill .field-wrapper .country-selected {
  color: #999 !important;
}
.search-hero .search-form-pill .field-wrapper .country-selected::placeholder {
  color: #999;
}
.search-hero .search-form-pill .field-wrapper input, .search-hero .search-form-pill .field-wrapper select {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 10px 5px;
  width: 100%;
  color: #001b44 !important;
  font-size: 0.95rem;
}
.search-hero .search-form-pill .field-wrapper input::placeholder, .search-hero .search-form-pill .field-wrapper select::placeholder {
  font-size: 0.95rem;
  color: #999;
}
.search-hero .search-form-pill .field-wrapper input:focus, .search-hero .search-form-pill .field-wrapper select:focus {
  outline: none;
}
.search-hero .search-form-pill .field-wrapper.search-main {
  flex: 2;
}
@media (max-width: 991px) {
  .search-hero .search-form-pill {
    flex-direction: column;
    border-radius: 30px;
    padding: 20px;
    gap: 15px;
    box-shadow: none;
  }
  .search-hero .search-form-pill .field-wrapper {
    width: 100%;
    background: #f8f9fa;
    padding: 5px 15px;
    border-radius: 15px;
  }
  .search-hero .search-form-pill .field-divider {
    display: none;
  }
  .search-hero .search-form-pill .btn-search-submit {
    width: 100%;
    padding: 15px;
  }
}
.search-hero .field-divider {
  width: 1px;
  height: 30px;
  background: #eee;
  margin: 0 15px;
}
@media (max-width: 991px) {
  .search-hero .field-divider {
    display: none;
  }
}
.search-hero .btn-search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  gap: 10px;
  transition: all 0.3s;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 0.9rem;
  font-weight: 600;
  background-color: #0f1053;
  color: white;
}
.search-hero .btn-search-submit:hover {
  background-color: #1a2bc3;
  color: white;
}
.search-hero .btn-search-submit {
  width: auto;
}
@media (max-width: 991px) {
  .search-hero .btn-search-submit {
    width: 100%;
  }
}

.inst-result-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  transition: all 0.3s ease;
  margin-bottom: 30px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .inst-result-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
}
.inst-result-card .inst-action-side {
  margin-top: auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.inst-result-card .inst-action-side .btn-md-primary, .inst-result-card .inst-action-side .btn-view-profile {
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .inst-result-card .inst-action-side {
    flex-direction: column;
  }
  .inst-result-card .inst-action-side .inst-action-side {
    margin-top: 20px;
  }
}
.inst-result-card {
  /* Left side content */
}
.inst-result-card .inst-info-side {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.inst-result-card .inst-info-side .inst-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin-bottom: 15px;
}
.inst-result-card .inst-info-side .inst-header .flag-img {
  width: 26px;
  height: 20px;
  border: 1px solid #eee;
}
.inst-result-card .inst-info-side .inst-header .inst-title {
  font-weight: 500;
  font-size: 1.3rem;
  color: #0f1053;
  margin: 0;
}
.inst-result-card {
  /* Departments list styling */
}
.inst-result-card .dept-listing {
  flex-grow: 1;
}
.inst-result-card .dept-listing .dept-entry {
  border-top: 1px solid #f0f0f0;
  padding: 12px 0;
}
.inst-result-card .dept-listing .dept-entry:first-child {
  border-top: none;
  padding-top: 0;
}
.inst-result-card .dept-listing .dept-entry .dept-title {
  font-weight: 400;
  font-size: 1.1rem;
  color: #001b44;
  margin-bottom: 2px;
}
.inst-result-card .dept-listing .dept-entry .faculty-name {
  font-size: 0.95rem;
  font-weight: 300;
  color: #001b44;
  margin: 0;
}
.inst-result-card .dept-listing .dept-entry .program-name {
  font-size: 0.95rem;
  font-weight: 300;
  color: #555555;
  margin: 0;
}
.inst-result-card {
  /* Responsive Fix for Mobile */
}
@media (max-width: 768px) {
  .inst-result-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
  .inst-result-card .inst-action-side {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
  .inst-result-card .inst-action-side .btn-view-profile {
    width: 100%;
    text-align: center;
  }
}

/* --- Institution Hero with Layered Background --- */
.inst-hero {
  background: linear-gradient(180deg, rgba(0, 22, 65, 0.85) 0%, rgba(0, 22, 65, 0.75) 40%, rgba(0, 22, 65, 0.85) 100%), url("../img/backgrounds/details-bg.png");
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 400px;
  padding-top: 120px;
  display: flex;
  flex-direction: column;
}
.inst-hero .inst-hero-content {
  z-index: 2;
  color: #ffffff;
}
.inst-hero .inst-hero-content .title {
  font-size: 2.5rem;
}
.inst-hero .inst-hero-content .country-title {
  font-size: 1.5rem;
  color: #D8E7FF !important;
}
.inst-hero .hero-actions {
  margin-top: 30px;
}
.inst-hero .social-icons-hero {
  font-size: 1.6rem;
  display: flex;
  gap: 20px;
  align-items: center;
}
.inst-hero .social-icons-hero a {
  color: white;
  opacity: 0.9;
  transition: all 0.2s ease;
}
.inst-hero .social-icons-hero a:hover {
  opacity: 1;
  transform: translateY(-2px);
}
@media (max-width: 991px) {
  .inst-hero {
    min-height: auto;
    padding-top: 140px;
    padding-bottom: 60px;
  }
  .inst-hero .inst-hero-content {
    margin-top: 40px;
    text-align: center;
  }
  .inst-hero .inst-hero-content .title {
    font-size: 1.8rem;
  }
  .inst-hero .inst-hero-content .country-title {
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .inst-hero .hero-actions {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  .inst-hero .social-icons-hero {
    justify-content: center;
  }
}

.dept-card-halo {
  margin-bottom: 50px;
  border: 1px solid #D8E7FF;
  border-radius: 20px;
  background-color: #ffffff;
}
.dept-card-halo .halo-content-white {
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
}
.dept-card-halo .dept-main-title {
  color: #0f1053;
  font-weight: 500;
  font-size: 1.65rem;
  margin-bottom: 10px;
}
.dept-card-halo .dept-faculty-info {
  margin-bottom: 25px;
}
.dept-card-halo .dept-faculty-info p {
  margin: 0;
  line-height: 1.4;
}
.dept-card-halo {
  /* Contact Box with Floating Avatar */
}
.dept-card-halo .contact-info-container {
  /* --- Updated Contact Avatar for Bootstrap Icons --- */
}
.dept-card-halo .contact-info-container .contact-avatar {
  position: absolute;
  top: -35px;
  right: 40px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dept-card-halo .contact-info-container .contact-avatar .bi {
  font-size: 2rem;
  color: #0f1053;
  line-height: 1;
}
@media (max-width: 768px) {
  .dept-card-halo .contact-info-container .contact-avatar {
    display: none;
  }
}
.dept-card-halo .contact-info-container .contact-detail {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.dept-card-halo .contact-info-container .contact-detail:last-child {
  margin-bottom: 0;
}
.dept-card-halo .contact-info-container .contact-detail i {
  color: #000;
  font-size: 1.2rem;
}
.dept-card-halo .contact-info-container .contact-detail a {
  color: #0f1053;
  text-decoration: none;
  font-weight: 500;
}
.dept-card-halo {
  /* Section Dividers */
}
.dept-card-halo .dept-divider {
  width: 100%;
  height: 1px;
  background-color: #E0E0E0;
  margin: 30px 0;
}
.dept-card-halo {
  /* Programs Badges */
}
.dept-card-halo .program-pill-accent {
  background-color: #D8E7FF;
  color: #61A9FB;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  display: inline-block;
}
.dept-card-halo .dept-social-icons a {
  color: white;
  opacity: 0.9;
}
.dept-card-halo .dept-social-icons a:hover {
  opacity: 1;
  transform: scale(1.1);
}
.dept-card-halo .dept-social-icons .bi {
  font-size: 1.8rem;
  color: #111E6C;
  line-height: 1;
}
.dept-card-halo {
  /* --- Elegant Course Cards --- */
}
.dept-card-halo .course-card-item .course-category-tag {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 5px 12px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 12px;
}
.dept-card-halo .course-card-item .course-title {
  font-weight: 700;
  font-size: 1rem;
  color: #001b44;
  line-height: 1.3;
  margin-bottom: 10px;
}
.dept-card-halo .course-card-item .course-desc {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 991px) {
  .dept-card-halo {
    border-radius: 16px;
    margin-bottom: 35px;
  }
  .dept-card-halo .halo-content-white {
    padding: 25px 20px;
  }
  .dept-card-halo .dept-main-title {
    font-size: 1.5rem;
  }
  .dept-card-halo .dept-faculty-info {
    margin-bottom: 18px;
  }
  .dept-card-halo .dept-faculty-info p {
    font-size: 0.95rem;
  }
  .dept-card-halo .dept-divider {
    margin: 20px 0;
  }
  .dept-card-halo {
    /* Contact Box */
  }
  .dept-card-halo .contact-info-container {
    padding: 20px;
  }
  .dept-card-halo .contact-info-container .contact-detail {
    gap: 12px;
    margin-bottom: 8px;
  }
  .dept-card-halo .contact-info-container .contact-detail i {
    font-size: 1.1rem;
  }
  .dept-card-halo .contact-info-container .contact-detail a {
    font-size: 0.95rem;
  }
  .dept-card-halo {
    /* Program Pills */
  }
  .dept-card-halo .program-pill-accent {
    padding: 6px 16px;
    font-size: 0.75rem;
  }
  .dept-card-halo {
    /* Social Icons */
  }
  .dept-card-halo .dept-social-icons .bi {
    font-size: 1.5rem;
  }
  .dept-card-halo {
    /* Course Cards */
  }
  .dept-card-halo .course-card-item {
    padding: 20px;
  }
  .dept-card-halo .course-card-item .course-title {
    font-size: 0.95rem;
  }
  .dept-card-halo .course-card-item .course-desc {
    font-size: 0.85rem;
  }
  .dept-card-halo .course-card-item .course-category-tag {
    font-size: 0.7rem;
    padding: 4px 10px;
  }
  .dept-card-halo .contact-info-container,
  .dept-card-halo .course-card-item {
    border-radius: 14px;
  }
}

.countries-hero {
  background: linear-gradient(rgba(0, 22, 65, 0.75), rgba(0, 22, 65, 0.75)), url("../img/backgrounds/countries-bg.png") no-repeat center/cover;
  position: relative;
  min-height: 600px;
  padding: 140px 0 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  color: #ffffff;
}
.countries-hero .search-nav {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 30px 5%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
.countries-hero .hero-title-area, .countries-hero .search-title-area {
  text-align: center;
  margin-bottom: 40px;
  width: 100%;
}
.countries-hero .hero-title-area h1, .countries-hero .search-title-area h1 {
  font-weight: 600;
  font-size: 3.5rem;
  letter-spacing: -1px;
}
@media (max-width: 991px) {
  .countries-hero .hero-title-area h1, .countries-hero .search-title-area h1 {
    font-size: 2.2rem;
  }
}
.countries-hero .hero-title-area p, .countries-hero .search-title-area p {
  font-size: 1.25rem;
  opacity: 0.85;
}
@media (max-width: 991px) {
  .countries-hero .hero-title-area, .countries-hero .search-title-area {
    padding-top: 20px;
    margin-bottom: 30px;
  }
  .countries-hero .hero-title-area h1, .countries-hero .search-title-area h1 {
    font-weight: 600;
    font-size: 2.5rem;
    letter-spacing: -1px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .countries-hero .hero-title-area h1, .countries-hero .search-title-area h1 {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .countries-hero .hero-title-area p, .countries-hero .search-title-area p {
    font-size: 1rem;
    opacity: 0.85;
  }
}
@media (max-width: 991px) {
  .countries-hero {
    min-height: 500px;
    padding: 120px 0 60px;
  }
}
.countries-hero .search-form-pill {
  background: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  border-radius: 20px;
  padding: 8px 8px 8px 25px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .countries-hero .search-form-pill {
    flex-direction: column;
    border-radius: 20px;
    padding: 20px;
    gap: 15px;
  }
}
.countries-hero .search-form-pill {
  box-shadow: 8px 8px 0 0 #D8E7FF;
  max-width: 1100px;
}
.countries-hero .search-form-pill .search-form-single {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
.countries-hero .search-form-pill .search-form-single .input-wrapper {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.countries-hero .search-form-pill .search-form-single .input-wrapper i {
  color: #0f1053;
  font-size: 1.2rem;
}
.countries-hero .search-form-pill .search-form-single .input-wrapper input {
  border: none !important;
  background: transparent;
  width: 100%;
  padding: 12px 0;
  font-size: 1.1rem;
  color: #333;
}
.countries-hero .search-form-pill .search-form-single .input-wrapper input:focus {
  outline: none;
}
.countries-hero .search-form-pill .search-form-single .input-wrapper input::placeholder {
  color: #aaa;
}
.countries-hero .search-form-pill .field-wrapper {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.countries-hero .search-form-pill .field-wrapper i {
  color: #adb5bd;
  font-size: 1.1rem;
}
.countries-hero .search-form-pill .field-wrapper .country-selected {
  color: #999 !important;
}
.countries-hero .search-form-pill .field-wrapper .country-selected::placeholder {
  color: #999;
}
.countries-hero .search-form-pill .field-wrapper input, .countries-hero .search-form-pill .field-wrapper select {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 10px 5px;
  width: 100%;
  color: #001b44 !important;
  font-size: 0.95rem;
}
.countries-hero .search-form-pill .field-wrapper input::placeholder, .countries-hero .search-form-pill .field-wrapper select::placeholder {
  font-size: 0.95rem;
  color: #999;
}
.countries-hero .search-form-pill .field-wrapper input:focus, .countries-hero .search-form-pill .field-wrapper select:focus {
  outline: none;
}
.countries-hero .search-form-pill .field-wrapper.search-main {
  flex: 2;
}
@media (max-width: 991px) {
  .countries-hero .search-form-pill {
    flex-direction: column;
    border-radius: 30px;
    padding: 20px;
    gap: 15px;
    box-shadow: none;
  }
  .countries-hero .search-form-pill .field-wrapper {
    width: 100%;
    background: #f8f9fa;
    padding: 5px 15px;
    border-radius: 15px;
  }
  .countries-hero .search-form-pill .field-divider {
    display: none;
  }
  .countries-hero .search-form-pill .btn-search-submit {
    width: 100%;
    padding: 15px;
  }
}
.countries-hero .field-divider {
  width: 1px;
  height: 30px;
  background: #eee;
  margin: 0 15px;
}
@media (max-width: 991px) {
  .countries-hero .field-divider {
    display: none;
  }
}
.countries-hero .btn-search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  gap: 10px;
  transition: all 0.3s;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 0.9rem;
  font-weight: 600;
  background-color: #0f1053;
  color: white;
}
.countries-hero .btn-search-submit:hover {
  background-color: #1a2bc3;
  color: white;
}
.countries-hero .btn-search-submit {
  width: auto;
}
@media (max-width: 991px) {
  .countries-hero .btn-search-submit {
    width: 100%;
  }
}

.country-card .card-hr {
  background-color: #001b44; /* Your custom hex code */
  border: none; /* Remove default border */
  height: 1px; /* Control thickness */
  opacity: 1;
  margin-bottom: 10px;
}
.country-card .header {
  margin-bottom: 10px;
}
.country-card .header .flag-wrapper .flag-img {
  width: 25px;
  height: 20px;
  object-fit: cover;
  border-radius: 4px;
}
.country-card .header h1 {
  font-size: 1.1rem;
  font-weight: 450;
  color: #001b44;
  letter-spacing: -0.02em;
}
@media (max-width: 576px) {
  .country-card .header h1 {
    font-size: 1.1rem;
  }
}
.country-card .content {
  padding: 10px 0;
}
.country-card .content small {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.75rem;
}
.country-card .content .badge {
  background-color: rgba(26, 43, 195, 0.1);
  color: #1a2bc3;
  font-weight: 600;
}
.country-card .footer .btn-sm-primary {
  width: 100%;
}

/* 4. Overrides (Optional) */

/*# sourceMappingURL=main.css.map */
