.elementor-kit-6{--e-global-color-primary:#E0CED2;--e-global-color-secondary:#A8BCA1;--e-global-color-text:#5F6F5C;--e-global-color-accent:#91545D;--e-global-color-6e7c3eb:#7A7A7A;--e-global-color-8b024b7:#FFFFFF;--e-global-color-3115f23:#6F8F6B;--e-global-color-f4a3822:#DCE9D7;--e-global-color-344a8a7:#F5AEBF;--e-global-color-9aa1c48:#000000;--e-global-color-abe1e87:#B76E79;--e-global-color-9469392:#141A13;--e-global-color-fe9e7a8:#DFDEDE;--e-global-color-6eec684:#FFFAFB;--e-global-color-f9da071:#F28BA8;--e-global-color-44db663:#2F4A35;--e-global-color-fdffde0:#FCE8EC;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Playfair Display";--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 *//* FORCE remove grey placeholder */
.elementor-popup .elementor-search-form input::placeholder {
    color: #000000 !important;
    opacity: 1 !important;
}

.elementor-popup .elementor-search-form input::-webkit-input-placeholder {
    color: #000000 !important;
}

.elementor-popup .elementor-search-form input:-ms-input-placeholder {
    color: #000000 !important;
}

/* Also force actual input text colour */
.elementor-popup .elementor-search-form input {
    color: #000000 !important;
}

/* ===== FIX HEADER + HERO GAP ===== */

.elementor-location-header {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    line-height: 0;
    position: relative;
    z-index: 100;
}

/* Remove default spacing from theme */
.site-header,
.site-content,
.content-area,
.entry-content,
.elementor-section-wrap {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Pull hero up under header */
body .elementor-top-section:first-child {
    margin-top: -20px !important;
    padding-top: 0 !important;
    position: relative;
    z-index: 1;
}

/* ===== FIX WHEN LOGGED INTO WORDPRESS (ADMIN BAR) ===== */

body.admin-bar .elementor-top-section:first-child {
    margin-top: -32px !important;
}

/* ===== EXTRA SAFETY FOR DIFFERENT THEMES ===== */

.elementor-location-header + div .elementor-top-section:first-child,
.elementor-location-header + main .elementor-top-section:first-child,
.elementor-location-header + .site-main .elementor-top-section:first-child {
    margin-top: -20px !important;
}

/* ===== OPTIONAL: FINE TUNE BUTTON LOOK (matches editor better) ===== */

.elementor-button {
    transform: translateY(0);
}

/* ===== OPTIONAL: PREVENT RANDOM WHITE LINES ===== */

body {
    overflow-x: hidden;
}

/* HERO BUTTON - force live to match editor */
.hero-button .elementor-button,
.hero-button a.elementor-button {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;

    background: rgba(183, 110, 121, 0.45) !important;
    background-color: rgba(183, 110, 121, 0.45) !important;
    color: #f8e4df !important;

    border: 1.5px solid #f29cab !important;
    border-radius: 40px !important;

    padding: 16px 34px !important;
    min-height: 60px !important;

    box-shadow:
        0 0 10px rgba(242, 156, 171, 0.65),
        0 0 20px rgba(242, 156, 171, 0.35),
        inset 0 0 10px rgba(255, 255, 255, 0.12) !important;

    text-decoration: none !important;
    transition: all 0.3s ease !important;
    overflow: hidden !important;
}

/* Button text */
.hero-button .elementor-button-text {
    color: #f8e4df !important;
    font-weight: 400 !important;
}

/* Button icon */
.hero-button .elementor-button-icon,
.hero-button .elementor-button-icon i,
.hero-button .elementor-button-icon svg {
    color: #f8e4df !important;
    fill: #f8e4df !important;
}

/* Hover */
.hero-button .elementor-button:hover,
.hero-button a.elementor-button:hover {
    background: rgba(183, 110, 121, 0.58) !important;
    background-color: rgba(183, 110, 121, 0.58) !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;

    box-shadow:
        0 0 14px rgba(242, 156, 171, 0.8),
        0 0 26px rgba(242, 156, 171, 0.45),
        inset 0 0 12px rgba(255, 255, 255, 0.16) !important;
}

/* Prevent theme overrides */
.hero-button .elementor-button:focus,
.hero-button .elementor-button:active {
    background: rgba(183, 110, 121, 0.45) !important;
    background-color: rgba(183, 110, 121, 0.45) !important;
    color: #f8e4df !important;
    outline: none !important;
}

/* ===== HERO TEXT - FORCE MATCH EDITOR ===== */

.hero-section h1 {
    font-size: 56px !important;
    line-height: 1.1em !important;
    font-weight: 600 !important;
    letter-spacing: -0.5px !important;
    color: #ffffff !important;
    margin-bottom: 15px !important;
}

.hero-section p {
    font-size: 24px !important;
    line-height: 1.2em !important;
    font-weight: 400 !important;
    color: #ffffff !important;
    opacity: 0.9 !important;
    margin-bottom: 25px !important;
}

/* Small top category text (WEDDINGS / BIRTHDAYS etc) */
.hero-section .elementor-heading-title:not(h1) {
    font-size: 14px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    opacity: 0.7 !important;
}

/* Prevent theme overrides */
.hero-section h1,
.hero-section p,
.hero-section span {
    font-family: inherit !important;
}/* End custom CSS */