/* Modern theme styles */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Poppins:wght@700;800;900&display=swap");
:root {
  --primary: #0d6efd;
  --secondary: #0b4f92;
  --accent: #11cdef;
  --dark: #102a57;
  --text: #1d263b;
  --muted: #65748b;
  --surface: #ffffff;
  --surface-soft: #eff4ff;
  --bg: #f4f7ff;
  --border: rgba(16, 42, 87, 0.08);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background: var(--bg);
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
button,
input,
select,
textarea {
  font: inherit;
}
section {
  padding: 5rem 0;
}
.container {
  max-width: 1180px;
}
.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border: 0;
  color: #fff;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    opacity 0.25s ease;
}
.btn-primary:hover {
  opacity: 0.95;
  transform: translateY(-2px);
  box-shadow: 0 18px 45px rgba(13, 110, 253, 0.18);
}
.btn-outline-primary {
  color: var(--primary);
  border-color: rgba(13, 110, 253, 0.25);
}
.btn-outline-primary:hover {
  background: rgba(13, 110, 253, 0.08);
}
.site-header {
  background: transparent;
  position: relative;
  z-index: 50;
}
.topbar {
  background: linear-gradient(
    90deg,
    rgba(13, 110, 253, 0.95),
    rgba(6, 61, 133, 0.95)
  );
}
.topbar .topbar-item {
  color: #fff;
}
.topbar-social {
  color: rgba(255, 255, 255, 0.8);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.25s ease;
}
.topbar-social:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}
.navbar {
  padding: 0;
  border-bottom: 1px solid rgba(16, 42, 87, 0.06);
}
.navbar .container-fluid {
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
}
.navbar-brand {
  font-weight: 700;
  letter-spacing: -0.03em;
}
.navbar-brand small {
  display: block;
  font-size: 0.85rem;
  color: var(--muted);
  margin-top: 0.15rem;
}
.logo-image {
  max-height: 70px;
  width: auto;
}
.school-title {
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}
.header-actions-top {
  gap: 1rem;
}
.contact-pill {
  padding: 0.85rem 1rem;
  background: rgba(13, 110, 253, 0.06);
  border-radius: 999px;
  border: 1px solid rgba(13, 110, 253, 0.12);
}
.navbar .navbar-collapse {
  flex-basis: 100%;
  width: 100% !important;
  border-top: 1px solid rgba(16, 42, 87, 0.06);
  margin-top: 0;
}
.navbar .navbar-toggler {
  border: 1px solid rgba(16, 42, 87, 0.12);
  margin-bottom: 0;
}
.navbar-toggler-icon {
  filter: invert(15%);
}
.nav-menu-gap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding-left: 0;
  gap: 0;
}
.nav-menu-gap .nav-item {
}
.nav-menu-gap .nav-link {
  padding: 0.75rem 1rem;
  color: var(--text);
  font-weight: 500;
  transition:
    color 0.25s ease,
    background 0.25s ease;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--primary);
}
.navbar .dropdown-menu {
  border-radius: 1rem;
  border-color: rgba(16, 42, 87, 0.12);
  box-shadow: 0 22px 60px rgba(16, 42, 87, 0.12);
}
.navbar .dropdown-item:hover {
  background: rgba(13, 110, 253, 0.06);
}
@media (max-width: 1199px) {
  .header-actions-top {
    width: 100%;
    justify-content: space-between;
  }
  .contact-pill {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-collapse {
    border-top: 1px solid rgba(16, 42, 87, 0.06);
  }
}
.hero-slider {
  min-height: 80vh;
  background:
    linear-gradient(135deg, rgba(13, 110, 253, 0.9), rgba(6, 61, 133, 0.92)),
    url("https://images.unsplash.com/photo-1521790797524-b2497295b8a1?auto=format&fit=crop&w=1600&q=80")
      center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
}
.hero-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(7, 32, 72, 0.48);
}
.hero-slider .hero-content {
  position: relative;
  z-index: 2;
}
.hero-slider h1 {
  color: #fff;
  font-size: clamp(3rem, 5vw, 4.5rem);
  line-height: 1.05;
}
.hero-slider p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.05rem;
  max-width: 720px;
}
.section-headline {
  margin-bottom: 3rem;
}
.section-headline h2 {
  font-size: clamp(2rem, 2.7vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.section-headline p {
  color: var(--muted);
  max-width: 680px;
  margin: 0 auto;
}
.card,
.feature-card,
.stats-card,
.contact-card,
.testimonial-card {
  border: 0;
  border-radius: 1.25rem;
  box-shadow: 0 20px 50px rgba(16, 42, 87, 0.08);
}
.feature-card {
  background: #fff;
  padding: 2rem;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.feature-card:hover {
  transform: translateY(-12px);
}
.stats-card {
  padding: 2.2rem;
  background: #fff;
}
.stats-card h3 {
  font-size: 2.6rem;
  color: var(--primary);
  margin-bottom: 0.5rem;
}
.gallery-card {
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
.gallery-card img {
  transition: transform 0.5s ease;
}
.gallery-card:hover img {
  transform: scale(1.08);
}
.testimonial-card {
  padding: 2.5rem;
  background: #fff;
}
.testimonial-card p {
  color: var(--muted);
}
.breadcrumb-section {
  background: #f4f7ff;
  padding: 2.5rem 0;
}
.breadcrumb-section h2 {
  margin-bottom: 0.5rem;
}
.breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
}
.contact-card {
  background: #fff;
  padding: 2.5rem;
}
.footer {
  background: #061b40;
  color: rgba(255, 255, 255, 0.9);
}
.footer h5 {
  color: #fff;
  margin-bottom: 1.5rem;
}
.footer a {
  color: rgba(255, 255, 255, 0.8);
}
.footer a:hover {
  color: #fff;
}
.footer .newsletter-form input {
  border-radius: 0.8rem;
}
.footer .newsletter-form .btn {
  border-radius: 0.8rem;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.5rem 0;
}
.fa-stack {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.bg-glass {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.45);
}
@media (max-width: 992px) {
  .hero-slider {
    min-height: 60vh;
  }
  section {
    padding: 3.5rem 0;
  }
}
@media (max-width: 768px) {
  .navbar-nav .nav-link {
    padding: 0.65rem 0.75rem;
  }
  .section-headline {
    text-align: center;
  }
}

/* About Section: stacked images and content */
.about-section {
  padding-top: 4.5rem;
  padding-bottom: 3.5rem;
}
.about-images {
  gap: 24px;
}
.about-image {
  width: 100%;
  height: 270px;
  object-fit: cover;
  border-radius: 25px;
  border: 8px solid #fff;
  box-shadow: 0 18px 50px rgba(16, 42, 87, 0.12);
  display: block;
}
.about-content {
  max-width: 100%;
}
.about-badge {
  display: inline-block;
  background: rgba(13, 110, 253, 0.08);
  color: var(--dark);
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  font-weight: 600;
}
.about-heading {
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  margin-top: 0.5rem;
  color: var(--dark);
  font-weight: 800;
}
.about-desc {
  color: var(--muted);
  margin-top: 0.75rem;
  line-height: 1.6;
}
.about-checklist {
  margin-top: 1rem;
  color: var(--dark);
  font-weight: 600;
}
.about-checklist li {
  margin-bottom: 0.6rem;
  position: relative;
  padding-left: 1.2rem;
}
.about-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--primary);
  font-weight: 800;
}

/* Achievement floating card */
.about-achievement-card {
  position: absolute;
  right: 0;
  top: 88%;
  transform: translateX(10%);
  background: linear-gradient(180deg, #062a5a, #0b3b78);
  color: #fff;
  padding: 1.1rem 1.25rem;
  border-radius: 16px;
  box-shadow: 0 26px 60px rgba(2, 12, 34, 0.36);
  width: 260px;
  z-index: 5;
  text-align: left;
}
.about-achievement-card .ach-emoji {
  font-size: 1.45rem;
}
.about-achievement-card .ach-title {
  font-weight: 800;
  font-size: 1.05rem;
  margin-top: 0.35rem;
}
.about-achievement-card .ach-desc {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.92);
  margin-top: 0.35rem;
}

/* Feature cards row */
.feature-cards-section {
  padding-top: 0.6rem;
  padding-bottom: 2.5rem;
}
.feature-card-short {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(16, 42, 87, 0.06);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}
.feature-card-short:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 80px rgba(16, 42, 87, 0.12);
}
.feature-ico {
  font-size: 1.6rem;
}

