@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Story+Script&display=swap');
@import "tailwindcss";

@import "tailwindcss/base";
@import "tailwindcss/components";
@import "tailwindcss/utilities";

@import "variables.css";
@import "typography.css";
@import "components/buttons.css";

@import url('https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css');


:root{
    --blue-900:#0f2f5c;
    --blue-700:#1a4d8f;
    --blue-600:#2563c9;
    --blue-500:#3b7ddb;
    --blue-050:#eef4fc;
    --ink:#101828;
    --slate:#5a6472;
    --slate-light:#8a93a3;
    --line:#e6eaf0;
    --paper:#ffffff;
    --canvas:#f7f9fc;
    --amber:#e0a53c;

  }
  *{box-sizing:border-box; margin:0; padding:0;}
  html{scroll-behavior:smooth;}
  body{
    font-family: "Albert Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    max-width: 100%;

    color:var(--ink);
    background:var(--paper);
    -webkit-font-smoothing:antialiased;
  }
  h1,h2,h3{ font-family: "Albert Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
 }
  a{ text-decoration:none; color:inherit; }
  ul{ list-style:none; }
  img{ max-width:100%; display:block; }
  .wrap{ max-width:1180px; margin:0 auto; padding:0 32px; } 

  /* ---------- NAV ---------- */
  header{
    position:sticky; top:0; z-index:50;
    background:rgba(255,255,255,0.92);
    backdrop-filter: blur(10px);
    border-bottom:1px solid var(--line);
  }
  /*.nav{
    display:flex; 
    align-items:center; 
    justify-content:space-between;
    padding:10px 32px; 
    max-width:1180px; 
    margin:0 auto;
  }*/

  
  /* Base Navbar Styling */
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  position: relative;
}

.nav-links {
  display: flex;
  gap: 2rem;
  align-items: center;
}

  .brand{ 
    display:flex; 
    align-items:center; 
    gap:10px; 
    font-weight:700; 
    font-size:20px; 
    letter-spacing:.2px;
  }

  .brand-mark {
  width: 80px;         /* Max size on desktop */
  max-width: 100%;     /* Prevents expanding parents */
  height: auto;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: 16px;
}

  /*.brand-mark{
    width:2500px; 
    height:auto; 
    border-radius:9px;
    display:flex; 
    align-items:center; 
    justify-content:center;
    color:#fff; 
    font-family:'Fraunces',serif; 
    font-weight:700; 
    font-size:16px;
  }

  /*.brand-mark a img{
    width:2500px !important; 
    height:auto !important; 
  }*/

  .nav-links{ 
    display:flex; 
    gap:34px; 
    font-size:14.5px; 
    font-weight:500; 
    color:var(--slate);
  }

  .nav-links a:hover{ 
    color:#1a4d8f; 
  }



  .nav-cta{
    background: /*var(--blue-600)*/ #10367D; 
    color: /* #fff */ #EBEBEB;  
    padding:10px 22px;
    /*border-radius:8px;*/ 
    font-weight:600; 
    font-size:14.5px;
    box-shadow:0 4px 14px rgba(37,99,201,.25);
    transition:transform .15s ease, box-shadow .15s ease;
  }
  .nav-cta:hover{ transform:translateY(-1px); box-shadow:0 6px 18px rgba(196, 199, 205, 0.35); color: white !important; }
  .nav-toggle{ display:none; }

    @media screen and (max-width: 768px) {
    .nav-links{
      font-size: 10px;
      gap: 20px;
      color: var(--blue-700);
    }

    .nav-cta{
      padding: 8px 20px;
      font-size: 14px;
      display: none;
    }

    .nav{
      padding: 5px 10px;
    }
    
  }


/* Hide Hamburger on Desktop */

.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 15px;
  z-index: 100;
}

.hamburger {
  display: block;
  width: 25px;
  height: 3px;
  background: #333; /* Change to your brand color */
  position: relative;
  transition: background 0.3s ease;
}

.hamburger::before,
.hamburger::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 3px;
  background: #333;
  transition: all 0.3s ease;
}

.hamburger::before { top: -8px; }
.hamburger::after { bottom: -8px; }

 .brand-mark{
    width:300px; 
    height:auto ; 
    border-radius:9px;
    display:flex; 
    align-items:center; 
    justify-content:center;
    color:#fff; 
    font-family:'Fraunces',serif; 
    font-weight:700; 
    font-size:16px;
    margin-left: 10px;
  }

