/* ================= RESET ================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #f9f9f9;
  color: #111;
  transition: background 0.3s, color 0.3s;
}

/* ================= DARK MODE ================= */
body.dark {
  background: #0a1f44;
  color: #f9f9f9;
}

body.dark .glass,
body.dark .footer {
  background: rgba(0, 0, 0, 0.4);
}

/* ================= VARIABLES ================= */
:root {
  --royal-blue: #0a1f44;
  --gold: #d4af37;
  --glass: rgba(255, 255, 255, 0.15);
}

/* =========================================================
   ================= NAVBAR (CORRECTED ONLY) =================
   ========================================================= */

/* .navbar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 96px;                
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  backdrop-filter: blur(12px);
  background: white;
  z-index: 1000;
} */
 
/* ================= NHPS STYLE NAVBAR ================= */
.dps-navbar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  z-index: 2000;
  border-bottom: 1px solid #eee;

  /* ✅ FIX 1 */
  overflow: visible;
}

/* BRAND */
.dps-brand {

  text-decoration: none;
  color: inherit;


  display: flex;
  align-items: center;
  gap: 14px;
}

.dps-brand img {
  height: 60px;
}
.dps-brand h1,
.dps-brand span {
  text-decoration: none;
}
.brand-text h1 {
  font-size: 20px;
  font-weight: 800;
  color: #0a1f44;
}

.brand-text h1 span {
  color: #d4af37;
}

.brand-text p {
  font-size: 12px;
  color: #555;
}

/* MENU */
.dps-menu ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
}

.dps-menu li {
  position: relative;
}

.dps-menu a {
  
  position: 10px 14px;
  z-index: 3000;

  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 600;
  color: #0a1f44;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;


  outline: none;
}

/* ACTIVE + HOVER */
.dps-menu li:hover > a {
  background: #0a1f44;
  color: #ffffff;
}

.dps-menu li.active > a {
  background: #d4af37;
  color: #000;
  border-radius: 6px;
}
.dps-menu li.active i {
  font-size: 16px;
}
/* REMOVE UNDERLINE FROM LOGO & SCHOOL NAME */
.dps-brand a {
  text-decoration: none;
  color: inherit;
}

/* DROPDOWN */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  display: none;
  flex-direction: column;
  padding: 6px 0;

  /* ✅ FIX 3 */
  max-height: 70vh;
  overflow-y: auto;
  z-index: 3000;
}

.dropdown-menu li a {
  padding: 10px 16px;
  font-size: 13.5px;
  color: #0a1f44;
  background: transparent;
}

.dropdown-menu li a:hover {
  background: #f5f5f5;
  color: #d4af37;
}

/* SHOW DROPDOWN (DESKTOP ONLY) */
@media (hover: hover) {
  .dropdown:hover .dropdown-menu {
    display: flex;
  }
}

/* ICON BUTTON */
.icon-btn a {
  background: #0a1f44;
  color: #ffffff;
  border-radius: 4px;
}

.icon-btn a:hover {
  background: #d4af37;
  color: #000;
}

/* BODY OFFSET */
body {
  padding-top: 90px;

  /* ✅ FIX 4 */
  overflow-x: hidden;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .brand-text h1 {
    font-size: 16px;
  }

  .dps-menu a {
    font-size: 13px;
  }
}


/* LOGO SECTION */
.logo {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;               /* prevents squishing */
}

.logo img {
  height: 88px;                 /* big but controlled */
  width: auto;
}

.school-name {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

/* NAV LINKS */
.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nav-links a {
  font-size: 14.5px;
  font-weight: 600;
  padding: 6px 8px;
  white-space: nowrap;
  text-decoration: none;
  color: inherit;
}

/* THEME TOGGLE */
#themeToggle {
  margin-left: 20px;
}

/* NAVBAR RESPONSIVE (UNCHANGED INTENT) */
@media (max-width: 1024px) {
  .school-name {
    font-size: 16px;
  }

  .logo img {
    height: 80px;
  }

  .nav-links {
    gap: 14px;
  }

  .nav-links a {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .school-name {
    display: none;
  }

  .logo img {
    height: 60px;
  }

  .navbar {
    padding: 0 20px;
    height: 88px;
  }
}

/* =========================================================
   ================= HERO (CORRECTED ONLY) ==================
   ========================================================= */
/* 
.hero {
  height: 100vh;
  background: linear-gradient(rgba(10,31,68,0.7), rgba(10,31,68,0.7)),
    url('https://plus.unsplash.com/premium_photo-1680807869780-e0876a6f3cd5?w=1000&auto=format&fit=crop&q=60')
    center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-content h1 {
  font-size: 48px;
  color: #fff;
}

.hero-content p {
  margin: 20px 0;
  font-size: 18px;
  color: #eee;
} */
/* ================= HOME ABOUT SECTION ================= */

.home-about-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 50px;
  align-items: center;
}

