/* ==========================================================================
   INNER PAGES - UNIFIED STYLES
   Shared styles for inner page components
   Version: 6.0 - Hero styles moved to hero-unified.css
   ========================================================================== */

/* ========================================
   NOTE: Hero sections are now in hero-unified.css
   Button styles are in style.css with proper scoping
   Footer-specific buttons are in components.css
   ======================================== */

/* ========================================
   BREADCRUMB - Compact & Properly Sized
   ======================================== */
.breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 22px;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.breadcrumb-item {
  color: #94a3b8;
  font-weight: 400;
}

.breadcrumb-item a {
  color: #cbd5e1;
  text-decoration: none;
  transition: color 0.2s ease;
  font-weight: 500;
}

.breadcrumb-item a:hover {
  color: #60a5fa;
}

.breadcrumb-item.active {
  color: #60a5fa;
  font-weight: 500;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: '›';
  color: #64748b;
  padding: 0 0.6rem;
  font-size: 1.125rem;
}

[data-theme="light"] .breadcrumb-item {
  color: #64748b;
}

[data-theme="light"] .breadcrumb-item a {
  color: #475569;
}

[data-theme="light"] .breadcrumb-item a:hover,
[data-theme="light"] .breadcrumb-item.active {
  color: #3b82f6;
}

[data-theme="light"] .breadcrumb-item + .breadcrumb-item::before {
  color: #94a3b8;
}

/* ========================================
   HERO BADGE - Compact
   ======================================== */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  background: rgba(59, 130, 246, 0.08);
  border: 1px solid rgba(59, 130, 246, 0.15);
  border-radius: 50px;
  color: #60a5fa;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin-bottom: 20px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.hero-badge i {
  font-size: 0.8125rem;
}

[data-theme="light"] .hero-badge {
  background: rgba(59, 130, 246, 0.08);
  border-color: rgba(59, 130, 246, 0.2);
  color: #2563eb;
}

/* ========================================
   HERO TYPOGRAPHY - Optimized Sizes
   ======================================== */
.services-hero .title,
.about-hero .title,
.contact-hero .title,
.verification-hero .title,
.inner-header .title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #ffffff 0%, #e2e8f0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.services-hero .lead,
.about-hero .lead,
.contact-hero .lead,
.verification-hero .lead {
  font-size: clamp(0.9375rem, 1.5vw, 1.0625rem);
  line-height: 1.6;
  color: #cbd5e1;
  max-width: 700px;
  margin: 0 auto 32px;
}