/* --- Mobile Styles (Fixed) --- */
@media (max-width: 768px) {

  .brand-mark{
    width: 200px;
    height: auto;
    margin-left: 0px;
  }
  .menu-toggle {
    display: block; /* Show hamburger */
  }

  .nav-links {
    display: none; /* Hide links by default */
    position: fixed;
    top: 0;
    right: -100%; /* Hidden off-screen by default */
    width: 250px; /* Gives it a clean sidebar appearance */
    height: 100vh;
    background-color: #fff; 
    box-shadow: -5px 0 15px rgba(0,0,0,0.1);
    
    /* FIXES FOR ALIGNMENT */
    flex-direction: column;
    justify-content: flex-start; /* Aligns links starting from the top */
    align-items: flex-start;    /* Left-aligns elements */
    padding: 80px 2rem 2rem 2rem; /* Offsets links away from the floating hamburger */
    
    gap: 2.5rem;
    font-size: 16px; /* Makes mobile navigation links easier to tap */
    transition: right 0.4s ease;
    z-index: 99;
  }

  .menu-toggle.active + .nav-links {
    display: flex; /* Show links when menu is active */

    position: fixed;
    top: 0;
    width: 250px; /* Gives it a clean sidebar appearance */
    height: 100vh;
    background-color: #fff; 
    box-shadow: -5px 0 15px rgba(0,0,0,0.1);
    
    /* FIXES FOR ALIGNMENT */
    flex-direction: column;
    justify-content: flex-start; /* Aligns links starting from the top */
    align-items: flex-start;    /* Left-aligns elements */
    padding: 80px 2rem 2rem 2rem; /* Offsets links away from the floating hamburger */
    
    gap: 2.5rem;
    font-size: 16px; /* Makes mobile navigation links easier to tap */
    transition: right 0.4s ease;
    z-index: 99;
    right: 0;
  }

 

  /* Hamburger transform to 'X' when active */
  .menu-toggle.active .hamburger {
    background: transparent;
  }
  
  .menu-toggle.active .hamburger::before {
    transform: rotate(45deg);
    top: 0;
  }
  
  .menu-toggle.active .hamburger::after {
    transform: rotate(-45deg);
    bottom: 0;
  }
}


  /* --------------------------------------------------------------------------------------------------- HERO ---------- */
  .hero{
    position:relative; overflow:hidden;
    background:
      /*radial-gradient(1100px 500px at 15% -10%, #dbe9fb 0%, transparent 60%),
      var(--canvas);*/
      white;
 

    padding:64px 0 90px;
    width: 100%;  
  /* The gradient goes first (on top), followed by the background image */
    background: 
    linear-gradient(
      to right, 
      rgb(255, 255, 255) 0%,       /* Solid black on the far left */
      rgba(255, 255, 255, 0.8) 70%,    /* Still quite dark for text readability */
      rgba(255, 255, 255, 0.5) 100%    /* Fades to semi-transparent black on the right */
    ),
    url('heroimg.webp'); /* Replace with your actual image path */

  /* Ensure the image scales nicely */
    background-size: cover;
    background-position: center;
  }

  @media (max-width: 768px) {
    .hero{
    background:url('') !important; 
    }
  }
  

  .hero-grid{
    display:grid; grid-template-columns:1.05fr .95fr; gap:56px; align-items:center;
  }
  .eyebrow{
    display:inline-flex; 
    align-items:center; 
    gap:8px;
    background:#fff; 
    border:1px solid var(--line);
    padding:8px 16px; 
    border-radius:999px;
    font-size:13px; 
    font-weight:600; 
    color:var(--blue-700);
    box-shadow:0 2px 8px rgba(15,47,92,.05);
    margin-bottom:26px;
  }
  /*.eyebrow::before{
    content:""; width:7px; height:7px; border-radius:50%; background:var(--amber);
  }*/
  .hero h1{
    font-size:52px; line-height:1.08; font-weight:600; letter-spacing:-1px;
    color:var(--ink);
  }
  .hero h1{
    display:block; 
    color: /*var(--blue-600)* #10367D */ #10367D; 
    /*font-style:italic; */
    font-weight:600;
  }

  .hero-subtitle{
    font-size: 20px;
  }


  .hero p{
    margin-top:22px; font-size:17px; line-height:1.65; color:var(--slate); max-width:480px;
  }
  .hero-actions{ display:flex; gap:14px; margin-top:34px; }
  .btn-primary{
    background: /*var(--blue-600)* #10367D*/ #10367D; 
    color:#EBEBEB; 
    padding:14px 28px; 
   /* border-radius:9px;*/
    font-weight:600; 
    font-size:15px;
    box-shadow:0 8px 20px rgba(37,99,201,.28);
    transition:transform .15s ease;
  }
  .btn-primary:hover{ transform:translateY(-2px); }
  .btn-secondary{
    background:#fff; 
    color:var(--ink); 
    padding:14px 28px; 
    /*border-radius:9px;*/
    font-weight:600; 
    font-size:15px; 
    border:1px solid var(--line);
    transition:border-color .15s ease;
  }
  .btn-secondary:hover{ border-color:var(--blue-500); color:var(--blue-700); }

  .hero-stats{ display:flex; gap:40px; margin-top:52px; }
  .hero-stats strong{
    font-family: "Albert Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    color:var(--ink);
  }
  .hero-stats span{ font-size:13px; color:var(--slate-light); font-weight:500; }

  .hero-art{ position:relative; }
  .hero-photo{
display: none;
}
   /* border-radius:22px;*
   overflow:hidden; 
   aspect-ratio:4/4.4;
    background:
      linear-gradient(160deg, #0f2f5c 0%, #1a4d8f 45%, #2f6fc4 100%);
    position:relative;
    /*box-shadow:0 30px 60px -20px rgba(15,47,92,.35);*

   background-image: url('heroimg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
  
  .hero-photo::before{
    content:"";
    position:absolute; inset:0;
    background-image:
      radial-gradient(circle at 30% 20%, rgba(255,255,255,.12), transparent 40%),
      repeating-linear-gradient(115deg, rgba(255,255,255,.04) 0 2px, transparent 2px 26px);
  }
  .hero-photo-icon{
    position:absolute; inset:0; display:flex; align-items:center; justify-content:center;
    color:rgba(255,255,255,.85); font-size:88px;
  }
  .float-card{
    position:absolute; background:#fff; border-radius:14px;
    padding:12px 16px; box-shadow:0 16px 32px rgba(15,47,92,.18);
    display:flex; align-items:center; gap:10px; font-size:13px; font-weight:600;
  }
  .float-card.top{ top:22px; left:-24px; }
  .float-card.bottom{ bottom:26px; right:-20px; text-align:left; }
  .float-card .dot{
    width:36px; height:36px; border-radius:10px; background:var(--blue-050);
    display:flex; align-items:center; justify-content:center; color:var(--blue-600); font-size:16px;
  }
  .float-card small{ display:block; color:var(--slate-light); font-weight:500; font-size:11px; margin-top:2px;}

  @media screen and (max-width: 768px) {
    .nav-cta{ padding:8px 20px; font-size:14px; }
    .hero-art{ display:none; }
    .float-card{ position:relative; top:auto; left:auto; bottom:auto; right:auto; margin-top:16px; }
    .hero{ padding:48px 0 64px; }
    .hero-grid{ grid-template-columns:1fr; gap:36px; }
    .hero-art{ order:-1; max-width:340px; margin:0 auto; }
    .hero h1{ font-size:30px !important; }
    .hero p{ font-size:13px;}
    .btn-primary, .btn-secondary{ padding:12px 20px; font-size:14px; }
    .eyebrow{ font-size:10px; padding:6px 14px; }
  }

  /* ------------------------------------------------------------------------------------------------- STAT BAR ---------- */
  .statbar{
    background:linear-gradient(90deg, var(--blue-700), /*var(--blue-600)*/ #10367D);

    font-family: "Albert Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
  }
  .statbar .wrap{
    display:grid; grid-template-columns:repeat(4,1fr);
    padding:38px 32px;
  }
  .statbar .stat{ text-align:center; color:#fff; border-right:1px solid rgba(255,255,255,.18); }
  .statbar .stat:last-child{ border-right:none; }
  .statbar strong{ display:block; 
font-family: "Albert Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: x-large; color:#fff;
 }
  .statbar span{ font-size:13px; color:#cfe0f7; font-weight:500; }


  /* ------------------------------------------------------------------------------------------------ SECTION HEADERS --- */
  .section{ padding:96px 0; }
  .section.tight{ padding-top:88px; }
  .section-head{ text-align:center; max-width:620px; margin:0 auto 56px; }
  .kicker{
    display:inline-block; font-size:12.5px; font-weight:700; letter-spacing:1.4px;
    text-transform:uppercase; color:var(--blue-600); margin-bottom:14px;
  }
  .section-head h2{ font-size:34px; font-weight:600; letter-spacing:-.5px; color:var(--ink); }
  .section-head p{ margin-top:14px; color:var(--slate); font-size:16px; line-height:1.6; }

/* -------------------------------------------------------------------------------------------------------- why us  ----- */

.achievement-section {
  padding: 80px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.achievement-container {
  max-width: 1200px;
  width: 100%;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 64px;
  align-items: center;
}

/* Content Layout */
.content-side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.subtitle {
  font-size: 14px;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}

.title {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 24px;
  max-width: 500px;

  letter-spacing: 0.5px;

  color: #10367D; 
  font-style:italic; 
  font-weight:600;

  font-size:52px; 
  line-height:1.08; 
  font-weight:600; 
  letter-spacing:-1px;
}

.description {
  color: #64748b;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 32px;
}

/* Stats Cards Grid */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
      font-family: "Albert Sans", sans-serif;

}

.stat-card {
  border: 1px solid #e2e8f0;
  /*border-radius: 12px;*/
  padding: 24px;
  background: #ffffff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.stat-card h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #4f46e5;
}



.stat-card p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {

  .stat-card h3{

    font-size: 20px;
    text-align: center;
  }

  .stat-card p {

    text-align: center;
}
}

/* Interactive Elements */
.btn-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #eeeffe;
  color: #4f46e5;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 8px;
  transition: background-color 0.2s ease;
}

.btn-read-more:hover {
  background-color: #e0e2ff;
}

/* Decorative Desktop Image Panel */
.image-side {
  position: relative;
  display: flex;
  justify-content: flex-end;
  height: 100%;
}

.image-wrapper {
  position: relative;
  width: 90%;
  height: 520px;
}

/* The soft gray background box element offset behind the photo */
.image-wrapper::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  height: 100%;
  background-color: #f1f5f9;
  /*border-radius: 32px;*/
  z-index: 1;
}

.image-wrapper img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*border-radius: 28px;*/
  z-index: 2;
  box-shadow: 0 20px 40px -15px rgba(0,0,0,0.08);
}

