/*
Theme Name: Smart Digital Center
Theme URI: https://smartdigitalcenter.pk
Author: Smart Digital Center
Author URI: https://smartdigitalcenter.pk
Description: Professional WordPress theme for Smart Digital Center - License Applications, Computer Courses, and Digital Services. MM Road, Sultan Colony.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: smart-digital-center
Tags: responsive, modern, business, education, services
*/

/* ============================================
   CSS VARIABLES & ROOT
============================================ */
:root {
  --primary: #0052cc;
  --primary-dark: #003d99;
  --primary-light: #e8f0ff;
  --accent: #ff6b00;
  --accent-light: #fff3eb;
  --dark: #0a0f1e;
  --text: #1a2340;
  --text-light: #5a6482;
  --white: #ffffff;
  --gray-50: #f8f9fc;
  --gray-100: #eef0f7;
  --gray-200: #dde1ef;
  --success: #00b894;
  --border-radius: 12px;
  --border-radius-lg: 20px;
  --shadow-sm: 0 2px 12px rgba(0,82,204,0.08);
  --shadow-md: 0 8px 32px rgba(0,82,204,0.14);
  --shadow-lg: 0 20px 60px rgba(0,82,204,0.18);
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --font-main: 'Noto Nastaliq Urdu', 'Jameel Noori Nastaleeq', Georgia, serif;
  --font-en: 'Poppins', 'Segoe UI', sans-serif;
  --max-width: 1200px;
}

/* ============================================
   RESET & BASE
============================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-en);
  color: var(--text);
  background: var(--white);
  line-height: 1.7;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: var(--transition); }
ul { list-style: none; }
button { cursor: pointer; font-family: var(--font-en); }
.container { max-width: var(--max-width); margin: 0 auto; padding: 0 20px; }
.section-pad { padding: 80px 0; }
.section-pad-sm { padding: 50px 0; }

/* ============================================
   TOP BAR
============================================ */
.top-bar {
  background: var(--dark);
  color: rgba(255,255,255,0.85);
  padding: 8px 0;
  font-size: 0.82rem;
  letter-spacing: 0.3px;
}
.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.top-bar-left, .top-bar-right { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.top-bar span { display: flex; align-items: center; gap: 6px; }
.top-bar .icon { font-size: 0.9rem; color: var(--accent); }

/* ============================================
   HEADER / NAVIGATION
============================================ */
#main-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--white);
  box-shadow: 0 2px 20px rgba(0,0,0,0.08);
  transition: var(--transition);
}
#main-header.scrolled {
  box-shadow: 0 4px 30px rgba(0,82,204,0.15);
}
.nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  gap: 20px;
}
.logo-area { display: flex; align-items: center; gap: 14px; }
.logo-icon {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: white;
  font-weight: 900;
  box-shadow: 0 4px 16px rgba(0,82,204,0.3);
  flex-shrink: 0;
}
.logo-text .site-name {
  font-size: 1.22rem;
  font-weight: 800;
  color: var(--primary);
  line-height: 1.2;
  letter-spacing: -0.3px;
}
.logo-text .site-tagline {
  font-size: 0.72rem;
  color: var(--text-light);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav a {
  padding: 9px 16px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text);
  transition: var(--transition);
  white-space: nowrap;
}
.main-nav a:hover, .main-nav a.active {
  background: var(--primary-light);
  color: var(--primary);
}
.nav-cta {
  background: var(--primary) !important;
  color: var(--white) !important;
  padding: 9px 20px !important;
}
.nav-cta:hover { background: var(--primary-dark) !important; transform: translateY(-1px); box-shadow: var(--shadow-sm); }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  background: none;
  border: none;
  cursor: pointer;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2.5px;
  background: var(--text);
  border-radius: 3px;
  transition: var(--transition);
}

/* ============================================
   HERO SECTION
============================================ */
.hero {
  background: linear-gradient(135deg, #0a1628 0%, #0052cc 50%, #1a3f8a 100%);
  min-height: 88vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 60% at 80% 20%, rgba(255,107,0,0.12) 0%, transparent 60%),
    radial-gradient(ellipse 40% 40% at 20% 80%, rgba(0,82,204,0.4) 0%, transparent 60%);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,107,0,0.15);
  border: 1px solid rgba(255,107,0,0.3);
  color: #ffb380;
  padding: 7px 16px;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 22px;
  letter-spacing: 0.3px;
}
.hero-badge .dot { width: 7px; height: 7px; background: var(--accent); border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.4} }
.hero h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  color: white;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
.hero h1 span { color: var(--accent); }
.hero-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.75);
  margin-bottom: 12px;
  line-height: 1.6;
}
.hero-address {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 8px 16px;
  border-radius: 8px;
  color: rgba(255,255,255,0.85);
  font-size: 0.88rem;
  margin-bottom: 34px;
}
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: var(--border-radius);
  font-size: 0.95rem;
  font-weight: 700;
  transition: var(--transition);
  border: 2px solid transparent;
  white-space: nowrap;
}
.btn-primary { background: var(--accent); color: white; box-shadow: 0 4px 20px rgba(255,107,0,0.4); }
.btn-primary:hover { background: #e55c00; transform: translateY(-2px); box-shadow: 0 8px 30px rgba(255,107,0,0.5); }
.btn-outline { background: transparent; color: white; border-color: rgba(255,255,255,0.4); }
.btn-outline:hover { background: rgba(255,255,255,0.1); border-color: white; transform: translateY(-2px); }
.btn-blue { background: var(--primary); color: white; }
.btn-blue:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: var(--shadow-md); }

