.elementor-kit-15{--e-global-color-primary:#1E7CF2;--e-global-color-secondary:#F59E0B;--e-global-color-text:#1F2933;--e-global-color-accent:#4B5563;--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;background-image:url("https://i0.wp.com/aivelora.com/wp-content/uploads/2026/02/aivelora-pattern-light.webp?fit=1536%2C1024&ssl=1");background-position:center center;background-repeat:repeat;background-size:auto;}.elementor-kit-15 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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;}.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-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 *//* ================================
AIVELORA GLOBAL SITE STYLES
================================ */


/* ===== HEADER READABILITY FIX ===== */

.aivelora-header,
.elementor-location-header,
header.site-header {

  background: rgba(255,255,255,0.92) !important;

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  box-shadow: 0 6px 18px rgba(0,0,0,0.08);

  padding-top: 10px;
  padding-bottom: 10px;
}


/* Keep inner header containers transparent */

.aivelora-header .elementor-container,
.aivelora-header .e-con,
.elementor-location-header .elementor-container,
.elementor-location-header .e-con {

  background: transparent !important;

}


/* Menu readability */

.aivelora-header a,
.elementor-location-header a,
header.site-header a {

  color: #1f2933 !important;
  text-shadow: none !important;

}


/* Header CTA button */

.aivelora-header .elementor-button,
.elementor-location-header .elementor-button,
header.site-header .elementor-button {

  background: #d4b15a !important;
  color: #1f2933 !important;
  border: none !important;

}



/* ================================
TYPOGRAPHY POLISH
================================ */

h1 {
  font-size: 46px;
  letter-spacing: -0.02em;
  font-weight: 600;
}

h2 {
  font-size: 34px;
  letter-spacing: -0.01em;
  margin-bottom: 18px;
}

h3 {
  font-size: 22px;
  font-weight: 600;
}

p {
  font-size: 18px;
  line-height: 1.7;
  color: #374151;
}



/* ================================
SECTION BREATHING ROOM
================================ */

section {

  padding-top: 90px;
  padding-bottom: 90px;

}

/* ================================
STICKY HEADER
================================ */

.aivelora-header,
.elementor-location-header,
header.site-header {

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;

}


/* Prevent page content from hiding under fixed header */

body {

  padding-top: 90px;

}
/* ================================
SMART STICKY HEADER
================================ */

.aivelora-header,
.elementor-location-header,
header.site-header {

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;

  padding-top: 18px;
  padding-bottom: 18px;

  transition: all 0.35s ease;

}


/* Prevent content hiding under header */

body {

  padding-top: 100px;

}


/* Header shrink when scrolling */

body.scrolled .aivelora-header,
body.scrolled .elementor-location-header,
body.scrolled header.site-header {

  padding-top: 10px;
  padding-bottom: 10px;

  box-shadow: 0 8px 24px rgba(0,0,0,0.12);

}

/* ================================
HEADER TEXT READABILITY GLOW
================================ */

.aivelora-header a,
.elementor-location-header a,
header.site-header a {

  text-shadow:
    0 0 6px rgba(255,255,255,0.9),
    0 0 12px rgba(255,255,255,0.7);

}


/* Also apply to logo text if present */

.aivelora-header,
.elementor-location-header,
header.site-header {

  text-shadow:
    0 0 6px rgba(255,255,255,0.9),
    0 0 12px rgba(255,255,255,0.7);

}/* End custom CSS */