[data-theme="light"] .services-hero .title,
[data-theme="light"] .about-hero .title,
[data-theme="light"] .contact-hero .title,
[data-theme="light"] .verification-hero .title,
[data-theme="light"] .inner-header .title {
  background: linear-gradient(135deg, #0f172a 0%, #475569 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

[data-theme="light"] .services-hero .lead,
[data-theme="light"] .about-hero .lead,
[data-theme="light"] .contact-hero .lead,
[data-theme="light"] .verification-hero .lead {
  color: #475569;
}

/* ========================================
   HERO STATS - Compact & Clean
   ======================================== */
.hero-stats {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(20px, 4vw, 36px);
  flex-wrap: wrap;
  margin-top: 32px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.hero-stat {
  text-align: center;
  min-width: 85px;
}

.hero-stat .number {
  display: block;
  font-size: clamp(1.75rem, 3.5vw, 2.25rem);
  font-weight: 700;
  background: linear-gradient(135deg, #60a5fa 0%, #a78bfa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 6px;
}

.hero-stat .label {
  display: block;
  font-size: clamp(0.6875rem, 1.3vw, 0.8125rem);
  color: #94a3b8;
  font-weight: 500;
}

[data-theme="light"] .hero-stats {
  background: rgba(59, 130, 246, 0.04);
  border-color: rgba(59, 130, 246, 0.15);
}

[data-theme="light"] .hero-stat .number {
  background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

[data-theme="light"] .hero-stat .label {
  color: #64748b;
}

[data-theme="light"] .hero-stat .number {
  background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

[data-theme="light"] .hero-stat .label {
  color: #64748b;
}

.services-hero .lead,
.about-hero .lead,
.contact-hero .lead,
.verification-hero .lead,
.inner-header .lead {
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  color: #94a3b8;
  line-height: 1.7;
  max-width: 620px;
  margin: 0 auto;
}

[data-theme="light"] .services-hero .lead,
[data-theme="light"] .about-hero .lead,
[data-theme="light"] .contact-hero .lead,
[data-theme="light"] .verification-hero .lead,
[data-theme="light"] .inner-header .lead {
  color: #64748b;
}

/* ========================================
   BREADCRUMB - Consistent Pill Style
   ======================================== */
.services-hero .breadcrumb,
.about-hero .breadcrumb,
.contact-hero .breadcrumb,
.verification-hero .breadcrumb,
.inner-header .breadcrumb {
  display: inline-flex;
  align-items: center;
  padding: 8px 20px;
  margin-bottom: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.breadcrumb-item {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
}

.breadcrumb-item a {
  color: #60a5fa !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.breadcrumb-item a:hover {
  color: #93c5fd !important;
}

.breadcrumb-item.active {
  color: #e2e8f0 !important;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #64748b !important;
  content: "›" !important;
  padding: 0 0.6rem !important;
  font-size: 1.125rem !important;
}

[data-theme="light"] .services-hero .breadcrumb,
[data-theme="light"] .about-hero .breadcrumb,
[data-theme="light"] .contact-hero .breadcrumb,
[data-theme="light"] .verification-hero .breadcrumb,
[data-theme="light"] .inner-header .breadcrumb {
  background: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.08);
}

[data-theme="light"] .breadcrumb-item a {
  color: #3b82f6 !important;
}

[data-theme="light"] .breadcrumb-item.active {
  color: #1e293b !important;
}

/* ========================================
   HERO BADGE
   ======================================== */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  margin-bottom: 16px;
  background: rgba(59, 130, 246, 0.12);
  border: 1px solid rgba(59, 130, 246, 0.25);
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #60a5fa;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

[data-theme="light"] .hero-badge {
  background: rgba(59, 130, 246, 0.08);
  color: #3b82f6;
}

/* ========================================
   HERO STATS
   ======================================== */
.hero-stats {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: clamp(24px, 4.5vw, 36px);
  flex-wrap: wrap;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

[data-theme="light"] .hero-stats {
  border-top-color: rgba(0, 0, 0, 0.08);
}

.hero-stat {
  text-align: center;
  min-width: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-stat .number {
  display: block;
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 800;
  background: linear-gradient(135deg, #60a5fa, #a78bfa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 6px;
}

.hero-stat .label {
  display: block;
  font-size: clamp(0.75rem, 1.4vw, 0.85rem);
  color: #94a3b8;
  margin-top: 0;
  font-weight: 500;
  line-height: 1.3;
}

/* ========================================
   SECTION SPACING - Optimized for Better Balance
   ======================================== */
.space-ptb {
  padding: 48px 0 52px;
}

.space-pt {
  padding-top: 48px;
}

.space-pb {
  padding-bottom: 52px;
}

/* Content Wrapper - Remove Excess Margins */
.content-wrapper {
  margin: 0;
  padding: 0;
}

.content-wrapper > section:first-child {
  margin-top: 0 !important;
  padding-top: 48px;
}

.content-wrapper > section:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 52px;
}

/* Optimize Section Gaps */
section + section {
  margin-top: 0;
}

@media (max-width: 991px) {
  .space-ptb {
    padding: 40px 0 44px;
  }
  
  .space-pt {
    padding-top: 40px;
  }
  
  .space-pb {
    padding-bottom: 44px;
  }
  
  .content-wrapper > section:first-child {
    padding-top: 40px;
  }
  
  .content-wrapper > section:last-child {
    padding-bottom: 44px;
  }
}

@media (max-width: 767px) {
  .space-ptb {
    padding: 32px 0 36px;
  }
  
  .space-pt {
    padding-top: 32px;
  }
  
  .space-pb {
    padding-bottom: 36px;
  }
  
  .content-wrapper > section:first-child {
    padding-top: 32px;
  }
  
  .content-wrapper > section:last-child {
    padding-bottom: 36px;
  }
}

/* ========================================
   SECTION TITLES
   ======================================== */
.section-title {
  margin-bottom: 32px;
}

.section-title .sub-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #3b82f6;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.section-title .title {
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
  font-weight: 700;
  color: #f1f5f9;
  margin-bottom: 12px;
  line-height: 1.25;
}

[data-theme="light"] .section-title .title {
  color: #0f172a;
}

.section-title p {
  font-size: 0.9875rem;
  color: #94a3b8;
  max-width: 600px;
  line-height: 1.7;
}

[data-theme="light"] .section-title p {
  color: #64748b;
}

.section-title.text-center p {
  margin-left: auto;
  margin-right: auto;
}

/* ========================================
   CARDS & PANELS
   ======================================== */
.glass-card {
  background: rgba(22, 27, 34, 0.8);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 28px;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.glass-card:hover {
  transform: translateY(-3px);
  border-color: rgba(59, 130, 246, 0.2);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.15);
}

[data-theme="light"] .glass-card {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(59, 130, 246, 0.1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

[data-theme="light"] .glass-card:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

/* ========================================
   FORM STYLES
   ======================================== */
.form-control,
.form-select {
  padding: 14px 18px !important;
  font-size: 0.95rem !important;
  border-radius: 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  background: rgba(255, 255, 255, 0.05) !important;
  color: #f1f5f9 !important;
  transition: all 0.25s ease !important;
}

.form-control:focus,
.form-select:focus {
  border-color: #3b82f6 !important;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  outline: none !important;
}

[data-theme="light"] .form-control,
[data-theme="light"] .form-select {
  background: #ffffff !important;
  border-color: #e2e8f0 !important;
  color: #1e293b !important;
}

/* ========================================
   FOOTER
   ======================================== */
.site-footer.footer-dark {
  background: #0f172a;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

[data-theme="light"] .site-footer.footer-dark {
  background: #ffffff;
  border-top-color: #e2e8f0;
}

.site-footer .widget-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #f1f5f9;
  margin-bottom: 18px;
}

[data-theme="light"] .site-footer .widget-title {
  color: #0f172a;
}

.site-footer a {
  color: #94a3b8;
  transition: color 0.2s ease;
}

.site-footer a:hover {
  color: #ffffff;
}

[data-theme="light"] .site-footer a {
  color: #64748b;
}

[data-theme="light"] .site-footer a:hover {
  color: #3b82f6;
}

.footer-copyright {
  background: #020617;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 18px 0;
}

[data-theme="light"] .footer-copyright {
  background: #f1f5f9;
  border-top-color: #e2e8f0;
}

/* ========================================
   RESPONSIVE HERO
   ======================================== */
@media (max-width: 991px) {

  .services-hero,
  .about-hero,
  .contact-hero,
  .verification-hero,
  .inner-header {
    padding: 110px 0 55px;
  }

  .hero-stats {
    gap: 24px;
    margin-top: 24px;
    padding-top: 20px;
  }

  .hero-stat {
    min-width: 70px;
  }

  /* About page tablet optimizations */
  .founder-image-wrapper {
    margin-bottom: 28px;
  }

  .founder-image-placeholder {
    width: 220px;
    height: 260px;
  }

  .history-wrapper {
    margin-bottom: 26px;
  }

  .expertise-tags {
    gap: 7px;
  }

  .expertise-tag {
    font-size: 0.75rem;
    padding: 6px 11px;
  }

  .section-title {
    margin-bottom: 28px;
  }
}

@media (max-width: 767px) {

  .services-hero,
  .about-hero,
  .contact-hero,
  .verification-hero,
  .inner-header {
    padding: 100px 0 45px;
  }

  .services-hero .breadcrumb,
  .about-hero .breadcrumb,
  .contact-hero .breadcrumb,
  .verification-hero .breadcrumb,
  .inner-header .breadcrumb {
    padding: 6px 14px;
  }

  .hero-badge {
    font-size: 0.75rem;
    padding: 6px 14px;
  }

  .hero-stats {
    gap: 20px;
  }

  .hero-stat {
    min-width: 70px;
  }

  .hero-stat .number {
    font-size: 1.5rem;
  }

  .hero-stat .label {
    font-size: 0.75rem;
  }

  /* Button responsive */
  .btn {
    padding: 10px 20px !important;
    font-size: 0.875rem !important;
  }

  .btn-lg {
    padding: 12px 24px !important;
    font-size: 0.95rem !important;
  }

  /* About page specific responsive */
  .founder-section {
    padding: 42px 0;
  }

  .founder-image-wrapper {
    padding-bottom: 16px;
  }

  .history-wrapper {
    padding-left: 18px;
    margin-bottom: 24px;
  }

  .history-year-sm {
    left: -42px;
    font-size: 0.65rem;
    padding: 3px 6px;
  }

  .history-year-lg {
    font-size: 2rem;
  }

  .future-plans {
    padding: 16px;
  }

  .future-plan-grid {
    gap: 10px;
  }

  .mission-vision-section {
    padding: 42px 0;
  }

  .glass-card {
    padding: 22px;
  }

  .cta-box {
    padding: 32px 24px;
  }
}

/* ========================================
   ABOUT PAGE - FOUNDER SECTION
   ======================================== */
.founder-section {
  background: var(--ang-bg-secondary);
  padding: 52px 0;
}

[data-theme="light"] .founder-section {
  background: var(--ang-bg-tertiary);
}

.founder-image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.founder-image-placeholder {
  width: clamp(220px, 28vw, 260px);
  height: clamp(260px, 32vw, 300px);
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.12) 0%, rgba(139, 92, 246, 0.12) 100%);
  border: 2px solid rgba(59, 130, 246, 0.25);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.founder-image-placeholder i {
  font-size: clamp(3.5rem, 7vw, 5rem);
  color: rgba(59, 130, 246, 0.45);
}

.founder-badge {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  color: #fff;
  padding: 8px 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  box-shadow: 0 6px 20px rgba(59, 130, 246, 0.35);
  white-space: nowrap;
}

.founder-badge i {
  font-size: 0.85rem;
}

.founder-bio p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--ang-text-secondary);
  margin-bottom: 14px;
}

.founder-quote {
  background: rgba(59, 130, 246, 0.08);
  border-left: 3px solid #3b82f6;
  padding: 16px 20px;
  border-radius: 0 10px 10px 0;
  margin: 18px 0;
  position: relative;
}

.founder-quote i {
  color: #3b82f6;
  font-size: 1.1rem;
  margin-bottom: 8px;
  display: block;
}

.founder-quote p {
  font-size: 0.95rem;
  font-style: italic;
  margin-bottom: 8px;
  line-height: 1.65;
  color: var(--ang-text-primary) !important;
}

.founder-quote cite {
  font-size: 0.85rem;
  color: var(--ang-text-muted);
  font-style: normal;
  font-weight: 500;
}

.founder-expertise h6 {
  color: var(--ang-text-primary);
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 12px;
}

.expertise-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.expertise-tag {
  background: rgba(59, 130, 246, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.25);
  color: #60a5fa;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.25s ease;
}

.expertise-tag:hover {
  background: rgba(59, 130, 246, 0.2);
  transform: translateY(-2px);
}

.expertise-tag i {
  font-size: 0.85rem;
}

[data-theme="light"] .expertise-tag {
  background: rgba(59, 130, 246, 0.08);
  color: #3b82f6;
  border-color: rgba(59, 130, 246, 0.2);
}

[data-theme="light"] .expertise-tag:hover {
  background: rgba(59, 130, 246, 0.12);
}

[data-theme="light"] .founder-quote {
  background: rgba(59, 130, 246, 0.05);
  border-left-color: #3b82f6;
}

[data-theme="light"] .founder-badge {
  box-shadow: 0 8px 24px rgba(59, 130, 246, 0.25);
}

[data-theme="light"] .founder-image-placeholder {
  border-color: rgba(59, 130, 246, 0.25);
}

[data-theme="light"] .founder-image-placeholder i {
  color: rgba(59, 130, 246, 0.4);
}

/* ========================================
   ABOUT PAGE - HISTORY TIMELINE ENHANCEMENTS
   ======================================== */
.history-wrapper {
  position: relative;
  padding-left: 28px;
  margin-bottom: 30px;
  border-left: 2px solid rgba(59, 130, 246, 0.3);
}

.history-wrapper:last-child {
  margin-bottom: 0;
}

.history-year-sm {
  position: absolute;
  left: -50px;
  top: 2px;
  font-size: 0.7rem;
  font-weight: 700;
  color: #3b82f6;
  background: var(--ang-bg-primary);
  padding: 3px 7px;
  border-radius: 4px;
  line-height: 1;
}

.history-info {
  position: relative;
}

.history-year-lg {
  font-size: clamp(2.25rem, 5.5vw, 3.25rem);
  font-weight: 900;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(139, 92, 246, 0.1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 0.95;
  margin-bottom: 12px;
}

.history-badge {
  display: inline-block;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 50px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.history-content h4 {
  font-size: clamp(1.1rem, 2.3vw, 1.3rem);
  font-weight: 700;
  color: var(--ang-text-heading);
  margin-bottom: 10px;
  line-height: 1.3;
}

.history-content p {
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--ang-text-secondary);
  margin-bottom: 10px;
}

.history-content blockquote {
  background: rgba(59, 130, 246, 0.08);
  border-left: 3px solid #3b82f6;
  padding: 12px 16px;
  margin: 12px 0;
  border-radius: 0 8px 8px 0;
  font-size: 0.875rem;
  color: var(--ang-text-primary);
  font-style: italic;
  line-height: 1.6;
}

.history-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.history-highlights span {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 0.75rem;
  color: var(--ang-text-secondary);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
}

.history-highlights span i {
  color: #22c55e;
  font-size: 0.7rem;
}

.history-current {
  border-left-color: #22c55e;
}

.history-current .history-year-sm {
  background: #22c55e;
  color: #fff;
}

.history-current .history-highlights span i {
  color: #f59e0b;
}

[data-theme="light"] .history-wrapper {
  border-left-color: rgba(59, 130, 246, 0.25);
}

[data-theme="light"] .history-year-sm {
  background: #ffffff;
  border: 1px solid rgba(59, 130, 246, 0.2);
}

[data-theme="light"] .history-content blockquote {
  background: rgba(59, 130, 246, 0.04);
  border-left-color: #3b82f6;
}

[data-theme="light"] .history-highlights span {
  background: rgba(0, 0, 0, 0.02);
  border-color: rgba(0, 0, 0, 0.08);
}

[data-theme="light"] .history-current {
  border-left-color: #22c55e;
}

[data-theme="light"] .history-current .history-year-sm {
  background: #22c55e;
  color: #fff;
  border-color: #22c55e;
}

/* Future Plans Grid */
.future-plans {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(139, 92, 246, 0.08));
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: 14px;
  padding: 20px;
  margin: 16px 0;
}

.future-plans h5 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #60a5fa;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.future-plan-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

@media (max-width: 576px) {
  .future-plan-grid {
    grid-template-columns: 1fr;
  }
}

.future-plan-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 14px;
  transition: all 0.25s ease;
}

.future-plan-item:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

.future-plan-item i {
  font-size: 1.35rem;
  background: linear-gradient(135deg, #60a5fa, #a78bfa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 6px;
  display: block;
}

.future-plan-item span {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ang-text-heading);
  margin-bottom: 3px;
  line-height: 1.3;
}

.future-plan-item small {
  font-size: 0.75rem;
  color: var(--ang-text-muted);
  line-height: 1.4;
}

[data-theme="light"] .future-plans {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.05), rgba(139, 92, 246, 0.04));
  border-color: rgba(59, 130, 246, 0.15);
}

[data-theme="light"] .future-plans h5 {
  color: #3b82f6;
}

[data-theme="light"] .future-plan-item {
  background: rgba(255, 255, 255, 0.6);
  border-color: rgba(0, 0, 0, 0.08);
}

[data-theme="light"] .future-plan-item:hover {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(59, 130, 246, 0.2);
}

/* ========================================
   ABOUT PAGE - MISSION & VISION CARDS
   ======================================== */
.mission-vision-section {
  background: var(--ang-bg-primary);
  padding: 50px 0;
}

.mission-card,
.vision-card {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.mission-card::before,
.vision-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #3b82f6, #8b5cf6);
}

.mission-card .card-icon,
.vision-card .card-icon {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(139, 92, 246, 0.1));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.mission-card .card-icon i,
.vision-card .card-icon i {
  font-size: 1.3rem;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mission-card h3,
.vision-card h3 {
  font-size: clamp(1.3rem, 2.6vw, 1.5rem);
  font-weight: 700;
  color: var(--ang-text-heading);
  margin-bottom: 12px;
  line-height: 1.3;
}

.mission-card p,
.vision-card p {
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--ang-text-secondary);
  margin-bottom: 16px;
}

.mission-list,
.vision-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mission-list li,
.vision-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 0;
  font-size: 0.875rem;
  color: var(--ang-text-secondary);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.4;
}

.mission-list li:last-child,
.vision-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.mission-list li i,
.vision-list li i {
  color: #22c55e;
  font-size: 0.8rem;
  flex-shrink: 0;
}

[data-theme="light"] .mission-list li,
[data-theme="light"] .vision-list li {
  border-bottom-color: rgba(0, 0, 0, 0.05);
}

[data-theme="light"] .mission-card .card-icon,
[data-theme="light"] .vision-card .card-icon {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(139, 92, 246, 0.08));
}

/* ========================================
   ABOUT PAGE - ABOUT FEATURES
   ======================================== */
.about-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 10px;
  margin-top: 18px;
}

