
*, *::before, *::after { 
  box-sizing: border-box; 
  margin: 0; 
  padding: 0; 
}

/* ========================================
	Main Hero Section
=========================================== */	
.maindonationhero {
  position: relative;
  width: 100%;
  min-height: auto;
  background-image: linear-gradient(to right, rgba(28,50,93,0.92) 0%, rgba(28,50,93,0.75) 42%, rgba(0,171,230,0.25) 100%),
            url('https://www.soschildrensvillages.in/wp-content/themes/SosIndia/images/sponser-child.webp');
  background-size: cover;
  background-position: center top;
  display: flex;
  align-items: center;
  padding: 40px 5%;
  justify-content: space-between;
}
.maindonationhero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center top;
  opacity: 0;
  transition: opacity 0.7s ease;
  pointer-events: none;
  z-index: 0;
}
.maindonationhero .hero-left {
  flex: 1.1;
  z-index: 1;
  position: relative;
  max-width: 520px;
}
.maindonationhero .hero-badge {
  display: inline-block;
  background: #00aeef;
  color: #FFFFFF;
  font-size: 12.5px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.2px;
  transition: all 0.4s ease;
}
.maindonationhero .hero-heading {
  font-size: clamp(30px, 4.5vw, 52px);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 16px;
  transition: all 0.4s ease;
}
.maindonationhero .hero-desc {
  font-size: 15px;
  color: rgba(255,255,255,0.8);
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 400px;
  transition: all 0.4s ease;
}	
.maindonationhero .trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.maindonationhero .trust-chip {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  backdrop-filter: blur(8px);
  border-radius: 8px;
  padding: 7px 12px;
  font-size: 12px;
  color: rgba(255,255,255,0.9);
  font-weight: 500;
}
.maindonationhero .hero-ctas { 
  display: flex; 
  gap: 12px; 
  flex-wrap: wrap; 
}
.maindonationhero .btn-hero-primary {
  background: #00aeef;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 12px 28px;
  font-size: 14.5px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: background 0.2s;
}
.maindonationhero .btn-hero-primary:hover { 
  background: #0a6cb5; 
  color: #fff; 
}
.maindonationhero .btn-hero-outline {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.55);
  border-radius: 10px;
  padding: 12px 24px;
  font-size: 14.5px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
