.elementor-8363 .elementor-element.elementor-element-54d26a4 > .elementor-container{min-height:304px;text-align:start;}.elementor-8363 .elementor-element.elementor-element-54d26a4 > .elementor-background-overlay{opacity:0;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-8363 .elementor-element.elementor-element-54d26a4{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-8363 .elementor-element.elementor-element-be6ed88 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-8363 .elementor-element.elementor-element-be6ed88 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-8363 .elementor-element.elementor-element-135457e:not(.elementor-motion-effects-element-type-background), .elementor-8363 .elementor-element.elementor-element-135457e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F9FC;}.elementor-8363 .elementor-element.elementor-element-135457e{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-8363 .elementor-element.elementor-element-135457e > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-8363 .elementor-element.elementor-element-473a06d:not(.elementor-motion-effects-element-type-background), .elementor-8363 .elementor-element.elementor-element-473a06d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1B2D5B;}.elementor-8363 .elementor-element.elementor-element-473a06d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-8363 .elementor-element.elementor-element-473a06d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-8363 .elementor-element.elementor-element-dd73803:not(.elementor-motion-effects-element-type-background), .elementor-8363 .elementor-element.elementor-element-dd73803 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0D1E3A;}.elementor-8363 .elementor-element.elementor-element-dd73803{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-8363 .elementor-element.elementor-element-dd73803 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}:root{--page-title-display:none;}/* Start custom CSS for column, class: .elementor-element-be6ed88 */.hero {

  background: #0D1E3A;
  padding: 5rem 2rem 4rem;
}
.hero-btn {
    display: inline-flex;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    background: #E8762A !important;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    letter-spacing: 0.5px;
    border-radius: 50px;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 14px rgba(232, 118, 42, 0.25);
}

.hero-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(40,100,200,.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(40,100,200,.12) 1px, transparent 1px);
  background-size: 56px 56px;
}

.hero-glow {
  position: absolute;
  top: -120px;
  right: -80px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(40,100,200,.35) 0%, transparent 70%);
  pointer-events: none;
}

.hero-glow2 {
  position: absolute;
  bottom: -80px;
  left: -60px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232,118,42,.18) 0%, transparent 70%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  background: rgba(40,100,200,.18);
  border: 1px solid rgba(40,100,200,.35);
  color: #93BFFF;
  font-family: 'Montserrat', sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: .4rem .9rem;
  border-radius: 50px;
  margin-bottom: 1.6rem;
}

.hero-tag::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #E8762A;
  display: block;
}

.hero h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  line-height: 1.08;
  color: #FFFFFF;
  letter-spacing: -1.5px;
  max-width: 700px;
}

.hero h1 .accent {
  color: #E8762A;
}

.hero-sub {
  font-family: 'Lora', serif;
  font-size: 1.1rem;
  color: rgba(255,255,255,.65);
  margin-top: 1.2rem;
  max-width: 560px;
  line-height: 1.7;
}

.hero-meta {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
  font-family: 'Montserrat', sans-serif;
  font-size: .75rem;
  font-weight: 600;
  color: rgba(255,255,255,.45);
  letter-spacing: .3px;
}

.hero-meta span {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.hero-meta-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #E8762A;
}

.hero-btn {
  display: inline-flex;
  z-index: 99999;
  align-items: center;
  justify-content: center;
  background: #E8762A; /* Orange accent color */
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  letter-spacing: 0.5px;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 14px rgba(232, 118, 42, 0.25); /* Subtle orange drop shadow */
}

.hero-btn:hover {
  background: #d4661e; /* Slightly darker orange */
  transform: translateY(-2px); /* Slight lift effect */
  box-shadow: 0 6px 20px rgba(232, 118, 42, 0.4); /* Stronger shadow on hover */
  color: #FFFFFF;
}

.hero-btn:active {
  transform: translateY(0); /* Pushes back down when clicked */
  box-shadow: 0 2px 8px rgba(232, 118, 42, 0.3);
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-94fb137 */.section-p { padding: 40px 0px; 
 }

.eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.11rem;
  text-transform: uppercase;
  color: #2864C8;
  line-height: .2rem;
  margin-bottom: 10px;
}