/* Responsive Styles for Tablet & Mobile Layouts */
@media (max-width: 991px) {
  .achievement-container {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  
  .content-side {
    align-items: center;
    text-align: center;
  }
  
  .title {
    max-width: 100%;
    font-size: 30px;
  }

  .stats-grid {
    grid-template-columns: 1fr; /* Stacks cards linearly */
  }

  .stat-card {
    text-align: left;
  }

  .btn-read-more {
    width: 100%;
    justify-content: center;
  }

  .image-side {
    justify-content: center;
    
  }

  .image-wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  /* Disables the offset background effect on narrow screens */
  .image-wrapper::before {
    display: none;
  }
  
  .image-wrapper img {
    border-radius: 20px;
  }
}

/* ---------- PROGRAM CARDS ---------- */
  .programs{  background: var(--canvas); }
  .program-grid{
    display:grid; grid-template-columns:repeat(3,1fr); gap:24px;
  }

  .program-card{
    background:#fff; 
    border:1px solid var(--line); 
    /*border-radius:16px;*/ 
    padding:32px;
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  }

  .program-card:hover{
    transform:translateY(-4px); box-shadow:0 20px 40px -18px rgba(15,47,92,.22);
    border-color:var(--blue-500);
  }
  .program-icon{
    /*width:300px; height:200px; */ 
    
    width:100%;
    max-width:300px;
    height:200px;

    margin:0 auto 20px;border-radius:12px; background:var(--blue-050);
    display:flex; align-items:center; justify-content:center; font-size:22px; color:var(--blue-600);
    margin-bottom:20px;
  }

  .program-icon img{
    width:100%;
    height:100%;
    object-fit: cover;
    /*border-radius: 12px;*/
  }


  .program-meta{ display:flex; gap:14px; font-size:12.5px; color:var(--slate-light); font-weight:600; margin-bottom:10px; }
  .program-card h3{ font-size:19px; font-weight:600; margin-bottom:10px; color:var(--ink); }
  .program-card p{ font-size:14.5px; line-height:1.6; color:var(--slate); margin-bottom:18px; }
  .program-link{ font-size:14px; font-weight:700; color:var(--blue-600); display:inline-flex; align-items:center; gap:6px; }
  .program-link .arrow{ transition:transform .15s ease; }
  .program-card:hover .program-link .arrow{ transform:translateX(4px); }

  /* ------------------------------------------------------------------------------------------------------------------------ NEWS ---------- */
  .news-head{
    display:flex; 
    align-items:flex-end; 
    justify-content:space-between; 
    margin-bottom:44px;
  }
  .news-head .kicker{ margin-bottom:10px; }
  .news-head h2{ font-size:30px; font-weight:600; letter-spacing:-.5px; }
  .news-all{ font-size:14px; font-weight:700; color:var(--blue-600); white-space:nowrap; }
  .news-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
  .news-card{
    border:1px solid var(--line); /*border-radius:16px;*/ overflow:hidden; background:#fff;
    transition:box-shadow .18s ease, transform .18s ease;
  }
  .news-card:hover{ box-shadow:0 20px 40px -18px rgba(15,47,92,.2); transform:translateY(-3px); }
  .news-thumb{
    aspect-ratio:16/10; position:relative;
    display:flex; align-items:center; justify-content:center; color:#fff; font-size:34px;
  }
  .news-thumb.n1{ background:linear-gradient(150deg,#1a4d8f,#3b7ddb); }
  .news-thumb.n2{ background:linear-gradient(150deg,#0f2f5c,#2563c9); }
  .news-thumb.n3{ background:linear-gradient(150deg,#2f6fc4,#0f2f5c); }
  .news-tag{
    position:absolute; top:14px; left:14px; background:rgba(255,255,255,.94); color:var(--blue-700);
    font-size:11.5px; font-weight:700; padding:5px 12px; border-radius:999px;
  }
  .news-body{ padding:22px 22px 26px; }
  .news-date{ font-size:12.5px; color:var(--slate-light); font-weight:600; margin-bottom:10px; }
  .news-card h3{ font-size:16.5px; font-weight:600; line-height:1.4; margin-bottom:10px; color:var(--ink); }
  .news-card p{ font-size:13.5px; color:var(--slate); line-height:1.6; }

  /* ------------------------------------------------------------------------------------------------------------------------ CONTACT ---------- */
  .contact{ background:var(--canvas); }
  .contact-grid{
    display:grid; grid-template-columns:.9fr 1.1fr; gap:56px; align-items:start;
  }
  .contact-info h2{ font-size:32px; font-weight:600; letter-spacing:-.5px; margin-bottom:16px; }
  .contact-info > p{ font-size:15.5px; color:var(--slate); line-height:1.65; margin-bottom:34px; max-width:420px; }
  .contact-item{ display:flex; gap:16px; margin-bottom:26px; }
  .contact-item .dot{
    width:44px; height:44px; border-radius:11px; background:var(--blue-050);
    display:flex; align-items:center; justify-content:center; color:var(--blue-600);
    font-size:18px; flex-shrink:0;
  }
  .contact-item h4{ font-size:14.5px; font-weight:700; margin-bottom:4px; color:var(--ink); }
  .contact-item p{ font-size:14px; color:var(--slate); line-height:1.55; }
  .contact-item a{ color:var(--slate); transition:color .15s ease; }
  .contact-item a:hover{ color:var(--blue-600); }

  .contact-form{
    background:#fff; border:1px solid var(--line); border-radius:18px; padding:38px;
    box-shadow:0 20px 50px -30px rgba(15,47,92,.25);
  }
  .form-row{ display:grid; grid-template-columns:1fr 1fr; gap:18px; }
  .field{ margin-bottom:20px; }
  .field label{ display:block; font-size:13px; font-weight:600; color:var(--ink); margin-bottom:8px; }
  .field input, .field textarea{
    width:100%; border:1px solid var(--line); border-radius:9px; padding:12px 14px;
    font-family:'Inter',sans-serif; font-size:14.5px; color:var(--ink);
    background:var(--canvas); transition:border-color .15s ease, background .15s ease;
  }
  .field input:focus, .field textarea:focus{
    outline:none; border-color:var(--blue-500); background:#fff;
  }
  .field textarea{ resize:vertical; min-height:110px; }
  .contact-form .btn-primary{ width:100%; border:none; cursor:pointer; text-align:center; }

  /* ---------- MAP ---------- */
  .map-section{ padding-top:0; }
  .map-frame{
    /*border-radius:18px;*/ overflow:hidden; border:1px solid var(--line);
    box-shadow:0 20px 50px -30px rgba(15,47,92,.25);
  }
  .map-frame iframe{ width:100%; height:420px; border:0; display:block; }

  /* ---------- FOOTER ---------- *
  footer{ background:var(--blue-900); color:#cfe0f7; padding-top:72px; }
  .foot-grid{
    display:grid; grid-template-columns:1.3fr 1fr 1fr 1.1fr; gap:40px;
    padding-bottom:52px; padding-top: 40px; border-bottom:1px solid rgba(255,255,255,.12);
  }
  footer .brand{ color:#fff; margin-bottom:16px; }
  footer .brand-mark{ background:rgb(255, 255, 255); }
  .foot-about p{ font-size:14px; line-height:1.7; color:#9db6de; max-width:280px; }
  .foot-social{ display:flex; gap:10px; margin-top:22px; }
  .foot-social a{
    width:36px; height:36px; border-radius:9px; background:rgba(255,255,255,.08);
    display:flex; align-items:center; justify-content:center; font-size:14px;
    color:#cfe0f7; transition:background .15s ease, color .15s ease;
  }
  .foot-social a:hover{ background:var(--blue-600); color:#fff; }
  .foot-col h4{ font-size:14px; font-weight:700; color:#fff; margin-bottom:18px; letter-spacing:.2px; }
  .foot-col ul li{ margin-bottom:12px; }
  .foot-col ul a{ font-size:14px; color:#9db6de; transition:color .15s ease; }
  .foot-col ul a:hover{ color:#fff; }
  .foot-bottom{
    display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:14px;
    padding:26px 0;
  }
  .foot-note{ font-size:13px; color:#7fa0cf; }
  .foot-legal{ display:flex; gap:24px; }
  .foot-legal a{ font-size:13px; color:#7fa0cf; }
  .foot-legal a:hover{ color:#fff; }

  /* ---------- RESPONSIVE ---------- */
  @media (max-width:900px){
    .hero-stats{ display:none; }
    .hero-grid{ grid-template-columns:1fr; }
    .hero h1{ font-size:38px; }
    .hero-art{ order:-1; max-width:340px; margin:0 auto; }
    .statbar .wrap{ grid-template-columns:repeat(2,1fr); row-gap:24px; }
    .statbar .stat{ border-right:none; }
    .program-grid, .news-grid{ grid-template-columns:1fr; }
    .news-head{ flex-direction:column; align-items:flex-start; gap:10px; }
    .wrap{ padding:0 20px; }
    .contact-grid{ grid-template-columns:1fr; }
    .contact-form{ padding:26px; }
    .form-row{ grid-template-columns:1fr; gap:0; }
    .map-frame iframe{ height:300px; }
    .foot-grid{ grid-template-columns:1fr 1fr; row-gap:36px; }
    .foot-bottom{ flex-direction:column; align-items:flex-start; }
  }
  @media (max-width:520px){
    .foot-grid{ grid-template-columns:1fr; }
  }


  /* ---------- single page modules ---------- */

 :root{
    --navy:#0d2a4a;
    --navy-deep:#081b30;
    --blue:#1f6fa8;
    --blue-dark:#155380;
    --ink:#1c2b3a;
    --muted:#5b6b7a;
    --bg:#f4f7fa;
    --card-border:#dfe7ee;
  }

  /* Top bar */
  .topbar{
    background:var(--navy-deep);
    color:#cfe0ef;
    font-size:12px;
    padding:6px 24px;
    display:flex;
    justify-content:flex-end;
    gap:18px;
  }

  /* Title banner */
  .title-banner{
    background:var(--blue);
    color:#fff;
    text-align:center;
    padding:16px 20px;
    font-size:22px;
    font-weight:700;
    letter-spacing:0.5px;
  }

  .hmain{
    max-width:1200px;
    margin:0 auto;
    padding:30px 24px 60px;
  }

  /* Top section: image + description */
  .top-section{
    display:grid;
    grid-template-columns:340px 1fr;
    gap:30px;
    align-items:start;
  }
  .program-visual{
    border:1px solid var(--card-border);
    background:#fff;
    border-radius:6px;
    padding:14px;
    box-shadow:0 1px 4px rgba(13,42,74,0.08);
  }
  .program-visual svg{width:100%;height:auto;display:block;}

  .desc-panel h2{
    color:var(--blue-dark);
    font-size:20px;
    margin:0 0 10px;
    text-transform:uppercase;
    letter-spacing:0.5px;
  }
  .desc-panel h3{
    color:var(--blue);
    font-size:16px;
    margin:0 0 12px;
  }
  .desc-panel p{
    color:var(--ink);
    line-height:1.65;
    margin:0 0 14px;
  }
  .meta-line{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:14px;
    color:var(--muted);
    margin-bottom:6px;
  }
  .meta-line strong{color:var(--ink);}

  section.info-block{
    margin-top:32px;
  }
  section.info-block h3{
    color:var(--blue-dark);
    font-size:16px;
    text-transform:uppercase;
    letter-spacing:0.5px;
    border-bottom:2px solid var(--blue);
    padding-bottom:8px;
    margin-bottom:14px;
  }
  section.info-block ul{
    margin:0;
    padding-left:20px;
    color:var(--ink);
  }
  section.info-block li{
    margin-bottom:9px;
    line-height:1.5;
  }
  section.info-block li strong{color:var(--blue-dark);}

  .admission-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:8px 30px;
  }
  .admission-list li{list-style:disc;}

  /* Modules */
  .modules-title{
    text-align:center;
    color:var(--blue-dark);
    letter-spacing:1px;
    text-transform:uppercase;
    font-size:18px;
    margin:44px 0 22px;
  }
  .modules-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
  }
  .semester-card{
    border:1px solid var(--card-border);
    border-radius:6px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 1px 4px rgba(13,42,74,0.06);
  }
  .semester-head{
    background:var(--navy);
    color:#fff;
    font-weight:700;
    font-size:14px;
    padding:10px 16px;
    letter-spacing:0.5px;
  }
  .semester-card ul{
    list-style:none;
    margin:0;
    padding:0;
  }
  .semester-card li{
    padding:9px 16px;
    font-size:13.5px;
    color:var(--muted);
    border-bottom:1px solid #eef2f6;
  }
  .semester-card li:last-child{border-bottom:none;}
  .semester-card li span.code{
    color:var(--blue-dark);
    font-weight:700;
    margin-right:6px;
  }

  footer{
    background:var(--navy-deep);
    color:#9fb6cc;
    text-align:center;
    font-size:12px;
    padding:16px;
  }

  @media (max-width:800px){
    .top-section{grid-template-columns:1fr;}
    .modules-grid{grid-template-columns:1fr;}
    .admission-list{grid-template-columns:1fr;}
    nav ul{flex-wrap:wrap;gap:14px;}
    .header-inner{flex-direction:column;gap:12px;align-items:flex-start;}
  }






.error-message {
  display: none;
  color: #e2483a;
  font-size: 12.5px;
  margin-top: 5px;
}
.field.error .error-message { display: block; }
 
.field.error input,
.field.error textarea {
  border-color: #e2483a;
}
 
.form-status {
  margin-top: 14px;
  font-size: 14px;
  text-align: center;
  display: none;
  padding: 10px;
  border-radius: 8px;
}
.form-status.success {
  display: block;
  background: #e7f8ee;
  color: #1e7e42;
}
.form-status.failure {
  display: block;
  background: #fdeceb;
  color: #c0392b;
}


/*-------------------------- load ----------------------*/

:root {
    --skel-base: #e9eaec;
    --skel-highlight: #f5f5f6;
  }
 
  /* Prevents flash of unstyled real content before JS runs */
  html.is-loading #real-header,
  html.is-loading #real-hero {
    display: none;
  }
 
  html:not(.is-loading) #skeleton-loader {
    display: none;
  }
 
  #skeleton-loader {
    font-family: 'Inter', sans-serif;
    background: #fff;
    opacity: 1;
    transition: opacity 0.35s ease;
  }
 
  #skeleton-loader.fade-out {
    opacity: 0;
  }
 
  .skel {
    background: linear-gradient(100deg, var(--skel-base) 30%, var(--skel-highlight) 50%, var(--skel-base) 70%);
    background-size: 300% 100%;
    animation: skel-shimmer 1.6s ease-in-out infinite;
    border-radius: 6px;
  }
 
  @keyframes skel-shimmer {
    0% { background-position: 100% 0; }
    100% { background-position: -100% 0; }
  }
 
  @media (prefers-reduced-motion: reduce) {
    .skel { animation: none; opacity: 0.85; }
  }
 
  /* ---- skeleton nav (mirrors .nav) ---- */
  .skel-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 40px;
  }
 
  .skel-logo {
    width: 130px;
    height: 34px;
  }
 
  .skel-nav-links {
    display: flex;
    gap: 32px;
  }
 
  .skel-nav-link {
    width: 70px;
    height: 14px;
    border-radius: 4px;
  }
 
  .skel-cta {
    width: 120px;
    height: 40px;
    border-radius: 20px;
  }
 
  /* ---- skeleton hero (mirrors .hero / .hero-grid) ---- */
  .skel-hero {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 40px 100px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    align-items: center;
  }
 
  .skel-eyebrow {
    width: 260px;
    height: 16px;
    border-radius: 4px;
    margin-bottom: 20px;
  }
 
  .skel-h1-line {
    height: 46px;
    border-radius: 8px;
    margin-bottom: 14px;
  }
 
  .skel-h1-line.l1 { width: 90%; }
  .skel-h1-line.l2 { width: 70%; }
  .skel-h1-line.l3 { width: 50%; }
 
  .skel-p-line {
    height: 14px;
    border-radius: 4px;
    margin-bottom: 10px;
  }
 
  .skel-p-line.w1 { width: 100%; }
  .skel-p-line.w2 { width: 96%; }
  .skel-p-line.w3 { width: 60%; }
 
  .skel-hero-actions {
    display: flex;
    gap: 16px;
    margin: 28px 0 40px;
  }
 
  .skel-btn-primary {
    width: 150px;
    height: 48px;
    border-radius: 24px;
  }
 
  .skel-btn-secondary {
    width: 180px;
    height: 48px;
    border-radius: 24px;
  }
 
  .skel-hero-stats {
    display: flex;
    gap: 40px;
  }
 
  .skel-stat {
    width: 70px;
    height: 40px;
    border-radius: 6px;
  }
 
  .skel-hero-art {
    height: 380px;
    border-radius: 16px;
  }
 
  @media (max-width: 900px) {
    .skel-hero {
      grid-template-columns: 1fr;
    }
    .skel-hero-art {
      height: 240px;
      order: -1;
    }
    .skel-nav-links {
      display: none;
    }
  }
 
  @media (max-width: 600px) {
    .skel-nav { padding: 20px; }
    .skel-hero { padding: 40px 20px 60px; }
    .skel-hero-actions { flex-direction: column; }
    .skel-btn-primary, .skel-btn-secondary { width: 100%; }
  }