.maindonationhero .btn-hero-outline:hover { 
  background: rgba(255,255,255,0.1); 
  color: #fff; 
}
.maindonationhero .hero-footer-note {
  margin-top: 20px;
  font-size: 11.5px;
  color: rgba(255,255,255,0.45);
  display: flex;
  align-items: center;
  gap: 5px;
}
.maindonationhero .form-wrapper {
  flex: 0 0 460px;
  z-index: 2;
  position: relative;
}
.maindonationhero .donation-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 22px;
  width: 100%;
  max-width: 460px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.3), 0 4px 16px rgba(0,0,0,0.15);
  max-height: 90vh;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #d1d8e0 transparent;
}
.maindonationhero .donation-card::-webkit-scrollbar { 
  width: 5px; 
}
.maindonationhero .donation-card::-webkit-scrollbar-track { 
  background: transparent; 
}
.maindonationhero .donation-card::-webkit-scrollbar-thumb { 
  background: #d1d8e0; 
  border-radius: 4px; 
}
.maindonationhero .card-title {
  font-size: 21px;
  font-weight: 700;
  color: #1C325D;
  margin-bottom: 4px;
}
.maindonationhero .card-subtitle {
  font-size: 13px;
  color: #5a6b80;
  margin-bottom: 16px;
}
.maindonationhero .section {
  margin-bottom: 14px; 
}
.maindonationhero .section-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.maindonationhero .step-number {
  width: 22px;
  height: 22px;
  background: #00aeef;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  flex-shrink: 0;
}
.maindonationhero .section-title {
  font-size: 15px;
  font-weight: 600;
  color: #1C325D;
  margin: 0px;
}
.maindonationhero .donation-type {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.maindonationhero .type-option {
  position: relative;
  padding: 12px;
  border: 2px solid #e1e8ed;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #1C325D;
  background: white;
  transition: all 0.2s;
}
.maindonationhero .type-option.active {
  border-color: #00aeef;
  background: #f0f8ff;
}
.maindonationhero .badge {
  position: absolute;
  top: -8px;
  right: 8px;
  background: #00aeef;
  color: #FFF;
  font-size: 9px;
  padding: 3px 7px;
  border-radius: 10px;
  font-weight: 700;
}
.maindonationhero .causes-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.maindonationhero .cause-option {
  padding: 10px 6px;
  border: 2px solid #e1e8ed;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  background: white;
  transition: all 0.2s;
}
.maindonationhero .cause-option.active {
  border-color: #00aeef;
  background: #f0f8ff;
}
.maindonationhero .cause-icon { 
  font-size: 20px;
  margin-bottom: 4px; 
}
.maindonationhero .cause-name {
  font-size: 11px;
  font-weight: 600;
  color: #1C325D;
  line-height: 1.3;
}
.maindonationhero .amount-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.maindonationhero  .amount-option {
  position: relative;
  padding: 12px 14px;
  border: 2px solid #e1e8ed;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  background: white;
  transition: all 0.2s;
}
.maindonationhero .amount-option.active {
  border-color: #00aeef;
  background: #f0f8ff;
}
.maindonationhero .amount-value {
  font-size: 16px;
  font-weight: 700;
  color: #1C325D;
}
.maindonationhero .amount-label {
  font-size: 12px;
  color: #5a6b80;
  margin-top: 2px;
}
.maindonationhero .amount-description {
  font-size: 12px;
  color: #5a6b80;
  margin-top: 6px;
  line-height: 1.45;
  padding: 0 6px;
}
.maindonationhero .most-chosen {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #00aeef;
  color: white;
  font-size: 10px;
  padding: 3px 10px;
  border-radius: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: none;
}
.maindonationhero .most-chosen.show { 
  display: block; 
}
.maindonationhero .or-divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 14px 0 10px;
  color: #8a99ad;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}
.maindonationhero .or-divider::before, .maindonationhero .or-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e1e8ed;
}
.maindonationhero .or-divider::before { 
  margin-right: 12px; 
}
.maindonationhero .or-divider::after { 
  margin-left: 12px;  
}
.maindonationhero .general-donation-wrapper { 
  margin-top: 10px; 
}
.maindonationhero .general-donation {
  padding: 12px;
  border: 2px solid #e1e8ed;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  background: white;
  font-size: 14px;
  font-weight: 600;
  color: #1C325D;
  transition: all 0.2s;
}
.maindonationhero .general-donation.active {
  border-color: #00aeef;
  background: #f0f8ff;
}
.maindonationhero .general-label { 
  display: block; 
}
.maindonationhero .general-label.hide { 
  display: none; 
}
.maindonationhero .general-input {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  color: #1C325D;
  text-align: center;
  display: none;
  padding: 0;
}
.maindonationhero .general-input.show { 
  display: block; 
}
.maindonationhero .general-input::placeholder { 
  color: #8a9aae;
  font-weight: 500; 
}
.maindonationhero .general-input::-webkit-outer-spin-button,
.maindonationhero .general-input::-webkit-inner-spin-button { 
  -webkit-appearance: none; margin: 0; 
}
.maindonationhero .general-input[type=number] { 
  -moz-appearance: textfield; 
}
.maindonationhero .monthly-description {
  font-size: 13px;
  color: #5a6b80;
  line-height: 1.45;
  margin: 12px 0;
}
.maindonationhero .children-counter-section {
  margin-top: 0;
  padding: 10px 14px;
  background: linear-gradient(135deg, #f0f7ff 0%, #e6f2fd 100%);
  border: 1.5px solid #cbe2f7;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.maindonationhero .counter-header {
  display: flex;
  flex-direction: column;
  gap: 1px;
  flex: 1;
  min-width: 0;
}
.maindonationhero .counter-title { 
  font-size: 13px; 
  font-weight: 700; 
  color: #1C325D;
}
.maindonationhero .counter-subtitle { 
  font-size: 11px; 
  color: #5a6b80; 
}
.maindonationhero .counter-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  background: white;
  border-radius: 30px;
  padding: 3px;
  box-shadow: 0 1px 3px rgba(10,37,64,0.08);
}
.maindonationhero .counter-btn {
  width: 28px;
  height: 28px;
  border: none;
  background: #00aeef;
  color: white;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: all 0.15s;
}
.maindonationhero .counter-btn:hover  { 
  background: #0a6cb5; 
  transform: scale(1.05); 
}
.maindonationhero .counter-btn:active { 
  transform: scale(0.95); 
}
.maindonationhero .counter-btn:disabled { 
  background: #c5d4e0; 
  cursor: not-allowed; 
  transform: none; 
}
.maindonationhero .counter-display {
  min-width: 26px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #1C325D;
}
.maindonationhero .total-amount-box {
  margin-top: 10px;
  padding: 12px 16px;
  background: #1C325D;
  border-radius: 10px;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
}
.maindonationhero .total-amount-box::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(26,143,227,0.25) 0%, transparent 70%);
  pointer-events: none;
}
.maindonationhero .total-label {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8fb3d4;
  margin-bottom: 2px;
  position: relative;
}
.maindonationhero .total-calculation { 
  font-size: 12px; 
  color: #c7dbed; 
  margin-bottom: 2px; 
  position: relative; 
}
.maindonationhero .total-value { 
  font-size: 22px; 
  font-weight: 700; 
  color: white; 
  position: relative; 
}
.maindonationhero .danamojo-wrapper { 
  margin-top: 12px; 
}
.maindonationhero .donate-now-btn {
  background: #1a4a7a;
  color: white;
  border: none;
  padding: 10px 22px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background 0.2s;
  font-style: italic;
}
.maindonationhero .donate-now-btn:hover { 
  background: #0e3a64; 
}
.maindonationhero .gift-icon { 
  font-size: 18px; 
}
.maindonationhero .powered-by {
  margin-top: 8px;
  font-size: 11px;
  color: #8a9aae;
  display: flex;
  align-items: center;
  gap: 4px;
}
.maindonationhero .danamojo-text { 
  color: #5cb85c; 
  font-weight: 700; 
  font-size: 13px; 
}
.maindonationhero .danamojo-tagline { 
  color: #8a9aae; 
  font-size: 9px; 
  font-style: italic; 
  margin-top: 2px; 
}
.maindonationhero .existing-sponsor {
  margin-top: 14px;
  padding: 12px 14px;
  background: #f5f7fa;
  border-radius: 8px;
}
.maindonationhero .checkbox-wrapper { 
  display: flex; 
  align-items: center; 
  gap: 8px; 
}
.maindonationhero .checkbox-wrapper input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #00aeef;
  cursor: pointer;
}
.maindonationhero .checkbox-label {
  font-size: 13px; 
  color: #1C325D; 
  cursor: pointer;
  font-weight: 500; 
}
.maindonationhero .mobile-input-wrapper {
  display: none;
  gap: 0;
  margin-top: 10px;
}
.maindonationhero .mobile-input-wrapper.show {
  display: flex;
}
.maindonationhero .mobile-input {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid #d1d8e0;
  border-right: none;
  border-radius: 6px 0 0 6px;
  font-size: 13px;
  outline: none;
  background: white;
}
.maindonationhero .otp-btn {
  padding: 10px 18px;
  background: #00aeef;
  color: white;
  border: none;
  border-radius: 0 6px 6px 0;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 0.5px;
  transition: background 0.2s;
}
.maindonationhero .otp-btn:hover { 
  background: #0a6cb5; 
}
.maindonationhero .otp-btn:disabled { 
  background: #6ba8d4; 
  cursor: not-allowed; 
}
.maindonationhero .loader {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255,255,255,0.4);
  border-top-color: white;
  border-radius: 50%;
  vertical-align: middle;
}
.maindonationhero .otp-success-msg {
  margin-top: 8px;
  font-size: 12px;
  color: #2e7d32;
  font-weight: 600;
  display: none;
}
.maindonationhero .otp-success-msg.show { 
  display: block; 
}
.maindonationhero .otp-verify-wrapper { 
  display: none; 
  margin-top: 10px; 
}
.maindonationhero .otp-verify-wrapper.show { 
  display: flex; 
}
.maindonationhero .verify-btn {
  padding: 10px 18px;
  background: #2e7d32;
  color: white;
  border: none;
  border-radius: 0 6px 6px 0;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 0.5px;
  white-space: nowrap;
  transition: background 0.2s;
}
.maindonationhero .verify-btn:hover { 
  background: #1f5e23; 
}
.maindonationhero .verify-btn:disabled { 
  background: #b0c4d8; 
  cursor: not-allowed; 
}
.maindonationhero .verify-status { 
  margin-top: 8px; 
  font-size: 12px; 
  font-weight: 600; 
  display: none; 
}
.maindonationhero .verify-status.success { 
  display: block; 
  color: #2e7d32; 
}
.maindonationhero .verify-status.error {
  display: block; 
  color: #d93025; 
}
.maindonationhero .lock-notice {
  background: #fff8e1;
  border: 1px dashed #f5a623;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 12px;
  color: #8a5a00;
  text-align: center;
  margin: 12px 0;
  display: none;
}
.maindonationhero .lock-notice.show { 
  display: block; 
}
.maindonationhero .accordion-section {
  border: 1px solid #e1e8ed;
  border-radius: 8px;
  margin-bottom: 10px;
  background: white;
  overflow: hidden;
}
.maindonationhero .accordion-section.gated {
  display: none; 
}
.maindonationhero .accordion-section.gated.unlocked { 
  display: block; 
}
.maindonationhero .accordion-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  cursor: pointer;
  background: white;
  transition: background 0.2s;
}
.maindonationhero .accordion-header:hover {
  background: #f9fbfd; 
}
.maindonationhero .accordion-step-num {
  width: 24px;
  height: 24px;
  background: #1C325D;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}
.maindonationhero .accordion-title-wrap { 
  flex: 1; 
}
.maindonationhero .accordion-title { 
  font-size: 14px; 
  font-weight: 700;
  color: #1C325D; 
}
.maindonationhero .accordion-subtitle { 
  font-size: 11px; 
  color: #5a6b80;
  margin-top: 1px; 
}
.maindonationhero .accordion-arrow { 
  font-size: 14px; 
  color: #5a6b80; 
  transition: transform 0.25s; 
}
.maindonationhero .accordion-section.open .accordion-arrow { 
  transform: rotate(180deg); 
}
.maindonationhero .accordion-body {
  display: none;
  padding: 0 14px 14px;
  border-top: 1px solid #eef2f6;
}
.maindonationhero .accordion-section.open .accordion-body {
  display: block;
  animation: slideDown 0.25s ease;
}
.maindonationhero .donor-title {
  font-size: 14px;
  font-weight: 700;
  color: #1C325D;
  padding: 10px 0 8px;
  border-bottom: 1px solid #d1d8e0;
  margin-bottom: 10px;
}
.maindonationhero .form-row { 
  display: grid; 
  gap: 10px; 
  margin-bottom: 10px; 
}
.maindonationhero .form-row.cols-3 { 
  grid-template-columns: 60px 1fr 1fr; 
}
.maindonationhero .form-row.cols-2-mid {
  grid-template-columns: 1fr 1.5fr; 
}
.maindonationhero .form-row.cols-3-eq {
  grid-template-columns: 1fr 1fr 1fr; 
}
.maindonationhero .form-field { 
  position: relative; 
}
.maindonationhero .form-field input, .maindonationhero .form-field select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #b0bcc9;
  padding: 5px 0;
  font-size: 13px;
  outline: none;
  color: #1C325D;
  background: transparent;
}
.maindonationhero .form-field input:focus,
.maindonationhero .form-field select:focus { 
  border-bottom-color: #00aeef; 
}
.maindonationhero .form-field input::placeholder { 
  color: #8a9aae; 
}
.maindonationhero .form-check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 10px 0;
  font-size: 12px;
  color: #5a6b80;
  line-height: 1.4;
}
.maindonationhero .form-check input[type="checkbox"] {
  margin-top: 2px;
  width: 16px;
  height: 16px;
  accent-color: #00aeef;
  flex-shrink: 0;
  cursor: pointer;
}
.maindonationhero .form-check label { 
  cursor: pointer; 
}
.maindonationhero .info-note {
  font-size: 11px;
  color: #5a6b80;
  line-height: 1.45;
  margin: 6px 0 10px;
  padding-left: 24px;
}
.maindonationhero .payment-options-row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.maindonationhero .payment-method {
  border: 1px dashed #b0bcc9;
  border-radius: 6px;
  padding: 8px 12px;
  cursor: pointer;
  min-width: 80px;
  background: white;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.maindonationhero .payment-method.active {
  border-color: #00aeef;
  border-style: solid;
  background: #f0f8ff;
}
.maindonationhero .payment-method input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}
.maindonationhero .payment-method-content { 
  text-align: center;
  flex: 1; 
}
.maindonationhero .payment-method-name { 
  font-size: 10px; 
  color: #5a6b80; 
  margin-top: 3px; 
}
.maindonationhero .payment-icon { 
  font-size: 16px; 
  font-weight: 700; 
}
.maindonationhero .paytm-logo { 
  color: #00BAF2; 
  font-size: 13px; 
  font-weight: 800; 
}
.maindonationhero .card-logo {
  display: flex;
  gap: 3px;
  justify-content: center;
  align-items: center;
}
.maindonationhero .card-logo .dot { 
  width: 12px; 
  height: 12px;
  border-radius: 50%; 
}
.maindonationhero .donate-secure-btn {
  width: 100%;
  background: #00aeef;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
  transition: background 0.2s;
}
.maindonationhero .donate-secure-btn:hover {
  background: #0a6cb5; 
}
.maindonationhero .tax-exempt-note {
  text-align: center;
  font-size: 11px;
  color: #00aeef;
  margin-top: 8px;
  font-weight: 500;
}
.maindonationhero .payment-icons-row {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-top: 10px;
  flex-wrap: wrap;
}
.maindonationhero .pay-icon {
  border: 1px solid #e1e8ed;
  border-radius: 6px;
  padding: 5px 8px;
  font-size: 11px;
  font-weight: 600;
  color: #1C325D;
  display: flex;
  align-items: center;
  gap: 5px;
  background: white;
}
.maindonationhero .pay-icon .symbol { 
  font-size: 13px; 
}
.maindonationhero .onetime-only.hide { 
  display: none; 
}
.maindonationhero .monthly-only { 
  display: none; 
}
.maindonationhero .monthly-only.show { 
  display: block; 
}