.hero-visual {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.stat-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.stat-card {
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--border-radius);
  padding: 22px 18px;
  text-align: center;
  transition: var(--transition);
}
.stat-card:hover { background: rgba(255,255,255,0.13); transform: translateY(-4px); }
.stat-card .num {
  font-size: 2.2rem;
  font-weight: 900;
  color: white;
  line-height: 1;
}
.stat-card .num span { color: var(--accent); }
.stat-card .lbl { font-size: 0.78rem; color: rgba(255,255,255,0.65); margin-top: 6px; font-weight: 500; }
.hero-cert-badge {
  background: rgba(0,184,148,0.15);
  border: 1px solid rgba(0,184,148,0.3);
  border-radius: var(--border-radius);
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: white;
}
.hero-cert-badge .cert-icon { font-size: 2rem; }
.hero-cert-badge strong { display: block; font-size: 0.95rem; color: #80ffe8; }
.hero-cert-badge small { font-size: 0.78rem; color: rgba(255,255,255,0.6); }

/* ============================================
   SERVICES SECTION
============================================ */
.services { background: var(--gray-50); }
.section-header { text-align: center; margin-bottom: 54px; }
.section-label {
  display: inline-block;
  background: var(--primary-light);
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 14px;
}
.section-header h2 {
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-weight: 900;
  color: var(--dark);
  letter-spacing: -0.5px;
  margin-bottom: 14px;
}
.section-header p { color: var(--text-light); font-size: 1rem; max-width: 540px; margin: 0 auto; }

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.service-card {
  background: white;
  border-radius: var(--border-radius-lg);
  padding: 32px 26px;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border: 1px solid var(--gray-100);
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.service-card:hover::before { transform: scaleX(1); }
.service-icon {
  width: 60px;
  height: 60px;
  background: var(--primary-light);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 18px;
  transition: var(--transition);
}
.service-card:hover .service-icon { background: var(--primary); filter: brightness(10); }
.service-card h3 { font-size: 1.1rem; font-weight: 800; margin-bottom: 10px; color: var(--dark); }
.service-card p { font-size: 0.9rem; color: var(--text-light); line-height: 1.7; }
.service-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  color: var(--primary);
  font-size: 0.88rem;
  font-weight: 700;
}
.service-link:hover { gap: 10px; }

/* ============================================
   APPLICATION SECTION
============================================ */
.apply-section {
  background: linear-gradient(135deg, var(--primary) 0%, #0a2a6e 100%);
  position: relative;
  overflow: hidden;
}
.apply-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255,107,0,0.12) 0%, transparent 65%);
  pointer-events: none;
}
.apply-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  position: relative;
  z-index: 1;
}
.apply-content h2 { font-size: 2.2rem; font-weight: 900; color: white; margin-bottom: 16px; letter-spacing: -0.5px; }
.apply-content p { color: rgba(255,255,255,0.75); font-size: 0.98rem; margin-bottom: 30px; }
.apply-steps { display: flex; flex-direction: column; gap: 18px; }
.apply-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.step-num {
  width: 36px;
  height: 36px;
  background: var(--accent);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  font-weight: 800;
  color: white;
  flex-shrink: 0;
}
.step-info strong { display: block; color: white; font-size: 0.95rem; margin-bottom: 3px; }
.step-info span { color: rgba(255,255,255,0.6); font-size: 0.84rem; }

.apply-form {
  background: white;
  border-radius: var(--border-radius-lg);
  padding: 36px 32px;
  box-shadow: var(--shadow-lg);
}
.apply-form h3 { font-size: 1.3rem; font-weight: 800; color: var(--dark); margin-bottom: 24px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 0.84rem; font-weight: 700; color: var(--text); margin-bottom: 7px; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid var(--gray-200);
  border-radius: 10px;
  font-size: 0.9rem;
  font-family: var(--font-en);
  color: var(--text);
  transition: var(--transition);
  background: var(--gray-50);
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--primary);
  background: white;
  box-shadow: 0 0 0 4px rgba(0,82,204,0.08);
}
.form-group textarea { resize: vertical; min-height: 90px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-submit {
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.3px;
  transition: var(--transition);
  margin-top: 6px;
}
.form-submit:hover { opacity: 0.9; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,82,204,0.4); }