.section-title {
  font-weight: 800;
  color: #0D1E3A;
  margin-bottom: 14px;
}

.section-sub {
  color: #4A5E78;
  font-weight: 400;
  margin-bottom: 52px;
}


.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.step-card {
  background: #FFFFFF;
  border: 1px solid #D8E8F8;
  border-radius: 12px;
  padding: 28px 24px 24px;
  position: relative;
  transition: box-shadow .25s, transform .25s;
}

.step-card:hover {
  box-shadow: 0 8px 28px rgba(27, 45, 91, 0.1);
  transform: translateY(-3px);
}

.step-num {
  width: 40px;
  height: 40px;
  background: #2864C8;
  color: #FFFFFF;
  border-radius: 50%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.step-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #0D1E3A;
  margin-bottom: 8px;
}

.step-desc {
  font-family: 'Inter', sans-serif;
  font-size: 0.82rem;
  color: #4A5E78;
  line-height: 1.7;
}

@media (max-width: 992px) {
  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .steps-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-d6ba376 */.section { padding: 40px 0px;
background-color:#FFFFFF;
    
}
.mod-icon-wrap svg, .icon-wrapper svg{
    fill:#0000 !important;
}
.mod-icon-wrap svg {
  width: 28px;
  height: 28px;
  display: block;
}
  .modules-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.module-card {
  background: #FFFFFF;
  border: 1px solid #D8E8F8;
  border-radius: 12px;
  padding: 32px 26px;
  transition: box-shadow .25s, border-color .25s, transform .25s;
  position: relative;
  overflow: hidden;
}

.module-card::before {
  content: '';
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0;
  height: 3px;
  background: #2864C8;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}

.module-card:hover::before { 
  transform: scaleX(1); 
}

.module-card:hover {
  box-shadow: 0 10px 32px rgba(27, 45, 91, 0.1);
  border-color: rgba(26, 111, 212, 0.25);
  transform: translateY(-3px);
}

.module-card.span2 { 
  grid-column: span 2; 
}

.mod-icon-wrap {
  width: 52px; 
  height: 52px;
  background: #F0F5FF;
  border-radius: 12px;
  display: flex; 
  align-items: center; 
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 18px;
}

.mod-head {
  display: flex; 
  align-items: flex-start; 
  justify-content: space-between;
  gap: 12px; 
  margin-bottom: 12px;
}

.mod-badge {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.68rem; 
  font-weight: 700; 
  letter-spacing: 0.06em; 
  text-transform: uppercase;
  color: #2864C8; 
  background: #F0F5FF;
  padding: 4px 10px; 
  border-radius: 100px;
  white-space: nowrap; 
  flex-shrink: 0; 
  margin-top: 2px;
}

.mod-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0D1E3A;
  margin-bottom: 8px;
}

.mod-desc {
  font-family: 'Inter', sans-serif;
  font-size: 0.83rem;
  color: #4A5E78;
  line-height: 1.7;
  margin-bottom: 20px;
}

.feat-list {
  display: flex; 
  flex-wrap: wrap; 
  gap: 8px;
}

.feat-tag {
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  color: #0D1E3A;
  background: #F8FAFC;
  border: 1px solid #D8E8F8;
  padding: 4px 12px;
  border-radius: 100px;
  font-weight: 500;
}

@media (max-width: 1000px) {
  .modules-grid { 
    grid-template-columns: 1fr 1fr; 
  }
  .module-card.span2 { 
    grid-column: span 1; 
  }
}

@media (max-width: 600px) {
  .modules-grid { 
    grid-template-columns: 1fr; 
  }
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-ae2a989 */.factors-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* The 1px gap creates the internal border effect when combined with background */
  gap: 1px; 
  border: 1px solid #D8E8F8;
  border-radius: 14px;
  overflow: hidden;
  background: #D8E8F8; /* This acts as the border color between boxes */
}

.factor-box {
  background: #FFFFFF;
  padding: 36px 32px;
  transition: background 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.factor-box:hover { 
  background: #F0F5FF; /* Subtle blue tint on hover */
}

.factor-icon-wrap {
  width: 48px;
  height: 48px;
  background: #F0F5FF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.factor-icon-wrap svg {
  width: 24px;
  height: 24px;
  /* Icons will use your brand blue */
}

.factor-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem; 
  font-weight: 700; 
  color: #0D1E3A; 
  margin-bottom: 8px;
}

.factor-desc {
  font-family: 'Inter', sans-serif;
  font-size: 0.83rem; 
  color: #4A5E78; 
  line-height: 1.7;
}

/* Ensure it stacks on mobile */
@media (max-width: 900px) {
  .factors-grid {
    grid-template-columns: 1fr;
    gap: 1px;
  }
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-debe5cd */.section-navy{
    padding: 40px 0px;
}

/* ── SECTION TITLES & EYEBROWS ── */
.section-title {
  font-family: 'Montserrat', sans-serif;
}
.white{
    color:#ffff;
}
.yellow{
    color:#F0C03A;
}
.center{
    align-items: center;
    text-align: center;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* ── STATS ROW (Dark Section) ── */

  .stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-top: 1px solid rgba(255,255,255,0.12);
    border-bottom: 1px solid rgba(255,255,255,0.12);
  }
  .stat-box {
    padding: 40px 32px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.1);
  }
  .stat-box:last-child { border-right: none; }
  .stat-num {
    font-size: 2.6rem;
    font-weight: 800;
     color: #F0C03A; 
    line-height: 1;
    margin-bottom: 8px;
  }
  .stat-label {
    font-size: 0.83rem;
    color: rgba(255,255,255,0.65);
    font-weight: 400;
    line-height: 1.5;
  }

/* ── MODULE & BENEFIT CARDS ── */
.module-card, .benefit-card {
  background: #FFFFFF; /* --white */
  border: 1px solid #E2E8F0; /* --gray-mid */
  border-radius: 12px;
  transition: all 0.3s ease;
}

.module-card:hover {
  border-color: #2680E8; /* --blue-lt */
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(27, 45, 91, 0.1);
}

/* ── ICON WRAPPERS ── */
.mod-icon-wrap, .icon-wrapper {
  background: #E8F1FB; /* --blue-pale */
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mod-icon-wrap svg, .icon-wrapper svg {
  fill: #1A6FD4; /* --blue */
  width: 24px;
  height: 24px;
}

/* ── BADGES & TAGS ── */
.mod-badge {
  background: #E8F1FB; /* --blue-pale */
  color: #1A6FD4; /* --blue */
  font-size: 0.7rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 100px;
}

.feat-tag {
  background: #F0F3F8; /* --gray-lt */
  color: #374151; /* --gray-dark */
  border: 1px solid #E2E8F0; /* --gray-mid */
  font-size: 0.75rem;
  padding: 4px 10px;
}

/* ── BUTTONS ── */
.hero-btn {
  background-color: #1A6FD4; /* --blue */
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.2s;
}

.hero-btn:hover {
  background-color: #2680E8; /* --blue-lt */
  color: #FFFFFF;
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-85c3032 *//* ── QUOTE FORM ── */
.quote-layout {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 56px;
}

.quote-left-list {
  list-style: none;
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.quote-left-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.88rem;
  color: #374151; /* --gray-dark */
  line-height: 1.5;
}

.check-circle {
  width: 25px;
  height: 25px;
  background: #1A6FD4; /* --blue */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

.check-circle svg {
     width: 20px;
    height: 15px;
}

.cert-badges {
  display: flex;
  gap: 12px;
  margin-top: 15px;
  flex-wrap: wrap;
}

.cert-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #F0F3F8; /* --gray-lt */
  border: 1px solid #E2E8F0; /* --gray-mid */
  padding: 8px 14px;
  border-radius: 8px;
  font-weight: 600;
  color: #1B2D5B; /* --navy */
}


.cert-badge .shield {
  font-size: 1rem;
}

.quote-card {
  background: #FFFFFF; /* --white */
  border: 1px solid #E2E8F0; /* --gray-mid */
  border-radius: 14px;
  padding: 38px 36px;
  box-shadow: 0 4px 24px rgba(27, 45, 91, 0.08);
}

.quote-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1B2D5B; /* --navy */
  margin-bottom: 8px;
}

.quote-card .form-note-top {
  font-size: 0.8rem;
  color: #5A6A82; /* --gray-text */
  margin-bottom: 24px;
}

.form-row {
  margin-bottom: 16px;
}

.form-row label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #1B2D5B; /* --navy */
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  background: #F7F9FC; /* --off-white */
  border: 1px solid #E2E8F0; /* --gray-mid */
  border-radius: 7px;
  padding: 6px 14px;
  color: #1B2D5B; /* --navy */
  font-family: 'Poppins', sans-serif;
  font-size: 0.87rem;
  font-weight: 400;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
  appearance: none;
}

.form-row input::placeholder,
.form-row textarea::placeholder {
  color: #B0BAC8;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  border-color: #1A6FD4; /* --blue */
  box-shadow: 0 0 0 3px rgba(26, 111, 212, 0.1);
  background: #FFFFFF;
}

.form-row select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%231b2d5b' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
  cursor: pointer;
}