@media (max-width: 960px) {
  .maindonationhero {
	flex-direction: column;
	align-items: center;
	padding: 40px 5% 60px;
  }
  .maindonationhero .hero-left { 
    max-width: 100%; 
    text-align: center; 
  }
  .maindonationhero .hero-left .trust-row { 
    justify-content: center; 
  }
  .maindonationhero .hero-left .hero-ctas { 
    justify-content: center; 
  }
  .maindonationhero .hero-left .hero-desc { 
    margin: 0 auto 28px; 
  }
  .maindonationhero .hero-left .hero-footer-note { 
    justify-content: center; 
  }
  .maindonationhero .form-wrapper { 
    flex: none; 
    width: 100%; 
    max-width: 480px; 
  }
  .maindonationhero .donation-card { 
    max-height: none; 
  }
}

@media (max-width: 480px) {
  .maindonationhero .causes-grid { 
    grid-template-columns: repeat(2, 1fr); 
  }
  .maindonationhero .hero-heading { 
    font-size: 28px; 
  }
  .maindonationhero .form-row.cols-3 { 
    grid-template-columns: 55px 1fr 1fr; 
  }
  .maindonationhero .form-row.cols-3-eq { 
    grid-template-columns: 1fr 1fr; 
  }
}	





.hero-section {
  background: #ffffff;
  padding: 40px 0px;
  position: relative;
  overflow: hidden;
}
.hero-section::before {
  content: '';
  position: absolute;
  top: 0; 
  left: 0; 
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #1C325D, #1C325D , #00ACC1);
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #E3F2FD;
  color: #00aeef;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 5px 14px;
  margin-bottom: 18px;
}
.hero-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: #1C325D;
  line-height: 1.2;
  margin-bottom: 12px;
}
.hero-title span {
  color: #1C325D;
}
.hero-subtitle {
  font-size: .97rem;
  color: #78909C;
  max-width: 540px;
  margin: 0 auto 44px;
  line-height: 1.7;
}
.stat-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

