/* ==========================================================================
   WARANGAL ORTHOPAEDIC SURGEONS ASSOCIATION (WOSA)
   FULL-WIDTH HERO & MINIMALIST APPLE HEADER DESIGN SYSTEM
   Website: warangalortho.com | Reg No: 1071/2017
   Primary Colors: Apple Navy (#0B192C), Apple Blue (#0071E3), WOSA Gold (#D4AF37)
   ========================================================================== */

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

:root {
  --apple-navy: #0B192C;
  --apple-navy-dark: #030A14;
  --apple-blue: #0071E3;
  --apple-blue-hover: #0077ED;
  --wosa-gold: #D4AF37;
  --wosa-gold-light: #F7E7A1;
  --wosa-gold-soft: rgba(212, 175, 55, 0.14);
  --bg-apple: #F5F5F7;
  --bg-white: #FFFFFF;
  --bg-card: rgba(255, 255, 255, 0.85);
  --text-dark: #1D1D1F;
  --text-secondary: #424245;
  --text-muted: #86868B;
  --border-light: rgba(0, 0, 0, 0.08);
  --shadow-apple: 0 12px 36px rgba(0, 0, 0, 0.06);
  --shadow-hover: 0 24px 50px rgba(0, 0, 0, 0.12);
  --shadow-gold: 0 10px 30px rgba(212, 175, 55, 0.25);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --radius-full: 9999px;
  --transition-apple: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  background-color: var(--bg-apple);
  color: var(--text-dark);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Plus Jakarta Sans", "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body {
  line-height: 1.6;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* TYPOGRAPHY */
h1, h2, h3, h4 {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Plus Jakarta Sans", sans-serif;
  color: var(--apple-navy);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.heritage-title {
  font-family: 'Cinzel', serif !important;
  letter-spacing: 0.04em;
}

a {
  color: var(--apple-blue);
  text-decoration: none;
  transition: var(--transition-apple);
}

a:hover {
  color: var(--apple-navy);
}

.wosa-container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 24px;
}

/* TOP ANNOUNCEMENT BAR (STRICT SINGLE LINE) */
.wosa-top-announcement {
  background: linear-gradient(90deg, #030A14 0%, #0B192C 50%, #030A14 100%);
  color: #E2E8F0;
  font-size: 0.82rem;
  padding: 8px 16px;
  text-align: center;
  border-bottom: 1px solid rgba(212, 175, 55, 0.35);
  font-weight: 600;
  letter-spacing: 0.03em;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.wosa-top-announcement .wosa-container {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: block !important;
}

/* 4 CORE VALUES BAR (STRICT SINGLE LINE) */
.wosa-core-values-bar {
  background: #071325;
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
  padding: 6px 0;
  white-space: nowrap !important;
  overflow: hidden !important;
}

.core-values-flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 16px;
  white-space: nowrap !important;
  overflow: hidden !important;
}

.core-value-item {
  color: #CBD5E1;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap !important;
}

.core-value-item i {
  color: var(--wosa-gold);
}

/* ADVANCED HIGH-TECH NAV HEADER (STRICT SINGLE LINE, ULTRA HIGH CONTRAST) */
.wosa-apple-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: linear-gradient(135deg, #030A14 0%, #0B192C 50%, #071933 100%);
  backdrop-filter: blur(24px) saturate(200%);
  -webkit-backdrop-filter: blur(24px) saturate(200%);
  border-bottom: 3px solid var(--wosa-gold);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
  transition: var(--transition-apple);
}

.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 6px 0;
  gap: 12px;
}

.wosa-logo-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}

.wosa-logo-img {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  border: 2px solid var(--wosa-gold);
  background: #FFFFFF;
  padding: 2px;
  object-fit: contain;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  transition: var(--transition-apple);
}

.wosa-logo-img:hover {
  transform: scale(1.06) rotate(3deg);
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.5);
}

.wosa-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  overflow: hidden;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 4px;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
}

.nav-item {
  flex-shrink: 0;
}

