/*
 Theme Name:   Parklane Windows
 Theme URI:    https://parklanewindows.co.uk
 Description:  Child theme for Hello Elementor
 Author:       Marbl Codes
 Author URI:   https://marbl.codes
 Template:     hello-elementor
 Version:      1.2.1
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  parklane-windows
*/

/* ==========================================================================
   SELF-HOSTED INTER FONT
   ========================================================================== */

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('fonts/inter-latin-normal.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url('fonts/inter-latin-italic.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('fonts/inter-latin-ext-normal.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url('fonts/inter-latin-ext-italic.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ==========================================================================
   GLOBAL - SCROLLBAR
   ========================================================================== */

* {
    scrollbar-width: thin;
    scrollbar-color: #0E294A #ffffff;
}

*::-webkit-scrollbar { width: 10px; }
*::-webkit-scrollbar-track { background: #ffffff; }
*::-webkit-scrollbar-thumb {
    background-color: #0E294A;
    border-radius: 0;
    border: none !important;
}

/* ==========================================================================
   GLOBAL - TRANSITIONS
   ========================================================================== */

button,
.elementor-social-icon svg,
.elementor-menu-toggle,
.elementor-nav-menu--dropdown a,
.elementor-icon i,
.elementor-icon svg,
.e-filter button,
.elementor-swiper-button-next svg,
.elementor-swiper-button-prev svg,
.swiper-pagination-bullet {
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

/* ==========================================================================
   GLOBAL - PLACEHOLDER STYLING
   ========================================================================== */

::placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
    opacity: 1 !important;
    transition: opacity 0.3s ease-in-out !important;
}

.elementor-form input:hover::placeholder,
.elementor-form input:focus::placeholder,
.elementor-form textarea:hover::placeholder,
.elementor-form textarea:focus::placeholder {
    opacity: 0 !important;
}

/* ==========================================================================
   GLOBAL - HORIZONTAL RULES
   ========================================================================== */

hr {
    background-color: rgba(0, 0, 0, 0.1) !important;
    margin: 40px 0 !important;
    height: 1px;
    border: none !important;
}

/* ==========================================================================
   ACCESSIBILITY - FOCUS STATES
   ========================================================================== */

.outlineNone,
.outlineNone a,
.outlineNone img,
.elementor-button,
.elementor-form input,
.elementor-form textarea,
.elementor-form select,
.elementor embed,
.elementor iframe,
.elementor object,
.elementor video,
button,
.elementor-popup-modal a {
    outline: none;
}

a:focus-visible,
button:focus-visible,
.elementor-button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
    outline: 2px solid var(--e-global-color-primary) !important;
    outline-offset: 2px !important;
}

.elementor-form input:focus-visible,
.elementor-form textarea:focus-visible,
.elementor-form select:focus-visible {
    outline-offset: 0 !important;
}

/* ==========================================================================
   TYPOGRAPHY UTILITIES
   ========================================================================== */

.removeMargin p:last-of-type { margin-bottom: 0; }
.brandColor { color: var(--e-global-color-primary); }
.accentColor { color: var(--e-global-color-accent); }
.regWeight { font-weight: 400; }
.medWeight { font-weight: 500; }
.boldWeight { font-weight: 700; }
.blueText { color: #0E294A !important; }
.whiteText { color: #FFFFFF !important; }

/* ==========================================================================
   TEXT EDITOR & CONTENT STYLING
   ========================================================================== */

.elementor-widget-text-editor ul,
.elementor-widget-theme-post-content ul {
    margin-bottom: var(--e-global-typography-text-margin-bottom);
    margin-top: var(--e-global-typography-text-margin-top);
}

.elementor-widget-text-editor ::marker {
    color: var(--e-global-color-primary);
}

/* ==========================================================================
   LINK STYLING
   ========================================================================== */

.elementor-heading-title a,
h1 a {
    font-weight: inherit !important;
}

.whiteLinks a,
a.whiteLinks {
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease-in-out;
}

.whiteLinks a:hover,
a.whiteLinks:hover {
    opacity: 0.4;
}

.plainLink a,
.plainLink a:hover,
.plainLink a:focus {
    color: inherit !important;
    text-decoration: none !important;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */

.elementor-button-wrapper {
    display: flex;
}

.elementor-button-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.elementor-menu-toggle__icon--close,
.elementor-menu-toggle__icon--open {
    line-height: inherit;
}

/* Gold button */
.goldButton .elementor-button {
    background-color: var(--e-global-color-accent) !important;
    border-color: var(--e-global-color-accent) !important;
    color: var(--e-global-color-86ce829) !important;
}

.goldButton .elementor-button:hover,
.goldButton .elementor-button:focus {
    background-color: var(--e-global-color-88fe6aa) !important;
    border-color: var(--e-global-color-88fe6aa) !important;
    color: var(--e-global-color-304de98) !important;
}

/* White outline button */
.whiteOutlineButton .elementor-button {
    background-color: var(--e-global-color-0229558) !important;
    border-color: #fff !important;
}

.whiteOutlineButton .elementor-button:hover,
.whiteOutlineButton .elementor-button:focus {
    background-color: rgba(255, 255, 255, 0.10) !important;
    border-color: #fff !important;
}

/* White button */
.whiteButton .elementor-button {
    background-color: #fff !important;
    border-color: #fff !important;
    color: var(--e-global-color-primary) !important;
}

.whiteButton .elementor-button:hover,
.whiteButton .elementor-button:focus {
    background-color: var(--e-global-color-f2275cc) !important;
    border-color: var(--e-global-color-f2275cc) !important;
}

/* ==========================================================================
   ELEMENTOR FORMS - INPUTS
   ========================================================================== */

.elementor-form input[type="text"],
.elementor-form input[type="email"],
.elementor-form input[type="password"],
.elementor-form input[type="tel"],
.elementor-form input[type="url"],
.elementor-form input[type="number"],
.elementor-form input[type="date"],
.elementor-form input[type="time"],
.elementor-form input[type="search"],
.elementor-form textarea,
.elementor-form select,
.elementor-field-textual,
.elementor-field-group .elementor-select-wrapper select,
.elementor-form input[type="radio"],
.elementor-form input[type="checkbox"] {
    border: 1px solid rgba(0, 0, 0, 0.4) !important;
}

.elementor-field-textual {
    padding: 10px !important;
}

.elementor-field-textual:focus {
    box-shadow: none !important;
}

.elementor-field-group .elementor-select-wrapper select {
    color: var(--e-global-color-text) !important;
}

.elementor-select-wrapper .select-caret-down-wrapper svg {
    fill: var(--e-global-color-primary) !important;
}

.elementor-form .elementor-message {
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
}

/* Filter dropdowns */
.e-filter select,
.jet-smart-filters-container select,
.elementor-widget-select select,
select[name*="filter"],
select[class*="filter"] {
    cursor: pointer !important;
}

/* ==========================================================================
   ELEMENTOR FORMS - LABELS & ACCEPTANCE
   ========================================================================== */

.elementor-field-type-acceptance .elementor-field-subgroup label,
.elementor-field-type-checkbox .elementor-field-subgroup label {
    font-size: 13px !important;
    color: var(--e-global-color-text) !important;
    cursor: pointer;
}

.elementor-field-type-acceptance .elementor-field-subgroup a,
.elementor-field-type-checkbox .elementor-field-subgroup a {
    color: var(--e-global-color-primary) !important;
}

.elementor-field-type-acceptance .elementor-field-subgroup a:hover,
.elementor-field-type-checkbox .elementor-field-subgroup a:hover {
    border-bottom: 1px dashed !important;
}

/* Privacy checkbox layout */
.elementor-field-group-privacyCheck .elementor-field-option {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    width: 100% !important;
}

.elementor-field-group-privacyCheck .elementor-field-option input[type="checkbox"] {
    flex-shrink: 0 !important;
    width: 15px !important;
    height: 15px !important;
    min-width: 15px !important;
    min-height: 15px !important;
    margin: 0 !important;
    margin-top: 1px !important;
}

.elementor-field-group-privacyCheck .elementor-field-option label {
    flex: 1 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    cursor: pointer !important;
}

/* ==========================================================================
   ELEMENTOR FORMS - RADIO BUTTONS & CHECKBOXES
   ========================================================================== */

.elementor-form input[type="radio"],
.elementor-form input[type="checkbox"] {
    box-sizing: border-box !important;
    width: 15px !important;
    height: 15px !important;
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    background-color: transparent !important;
    outline: none !important;
    transition: background-color 0.3s ease-in-out !important;
    cursor: pointer !important;
}

.elementor-form input[type="radio"] {
    border-radius: 50% !important;
}

.elementor-form input[type="checkbox"] {
    border-radius: 0 !important;
}

@media (hover: hover) {
    .elementor-form input[type="radio"]:not(:disabled):not(:checked):hover,
    .elementor-form input[type="checkbox"]:not(:disabled):not(:checked):hover {
        background-color: rgba(0, 0, 0, 0.05) !important;
    }
}

input[type="checkbox"]:checked {
    background-color: var(--e-global-color-primary) !important;
    border-color: var(--e-global-color-primary) !important;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="white" stroke="white" stroke-width="0.5" d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z"/></svg>') !important;
    background-size: 10px 10px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

input[type="radio"]:checked {
    background-color: var(--e-global-color-primary) !important;
    border-color: var(--e-global-color-primary) !important;
    background-image: radial-gradient(circle, #ffffff 0%, #ffffff 30%, transparent 35%, transparent 100%) !important;
    background-size: 8px 8px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
    background-color: #d9d9d9 !important;
    cursor: not-allowed !important;
    opacity: 0.6 !important;
}

input[type="checkbox"]:disabled:checked {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="%23666" stroke="%23666" stroke-width="0.5" d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z"/></svg>') !important;
}

@media (prefers-reduced-motion: reduce) {
    input[type="radio"],
    input[type="checkbox"] {
        transition: none !important;
    }
}

/* ==========================================================================
   ICONS & MEDIA
   ========================================================================== */

.elementor-icon-wrapper {
    line-height: 0;
}

/* Video thumbnail fills container */
.videoThumbnailFullHeight .elementor-custom-embed-image-overlay {
    position: absolute;
    inset: 0;
}

.videoThumbnailFullHeight .elementor-custom-embed-image-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Off-canvas speed */
.elementor-widget-off-canvas {
    --e-off-canvas-animation-duration: 300ms !important;
}

/* Icons Rotating */
.iconRotating {
    transform: rotate(12deg);
    transition: transform 0.4s ease-in-out;
}

.iconHover-rotate:hover .iconRotating {
    transform: rotate(0deg);
}

/* ==========================================================================
   PRODUCT BOXES
   ========================================================================== */

.productBoxIcon {
    transition: all 0.4s ease !important;
    background-color: #FFF !important;
    border-radius: 4px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.productBoxTextBox {
    display: grid !important;
    grid-template-rows: auto 0fr !important;
    gap: 0px !important;
    transition: grid-template-rows 0.4s ease, gap 0.4s ease !important;
}

.productBoxHeading.elementor-widget {
    margin-bottom: 0px !important;
    transition: all 0.4s ease !important;
}

.productBoxDescription {
    overflow: hidden !important;
    transition: all 0.4s ease !important;
}

.productBox:hover .productBoxTextBox,
.productBox:active .productBoxTextBox {
    grid-template-rows: auto 1fr !important;
    gap: 20px !important;
}

.productBox:hover .productBoxIcon,
.productBox:active .productBoxIcon {
    background-color: #EFF3FB !important;
    transform: scale(1.15) !important;
}

.productBoxIcon svg path {
    transition: transform 0.4s ease !important;
}

.productBox:hover .productBoxIcon svg path:first-of-type,
.productBox:active .productBoxIcon svg path:first-of-type {
    transform: translate(2px, -2px) !important;
}

.productBox:hover .productBoxIcon svg path:last-of-type,
.productBox:active .productBoxIcon svg path:last-of-type {
    transform: translate(-2px, 2px) !important;
}

/* ==========================================================================
   LAYOUT UTILITIES
   ========================================================================== */

/* Two-column navigation list */
.listTwoCol .elementor-nav-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

/* ==========================================================================
   RESPONSIVE UTILITIES
   ========================================================================== */

@media (max-width: 1024px) {
    .hideTablet { display: none !important; visibility: hidden !important; }
}

@media (max-width: 767px) {
    .hideMobile { display: none !important; visibility: hidden !important; }

    .listTwoCol .elementor-nav-menu {
        grid-template-columns: 1fr;
    }
}

/* Pointer cursor for menu items without links (mega menu triggers) */
.constantCursor,
.constantCursor a {
    cursor: pointer !important;
}


/* ==========================================================================
   PROJECT SPECIFIC
   ========================================================================== */
.jet-slick-dots li {
    width: 30px;
    border-radius: 10px;
}

ol:has(+ p),
ul:has(+ p),
p:has(+ ul),
p:has(+ ol) {
    margin-bottom: 12px !important;
}

.elementor-widget-text-editor a {
    font-weight: 500;
}

.elementor-widget-text-editor p a:hover,
.elementor-widget-text-editor p a:focus,
.elementor-widget-theme-post-content p a:hover,
.elementor-widget-theme-post-content p a:focus {
    text-decoration: underline;
}

.elementor-widget-image a {
    width: 100%;
    max-width: 100%;
}

.e-filter-item,
.e-filter-item:hover,
.e-filter-item:focus,
.e-n-tab-title,
.e-n-tab-title:hover,
.e-n-tab-title:focus {
    border-radius: 100px !important;
}

.blogMenu .elementor-item:before {
    border: 1px solid var(--e-global-color-5f444c6) !important;
    border-radius: 100px;
}
.blogMenu .elementor-item-active:before {
    border: 1px solid var(--e-global-color-5f444c6) !important;
    border-radius: 100px;
    background-color: var(--e-global-color-f2275cc) !important;
    z-index: -1;
}

.smartcrawl-breadcrumbs a {
    color: var(--e-global-color-text);
    font-size: var(--e-global-typography-06129fd-font-size);
    line-height: var(--e-global-typography-06129fd-line-height);
}

/* ==========================================================================
   SEASONAL OPENING TIMES
   ========================================================================== */
.seasonalOpening {
    display: none!important;
    visibility: hidden!important;
}

/* ==========================================================================
   BLOG POST CONTENT - HEADING SCALE
   Scaled down from Elementor global typography for readability in long-form
   blog posts. H1 stays as theme default (post title).
   ========================================================================== */

.single-post .elementor-widget-theme-post-content h2,
.single-post .entry-content h2 {
    font-size: 24px !important;
    line-height: 1.3em !important;
    margin-top: 1.4em;
    margin-bottom: 0.5em;
}

.single-post .elementor-widget-theme-post-content h3,
.single-post .elementor-widget-theme-post-content h4,
.single-post .elementor-widget-theme-post-content h5,
.single-post .elementor-widget-theme-post-content h6,
.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content h5,
.single-post .entry-content h6 {
    font-size: 20px !important;
    line-height: 1.3em !important;
    margin-top: 1.3em;
    margin-bottom: 0.4em;
}

/* ==========================================================================
   reCAPTCHA v3 badge
   Hidden to keep the bottom-right floating UI tidy. Google permits this
   provided the privacy + terms notice appears on the form itself (added
   to .pl-form-legal). See https://developers.google.com/recaptcha/docs/faq
   ========================================================================== */

.grecaptcha-badge {
    visibility: hidden !important;
}

/* ==========================================================================
   MARBL FORM SYSTEM
   Brand CSS for all Park Lane forms (service + ICAAL's 3 forms). Moved here
   from inline-via-PHP (pl_form_brand_styles) on 2026-05-20. Lives in the
   child theme stylesheet so the browser caches it after first load.
   Cascade: child-style is enqueued with elementor-frontend as a dependency,
   so this loads AFTER Elementor's stylesheets and naturally wins specificity.
   `!important` declarations retained from the inline-CSS era - safe to audit
   and remove in a later pass once the cascade order is proven in production.
   ========================================================================== */
    .pl-form {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
        background: transparent;
        font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        color: #071525;
        box-sizing: border-box;
    }

    .pl-form *,
    .pl-form *::before,
    .pl-form *::after {
        box-sizing: border-box;
    }

    .pl-form-intro {
        margin: 0 0 20px 0;
    }

    .pl-form .pl-form-title,
    .icaal-contact-form .pl-form-title,
    .pl-form-title {
        font-family: var(--e-global-typography-primary-font-family, "Inter"), -apple-system, sans-serif !important;
        font-size: 36px !important;
        font-weight: 600 !important;
        color: var(--e-global-color-primary, #0E294A) !important;
        line-height: 1.2 !important;
        margin: 0 0 10px 0 !important;
    }

    .pl-form-invite {
        font-size: 15px;
        line-height: 1.55;
        color: #071525;
        margin: 0;
    }

    .pl-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-bottom: 20px;
    }

    .pl-grid-full {
        grid-column: 1 / -1;
    }

    .pl-fieldset {
        border: 0;
        padding: 0;
        margin: 0 0 20px 0;
    }

    .pl-fieldset-legend {
        display: block;
        font-size: 12px;
        font-weight: 600;
        color: #0E294A;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        margin: 0 0 10px 0;
        padding: 0;
    }

    /* Floating label: placeholder must be a single space so :placeholder-shown gates the float. */
    .pl-field {
        position: relative;
    }

    .pl-field input,
    .pl-field textarea {
        width: 100%;
        padding: 30px 20px 10px 20px;
        border: 1px solid #dde1ee;
        border-radius: 10px;
        background: #f0f3fa47;
        font-family: inherit;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.4;
        color: #071525;
        transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
        outline: none;
        -webkit-appearance: none;
        appearance: none;
    }

    .pl-field textarea {
        min-height: 140px;
        resize: vertical;
    }

    .pl-field label {
        position: absolute;
        top: 24px;
        left: 20px;
        font-size: 16px;
        font-weight: 400;
        color: #6b7280;
        line-height: 1;
        pointer-events: none;
        transform-origin: top left;
        transition: transform .2s ease, color .2s ease, font-weight .2s ease;
        background: transparent;
    }

    .pl-field input:focus ~ label,
    .pl-field input:not(:placeholder-shown) ~ label,
    .pl-field textarea:focus ~ label,
    .pl-field textarea:not(:placeholder-shown) ~ label {
        transform: translate(0, -14px) scale(0.7);
        color: #0E294A;
        font-weight: 600;
    }

    .pl-field input:focus,
    .pl-field textarea:focus {
        border-color: #dde1ee !important;
        background: #fff !important;
        outline: 2px solid #EFF3FB !important;
        outline-offset: 2px !important;
        box-shadow: none !important;
    }

    .pl-field-stacked {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .pl-field-stacked label {
        font-size: 12px;
        font-weight: 600;
        color: #0E294A;
        text-transform: capitalize;
        letter-spacing: 0;
        line-height: 1.2;
        white-space: nowrap;
        padding-left: 10px;
        border-left: 2px solid #f3d69e;
    }

    .pl-field-stacked input,
    .pl-field-stacked select {
        width: 100%;
        padding: 20px;
        border: 1px solid #dde1ee;
        border-radius: 10px;
        background: #f0f3fa47;
        font-family: inherit;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.4;
        color: #071525;
        transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
        outline: none;
        -webkit-appearance: none;
        appearance: none;
    }

    .pl-field-stacked select {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%230E294A' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 20px center;
        background-size: 12px;
        padding-right: 40px;
        cursor: pointer;
    }

    .pl-field-stacked input:focus,
    .pl-field-stacked select:focus {
        border-color: #dde1ee !important;
        background: #fff !important;
        outline: 2px solid #EFF3FB !important;
        outline-offset: 2px !important;
        box-shadow: none !important;
    }


    /* Custom combobox - native <select> hidden but in-DOM so jQuery .serialize() reads it. */
    .pl-select {
        position: relative;
        width: 100%;
    }

    .pl-select .pl-select-native,
    .icaal-contact-form .pl-select .pl-select-native,
    .pl-form .pl-select .pl-select-native {
        position: absolute !important;
        inset: 0 !important;
        opacity: 0 !important;
        pointer-events: none !important;
        width: 100% !important;
        height: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        background: transparent !important;
    }

    .icaal-contact-form .pl-select-button,
    .pl-form .pl-select-button,
    .pl-select-button {
        position: relative !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
        padding: 20px !important;
        border: 1px solid #dde1ee !important;
        border-radius: 10px !important;
        background: #f0f3fa47 !important;
        font-family: inherit !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 1.4 !important;
        color: #6b7280 !important;
        cursor: pointer !important;
        transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease, color .2s ease !important;
        text-align: left !important;
        outline: none !important;
        text-transform: none !important;
        margin: 0 !important;
        box-shadow: none !important;
        min-height: 0 !important;
        height: auto !important;
    }

    .pl-select-button.has-value {
        color: #071525;
        font-weight: 500;
    }

    .pl-select-button:focus-visible,
    .pl-select.is-open .pl-select-button {
        border-color: #dde1ee !important;
        background: #fff !important;
        outline: 2px solid #EFF3FB !important;
        outline-offset: 2px !important;
        box-shadow: none !important;
    }

    .pl-select-button-text {
        flex: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .pl-select-chev {
        flex-shrink: 0;
        color: #0E294A;
        margin-left: 10px;
        transition: transform .2s ease;
    }

    .pl-select.is-open .pl-select-chev {
        transform: rotate(180deg);
    }

    .pl-select-popover {
        position: absolute;
        top: calc(100% + 5px);
        left: 0;
        right: 0;
        background: #fff;
        border: 1px solid #dde1ee;
        border-radius: 10px;
        box-shadow: 0 10px 30px rgba(7, 21, 37, 0.08);
        max-height: 280px;
        overflow-y: auto;
        opacity: 0;
        transform: translateY(-10px);
        pointer-events: none;
        transition: opacity .2s ease, transform .2s ease;
        z-index: 50;
        scrollbar-width: thin;
        scrollbar-color: #dde1ee transparent;
    }

    .pl-select.is-open .pl-select-popover {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .pl-select-popover::-webkit-scrollbar {
        width: 10px;
    }

    .pl-select-popover::-webkit-scrollbar-track {
        background: transparent;
    }

    .pl-select-popover::-webkit-scrollbar-thumb {
        background: #dde1ee;
        border-radius: 5px;
    }

    .pl-select-popover::-webkit-scrollbar-thumb:hover {
        background: #c0c0c0;
    }

    .pl-select-list {
        list-style: none;
        margin: 0;
        padding: 5px 0;
    }

    .pl-select-option {
        padding: 10px 20px;
        font-family: inherit;
        font-size: 15px;
        color: #071525;
        cursor: pointer;
        line-height: 1.4;
        transition: background-color .12s ease, color .12s ease;
        user-select: none;
    }

    .pl-select-option:hover,
    .pl-select-option.is-highlighted {
        background: #EFF3FB;
        color: #0E294A;
    }

    .pl-select-option.is-selected {
        background: #EFF3FB;
        color: #0E294A;
        font-weight: 600;
    }

    .pl-form-submit-wrap {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 20px;
    }

    .pl-form .pl-form-submit,
    button.pl-form-submit,
    .pl-form-submit {
        display: inline-block !important;
        width: auto !important;
        min-width: 200px !important;
        border: 0 !important;
        border-radius: 100px !important;
        padding: 20px 40px !important;
        font-family: inherit !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        cursor: pointer !important;
        transition: background .25s ease, color .25s ease !important;
        background: #0E294A !important;
        color: #fff !important;
        text-align: center !important;
        line-height: 1 !important;
        text-transform: none !important;
        margin: 0 !important;
        box-shadow: none !important;
        height: auto !important;
        min-height: 0 !important;
    }

    .pl-form-submit:hover {
        background: #F0A46B !important;
        color: #071525 !important;
        outline: none !important;
        box-shadow: none !important;
    }

    .pl-form-submit:focus-visible {
        background: #F0A46B !important;
        color: #071525 !important;
        outline: 2px solid #EFF3FB !important;
        outline-offset: 2px !important;
        box-shadow: none !important;
    }

    .pl-form-response {
        margin-top: 20px;
    }

    .pl-form-response:empty {
        display: none;
    }

    .pl-form-response:not(:empty) {
        background: #e8f5ee;
        color: #065f46;
        border: 1px solid #c6e6d2;
        padding: 10px 20px;
        border-radius: 10px;
        font-size: 14px;
        line-height: 1.5;
    }

    .pl-form-response.is-error:not(:empty) {
        background: #fdecea;
        color: #842029;
        border-color: #f5c2c0;
    }

    .pl-honeypot {
        position: absolute;
        left: -9999px;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }

    .pl-form-submit[disabled] {
        opacity: 0.6;
        cursor: progress;
    }

    .pl-form .cf-turnstile {
        margin: 20px 0 5px 0;
    }

    .pl-form-legal {
        font-size: 12px;
        line-height: 1.5;
        color: #6b7280;
        margin: 20px 0 0 0;
        max-width: 380px;
    }

    .pl-form-legal a {
        color: #0E294A;
        text-decoration: underline;
        text-underline-offset: 2px;
        transition: color .2s ease;
    }

    .pl-form-legal a:hover,
    .pl-form-legal a:focus-visible {
        color: #F0A46B;
    }

    @media (max-width: 768px) {
        .pl-grid {
            grid-template-columns: 1fr;
            gap: 10px;
        }

        .pl-form-submit {
            width: 100%;
            min-width: 0;
            padding: 10px 20px;
        }

        .pl-form-submit-wrap {
            flex-direction: column;
            align-items: stretch;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .pl-form *,
        .pl-form *::before,
        .pl-form *::after,
        .icaal-contact-form *,
        .icaal-contact-form *::before,
        .icaal-contact-form *::after {
            transition: none !important;
        }
    }

    /* Floating-label wrapper for ICAAL inputs (injected at runtime). */
    .pl-icaal-floated {
        position: relative;
    }

    .pl-icaal-floated > label {
        position: absolute;
        top: 24px;
        left: 20px;
        font-size: 16px;
        font-weight: 400;
        color: #6b7280;
        line-height: 1;
        pointer-events: none;
        transform-origin: top left;
        transition: transform .2s ease, color .2s ease, font-weight .2s ease;
        background: transparent;
    }

    .pl-icaal-floated input,
    .pl-icaal-floated textarea {
        padding: 30px 20px 10px 20px !important;
    }

    .pl-icaal-floated input:focus ~ label,
    .pl-icaal-floated input:not(:placeholder-shown) ~ label,
    .pl-icaal-floated textarea:focus ~ label,
    .pl-icaal-floated textarea:not(:placeholder-shown) ~ label {
        transform: translate(0, -14px) scale(0.7);
        color: #0E294A;
        font-weight: 600;
    }

    /* ============================================================
       ICAAL forms - brand restyle
       Targets their existing class names without touching their HTML.
       Refer-a-friend, contact-footer, brochure-form.
       ============================================================ */

    .icaal-contact-form {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
        background: transparent;
        font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        color: #071525;
        box-sizing: border-box;
    }

    .icaal-contact-form *,
    .icaal-contact-form *::before,
    .icaal-contact-form *::after {
        box-sizing: border-box;
    }

    .icaal-contact-form .flex {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin: 0;
    }

    .icaal-contact-form .w-full {
        grid-column: 1 / -1;
        width: 100%;
        padding: 0;
    }

    .icaal-contact-form .w-full.lg\:w-1\/2,
    .icaal-contact-form .lg\:w-1\/2 {
        grid-column: span 1 !important;
        width: 100%;
        padding: 0;
    }

    .icaal-contact-form .lg\:pl-1,
    .icaal-contact-form .lg\:pr-1 {
        padding: 0;
    }

    .icaal-contact-form-wrap {
        margin: 0;
    }

    .icaal-contact-form p.w-full {
        font-size: 12px;
        font-weight: 600;
        color: #0E294A;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        margin: 10px 0 5px 0;
    }

    .icaal-contact-form input,
    .icaal-contact-form textarea,
    .icaal-contact-form select {
        width: 100%;
        padding: 20px;
        border: 1px solid #dde1ee;
        border-radius: 10px;
        background: #f0f3fa47;
        font-family: inherit;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.4;
        color: #071525;
        transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
        outline: none;
        -webkit-appearance: none;
        appearance: none;
    }

    .icaal-contact-form input[type="date"] {
        color: #071525;
        font-family: inherit;
    }

    .icaal-contact-form textarea {
        min-height: 140px;
        resize: vertical;
        margin: 0 0 10px 0;
    }

    .icaal-contact-form[data-form="contact_form"] textarea {
        margin-bottom: 0;
    }

    .icaal-contact-form input::placeholder,
    .icaal-contact-form textarea::placeholder,
    .pl-form input::placeholder,
    .pl-form textarea::placeholder,
    .pl-field-stacked input::placeholder {
        color: #6b7280;
        transition: opacity .2s ease;
        opacity: 1;
    }

    .icaal-contact-form input:focus::placeholder,
    .icaal-contact-form textarea:focus::placeholder,
    .pl-form input:focus::placeholder,
    .pl-form textarea:focus::placeholder,
    .pl-field-stacked input:focus::placeholder {
        opacity: 0;
    }

    .icaal-contact-form input:focus,
    .icaal-contact-form textarea:focus,
    .icaal-contact-form select:focus {
        border-color: #dde1ee !important;
        background: #fff !important;
        outline: 2px solid #EFF3FB !important;
        outline-offset: 2px !important;
        box-shadow: none !important;
    }

    .icaal-contact-form input.submit,
    .icaal-contact-form input[type="submit"],
    .icaal-contact-form .submit {
        display: block !important;
        width: auto !important;
        min-width: 200px;
        border: 0 !important;
        border-radius: 100px !important;
        padding: 20px 40px !important;
        font-family: inherit !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        cursor: pointer;
        transition: background .25s ease, color .25s ease !important;
        background: #0E294A !important;
        color: #fff !important;
        text-align: center;
        line-height: 1;
        margin: 20px 0 0 0;
        text-transform: none !important;
    }

    .icaal-contact-form input.submit:hover,
    .icaal-contact-form input[type="submit"]:hover,
    .icaal-contact-form .submit:hover,
    .icaal-contact-form input.submit:focus-visible,
    .icaal-contact-form input[type="submit"]:focus-visible,
    .icaal-contact-form .submit:focus-visible {
        background: #F0A46B !important;
        color: #071525 !important;
        outline: none;
    }

    .icaal-contact-form .response {
        margin: 20px 0 0 0;
    }

    .icaal-contact-form .response:empty {
        display: none;
    }

    .icaal-contact-form .response:not(:empty) {
        background: #e8f5ee;
        color: #065f46;
        border: 1px solid #c6e6d2;
        padding: 10px 20px;
        border-radius: 10px;
        font-size: 14px;
        line-height: 1.5;
    }

    .icaal-contact-form .cf-turnstile,
    .pl-form .cf-turnstile {
        margin: 20px 0 5px 0 !important;
        display: inline-block !important;
        width: auto !important;
        max-width: 100% !important;
        border-radius: 10px !important;
        overflow: hidden !important;
        line-height: 0 !important;
    }

    .icaal-contact-form .cf-turnstile iframe,
    .pl-form .cf-turnstile iframe {
        border-radius: 10px !important;
        display: block !important;
    }

    /* Collapse the Turnstile wrapper entirely when the widget hasn't
       rendered an iframe (e.g. sitekey configured as invisible / non-
       interactive). Keeps the page tight; auto-expands when a visible
       widget eventually renders. */
    .icaal-contact-form .cf-turnstile:not(:has(iframe)),
    .pl-form .cf-turnstile:not(:has(iframe)) {
        display: none !important;
        margin: 0 !important;
    }

    .icaal-contact-form > a {
        display: inline-block;
        margin: 10px 0 0 20px;
        font-size: 12px;
        line-height: 1.5;
        color: #6b7280;
        text-decoration: underline;
        text-underline-offset: 2px;
        transition: color .2s ease;
    }

    .icaal-contact-form > a:hover,
    .icaal-contact-form > a:focus-visible {
        color: #0E294A;
    }

    @media (max-width: 768px) {
        .icaal-contact-form .flex {
            grid-template-columns: 1fr;
            gap: 10px;
        }

        .icaal-contact-form .submit {
            width: 100%;
            min-width: 0;
            padding: 10px 20px;
        }

        .icaal-contact-form > a {
            display: block;
            margin: 10px 0 0 0;
            text-align: center;
        }
    }