@media (max-width: 1199px) { 
  .stat-grid { grid-template-columns: repeat(3,1fr); } 
}
@media (max-width: 575px)  { 
  .stat-grid { grid-template-columns: repeat(2,1fr); } 
}
.stat-card {
  background: #ffffff;
  border: 1.5px solid #BBDEFB;
  border-radius: 16px;
  padding: 24px 14px 20px;
  text-align: center;
  position: relative;
  transition: transform .22s, box-shadow .22s, border-color .22s;
}
.stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(21,101,192,.13);
  border-color: #1C325D;
}
.stat-card::before {
  content: '';
  position: absolute;
  top: 0; 
  left: 50%;
  transform: translateX(-50%);
  width: 48px; 
  height: 3px;
  background: #00aeef;
  border-radius: 0 0 4px 4px;
}
.stat-icon-wrap {
  width: 52px; 
  height: 52px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: #E3F2FD;
  display: flex; 
  align-items: center;
  justify-content: center;
}
.stat-icon-wrap i { 
  font-size: 1.35rem; 
  color: #00aeef; 
}
.stat-num {
  font-size: 1.9rem;
  font-weight: 800;
  color: #00aeef;
  line-height: 1;
  margin-bottom: 7px;
}
.stat-label {
  font-size: .76rem;
  font-weight: 500;
  color: #455A64;
  line-height: 1.45;
}