.card, .nav-menu {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.04);
}


/*----------------------------------------------------------------------*/

 .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
        .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
            width: 16px !important;
            height: 4px !important;
            border-radius: 5px !important;
            margin: 0 6px !important;
        }

        .swiper-pagination {
            bottom: 2px !important;
        }

        .swiper-wrapper {
            height: max-content !important;
            width: max-content !important;
            padding-bottom: 64px;
        }

        .swiper-pagination-bullet-active {
            background: #4F46E5 !important;
        }
        
        .swiper-slide.swiper-slide-active>.slide_active\:border-indigo-600 {
            --tw-border-opacity: 1;
            border-color: rgb(79 70 229 / var(--tw-border-opacity));
        }

        .swiper-slide.swiper-slide-active>.group .slide_active\:text-gray-800 {
            ---tw-text-opacity: 1;
            color: rgb(31 41 55 / var(--tw-text-opacity));
        }

/* ===============================----------------------------------------------------------------------   ARTICLE DETAILS PAGE------------------*/

.article-page {
    padding: 120px 20px 80px;
    background: var(--paper);
    min-height: 100vh;
}

.article-page .wrap {
    max-width: 1200px;
    margin: auto;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    /*box-shadow: 0 15px 40px rgba(0,0,0,.08);*/
}

