.elementor-434 .elementor-element.elementor-element-7a482ea{--display:flex;}.elementor-434 .elementor-element.elementor-element-433f69a{width:100%;max-width:100%;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-434 .elementor-element.elementor-element-7a482ea{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-433f69a */:root {
  --blue: #1A5FD4;
  --blue-dark: #0F3E9A;
  --blue-deeper: #0A2866;
  --blue-light: #E8F0FD;
  --blue-mid: #C3D6FA;
  --gray-200: #DDE5F4;
  --gray-400: #8FA3C8;
  --gray-800: #1E2D47;
  --text-muted: #5A6E8C;
  --off-white: #F7F9FF;
}

.svc-hero, .svc-overview, .svc-faq { font-family: 'Outfit', sans-serif; color: var(--gray-800); }

/* ---- REVEAL ---- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }

.section-label {
  display: inline-block; font-size: .78rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--blue); background: var(--blue-light);
  padding: 6px 16px; border-radius: 100px; margin-bottom: 16px;
}

/* ---- HERO ---- */
.svc-hero { position: relative; min-height: 480px; display: flex; align-items: flex-end; overflow: hidden; }
.svc-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.svc-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(10,40,102,.92) 0%, rgba(10,40,102,.75) 45%, rgba(10,40,102,.35) 100%);
}
.svc-hero-inner { position: relative; z-index: 2; max-width: 1300px; margin: 0 auto; padding: 60px 32px 56px; width: 100%; }