.impact-section {
  padding: 40px 0px;
  background: #F0F7FF;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #00aeef;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.section-tag::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 3px;
  background: #00aeef;
  border-radius: 2px;
}

.section-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  color: #1C325D;
  margin-bottom: 36px;
}
.impact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

@media (max-width: 991px) { 
  .impact-grid { grid-template-columns: repeat(2,1fr); } 
}
@media (max-width: 575px) { 
  .impact-grid { grid-template-columns: 1fr; } 
}

.impact-card {
  background: #ffffff;
  border: 1.5px solid #BBDEFB;
  border-radius: 16px;
  padding: 22px 18px 18px;
  transition: box-shadow .2s, border-color .2s, transform .2s;
  position: relative;
  overflow: hidden;
}
.impact-card::after {
  content: '';
  position: absolute;
  bottom: 0; 
  left: 0; 
  right: 0;
  height: 3px;
  background: #E3F2FD;
  transition: background .2s;
}
.impact-card:hover {
  box-shadow: 0 10px 32px rgba(21,101,192,.11);
  border-color: #1C325D;
  transform: translateY(-4px);
}
.impact-card:hover::after { 
  background: #1C325D; 
}

.ic-header {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 10px;
}
.ic-icon {
  width: 38px; 
  height: 38px;
  border-radius: 50%;
  background: #0192eb;
  display: flex; 
  align-items: center; 
  justify-content: center;
  flex-shrink: 0;
}
.ic-icon i { 
  font-size: 1rem; 
  color: #fff; 
}
.ic-title {
  font-size: .9rem;
  font-weight: 700;
  color: #00aeef;
  line-height: 1.3;
}
.ic-desc {
  font-size: .8rem;
  color: #455A64;
  line-height: 1.6;
  font-weight: 500;
}