/* ===============================
   IMAGE
================================== */

.article-image {
    width: 100%;
    height: 400%;
    object-fit: cover;
    display: block;
    background: #e5e7eb;
}

/* ===============================
   CONTENT
================================== */

.article-page .wrap > *:not(.article-image) {
    padding-left: 50px;
    padding-right: 50px;
}

.article-category {
    display: inline-block;
    margin-top: 40px;
    padding: 8px 18px;
    background: #0f766e;
    color: #fff;
    border-radius: 50px;
    font-size: .85rem;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.article-title,
#article-title {
    margin: 25px 0 15px;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.2;
    color: #0f172a;
}

.article-date {
    color: #64748b;
    font-size: .95rem;
    margin-bottom: 30px;
}

#article-description {
    font-size: 1.2rem;
    line-height: 1.9;
    color: #334155;
    font-weight: 500;
    margin-bottom: 35px;
    padding-left: 20px;
    border-left: 4px solid #0f766e;
}

/* ===============================
   ARTICLE BODY
================================== */

.article-content {
    font-size: 1.05rem;
    line-height: 2;
    color: #475569;
    margin-bottom: 50px;
}

.article-content p {
    margin-bottom: 22px;
}

.article-content h2,
.article-content h3 {
    color: #0f172a;
    margin: 35px 0 18px;
}