.form-row select option {
  background: #FFFFFF;
  color: #1B2D5B; /* --navy */
}

.form-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-submit {
  width: 100%;
  margin-top: 20px;
  background: #1A6FD4 !important; /* --blue */
  color: #FFFFFF;
  border: none;
  padding: 14px;
  border-radius: 7px !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  cursor: pointer;
  transition: background .2s, transform .15s, box-shadow .2s;
}

.form-submit:hover {
  background: #1B2D5B !important; /* --navy on hover */
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(27, 45, 91, 0.2);
}

.form-privacy {
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 0.73rem;
  color: #5A6A82; /* Manual --gray-text */
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-privacy svg {
  margin-right: 4px;
}

/* Responsive */
@media (max-width: 900px) {
  .quote-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .form-2col {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-fea0dea *//* ── TESTIMONIALS ── */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testi-card {
  background: #FFFFFF; /* --white */
  border: 1px solid #E2E8F0; /* --gray-mid */
  border-radius: 12px;
  padding: 28px;
  transition: box-shadow .25s, transform .25s;
}

.testi-card:hover { 
  box-shadow: 0 8px 28px rgba(27, 45, 91, 0.1); 
  transform: translateY(-3px); 
}

.testi-stars { 
  color: #F59E0B; 
  font-size: 0.9rem; 
  letter-spacing: 2px; 
  margin-bottom: 14px; 
}

.testi-result-tag {
  display: inline-flex; 
  align-items: center; 
  gap: 6px;
  background: #E8F1FB; /* --blue-pale */
  color: #1A6FD4; /* --blue */
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem; 
  font-weight: 700;
  padding: 5px 12px; 
  border-radius: 100px;
  margin-bottom: 16px;
}

.testi-quote {
  font-family: 'Inter', sans-serif;
  font-size: 0.87rem;
  color: #374151; /* --gray-dark */
  line-height: 1.75;
  font-style: italic;
  margin-bottom: 20px;
  border-left: 3px solid #1A6FD4; /* --blue */
  padding-left: 14px;
}

.testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testi-author img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
  border: 3px solid #1c3c6c !important;
}

.testi-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: #1B2D5B; /* Navy */
  line-height: 1.2;
}