@media (max-width: 576px) {
  .about-features {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

.about-feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  color: var(--ang-text-secondary);
  line-height: 1.4;
}

.about-feature-item i {
  font-size: 0.9rem;
  flex-shrink: 0;
  color: #22c55e;
}

/* About Image with Experience Badge */
.about-image-wrapper {
  position: relative;
  margin-bottom: 0;
}

.about-experience-badge {
  position: absolute;
  bottom: 20px;
  left: -20px;
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: #fff;
  padding: 12px 18px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 28px rgba(59, 130, 246, 0.4);
}

.about-experience-badge .years {
  display: block;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 2px;
}

.about-experience-badge .text {
  font-size: 0.7rem;
  font-weight: 500;
  opacity: 0.95;
  margin-top: 0;
  line-height: 1;
}

@media (max-width: 991px) {
  .about-experience-badge {
    left: 20px;
    bottom: -30px;
  }
}

/* ========================================
   CONTACT PAGE - QUICK CONTACT OPTIONS
   ======================================== */
.contact-quick-options {
  background: var(--ang-bg-primary);
}

.contact-option-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  height: 100%;
}

.contact-option-card:hover {
  background: rgba(59, 130, 246, 0.08);
  border-color: rgba(59, 130, 246, 0.25);
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.contact-option-card .option-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(139, 92, 246, 0.1));
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-option-card .option-icon i {
  font-size: 1.4rem;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.contact-option-card .option-content {
  flex: 1;
}

.contact-option-card .option-content h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ang-text-heading);
  margin-bottom: 4px;
}