.article-content ul,
.article-content ol {
    padding-left: 25px;
    margin-bottom: 25px;
}

.article-content img {
    width: 100%;
    border-radius: 15px;
    margin: 30px 0;
}

/* ===============================
   BACK BUTTON
================================== */

.article-page a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 50px;
    color: #0f766e;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
    margin-top: 15px;
}

.article-page a:hover {
    color: #115e59;
    transform: translateX(-5px);
}

/* Arabic mode */
body.rtl {
    direction: rtl;
    text-align: right;
    font-family: /*"Cairo"*/ "Tajawal", sans-serif;
}

body.rtl .article-category {
    margin-right: 0;
    margin-left: auto;
}

body.rtl #article-description {
    border-left: none;
    border-right: 4px solid #0f766e;
    padding-left: 0;
    padding-right: 20px;
}

body.rtl .article-content {
    text-align: right;
}

body.rtl .article-page a {
    justify-content: flex-end;
}


/* ===============================
   RESPONSIVE
================================== */

@media (max-width: 768px) {

  .article-page {
    padding: 0px 0px 0px !important;
    
}
    .article-image {
        height: 260px;
    }

    .article-page .wrap > *:not(.article-image) {
        padding-left: 25px;
        padding-right: 25px;
    }

    #article-title {
      font-size:1rem; 
      font-weight:600; 
      letter-spacing:-.5px;
    }

    #article-description {
      font-size: 0.85rem;
        width: 100% !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .article-content {
        font-size: 0.85rem !important;
        width: 100% !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .article-image {
      margin-left: 0px !important;
      margin-right: 0px !important;
}

.article-page a {
    margin-top: 40px;
}
} 