@media (max-width: 991px) {
  .about-achievement-card {
    position: relative;
    transform: none;
    right: auto;
    top: auto;
    margin-top: 1.25rem;
    width: 100%;
  }
  .about-image {
    height: 230px;
  }
}
@media (max-width: 576px) {
  .about-image {
    height: 200px;
  }
  .about-achievement-card {
    padding: 0.9rem;
    border-radius: 12px;
  }
}
/* Header: Two-line school name, contact and apply button styling */
.desktop-header-panel {
  gap: 1.5rem;
  padding: 1rem 1.25rem;
  background:
    linear-gradient(135deg, rgba(239, 244, 255, 0.95), rgba(255, 255, 255, 0.98)),
    #fff;
  border: 1px solid rgba(13, 110, 253, 0.12);
  border-radius: 0 0 0.9rem 0.9rem;
}
.header-main {
  gap: 1.25rem;
}
.navbar-brand {
  padding: 0;
}
.header-brand {
  min-width: 0;
  gap: 1rem;
}
.logo-image {
  max-height: 86px;
  width: auto;
  flex: 0 0 auto;
}
.school-name-line1,
.school-name-line2 {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.school-name-line1 {
  font-weight: 900;
  font-size: clamp(1.45rem, 2.15vw, 2rem);
  line-height: 1.05;
  color: var(--dark);
}
.school-name-line2 {
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: clamp(0.78rem, 1.15vw, 1.02rem);
  color: var(--muted);
  margin-top: 2px;
}
.header-actions-top {
  align-items: center;
}
.desktop-header-actions {
  flex: 0 0 auto;
  gap: 1rem;
}
.contact-info .contact-phone a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 800;
}
.contact-info .contact-phone {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--dark);
  white-space: nowrap;
}
.contact-info .contact-phone i,
.contact-email i {
  color: var(--primary);
}
.contact-email {
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 600;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.contact-email:hover {
  color: var(--primary);
}
.btn-apply {
  display: inline-block;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  padding: 0.7rem 1.2rem;
  border-radius: 0.65rem;
  font-weight: 700;
  font-size: 0.98rem;
  box-shadow: 0 12px 34px rgba(13, 110, 253, 0.16);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    opacity 0.18s ease;
  align-items: center;
  gap: 0.45rem;
}
.btn-apply:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 28px 72px rgba(13, 110, 253, 0.18);
  opacity: 0.99;
}
.btn-apply:focus {
  outline: 3px solid rgba(13, 110, 253, 0.12);
  outline-offset: 3px;
}

