.elementor-kit-214{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-38f6f19:#1A0E2E;--e-global-color-359edd4:#130820;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-214 e-page-transition{background-color:#FFBC7D;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */<!-- PASTE THIS IN ELEMENTOR: Site Settings > Custom CSS -->
<style>
:root {
  --navy:       #130820;
  --deep:       #1a0e2e;
  --mid:        #2d1147;
  --accent:     #9d174d;
  --blue:       #be185d;
  --glow:       #f9a8d4;
  --sky:        #f9a8d4;
  --white:      #ffffff;
  --muted:      rgba(255,255,255,0.55);
  --border:     rgba(249,168,212,0.12);
  --card:       rgba(255,255,255,0.04);
  --card-hover: rgba(249,168,212,0.07);
  --max-w:      1240px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--navy);
  color: var(--white);
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  line-height: 1.6;
}

.section-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 100px 60px;
}

.sec-label { font-size: 0.72rem; font-weight: 700; color: var(--sky); text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 10px; }
.sec-head { font-size: clamp(1.9rem, 3vw, 2.6rem); font-weight: 800; letter-spacing: -0.015em; line-height: 1.15; margin-bottom: 14px; }
.sec-sub { font-size: 1rem; color: var(--muted); font-weight: 500; max-width: 520px; line-height: 1.75; margin-bottom: 56px; }

.btn-primary {
  background: linear-gradient(135deg, #e11d74, #9d174d); color: white;
  padding: 15px 30px; border-radius: 50px;
  font-weight: 700; font-size: 0.95rem;
  text-decoration: none; display: inline-flex; align-items: center; gap: 8px;
  box-shadow: 0 8px 32px rgba(190,24,93,0.35); transition: transform 0.2s, box-shadow 0.2s;
}
.btn-primary:hover,
.pkg-btn-solid:hover,
.footer-btn:hover {
  background: #f9a8d4 !important;
  color: #9d174d !important;
  box-shadow: none !important;
  transform: none !important;
}

.badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(157,23,77,0.14); border: 1px solid rgba(244,114,182,0.3);
  border-radius: 50px; padding: 7px 16px;
  font-size: 0.78rem; font-weight: 700; color: #f9a8d4; letter-spacing: 0.04em;
  margin-bottom: 28px;
}
.badge-dot { 
  width: 7px; 
  height: 7px; 
  background: #f9a8d4; 
  border-radius: 50%; 
  box-shadow: 0 0 8px var(--glow); 
  animation: pulse 1.8s infinite;
  flex-shrink: 0;
}
@keyframes pulse { 0%,100% { opacity:1; transform:scale(1); } 50% { opacity:0.4; transform:scale(1.5); } }
@keyframes fadeUp { from { opacity:0; transform:translateY(28px); } to { opacity:1; transform:translateY(0); } }
@keyframes bob { from { transform: translateY(0); } to { transform: translateY(-8px); } }
@keyframes floatGlow { from { transform: translate(0,0) scale(1); } to { transform: translate(40px,20px) scale(1.06); } }

@media (max-width: 900px) {
  .section-inner { padding: 60px 24px; }
}
</style>

<style>
body, html {
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-section-wrap,
.elementor-container,
.e-con,
.e-con-inner {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
}

a, a:hover, a:visited {
  text-decoration: none !important;
}

.btn-primary:hover,
.pkg-btn-solid:hover,
.footer-btn:hover {
  background: #f9a8d4 !important;
  color: #9d174d !important;
  box-shadow: none;
}
</style>/* End custom CSS */