.contact-option-card .option-content p {
  font-size: 0.85rem;
  color: var(--ang-text-muted);
  margin-bottom: 6px;
}

.contact-option-card .option-value {
  font-size: 0.95rem;
  font-weight: 600;
  color: #60a5fa;
}

.contact-option-card .option-arrow {
  color: var(--ang-text-muted);
  transition: all 0.3s ease;
}

.contact-option-card:hover .option-arrow {
  color: #60a5fa;
  transform: translateX(4px);
}

.contact-option-card.whatsapp-card .option-icon {
  background: linear-gradient(135deg, rgba(37, 211, 102, 0.15), rgba(18, 140, 126, 0.1));
}

.contact-option-card.whatsapp-card .option-icon i {
  background: linear-gradient(135deg, #25d366, #128c7e);
  -webkit-background-clip: text;
  background-clip: text;
}

.contact-option-card.whatsapp-card .option-value {
  color: #25d366;
}

[data-theme="light"] .contact-option-card {
  background: rgba(0, 0, 0, 0.02);
  border-color: rgba(0, 0, 0, 0.08);
}

[data-theme="light"] .contact-option-card:hover {
  background: rgba(59, 130, 246, 0.05);
  border-color: rgba(59, 130, 246, 0.2);
}

/* ========================================
   CONTACT PAGE - MAIN FORM SECTION
   ======================================== */
.contact-main-section {
  background: var(--ang-bg-secondary);
}

[data-theme="light"] .contact-main-section {
  background: var(--ang-bg-tertiary);
}

.contact-form-wrapper {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 40px;
}

[data-theme="light"] .contact-form-wrapper {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.form-header {
  margin-bottom: 32px;
}

.form-header .sub-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #3b82f6;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.form-header .title {
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 700;
  color: var(--ang-text-heading);
  margin-bottom: 12px;
}

.form-header p {
  font-size: 1rem;
  color: var(--ang-text-secondary);
}

.required-mark {
  color: #ef4444;
}

.contact-form .form-group {
  margin-bottom: 0;
}

.contact-form .form-label {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--ang-text-primary);
  margin-bottom: 8px;
}

