﻿@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@700;800;900&display=swap');

/* ===================== CLGSEARCH WORDMARK ===================== */

/* Prevent parent containers from clipping the "g" descender */
.ud_rypafl {
  overflow: visible !important;
}

.clgsearch-wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  text-decoration: none !important;
  line-height: 1.4;
  letter-spacing: -1.5px;
  font-family: 'Plus Jakarta Sans', 'Outfit', sans-serif !important;
  font-weight: 900 !important;
  font-size: 32px;
  user-select: none;
  padding: 18px 0 14px;
  overflow: visible;
  transition: filter 0.25s ease, transform 0.25s ease;
}

.clgsearch-wordmark:hover {
  transform: scale(1.03);
  filter: brightness(1.08);
  text-decoration: none !important;
}

/* "Clg" — vivid gradient */
.cs-clg {
  background: linear-gradient(135deg, #1E3A8A 0%, #2563eb 55%, #3b82f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 900 !important;
  font-family: inherit !important;
  font-size: 1em;
}

/* "Search" — bold dark slate */
.cs-search {
  color: #0F172A;
  -webkit-text-fill-color: #0F172A;
  font-weight: 800 !important;
  font-family: inherit !important;
  font-size: 1em;
}

/* "." — glowing accent dot */
.cs-dot {
  background: linear-gradient(135deg, #3b82f6, #06b6d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 900 !important;
  font-family: inherit !important;
  font-size: 1.1em;
  filter: drop-shadow(0 0 6px rgba(59, 130, 246, 0.6));
}

/* Modal variant — all white on dark background */
.clgsearch-wordmark--modal {
  font-size: 30px;
  letter-spacing: -1px;
}
.clgsearch-wordmark--modal .cs-clg {
  background: linear-gradient(135deg, #93c5fd 0%, #bfdbfe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.clgsearch-wordmark--modal .cs-search {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.clgsearch-wordmark--modal .cs-dot {
  background: linear-gradient(135deg, #60a5fa, #38bdf8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 8px rgba(96, 165, 250, 0.7));
}

/* Responsive scaling */
@media (max-width: 991px) {
  .clgsearch-wordmark { font-size: 26px; letter-spacing: -1px; }
}
@media (max-width: 575px) {
  .clgsearch-wordmark { font-size: 22px; letter-spacing: -0.5px; }
}


:root {
  --primary: #0F172A;
  --primary-light: #1E293B;
  --accent: #1E3A8A;
  --accent-light: #3B82F6;
  --accent-gradient: linear-gradient(135deg, #1E3A8A 0%, #3B82F6 100%);
  --text-main: #1E293B;
  --text-muted: #64748B;
  --bg-light: #F8FAFC;
  --white: #FFFFFF;
  
  --glass-bg: rgba(255, 255, 255, 0.75);
  --glass-bg-dark: rgba(15, 23, 42, 0.75);
  --glass-border: rgba(255, 255, 255, 0.4);
  --glass-border-dark: rgba(255, 255, 255, 0.1);
  
  --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 20px 40px -5px rgba(0, 0, 0, 0.12);
  --shadow-glow: 0 10px 30px -5px rgba(30, 58, 138, 0.4);
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Typography Overrides */
body, h1, h2, h3, h4, h5, h6, p, a, span, button, input, select, textarea {
  font-family: 'Outfit', sans-serif !important;
}

body {
  color: var(--text-main);
  background-color: var(--bg-light);
}

h1, h2, h3, h4, h5, h6 {
  color: var(--primary);
  font-weight: 700 !important;
  letter-spacing: -0.02em;
}


/* ═══════════════════════════════════════════
   PREMIUM NAVBAR — ClgSearch
═══════════════════════════════════════════ */

/* ── Top Info Strip ── */
#cs-header {
  position: sticky;
  top: 0;
  z-index: 2000;
  transition: box-shadow 0.3s ease;
}

.cs-topbar {
  background: linear-gradient(90deg, #0F172A 0%, #1E3A8A 100%);
  padding: 7px 0;
  align-items: center;
}
.cs-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.cs-topbar-left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cs-topbar-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255,255,255,0.82) !important;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none !important;
  transition: color 0.2s ease;
  letter-spacing: 0.02em;
}
.cs-topbar-chip i { color: #60a5fa; font-size: 12px; }
.cs-topbar-chip:hover { color: #fff !important; }

.cs-topbar-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50px;
  padding: 3px 12px;
  font-size: 12px;
  font-weight: 600;
  color: #fde68a;
  letter-spacing: 0.03em;
  animation: cs-pulse-badge 3s ease-in-out infinite;
}
@keyframes cs-pulse-badge {
  0%, 100% { box-shadow: 0 0 0 0 rgba(253,230,138,0); }
  50%       { box-shadow: 0 0 0 4px rgba(253,230,138,0.15); }
}

/* ── Main Navbar ── */
.cs-navbar {
  position: relative;
  z-index: 1300;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(30,58,138,0.08);
  box-shadow: 0 2px 20px rgba(15,23,42,0.06);
  transition: box-shadow 0.3s ease, background 0.3s ease;
}
.cs-navbar.cs-scrolled {
  box-shadow: 0 4px 30px rgba(15,23,42,0.12);
}

.cs-navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 72px;
}

/* Brand override inside navbar (no extra padding) */
.cs-nav-brand {
  padding: 0 !important;
  flex-shrink: 0;
}

/* ── Desktop Nav Links ── */
.cs-nav-links {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2px;
}

.cs-nav-item { position: relative; }

.cs-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  font-size: 14.5px;
  font-weight: 600;
  color: #1E293B !important;
  text-decoration: none !important;
  border-radius: 10px;
  transition: all 0.22s ease;
  white-space: nowrap;
  position: relative;
}
.cs-nav-link i:first-child { font-size: 13px; color: #64748b; transition: color 0.2s; }
.cs-arrow {
  font-size: 11px !important;
  color: #94a3b8 !important;
  margin-left: 1px;
  transition: transform 0.25s ease !important;
}

.cs-nav-link:hover,
.cs-active .cs-nav-link {
  background: rgba(30,58,138,0.06);
  color: #1E3A8A !important;
}
.cs-nav-link:hover i:first-child,
.cs-active .cs-nav-link i:first-child { color: #2563eb; }

.cs-active .cs-nav-link::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 3px;
  background: linear-gradient(90deg, #1E3A8A, #3b82f6);
  border-radius: 3px;
}

.cs-has-dropdown:hover .cs-arrow { transform: rotate(180deg); }

/* ── Desktop Dropdown ── */
.cs-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  min-width: 320px;
  max-height: 480px;
  overflow-y: auto;
  background: #fff;
  border-radius: 18px;
  padding: 10px;
  box-shadow: 0 20px 60px rgba(15,23,42,0.14), 0 0 0 1px rgba(30,58,138,0.06);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0s 0.22s;
  z-index: 200;
  scrollbar-width: thin;
  scrollbar-color: rgba(30,58,138,0.2) transparent;
}
/* Invisible bridge on the parent list item */
.cs-has-dropdown::after {
  content: '';
  position: absolute;
  top: 100%;
  left: -50%;
  width: 200%;
  height: 30px;
}
.cs-dropdown::-webkit-scrollbar { width: 4px; }
.cs-dropdown::-webkit-scrollbar-track { background: transparent; }
.cs-dropdown::-webkit-scrollbar-thumb { background: rgba(30,58,138,0.2); border-radius: 4px; }
.cs-dropdown-sm { min-width: 220px; max-height: none; overflow-y: visible; }

.cs-has-dropdown:hover .cs-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0s 0s;
}

/* Rich dropdown item with icon + subtitle */
.cs-dropdown-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 11px 14px;
  border-radius: 12px;
  text-decoration: none !important;
  transition: background 0.18s ease;
  cursor: pointer;
}
.cs-dropdown-item:hover { background: rgba(30,58,138,0.05); }

.cs-di-icon {
  width: 38px;
  height: 38px;
  background: linear-gradient(135deg, rgba(30,58,138,0.1), rgba(59,130,246,0.12));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 15px;
  color: #2563eb;
  transition: background 0.2s;
}
.cs-dropdown-item:hover .cs-di-icon {
  background: linear-gradient(135deg, #1E3A8A, #3b82f6);
  color: #fff;
}
.cs-di-text { display: flex; flex-direction: column; gap: 1px; }
.cs-di-text strong { font-size: 14px; font-weight: 700; color: #0F172A; }
.cs-di-text small  { font-size: 12px; color: #64748b; font-weight: 400; }

/* Small dropdown item (Legal) */
.cs-dropdown-item--sm {
  gap: 10px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 600;
  color: #374151 !important;
}
.cs-dropdown-item--sm i { font-size: 13px; color: #64748b; width: 16px; text-align: center; }
.cs-dropdown-item--sm:hover { color: #1E3A8A !important; }
.cs-dropdown-item--sm:hover i { color: #2563eb; }

/* ── Apply Now Button ── */
.cs-apply-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 24px;
  background: linear-gradient(135deg, #1E3A8A 0%, #2563eb 100%);
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(30,58,138,0.35);
  transition: all 0.25s ease;
  letter-spacing: 0.3px;
  white-space: nowrap;
}
.cs-apply-btn i { font-size: 12px; transition: transform 0.25s ease; }
.cs-apply-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(30,58,138,0.45);
}
.cs-apply-btn:hover i { transform: translateX(3px); }
.cs-apply-btn--full { width: 100%; justify-content: center; border-radius: 12px; margin-top: 12px; }

/* ── Hamburger ── */
.cs-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  background: rgba(30,58,138,0.06);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease;
  flex-shrink: 0;
  position: relative;
  z-index: 2100;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.cs-hamburger:hover { background: rgba(30,58,138,0.12); }
.cs-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #1E3A8A;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}
/* Animated X state */
.cs-hamburger.cs-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.cs-hamburger.cs-open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.cs-hamburger.cs-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Mobile Drawer ── */
.cs-mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1200;
  transform: translateY(-105%);
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 20px 60px rgba(15,23,42,0.18);
  border-radius: 0 0 24px 24px;
  overflow: hidden;
}
.cs-mobile-drawer.cs-open { transform: translateY(0); }

.cs-mobile-nav {
  padding: 90px 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-height: 95vh;
  overflow-y: auto;
}

.cs-mobile-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  color: #1E293B !important;
  text-decoration: none !important;
  transition: background 0.18s ease;
}
.cs-mobile-link i { color: #64748b; font-size: 14px; width: 16px; text-align: center; }
.cs-mobile-link:hover,
.cs-mobile-active { background: rgba(30,58,138,0.06); color: #1E3A8A !important; }
.cs-mobile-active i { color: #2563eb; }

.cs-mobile-group { display: flex; flex-direction: column; }
.cs-mobile-group-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 16px;
  border-radius: 12px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: #1E293B;
  transition: background 0.18s;
  text-align: left;
  width: 100%;
}
.cs-mobile-group-toggle span { display: flex; align-items: center; gap: 12px; }
.cs-mobile-group-toggle span i { color: #64748b; font-size: 14px; width: 16px; text-align: center; }
.cs-mobile-group-toggle > i { font-size: 13px; color: #94a3b8; transition: transform 0.25s ease; }
.cs-mobile-group-toggle:hover { background: rgba(30,58,138,0.06); }
.cs-mobile-group-toggle.cs-open > i { transform: rotate(180deg); }

.cs-mobile-sub {
  display: none;
  flex-direction: column;
  padding: 4px 0 4px 44px;
  gap: 2px;
}
.cs-mobile-sub.cs-open { display: flex; }
.cs-mobile-sublink {
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #374151 !important;
  text-decoration: none !important;
  transition: background 0.15s ease;
}
.cs-mobile-sublink:hover { background: rgba(30,58,138,0.05); color: #1E3A8A !important; }

/* Backdrop */
.cs-drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15,23,42,0.35);
  backdrop-filter: blur(4px);
  z-index: 1150;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.cs-drawer-backdrop.cs-open { opacity: 1; pointer-events: auto; }

/* ── Responsive: show hamburger on mobile ── */
@media (max-width: 991px) {
  .cs-nav-links { display: none; }
  .cs-hamburger { display: flex; }
  .cs-navbar-inner { height: 64px; }
}
@media (max-width: 575px) {
  .cs-navbar-inner { height: 58px; }
  .clgsearch-wordmark.cs-nav-brand { font-size: 26px !important; }
}

@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-10px); }
  to   { opacity: 1; transform: translateY(0); }
}



/* Buttons */
.btn {
  background: var(--accent-gradient) !important;
  border: none !important;
  border-radius: 50px !important;
  color: var(--white) !important;
  font-weight: 600 !important;
  padding: 12px 32px !important;
  box-shadow: var(--shadow-md) !important;
  transition: var(--transition) !important;
  text-transform: capitalize !important;
  letter-spacing: 0.5px !important;
}

.btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: var(--shadow-glow) !important;
  color: var(--white) !important;
}

.white-btn {
  background: var(--white) !important;
  color: var(--accent) !important;
  box-shadow: var(--shadow-md) !important;
}
.white-btn:hover {
  background: var(--bg-light) !important;
  box-shadow: var(--shadow-lg) !important;
}

/* Hero Section */
.slider-apoin {
  position: relative;
  z-index: 1;
}

.slider-apoin::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(to right, rgba(15,23,42,0.8) 0%, rgba(15,23,42,0.4) 100%);
  z-index: -1;
}

.slider-text h2 {
  font-size: 56px !important;
  font-weight: 800 !important;
  color: var(--white) !important;
  text-shadow: 0 4px 12px rgba(0,0,0,0.3);
  margin-bottom: 20px;
  line-height: 1.1;
  background: linear-gradient(to right, #fff, #e2e8f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slider-text p {
  font-size: 20px !important;
  color: rgba(255,255,255,0.9) !important;
  font-weight: 400 !important;
}

/* Hero Form (Glassmorphism) */
.appointment-form-3 {
  background: var(--glass-bg) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--glass-border) !important;
  border-radius: 24px !important;
  padding: 40px !important;
  box-shadow: var(--shadow-lg) !important;
}

.appointment-form-3 h3 {
  color: var(--primary) !important;
  font-weight: 700 !important;
  margin-bottom: 10px;
}

.appointment-form-3 p {
  color: var(--text-muted) !important;
}

.appointment-form-3 .form-control {
  border-radius: 12px !important;
  border: 1px solid rgba(0,0,0,0.1) !important;
  padding: 14px 20px !important;
  background: rgba(255,255,255,0.9) !important;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.02) !important;
  transition: var(--transition);
}

.appointment-form-3 .form-control:focus {
  border-color: var(--accent) !important;
  box-shadow: 0 0 0 3px rgba(30, 58, 138, 0.2) !important;
}

/* Section Titles */
.area-title h2 {
  font-size: 42px !important;
  font-weight: 800 !important;
  color: var(--primary) !important;
  position: relative;
  display: inline-block;
}

.area-title h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: var(--accent-gradient);
  border-radius: 4px;
}


/* ═══════════════════════════════════════════
   COLLEGE TILES SECTION
═══════════════════════════════════════════ */
.cs-colleges-section {
  padding: 90px 0 80px;
  background: #f8fafc;
}

/* Section header */
.cs-section-header { margin-bottom: 52px; }
.cs-section-eyebrow {
  display: inline-block;
  background: linear-gradient(135deg, rgba(30,58,138,0.08), rgba(59,130,246,0.12));
  border: 1px solid rgba(30,58,138,0.15);
  color: #1E3A8A;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 16px;
}
.cs-section-title {
  font-size: 38px !important;
  font-weight: 800 !important;
  color: #0F172A !important;
  margin-bottom: 12px !important;
  letter-spacing: -0.03em !important;
}
.cs-section-title span { color: #2563eb; }
.cs-section-sub {
  font-size: 16px;
  color: #64748b;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}

/* 3-column tile grid */
.cs-tiles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Individual tile */
.cs-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 20px;
  padding: 0;
  border: 1px solid rgba(30,58,138,0.07);
  box-shadow: 0 4px 24px rgba(15,23,42,0.06);
  text-decoration: none !important;
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  cursor: pointer;
}
.cs-tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(15,23,42,0.13);
  border-color: rgba(30,58,138,0.2);
  text-decoration: none !important;
}

/* College photo strip at top of tile */
.cs-tile-photo-wrap {
  position: relative !important;
  width: 100% !important;
  height: 140px !important;
  overflow: hidden !important;
  flex-shrink: 0 !important;
  display: block !important;
  border-radius: 20px 20px 0 0;
}
.cs-tile-photo {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
  transition: transform 0.5s ease;
  display: block !important;
  max-width: none !important;
  max-height: none !important;
}
.cs-tile:hover .cs-tile-photo { transform: scale(1.07); }
.cs-tile-photo-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(15,23,42,0.55) 100%);
  pointer-events: none;
}