.nav-item a {
  font-size: 0.80rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #FFFFFF !important;
  padding: 7px 12px;
  border-radius: var(--radius-full);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(212, 175, 55, 0.25);
  background: rgba(255, 255, 255, 0.06);
  white-space: nowrap !important;
  text-decoration: none;
}

.nav-item a:hover {
  color: var(--wosa-gold) !important;
  background: rgba(212, 175, 55, 0.2);
  border-color: var(--wosa-gold);
  box-shadow: 0 4px 16px rgba(212, 175, 55, 0.3);
  transform: translateY(-2px);
}

.nav-item a.active {
  color: #030A14 !important;
  background: linear-gradient(135deg, #D4AF37 0%, #F5D77F 50%, #B89025 100%);
  border-color: #FFE494;
  box-shadow: 0 4px 18px rgba(212, 175, 55, 0.55);
  font-weight: 800;
}

.nav-icon-gold {
  color: var(--wosa-gold);
  font-size: 0.82rem;
  transition: transform 0.25s ease;
}

.nav-icon-blue {
  color: #38BDF8;
  font-size: 0.82rem;
  transition: transform 0.25s ease;
}

.nav-item a.active .nav-icon-gold,
.nav-item a.active .nav-icon-blue {
  color: #030A14 !important;
}

.nav-item a:hover .nav-icon-gold,
.nav-item a:hover .nav-icon-blue {
  transform: scale(1.2);
  color: var(--wosa-gold);
}

.mobile-toggle {
  display: none;
  background: transparent;
  border: none;
  font-size: 1.6rem;
  color: var(--wosa-gold);
  cursor: pointer;
}

/* FULL-WIDTH RESPONSIVE HERO BANNER SECTION */
.wosa-hero-fullwidth-section {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background: #030A14;
  overflow: hidden;
}

.hero-banner-fullwidth-wrap {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #030A14;
}

.hero-banner-fullwidth-image {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
  margin: 0 auto;
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* FORCE HIDE SLIDER BUTTONS IF CACHED */
.hero-slider-controls,
.slider-pill-btn {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  height: 0 !important;
  width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 5 BENTO PILLARS BAR */
.bento-pillars-bar {
  background: rgba(11, 25, 44, 0.96);
  backdrop-filter: blur(20px);
  border-top: 3px solid var(--wosa-gold);
  padding: 24px 0;
  width: 100%;
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.pillar-bento-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: var(--radius-md);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: var(--transition-apple);
}

.pillar-bento-card:hover {
  background: rgba(212, 175, 55, 0.18);
  border-color: var(--wosa-gold);
  transform: translateY(-4px);
}

.pillar-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.25);
  color: var(--wosa-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.pillar-info h4 {
  color: #FFFFFF;
  font-size: 0.92rem;
  font-weight: 700;
}

.pillar-info p {
  color: var(--wosa-gold-light);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* APPLE BENTO SECTIONS */
.wosa-apple-section {
  padding: 80px 0;
}

.section-apple-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 54px;
}

.section-tag {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--apple-blue);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
  display: block;
}

.section-title {
  font-size: 2.6rem;
  font-weight: 800;
  color: var(--apple-navy);
  line-height: 1.15;
}

.section-subtitle-desc {
  font-size: 1.1rem;
  color: var(--text-secondary);
  margin-top: 14px;
  font-weight: 400;
}

/* APPLE BENTO GRID SYSTEM */
.bento-grid-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.bento-card {
  background: var(--bg-card);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow-apple);
  display: flex;
  flex-direction: column;
  transition: var(--transition-apple);
  position: relative;
  overflow: hidden;
}

.bento-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(0, 113, 227, 0.3);
}

.bento-card-large {
  grid-column: span 2;
}

.bento-card-dark {
  background: var(--apple-navy);
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.12);
}

.bento-card-dark h3, .bento-card-dark h4 {
  color: #FFFFFF;
}

.bento-icon {
  font-size: 2.2rem;
  color: var(--apple-blue);
  margin-bottom: 20px;
}