.about-tag {
  color: var(--gold);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}

.home-about-content h2 {
  font-size: 34px;
  margin: 10px 0 20px;
}

.home-about-content .highlight {
  color: var(--gold);
}

.home-about-content p {
  margin-bottom: 16px;
  line-height: 1.7;
  font-size: 15.5px;
}

.home-about-image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* Mobile */
@media (max-width: 768px) {
  .home-about-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
}


/* ================= BUTTONS ================= */
.btn-gold,
.btn,
.btn-whatsapp {
  display: inline-block;
  padding: 12px 28px;
  background: var(--gold);
  color: #000;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

/* ... ALL REMAINING CSS CONTINUES EXACTLY SAME ... */

IMPORTANT TYPO FIX ONLY
.hero-gallery {
  background-image: url("https://images.unsplash.com/photo-1636772523547-5577d04e8dc1?w=1000&auto=format&fit=crop&q=60");
}

/* ================= HERO ================= */
/* ================= HERO SLIDER ================= */

/* ================= HERO SLIDER ================= */

.hero-slider {
  min-height: 100vh;
}

/* Mobile fix for browser UI jump */
@media (max-width: 768px) {
  .hero-slider {
    min-height: 85vh;
  }
}

.hero-slider .slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.hero-slider .slide.active {
  opacity: 1;
  z-index: 1;
}

.hero-overlay {
  position:absolute;
  inset: 0;
  background: rgba(10, 31, 68, 0.55);
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}

/* Slider buttons */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  background: rgba(0,0,0,0.5);
  border: none;
  color: #fff;
  font-size: 22px;
  padding: 12px 16px;
  cursor: pointer;
  border-radius: 50%;
}

.slider-btn:hover {
  background: rgba(0,0,0,0.8);
}

.slider-btn.prev {
  left: 20px;
}

.slider-btn.next {
  right: 20px;
}

/* Mobile */
@media (max-width: 768px) {
  .slider-btn {
    font-size: 18px;
    padding: 10px;
  }
}

/* ================= BUTTONS ================= */
.btn-gold,
.btn,
.btn-whatsapp {
  display: inline-block;
  padding: 12px 28px;
  background: var(--gold);
  color: #000;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn-gold:hover,
.btn:hover,
.btn-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.btn-whatsapp {
  background: #25d366;
  color: #fff;
}

/* ================= SECTIONS ================= */
.section {
  padding: 55px 10%;
}

.section-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 50px;
  color: var(--royal-blue);
}

body.dark .section-title {
  color: var(--gold);
}

/* ================= STATS ================= */
.stats {
  display: flex;
  justify-content: center;
  gap: 35px;
  text-align: center;
}

.stat-card h2 {
  font-size: 40px;
  color: var(--gold);
}

