.elementor-7577 .elementor-element.elementor-element-8986b2c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7577 .elementor-element.elementor-element-f7ead1a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7577 .elementor-element.elementor-element-f08cd4f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7577 .elementor-element.elementor-element-aa1db10{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-7577 .elementor-element.elementor-element-6537067{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7577 .elementor-element.elementor-element-9e59f62{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7577 .elementor-element.elementor-element-878003c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7577 .elementor-element.elementor-element-8875f54{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7577 .elementor-element.elementor-element-613f3db{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-2fa2b53 *//* ===== HERO SECTION ===== */

.hero {
  background: #0b2f6f;
  padding: 100px 40px;
  color: #ffffff;
  font-family: 'Segoe UI', system-ui, sans-serif;
}

.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 70px;
}

/* ===== TEXT AREA ===== */

.hero-badge {
  display: inline-block;
  background: rgba(255,255,255,0.12);
  padding: 8px 18px;
  border-radius: 40px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 28px;
  color: #ffffff;
}

.hero-title {
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 28px;
  color: #ffffff;
}

.hero-text {
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.7;
  margin-bottom: 35px;
  max-width: 600px;
  color: #ffffff;
}

.hero-trust {
  font-size: 14px;
  margin-top: 30px;
  opacity: 0.9;
  color: #ffffff;
}

/* ===== BUTTONS ===== */

.hero-buttons {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.btn-primary {
  background: #0526F6;
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  transition: 0.3s ease;
}

.btn-primary:hover {
  background: #ffffff;
  transform: translateY(-2px);
}

.btn-secondary {
  border: 1.5px solid #ffffff;
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  transition: 0.3s ease;
}

.btn-secondary:hover {
  background: #ffffff;
  transform: translateY(-2px);
}

/* ===== IMAGE ===== */

.hero-image img {
  width: 100%;
  border-radius: 20px;
  display: block;
}

/* ===== RESPONSIVE BREAKPOINTS ===== */

/* Laptop */
@media (max-width: 1200px) {
  .hero {
    padding: 80px 30px;
  }
}

/* Tablet */
@media (max-width: 992px) {
  .hero-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-text {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-buttons {
    justify-content: center;
  }

  .hero-image {
    margin-top: 50px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .hero {
    padding: 70px 20px;
  }

  .hero-title {
    font-size: 28px;
  }

  .hero-text {
    font-size: 16px;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
    max-width: 320px;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f7ead1a *//* ── SECTION 1: HERO ── */
.s1-hero *{box-sizing:border-box;margin:0;padding:0;}
.s1-hero{
  background:#052f6f;
  padding:90px 40px 80px;
  font-family:'Segoe UI',system-ui,-apple-system,sans-serif;
  overflow:hidden;
  position:relative;
}
.s1-hero::before{
  content:'';
  position:absolute;
  top:-200px;right:-200px;
  width:600px;height:600px;
  background:radial-gradient(circle,rgba(47,128,255,0.18) 0%,transparent 70%);
  pointer-events:none;
}
.s1-wrap{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.15fr 1fr;
  align-items:center;
  gap:56px;
}
.s1-badge{
  display:inline-block;
  background:rgba(47,128,255,0.18);
  color:#7eb8ff;
  font-size:13px;
  font-weight:600;
  letter-spacing:0.08em;
  text-transform:uppercase;
  padding:7px 16px;
  border-radius:40px;
  margin-bottom:28px;
  border:1px solid rgba(47,128,255,0.3);
}
.s1-heading{
  font-size:clamp(32px,4.5vw,52px);
  font-weight:700;
  line-height:1.15;
  color:#ffffff;
  margin-bottom:24px;
  letter-spacing:-0.02em;
}
.s1-sub{
  font-size:clamp(15px,1.8vw,17px);
  line-height:1.75;
  color:#a8c4f0;
  max-width:480px;
  margin-bottom:40px;
}
.s1-actions{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
}
.s1-btn-primary{
  background:#2f80ff;
  color:#fff;
  padding:15px 32px;
  border-radius:8px;
  text-decoration:none;
  font-weight:600;
  font-size:15px;
  transition:all 0.25s ease;
  display:inline-block;
  white-space:nowrap;
}
.s1-btn-primary:hover{
  background:#1a6fef;
  transform:translateY(-2px);
  box-shadow:0 6px 20px rgba(47,128,255,0.45);
}
.s1-btn-ghost{
  background:transparent;
  color:#ffffff;
  padding:15px 32px;
  border-radius:8px;
  text-decoration:none;
  font-weight:600;
  font-size:15px;
  border:1.5px solid rgba(255,255,255,0.25);
  transition:all 0.25s ease;
  display:inline-block;
  white-space:nowrap;
}
.s1-btn-ghost:hover{
  background:rgba(255,255,255,0.08);
  border-color:rgba(255,255,255,0.5);
}
.s1-media{
  position:relative;
  border-radius:20px;
  overflow:hidden;
}
.s1-media img{
  width:100%;
  height:auto;
  display:block;
  border-radius:20px;
  position:relative;
  z-index:1;
}
.s1-glow{
  position:absolute;
  inset:-2px;
  border-radius:22px;
  background:transparent;
  box-shadow:0 0 50px rgba(47,128,255,0.4),inset 0 0 30px rgba(47,128,255,0.08);
  z-index:2;
  pointer-events:none;
}
@media(max-width:900px){
  .s1-hero{padding:60px 24px 56px;}
  .s1-wrap{grid-template-columns:1fr;gap:40px;}
  .s1-heading{font-size:clamp(28px,6vw,38px);}
  .s1-sub{max-width:100%;font-size:15px;}
  .s1-media{order:-1;max-width:500px;margin:0 auto;width:100%;}
}
@media(max-width:480px){
  .s1-hero{padding:48px 16px 44px;}
  .s1-heading{font-size:28px;}
  .s1-badge{font-size:12px;padding:6px 14px;}
  .s1-actions{flex-direction:column;gap:12px;}
  .s1-btn-primary,.s1-btn-ghost{text-align:center;padding:14px 24px;}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aa1db10 */.s2-threat{
  background:#ffffff;
  padding:80px 40px;
  font-family:'Segoe UI',system-ui,-apple-system,sans-serif;
}
.s2-wrap{max-width:1200px;margin:0 auto;}
.s2-header{text-align:center;margin-bottom:52px;}
.s2-label{
  display:inline-block;
  font-size:12px;font-weight:700;
  letter-spacing:0.12em;text-transform:uppercase;
  color:#2f80ff;margin-bottom:14px;
}
.s2-header h2{
  font-size:clamp(24px,3.8vw,38px);
  font-weight:700;color:#052f6f;
  line-height:1.25;margin-bottom:16px;
  letter-spacing:-0.02em;
}
.s2-header p{
  font-size:clamp(14.5px,1.7vw,17px);
  color:#4a5568;line-height:1.7;
  max-width:640px;margin:0 auto;
}
.s2-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;margin-bottom:40px;
}
.s2-card{
  background:#f7faff;
  border:1px solid #e2ecff;
  border-top:3px solid #2f80ff;
  border-radius:14px;
  padding:28px 22px;
  transition:all 0.3s ease;
}
.s2-card:hover{
  transform:translateY(-4px);
  box-shadow:0 8px 24px rgba(47,128,255,0.1);
  background:#fff;
}
.s2-icon{font-size:2rem;display:block;margin-bottom:14px;}
.s2-card h4{
  font-size:15px;font-weight:700;
  color:#052f6f;margin-bottom:10px;line-height:1.4;
}
.s2-card p{font-size:14px;line-height:1.7;color:#4a5568;}
.s2-callout{
  background:linear-gradient(135deg,rgba(47,128,255,0.07),rgba(0,184,212,0.07));
  border:1.5px solid #2f80ff;
  border-radius:12px;
  padding:24px 32px;
  text-align:center;
}
.s2-callout p{
  font-size:clamp(14.5px,1.7vw,16px);
  color:#2d3748;font-weight:500;
  line-height:1.65;margin:0;
}
@media(max-width:1024px){.s2-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:900px){.s2-threat{padding:60px 24px;}}
@media(max-width:600px){
  .s2-grid{grid-template-columns:1fr;gap:16px;}
  .s2-callout{padding:20px 20px;}
}
@media(max-width:480px){.s2-threat{padding:48px 16px;}}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ab72063 *//* SECTION 3 – APPROACH + SERVICES */
.s3-approach*{box-sizing:border-box;margin:0;padding:0;}
.s3-approach{
  background:#f7faff;
  padding:80px 40px;
  font-family:'Segoe UI',system-ui,-apple-system,sans-serif;
}
.s3-wrap{max-width:1200px;margin:0 auto;}
.s3-header{text-align:center;margin-bottom:48px;}
.s3-label{
  display:inline-block;font-size:12px;font-weight:700;
  letter-spacing:0.12em;text-transform:uppercase;
  color:#2f80ff;margin-bottom:14px;
}
.s3-header h2{
  font-size:clamp(24px,3.8vw,38px);font-weight:700;
  color:#052f6f;line-height:1.25;margin-bottom:16px;
  letter-spacing:-0.02em;
}
.s3-header p{
  font-size:clamp(14.5px,1.7vw,17px);
  color:#4a5568;line-height:1.7;
  max-width:600px;margin:0 auto;
}
.s3-pillars{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;margin-bottom:64px;
}
.s3-pill{
  background:#fff;
  border:1px solid #e2ecff;
  border-radius:16px;
  padding:32px 26px;
  display:flex;gap:20px;
  align-items:flex-start;
  transition:all 0.3s ease;
}
.s3-pill:hover{
  box-shadow:0 8px 28px rgba(47,128,255,0.1);
  border-color:#2f80ff;transform:translateY(-3px);
}
.s3-pill-num{
  font-size:2.2rem;font-weight:800;
  color:#2f80ff;opacity:0.25;
  line-height:1;flex-shrink:0;
  margin-top:-4px;
}
.s3-pill-body h4{
  font-size:16px;font-weight:700;
  color:#052f6f;margin-bottom:10px;line-height:1.4;
}
.s3-pill-body p{font-size:14px;line-height:1.75;color:#4a5568;}
.s3-divider{
  border:none;border-top:1px solid #e2ecff;
  margin:0 0 64px;
}
.s3-services{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:20px;
}
.s3-svc{
  background:#fff;
  border:1px solid #e2ecff;
  border-radius:14px;
  padding:28px 20px;
  text-align:center;
  transition:all 0.3s ease;
}
.s3-svc:hover{
  transform:translateY(-4px);
  box-shadow:0 10px 28px rgba(47,128,255,0.1);
  border-color:#2f80ff;
}
.s3-svc-icon{font-size:2rem;margin-bottom:14px;display:block;}
.s3-svc h4{
  font-size:14.5px;font-weight:700;
  color:#052f6f;margin-bottom:10px;line-height:1.35;
}
.s3-svc p{font-size:13.5px;line-height:1.7;color:#4a5568;}
@media(max-width:1100px){.s3-services{grid-template-columns:repeat(3,1fr);}}
@media(max-width:900px){
  .s3-approach{padding:60px 24px;}
  .s3-pillars{grid-template-columns:1fr;gap:16px;}
  .s3-services{grid-template-columns:repeat(2,1fr);}
  .s3-divider{margin:0 0 48px;}
}
@media(max-width:600px){
  .s3-services{grid-template-columns:1fr;}
  .s3-pill{flex-direction:column;gap:12px;}
  .s3-pill-num{font-size:1.6rem;}
}
@media(max-width:480px){.s3-approach{padding:48px 16px;}}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a5f2238 *//* SECTION 4 – MANAGED SERVICES */
.s4-managed*{box-sizing:border-box;margin:0;padding:0;}
.s4-managed{
  background:linear-gradient(135deg,#052f6f 0%,#052f6f 100%);
  padding:80px 40px;
  font-family:'Segoe UI',system-ui,-apple-system,sans-serif;
}
.s4-wrap{max-width:1200px;margin:0 auto;}
.s4-header{text-align:center;margin-bottom:52px;}
.s4-label{
  display:inline-block;font-size:12px;font-weight:700;
  letter-spacing:0.12em;text-transform:uppercase;
  color:rgba(255,255,255,0.7);margin-bottom:14px;
}
.s4-header h2{
  font-size:clamp(24px,3.8vw,38px);font-weight:700;
  color:#ffffff;line-height:1.25;margin-bottom:16px;
  letter-spacing:-0.02em;
}
.s4-header p{
  font-size:clamp(14.5px,1.7vw,17px);
  color:rgba(255,255,255,0.88);
  line-height:1.7;max-width:640px;margin:0 auto;
}
.s4-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}
.s4-card{
  background:rgba(255,255,255,0.95);
  border-radius:16px;
  padding:32px 24px;
  position:relative;
  overflow:hidden;
  transition:all 0.3s ease;
  border-left:4px solid #052f6f;
}
.s4-card:hover{
  transform:translateY(-6px);
  box-shadow:0 14px 36px rgba(0,0,0,0.15);
}
.s4-card-num{
  font-size:3rem;font-weight:800;
  color:#052f6f;opacity:0.1;
  line-height:1;margin-bottom:-16px;
}
.s4-card h4{
  font-size:16px;font-weight:700;
  color:#052f6f;margin-bottom:12px;line-height:1.4;
}
.s4-card p{font-size:14px;line-height:1.75;color:#4a5568;}
@media(max-width:1024px){.s4-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:900px){.s4-managed{padding:60px 24px;}}
@media(max-width:600px){.s4-grid{grid-template-columns:1fr;gap:16px;}}
@media(max-width:480px){.s4-managed{padding:48px 16px;}}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2d6aed1 *//* SECTION 5 – COMPLIANCE + WHY US */
.s5-trust*{box-sizing:border-box;margin:0;padding:0;}
.s5-trust{
  background:#ffffff;
  padding:80px 40px;
  font-family:'Segoe UI',system-ui,-apple-system,sans-serif;
}
.s5-wrap{max-width:1200px;margin:0 auto;}
.s5-label{
  display:inline-block;font-size:12px;font-weight:700;
  letter-spacing:0.12em;text-transform:uppercase;
  color:#2f80ff;margin-bottom:14px;
}
/* Compliance block */
.s5-block{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;align-items:center;
  margin-bottom:72px;
}
.s5-block-text h2{
  font-size:clamp(22px,3.5vw,36px);font-weight:700;
  color:#052f6f;line-height:1.3;
  margin-bottom:16px;letter-spacing:-0.02em;
}
.s5-block-text p{
  font-size:clamp(14.5px,1.6vw,16px);
  color:#4a5568;line-height:1.75;margin-bottom:24px;
}
.s5-badges{
  display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px;
}
.s5-badge{
  background:#f0f5ff;
  color:#052f6f;
  font-size:13px;font-weight:700;
  padding:7px 16px;border-radius:40px;
  border:1.5px solid #c3d9ff;
  white-space:nowrap;
}
.s5-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:12px;}
.s5-list li{
  font-size:14.5px;color:#4a5568;
  line-height:1.6;padding-left:20px;position:relative;
}
.s5-list li::before{
  content:'→';
  position:absolute;left:0;
  color:#2f80ff;font-weight:700;
}
.s5-block-img img{
  width:100%;height:auto;display:block;
  border-radius:18px;
  box-shadow:0 8px 32px rgba(5,47,111,0.12);
}
.s5-divider{
  border:none;border-top:1px solid #e2ecff;
  margin:0 0 72px;
}
/* Why us */
.s5-why-header{text-align:center;margin-bottom:48px;}
.s5-why-header h2{
  font-size:clamp(24px,3.8vw,38px);font-weight:700;
  color:#052f6f;line-height:1.25;margin-bottom:14px;
  letter-spacing:-0.02em;
}
.s5-why-header p{
  font-size:clamp(14.5px,1.7vw,17px);
  color:#4a5568;line-height:1.7;
  max-width:580px;margin:0 auto;
}
.s5-why-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}
.s5-why-card{
  background:#f7faff;
  border:1.5px solid #e2ecff;
  border-radius:16px;
  padding:30px 22px;
  transition:all 0.3s ease;
}
.s5-why-card:hover{
  border-color:#2f80ff;
  transform:translateY(-4px);
  box-shadow:0 10px 28px rgba(47,128,255,0.1);
  background:#fff;
}
.s5-why-icon{font-size:2.2rem;display:block;margin-bottom:16px;}
.s5-why-card h4{
  font-size:15px;font-weight:700;
  color:#052f6f;margin-bottom:10px;line-height:1.4;
}
.s5-why-card p{font-size:13.5px;line-height:1.7;color:#4a5568;}
@media(max-width:1024px){.s5-why-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:900px){
  .s5-trust{padding:60px 24px;}
  .s5-block{grid-template-columns:1fr;gap:36px;margin-bottom:56px;}
  .s5-block-img{order:-1;}
  .s5-divider{margin:0 0 56px;}
}
@media(max-width:600px){
  .s5-why-grid{grid-template-columns:1fr;gap:16px;}
  .s5-badges{gap:8px;}
}
@media(max-width:480px){.s5-trust{padding:48px 16px;}}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7c98a45 */.s6-faq{
  background:#f7faff;
  padding:100px 40px;
  font-family:'Segoe UI',system-ui,-apple-system,sans-serif;
}

.s6-wrap{
  max-width:860px;
  margin:0 auto;
}

.s6-header{
  text-align:center;
  margin-bottom:52px;
}

.s6-label{
  display:inline-block;
  font-size:12px;
  font-weight:700;
  letter-spacing:0.12em;
  text-transform:uppercase;
  color:#2f80ff;
  margin-bottom:14px;
}

.s6-header h2{
  font-size:clamp(24px,3.8vw,38px);
  font-weight:700;
  color:#052f6f;
  line-height:1.25;
  margin-bottom:14px;
  letter-spacing:-0.02em;
}

.s6-header p{
  font-size:clamp(14.5px,1.7vw,17px);
  color:#4a5568;
  line-height:1.6;
}

/* ===============================
   ACCORDION
=================================*/

.s6-accordion{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.s6-item{
  background:#ffffff;
  border-radius:14px;
  border:1.5px solid #e2ecff;
  overflow:hidden;
  transition:border-color 0.3s, box-shadow 0.3s;
}

.s6-item:hover{
  border-color:#b3d0ff;
}

.s6-item.s6-open{
  border-color:#2f80ff;
  box-shadow:0 4px 20px rgba(47,128,255,0.1);
}

/* ===============================
   QUESTION BUTTON (FIXED)
=================================*/

.s6-q{
  width:100%;
  background:transparent;
  border:none;
  padding:22px 26px;

  display:flex;
  justify-content:space-between;
  align-items:flex-start;   /* FIX */
  gap:16px;

  cursor:pointer;
  text-align:left;
  transition:background 0.2s;
  -webkit-tap-highlight-color:transparent;

  appearance:none;
  -webkit-appearance:none;
}

.s6-q:hover{
  background:#ffffff;
}

.s6-item.s6-open .s6-q{
  background:#f0f5ff;
}

/* TEXT FIX */
.s6-q-text{
  flex:1 1 auto;
  min-width:0;              /* 🔥 CRITICAL FIX */
  font-size:clamp(14px,1.8vw,16px);
  font-weight:600;
  color:#ffffff;
  line-height:1.5;
  white-space:normal;
  word-break:break-word;
  overflow-wrap:anywhere;
}

/* ICON FIX */
.s6-icon{
  width:32px;
  height:32px;
  min-width:32px;
  background:#2f80ff;
  color:#ffffff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  font-weight:300;
  line-height:1;
  flex-shrink:0;
  transition:all 0.3s ease;
  margin-top:2px;
}

.s6-item.s6-open .s6-icon{
  background:#052f6f;
  transform:rotate(135deg);
}

/* ===============================
   ANSWER
=================================*/

.s6-ans{
  max-height:0;
  overflow:hidden;
  transition:max-height 0.4s ease;
}

.s6-item.s6-open .s6-ans{
  max-height:500px; /* enough for content */
}

.s6-ans p{
  font-size:clamp(13.5px,1.6vw,15px);
  line-height:1.8;
  color:#4a5568;
  padding:8px 26px 24px;
  border-top:1px solid #e2ecff;
  margin:0;
}

/* ===============================
   TABLET
=================================*/

@media(max-width:900px){
  .s6-faq{padding:60px 24px;}
  .s6-header{margin-bottom:40px;}
  .s6-q{padding:20px 22px;}
  .s6-ans p{padding:8px 22px 22px;}
}

/* ===============================
   MOBILE
=================================*/

@media(max-width:480px){

  .s6-faq{padding:48px 16px;}

  .s6-item{border-radius:12px;}

  .s6-q{
    padding:18px 16px;
    gap:12px;
  }

  .s6-q-text{
    font-size:14px;
    line-height:1.45;
  }

  .s6-icon{
    width:28px;
    height:28px;
    min-width:28px;
    font-size:17px;
  }

  .s6-ans p{
    padding:8px 16px 20px;
    font-size:13.5px;
  }

  .s6-accordion{gap:12px;}
}

/* ===============================
   VERY SMALL SCREENS
=================================*/

@media(max-width:360px){

  .s6-q{padding:16px 14px;}

  .s6-q-text{
    font-size:13.5px;
  }

  .s6-icon{
    width:26px;
    height:26px;
    min-width:26px;
    font-size:16px;
  }

  .s6-ans p{
    padding:8px 14px 18px;
    font-size:13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0c33366 *//* Final CTA Section */
.cta-section * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.cta-section {
  background: linear-gradient(135deg, #052f6f 0%, #052f6f 100%);
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(0, 184, 212, 0.15) 0%, transparent 70%);
  border-radius: 50%;
}

.cta-section::after {
  content: '';
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(47, 128, 255, 0.15) 0%, transparent 70%);
  border-radius: 50%;
}

.cta-container {
  max-width: 900px;
  margin: 0 auto;
}

.cta-content {
  position: relative;
  z-index: 1;
}

.cta-content h2 {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
  text-align: center;
  margin-bottom: 24px;
}

.cta-lead {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255,255,255,0.9);
  text-align: center;
  margin-bottom: 20px;
}

.cta-desc {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.85);
  text-align: center;
  margin-bottom: 48px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 64px;
}

.cta-btn-primary {
  background: #ffffff;
  color: #2f80ff;
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.cta-btn-primary:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255,255,255,0.3);
}

.cta-btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s ease;
  background: transparent;
  font-size: 1rem;
}

.cta-btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
}

.cta-footer {
  text-align: center;
  padding-top: 40px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}

.cta-footer p {
  color: rgba(255,255,255,0.9);
  font-weight: 600;
  font-size: 1.125rem;
}

@media (max-width: 768px) {
  .cta-section {
    padding: 60px 16px;
  }
  
  .cta-buttons {
    flex-direction: column;
    gap: 16px;
  }
  
  .cta-btn-primary,
  .cta-btn-outline {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS *//* =================================================================
   GLOBAL CSS - Add this once in Elementor > Custom CSS
   ================================================================= */

:root {
  /* Brand Colors - Updated to match your palette */
  --primary: #FFFFFF;
  --primary-dark: #052f6f;
  --secondary: #00B8D4;
  --accent: #FF6B35;
  
  /* Neutrals */
  --dark: #052f6f;
  --dark-gray: #2D3748;
  --mid-gray: #4A5568;
  --light-gray: #E2E8F0;
  --off-white: #F7FAFC;
  --white: #FFFFFF;
  --text-light: #dce6ff;
  
  /* Status Colors */
  --success: #10B981;
  --warning: #F59E0B;
  --error: #EF4444;
  
  /* Typography */
  --font-primary: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
  --font-heading: 'Inter', -apple-system, sans-serif;
  
  /* Spacing */
  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 1.5rem;
  --spacing-lg: 2.5rem;
  --spacing-xl: 4rem;
  
  /* Border Radius */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 18px;
  
  /* Shadows */
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.1);
  --shadow-lg: 0 10px 30px rgba(0,0,0,0.12);
  --shadow-hero: 0 0 40px rgba(47,128,255,0.35);
  
  /* Transitions */
  --transition: all 0.3s ease;
}

/* SAFE GLOBAL RESET */
.ngn-section * {
  box-sizing: border-box;
}

/* Reset text elements only */
.ngn-section p,
.ngn-section ul,
.ngn-section ol {
  margin: 0;
  padding: 0;
}

.ngn-section {
  font-family: var(--font-primary);
  color: var(--dark);
  line-height: 1.6;
  overflow-x: hidden;
}

/* Container System */
.ngn-container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
}

.ngn-container-wide {
  max-width: 1400px;
}

.ngn-container-narrow {
  max-width: 900px;
}

/* Typography */
.ngn-h1 {
  font-family: var(--font-heading);
  font-size: 52px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--dark);
  margin-bottom: 22px;
}

.ngn-h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.3;
  color: var(--dark);
  margin-bottom: var(--spacing-md);
}

.ngn-h3 {
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 600;
  line-height: 1.4;
  color: var(--dark);
  margin-bottom: var(--spacing-sm);
}

.ngn-h4 {
  font-family: var(--font-heading);
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  font-weight: 600;
  line-height: 1.4;
  color: var(--dark-gray);
  margin-bottom: var(--spacing-sm);
}

.ngn-body {
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.7;
  color: var(--mid-gray);
}

.ngn-lead {
  font-size: 18px;
  line-height: 1.6;
  color: var(--dark-gray);
  font-weight: 400;
}

/* Button System */
.ngn-btn {
  display: inline-block;
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--radius-md);
  transition: var(--transition);
  cursor: pointer;
  border: 2px solid transparent;
  text-align: center;
  white-space: nowrap;
}

.ngn-btn-primary {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-sm);
}

.ngn-btn-primary:hover {
  background: #1a6fef;
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.ngn-btn-secondary {
  background: transparent;
  color: var(--primary);
  border: 1px solid var(--primary);
}

.ngn-btn-secondary:hover {
  background: var(--primary);
  color: var(--white);
}

.ngn-btn-outline {
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff;
  background: transparent;
}

.ngn-btn-outline:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.5);
}

.ngn-btn-large {
  padding: 18px 40px;
  font-size: 1.125rem;
}

/* Grid System */
.ngn-grid {
  display: grid;
  gap: var(--spacing-lg);
}

.ngn-grid-2 {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.ngn-grid-3 {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.ngn-grid-4 {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

/* Card System */
.ngn-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: var(--spacing-lg);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  height: 100%;
  border: 1px solid var(--light-gray);
}

.ngn-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.ngn-card-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--spacing-md);
  font-size: 1.5rem;
  color: var(--white);
}

/* Badge System */
.ngn-badge {
  display: inline-block;
  padding: 6px 14px;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 20px;
  margin-bottom: var(--spacing-sm);
}

.ngn-badge-primary {
  background: rgba(47, 128, 255, 0.15);
  color: var(--primary);
}

.ngn-badge-success {
  background: rgba(16, 185, 129, 0.1);
  color: var(--success);
}

/* Spacing Utilities */
.ngn-section-padding {
  padding: var(--spacing-xl) 0;
}

.ngn-section-padding-lg {
  padding: calc(var(--spacing-xl) * 1.5) 0;
}

.ngn-mb-xs { margin-bottom: var(--spacing-xs); }
.ngn-mb-sm { margin-bottom: var(--spacing-sm); }
.ngn-mb-md { margin-bottom: var(--spacing-md); }
.ngn-mb-lg { margin-bottom: var(--spacing-lg); }
.ngn-mb-xl { margin-bottom: var(--spacing-xl); }

/* Responsive Images */
.ngn-img-responsive {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-lg);
}

/* Flex Utilities */
.ngn-flex {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
}

.ngn-flex-center {
  justify-content: center;
}

.ngn-flex-between {
  justify-content: space-between;
}

.ngn-flex-wrap {
  flex-wrap: wrap;
}

/* Text Utilities */
.ngn-text-center { text-align: center; }
.ngn-text-primary { color: var(--primary); }
.ngn-text-muted { color: var(--mid-gray); }

/* Background Utilities */
.ngn-bg-white { background: var(--white); }
.ngn-bg-light { background: var(--off-white); }
.ngn-bg-dark { background: var(--primary-dark); color: var(--white); }
.ngn-bg-gradient {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  color: var(--white);
}

/* Responsive Design */
@media (max-width: 900px) {
  .ngn-container {
    padding: 0 20px;
  }
  
  .ngn-h1 {
    font-size: 38px;
  }
  
  .ngn-section-padding {
    padding: var(--spacing-lg) 0;
  }
  
  .ngn-grid {
    gap: var(--spacing-md);
  }
  
  .ngn-btn {
    width: 100%;
    padding: 16px 24px;
  }
  
  .ngn-flex-mobile-column {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .ngn-card {
    padding: var(--spacing-md);
  }
  
  .ngn-container {
    padding: 0 16px;
  }
}
/* FIX CARD INTERNAL SPACING */
.ngn-card > * + *,
.ngn-challenge-card > * + * {
  margin-top: 12px;
}

/* Challenge CTA spacing fix */
.ngn-challenge-cta {
  margin-top: 64px;
}/* End custom CSS */