/* subtle pulsing emphasis on hover-focus for CTA */
.btn-apply:active {
  transform: translateY(-1px);
}

/* Contact phone and icon styling */
.contact-info .contact-phone {
  color: var(--dark);
  font-weight: 700;
}
.contact-info .contact-phone a {
  color: var(--primary);
  text-decoration: none;
}
.contact-info .contact-phone i {
  font-size: 0.95rem;
  vertical-align: baseline;
}

/* Ensure contact area vertically centers with the school name */
.header-main .school-name {
  display: flex;
  align-items: center;
}
.contact-info {
  min-height: 60px;
}

/* Navigation: evenly spaced, centered, improved typography and hover */
.nav-menu-gap {
  justify-content: center;
  gap: 0.25rem;
}
.nav-menu-gap .nav-link {
  padding: 0.8rem 0.92rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--dark);
  white-space: nowrap;
}
.navbar-nav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar-nav .nav-link {
  border-radius: 0.5rem;
}
.navbar-nav .nav-link:hover {
  color: var(--primary);
  background: rgba(13, 110, 253, 0.03);
}
.navbar .dropdown-menu {
  margin-top: 0.35rem;
  padding: 0.55rem 0;
}
.navbar .dropdown-item {
  padding: 0.65rem 1.15rem;
  margin: 0.08rem 0;
  font-size: 0.98rem;
}

@media (min-width: 1200px) {
  .navbar .navbar-collapse {
    display: flex !important;
    justify-content: center;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .desktop-header-panel {
    padding: 0.9rem 1rem;
  }
  .logo-image {
    max-height: 76px;
  }
  .school-name-line1 {
    font-size: 1.35rem;
  }
  .school-name-line2 {
    font-size: 0.78rem;
  }
  .desktop-header-actions {
    gap: 0.75rem;
  }
  .contact-email {
    display: none;
  }
  .btn-apply {
    padding: 0.62rem 0.9rem;
    font-size: 0.9rem;
  }
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .header-main {
    flex-direction: column;
    align-items: stretch;
    gap: 0.6rem;
  }
  .navbar-brand {
    justify-content: flex-start;
  }
  .contact-info.d-none.d-md-block {
    display: none !important;
  }
  .header-actions-top {
    justify-content: flex-end;
  }
}
@media (max-width: 576px) {
  .logo-image {
    max-height: 68px;
  }
  .school-name-line1 {
    font-size: 1.05rem;
  }
  .school-name-line2 {
    font-size: 0.85rem;
  }
  .nav-menu-gap {
    gap: 0.5rem;
  }
}

/* Testimonials carousel: show 3 per view on lg+, 1 on smaller screens */
#testimonialsCarousel .carousel-item .d-flex {
  align-items: stretch;
  justify-content: center;
  gap: 1rem;
}
#testimonialsCarousel .carousel-item .testimonial-card {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  #testimonialsCarousel .carousel-item .testimonial-card {
    flex: 0 0 30%;
    max-width: 30%;
  }
  #testimonialsCarousel .carousel-item .d-flex > .cloned {
    display: block;
  }
}