/*-*------------------------------ 404 PAGE ----------------------*/

/* ===============================
   WHY ISPPO
================================ */

.why-smk {
    background: #fff;
}

.why-header {
    max-width: 620px;
    margin-bottom: 70px;
}

.why-header h2 {
    font-size: 3rem;
    font-weight: 600;
    /*color: #49A453;*/
    color: #10367D;
    margin-bottom: 25px;
}

.why-header p {
    color: var(--slate);
    font-size: 1.05rem;
    line-height: 1.9;
}

.why-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 70px 60px;
}

.why-item h3 {
    font-size: 3.4rem;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 12px;
    line-height: 1;
}

.why-item span {
    display: block;
    color: var(--ink);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
}

/* Tablet */

@media (max-width:991px){

    .why-stats{
        grid-template-columns:repeat(2,1fr);
        gap:50px 40px;
    }

    .why-header h2{
        font-size:2.5rem;
    }

    .why-item h3{
        font-size:3rem;
    }

}

/* Mobile */

@media (max-width:768px){

    .why-smk{
        padding:70px 0;
    }

    .why-header{
        margin-bottom:50px;
    }

    .why-header h2{
        font-size:2rem;
    }

    .why-header p{
        font-size:.95rem;
        line-height:1.8;
    }

    .why-stats{
        grid-template-columns:1fr;
        gap:35px;
    }

    .why-item h3{
        font-size:2.6rem;
    }

    .why-item span{
        font-size:.95rem;
    }

}


/*---------------------------------------------------------------------------------------------------------*/


/* ======================================
   INTRO SECTION
====================================== */

.intro-section{
    background:#fff;
    overflow:hidden;
}

.intro-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:0;
}

/* LEFT */