.bottom-section {
  background: #ffffff;
  padding: 40px 0px;
}
.video-card{
  width:100%;
  max-width:700px;
  height:300px;
  margin:auto;
  border-radius:20px;
  overflow:hidden;
  position:relative;
  background:#000;
}
.video-card video{
  width:100%;
  height:100%;
  object-fit:cover;
  position:absolute;
  top:0;
  left:0;
  z-index:1;
}
.video-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.35);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  z-index:2;
}
.deco-circle {
  position:absolute;
  border-radius:50%;
  background:rgba(255,255,255,.08);
  z-index:2;
}
.c1 {
  width:180px;
  height:180px;
  top:-50px;
  right:-40px;
}
.c2{
  width:100px;
  height:100px;
  bottom:20px;
  left:-20px;
}
.play-btn{
  width:70px;
  height:70px;
  border:none;
  border-radius:50%;
  background:#fff;
  color:#1565C0;
  font-size:24px;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:0.3s;
}
.play-btn:hover{
  transform:scale(1.1);
}    
.support-heading {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  color: #1C325D;
  margin-bottom: 6px;
}
.support-sub {
  font-size: .87rem;
  color: #78909C;
  margin-bottom: 28px;
  line-height: 1.65;
}
.journey-row {
  display: flex;
  align-items: flex-start;
  gap: 0;
}
.journey-step {
  flex: 1;
  text-align: center;
  padding: 0 4px;
}
.j-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  margin: 0 auto 10px;
  display: flex; 
  align-items: center; 
  justify-content: center;
  font-size: 1.3rem;
}
.j-icon.blue { 
  background: #E3F2FD;  
  color: #1565C0; 
}
.j-icon.green {
  background: #E8F5E9;  
  color: #2E7D32; 
}
.j-icon.red {
  background: #FFEBEE; 
  color: #C62828; 
}
.j-icon.orange {
  background: #FFF3E0;  
  color: #FB8C00; 
}
.j-title {
  font-size: .8rem;
  font-weight: 700;
  color: #1C325D;
  margin-bottom: 4px;
}
.j-desc {
  font-size: .72rem;
  color: #78909C;
  line-height: 1.5;
}
.j-arrow {
  align-self: center;
  color: #B0BEC5;
  font-size: 1rem;
  padding: 0 2px;
  margin-bottom: 34px;
  flex-shrink: 0;
}    