.contact-form .form-control,
.contact-form .form-select {
  padding: 14px 18px !important;
  font-size: 0.95rem !important;
  border-radius: 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  background: rgba(255, 255, 255, 0.05) !important;
  color: var(--ang-text-primary) !important;
  transition: all 0.25s ease !important;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: #3b82f6 !important;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15) !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

.contact-form .form-control::placeholder {
  color: var(--ang-text-muted) !important;
}

[data-theme="light"] .contact-form .form-control,
[data-theme="light"] .contact-form .form-select {
  background: #fff !important;
  border-color: #e2e8f0 !important;
}

.contact-form .form-check-input {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.contact-form .form-check-label {
  font-size: 0.9rem;
  color: var(--ang-text-secondary);
}

.contact-form .btn-primary {
  min-width: 180px;
}

/* Form Success Message */
.form-success-message {
  text-align: center;
  padding: 60px 40px;
  animation: fadeInUp 0.5s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.form-success-message .success-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.2), rgba(22, 163, 74, 0.1));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

.form-success-message .success-icon i {
  font-size: 2.5rem;
  color: #22c55e;
}

.form-success-message h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--ang-text-heading);
  margin-bottom: 12px;
}

.form-success-message p {
  font-size: 1rem;
  color: var(--ang-text-secondary);
  margin-bottom: 24px;
}

/* ========================================
   CONTACT PAGE - SIDEBAR CARDS
   ======================================== */
.contact-info-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.office-info-card {
  padding: 28px;
}

.office-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.office-header i {
  font-size: 1.5rem;
  color: #60a5fa;
}

.office-header h4 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--ang-text-heading);
  margin-bottom: 2px;
}