.intro-content{
    background:linear-gradient(90deg, var(--blue-700), /*var(--blue-600)*/ #10367D);
    color:#fff;
    padding:90px 80px;
    min-height:560px;

    display:flex;
    flex-direction:column;
    justify-content:center;
}

.intro-content h2{
    font-size:5rem;
    font-weight:300;
    margin-bottom:45px;
    letter-spacing:-2px;
}

.intro-content p{
    max-width:500px;
    font-size:1.05rem;
    line-height:2;
    font-weight:400;
}

/* RIGHT */

.intro-image{
    height:560px;
}

.intro-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* Decorative blocks */

.intro-icons{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:-55px;
    position:relative;
    z-index:3;
}

.icon{
    width:120px;
    height:120px;

    display:flex;
    justify-content:center;
    align-items:center;

    font-size:3rem;
}

.black{
    background:#000;
    color:#ffc329;
}

.white{
    background:#f5f5f5;
    color:#1841a3;
}

.red{
    background:#49A453;
    color:#fff;
}

.blue{
    background:#3042f0;
    position:relative;
}

.blue::before{
    content:"";
    position:absolute;
    left:0;
    bottom:40px;
    width:40px;
    height:40px;
    background:#fff;
    box-shadow:40px -40px #fff;
}

.yellow{
    background:#f7b81f;
    color:#fff;
}

.yellow i{
    color:#fff;
}

/* Checker */

.checker{
    background:
    linear-gradient(90deg,#fff 50%,#000 50%),
    linear-gradient(#000 50%,#fff 50%);
    background-size:40px 40px;
}

/* =========================
   MOBILE
========================= */

@media (max-width:768px){

    .intro-grid{
        display:flex;
        flex-direction:column;
    }

    /* Image first */
    .intro-image{
        order:1;
        width:100%;
        height:260px;
    }

    .intro-image img{
        width:100%;
        height:100%;
        object-fit:cover;
    }

    /* Icons second */
    .intro-icons{
        order:2;
        justify-content:flex-start;
        margin-top:0;
        margin-bottom:20px;
        flex-wrap:nowrap;
        overflow-x:auto;
    }

    .icon{
        width:58px;
        height:58px;
        flex-shrink:0;
        font-size:1.3rem;
    }

    /* Text last */
    .intro-content{
        order:3;
        min-height:auto;
        padding:32px 22px;
    }

    .intro-content h2{
        font-size:2.2rem;
        margin-bottom:18px;
    }

    .intro-content p{
        font-size:.9rem;
        line-height:1.7;
    }

}


/*--------------------------------------------------------------------------------------admision in about page-----------------*/


/* =====================================
   ADMISSION BANNER
===================================== */

.admission-banner{
    padding:80px 0;
}

.admission-card{
    position:relative;
    height:260px;
    /*border-radius:18px;*/
    overflow:hidden;

    background:url("heroimg.webp") center/cover no-repeat;
}

.admission-overlay{
    position:absolute;
    inset:0;

    background:rgba(0,0,0,.35);
}

.admission-content{
    position:absolute;
    inset:0;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    text-align:center;
    color:#fff;
    z-index:2;
}

.admission-content h2{
    font-size:2.8rem;
    font-weight:600;
    margin-bottom:15px;
}

.admission-content p{
    font-size:1.15rem;
    margin-bottom:30px;
    opacity:.95;
}

.admission-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:14px 34px;

    background:#49A453;
    color:#fff;

    border-radius:8px;

    font-size:1rem;
    font-weight:600;

    transition:.3s;
}

.admission-btn:hover{
    background:#e43d47;
    transform:translateY(-2px);
}


@media (max-width:768px){

    .admission-banner{
        padding:50px 0;
    }

    .admission-card{
        height:180px;
        border-radius:12px;
    }

    .admission-content h2{
        font-size:1.6rem;
        margin-bottom:8px;
    }

    .admission-content p{
        font-size:.95rem;
        margin-bottom:18px;
    }

    .admission-btn{
        padding:11px 22px;
        font-size:.85rem;
        border-radius:6px;
    }

}

.subname{
    letter-spacing:-2px;
    font-size:2rem;
    font-weight:300;

    width:100%;
    padding:25px;
    text-align:center;
    background:linear-gradient(90deg, var(--blue-700), /*var(--blue-600)*/ #10367D);
    color:#fff;
    /*font-size:25px;
    font-weight:700;*/
}

@media (max-width:768px){
  .subname{
    padding: 20px;
    font-size: 22px;
  }  
}

/*admition page */

/*==========================
        FAQ
===========================*/

.faq-container{
    display:grid;
    grid-template-columns:420px 1fr;
    gap:40px;
}

.faq-list{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.faq-item{
    background:#f3f3f3;
}

.faq-question{
    width:100%;
    border:none;
    background:none;
    cursor:pointer;

    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:30px;

    font-size:22px;
    font-weight:600;

    color:#111;
}

.faq-icon{
    font-size:48px;
    font-weight:300;
    line-height:1;
    transition:.3s;
}

.faq-item.active{
    background:#49A453;
}

.faq-item.active .faq-question{
    color:#fff;
}

.faq-item.active .faq-icon{
    transform:rotate(45deg);
}

.faq-answer{
    display:none;
}

.faq-content{
    display:flex;
}

.faq-display{
    width:100%;
    background:#49A453;
    color:#fff;

    padding:45px;

    font-size:20px;
    line-height:1.8;
}


@media (max-width:900px){

    .faq-container{
        display:block;
    }

    /* Hide desktop content panel */
    .faq-content{
        display:none;
    }

    .faq-list{
        gap:12px;
    }

    .faq-question{
        padding:22px;
        font-size:18px;
    }

    .faq-icon{
        font-size:34px;
    }

    /* Show answer below active question */
    .faq-answer{
        display:none;
        padding:0 22px 22px;
        background:#49A453;
        color:#fff;
        line-height:1.8;
        font-size:15px;
    }

    .faq-item.active .faq-answer{
        display:block;
    }

    .faq-item.active{
        background:#49A453;
    }

    .faq-item.active .faq-question{
        color:#fff;
    }
}















/* ==========================================================================
   ADMISSION & PROGRAM PAGE EXTENSIONS
   ========================================================================== */

/* Hero Quick Bar Overlay (Edubin Style) */
.hero-quick-bar {
  background: var(--blue-900);
  border-radius: 12px;
  padding: 24px;
  color: #fff;
  box-shadow: 0 16px 36px rgba(15, 47, 92, 0.18);
  margin-top: 20px;
}

.quick-bar-header h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 16px;
}

.quick-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.quick-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 10px;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.quick-card:hover {
  transform: translateY(-4px);
  filter: brightness(1.1);
}

.quick-card i {
  font-size: 24px;
  margin-bottom: 8px;
}

.quick-card span {
  font-size: 13px;
  font-weight: 600;
}

.card-green { background-color: #49A453; }
.card-amber { background-color: var(--amber); }
.card-blue  { background-color: var(--blue-600); }

/* Key Dates Box */
.upcoming-events-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.04);
}

.upcoming-events-card h3 {
  font-size: 20px;
  color: var(--blue-900);
  margin-bottom: 18px;
  border-bottom: 2px solid var(--amber);
  display: inline-block;
  padding-bottom: 4px;
}

.event-items {
  list-style: none;
}

.event-items li {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.event-items li:last-child {
  border-bottom: none;
}

.event-items strong {
  color: var(--ink);
  font-size: 15px;
  display: block;
}

.event-items p {
  font-size: 13px;
  color: var(--slate);
  margin-top: 4px;
}

/* Dual CTA Banner */
/*.grid-2-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}*/

.cta-banner-card {
  background: var(--blue-900);
  color: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(15, 47, 92, 0.12);

}

.cta-banner-card.cta-secondary {
  background: var(--blue-700);
}

.cta-banner-card h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 40px;
}

.cta-banner-card p {
  font-size: 15px;
  color: #cfe0f7;
  margin-bottom: 60px;
  line-height: 1.5;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .quick-cards {
    grid-template-columns: 1fr;
  }
  .grid-2-cta {
    grid-template-columns: 1fr;
  }
}












/* ---------- FULLY RESPONSIVE FOOTER ---------- */

.site-footer {
  background: var(--paper);
  color: var(--ink);
  padding: 32px 0 40px;
  border-top: 1px solid var(--line);
  font-family: "Albert Sans", sans-serif;
  width: 100%;
}

/* --- Top Utility Bar --- */
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
  gap: 20px;
}

.footer-sub-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 28px;
}

.footer-sub-links a {
  font-size: 13.5px;
  color: var(--slate);
  font-weight: 500;
  transition: color 0.2s ease;
  display: inline-block;
  padding: 4px 0;
}

.footer-sub-links a:hover {
  color: var(--blue-600);
}

.footer-social-icons {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-social-icons a {
  color: var(--slate);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.footer-social-icons a:hover {
  color: var(--ink);
  background-color: var(--canvas);
}

/* --- Bottom Main Navigation Bar --- */
.footer-bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
  gap: 24px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
}

.footer-brand .brand-icon {
  width: 40px;
  height: 40px;
  color: var(--ink);
}

.footer-brand .brand-name {
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.5px;
}

.footer-main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer-main-nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 32px;
}

.footer-main-nav a {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--slate);
  transition: color 0.2s ease;
  padding: 6px 0;
  display: inline-block;
}

.footer-main-nav a:hover {
  color: var(--ink);
}


/* --- Tablet Breakpoint (max-width: 820px) --- */
@media (max-width: 820px) {
  .footer-bottom-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .footer-main-nav {
    width: 100%;
    justify-content: space-between;
  }
}

/* --- Mobile Breakpoint (max-width: 580px) --- */
@media (max-width: 580px) {
  .site-footer {
    padding: 28px 0 36px;
  }

  .footer-top {
    flex-direction: column-reverse; /* Icons move above or below smoothly */
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .footer-sub-links {
    justify-content: center;
    gap: 12px 20px;
  }

  .footer-bottom-bar {
    align-items: center;
    text-align: center;
  }

  .footer-main-nav {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .footer-main-nav ul {
    justify-content: center;
    gap: 12px 20px;
  }
}