/* ============================================
   COURSES SECTION
============================================ */
.courses { background: white; }
.courses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 24px;
}
.course-card {
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--gray-100);
  transition: var(--transition);
  background: white;
}
.course-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.course-header {
  padding: 28px 24px 20px;
  background: linear-gradient(135deg, var(--primary), #1a4db8);
  position: relative;
}
.course-header.orange { background: linear-gradient(135deg, #ff6b00, #e53e00); }
.course-header.green { background: linear-gradient(135deg, #00b894, #007a63); }
.course-header.purple { background: linear-gradient(135deg, #6c3cbb, #4a2480); }
.course-header.teal { background: linear-gradient(135deg, #0099cc, #006699); }
.course-header.red { background: linear-gradient(135deg, #e74c3c, #b03a2e); }
.course-tag {
  display: inline-block;
  background: rgba(255,255,255,0.2);
  color: white;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 50px;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.course-header h3 { color: white; font-size: 1.05rem; font-weight: 800; line-height: 1.4; }
.course-icon { font-size: 2.2rem; margin-bottom: 10px; }
.course-body { padding: 20px 24px 24px; }
.course-meta {
  display: flex;
  gap: 16px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.course-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.8rem;
  color: var(--text-light);
  font-weight: 500;
}
.course-meta .meta-icon { font-size: 0.9rem; }
.course-desc { font-size: 0.87rem; color: var(--text-light); line-height: 1.65; margin-bottom: 18px; }
.course-cert {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--gray-50);
  border: 1px solid var(--gray-100);
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 0.8rem;
  color: var(--text);
  font-weight: 600;
  margin-bottom: 16px;
}
.cert-check { color: var(--success); font-size: 1rem; }
.enroll-btn {
  width: 100%;
  padding: 11px;
  border-radius: 10px;
  background: var(--primary-light);
  color: var(--primary);
  border: none;
  font-size: 0.9rem;
  font-weight: 700;
  transition: var(--transition);
}
.enroll-btn:hover { background: var(--primary); color: white; }

/* ============================================
   WHY US SECTION
============================================ */
.why-us { background: var(--gray-50); }
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.why-content h2 { font-size: 2rem; font-weight: 900; color: var(--dark); margin-bottom: 16px; }
.why-content p { color: var(--text-light); margin-bottom: 30px; }
.why-features { display: flex; flex-direction: column; gap: 20px; }
.why-feature {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.why-feature .feat-icon {
  width: 48px;
  height: 48px;
  background: var(--primary-light);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}
.why-feature h4 { font-size: 0.98rem; font-weight: 800; color: var(--dark); margin-bottom: 4px; }
.why-feature p { font-size: 0.86rem; color: var(--text-light); margin: 0; }
.why-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.why-stat {
  background: white;
  border-radius: var(--border-radius);
  padding: 28px 20px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--gray-100);
  transition: var(--transition);
}
.why-stat:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.why-stat:nth-child(2) { margin-top: 20px; }
.why-stat:nth-child(4) { margin-top: 20px; }
.why-stat .big-num { font-size: 2.4rem; font-weight: 900; color: var(--primary); line-height: 1; }
.why-stat .big-num span { color: var(--accent); }
.why-stat .stat-label { font-size: 0.8rem; color: var(--text-light); font-weight: 600; margin-top: 6px; }

/* ============================================
   TESTIMONIALS
============================================ */
.testimonials { background: white; }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}
.testimonial-card {
  background: var(--gray-50);
  border-radius: var(--border-radius-lg);
  padding: 28px 24px;
  border: 1px solid var(--gray-100);
  transition: var(--transition);
  position: relative;
}
.testimonial-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); background: white; }
.quote-icon { font-size: 2.5rem; color: var(--primary); opacity: 0.2; line-height: 1; margin-bottom: 10px; }
.testimonial-text { font-size: 0.92rem; color: var(--text); line-height: 1.75; margin-bottom: 20px; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.author-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: white;
  font-weight: 800;
  flex-shrink: 0;
}
.author-name { font-weight: 800; font-size: 0.92rem; color: var(--dark); }
.author-course { font-size: 0.78rem; color: var(--text-light); }
.stars { color: #f39c12; font-size: 0.85rem; }

/* ============================================
   CONTACT SECTION
============================================ */
.contact-section { background: var(--gray-50); }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 50px;
  align-items: start;
}
.contact-info h2 { font-size: 2rem; font-weight: 900; color: var(--dark); margin-bottom: 14px; }
.contact-info p { color: var(--text-light); margin-bottom: 30px; }
.contact-details { display: flex; flex-direction: column; gap: 18px; }
.contact-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.contact-item .c-icon {
  width: 46px;
  height: 46px;
  background: var(--primary-light);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.contact-item h4 { font-size: 0.88rem; font-weight: 700; color: var(--text-light); margin-bottom: 3px; }
.contact-item p { font-size: 0.95rem; font-weight: 600; color: var(--dark); margin: 0; }
.contact-item a { color: var(--primary); }
.contact-item a:hover { color: var(--accent); }

.map-embed {
  background: white;
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--gray-100);
}
.map-header {
  padding: 18px 22px;
  background: var(--primary);
  color: white;
  font-weight: 700;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
.map-frame {
  width: 100%;
  height: 280px;
  border: none;
}
.map-placeholder {
  height: 280px;
  background: var(--gray-100);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--text-light);
}
.map-placeholder .map-pin { font-size: 3rem; }
.map-placeholder p { font-size: 0.9rem; font-weight: 600; }
.map-placeholder small { font-size: 0.8rem; }

/* ============================================
   FOOTER
============================================ */
footer {
  background: var(--dark);
  color: rgba(255,255,255,0.8);
  padding: 60px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-brand .logo-area { margin-bottom: 16px; }
.footer-brand .logo-text .site-name { color: white; }
.footer-brand p { font-size: 0.88rem; color: rgba(255,255,255,0.55); line-height: 1.7; }
.footer-col h4 { color: white; font-size: 0.92rem; font-weight: 800; margin-bottom: 18px; }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a { font-size: 0.85rem; color: rgba(255,255,255,0.55); transition: var(--transition); }
.footer-col ul li a:hover { color: white; padding-left: 4px; }
.footer-contact-item { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 12px; }
.footer-contact-item .fc-icon { color: var(--accent); flex-shrink: 0; font-size: 0.9rem; margin-top: 3px; }
.footer-contact-item span { font-size: 0.84rem; color: rgba(255,255,255,0.6); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bottom p { font-size: 0.82rem; color: rgba(255,255,255,0.4); }
.footer-bottom a { color: rgba(255,255,255,0.6); }
.footer-bottom a:hover { color: white; }
.social-links { display: flex; gap: 10px; }
.social-link {
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.08);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.6);
  transition: var(--transition);
}
.social-link:hover { background: var(--primary); color: white; }

/* ============================================
   MOBILE MENU
============================================ */
.mobile-nav {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(10,15,30,0.95);
  z-index: 9999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  color: white;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 12px;
  transition: var(--transition);
}
.mobile-nav a:hover { background: var(--primary); }
.mobile-close {
  position: absolute;
  top: 24px; right: 24px;
  background: rgba(255,255,255,0.1);
  border: none;
  color: white;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ============================================
   SCROLL TO TOP BUTTON
============================================ */
#scrollTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 46px;
  height: 46px;
  background: var(--primary);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 1.1rem;
  box-shadow: var(--shadow-md);
  cursor: pointer;
  opacity: 0;
  transform: translateY(20px);
  transition: var(--transition);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
#scrollTop.visible { opacity: 1; transform: translateY(0); }
#scrollTop:hover { background: var(--accent); }

/* ============================================
   NOTIFICATION TOAST
============================================ */
.toast {
  position: fixed;
  bottom: 90px;
  right: 30px;
  background: var(--success);
  color: white;
  padding: 14px 22px;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: var(--shadow-lg);
  transform: translateY(20px);
  opacity: 0;
  transition: var(--transition);
  z-index: 9998;
  display: flex;
  align-items: center;
  gap: 8px;
}
.toast.show { opacity: 1; transform: translateY(0); }

/* ============================================
   RESPONSIVE
============================================ */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .top-bar .top-bar-left { display: none; }
  .main-nav { display: none; }
  .hamburger { display: flex; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero { min-height: auto; padding: 60px 0; }
  .hero h1 { font-size: 2rem; }
  .stat-cards { grid-template-columns: 1fr 1fr; }
  .apply-grid { grid-template-columns: 1fr; gap: 40px; }
  .why-grid { grid-template-columns: 1fr; gap: 40px; }
  .contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .form-row { grid-template-columns: 1fr; }
  .section-pad { padding: 55px 0; }
  .apply-form { padding: 24px 20px; }
  .why-visual { gap: 12px; }
  .why-stat:nth-child(2), .why-stat:nth-child(4) { margin-top: 0; }
}

@media (max-width: 500px) {
  .hero-btns { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .stat-cards { grid-template-columns: 1fr 1fr; }
  .courses-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  #scrollTop { bottom: 16px; right: 16px; }
  .toast { right: 16px; bottom: 76px; }
}
