.elementor-9571 .elementor-element.elementor-element-7b9a2ac{--display:flex;--min-height:700px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9571 .elementor-element.elementor-element-3a17a09{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:100px;--padding-right:50px;}.elementor-9571 .elementor-element.elementor-element-3a17a09:not(.elementor-motion-effects-element-type-background), .elementor-9571 .elementor-element.elementor-element-3a17a09 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-5db27b4 );}.elementor-9571 .elementor-element.elementor-element-8a539d0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9571 .elementor-element.elementor-element-8a539d0:not(.elementor-motion-effects-element-type-background), .elementor-9571 .elementor-element.elementor-element-8a539d0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.poolbarn.com.au/wp-content/uploads/2026/04/Weixin-Image_20260401105117_4260_73.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}@media(min-width:768px){.elementor-9571 .elementor-element.elementor-element-3a17a09{--width:46%;}.elementor-9571 .elementor-element.elementor-element-8a539d0{--width:66.6666%;}}@media(max-width:767px){.elementor-9571 .elementor-element.elementor-element-7b9a2ac{--min-height:800px;}.elementor-9571 .elementor-element.elementor-element-3a17a09{--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-9571 .elementor-element.elementor-element-8a539d0.e-con{--order:-99999 /* order start hack */;}}/* --- SLIDER CONTENT AREA (TRANSPARENT BLEND) --- */
.pb-slider-content-wrap {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    background: transparent !important;
    border: none !important;
}

/* PRE-TITLE */
.pb-slider-pretitle {
    font-family: 'Julius Sans One', sans-serif;
    color: #d4af37 !important;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 12px;
    display: block;
    font-weight: bold;
}

/* MAIN TITLE */
.pb-slider-title {
    font-family: 'Aboreto', cursive;
    font-size: 3.5rem;
    line-height: 1.1;
    margin: 0 0 20px 0;
    color: #0D0DA0;
}

@supports (-webkit-background-clip: text) {
    .pb-slider-gold-title {
        background: linear-gradient(135deg, #f2d06b 0%, #d4af37 50%, #b8860b 100%) !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
        display: inline-block;
    }
}

/* DESCRIPTION */
.pb-slider-description {
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #292929 !important;
}

/* NEW: EDITORIAL CALLOUT (Replaces the "Button-like" Badge) */
.pb-slider-offer-callout {
    font-family: 'Junge', serif;
    font-size: 1.5rem;
    color: #0D0DA0; /* Brand Blue */
    display: inline-block;
    margin-bottom: 35px;
    padding: 12px 20px;
    border-top: 1px solid #d4af37; /* Thin Gold Line Above */
    border-bottom: 1px solid #d4af37; /* Thin Gold Line Below */
    text-transform: uppercase;
    letter-spacing: 2px;
}

.pb-slider-offer-callout strong {
    color: #d4af37; /* Gold for the 25% specifically */
    font-weight: normal;
}

/* CALL TO ACTION BUTTON */
.pb-slider-cta-btn {
    display: inline-block;
    font-family: 'Julius Sans One', sans-serif;
    background-color: #d4af37;
    color: #ffffff !important;
    padding: 18px 55px;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
}

.pb-slider-cta-btn:hover {
    background-color: #0D0DA0;
    transform: translateY(-3px);
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
    .pb-slider-title { font-size: 2.2rem; }
    .pb-slider-description { font-size: 1rem; }
    .pb-slider-offer-callout { font-size: 1.1rem; letter-spacing: 1px; }
    .pb-slider-cta-btn { padding: 14px 35px; font-size: 0.85rem; }
}