/* ============================================
   SADINENI EDUCATIONAL SOCIETY - CUSTOM CSS
   Bootstrap 5.3 based premium NGO theme
   ============================================ */

:root {
  --primary: #0d6efd;
  --primary-dark: #0952c7;
  --secondary: #28a745;
  --secondary-dark: #1e7e34;
  --accent: #ffc107;
  --accent-dark: #e0a800;
  --bg: #f8fafc;
  --white: #ffffff;
  --text: #1f2937;
  --text-muted: #64748b;
  --border: #e2e8f0;
  --shadow-sm: 0 4px 12px rgba(15, 23, 42, 0.06);
  --shadow-md: 0 12px 32px rgba(15, 23, 42, 0.08);
  --shadow-lg: 0 24px 60px rgba(15, 23, 42, 0.12);
  --grad-primary: linear-gradient(135deg, #0d6efd 0%, #28a745 100%);
  --grad-warm: linear-gradient(135deg, #ffc107 0%, #ff8a00 100%);
  --radius-sm: 12px;
  --radius: 18px;
  --radius-lg: 24px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Roboto', system-ui, -apple-system, sans-serif;
  font-size: 16px;
  color: var(--text);
  background: var(--bg);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6 { font-family: 'Poppins', sans-serif; font-weight: 700; color: var(--text); letter-spacing: -0.01em; }
h1 { font-size: clamp(2.2rem, 4.5vw, 3.8rem); line-height: 1.15; }
h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1.2; }
h3 { font-size: clamp(1.4rem, 2.2vw, 1.9rem); }
h4 { font-size: 1.35rem; }
h5 { font-size: 1.15rem; }
p { color: var(--text-muted); }
a { text-decoration: none; color: var(--primary); transition: color 0.25s var(--ease); }
a:hover { color: var(--primary-dark); }
::selection { background: var(--primary); color: #fff; }

.section { padding: 100px 0; position: relative; }
@media (max-width: 767px) { .section { padding: 70px 0; } }

.text-gradient {
  background: var(--grad-primary);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-warning-gradient {
  background: linear-gradient(135deg, #ffc107 0%, #ff5e00 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}

.section-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 18px;
  background: rgba(13, 110, 253, 0.08);
  color: var(--primary);
  border-radius: 100px;
  font-size: 0.82rem; font-weight: 600;
  letter-spacing: 0.6px; text-transform: uppercase;
  margin-bottom: 18px;
}
.section-eyebrow i { font-size: 0.75rem; }
.eyebrow-light { background: rgba(255,255,255,0.15); color: #fff; backdrop-filter: blur(10px); }

.section-head { margin-bottom: 60px; }
.section-head-sm { margin-bottom: 40px; }
.section-title { margin-bottom: 18px; }
.section-title-sm { font-size: 1.6rem; margin-bottom: 6px; }
.section-lead { font-size: 1.05rem; max-width: 680px; color: var(--text-muted); }

/* ============ BUTTONS ============ */
.btn-cta-primary, .btn-cta-outline, .btn-cta-ghost, .btn-cta-warning, .btn-cta-ghost-light {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding: 14px 30px;
  border-radius: 100px;
  border: 2px solid transparent;
  transition: all 0.35s var(--ease);
  display: inline-flex; align-items: center; gap: 8px;
  position: relative; overflow: hidden;
  font-size: 0.95rem;
}
.btn-cta-primary {
  background: var(--grad-primary);
  color: #fff;
  box-shadow: 0 10px 24px rgba(13, 110, 253, 0.28);
}
.btn-cta-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(13, 110, 253, 0.35);
  color: #fff;
}
.btn-cta-outline {
  background: transparent;
  color: var(--primary);
  border-color: var(--primary);
}
.btn-cta-outline:hover { background: var(--primary); color: #fff; transform: translateY(-3px); }
.btn-cta-ghost {
  background: rgba(255,255,255,0.12);
  color: #fff;
  border-color: rgba(255,255,255,0.4);
  backdrop-filter: blur(10px);
}
.btn-cta-ghost:hover { background: #fff; color: var(--primary); border-color: #fff; transform: translateY(-3px); }
.btn-cta-warning { background: var(--grad-warm); color: #1f2937; box-shadow: 0 10px 26px rgba(255, 138, 0, 0.35); }
.btn-cta-warning:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(255,138,0,0.45); color: #1f2937; }
.btn-cta-ghost-light {
  background: rgba(255,255,255,0.1); color: #fff; border-color: rgba(255,255,255,0.5); backdrop-filter: blur(10px);
}
.btn-cta-ghost-light:hover { background: #fff; color: var(--primary); border-color: #fff; transform: translateY(-3px); }

/* ============ TOPBAR ============ */
.topbar {
  background: linear-gradient(135deg, #0d6efd 0%, #0952c7 100%);
  color: #fff;
  padding: 10px 0;
  font-size: 0.85rem;
  position: relative; z-index: 1041;
}
.topbar i { margin-right: 6px; opacity: 0.9; }
.topbar-right a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 30px; height: 30px; border-radius: 50%;
  background: rgba(255,255,255,0.1);
  color: #fff;
  margin-left: 6px;
  font-size: 0.8rem;
  transition: all 0.3s var(--ease);
}
.topbar-right a:hover { background: var(--accent); color: var(--text); transform: translateY(-2px); }

/* ============ NAVBAR ============ */
.custom-navbar {
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(18px);
  padding: 15px 0;
  transition: all 0.4s var(--ease);
  border-bottom: 1px solid transparent;
  top: 40px;
}
@media (max-width: 991px) { .custom-navbar { top: 0; } }
.custom-navbar.scrolled {
  top: 0;
  padding: 10px 0;
  box-shadow: 0 8px 24px rgba(15,23,42,0.08);
  border-bottom-color: var(--border);
}
.brand-logo-mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px;
  border-radius: 14px;
  background: var(--grad-primary);
  color: #fff;
  font-size: 1.35rem;
  margin-right: 12px;
  box-shadow: 0 8px 18px rgba(13,110,253,0.25);
}
.brand-text { display: inline-flex; flex-direction: column; line-height: 1; }
.brand-title { font-family: 'Poppins',sans-serif; font-weight: 700; font-size: 1.25rem; color: var(--text); letter-spacing: -0.5px; }
.brand-sub { font-family: 'Poppins',sans-serif; font-weight: 500; font-size: 0.7rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1.5px; margin-top: 4px; }

.navbar-nav .nav-link {
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
  color: var(--text);
  padding: 8px 16px !important;
  margin: 0 2px;
  border-radius: 100px;
  position: relative;
  font-size: 0.95rem;
  transition: all 0.3s var(--ease);
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  color: var(--primary);
  background: rgba(13,110,253,0.08);
}

.navbar-toggler { border: none; padding: 6px; }
.navbar-toggler:focus { box-shadow: none; }
.navbar-toggler .toggler-icon {
  display: block;
  width: 26px; height: 3px;
  background: var(--primary);
  margin: 5px 0;
  border-radius: 3px;
  transition: all 0.35s var(--ease);
}

/* ============ HERO ============ */
.hero-section { position: relative; height: 100vh; min-height: 640px; overflow: hidden; }
.heroSwiper, .heroSwiper .swiper-wrapper { height: 100%; }
.hero-slide {
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(6, 20, 47, 0.85) 0%, rgba(6, 20, 47, 0.55) 55%, rgba(13, 110, 253, 0.35) 100%);
  z-index: 1;
}
.hero-content { position: relative; z-index: 3; color: #fff; padding-top: 90px; }
.hero-eyebrow {
  display: inline-block;
  color: var(--accent);
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 0.85rem;
  text-transform: uppercase;
  padding: 8px 20px;
  border: 1px solid rgba(255,193,7,0.4);
  border-radius: 100px;
  margin-bottom: 24px;
  background: rgba(255,193,7,0.08);
  backdrop-filter: blur(6px);
}
.hero-title { color: #fff; font-weight: 800; margin-bottom: 22px; text-shadow: 0 2px 12px rgba(0,0,0,0.2); }
.hero-title .text-gradient {
  background: linear-gradient(135deg, #ffc107 0%, #ff8a00 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.hero-subtitle { color: rgba(255,255,255,0.88); font-size: 1.15rem; max-width: 620px; margin-bottom: 34px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.floating-shape {
  position: absolute;
  border-radius: 50%;
  z-index: 2;
  opacity: 0.5;
  pointer-events: none;
  animation: floatShape 12s ease-in-out infinite;
}
.shape-1 { width: 160px; height: 160px; background: radial-gradient(circle, rgba(255,193,7,0.5), transparent 70%); top: 10%; right: 8%; animation-delay: 0s; }
.shape-2 { width: 230px; height: 230px; background: radial-gradient(circle, rgba(40,167,69,0.4), transparent 70%); bottom: 15%; left: 5%; animation-delay: -4s; }
.shape-3 { width: 110px; height: 110px; background: radial-gradient(circle, rgba(13,110,253,0.55), transparent 70%); top: 55%; right: 20%; animation-delay: -8s; }
@keyframes floatShape { 0%,100% { transform: translate(0,0); } 50% { transform: translate(30px,-40px); } }

.hero-pagination { bottom: 40px !important; z-index: 5; }
.hero-pagination .swiper-pagination-bullet { background: #fff; opacity: 0.5; width: 12px; height: 12px; transition: all 0.35s var(--ease); }
.hero-pagination .swiper-pagination-bullet-active { opacity: 1; width: 36px; border-radius: 6px; background: var(--accent); }

.hero-nav-buttons { position: absolute; bottom: 40px; right: 30px; display: flex; gap: 10px; z-index: 5; }
.hero-prev, .hero-next {
  width: 52px; height: 52px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.35);
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
  color: #fff; font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s var(--ease);
}
.hero-prev:hover, .hero-next:hover { background: var(--accent); border-color: var(--accent); color: var(--text); transform: scale(1.08); }
@media (max-width: 767px) { .hero-nav-buttons { display: none; } }

.scroll-cue {
  position: absolute; bottom: 25px; left: 50%; transform: translateX(-50%);
  width: 24px; height: 40px; border: 2px solid rgba(255,255,255,0.6);
  border-radius: 20px; z-index: 5;
  display: none;
}
@media (min-width: 992px) { .scroll-cue { display: block; } }
.scroll-cue span { display: block; width: 4px; height: 8px; background: #fff; border-radius: 2px; margin: 6px auto; animation: scrollCue 1.6s infinite; }
@keyframes scrollCue { 0% { transform: translateY(0); opacity: 1; } 100% { transform: translateY(14px); opacity: 0; } }

/* ============ ABOUT ============ */
.about-section { background: var(--white); }
.about-image-wrap { position: relative; padding: 0 30px 30px 0; }
.about-main-image {
  width: 100%; border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  transition: transform 0.6s var(--ease);
}
.about-image-wrap:hover .about-main-image { transform: scale(1.02); }
.about-secondary-image {
  position: absolute;
  bottom: 0; right: 0;
  width: 45%;
  border-radius: var(--radius);
  border: 6px solid #fff;
  box-shadow: var(--shadow-md);
}
.about-experience-badge {
  position: absolute;
  top: 24px; left: -20px;
  background: var(--grad-primary);
  color: #fff;
  padding: 22px 26px;
  border-radius: var(--radius);
  box-shadow: 0 18px 40px rgba(13,110,253,0.3);
  display: flex; align-items: center; gap: 12px;
  min-width: 190px;
}
.years-count { font-family: 'Poppins',sans-serif; font-size: 2.4rem; font-weight: 800; line-height: 1; display: block; }
.years-label { font-size: 0.85rem; opacity: 0.95; line-height: 1.25; }

.mv-card {
  background: linear-gradient(135deg, rgba(13,110,253,0.06), rgba(13,110,253,0.02));
  border: 1px solid rgba(13,110,253,0.12);
  padding: 22px;
  border-radius: var(--radius);
  height: 100%;
  transition: all 0.35s var(--ease);
}
.mv-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.mv-card-alt {
  background: linear-gradient(135deg, rgba(40,167,69,0.06), rgba(40,167,69,0.02));
  border-color: rgba(40,167,69,0.12);
}
.mv-icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--grad-primary);
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 14px;
}
.mv-card-alt .mv-icon { background: linear-gradient(135deg, #28a745, #1e7e34); }
.mv-card h5 { margin-bottom: 8px; }
.mv-card p { margin: 0; font-size: 0.92rem; }

.about-focus-list { display: flex; flex-wrap: wrap; gap: 10px; }
.focus-chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 18px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 100px;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--text);
  transition: all 0.3s var(--ease);
}
.focus-chip i { color: var(--primary); }
.focus-chip:hover { border-color: var(--primary); background: var(--primary); color: #fff; }
.focus-chip:hover i { color: #fff; }

/* ============ STATS ============ */
.stats-section {
  background: linear-gradient(135deg, #0d6efd 0%, #0952c7 60%, #28a745 130%);
  color: #fff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.stats-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 30%, rgba(255,255,255,0.08) 0, transparent 40%), radial-gradient(circle at 80% 70%, rgba(255,193,7,0.15) 0, transparent 40%);
  pointer-events: none;
}
.stat-card {
  padding: 30px 20px;
  position: relative;
  transition: transform 0.35s var(--ease);
}
.stat-card:hover { transform: translateY(-8px); }
.stat-icon {
  width: 72px; height: 72px;
  border-radius: 20px;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.2);
  color: var(--accent);
  font-size: 1.7rem;
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.stat-number { font-family: 'Poppins',sans-serif; font-weight: 800; font-size: 3rem; line-height: 1; color: #fff; }
.stat-plus { color: var(--accent); }
.stat-label { display: block; margin-top: 10px; font-weight: 500; color: rgba(255,255,255,0.9); font-size: 0.98rem; }

/* ============ AIM & OBJECTIVES ============ */
.aim-section { background: linear-gradient(180deg, #f8fafc 0%, #eef2f8 100%); position: relative; overflow: hidden; }
.aim-bg-shape {
  position: absolute; top: -100px; right: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(13,110,253,0.08), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.glass-card {
  background: rgba(255,255,255,0.55);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: var(--radius-lg);
  padding: 34px 28px;
  height: 100%;
  transition: all 0.45s var(--ease);
  position: relative;
  overflow: hidden;
}
.glass-card::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(13,110,253,0.06), transparent 60%);
  opacity: 0;
  transition: opacity 0.4s var(--ease);
}
.glass-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 24px 50px rgba(13,110,253,0.15);
  border-color: rgba(13,110,253,0.2);
}
.glass-card:hover::before { opacity: 1; }
.glass-icon {
  width: 66px; height: 66px;
  border-radius: 18px;
  background: var(--grad-primary);
  color: #fff;
  font-size: 1.5rem;
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 10px 22px rgba(13,110,253,0.25);
  transition: transform 0.4s var(--ease);
}
.glass-card:hover .glass-icon { transform: rotate(-8deg) scale(1.08); }
.glass-card h4 { margin-bottom: 12px; }
.glass-card p { margin: 0; font-size: 0.95rem; }

/* ============ SERVICES ============ */
.services-section { background: #fff; }
.service-card {
  background: #fff;
  border: 1px solid var(--border);
  padding: 34px 26px;
  border-radius: var(--radius-lg);
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.4s var(--ease);
}
.service-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--grad-primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s var(--ease);
}
.service-card:hover { transform: translateY(-10px); box-shadow: var(--shadow-lg); border-color: transparent; }
.service-card:hover::before { transform: scaleX(1); }
.service-icon {
  width: 72px; height: 72px;
  border-radius: 20px;
  color: #fff;
  font-size: 1.6rem;
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  transition: transform 0.4s var(--ease);
}
.service-card:hover .service-icon { transform: scale(1.08) rotate(-6deg); }
.service-icon-1 { background: linear-gradient(135deg,#0d6efd,#0952c7); }
.service-icon-2 { background: linear-gradient(135deg,#ffc107,#ff8a00); }
.service-icon-3 { background: linear-gradient(135deg,#28a745,#1e7e34); }
.service-icon-4 { background: linear-gradient(135deg,#6f42c1,#4c2a94); }
.service-icon-5 { background: linear-gradient(135deg,#e83e8c,#c02676); }
.service-icon-6 { background: linear-gradient(135deg,#20c997,#159b76); }
.service-icon-7 { background: linear-gradient(135deg,#fd7e14,#c95d04); }
.service-icon-8 { background: linear-gradient(135deg,#dc3545,#a52734); }
.service-card h5 { margin-bottom: 10px; }
.service-card p { font-size: 0.92rem; margin-bottom: 16px; }
.service-more {
  font-weight: 600; color: var(--primary); font-size: 0.9rem;
  display: inline-flex; align-items: center; gap: 6px;
}
.service-more i { transition: transform 0.3s var(--ease); }
.service-more:hover i { transform: translateX(5px); }

/* ============ WHY CHOOSE US ============ */
.why-section { background: var(--bg); }
.why-image-wrap { position: relative; }
.why-image-wrap img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); position: relative; z-index: 2; }
.why-image-decor {
  position: absolute; top: 20px; left: 20px; right: -20px; bottom: -20px;
  border: 3px dashed var(--primary);
  border-radius: var(--radius-lg);
  opacity: 0.25;
  z-index: 1;
}
.why-play-badge {
  position: absolute; bottom: 30px; left: 30px;
  z-index: 3;
  display: flex; align-items: center; gap: 12px;
  background: rgba(255,255,255,0.95);
  padding: 10px 20px 10px 10px;
  border-radius: 100px;
  box-shadow: var(--shadow-md);
  cursor: pointer;
  transition: transform 0.3s var(--ease);
}
.why-play-badge:hover { transform: translateY(-4px); }
.play-inner {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--grad-primary);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  animation: pulse 2s infinite;
}
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(13,110,253,0.5); } 70% { box-shadow: 0 0 0 14px rgba(13,110,253,0); } 100% { box-shadow: 0 0 0 0 rgba(13,110,253,0); } }
.why-play-badge span { font-weight: 600; font-size: 0.9rem; }

.feature-card {
  display: flex; gap: 14px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: all 0.35s var(--ease);
  height: 100%;
}
.feature-card:hover { border-color: var(--primary); box-shadow: var(--shadow-md); transform: translateY(-4px); }
.feature-check {
  flex-shrink: 0;
  width: 40px; height: 40px; border-radius: 12px;
  background: linear-gradient(135deg, rgba(40,167,69,0.15), rgba(40,167,69,0.05));
  color: var(--secondary);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.95rem;
}
.feature-card h6 { margin: 0 0 4px; font-size: 1rem; }
.feature-card p { margin: 0; font-size: 0.85rem; line-height: 1.5; }

/* ============ PROGRAMS ============ */
.programs-section { background: #fff; }
.program-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all 0.4s var(--ease);
  height: 100%;
  border: 1px solid var(--border);
}
.program-card:hover { transform: translateY(-10px); box-shadow: var(--shadow-lg); border-color: transparent; }
.program-image { position: relative; overflow: hidden; aspect-ratio: 16/10; }
.program-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.program-card:hover .program-image img { transform: scale(1.1); }
.program-tag {
  position: absolute; top: 16px; left: 16px;
  background: var(--grad-primary);
  color: #fff;
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  box-shadow: 0 6px 16px rgba(13,110,253,0.25);
}
.program-body { padding: 24px 22px; }
.program-body h5 { margin-bottom: 10px; }
.program-body p { font-size: 0.92rem; margin-bottom: 16px; }
.program-more { font-weight: 600; color: var(--primary); font-size: 0.9rem; display: inline-flex; align-items: center; gap: 6px; }
.program-more i { transition: transform 0.3s var(--ease); }
.program-more:hover i { transform: translateX(5px); }

/* ============ GALLERY ============ */
.gallery-section { background: var(--bg); }
.masonry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 16px;
}
@media (max-width: 991px) { .masonry-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 767px) { .masonry-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; } }
.masonry-item {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
}
.masonry-item.item-tall { grid-row: span 2; }
.masonry-item.item-wide { grid-column: span 2; }
@media (max-width: 767px) { .masonry-item.item-tall { grid-row: span 1; } .masonry-item.item-wide { grid-column: span 2; } }
.masonry-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.masonry-item:hover img { transform: scale(1.12); }
.masonry-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(13,110,253,0.75), rgba(40,167,69,0.75));
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  opacity: 0;
  transition: opacity 0.4s var(--ease);
}
.masonry-item:hover .masonry-overlay { opacity: 1; }

/* ============ TESTIMONIALS ============ */
.testimonials-section { background: #fff; position: relative; overflow: hidden; }
.testimonialSwiper { padding: 20px 4px 60px; }
.testimonial-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 30px;
  position: relative;
  transition: all 0.4s var(--ease);
  height: 100%;
  box-shadow: var(--shadow-sm);
}
.testimonial-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-6px); border-color: transparent; }
.t-quote {
  position: absolute; top: -20px; right: 24px;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--grad-primary);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
  box-shadow: 0 10px 24px rgba(13,110,253,0.3);
}
.t-stars { color: var(--accent); font-size: 0.95rem; margin-bottom: 14px; }
.t-stars i { margin-right: 2px; }
.t-review { font-size: 1.02rem; color: var(--text); line-height: 1.7; font-style: italic; margin-bottom: 22px; }
.t-person { display: flex; align-items: center; gap: 14px; }
.t-person img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; border: 3px solid #fff; box-shadow: var(--shadow-sm); }
.t-person h6 { margin: 0; font-size: 1rem; }
.t-person span { color: var(--text-muted); font-size: 0.85rem; }
.testimonial-pagination { text-align: center; margin-top: 30px; }
.testimonial-pagination .swiper-pagination-bullet { background: var(--primary); }
.testimonial-pagination .swiper-pagination-bullet-active { width: 30px; border-radius: 6px; }

/* ============ TIMELINE ============ */
.impact-section { background: var(--bg); }
.timeline { position: relative; padding: 20px 0; max-width: 1000px; margin: 0 auto; }
.timeline::before {
  content: '';
  position: absolute;
  top: 0; bottom: 0; left: 50%;
  width: 3px;
  background: linear-gradient(180deg, var(--primary), var(--secondary));
  transform: translateX(-50%);
  border-radius: 3px;
}
.tl-item {
  position: relative;
  width: 50%;
  padding-right: 50px;
  margin-bottom: 30px;
}
.tl-item.tl-right { margin-left: 50%; padding-right: 0; padding-left: 50px; }
.tl-dot {
  position: absolute; top: 20px; right: -12px;
  width: 22px; height: 22px; border-radius: 50%;
  background: #fff;
  border: 4px solid var(--primary);
  z-index: 2;
}
.tl-item.tl-right .tl-dot { right: auto; left: -12px; border-color: var(--secondary); }
.tl-dot-glow { box-shadow: 0 0 0 8px rgba(40,167,69,0.15); animation: pulse 2s infinite; }
.tl-content {
  background: #fff;
  padding: 24px 26px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  transition: all 0.35s var(--ease);
}
.tl-content:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.tl-content-highlight { background: var(--grad-primary); color: #fff; border-color: transparent; }
.tl-content-highlight h5, .tl-content-highlight p { color: #fff; }
.tl-content-highlight p { opacity: 0.92; }
.tl-year {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(13,110,253,0.1);
  color: var(--primary);
  border-radius: 100px;
  font-weight: 600;
  font-size: 0.85rem;
  margin-bottom: 8px;
}
.tl-content-highlight .tl-year { background: rgba(255,255,255,0.2); color: #fff; }
.tl-content h5 { margin-bottom: 6px; }
.tl-content p { margin: 0; font-size: 0.92rem; }
@media (max-width: 767px) {
  .timeline::before { left: 20px; }
  .tl-item, .tl-item.tl-right { width: 100%; margin-left: 0; padding-left: 50px; padding-right: 0; }
  .tl-dot, .tl-item.tl-right .tl-dot { left: 10px; right: auto; }
}

/* ============ CTA ============ */
.cta-section {
  background: linear-gradient(135deg, #0d6efd 0%, #0952c7 50%, #28a745 130%);
  color: #fff;
  padding: 110px 0 130px;
  position: relative;
  overflow: hidden;
}
.cta-shape {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 15% 20%, rgba(255,193,7,0.2), transparent 40%),
    radial-gradient(circle at 85% 80%, rgba(255,255,255,0.1), transparent 45%);
  pointer-events: none;
}
.cta-title { color: #fff; font-size: clamp(2rem, 4vw, 3.4rem); margin-bottom: 20px; }
.cta-lead { color: rgba(255,255,255,0.9); font-size: 1.15rem; max-width: 700px; margin: 0 auto 34px; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta-wave { position: absolute; bottom: -1px; left: 0; width: 100%; height: 90px; }

/* ============ PARTNERS ============ */
.partners-section { background: var(--bg); padding: 70px 0; }
.partnersSwiper { padding: 20px 0; }
.partner-logo {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
  height: 100px;
  color: var(--text-muted);
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.35s var(--ease);
}
.partner-logo i { font-size: 2.4rem; }
.partner-logo span { font-family: 'Poppins',sans-serif; font-weight: 600; font-size: 0.95rem; }
.partner-logo:hover { filter: grayscale(0); opacity: 1; color: var(--primary); transform: translateY(-4px); }

/* ============ NEWS ============ */
.news-section { background: #fff; }
.news-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  transition: all 0.4s var(--ease);
  height: 100%;
}
.news-card:hover { transform: translateY(-10px); box-shadow: var(--shadow-lg); border-color: transparent; }
.news-image { position: relative; overflow: hidden; aspect-ratio: 16/10; }
.news-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.news-card:hover .news-image img { transform: scale(1.08); }
.news-date {
  position: absolute; top: 16px; left: 16px;
  background: #fff;
  padding: 10px 14px;
  border-radius: 14px;
  text-align: center;
  box-shadow: var(--shadow-md);
  min-width: 60px;
}
.news-date span { display: block; font-family: 'Poppins',sans-serif; font-weight: 700; font-size: 1.4rem; color: var(--primary); line-height: 1; }
.news-date small { display: block; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); font-weight: 600; }
.news-body { padding: 24px; }
.news-meta { font-size: 0.8rem; color: var(--text-muted); margin-bottom: 10px; }
.news-meta i { color: var(--primary); }
.news-body h5 { margin-bottom: 10px; line-height: 1.35; }
.news-body p { font-size: 0.92rem; margin-bottom: 14px; }
.news-more { color: var(--primary); font-weight: 600; font-size: 0.9rem; display: inline-flex; align-items: center; gap: 6px; }
.news-more i { transition: transform 0.3s var(--ease); }
.news-more:hover i { transform: translateX(5px); }

/* ============ CONTACT ============ */
.contact-section { background: var(--bg); }
.contact-info-list { margin-top: 30px; }
.contact-info-item { display: flex; gap: 16px; margin-bottom: 22px; align-items: flex-start; }
.ci-icon {
  flex-shrink: 0;
  width: 54px; height: 54px;
  border-radius: 16px;
  background: var(--grad-primary);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.15rem;
  box-shadow: 0 8px 18px rgba(13,110,253,0.25);
}
.contact-info-item h6 { margin: 0 0 4px; font-size: 1rem; }
.contact-info-item p { margin: 0; font-size: 0.92rem; line-height: 1.55; }

.contact-form-wrap {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border);
}
.contact-form-wrap h4 { margin-bottom: 6px; }
.contact-form-wrap .form-label { font-weight: 500; font-size: 0.9rem; margin-bottom: 6px; color: var(--text); }
.contact-form-wrap .form-control {
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid var(--border);
  font-size: 0.95rem;
  transition: all 0.3s var(--ease);
}
.contact-form-wrap .form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(13,110,253,0.1);
}
@media (max-width: 575px) { .contact-form-wrap { padding: 28px 22px; } }

/* ============ FOOTER ============ */
.site-footer {
  background: #0a1730;
  color: rgba(255,255,255,0.75);
  padding: 80px 0 25px;
  position: relative;
  overflow: hidden;
}
.footer-shape {
  position: absolute; top: -100px; right: -100px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(13,110,253,0.15), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.footer-brand { margin-bottom: 20px; }
.footer-brand .brand-title { color: #fff; }
.footer-brand .brand-sub { color: rgba(255,255,255,0.6); }
.footer-about { color: rgba(255,255,255,0.7); font-size: 0.92rem; line-height: 1.7; }
.footer-title { color: #fff; font-size: 1.1rem; margin-bottom: 20px; position: relative; padding-bottom: 12px; }
.footer-title::after { content: ''; position: absolute; bottom: 0; left: 0; width: 40px; height: 3px; background: var(--accent); border-radius: 3px; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links a {
  color: rgba(255,255,255,0.7);
  font-size: 0.92rem;
  display: inline-flex; align-items: center; gap: 8px;
  transition: all 0.3s var(--ease);
}
.footer-links a i { font-size: 0.7rem; color: var(--accent); transition: transform 0.3s var(--ease); }
.footer-links a:hover { color: var(--accent); transform: translateX(4px); }

.footer-social { display: flex; gap: 10px; margin-top: 20px; }
.footer-social a {
  width: 40px; height: 40px; border-radius: 12px;
  background: rgba(255,255,255,0.08);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.9rem;
  transition: all 0.3s var(--ease);
}
.footer-social a:hover { background: var(--accent); color: var(--text); transform: translateY(-4px); }

.newsletter-input-wrap {
  display: flex; background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 100px;
  overflow: hidden;
  padding: 4px 4px 4px 18px;
}
.newsletter-input-wrap input {
  background: transparent; border: none; outline: none; flex: 1;
  color: #fff; font-size: 0.9rem;
}
.newsletter-input-wrap input::placeholder { color: rgba(255,255,255,0.5); }
.newsletter-input-wrap button {
  border: none;
  background: var(--grad-warm);
  color: var(--text);
  width: 44px; height: 44px; border-radius: 50%;
  cursor: pointer;
  transition: transform 0.3s var(--ease);
}
.newsletter-input-wrap button:hover { transform: scale(1.08); }
.footer-contact-mini p { font-size: 0.85rem; margin-bottom: 6px; color: rgba(255,255,255,0.7); }
.footer-contact-mini i { color: var(--accent); margin-right: 8px; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 50px;
  padding-top: 22px;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 10px;
}
.footer-bottom p { margin: 0; font-size: 0.85rem; color: rgba(255,255,255,0.6); }
.footer-legal { list-style: none; padding: 0; margin: 0; display: flex; gap: 20px; }
.footer-legal a { color: rgba(255,255,255,0.7); font-size: 0.85rem; }
.footer-legal a:hover { color: var(--accent); }

/* ============ BACK TO TOP ============ */
.back-to-top {
  position: fixed;
  bottom: 30px; right: 30px;
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--grad-primary);
  color: #fff;
  border: none;
  box-shadow: 0 10px 24px rgba(13,110,253,0.35);
  opacity: 0; visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s var(--ease);
  z-index: 999;
  cursor: pointer;
}
.back-to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(13,110,253,0.45); }

/* ============ RESPONSIVE TUNING ============ */
@media (max-width: 991px) {
  .custom-navbar .navbar-collapse {
    background: #fff;
    padding: 16px;
    border-radius: var(--radius);
    margin-top: 12px;
    box-shadow: var(--shadow-md);
  }
  .custom-navbar .btn-cta-primary { display: block; text-align: center; margin-top: 12px; }
  .hero-section { min-height: 560px; }
  .about-experience-badge { min-width: 160px; padding: 16px 20px; }
  .years-count { font-size: 2rem; }
  .about-secondary-image { width: 50%; }
}
@media (max-width: 575px) {
  .about-image-wrap { padding: 0 15px 15px 0; }
  .about-experience-badge { left: -10px; padding: 12px 16px; min-width: 140px; }
  .years-count { font-size: 1.7rem; }
  .years-label { font-size: 0.75rem; }
  .stat-number { font-size: 2.2rem; }
  .cta-section { padding: 80px 0 100px; }
  .contact-form-wrap { padding: 24px 18px; }
}