.office-header span {
  font-size: 0.8rem;
  color: var(--ang-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.office-details {
  margin-bottom: 20px;
}

.office-details .detail-item {
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
}

.office-details .detail-item:last-child {
  margin-bottom: 0;
}

.office-details .detail-item i {
  color: #60a5fa;
  font-size: 1rem;
  margin-top: 3px;
}

.office-details .detail-item strong {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--ang-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

.office-details .detail-item p {
  font-size: 0.95rem;
  color: var(--ang-text-primary);
  margin-bottom: 0;
  line-height: 1.6;
}

/* Social Connect Card */
.social-connect-card {
  padding: 24px;
}

.social-connect-card h5 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ang-text-heading);
  margin-bottom: 8px;
}

.social-connect-card p {
  font-size: 0.9rem;
  color: var(--ang-text-secondary);
  margin-bottom: 16px;
}

.social-links {
  display: flex;
  gap: 12px;
}

.social-link {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #fff;
  transition: all 0.25s ease;
  text-decoration: none !important;
}

.social-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.social-link.linkedin {
  background: #0077b5;
}

.social-link.instagram {
  background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.social-link.twitter {
  background: #000;
}

.social-link.github {
  background: #333;
}

/* Quick FAQ Card */
.quick-faq-card {
  padding: 24px;
}

.quick-faq-card h5 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ang-text-heading);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.quick-faq-card h5 i {
  color: #60a5fa;
}

.faq-item {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.faq-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.faq-item strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ang-text-primary);
  margin-bottom: 6px;
}

.faq-item p {
  font-size: 0.9rem;
  color: var(--ang-text-secondary);
  margin-bottom: 0;
  line-height: 1.5;
}

[data-theme="light"] .faq-item {
  border-bottom-color: rgba(0, 0, 0, 0.05);
}

[data-theme="light"] .office-header {
  border-bottom-color: rgba(0, 0, 0, 0.08);
}

/* ========================================
   CONTACT PAGE - MAP SECTION
   ======================================== */
.map-section {
  position: relative;
}

.map-wrapper {
  position: relative;
  background: var(--ang-bg-tertiary);
}

.map-wrapper iframe {
  display: block;
  filter: grayscale(100%) contrast(1.1) brightness(0.8);
  transition: filter 0.3s ease;
}

.map-wrapper:hover iframe {
  filter: grayscale(50%) contrast(1) brightness(0.9);
}

[data-theme="light"] .map-wrapper iframe {
  filter: grayscale(30%) contrast(1) brightness(1);
}

[data-theme="light"] .map-wrapper:hover iframe {
  filter: none;
}

.map-overlay {
  position: absolute;
  top: 20px;
  left: 20px;
  pointer-events: none;
}