.testi-role {
  font-family: 'Inter', sans-serif;
  font-size: 0.76rem;
  color: #5A6A82; /* Gray Text */
  margin-top: 2px;
}

/* Responsive */
@media (max-width: 992px) {
  .testi-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .testi-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-3ea6410 *//* ── FAQ ── */
.faq-wrap { 
  max-width: 840px; 
  margin: 0 auto; 
}

.faq-item {
  border-bottom: 1px solid #E2E8F0; /* --gray-mid */
  overflow: hidden;
}

.faq-item:first-child { 
  border-top: 1px solid #E2E8F0; /* --gray-mid */
}

.faq-q {
  width: 100%;
  background: none;
  border: none;
  color: #1B2D5B; /* --navy */
  font-size: 0.93rem;
  font-weight: 600;
  padding: 20px 0;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: color .2s;
}

.faq-q:hover { 
  color: #1A6FD4; /* --blue */
}

.faq-icon {
  width: 24px; 
  height: 24px;
  border: 2px solid #E2E8F0; /* --gray-mid */
  border-radius: 50%;
  display: flex; 
  align-items: center; 
  justify-content: center;
  font-size: 0.7rem;
  color: #5A6A82; /* --gray-text */
  flex-shrink: 0;
  transition: transform .3s, border-color .2s, color .2s, background .2s;
}
/* ── FAQ HOVER/ACTIVE FIX (OVERRIDING ELEMENTOR) ── */


button.faq-q, 
button.faq-q:hover, 
button.faq-q:focus, 
button.faq-q:active {
  background-color: transparent !important;
  background: none !important;
  box-shadow: none !important;
}

button.faq-q:hover, 
button.faq-q:active,
button.faq-q:focus {
  color: #1A6FD4 !important; /* Forces our --blue */
}

button.faq-q {
  color: #1B2D5B !important; /* Forces our --navy */
  transition: color 0.2s ease;
}

.faq-item.open button.faq-q {
  color: #1A6FD4 !important;
}
.faq-item.open .faq-icon {
  background: #E8F1FB; 
}

.faq-body-inner {
  padding: 0px 20px 20px ;
  font-size: 0.87rem;
  color: #5A6A82; /* gray-text */
  line-height: 1.8;
  background: transparent;
}

.faq-body { 
  max-height: 0; 
  overflow: hidden; 
  transition: max-height .35s ease; 
}


.faq-item.open .faq-body { 
  max-height: 500px; 
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-ec280e9 *//* ── NEWSLETTER SECTION ── */
.newsletter {
  background: #0D1E3A;
  padding: 5rem 2rem;
  position: relative;
  overflow: hidden;
}

.nl-grid-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(40, 100, 200, .1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(40, 100, 200, .1) 1px, transparent 1px);
  background-size: 48px 48px;
}

.nl-glow {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(40, 100, 200, .28) 0%, transparent 70%);
  pointer-events: none;
}

