.elementor-kit-36{--e-global-color-primary:#00D9FF;--e-global-color-secondary:#39FF14;--e-global-color-text:#2C2F36;--e-global-color-accent:#0E0F13;--e-global-color-background:#1A1A2E;--e-global-color-backgroundAccent:#E9ECF1;--e-global-color-transparent:#00000000;--e-global-color-6f514ed:#FF6B6B;--e-global-color-ff80cce:#2ECC71;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:1.5em;--e-global-typography-heading-xl-font-family:"Poppins";--e-global-typography-heading-xl-font-size:56px;--e-global-typography-heading-xl-font-weight:700;--e-global-typography-heading-xl-line-height:1.2em;--e-global-typography-heading-l-font-family:"Poppins";--e-global-typography-heading-l-font-size:48px;--e-global-typography-heading-l-font-weight:700;--e-global-typography-heading-l-line-height:1.2em;--e-global-typography-heading-m-font-family:"Poppins";--e-global-typography-heading-m-font-size:40px;--e-global-typography-heading-m-font-weight:700;--e-global-typography-heading-m-line-height:1.2em;--e-global-typography-heading-s-font-family:"Poppins";--e-global-typography-heading-s-font-size:24px;--e-global-typography-heading-s-font-weight:700;--e-global-typography-body-s-font-family:"Inter";--e-global-typography-body-s-font-size:14px;--e-global-typography-body-s-font-weight:400;--e-global-typography-body-s-line-height:1.5em;background-color:#FFFFFF;}.elementor-kit-36 e-page-transition{background-color:#FFBC7D;}.elementor-kit-36 button,.elementor-kit-36 input[type="button"],.elementor-kit-36 input[type="submit"],.elementor-kit-36 .elementor-button{box-shadow:0px 5px 12px 0px rgba(0,0,0,0.5);border-radius:999px 999px 999px 999px;}.elementor-kit-36 img{border-radius:16px 16px 16px 16px;}.elementor-kit-36 input:not([type="button"]):not([type="submit"]),.elementor-kit-36 textarea,.elementor-kit-36 .elementor-field-textual{border-radius:12px 12px 12px 12px;padding:13px 13px 13px 13px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:24px;--container-default-padding-right:24px;--container-default-padding-bottom:24px;--container-default-padding-left:24px;}.elementor-widget:not(:last-child){--kit-widget-spacing:40px;}.elementor-element{--widgets-spacing:40px 40px;--widgets-spacing-row:40px;--widgets-spacing-column:40px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-36{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;--e-global-typography-heading-xl-font-size:48px;--e-global-typography-heading-l-font-size:40px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-36{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:16px;--e-global-typography-heading-xl-font-size:40px;--e-global-typography-heading-l-font-size:32px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Utility classes — compatible with older parsers */

/* small lift on interactive buttons */
.button--lift:hover {
  transform: translateY(-1px);
  transition: transform .15s ease;
}

/* card base style + hover */
.card {
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  transition: box-shadow .2s ease, transform .2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

/* image rendering tweak (optional) */
img {
  image-rendering: -webkit-optimize-contrast;
}

/* accessible focus outline — replace hex if you want a different color */
:focus-visible {
  outline: 3px solid #6B5BFF;
  outline-offset: 2px;
}

/* soft section background */
.section--soft {
  background: #F7F8FA;
}

/* badge */
.badge {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: #E9ECF1;
  color: #2C2F36;
  font-weight: 600;
  font-size: 0.8rem;
}

/* underline non-button links on hover */
a:not(.elementor-button):hover {
  text-decoration: underline;
}



/* Subtle link underline on hover */
a:not(.elementor-button):hover{text-decoration: underline;}/* End custom CSS */