/* ================= MISSION / VISION ================= */
.mission {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.mission-box {
  padding: 30px;
  border-radius: 20px;
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(10px);
}

/* ================= ACHIEVEMENTS ================= */
.achievement-cards {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.achievement {
  padding: 30px;
  border-radius: 20px;
  background: rgba(255,255,255,0.2);
  text-align: center;
  width: 250px;
}

/* ================= PAGE HERO ================= */
.page-hero {
  height: 40vh;
  background: linear-gradient(rgba(10,31,68,0.8), rgba(10,31,68,0.8)),
              url('https://images.unsplash.com/photo-1498243691581-b145c3f54a5a?w=1000&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTR8fHNjaG9vbHxlbnwwfHwwfHx8MA%3D%3D') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: 80px;
}

/* ================= TEAM ================= */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.team-card {
  text-align: center;
  padding: 30px;
  border-radius: 20px;
  background: rgba(255,255,255,0.2);
}

.team-card img {
  width: 100%;
  border-radius: 15px;
  margin-bottom: 15px;
}

/* ================= CERTIFICATES ================= */
.certificate-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.certificate-grid img {
  width: 100%;
  border-radius: 15px;
}

/* ================= EVENTS ================= */
.events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.event-card {
  padding: 30px;
  border-radius: 20px;
  background: rgba(255,255,255,0.2);
  transition: 0.3s;
}

.event-card:hover {
  transform: translateY(-10px);
}
/* ================= QUICK LINKS – PREMIUM STYLE ================= */

.quick-links {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 20px;
}

.links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.quick-card {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  padding: 30px 20px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  transition: all 0.35s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.quick-card i {
  font-size: 28px;
  color: var(--gold);
}

.quick-card span {
  font-size: 16px;
  font-weight: 600;
}

.quick-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.2);
  background: rgba(255, 255, 255, 0.35);
}

/* Dark mode compatibility */
body.dark .quick-card {
  background: rgba(0, 0, 0, 0.35);
}

body.dark .quick-card:hover {
  background: rgba(0, 0, 0, 0.55);
}


/* ================= GALLERY ================= */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.gallery-item img {
  width: 100%;
  transition: 0.5s;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-item .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  transition: 0.4s;
}

.gallery-item:hover .overlay {
  opacity: 1;
}

/* ================= CONTACT ================= */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border-radius: 10px;
  border: none;
}
/* ================= CONTACT PAGE – GET IN TOUCH SPACING ================= */

.contact-info {
  display: flex;
  flex-direction: column;
}

.contact-info h2 {
  margin-bottom: 18px;
}

.contact-info p {
  display: flex;
  align-items: center;
  gap: 12px;              /* space between icon and text */
  margin-bottom: 12px;   /* vertical spacing between lines */
  line-height: 1.6;
  font-size: 15px;
}

.contact-info i {
  color: var(--gold);
  font-size: 16px;
  min-width: 18px;       /* keeps icons aligned */
}

.contact-info a {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
}

.contact-info a:hover {
  color: var(--gold);
  text-decoration: underline;
}

.contact-info .btn-whatsapp {
  margin-top: 18px;      /* space above WhatsApp button */
}


/* ================= MAP ================= */
.map iframe {
  width: 100%;
  height: 400px;
  border: none;
}

/* ================= FOOTER ================= */
.footer {
  padding: 40px;
  text-align: center;
  background: var(--royal-blue);
  color: #fff;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
  .navbar {
    padding: 15px 20px;
  }

  .hero-content h1 {
    font-size: 34px;
  }

  .stats {
    flex-direction: column;
  }
}
/* ================= ABOUT – LEADERSHIP WITH IMAGE ================= */

.leadership-message {
  max-width: 1100px;
  margin: auto;
}

.leader-box {
  display: flex;
  gap: 25px;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  border-radius: 18px;
  padding: 30px;
  margin-bottom: 30px;
}

body.dark .leader-box {
  background: rgba(0, 0, 0, 0.35);
}

.leader-box img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid var(--gold);
}

.leader-content h3 {
  margin-bottom: 4px;
  font-size: 20px;
}

.leader-content span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--gold);
}

.leader-content p {
  font-size: 15px;
  line-height: 1.7;
  text-align: justify;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .leader-box {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .leader-content p {
    text-align: left;
  }
}

/* ================= GALLERY POPUP SLIDER ================= */

.gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.gallery-modal.active {
  display: flex;
}

.modal-content {
  max-width: 90%;
  text-align: center;
}

.modal-content img {
  max-width: 100%;
  max-height: 70vh;
  border-radius: 12px;
}

.modal-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
  color: #fff;
}

.modal-controls button {
  background: none;
  border: none;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
}

.close-btn {
  position: absolute;
  top: 25px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
/* ================= PAGE HERO IMAGES ================= */

.page-hero {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-size: cover;
  background-position: center;
  position: relative;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45); /* overlay for text readability */
}

.page-hero h1 {
  position: relative;
  z-index: 1;
}

/* ===== INDIVIDUAL PAGE HERO IMAGES ===== */

.hero-events {
  background-image: url("assets/images/hero/events.jpg");
}

.hero-gallery {
  background-image: url("https://images.unsplash.com/photo-1636772523547-5577d04e8dc1?w=1000&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8c2Nob29sJTIwZ2FsbGVyfGVufDB8fDB8fHww");
}

.hero-contact {
  background-image: url("assets/images/hero/contact.jpg");
}

.hero-about {
  background-image: url("assets/images/hero/about.jpg");
}
/* ================= PAGE HERO IMAGES ================= */