.nl-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.nl-content h2 {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 900 !important;
  font-size: clamp(1.6rem, 3.5vw, 2.2rem) !important;
  color: #FFFFFF;
  letter-spacing: -.8px;
  line-height: 1.15;
}

.nl-content p {
  color: rgba(255, 255, 255, .6);
  font-size: 0.95rem !important;
  margin-top: .9rem;
  line-height: 1.7;
}

/* ── CTA BOTTOM ── */
.cta-strip {
  background: #1B2D5B; /* Manual --navy */
  padding: 80px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-strip::before {
  content: '';
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 56px solid rgba(240, 192, 58, 0.12); /* Manual --accent rgba */
  pointer-events: none;
}

.cta-strip::after {
  content: '';
  position: absolute;
  top: -80px;
  left: -80px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 40px solid rgba(255, 255, 255, 0.04);
  pointer-events: none;
}

.cta-strip-inner {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}

.cta-strip h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.cta-strip p {
  font-family: 'Inter', sans-serif;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  margin-bottom: 36px;
  line-height: 1.75;
}

.cta-strip-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  border-radius: 20px;
  flex-wrap: wrap;
}
.hero-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    border-radius: 6px;
    flex-wrap: wrap;
  }
  .btn-hero-white {
    background: #fff;
    color: #1b2d5b !important;
    border: none;
    padding: 14px 32px;
    border-radius: 6px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 0.92rem;
    cursor: pointer;
    transition: background .2s, transform .15s, box-shadow .2s;
  }
  .btn-hero-white:hover { background: #f7f9fc !important; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.15); !important}

  .btn-hero-outline {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.4);
    padding: 12px 30px;
    border-radius: 6px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 0.92rem;
    cursor: pointer;
    transition: border-color .2s, background .2s;
  }
  .btn-hero-outline:hover { border-color: #fff !important; background: rgba(255,255,255,0.08) !important; }

.cta-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.cta-trust-item {
  font-family: 'Inter', sans-serif;
  font-size: 0.77rem;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  gap: 6px;
}

.cta-trust-item::before {
  content: '✓';
  color: #F0C03A; /* Manual --accent */
  font-weight: 700;
}/* End custom CSS */