@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root{
  --blue:#008ac8; --blue-dark:#0068a4; --navy:#003a70; --red:#dc2626;
  --text:#1f2937; --muted:#6b7280; --bg:#f7f9fc; --white:#fff; --border:#e5e7eb;
  --shadow:0 12px 32px rgba(3,28,67,.08);
  --radius:16px;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;font-family:'Poppins',sans-serif;color:var(--text);background:var(--white)}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}

/* NAV */
.nav{position:fixed;top:0;left:0;right:0;height:64px;background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.06);z-index:100}
.nav__inner{max-width:1200px;margin:0 auto;height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 20px}
.brand{font-weight:600;color:var(--navy);font-size:22px;letter-spacing:.2px}
.brand__accent{color:var(--red)}
.brand--white{color:#fff}
.nav__links{display:flex;gap:18px}
.nav__link{padding:8px 12px;border-radius:10px;color:var(--navy)}
.nav__link--cta{color:var(--navy)}
.nav__mobileBtn{display:none;border:0;background:transparent;font-size:22px;color:var(--navy)}
.nav__drawer{display:none;position:fixed;top:64px;left:0;right:0;background:#fff;border-top:1px solid var(--border);  z-index: 99;}
.nav__drawer a{display:block;padding:14px 20px;border-bottom:1px solid var(--border);color:var(--navy)}
@media (max-width:900px){.nav__links{display:none}.nav__mobileBtn{display:block}}
.hidden{display:none !important}
.logo-head{width: 100%; height: 30px;}
/* .nav__drawer {
  display: none;
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid var(--border);
  z-index: 99;
} */

.nav__drawer.open {
  display: block;
}

/* HERO */
.hero{padding-top:64px}
.hero__imagewrap{max-height:520px;background:#eef6fb;overflow:hidden}
/* Default - Desktop & Tablet: Show desktop banner, hide mobile banner */
.desktop-bg {
  display: block;
}
.mobile-bg {
  display: none;
}
.hero__imagewrap img{width:100%;height:auto;object-fit:cover}

/* Mobile only (up to 767px) */
@media (max-width: 767px) {
  .desktop-bg {
    display: none;
  }
  .mobile-bg {
    display: block;
  }
  .hero__imagewrap 
  {
    height:50vh;
   
  }
  .hero__imagewrap img
  {
   object-fit:fill;
   height: fit-content;
  }

}


/* image carousel */
.txr-new-carousel {
  padding: 40px 0;
}

.txr-new-carousel .swiper-slide img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 12px;
}

/* SECTIONS */
.section{padding:40px 20px}
.section-4{padding:25px 20px}
.section--alt{background:var(--bg)}
.container{max-width:1200px;margin:0 auto}
.section__head{margin-bottom:28px;text-align:center}
.title{font-size:30px;line-height:1.2;margin:0 0 8px;color:var(--navy);font-weight:600;font-family:'Poppins',sans-serif;}

.title--left{text-align:left}
.subtitle{max-width:760px;margin:0 auto 8px;color:var(--muted);font-size:18px;font-family:'Poppins',sans-serif;}
.subtitle--left{text-align:left;margin-left:0;font-family:'Poppins',sans-serif;}
@media (max-width: 767px) {.title{
  font-size: 24px;
}
}


/* ICON CIRCLES */
.circle{width:35px;height:35px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;margin:10px 0px;flex-shrink:0;}
.circle--grad{background:linear-gradient(135deg,var(--blue),var(--blue-dark));color:#fff}
.circle--blue{background:var(--blue);color:#fff}
.circle--white{background:#fff;color:var(--blue);box-shadow:0 4px 12px rgba(0,0,0,.06)}

/* MEDIA (icon + text) */
.media{display:flex;gap:14px;align-items:flex-start}
.media__title{margin:0 0 0px;color:#0b1b36;font-weight:600}
.media--white .media__title{color:#fff}

/* STACKS */
.stack{display:grid;gap:16px}
.stack--lg{display:grid;gap:18px;margin-top: 25px;}

/* SPLIT */
.split{display:grid;grid-template-columns:1.1fr .9fr;gap:32px;align-items:center}
.split--faq{align-items:start}
@media (max-width:980px){.split{grid-template-columns:1fr}}
p.muted.m0 {
    margin: 0px;
}
/* FORM AREA */
.formWrap{background:linear-gradient(135deg,var(--blue),var(--blue-dark));color:#fff;border-radius:22px;padding:28px 26px;box-shadow:var(--shadow)}
.formWrap__title{text-align:center;font-weight:600;margin:0 0 18px;font-size:22px}
.form{display:grid;gap:0px}
label{display:block;font-size:18px;margin:6px 0 6px;color:#ffffff;font-weight: 500;font-family: 'Poppins',sans-serif;}
input,select,textarea{width:100%;padding:13px 14px;border-radius:12px;border:0;outline:0;background:#f9fbff;color:#111;font-family: 'Poppins',sans-serif;}
input::placeholder,textarea::placeholder{color:#111;font-family: 'Poppins',sans-serif;}
input:focus,select:focus,textarea:focus{box-shadow:0 0 0 3px rgba(255,221,87,.45)}
.error{display:block;color:#ff0000;font-size:14px;min-height:5px;margin-top:4px; font-family: 'Poppins',sans-serif;}
.note{font-size:12.5px;color:#dbeafe;margin-top:8px;display:flex;gap:8px;align-items:center}

.phoneGroup{position:relative}
.phoneGroup .cc{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#6b7280;font-size:14px}
.phoneGroup input{padding-left:48px}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 18px;border-radius:12px;border:0;cursor:pointer;font-weight:600;transition:.15s transform ease,.2s opacity ease;font-family: 'Poppins', sans-serif;}
.btn--primary{background:var(--red);color:#fff}
.btn--outline{background:transparent;border:2px solid #fff;color:#fff}
.btn:hover{transform:translateY(-1px)}
.btn--block{width:100%}
.btn:disabled{opacity:.7;cursor:not-allowed}

.alert{margin-bottom:10px;padding:12px 14px;border-radius:10px;border:1px solid transparent;display:flex;gap:10px;align-items:center}
.alert.success{background:#ecfdf5;color:#065f46;border-color:#34d399}
.alert.error{background:#fef2f2;color:#7f1d1d;border-color:#fecaca}


/* university section */
/* ====== Section Styling ====== */
.section {
  padding: 40px 0;
  background-color: #f9fafc;
  font-family: "Poppins", sans-serif;
}

.section-header {
  max-width: 1200px;
  margin: 0 auto 40px auto;
  text-align: center;
  padding: 0 20px;
}

.section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

.section-header p {
  color: #666;
  font-size: 16px;
  margin: 0;
}

/* ====== Swiper Carousel ====== */
.university-carousel {
  width: 100%;
  max-width: 1200px;
  margin: 0 85px;
  position: relative;
  padding: 10px 20px 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.swiper-pagination {
  bottom: 0;
  text-align: center;
  margin-top: 15px;
}

/* ====== University Card ====== */
.university-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 25px 20px;
  width: 100%;
  max-width: 400px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.university-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* ====== Card Header ====== */
.card-header {
  display: flex;
  align-items: center;
  gap: 15px;
}

.card-header .logo-v2 {
  width: 55px;
  height: 55px;
  object-fit: contain;
}

.details .name {
  color: #0056d2;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
}

.details .name:hover {
  text-decoration: underline;
}

.details .location {
  font-size: 14px;
  color: #777;
}

.divider {
  border: none;
  border-top: 1px solid #eee;
  margin: 15px 0;
}

/* ====== Info Items ====== */
.info-item {
  display: flex;
  align-items: center;
  margin: 8px 0;
}

.info-item .icon img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.info-item .value {
  font-weight: 600;
  color: #111;
}

.info-item .label {
  font-size: 14px;
  color: #777;
  margin-left: 4px;
}

/* ====== Apply Button ====== */
.apply-btn {
  display: inline-block;
  background-color: #0056d2;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 12px 0;
  border-radius: 6px;
  font-weight: 500;
  margin-top: 20px;
  transition: background 0.3s ease;
}

.apply-btn:hover {
  background-color: #003c99;
}

/* ====== Modal ====== */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}

.modal-content {
  background: #fff;
  border-radius: 10px;
  margin: 5% auto;
  padding: 20px 30px;
  width: 80%;
  max-width: 700px;
  position: relative;
}

.close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
}

.close:hover {
  color: #000;
}

.universities-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.universities-table th,
.universities-table td {
  padding: 10px 12px;
  border: 1px solid #ddd;
  text-align: left;
}

.universities-table th {
  background-color: #0056d2;
  color: #fff;
}

/* ====== Responsive ====== */
@media (max-width: 991px) {
  .section-header {
    text-align: center;
  }

  .section-header h2 {
    font-size: 26px;
  }

  .university-card {
    max-width: 90%;
  }
}
 .info {
    display: flex;
    gap: 133px;
}

@media (max-width: 576px) {
  .university-card {
    padding: 20px;
  }

  .card-header .logo-v2 {
    width: 50px;
    height: 50px;
  }
}


/* admissions */
/* Section wrapper */
.section {
  padding: 30px 0;
  background: #f7f9fc;
}

/* Centered container */
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Header */
.section-header {
  text-align: center;
  margin-bottom: 30px;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 700;
}

.section-header p {
  font-size: 16px;
  color: #555;
}

/* Cards Grid */
.cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

/* Card styling */
.card {
  background: #fff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: rgba(0, 0, 0, 0.06) 0 4px 12px;
}

.card h2 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

/* Badge styling */
.badge {
  display: inline-flex;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.essential { 
  background: #e3f2ff;
  color: #0070cc;
}

.supplemental { 
  background: #eae7ff;
  color: #5a31ff;
}

/* Checklist */
.checklist li {
  list-style: none;
  margin: 8px 0;
  font-size: 15px;
  color: #333;
}

.checklist i {
  color: #e63946;
  margin-right: 8px;
}

/* Responsive */
@media (max-width: 768px) {
  .cards {
    grid-template-columns: 1fr; /* One column on mobile */
  }

  .section-header h2 {
    font-size: 26px;
  }
}

  /* tab section cost */

   /* Tabs */
  .tabs {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 5px;
  }
  .tab-nav {
    display: flex;
    border-bottom: 2px solid #e2e8f0;
    overflow-x: auto;
    scrollbar-width: thin;
    width: fit-content;
    box-shadow: 0px 0px 3px #c2c2c2;
    border-radius: 25px;
  }
  button.tab-btn {
    padding: 10px 5px;
    background: #f2f2f2;
    border: none;
    border-bottom: 2px solid transparent;
    font-size: 18px;
    font-weight: 500;
    color: #475569;
    cursor: pointer;
    transition: color 0.3s, border-bottom 0.3s;
  }
  button.tab-btn:hover {
    color: #0068a4;
    background-color: #cdcdcd;
  }
  button.tab-btn.active {
    color: #fff;
    font-weight: 600;
    background-color: #0068a4;
  }

  /* Tab content */
  .tab-content {
    display: none;
    padding: 1.5rem 0;
  }
  .tab-content.active {
    display: block;
    animation: fadeIn 0.4s ease;
  }

  /* Layout */
  .content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
    margin-top: 15px;
    box-shadow: 0px 3px 5px #d7d5d5;
    padding: 15px;
  }

  /* Info list */
  .info-text ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .info-text ul li {
    position: relative;
    padding-left: 1.8rem;
    margin-bottom: 0.75rem;
    font-size: 16px;
    color: #64748b;
    line-height: 1.4;
  }
  .info-text ul li::before {
    content: '✔';
    position: absolute;
    left: 0;
    top: 0.1rem;
    color: #2E86C1;
    font-size: 1.1rem;
  }
  .info-text ul li strong {
    font-weight: 500;
    color: #444;
  }

  .amount {
    color: #eb0415;
    font-weight: bold;
    margin-left: 8px;
  }

  /* Illustrations */
  img.vector-image {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
  }

  /* Fade-in */
  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  /* Responsive ≤767px */
  @media (max-width: 767px) {
    .content-wrapper {
      grid-template-columns: 1fr;
      gap: 1rem;
    }
    .vector-image {
      max-width: 80%;
      margin: 0 auto;
    }
    button.tab-btn {
      font-size: 15px;
      padding: 0.5rem 1rem;
    }
    .tab-content {
      padding: 1rem 0;
    }
    .info-text ul li {
      font-size: 0.85rem;
    }
    .info-text ul li strong {
      font-size: 0.95rem;
    }
    img.vector-image {
      display: none;
    }
  }

  /* Responsive ≥768px */
  @media (min-width: 768px) {
    button.tab-btn {
      padding: 15px 30px;
    }
    .tab-content {
      padding: 0;
    }
     p.cost-tu
  {
      margin-bottom: 15px;
      font-size:14px;
      font-family:'Poppins',sans-serif;
  }
  }
  p.cost-tu
  {
      margin-bottom: 15px;
      font-size:16px;
      font-family:'Poppins',sans-serif;
  }

  /* visa section */

 /* Section Background (Blue Gradient) */
.visa-section {
    background: linear-gradient(90deg, #005d96, #0178bd);
    padding: 60px 0;
    color: #fff;
}

/* Container Align */
.container {
    max-width: 1200px;
    /* margin: auto; */
    padding: 0 20px;
}

/* Titles */
.visa-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.visa-subtitle {
    font-size: 16px;
    margin-bottom: 40px;
    text-align: center;
}

/* Cards Container */
.visa-cards {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    flex-wrap: nowrap;
}

/* Individual Card */
.visa-card {
    background: #fff;
    color: #000;
    border-radius: 10px;
    padding: 25px;
    width: 25%;
    text-align: center;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

/* Card Icon Circle */
.visa-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
}

.visa-icon.blue {
    background: #0487d9;
}

.visa-icon.red {
    background: #f44336;
}

/* Card Title */
.visa-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #0076c2;
    margin-bottom: 8px;
}

/* Card Description */
.visa-card p {
    font-size: 15px;
    color: #333;
}

/* ===========================
   RESPONSIVE DESIGN
   =========================== */

/* Tablet Landscape & Mid Screens */
@media (max-width: 1024px) {
    .visa-cards {
        flex-wrap: wrap;
    }
    .visa-card {
        width: calc(50% - 20px);
    }
}

/* Tablet & Large Mobile */
@media (max-width: 768px) {
    .visa-cards {
        flex-wrap: wrap;
        gap: 20px;
    }

    .visa-card {
        width: 100%;
    }

    .visa-card h3 {
        font-size: 20px;
    }

    .visa-card p {
        font-size: 14px;
    }
}

/* Small Mobile Devices */
@media (max-width: 480px) {
    .visa-card {
        padding: 20px;
        border-radius: 10px;
    }

    /* Fixed the incorrect selector: changed .visa-container → .visa-cards */
    .visa-cards {
        gap: 15px;
        flex-direction: column;
    }
}


/* faqs */

    /* Apply Poppins everywhere */
        h1,h2,h3,h4,h5,h6,span,button,p {
            font-family: 'Poppins', sans-serif;
        }

        :root {
            --faq-primary: #008ac8;
            --faq-secondary: #0056b3;
            --faq-text: #000000;
            --faq-light: #f8f9fa;
            --faq-gray: #dee2e6;
            --faq-white: #ffffff;
            --faq-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        }

        .faq
        {
          margin: 60px 0px;
        }

        .faq-container {
            max-width: 900px;
            margin: 0 auto;
        }
       
        .faq-accordion {
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
        }
        .faq-item {
            background: #fff;
            border-radius: 8px;
            box-shadow: var(--faq-shadow);
            overflow: hidden;
            transition: all 0.3s ease;
            animation: slideIn 0.5s ease-out forwards;
        }
        button.faq-question {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 1.25rem 1.5rem;
            border: none;
            background: transparent;
            cursor: pointer;
            text-align: left;
            transition: background-color 0.2s;
        }
        .faq-icon {
            color: var(--faq-primary);
            margin-right: 1rem;
            font-size: 1.1rem;
            min-width: 20px;
            text-align: center;
        }
        .question-text {
            flex: 1;
            color: var(--faq-text);
            font-size: 18px;
            font-weight: 400;
            line-height: 29px;
            
        }
        .faq-toggle {
            color: var(--faq-primary);
            transition: transform 0.3s;
            margin-left: 1rem;
        }
        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
        }
        .answer-content {
            padding: 15px;
            color: var(--faq-text);
            line-height: 1.6;
        }
        .answer-content a {
            color: var(--faq-secondary);
            text-decoration: none;
            font-weight: 500;
        }
        .answer-content a:hover {
            text-decoration: underline;
        }
        .faq-item.active .faq-question {
            background-color: rgba(0, 123, 255, 0.1);
        }
        .faq-item.active .faq-toggle {
            transform: rotate(180deg);
        }
        .faq-item.active .faq-answer {
            max-height: 300px; /* Adjust as needed */
        }
        @keyframes slideIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        .faq-item:nth-child(1) { animation-delay: 0.1s; }
        .faq-item:nth-child(2) { animation-delay: 0.2s; }
        .faq-item:nth-child(3) { animation-delay: 0.3s; }
        .faq-item:nth-child(4) { animation-delay: 0.4s; }
        .faq-item:nth-child(5) { animation-delay: 0.5s; }
        .faq-item:nth-child(6) { animation-delay: 0.6s; }
        .faq-item:nth-child(7) { animation-delay: 0.7s; }

        /* Mobile */
        @media (max-width: 768px) {
            .faq-heading { font-size: 1.6rem; }
            .faq-subheading { font-size: 1rem; }
            .question-text { font-size: 0.95rem; }
            button.faq-question {
                padding: 1rem;
                line-height: 1.5rem;
            }
            .answer-content { padding: 0 1rem 1rem 2.5rem; }
            .faq-icon { margin-right: 0.75rem; }
        }

        /* Desktop */
        @media (min-width: 769px) {
            .faq-heading { font-size: 2rem; }
            .faq-subheading { font-size: 1.1rem; }
            .question-text { font-size: 1.05rem; }
        }

        p.fqa {
            margin-bottom: 0;
        }

        /* work opportunity section */
     /* Section Wrapper */
.work-opportunities-section {
    padding: 60px 0;
}

/* Container */
.work-opportunities-section .container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

/* Titles */
.section-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0A2540;
    text-align: center;
}

.section-description {
    font-size: 16px;
    color: #555;
    /* max-width: 900px; */
    margin-bottom: 35px;
    text-align: center;
}


/* Boxes Wrapper */
.work-boxes {
    display: flex;
    gap: 25px;
}

/* Single Box */
.work-box {
    width: 50%;
    background: linear-gradient(90deg, #005b9e, #0284c7);
    border-radius: 16px;
    padding: 30px;
    color: #fff;
}

.work-box h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.work-box p {
    font-size: 15px;
    line-height: 1.5;
}

/* ==========================================
   MEDIA QUERIES
========================================== */

/* Tablets / Medium Screens (2 boxes stay side by side) */
@media (max-width: 1024px) {
    .work-boxes {
        gap: 20px;
    }

    .work-box {
        padding: 25px;
    }

    .section-title {
        font-size: 28px;
    }
}

/* Tablets + Large Phones (1 box per row) */
@media (max-width: 768px) {
    .work-boxes {
        flex-direction: column;
    }

    .work-box {
        width: 100%;
    }

    .section-title {
        font-size: 26px;
    }

    .section-description {
        font-size: 15px;
    }
}

/* Small Phones */
@media (max-width: 480px) {
    .work-opportunities-section {
        padding: 40px 0;
    }

    .work-box {
        padding: 20px;
        border-radius: 12px;
    }

    .work-box p {
        font-size: 14px;
    }
}
/* footer */
.site-footer {
    background: #0A2540; /* Dark Blue */
    padding: 15px 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.site-footer a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.site-footer a:hover {
    text-decoration: underline;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* university section */
.uni-section {
  padding: 60px 20px;
  background: #f9fafc;
}

/* HEADER */
.uni-header {
  max-width: 1200px;
  margin: 0 auto 40px;
}

.uni-header-content h2 {
  font-size: 32px;
  margin-bottom: 8px;
  color: #111;
}

.uni-header-content p {
  color: #666;
  font-size: 16px;
}

/* GRID */
.uni-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

/* CARD */
.uni-card {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.uni-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 32px rgba(0,0,0,0.1);
}

/* TOP */
.uni-card-top {
  display: flex;
  gap: 14px;
  align-items: center;
}

.uni-logo {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.uni-name {
  font-size: 16px;
  font-weight: 600;
  color: #111;
  text-decoration: none;
}

.uni-name:hover {
  color: #0056d2;
}

.uni-location {
  font-size: 14px;
  color: #777;
  margin-top: 4px;
}

/* DIVIDER */
.uni-divider {
  border: none;
  border-top: 1px solid #eee;
  margin: 16px 0;
}

/* INFO */
.uni-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 20px;
}

.uni-info-item {
  display: flex;
  gap: 10px;
  align-items: center;
}

.uni-info-item img {
  width: 28px;
}

.uni-value {
  font-size: 18px;
  font-weight: 700;
}

.uni-label {
  font-size: 13px;
  color: #666;
}

/* BUTTON */
.uni-apply-btn {
  text-align: center;
  padding: 12px;
  border-radius: 8px;
  background: #0056d2;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.uni-apply-btn:hover {
  background: #003e9c;
}

/* MOBILE */
@media (max-width: 768px) {
  .uni-info {
    grid-template-columns: 1fr;
  }

  .uni-header-content h2 {
    font-size: 26px;
  }
}