.svc-breadcrumb {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.8); font-size: .85rem; padding: 8px 16px;
  border-radius: 100px; margin-bottom: 22px;
}
.svc-breadcrumb a { color: rgba(255,255,255,.8); text-decoration: none; }
.svc-breadcrumb a:hover { color: #fff; }
.svc-breadcrumb strong { color: #fff; font-weight: 600; }

.svc-badge {
  display: inline-block; font-size: .78rem; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: #fff; background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.25); padding: 6px 16px; border-radius: 100px; margin-bottom: 18px;
}
.svc-title { font-family: 'Playfair Display', serif; font-size: clamp(2.4rem, 5vw, 3.6rem); color: #fff; line-height: 1.1; margin-bottom: 14px; }
.svc-subtitle { font-size: 1.1rem; color: rgba(255,255,255,.85); max-width: 520px; margin-bottom: 30px; }

.svc-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 26px; }
.btn {
  display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: .95rem;
  padding: 14px 26px; border-radius: 100px; text-decoration: none; transition: all .3s ease; border: none; cursor: pointer;
}
.btn-primary { background: var(--blue); color: #fff; }
.btn-primary:hover { background: var(--blue-dark); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(26,95,212,.35); }
.btn-outline-dark { background: rgba(255,255,255,.08); color: #fff; border: 1.5px solid rgba(255,255,255,.35); }
.btn-outline-dark:hover { background: rgba(255,255,255,.16); transform: translateY(-2px); }
.btn-outline-light { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.3); }
.btn-outline-light:hover { background: rgba(255,255,255,.1); }
.btn-block { width: 100%; justify-content: center; }

.svc-trust-row { display: flex; flex-wrap: wrap; gap: 20px; }
.svc-trust-row span { display: inline-flex; align-items: center; gap: 6px; font-size: .82rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: rgba(255,255,255,.85); }

/* ---- OVERVIEW ---- */
.svc-overview { background: linear-gradient(180deg, #fff, var(--off-white)); padding: 90px 32px; }
.svc-overview-grid { max-width: 1300px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr; gap: 60px; align-items: start; }

.svc-h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3.4vw, 2.5rem); line-height: 1.2; margin-bottom: 18px; }
.svc-h2 span { color: var(--blue); }
.svc-h2-center { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3.4vw, 2.5rem); text-align: center; margin-bottom: 0; }
.svc-h3 { font-size: 1.4rem; font-weight: 700; margin: 8px 0 20px; color: var(--gray-800); }
.svc-overview-content p { color: var(--text-muted); font-size: 1rem; line-height: 1.8; margin-bottom: 18px; max-width: 640px; }

.svc-included-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; }
.svc-included-item {
  display: flex; align-items: center; gap: 10px; font-size: .95rem; color: var(--gray-800);
  background: #fff; border: 1px solid var(--gray-200); border-radius: 12px; padding: 14px 16px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.svc-included-item:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(26,95,212,.12); border-color: var(--blue-mid); }
.check {
  width: 22px; height: 22px; border-radius: 50%; background: var(--blue-light); color: var(--blue);
  display: flex; align-items: center; justify-content: center; font-size: .75rem; flex-shrink: 0; font-weight: 700;
}

/* ---- SIDEBAR ---- */
.svc-sidebar { display: flex; flex-direction: column; gap: 20px; position: sticky; top: 24px; }
.svc-sidebar-card {
  background: linear-gradient(160deg, var(--blue-deeper), var(--blue-dark));
  border-radius: 20px; padding: 32px 28px; color: #fff;
  box-shadow: 0 24px 50px rgba(10,40,102,.28);
}
.svc-sidebar-badge {
  display: inline-block; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  background: rgba(255,255,255,.12); color: #fff; padding: 5px 14px; border-radius: 100px; margin-bottom: 14px;
}
.svc-sidebar-card h4 { font-size: 1.4rem; font-weight: 700; margin-bottom: 10px; }
.svc-sidebar-card p { color: rgba(255,255,255,.75); font-size: .92rem; line-height: 1.6; margin-bottom: 22px; }
.svc-sidebar-card .btn { margin-bottom: 10px; }
.svc-sidebar-list { list-style: none; margin: 22px 0 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); display: flex; flex-direction: column; gap: 12px; }
.svc-sidebar-list li { display: flex; align-items: center; gap: 10px; font-size: .88rem; color: rgba(255,255,255,.85); }
.svc-sidebar-list .check { background: rgba(255,255,255,.15); color: #fff; }

.svc-area-card {
  display: flex; align-items: flex-start; gap: 14px;
  background: var(--blue-light); border: 1px solid var(--blue-mid); border-radius: 16px; padding: 20px;
}
.svc-area-icon {
  width: 36px; height: 36px; background: var(--blue); color: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1rem;
}
.svc-area-card strong { display: block; font-size: .95rem; color: var(--gray-800); margin-bottom: 4px; }
.svc-area-card p { font-size: .85rem; color: var(--text-muted); line-height: 1.6; margin: 0; }
.svc-area-card a { color: var(--blue); font-weight: 600; text-decoration: none; }
.svc-area-card a:hover { color: var(--blue-dark); }

/* ---- FAQ ---- */
.svc-faq { background: var(--off-white); padding: 90px 32px 100px; }
.svc-faq .section-header { text-align: center; margin-bottom: 44px; }
.svc-faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.svc-faq-item { background: #fff; border: 1px solid var(--gray-200); border-radius: 16px; overflow: hidden; transition: box-shadow .3s ease; }
.svc-faq-item.open { box-shadow: 0 10px 30px rgba(26,95,212,.1); border-color: var(--blue-mid); }
.svc-faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  background: none; border: none; cursor: pointer; text-align: left;
  font-family: inherit; font-size: 1.02rem; font-weight: 700; color: var(--gray-800);
  padding: 22px 24px;
}
.svc-faq-chevron { width: 20px; height: 20px; color: var(--blue); flex-shrink: 0; transition: transform .3s ease; }
.svc-faq-item.open .svc-faq-chevron { transform: rotate(180deg); }
.svc-faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .35s ease; padding: 0 24px; }
.svc-faq-item.open .svc-faq-a { max-height: 200px; padding: 0 24px 22px; }
.svc-faq-a p { color: var(--text-muted); font-size: .95rem; line-height: 1.7; margin: 0; }

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
  .svc-overview-grid { grid-template-columns: 1fr; }
  .svc-sidebar { position: static; }
  .svc-hero { align-items: flex-end; }
  .svc-hero-overlay { background: linear-gradient(180deg, rgba(10,40,102,.55) 0%, rgba(10,40,102,.9) 100%); }
}

@media (max-width: 600px) {
  .svc-hero-inner { padding: 40px 20px 40px; }
  .svc-overview, .svc-faq { padding: 60px 20px; }
  .svc-included-grid { grid-template-columns: 1fr; }
  .svc-hero-actions .btn, .svc-trust-row { width: 100%; }
  .svc-hero-actions { flex-direction: column; }
}/* End custom CSS */