/* Tile content wrapper below photo */
.cs-tile > .cs-tile-accent { top: 0; height: 100%; }
.cs-tile > .cs-tile-top,
.cs-tile > .cs-tile-name,
.cs-tile > .cs-tile-location,
.cs-tile > .cs-tile-tags,
.cs-tile > .cs-tile-footer {
  padding-left: 22px;
  padding-right: 22px;
}
.cs-tile > .cs-tile-top   { padding-top: 18px; }
.cs-tile > .cs-tile-footer { padding-bottom: 18px; padding-top: 14px; margin: 0 22px; width: calc(100% - 44px); }

/* Colored left accent bar */
.cs-tile-accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--tile-clr, #1E3A8A);
  border-radius: 20px 0 0 20px;
}

/* Top row: avatar + rating */
.cs-tile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
/* cs-tile-avatar removed */
/* .cs-tile-avatar { display: none; } */
.cs-tile-rating {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #fffbeb;
  border: 1px solid #fde68a;
  color: #b45309;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 50px;
}
.cs-tile-rating .fa-star { color: #f59e0b; font-size: 12px; }

/* College name */
.cs-tile-name {
  font-size: 17px !important;
  font-weight: 800 !important;
  color: #0F172A !important;
  margin: 0 0 6px !important;
  line-height: 1.3 !important;
  letter-spacing: -0.02em !important;
}

/* Location line */
.cs-tile-location {
  font-size: 12.5px;
  color: #94a3b8;
  font-weight: 500;
  margin: 0 0 16px !important;
  display: flex;
  align-items: center;
  gap: 5px;
}
.cs-tile-location .fa { color: #cbd5e1; font-size: 11px; }

/* Pill tags */
.cs-tile-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 20px;
  flex: 1;
}
.cs-pill {
  font-size: 11.5px;
  font-weight: 600;
  padding: 4px 11px;
  border-radius: 50px;
  letter-spacing: 0.02em;
}
.cs-pill--blue   { background: rgba(30,58,138,0.08); color: #1E3A8A; border: 1px solid rgba(30,58,138,0.15); }
.cs-pill--green  { background: rgba(5,150,105,0.08); color: #065f46; border: 1px solid rgba(5,150,105,0.2); }
.cs-pill--purple { background: rgba(124,58,237,0.08); color: #5b21b6; border: 1px solid rgba(124,58,237,0.18); }

/* Tile footer: type + CTA */
.cs-tile-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #f1f5f9;
  margin-top: auto;
}
.cs-tile-type {
  font-size: 12px;
  font-weight: 600;
  color: #94a3b8;
  display: flex;
  align-items: center;
  gap: 5px;
}
.cs-tile-type .fa { font-size: 12px; }
.cs-tile-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #2563eb;
  transition: gap 0.2s ease, color 0.2s ease;
}
.cs-tile-cta .fa { font-size: 11px; transition: transform 0.2s ease; }
.cs-tile:hover .cs-tile-cta { color: #1E3A8A; gap: 10px; }
.cs-tile:hover .cs-tile-cta .fa { transform: translateX(2px); }

/* Show more button */
.cs-show-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 36px;
  background: linear-gradient(135deg, #0F172A 0%, #1E3A8A 100%);
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none !important;
  box-shadow: 0 8px 28px rgba(30,58,138,0.3);
  transition: all 0.28s ease;
  letter-spacing: 0.3px;
}
.cs-show-more-btn .fa { font-size: 13px; transition: transform 0.25s ease; }
.cs-show-more-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(30,58,138,0.45);
  color: #fff !important;
}
.cs-show-more-btn:hover .fa { transform: translateX(4px); }

/* Responsive */
@media (max-width: 991px) {
  .cs-tiles-grid { grid-template-columns: repeat(2, 1fr); }
  .cs-section-title { font-size: 30px !important; }
}
@media (max-width: 575px) {
  .cs-tiles-grid { grid-template-columns: 1fr; gap: 16px; }
  .cs-colleges-section { padding: 60px 0; }
  .cs-section-title { font-size: 26px !important; }
}


/* ═══════════════════════════════════════════
   COURSES TAB SECTION
═══════════════════════════════════════════ */
.cs-courses-section {
  padding: 90px 0 80px;
  background: linear-gradient(160deg, #0F172A 0%, #1E3A8A 60%, #0F172A 100%);
  position: relative;
  overflow: hidden;
}
/* Subtle dot grid texture overlay */
.cs-courses-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

/* Override section header colors for dark bg */
.cs-courses-section .cs-section-eyebrow {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.2);
  color: #93c5fd;
}
.cs-courses-section .cs-section-title {
  color: #ffffff !important;
}
.cs-courses-section .cs-section-title span { color: #60a5fa; }
.cs-courses-section .cs-section-sub { color: rgba(255,255,255,0.82); }

/* Tab pill row */
.cs-course-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 40px;
  position: relative;
}
.cs-ctab {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 20px;
  border: 1.5px solid rgba(255,255,255,0.35);
  border-radius: 50px;
  background: rgba(255,255,255,0.11);
  color: #ffffff;
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.22s ease;
  white-space: nowrap;
  letter-spacing: 0.01em;
  backdrop-filter: blur(6px);
}
.cs-ctab .fa { font-size: 13px; }
.cs-ctab:hover {
  background: rgba(255,255,255,0.22);
  border-color: rgba(255,255,255,0.55);
  color: #fff;
  transform: translateY(-1px);
}
.cs-ctab--active {
  background: linear-gradient(135deg, #2563eb, #60a5fa) !important;
  border-color: transparent !important;
  color: #fff !important;
  box-shadow: 0 6px 20px rgba(37,99,235,0.45);
}

/* Course panel */
.cs-course-panel {
  display: none;
  animation: cs-panel-in 0.35s ease;
  background: rgba(15,23,42,0.55);
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.2);
  box-shadow: 0 8px 40px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.08);
  overflow: hidden;
  backdrop-filter: blur(20px);
  position: relative;
}
.cs-course-panel--active { display: block; }

@keyframes cs-panel-in {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Panel gradient hero strip */
.cs-panel-hero {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 36px 40px;
  background: var(--panel-grad, linear-gradient(135deg,#1E3A8A,#2563eb));
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.cs-panel-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
  flex-shrink: 0;
  backdrop-filter: blur(8px);
}
.cs-panel-info h3 {
  font-size: 24px !important;
  font-weight: 800 !important;
  color: #fff !important;
  margin: 0 0 8px !important;
  letter-spacing: -0.03em !important;
}
.cs-panel-info p {
  font-size: 15px;
  color: rgba(255,255,255,0.85);
  margin: 0;
  line-height: 1.6;
}

/* Degree pills */
.cs-panel-degrees {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 28px 40px 24px;
}
.cs-degree {
  display: inline-flex;
  align-items: center;
  padding: 9px 18px;
  background: rgba(255,255,255,0.12);
  border: 1.5px solid rgba(255,255,255,0.3);
  border-radius: 50px;
  font-size: 13.5px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease;
  letter-spacing: 0.01em;
}
.cs-degree:hover {
  background: linear-gradient(135deg, #2563eb, #60a5fa);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 14px rgba(37,99,235,0.45);
  transform: translateY(-2px);
}

/* CTA button row */
.cs-panel-cta {
  padding: 24px 40px 32px;
  border-top: 1px solid rgba(255,255,255,0.18);
}
.cs-panel-cta .cs-apply-btn {
  width: 100%;
  justify-content: center;
  border-radius: 14px;
  padding: 15px;
  font-size: 15px;
  background: linear-gradient(135deg, #2563eb 0%, #60a5fa 100%);
  box-shadow: 0 8px 24px rgba(37,99,235,0.4);
}
.cs-panel-cta .cs-apply-btn:hover {
  box-shadow: 0 12px 32px rgba(37,99,235,0.6);
}

/* Responsive */
@media (max-width: 767px) {
  .cs-panel-hero { flex-direction: column; padding: 28px 24px; text-align: center; }
  .cs-panel-degrees { padding: 20px 24px 16px; }
  .cs-panel-cta { padding: 20px 24px 28px; }
  .cs-course-tabs { gap: 8px; }
  .cs-ctab { font-size: 12.5px; padding: 8px 14px; }
  .cs-courses-section { padding: 60px 0; }
}


/* ═══════════════════════════════════════════
   PLACEMENT PARTNERS SECTION
═══════════════════════════════════════════ */
.cs-partners-section {
  padding: 90px 0 80px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.cs-partners-section .cs-section-eyebrow {
  background: linear-gradient(135deg, rgba(30,58,138,0.08), rgba(59,130,246,0.12));
  border-color: rgba(30,58,138,0.15);
  color: #1E3A8A;
}
.cs-partners-section .cs-section-title { color: #0F172A !important; }
.cs-partners-section .cs-section-title span { color: #2563eb; }
.cs-partners-section .cs-section-sub { color: #64748b; }

.cs-marquee-outer {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 48px 0 52px;
}
.cs-marquee-fade {
  position: absolute;
  top: 0; bottom: 0;
  width: 140px;
  z-index: 2;
  pointer-events: none;
}
.cs-marquee-fade--left  { left: 0;  background: linear-gradient(to right, #ffffff, transparent); }
.cs-marquee-fade--right { right: 0; background: linear-gradient(to left,  #ffffff, transparent); }
.cs-marquee-track { overflow: hidden; width: 100%; }
.cs-marquee-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  width: max-content;
  animation: cs-marquee-scroll 38s linear infinite;
}
.cs-marquee-inner:hover { animation-play-state: paused; }
@keyframes cs-marquee-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.cs-partner-logo {
  flex-shrink: 0;
  width: 160px;
  height: 80px;
  background: #ffffff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border: 1px solid rgba(30,58,138,0.1);
  box-shadow: 0 4px 20px rgba(15,23,42,0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
}
.cs-partner-logo:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 14px 36px rgba(30,58,138,0.15);
  border-color: rgba(30,58,138,0.25);
}
.cs-partner-logo img {
  max-width: 100% !important;
  max-height: 52px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  filter: grayscale(15%);
  transition: filter 0.3s ease;
  display: block !important;
}
.cs-partner-logo:hover img { filter: grayscale(0%) !important; }

.cs-partners-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
  border: 1px solid rgba(30,58,138,0.08);
  border-radius: 20px;
  padding: 32px 40px;
  flex-wrap: wrap;
  box-shadow: 0 4px 24px rgba(15,23,42,0.05);
}
.cs-pstat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 0 40px;
  flex: 1;
  min-width: 140px;
}
.cs-pstat-num {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  background: linear-gradient(135deg, #1E3A8A, #2563eb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.cs-pstat-label {
  font-size: 12.5px;
  font-weight: 600;
  color: #94a3b8;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.cs-pstat-divider {
  width: 1px;
  height: 56px;
  background: rgba(30,58,138,0.12);
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .cs-partners-section { padding: 60px 0; }
  .cs-partners-stats { padding: 24px 20px; }
  .cs-pstat { padding: 12px 20px; min-width: 120px; }
  .cs-pstat-divider { display: none; }
  .cs-pstat-num { font-size: 26px; }
  .cs-marquee-fade { width: 60px; }
  .cs-partner-logo { width: 130px; height: 68px; }
}

.department-box, .features-box, .collegeTitleBoxradiusSolidBlue, .collegeBoxradiusRed, .collegeBoxradiusPurple, .collegeBoxradiusSolidGreen, .collegeBoxradiusPink {
  background: var(--white) !important;
  border-radius: 20px !important;
  border: 1px solid rgba(0,0,0,0.05) !important;
  box-shadow: var(--shadow-sm) !important;
  transition: var(--transition) !important;
  overflow: hidden;
}

.department-box:hover, .features-box:hover, .collegeTitleBoxradiusSolidBlue:hover {
  transform: translateY(-8px) !important;
  box-shadow: var(--shadow-lg) !important;
  border-color: rgba(30, 58, 138, 0.2) !important;
}

/* Adjust original theme backgrounds */
.theme-bg {
  background: var(--accent-gradient) !important;
}

.gray-bg {
  background: var(--bg-light) !important;
}

/* Footer Styling */
footer {
  background: var(--primary) !important;
  color: var(--text-muted) !important;
  border-top: 1px solid rgba(255,255,255,0.05);
}

footer h3, footer .widget-title {
  color: var(--white) !important;
  font-weight: 700 !important;
}

footer a {
  color: var(--text-muted) !important;
  transition: var(--transition) !important;
}

footer a:hover {
  color: var(--accent-light) !important;
  padding-left: 5px;
}


/* Custom badges */
.tag {
  background: rgba(30, 58, 138, 0.1) !important;
  color: var(--accent) !important;
  border-radius: 20px !important;
  font-weight: 600 !important;
  padding: 4px 12px !important;
}

/* ===================== PREMIUM MODAL ===================== */

/* Override old modal styles from style.css */
#ud_ujgwyz .modal-header { display: none !important; }
#ud_ujgwyz .modal-body { padding: 0 !important; }
#ud_ujgwyz .modal-dialog { max-width: 860px !important; }

/* Backdrop */
.premium-modal .modal-backdrop,
.modal-backdrop { backdrop-filter: blur(4px); }



/* Modal container */
.premium-modal-content {
  border: none !important;
  border-radius: 24px !important;
  
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35) !important;
  min-height: 520px;
  
  position: relative;
  display: flex;
  flex-direction: column;
}
.premium-modal-content .row {
  flex: 1;
  min-height: 0;
  
}

/* Close button */
.premium-modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 10;
  background: rgba(15,23,42,0.05) !important;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #0F172A;
  font-size: 16px;
  opacity: 0.6;
  transition: all 0.3s ease;
  padding: 0 !important;
}
.premium-modal-close::before {
  content: '\f00d';
  font-family: 'FontAwesome';
}
.premium-modal-close:hover {
  background: rgba(15,23,42,0.1) !important;
  transform: rotate(90deg);
  opacity: 1;
}

/* LEFT PANEL — navy gradient */
.premium-modal-left {
  background: linear-gradient(145deg, #0F172A 0%, #1E3A8A 60%, #1d4ed8 100%);
  padding: 40px 30px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.premium-modal-left::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(255,255,255,0.04);
  border-radius: 50%;
  top: -80px;
  right: -80px;
}
.premium-modal-left::after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
  bottom: -50px;
  left: -50px;
}

.premium-modal-logo { margin-bottom: 24px; }
.premium-modal-logo img { filter: brightness(0) invert(1); }

.premium-modal-tagline {
  font-family: 'Outfit', sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 12px;
}
.premium-modal-tagline span { color: #60a5fa; }

.premium-modal-subtext {
  font-size: 14px;
  color: rgba(255,255,255,0.75);
  line-height: 1.6;
  margin-bottom: 28px;
}

.premium-modal-perks { display: flex; flex-direction: column; gap: 14px; margin-bottom: 28px; }

.perk-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.perk-icon {
  width: 38px;
  height: 38px;
  background: rgba(255,255,255,0.12);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 16px;
  color: #93c5fd;
  backdrop-filter: blur(4px);
}
.perk-item span {
  font-size: 14px;
  color: rgba(255,255,255,0.9);
  font-weight: 500;
}

.premium-modal-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 10px 16px;
  border-radius: 12px;
  font-size: 13px;
  color: #fde68a;
}
.premium-modal-badge i { font-size: 16px; }

/* RIGHT PANEL - form */
.premium-modal-right {
  background: #ffffff;
  padding: 40px 36px;
  
  
}

.premium-modal-form-header { margin-bottom: 24px; }
.premium-modal-form-header h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 6px;
}
.premium-modal-form-header p {
  font-size: 14px;
  color: #64748b;
}

.premium-field { margin-bottom: 16px; }
.premium-field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 6px;
}
.required { color: #ef4444; }

  height: auto !important;
  line-height: normal !important;
}
/* Select-specific: custom arrow + appearance */
select  height: auto !important;
  line-height: normal !important;
}
/* When a real value is chosen, show dark text */
.premium-input {
  background: #f8fafc !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 10px !important;
  padding: 12px 16px !important;
  font-size: 14px !important;
  color: #0f172a !important;
  transition: all 0.25s ease !important;
  width: 100% !important;
  box-shadow: none !important;
  height: auto !important;
  line-height: normal !important;
}

select.premium-input {
  appearance: none !important;
  -webkit-appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231E3A8A' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  padding-right: 40px !important;
  cursor: pointer !important;
  color: #94a3b8 !important;
}

select.premium-input:not([value="0"]):not(:invalid) {
  color: #0f172a !important;
}
/* Style the placeholder option itself */
select.premium-input option[value="0"] {
  color: #94a3b8 !important;
}
select.premium-input option:not([value="0"]) {
  color: #0f172a !important;
}
.premium-input:focus {
  border-color: #1E3A8A !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(30,58,138,0.12) !important;
  outline: none !important;
}

.premium-terms {
  font-size: 12px;
  color: #94a3b8;
  margin-bottom: 4px;
}
.premium-terms a { color: var(--accent); text-decoration: underline; }

.premium-submit-btn {
  width: 100%;
  padding: 14px !important;
  background: linear-gradient(135deg, #1E3A8A 0%, #2563eb 100%) !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  border-radius: 12px !important;
  border: none !important;
  letter-spacing: 0.3px;
  box-shadow: 0 8px 24px rgba(30,58,138,0.35) !important;
  transition: all 0.3s ease !important;
}
.premium-submit-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 32px rgba(30,58,138,0.5) !important;
}
.premium-submit-btn i { margin-right: 6px; }


/* Desktop Only Modal Scroll */
@media (min-width: 768px) {
  .premium-modal-content {
    max-height: 90vh;
    overflow: hidden;
  }
  .premium-modal-content .row {
    height: 100%;
  }
  .premium-modal-right, .premium-modal-left {
    overflow-y: auto;
    max-height: 90vh;
  }
}

/* Mobile: stack vertically */
@media (max-width: 767px) {
    max-height: 90vh;
}
    max-height: 90vh;
}
}



/* Mobile Responsiveness */
@media (max-width: 991px) {
  .ud_gpdiji .row { position: relative; } /* Target the container's row */
  .col-lg-9.col-6 { position: static !important; }
  
  .slider-text h2 {
    font-size: 36px !important;
  }
  .slider-text p {
    font-size: 16px !important;
  }
  .appointment-form-3 {
    padding: 25px !important;
    margin-top: 30px;
  }
  .area-title h2 {
    font-size: 30px !important;
  }
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: -100%; /* Move left by 100% since parent is 50% wide */
    width: 200vw;
    max-width: calc(100vw - 30px);
    margin-left: 15px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 12px;
    padding: 15px;
    margin-top: 15px;
    box-shadow: var(--shadow-lg);
    z-index: 1050;
  }
  .navbar-nav .nav-link {
    padding: 12px 15px !important;
    border-bottom: 1px solid rgba(0,0,0,0.05);
  }
  .navbar-nav .nav-link::after {
    display: none !important;
  }
  .dropdown-menu {
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
    padding-left: 15px !important;
    margin-top: 0 !important;
  }
  .navbar-toggler {
    border: none !important;
    background: rgba(255,255,255,0.5) !important;
    padding: 8px 12px !important;
    border-radius: 8px !important;
  }
}

@media (max-width: 575px) {
  .slider-text h2 {
    font-size: 28px !important;
  }
  .area-title h2 {
    font-size: 24px !important;
  }
  .appointment-form-3 {
    padding: 20px !important;
  }
}


/* -------------------------------------------
   FOOTER
------------------------------------------- */
.cs-footer { background: #0F172A; }

.cs-footer-disclaimer {
  background: rgba(245,158,11,0.08);
  border-top: 1px solid rgba(245,158,11,0.2);
  border-bottom: 1px solid rgba(245,158,11,0.15);
  padding: 20px 0;
}
.cs-disclaimer-box {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  line-height: 1.7;
}
.cs-disclaimer-box strong { color: rgba(255,255,255,0.9); }
.cs-disclaimer-icon { font-size: 18px; color: #f59e0b; flex-shrink: 0; margin-top: 2px; }

.cs-footer-bottom { padding: 24px 0; border-top: 1px solid rgba(255,255,255,0.07); }
.cs-footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.cs-footer-copy { font-size: 13.5px; color: rgba(255,255,255,0.5); margin: 0; }
.cs-footer-copy strong { color: rgba(255,255,255,0.8); }
.cs-footer-links { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.cs-footer-links a {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 600;
  color: rgba(255,255,255,0.55);
  text-decoration: none; transition: color 0.2s ease;
}
.cs-footer-links a .fa { font-size: 12px; }
.cs-footer-links a:hover { color: #60a5fa; }
@media (max-width: 575px) {
  .cs-footer-bottom-inner { justify-content: center; text-align: center; }
  .cs-footer-links { justify-content: center; gap: 16px; }
  .cs-disclaimer-box { font-size: 12px; }
}


/* -------------------------------------------
   PREMIUM FOOTER
------------------------------------------- */
.cs-footer {
  background: #0A0F1E;
  position: relative;
}

/* -- Main Footer Body -- */
.cs-footer-main {
  padding: 72px 0 56px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  position: relative;
}
.cs-footer-main::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 30px 30px;
  pointer-events: none;
}

/* 4-column grid */
.cs-footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.1fr;
  gap: 48px;
  position: relative;
}

/* -- Brand Column -- */
.cs-footer-wordmark {
  font-size: 30px !important;
  margin-bottom: 16px;
  display: inline-block;
}
.cs-footer-wordmark .cs-search {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
.cs-footer-tagline {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  line-height: 1.75;
  margin-bottom: 28px;
  max-width: 280px;
}

/* Contact items */
.cs-footer-contact { display: flex; flex-direction: column; gap: 14px; }
.cs-footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 13.5px;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: color 0.2s ease;
  line-height: 1.5;
}
a.cs-footer-contact-item:hover { color: #60a5fa; }
.cs-fci {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 13px;
  color: #60a5fa;
}

/* -- Link Columns -- */
.cs-footer-heading {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 12px;
}
.cs-footer-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, #2563eb, #60a5fa);
  border-radius: 2px;
}

.cs-footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cs-footer-links-list a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  transition: color 0.2s ease, gap 0.2s ease;
}
.cs-footer-links-list a .fa {
  font-size: 9px;
  color: #2563eb;
  transition: transform 0.2s;
}
.cs-footer-links-list a:hover { color: #fff; gap: 12px; }
.cs-footer-links-list a:hover .fa { transform: translateX(2px); }

/* -- CTA Box -- */
.cs-footer-cta-box {
  margin-top: 28px;
  background: rgba(37,99,235,0.12);
  border: 1px solid rgba(37,99,235,0.25);
  border-radius: 16px;
  padding: 20px;
}
.cs-footer-cta-box p {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 12px;
}
.cs-footer-cta-box p strong { color: #93c5fd; }
.cs-footer-cta-box .cs-apply-btn {
  width: 100%;
  justify-content: center;
  font-size: 14px;
  padding: 11px 20px;
  border-radius: 10px;
  background: linear-gradient(135deg, #2563eb, #60a5fa) !important;
}

/* -- Disclaimer Strip -- */
.cs-footer-disclaimer {
  background: rgba(245,158,11,0.06);
  border-top: 1px solid rgba(245,158,11,0.18);
  border-bottom: 1px solid rgba(245,158,11,0.12);
  padding: 18px 0;
}
.cs-disclaimer-box {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 12.5px;
  color: rgba(255,255,255,0.5);
  line-height: 1.7;
}
.cs-disclaimer-box strong { color: rgba(255,255,255,0.8); }
.cs-disclaimer-icon { font-size: 17px; color: #f59e0b; flex-shrink: 0; margin-top: 2px; }

/* -- Bottom Bar -- */
.cs-footer-bottom { padding: 22px 0; }
.cs-footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}
.cs-footer-copy { font-size: 13px; color: rgba(255,255,255,0.4); margin: 0; }
.cs-footer-copy strong { color: rgba(255,255,255,0.7); }
.cs-footer-links {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.cs-footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12.5px;
  font-weight: 600;
  color: rgba(255,255,255,0.4);
  text-decoration: none;
  transition: color 0.2s ease;
}
.cs-footer-links a .fa { font-size: 11px; }
.cs-footer-links a:hover { color: #60a5fa; }

/* Responsive */
@media (max-width: 991px) {
  .cs-footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .cs-footer-brand-col { grid-column: 1 / -1; }
  .cs-footer-tagline { max-width: 100%; }
}
@media (max-width: 575px) {
  .cs-footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .cs-footer-main { padding: 48px 0 40px; }
  .cs-footer-bottom-inner { justify-content: center; text-align: center; }
  .cs-footer-links { justify-content: center; }
  .cs-disclaimer-box { font-size: 12px; }
}
/* Premium Hero Form */
.premium-hero-form-wrapper {
  background: linear-gradient(145deg, #0F172A 0%, #1E3A8A 100%);
  border-radius: 24px; padding: 40px 36px; box-shadow: 0 24px 60px rgba(0,0,0,0.3);
  position: relative; z-index: 2; border: 1px solid rgba(255,255,255,0.15);
  overflow: hidden;
}
.premium-hero-form-wrapper::before {
  content: ''; position: absolute; top: -50px; right: -50px;
  width: 200px; height: 200px; background: radial-gradient(circle, rgba(96,165,250,0.2) 0%, transparent 70%);
  border-radius: 50%; pointer-events: none;
}
.geu-form-title { color: #ffffff; font-size: 26px; font-weight: 800; margin-bottom: 8px; letter-spacing: -0.5px; }
.geu-form-sub { color: rgba(255,255,255,0.7); font-size: 14.5px; margin-bottom: 28px; line-height: 1.5; }

.cu-field { margin-bottom: 18px; }
.cu-input {
  width: 100%; padding: 14px 18px; border: 1px solid rgba(255,255,255,0.2);
  border-radius: 14px; font-family: 'Outfit', sans-serif; font-size: 15px;
  color: #ffffff; background: rgba(255,255,255,0.06); backdrop-filter: blur(12px);
  transition: all 0.3s ease; height: auto !important; line-height: normal !important;
}
.cu-input::placeholder { color: rgba(255,255,255,0.5); }
.cu-input:focus { 
  border-color: #60a5fa; background: rgba(255,255,255,0.12); 
  box-shadow: 0 0 0 4px rgba(96,165,250,0.15); outline: none; 
}

select.cu-input {
  appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23ffffff' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center; padding-right: 44px; cursor: pointer; color: rgba(255,255,255,0.5);
}
select.cu-input option { background: #0F172A; color: #ffffff; }
select.cu-input:not([value="0"]):not(:invalid) { color: #ffffff; }
select.cu-input option[value="0"] { color: rgba(255,255,255,0.5); }
select.cu-input option:not([value="0"]) { color: #ffffff; }

.geu-submit {
  width: 100%; padding: 16px; background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  color: #fff; font-size: 16px; font-weight: 700; border: none; border-radius: 14px; cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease;
  margin-top: 8px; text-transform: uppercase; letter-spacing: 0.5px;
}
.geu-submit:hover { transform: translateY(-3px); box-shadow: 0 15px 30px rgba(37,99,235,0.4); }

/* Premium Bottom Form */
.premium-bottom-form-wrapper {
  max-width: 900px; margin: 0 auto; 
  background: linear-gradient(145deg, #0F172A 0%, #1E3A8A 50%, #1d4ed8 100%); 
  border-radius: 32px;
  border: 1px solid rgba(255,255,255,0.15); 
  box-shadow: 0 30px 80px rgba(15,23,42,0.5), inset 0 2px 20px rgba(255,255,255,0.05); 
  padding: 56px;
  position: relative;
  overflow: hidden;
}
.premium-bottom-form-wrapper::before {
  content: ''; position: absolute; top: -20%; left: -10%;
  width: 600px; height: 600px; background: radial-gradient(circle, rgba(96,165,250,0.15) 0%, transparent 60%);
  border-radius: 50%; pointer-events: none;
}
.premium-bottom-form-wrapper::after {
  content: ''; position: absolute; bottom: -20%; right: -10%;
  width: 400px; height: 400px; background: radial-gradient(circle, rgba(167,139,250,0.15) 0%, transparent 60%);
  border-radius: 50%; pointer-events: none;
}
.form-row { display: flex; gap: 24px; position: relative; z-index: 2; }
.form-row .cu-field { flex: 1; margin-bottom: 24px; }
@media (max-width: 767px) {
  .form-row { flex-direction: column; gap: 0; }
  .form-row .cu-field { margin-bottom: 16px; }
  .premium-bottom-form-wrapper { padding: 40px 24px; border-radius: 24px; }
}
  .premium-bottom-form-wrapper { padding: 30px 20px; }
}

/* ===================================================
   HERO SECTION — MOBILE RESPONSIVE IMAGE FIX
   =================================================== */

/* On mobile: focus the background on the counsellor's upper body (right-center area) */
@media (max-width: 991px) {
  .ud_lzgqpl {
    background-position: 70% center !important;
    background-size: cover !important;
  }

  /* Reduce the extreme padding so hero fits better on tablets */
  .ud_nqrdmg {
    padding: 80px 0 !important;
  }

  /* Stack the two columns vertically */
  .ud_lzgqpl .row {
    flex-direction: column;
  }

  /* Make left text column full width */
  .ud_lzgqpl .col-md-8 {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Make form column full width and add breathing room above */
  .ud_lzgqpl .col-md-4 {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 32px;
  }

  /* Stronger dark overlay on mobile so text stays readable */
  .ud_lzgqpl::before {
    opacity: 0.55 !important;
    pointer-events: none !important;
    background: linear-gradient(135deg, #0F172A 0%, #1E3A8A 100%) !important;
  }

  /* Reduce hero text size on tablets */
  .ud_zsmszm h2 {
    font-size: 30px !important;
  }
  .ud_zsmszm p {
    font-size: 16px !important;
  }
}

/* On small phones: focus even more on center, tighten padding further */
@media (max-width: 575px) {
  .ud_lzgqpl {
    /* Shift slightly more to show the counsellor's face clearly */
    background-position: 65% top !important;
    min-height: 560px;
  }

  .ud_nqrdmg {
    padding: 60px 0 !important;
  }

  /* Stronger gradient overlay from bottom so text pops */
  .ud_lzgqpl::before {
    opacity: 0.65 !important;
    pointer-events: none !important;
    background: linear-gradient(180deg, rgba(15,23,42,0.5) 0%, rgba(15,23,42,0.85) 100%) !important;
  }

  .ud_zsmszm h2 {
    font-size: 26px !important;
    line-height: 1.3 !important;
  }
  .ud_zsmszm p {
    font-size: 15px !important;
  }

  /* Compact the form on phones */
  .premium-hero-form-wrapper {
    padding: 28px 20px !important;
    border-radius: 18px !important;
  }
  .geu-form-title {
    font-size: 20px !important;
  }
  .geu-form-sub {
    font-size: 13px !important;
    margin-bottom: 18px !important;
  }
  .cu-input {
    padding: 12px 14px !important;
    font-size: 14px !important;
  }
}

/* ── Modal Z-Index Fix ── */
/* Ensure Bootstrap modals always appear above the header (z-index: 2000) and hamburger (2100) */
.modal {
  z-index: 2200 !important;
}
.modal-backdrop {
  z-index: 2150 !important;
}