#testimonialsCarousel .testimonial-card p {
  color: var(--muted);
}

/* Latest News section background control */
.latest-news-section {
  background: #f5f7ff;
}

/* Site-wide academic theme refresh */
:root {
  --primary: #173f8a;
  --secondary: #0c2f66;
  --accent: #d9a441;
  --accent-soft: #fff5dc;
  --scholar-green: #0f766e;
  --dark: #10213f;
  --text: #20293f;
  --muted: #667085;
  --surface: #ffffff;
  --surface-soft: #f4f7fb;
  --bg: #eef3f8;
  --border: rgba(16, 33, 63, 0.1);
}

body {
  background:
    linear-gradient(180deg, #f8fbff 0%, #eef3f8 45%, #f7f9fc 100%);
  color: var(--text);
}

.page-content {
  background:
    radial-gradient(circle at 12% 0%, rgba(217, 164, 65, 0.08), transparent 28rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(244, 247, 251, 0.9));
}

.topbar {
  background: linear-gradient(90deg, #10213f, #173f8a);
  font-size: 0.9rem;
}

.topbar-social {
  border-radius: 0.45rem;
  background: rgba(255, 255, 255, 0.12);
}

.navbar {
  background: rgba(255, 255, 255, 0.96) !important;
  backdrop-filter: blur(14px);
}

.desktop-header-panel {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 251, 0.96)),
    #fff;
  border-color: rgba(23, 63, 138, 0.12);
  box-shadow: 0 16px 45px rgba(16, 33, 63, 0.08);
}

.school-name-line1 {
  color: var(--secondary);
}

.school-name-line2 {
  color: var(--scholar-green);
}

.btn,
.form-control,
.form-select {
  border-radius: 0.65rem;
}

.btn-primary,
.btn-apply,
.bg-primary {
  background: linear-gradient(135deg, var(--primary), var(--secondary)) !important;
}

.btn-primary,
.btn-apply {
  border: 0;
  box-shadow: 0 16px 36px rgba(23, 63, 138, 0.2);
}

.btn-light {
  color: var(--secondary);
  font-weight: 800;
}

.badge.bg-primary {
  background: var(--accent-soft) !important;
  color: #7a510f !important;
  border: 1px solid rgba(217, 164, 65, 0.25);
}

.text-primary {
  color: var(--primary) !important;
}

.bg-light {
  background-color: #eef3f8 !important;
}

.bg-white {
  background-color: rgba(255, 255, 255, 0.96) !important;
}

.hero-slider {
  min-height: 76vh;
  background:
    linear-gradient(115deg, rgba(16, 33, 63, 0.94) 0%, rgba(23, 63, 138, 0.85) 52%, rgba(15, 118, 110, 0.62) 100%),
    url("../../uploads/hero-image.png") center/cover no-repeat;
}

.hero-slider::after {
  background:
    linear-gradient(180deg, rgba(16, 33, 63, 0.08), rgba(16, 33, 63, 0.34));
}

.hero-slider h1 {
  max-width: 820px;
  font-family: "Poppins", sans-serif;
  font-size: clamp(2.65rem, 5vw, 4.75rem);
  font-weight: 900;
  letter-spacing: 0;
}

.hero-slider .badge {
  padding: 0.65rem 0.95rem;
  border-radius: 0.55rem !important;
}

.hero-slider img {
  border: 8px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28) !important;
}

.breadcrumb-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(16, 33, 63, 0.96), rgba(23, 63, 138, 0.92)) !important;
  color: #fff !important;
  padding: 3.25rem 0 !important;
}

.breadcrumb-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(217, 164, 65, 0.22) 0 2px, transparent 2px 100%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 100%);
  background-size: 44px 44px;
  opacity: 0.26;
}

.breadcrumb-section .container {
  position: relative;
  z-index: 1;
}

.breadcrumb-section h1,
.breadcrumb-section h2 {
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem) !important;
  font-weight: 900 !important;
  letter-spacing: 0;
}