.map-info-box {
  background: rgba(15, 23, 42, 0.95);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 12px 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.map-info-box i {
  color: #ef4444;
  font-size: 1.1rem;
}

.map-info-box span {
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
}

[data-theme="light"] .map-info-box {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(0, 0, 0, 0.1);
}

[data-theme="light"] .map-info-box span {
  color: #1e293b;
}

/* ========================================
   CONTACT PAGE - RESPONSIVE
   ======================================== */
@media (max-width: 991px) {
  .contact-form-wrapper {
    padding: 28px;
  }

  .contact-info-sidebar {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .contact-form-wrapper {
    padding: 20px;
    border-radius: 16px;
  }

  .contact-option-card {
    padding: 18px;
    gap: 14px;
  }

  .contact-option-card .option-icon {
    width: 48px;
    height: 48px;
  }

  .contact-option-card .option-icon i {
    font-size: 1.2rem;
  }

  .contact-option-card .option-content h4 {
    font-size: 1rem;
  }

  .office-info-card,
  .social-connect-card,
  .quick-faq-card {
    padding: 20px;
  }
}

/* ========================================
   ABOUT PAGE ENHANCEMENTS
   ======================================== */

/* Feature section improvements */
.feature-section .features-wrapper {
  display: grid;
  gap: 1.5rem;
}

.feature-item {
  padding: 1.5rem;
  background: var(--ang-bg-secondary, #161b22);
  border: 1px solid var(--ang-border-light, rgba(255, 255, 255, 0.06));
  border-radius: 12px;
  transition: all 0.3s ease;
}

.feature-item:hover {
  border-color: var(--ang-primary, #77BEFF);
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

/* About image wrapper */
.about-image-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.about-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

/* Founder section */
.founder-card {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem;
  background: var(--ang-bg-secondary, #161b22);
  border: 1px solid var(--ang-border-light, rgba(255, 255, 255, 0.06));
  border-radius: 12px;
  align-items: center;
}

.founder-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.founder-info h4 {
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}

.founder-info .founder-role {
  color: var(--ang-primary, #77BEFF);
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}

.founder-info p {
  font-size: 0.9375rem;
  color: var(--ang-text-secondary, #94a3b8);
  margin: 0;
}

/* Stats section */
.stats-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.stat-item {
  text-align: center;
  padding: 1.5rem;
  background: var(--ang-bg-secondary, #161b22);
  border-radius: 12px;
  border: 1px solid var(--ang-border-light, rgba(255, 255, 255, 0.06));
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--ang-primary, #77BEFF);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 0.9375rem;
  color: var(--ang-text-secondary, #94a3b8);
}

/* ========================================
   CONTACT PAGE ENHANCEMENTS
   ======================================== */

/* Form card improvements */
.contact-form-card {
  background: var(--ang-bg-secondary, #161b22);
  border: 1px solid var(--ang-border-light, rgba(255, 255, 255, 0.06));
  border-radius: 16px;
  padding: 2rem;
}

.contact-form-card .form-group {
  margin-bottom: 1.25rem;
}

.contact-form-card .form-control,
.contact-form-card .form-select {
  background: var(--ang-bg-primary, #0d1117);
  border-color: var(--ang-border-light, rgba(255, 255, 255, 0.06));
  color: var(--ang-text-primary, #e6edf3);
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  border-radius: 8px;
}

.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus {
  border-color: var(--ang-primary, #77BEFF);
  box-shadow: 0 0 0 3px rgba(119, 190, 255, 0.1);
}

/* Contact info cards */
.contact-info-card {
  padding: 1.5rem;
  background: var(--ang-bg-secondary, #161b22);
  border: 1px solid var(--ang-border-light, rgba(255, 255, 255, 0.06));
  border-radius: 12px;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.contact-info-card:hover {
  border-color: var(--ang-primary, #77BEFF);
  transform: translateY(-2px);
}

.contact-info-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(119, 190, 255, 0.1);
  color: var(--ang-primary, #77BEFF);
  border-radius: 8px;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

/* Map container */
.contact-map-container {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--ang-border-light, rgba(255, 255, 255, 0.06));
  margin-top: 2rem;
}

.contact-map-container iframe {
  width: 100%;
  height: 400px;
  display: block;
  border: none;
}

/* ========================================
   LIGHT MODE - ABOUT & CONTACT
   ======================================== */

[data-theme="light"] .feature-item,
[data-theme="light"] .founder-card,
[data-theme="light"] .stat-item,
[data-theme="light"] .contact-form-card,
[data-theme="light"] .contact-info-card {
  background: #ffffff;
  border-color: #e2e8f0;
}

[data-theme="light"] .contact-form-card .form-control,
[data-theme="light"] .contact-form-card .form-select {
  background: #f8fafc;
  border-color: #e2e8f0;
  color: #1e293b;
}

[data-theme="light"] .contact-form-card .form-control:focus,
[data-theme="light"] .contact-form-card .form-select:focus {
  background: #ffffff;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

[data-theme="light"] .contact-map-container {
  border-color: #e2e8f0;
}

/* ========================================
   RESPONSIVE - ABOUT & CONTACT
   ======================================== */

@media (max-width: 991px) {
  .founder-card {
    flex-direction: column;
    text-align: center;
  }

  .stats-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .feature-item,
  .founder-card,
  .stat-item,
  .contact-form-card,
  .contact-info-card {
    padding: 1.25rem;
  }

  .stats-wrapper {
    grid-template-columns: 1fr;
  }

  .stat-number {
    font-size: 2rem;
  }

  .contact-map-container iframe {
    height: 300px;
  }
}

/* ========================================
   REDUCED MOTION
   ======================================== */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ========================================
   CORE VALUES BOX (Timeline Sidebar)
   ======================================== */
.core-values-box {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.08), rgba(139, 92, 246, 0.06));
  border: 1px solid rgba(59, 130, 246, 0.15);
  border-radius: 16px;
  padding: 24px;
  margin-top: 24px;
}

.core-values-box h5 {
  font-size: 1rem;
  font-weight: 700;
  color: #60a5fa;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.core-values-box h5 i {
  color: #f472b6;
}

.core-value-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.core-value-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.core-value-item>i {
  font-size: 1.1rem;
  color: #60a5fa;
  margin-top: 2px;
  flex-shrink: 0;
}

.core-value-item div strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ang-text-heading);
  margin-bottom: 2px;
}

.core-value-item div span {
  font-size: 0.8rem;
  color: var(--ang-text-muted);
  line-height: 1.4;
}

[data-theme="light"] .core-values-box {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.06), rgba(139, 92, 246, 0.04));
  border-color: rgba(59, 130, 246, 0.12);
}

[data-theme="light"] .core-value-item {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}

/* ========================================
   MISSION & VISION SECTION V2 (Redesigned)
   ======================================== */
.mission-vision-section-v2 {
  background: var(--ang-bg-secondary);
  padding: 70px 0;
}

[data-theme="light"] .mission-vision-section-v2 {
  background: var(--ang-bg-tertiary);
}

.mission-vision-section-v2 .lead-text {
  font-size: 1.05rem;
  color: var(--ang-text-secondary);
  max-width: 600px;
  margin: 0 auto;
}

.mv-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 32px;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.mv-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #3b82f6, #8b5cf6);
}

.mv-card:hover {
  border-color: rgba(59, 130, 246, 0.25);
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.mv-card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.mv-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mv-icon.mission-icon {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(59, 130, 246, 0.08));
}

.mv-icon.vision-icon {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.15), rgba(139, 92, 246, 0.08));
}

.mv-icon i {
  font-size: 1.5rem;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mv-card-header h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--ang-text-heading);
  margin: 0;
}

.mv-card>p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--ang-text-secondary);
  margin-bottom: 20px;
}

.mv-points {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mv-point {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem;
  color: var(--ang-text-secondary);
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.mv-point:last-child {
  border-bottom: none;
}

.mv-point i {
  font-size: 0.75rem;
  color: #22c55e;
  flex-shrink: 0;
}

/* Bottom Stats Strip */
.mv-bottom-stats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 48px;
  padding: 24px 32px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
}

.mv-stat {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.mv-stat:last-child {
  border-right: none;
}

.mv-stat i {
  font-size: 1.1rem;
  color: #60a5fa;
}

.mv-stat span {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--ang-text-secondary);
}

[data-theme="light"] .mv-card {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.08);
}

[data-theme="light"] .mv-card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

[data-theme="light"] .mv-point {
  border-bottom-color: rgba(0, 0, 0, 0.05);
}

[data-theme="light"] .mv-bottom-stats {
  background: rgba(59, 130, 246, 0.03);
  border-color: rgba(59, 130, 246, 0.1);
}

[data-theme="light"] .mv-stat {
  border-right-color: rgba(0, 0, 0, 0.08);
}

@media (max-width: 991px) {
  .mv-bottom-stats {
    gap: 16px;
    padding: 20px;
  }

  .mv-stat {
    padding: 0 12px;
  }
}

@media (max-width: 767px) {
  .mv-card {
    padding: 24px;
  }

  .mv-card-header h3 {
    font-size: 1.3rem;
  }

  .mv-bottom-stats {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .mv-stat {
    border-right: none;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    width: 100%;
    justify-content: center;
  }

  .mv-stat:last-child {
    border-bottom: none;
  }
}

/* ========================================
   TESTIMONIAL SECTION FIXES
   ======================================== */
/* Remove custom drag cursor text */
.testimonial-section .owl-carousel[data-cursor-type="text"]::after,
.testimonial-section .slider-overflow[data-cursor-type="text"]::after,
.testimonial-section [data-custom-text]::after {
  display: none !important;
}

/* Fix cursor overlay issues */
#cursor,
.cursor,
.custom-cursor {
  pointer-events: none !important;
}

/* Prevent black overlay on drag */
.testimonial-section .owl-carousel .owl-item {
  background: transparent !important;
}

.testimonial-section .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonial-section .owl-carousel .owl-item.active {
  opacity: 1;
}

.testimonial-section .owl-carousel .owl-item:not(.active) {
  opacity: 0.5;
}

/* Testimonial wrapper fix */
.testimonial-wrapper.testimonial-style-2 {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 32px;
  transition: all 0.3s ease;
}

.testimonial-wrapper.testimonial-style-2:hover {
  border-color: rgba(59, 130, 246, 0.2);
  background: rgba(255, 255, 255, 0.05);
}

[data-theme="light"] .testimonial-wrapper.testimonial-style-2 {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

/* ========================================
   CTA SECTION FIXES
   ======================================== */
.cta-section {
  background: var(--ang-bg-primary);
}

.cta-box {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.12), rgba(139, 92, 246, 0.1));
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: 24px;
  padding: 48px;
  text-align: center;
}

.cta-box h2 {
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 700;
  color: var(--ang-text-heading);
  margin-bottom: 16px;
}

.cta-box p {
  font-size: 1rem;
  color: var(--ang-text-secondary);
  max-width: 600px;
  margin: 0 auto 28px;
}

/* CTA Buttons - Fixed visibility */
.cta-box .btn-light {
  background: #ffffff !important;
  color: #1e293b !important;
  border: 2px solid #ffffff !important;
  padding: 14px 28px !important;
  font-weight: 600 !important;
  border-radius: 10px !important;
  transition: all 0.3s ease !important;
}

.cta-box .btn-light:hover {
  background: transparent !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}

.cta-box .btn-outline-light {
  background: transparent !important;
  color: #ffffff !important;
  border: 2px solid rgba(255, 255, 255, 0.5) !important;
  padding: 14px 28px !important;
  font-weight: 600 !important;
  border-radius: 10px !important;
  transition: all 0.3s ease !important;
}

.cta-box .btn-outline-light:hover {
  background: #ffffff !important;
  color: #1e293b !important;
  border-color: #ffffff !important;
}

[data-theme="light"] .cta-box {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.08), rgba(139, 92, 246, 0.06));
  border-color: rgba(59, 130, 246, 0.15);
}

[data-theme="light"] .cta-box .btn-light {
  background: #3b82f6 !important;
  color: #ffffff !important;
  border-color: #3b82f6 !important;
}

[data-theme="light"] .cta-box .btn-light:hover {
  background: #2563eb !important;
  border-color: #2563eb !important;
}

[data-theme="light"] .cta-box .btn-outline-light {
  color: #1e293b !important;
  border-color: rgba(0, 0, 0, 0.2) !important;
}

[data-theme="light"] .cta-box .btn-outline-light:hover {
  background: #1e293b !important;
  color: #ffffff !important;
  border-color: #1e293b !important;
}

@media (max-width: 767px) {
  .cta-box {
    padding: 32px 20px;
  }

  .cta-box .btn-light,
  .cta-box .btn-outline-light {
    padding: 12px 20px !important;
    width: 100%;
  }
}

/* ========================================
   HEADER & HERO OVERLAP FIXES
   ======================================== */
/* Ensure proper spacing with header */
.inner-header {
  margin-top: 0;
  padding-top: 130px;
}

/* Hero section bottom spacing */
.about-hero,
.inner-header.about-hero {
  padding-bottom: 50px;
}

/* Content wrapper top spacing */
.content-wrapper {
  position: relative;
  z-index: 1;
}

/* Fix hero stats from overlapping next section */
.hero-stats {
  position: relative;
  z-index: 5;
}

/* Timeline section top spacing */
.bg-black.ellipse-top {
  padding-top: 60px;
}

/* Remove history-current bar (since we removed it from HTML) */
.history-current {
  border-left-color: var(--ang-primary, #3b82f6);
}

.history-current .history-year-sm {
  background: var(--ang-primary, #3b82f6);
  color: #fff;
}

/* ========================================
   REDUCED MOTION
   ======================================== */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}