.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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-6 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 */@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=Poppins:wght@300;400;500;600;700&display=swap");

body {
    font-family: "Poppins", sans-serif !important;
    background: #0a0a14 !important;
    color: #f0e6d3;
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    top: -50%; left: -50%;
    width: 200%; height: 200%;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(103,61,230,0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 50%, rgba(196,30,42,0.06) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 0%, rgba(212,168,67,0.05) 0%, transparent 40%);
    z-index: 0;
    pointer-events: none;
}

html { scroll-behavior: smooth; }

/* Fixed header */
.elementor-location-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000 !important;
    backdrop-filter: blur(20px);
}

body.admin-bar .elementor-location-header {
    top: 32px;
}

/* Header logo image size fix */
.elementor-location-header .elementor-widget-image img {
    max-height: 50px !important;
    width: auto !important;
}

/* Hero overlay */
.bb-hero {
    position: relative;
}
.bb-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
        rgba(10,10,20,0.35) 0%,
        rgba(10,10,20,0.5) 30%,
        rgba(10,10,20,0.75) 55%,
        rgba(10,10,20,0.95) 100%
    ) !important;
    z-index: 0;
    pointer-events: none;
}
.bb-hero > .e-con-inner {
    position: relative;
    z-index: 1;
}

/* Footer columns layout fix */
.elementor-location-footer .e-con {
    position: relative;
    z-index: 1;
}

/* Remove default Elementor padding from nested containers in footer */
.elementor-location-footer .e-con .e-con {
    padding: 0;
}

/* All sections z-index */
.e-con {
    position: relative;
    z-index: 1;
}

/* Elementor default heading margin fix */
.elementor-heading-title {
    padding: 0;
    margin: 0;
}/* End custom CSS */