.bento-card-dark .bento-icon {
  color: var(--wosa-gold);
}

.bento-title {
  font-size: 1.35rem;
  margin-bottom: 12px;
  line-height: 1.25;
}

.bento-desc {
  font-size: 0.98rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 24px;
  flex: 1;
}

.bento-card-dark .bento-desc {
  color: #CBD5E1;
}

/* BUTTON SYSTEM */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: var(--radius-full);
  border: none;
  cursor: pointer;
  transition: var(--transition-apple);
}

.btn-apple-primary {
  background: var(--apple-blue);
  color: #FFFFFF;
  box-shadow: 0 4px 14px rgba(0, 113, 227, 0.3);
}

.btn-apple-primary:hover {
  background: var(--apple-blue-hover);
  transform: scale(1.02);
}

.btn-apple-gold {
  background: linear-gradient(135deg, var(--wosa-gold) 0%, #B8860B 100%);
  color: var(--apple-navy-dark);
  font-weight: 700;
  box-shadow: var(--shadow-gold);
}

.btn-apple-gold:hover {
  background: linear-gradient(135deg, #F7E7A1 0%, var(--wosa-gold) 100%);
  transform: scale(1.02);
}

.btn-apple-outline {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: var(--apple-navy);
  backdrop-filter: blur(10px);
}

.btn-apple-outline:hover {
  background: var(--apple-navy);
  color: #FFFFFF;
}

/* STATS CARDS */
.stats-bento-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.stat-bento-card {
  background: var(--bg-white);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  text-align: center;
  box-shadow: var(--shadow-apple);
  border: 1px solid var(--border-light);
  transition: var(--transition-apple);
}

.stat-bento-card:hover {
  transform: scale(1.03);
  box-shadow: var(--shadow-hover);
}

.stat-number {
  font-family: 'Cinzel', serif;
  font-size: 3.4rem;
  font-weight: 900;
  color: var(--apple-blue);
  line-height: 1;
  margin-bottom: 10px;
}

.stat-label {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--apple-navy);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* LEADERSHIP EDITORIAL CARDS */
.leadership-bento-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.leadership-card {
  background: var(--bg-white);
  border-radius: var(--radius-xl);
  padding: 40px;
  box-shadow: var(--shadow-apple);
  border: 1px solid var(--border-light);
  display: flex;
  gap: 24px;
  align-items: flex-start;
  transition: var(--transition-apple);
}

.leadership-card:hover {
  box-shadow: var(--shadow-hover);
  border-color: var(--wosa-gold);
}

.leadership-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--wosa-gold);
  flex-shrink: 0;
  box-shadow: var(--shadow-apple);
}

.leadership-meta h3 {
  font-size: 1.35rem;
  color: var(--apple-navy);
  margin-bottom: 4px;
}

.leadership-meta p {
  font-size: 0.88rem;
  color: var(--apple-blue);
  font-weight: 700;
  margin-bottom: 14px;
}

.leadership-quote {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
  font-style: italic;
}

/* ELEGANT EXECUTIVE LEADERSHIP SHOWCASE SECTION (SPACIOUS GLASSMORPHISM) */
.executive-leadership-section {
  background: linear-gradient(180deg, #F8FAFC 0%, #EDF2F7 50%, #E2E8F0 100%);
  position: relative;
  padding: 72px 0 80px 0;
  overflow: hidden;
  border-top: 3px solid var(--wosa-gold);
  border-bottom: 3px solid var(--wosa-gold);
}

.executive-leadership-section::before {
  content: '';
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
  height: 400px;
  background: radial-gradient(ellipse at center, rgba(212, 175, 55, 0.15) 0%, rgba(0, 113, 227, 0.06) 50%, transparent 80%);
  pointer-events: none;
}

.vip-leadership-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  margin-top: 40px;
}

@media (max-width: 1280px) {
  .vip-leadership-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .vip-leadership-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .vip-leadership-grid {
    grid-template-columns: 1fr;
  }
}