.page-hero {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-size: cover;
  background-position: center;
  position: relative;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45); /* overlay for text readability */
}

.page-hero h1 {
  position: relative;
  z-index: 1;
}

/* ===== INDIVIDUAL PAGE HERO IMAGES ===== */

.hero-events {
  background-image: url("https://plus.unsplash.com/premium_photo-1663957806906-d19ad2e87d9e?w=1000&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NXx8c2Nob29sJTIwZXZlbnRzfGVufDB8fDB8fHww");
}

.hero-gallery {
background-image: ul("https://images.unsplash.com/photo-1636772523547-5577d04e8dc1?w=1000&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8c2Nob29sJTIwZ2FsbGVyfGVufDB8fDB8fHww");
}

.hero-contact {
  background-image: url("https://images.unsplash.com/photo-1611926653670-e18689373857?w=1000&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MjN8fHNjaG9vbCUyMGNvbnRhY3R8ZW58MHx8MHx8fDA%3D")}

.hero-about {
  background-image: url("https://images.unsplash.com/photo-1577563908411-5077b6dc7624?w=1000&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Nnx8YWJvdXR8ZW58MHx8MHx8fDA%3D");
}
/* ================= FACILITIES ================= */

.facilities-intro {
  max-width: 700px;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 15.5px;
  line-height: 1.7;
}

.facilities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 25px;
}

.facility-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.facility-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.facility-card span {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 12px;
  background: rgba(10,31,68,0.85);
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.facility-card:hover img {
  transform: scale(1.08);
}

.facilities-btn {
  display: block;
  margin: 40px auto 0;
  text-align: center;
}
/* ================= MOBILE NAV FIX ================= */

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.menu-toggle span {
  width: 26px;
  height: 3px;
  background: #0a1f44;
  border-radius: 3px;
}

/* Tablet & Mobile */
@media (max-width: 1024px) {

  .menu-toggle {
    display: flex;
  }

  .dps-menu {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    background: #ffffff;
    display: none;
    flex-direction: column;
    border-top: 1px solid #eee;
  }

  .dps-menu.open {
    display: flex;
  }

  .dps-menu ul {
    flex-direction: column;
  }

  .dps-menu li {
    width: 100%;
  }

  .dps-menu a {
    padding: 14px 20px;
    border-bottom: 1px solid #f1f1f1;
  }
}
/* ================= PUBLIC DISCLOSURE DOWNLOAD ================= */

.disclosure-download {
  margin-top: 60px;
  padding: 40px 20px;
  text-align: center;
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(10px);
  border-radius: 20px;
}

.disclosure-download h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: var(--royal-blue);
}

.disclosure-download p {
  font-size: 15px;
  margin-bottom: 20px;
  color: #333;
}

body.dark .disclosure-download {
  background: rgba(0,0,0,0.35);
}

body.dark .disclosure-download h3 {
  color: var(--gold);
}
.disclosure-download {
  text-align: center;
}

.disclosure-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  background: #fff;
}

.disclosure-table th,
.disclosure-table td {
  border: 1px solid #ccc;
  padding: 12px;
  font-size: 14px;
  text-align: left;
}

.disclosure-table th {
  background: #0a1f44;
  color: #fff;
}

.disclosure-table a {
  color: #d4af37;
  font-weight: 600;
  text-decoration: none;
}

.table-responsive {
  overflow-x: auto;
}
.disclosure-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 25px 15px;
  background: rgba(255,255,255,0.25);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  transition: 0.3s ease;
  text-align: center;
  color: #111;
}

.disclosure-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.pdf-icon {
  font-size: 42px;
  color: #d32f2f;
  margin-bottom: 10px;
}

.youtube-icon {
  font-size: 42px;
  color: #ff0000;
  margin-bottom: 10px;
}

.disclosure-card p {
  font-size: 14px;
  font-weight: 600;
}


/* MOBILE NAV */
@media (max-width: 992px) {
  .menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
  }

  .menu-toggle span {
    width: 25px;
    height: 3px;
    background: #0a1f44;
  }

  .dps-menu {
    position: absolute;
    top: 90px;
    right: 0;
    width: 100%;
    background: #fff;
    display: none;
    flex-direction: column;
  }

  .dps-menu.active {
    display: flex;
  }

  .dps-menu ul {
    flex-direction: column;
    width: 100%;
  }

  .dps-menu li {
    width: 100%;
    text-align: center;
  }
}