.testi-card {
  background: #EBF5FB;
  border-radius: 20px;
  padding: 30px 24px;
  height: 100%;
  border-left: 5px solid #1C325D;
  position: relative;
}
.testi-card .big-quote {
  font-size: 4rem;
  color: #1C325D;
  line-height: .7;
  margin-bottom: 0px;
  display: block;
}
.testi-text {
  font-size: .93rem;
  font-style: italic;
  color: #37474F;
  line-height: 1.75;
  margin-bottom: 16px;
}
.testi-name {
  font-weight: 700;
  font-size: .82rem;
  color: #1C325D;
}
.read-more-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #1C325D;
  font-weight: 700;
  font-size: .84rem;
  text-decoration: none;
  margin-top: 14px;
  transition: gap .15s;
}
.read-more-link:hover { 
  gap: 9px; 
  color: #1565C0; 
}

@keyframes countUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
 
.stat-num { 
  animation: countUp .6s ease both; 
}
.stat-card:nth-child(1) .stat-num { 
  animation-delay: .05s; 
}
.stat-card:nth-child(2) .stat-num { 
  animation-delay: .12s; 
}
.stat-card:nth-child(3) .stat-num { 
  animation-delay: .19s; 
}
.stat-card:nth-child(4) .stat-num { 
  animation-delay: .26s; 
}
.stat-card:nth-child(5) .stat-num { 
  animation-delay: .33s; 
}
.stat-card:nth-child(6) .stat-num { 
  animation-delay: .40s; 
}