.vip-bearer-card {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1.5px solid rgba(255, 255, 255, 0.9);
  border-radius: 24px;
  box-shadow: 0 16px 36px rgba(11, 25, 44, 0.08), inset 0 1px 2px #FFFFFF;
  padding: 36px 20px 28px 20px;
  min-height: 380px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.vip-bearer-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.8), transparent);
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.vip-bearer-card:hover {
  transform: translateY(-8px) scale(1.02);
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(212, 175, 55, 0.7);
  box-shadow: 0 24px 48px rgba(11, 25, 44, 0.15), 0 0 24px rgba(212, 175, 55, 0.25);
}

.vip-bearer-card:hover::before {
  opacity: 1;
}

.vip-portrait-wrap {
  position: relative;
  width: 140px;
  height: 140px;
  margin: 0 auto 20px auto;
  flex-shrink: 0;
}

.vip-portrait-ring {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 5px;
  background: linear-gradient(135deg, #D4AF37 0%, #F5D77F 50%, #B89025 100%);
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.35);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}

.vip-bearer-card:hover .vip-portrait-ring {
  transform: scale(1.06) rotate(3deg);
  box-shadow: 0 12px 30px rgba(212, 175, 55, 0.55);
}

.vip-portrait-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 3.5px solid #FFFFFF;
  background: #FFFFFF;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
}