.breadcrumb-section p,
.breadcrumb-section .breadcrumb,
.breadcrumb-section .breadcrumb a,
.breadcrumb-section .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.86) !important;
}

.section-headline h2,
section h2,
section h3 {
  color: var(--dark);
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

.section-headline {
  margin-bottom: 2.5rem;
}

.section-headline p,
section p {
  line-height: 1.7;
}

.card,
.feature-card,
.feature-card-short,
.stats-card,
.contact-card,
.testimonial-card,
.gallery-card {
  border: 1px solid var(--border) !important;
  border-radius: 0.9rem !important;
  box-shadow: 0 20px 48px rgba(16, 33, 63, 0.08) !important;
}

.card,
.feature-card,
.feature-card-short,
.stats-card,
.contact-card,
.testimonial-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(250, 252, 255, 0.98));
}

.card {
  overflow: hidden;
}

.card h5,
.feature-card h5,
.feature-card-short h5,
.contact-card h3,
.contact-card h5 {
  color: var(--secondary);
  font-weight: 800;
}

.card-img-top {
  height: 240px;
  object-fit: cover;
}

.feature-card,
.feature-card-short,
.card {
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.feature-card:hover,
.feature-card-short:hover,
.card:hover {
  transform: translateY(-6px);
  border-color: rgba(217, 164, 65, 0.42) !important;
  box-shadow: 0 28px 70px rgba(16, 33, 63, 0.13) !important;
}

.feature-card-short img {
  max-height: 84px;
  margin: 0 auto;
  object-fit: contain;
}

.about-badge {
  background: var(--accent-soft);
  color: #7a510f;
  border: 1px solid rgba(217, 164, 65, 0.26);
  border-radius: 0.55rem;
}

.about-heading {
  color: var(--secondary);
}

.about-checklist li::before {
  content: "\2713";
  color: var(--scholar-green);
}

.about-achievement-card {
  background: linear-gradient(145deg, var(--secondary), var(--primary));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.9rem;
}

.gallery-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.rounded-4 {
  border-radius: 0.9rem !important;
}

.shadow-sm,
.shadow-lg {
  box-shadow: 0 20px 48px rgba(16, 33, 63, 0.1) !important;
}

.form-label {
  color: var(--dark);
  font-weight: 700;
}

.form-control,
.form-select {
  min-height: 46px;
  border: 1px solid rgba(16, 33, 63, 0.14);
  background-color: #fbfcff;
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(23, 63, 138, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(23, 63, 138, 0.12);
}

.alert {
  border: 0;
  border-radius: 0.8rem;
  box-shadow: 0 14px 36px rgba(16, 33, 63, 0.08);
}

.pagination .page-link {
  color: var(--primary);
  border-color: rgba(16, 33, 63, 0.12);
}

.pagination .active .page-link {
  background: var(--primary);
  border-color: var(--primary);
}

.footer {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, #0b1730, #10213f 58%, #173f8a);
  color: rgba(255, 255, 255, 0.9);
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(217, 164, 65, 0.16) 0 2px, transparent 2px 100%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 100%);
  background-size: 52px 52px;
  opacity: 0.24;
}

.footer .container {
  position: relative;
  z-index: 1;
}

.footer-section {
  padding: 0.25rem 0;
}

.footer-title {
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-bottom: 3px solid var(--accent);
  padding-bottom: 0.7rem;
}

.footer-text,
.footer-contact-items p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.95rem;
  line-height: 1.75;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
}

.footer-contact-item i {
  min-width: 20px;
  color: var(--accent);
  padding-top: 0.2rem;
}

.footer-menu {
  margin: 0;
  padding: 0;
}

.footer-menu-item {
  transition: transform 0.2s ease;
}

.footer-menu-item:hover {
  transform: translateX(4px);
}

.footer-link {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.footer-link:hover {
  color: #fff;
}

.social-links {
  display: flex;
  gap: 0.8rem;
}

.social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.65rem;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.social-btn:hover {
  color: #10213f;
  background: var(--accent);
  transform: translateY(-3px);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
  padding-top: 1.5rem !important;
  margin-top: 1rem;
}

.footer-copyright {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
}

@media (max-width: 991px) {
  .hero-slider {
    min-height: 62vh;
  }
  .card-img-top,
  .gallery-card img {
    height: 220px;
  }
}

@media (max-width: 768px) {
  .breadcrumb-section {
    padding: 2.5rem 0 !important;
  }
  .hero-slider h1 {
    font-size: 2.35rem;
  }
  .footer-section {
    padding-bottom: 1rem;
  }
}