@media (max-width: 767px) {
  .journey-row { 
    flex-wrap: wrap; 
	justify-content: center; 
  }
  .journey-step { 
    flex: 0 0 45%; 
  }
  .video-card { 
    min-height: 200px; 
  }
}
	
.trust-section {
  background: #f6fafd;
  padding: 40px 0px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}
.trust-heading {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: #1C325D;
  margin-bottom: 36px;
}

.badge-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  margin-bottom: 36px;
}

@media (max-width: 991px) { 
  .badge-grid { 
    grid-template-columns: repeat(3,1fr); 
  } 
}
@media (max-width: 575px) { 
  .badge-grid { 
    grid-template-columns: repeat(2,1fr); 
  } 
}

.trust-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  padding: 18px 10px;
  border-radius: 14px;
  border: 1.5px solid #BBDEFB;
  background: #FFFFFF;
  transition: box-shadow .2s, border-color .2s, transform .2s;
}
.trust-badge:hover {
  border-color: #1C325D;
  box-shadow: 0 8px 28px rgba(21,101,192,.1);
  transform: translateY(-3px);
}
.badge-icon {
  width: 48px; 
  height: 48px;
  border-radius: 50%;
  background: #E3F2FD;
  display: flex;
  align-items: center; 
  justify-content: center;
  flex-shrink: 0;
}
.badge-icon i { 
  font-size: 1.25rem;
  color: #00aeef; 
}
.badge-label {
  font-size: .75rem;
  font-weight: 700;
  color: #1C325D;
  line-height: 1.4;
}
.contact-bar {
  background: #EBF5FB;
  border-radius: 14px;
  padding: 18px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.contact-bar p {
  font-size: .88rem;
  color: #78909C;
  margin: 0;
}
.contact-bar .contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.contact-link {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: .88rem;
  font-weight: 700;
  color: #00aeef;
  text-decoration: none;
  transition: color .15s;
}
.contact-link i { 
  font-size: .95rem; 
}
.contact-link:hover { 
  color: #1C325D; 
}
		
.faq-section {
  padding: 0 0 56px;
  background: #FFFFFF;
}
.faq-heading {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  color: #1C325D;
  margin-bottom: 28px;
  text-align: center;
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 767px) { 
  .faq-grid { 
    grid-template-columns: 1fr; 
  }
}

.faq-col { 
  display: flex; 
  flex-direction: column; 
  gap: 10px; 
}
.faq-item {
  background: #ffffff;
  border: 1.5px solid #BBDEFB;
  border-radius: 12px;
  overflow: hidden;
  transition: border-color .2s;
}
.faq-item.open { 
  border-color: #1C325D; 
}
.faq-q {
  width: 100%;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  cursor: pointer;
  gap: 10px;
  text-align: left;
}
.faq-q-text {
  font-size: .84rem;
  font-weight: 600;
  color: #455A64;
}
.faq-chevron {
  font-size: .8rem;
  color: #00aeef;
  transition: transform .25s;
  flex-shrink: 0;
}
.faq-item.open .faq-chevron { 
  transform: rotate(180deg); 
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease, padding .3s ease;
  padding: 0 18px;
  font-size: .82rem;
  color: #78909C;
  line-height: 1.65;
}
.faq-item.open .faq-answer {
  max-height: 200px;
  padding: 0 18px 14px;
}

@keyframes fadeUp {
  from { 
    opacity: 0; 
	transform: translateY(20px); 
  }
  to { 
    opacity: 1; 
	transform: translateY(0); 
  }
}
	
.charts-section {
  padding: 56px 0 48px;
  background: #FFFFFF;
}
.chart-card {
  background: #ffffff;
  border: 1.5px solid #BBDEFB;
  border-radius: 20px;
  padding: 30px 28px;
  height: 100%;
}
	
	