.vip-role-tag {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 6px 18px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 14px;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.tag-president {
  background: linear-gradient(135deg, #D4AF37 0%, #B89025 100%);
  color: #030A14 !important;
}

.tag-vice-president {
  background: linear-gradient(135deg, #0071E3 0%, #0056B3 100%);
  color: #FFFFFF !important;
}

.tag-secretary {
  background: linear-gradient(135deg, #10B981 0%, #059669 100%);
  color: #FFFFFF !important;
}

.tag-joint-secretary {
  background: linear-gradient(135deg, #8B5CF6 0%, #7C3AED 100%);
  color: #FFFFFF !important;
}

.tag-treasurer {
  background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
  color: #FFFFFF !important;
}

.vip-doctor-name {
  color: var(--apple-navy) !important;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 6px;
  line-height: 1.35;
}

.vip-doctor-qual {
  font-size: 0.92rem;
  color: #64748B;
  font-weight: 600;
  margin-bottom: 4px;
}

.vip-doctor-desig {
  font-size: 0.88rem;
  color: var(--wosa-gold);
  font-weight: 700;
}

/* LUXURY MODEL FOOTER (MATCHING REFERENCE ARCHITECTURE MODEL) */
.wosa-luxury-footer {
  background: linear-gradient(180deg, #051124 0%, #030914 100%);
  color: #CBD5E1;
  position: relative;
  margin-top: auto;
  font-family: -apple-system, BlinkMacSystemFont, "Plus Jakarta Sans", sans-serif;
  border-top: 1px solid rgba(212, 175, 55, 0.4);
}

.footer-gold-wave-ribbon {
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, #B89025 0%, #D4AF37 35%, #F5D77F 50%, #D4AF37 65%, #B89025 100%);
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}

.footer-luxury-grid {
  display: grid;
  grid-template-columns: 1.4fr 1.1fr 0.9fr 1.1fr 1.2fr;
  gap: 28px;
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 1200px) {
  .footer-luxury-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .footer-luxury-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.footer-luxury-col {
  position: relative;
  padding-right: 12px;
}

.footer-luxury-col:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 1200px) {
  .footer-luxury-col::after {
    display: none;
  }
}

.footer-col-head {
  color: var(--wosa-gold);
  font-family: 'Cinzel', serif;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 8px;
}

.footer-col-head::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 3px;
  background: var(--wosa-gold);
  border-radius: 2px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 0.88rem;
  line-height: 1.5;
  color: #E2E8F0;
}

.footer-contact-icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid var(--wosa-gold);
  color: var(--wosa-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
}

.footer-chevron-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.footer-chevron-list li a {
  color: #E2E8F0;
  font-size: 0.88rem;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition-apple);
}

.footer-chevron-list li a i {
  color: var(--wosa-gold);
  font-size: 0.75rem;
  transition: transform 0.2s ease;
}

.footer-chevron-list li a:hover {
  color: var(--wosa-gold);
  transform: translateX(4px);
}

.footer-subscribe-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(212, 175, 55, 0.25);
  padding: 16px;
  border-radius: var(--radius-md);
}

.footer-subscribe-input-wrap {
  display: flex;
  margin-top: 14px;
  background: #FFFFFF;
  border-radius: var(--radius-full);
  padding: 4px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.footer-subscribe-input {
  border: none;
  outline: none;
  padding: 8px 16px;
  font-size: 0.85rem;
  color: var(--text-dark);
  flex: 1;
  background: transparent;
  border-radius: var(--radius-full);
}

.footer-subscribe-btn {
  background: linear-gradient(135deg, #D4AF37 0%, #B89025 100%);
  color: #030A14;
  border: none;
  padding: 8px 18px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  border-radius: var(--radius-full);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition-apple);
}

.footer-subscribe-btn:hover {
  background: #FFFFFF;
  color: var(--apple-navy);
}

.footer-social-row {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.footer-social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.4);
  color: var(--wosa-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  transition: var(--transition-apple);
}

.footer-social-icon:hover {
  background: var(--wosa-gold);
  color: #030A14;
  transform: translateY(-2px);
}

/* WARANGAL HERITAGE BANNER MOTIF */
.footer-heritage-banner-strip {
  padding: 20px 0;
  background: linear-gradient(90deg, rgba(11, 25, 44, 0.95) 0%, rgba(7, 19, 37, 0.98) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
}

.footer-heritage-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-heritage-script {
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  color: var(--wosa-gold);
  letter-spacing: 0.06em;
  font-weight: 700;
}

.footer-heritage-subscript {
  font-size: 0.85rem;
  color: #94A3B8;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* FOOTER BOTTOM BAR */
.footer-bottom-bar {
  background: #02070F;
  padding: 16px 0;
  font-size: 0.85rem;
  color: #94A3B8;
}

.footer-bottom-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-attribution-gold {
  color: var(--wosa-gold);
  font-weight: 700;
}

/* 4 CORE VALUES BANNER */
.wosa-core-values-bar {
  background: linear-gradient(135deg, #0B192C 0%, #1E3A8A 50%, #030A14 100%);
  color: #FFFFFF;
  padding: 18px 0;
  border-bottom: 3px solid var(--wosa-gold);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.core-values-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  text-align: center;
}

.core-value-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  color: var(--wosa-gold-light);
}

.core-value-item i {
  color: var(--wosa-gold);
  font-size: 1.1rem;
}

/* HERO ACTION BUTTON OVERLAY */
.hero-cta-overlay {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 16px;
  z-index: 20;
  flex-wrap: wrap;
  justify-content: center;
}

/* KAKATIYA HERITAGE PATTERN CARD */
.heritage-bento-card {
  background: linear-gradient(135deg, #0B192C 0%, #030A14 100%);
  border: 2px solid var(--wosa-gold);
  border-radius: var(--radius-lg);
  padding: 40px;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
}

.heritage-bento-card::before {
  content: '';
  position: absolute;
  top: 0; right: 0; width: 120px; height: 120px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.25) 0%, transparent 70%);
  pointer-events: none;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .bento-grid-3col { grid-template-columns: 1fr; }
  .bento-card-large { grid-column: span 1; }
  .stats-bento-grid { grid-template-columns: repeat(2, 1fr); }
  .leadership-bento-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .mobile-toggle { display: block; }
  .section-title { font-size: 2rem; }
  .nav-links { display: none; }
  .stats-bento-grid { grid-template-columns: 1fr; }
}

/* ABSOLUTE FORCE HIDE HERO SLIDER BUTTONS ACROSS ALL SCREEN SIZES & MEDIA QUERIES */
.hero-slider-controls,
.slider-pill-btn,
#bannerBtn1,
#bannerBtn2 {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  height: 0 !important;
  width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  left: -9999px !important;
}
