

    html, body {
        margin: 0;
        padding: 0;
    }

    /* Body is a flex column - content grows naturally, footer sits right after */
    body.bg {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }

    .bg {
        background-color: black;
        background-image: url("images/oe_bg2.webp");
        background-repeat: repeat;
    }

    /* Main content wrapper fills remaining space so footer lands at the very bottom
       when content is short, pushing it just below the fold on load */
    body.bg > .ui.basic.segment {
        flex: 1 0 auto;
    }

    /* Footer doesn't grow - just hugs the bottom of the content above it */
    .footerDiv {
        flex: 0 0 auto;
    }

    .centerLogo {
        max-width: 60%;
        max-height:40%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    @media screen and (max-width: 600px) {
        .HideOnMobile {
            visibility: hidden !important;
            display: none !important;
        }
    }

    #WheelSearchBox{
         background:#757575 !important ;
    }

    .ui.search .prompt::placeholder {
        color: #1104FF;
        opacity: 1;
    }

    /* ===== FOOTER STYLING ===== */
    .footerDiv {
        margin-top: 40px !important;
        padding-top: 18px !important;
        padding-bottom: 18px !important;
        background-color: rgba(0, 0, 0, 0.85) !important;
        border-top: 2px solid #e30613;
        box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.4);
    }

    .footerDiv .ui.button {
        transition: all 0.2s ease;
        font-size: 14px !important;
        padding: 10px 16px !important;
        letter-spacing: 0.3px;
    }

    .footerDiv .ui.button:hover {
        background-color: #e30613 !important;
        border-color: #e30613 !important;
        color: #ffffff !important;
        transform: translateY(-1px);
    }

    .footerDiv .ui.button i.icon {
        margin-right: 6px;
        opacity: 0.9;
    }

    .footerDiv .company-info {
        color: #cccccc;
        font-size: 14px;
        line-height: 1.5;
    }

    .footerDiv .company-info strong {
        color: #ffffff;
        font-size: 15px;
    }

    .footerDiv .ui.green.button {
        background-color: #21ba45 !important;
        color: #ffffff !important;
        font-weight: 700;
    }

    .footerDiv .footer-copyright {
        margin-top: 16px;
        padding-top: 14px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .footerDiv .footer-copyright p {
        color: #999999;
        font-size: 12px;
        letter-spacing: 0.3px;
        margin: 0;
    }

    /* ===== SALES SECTIONS WRAPPER (inside VariationsDiv) ===== */
    .sales-sections-wrapper {
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        margin-top: 30px;
    }

    .sales-sections-wrapper .centerLogo {
        max-width: 30%;
        max-height: 400px;
        margin: 0;
        flex-shrink: 0;
    }

    /* ===== BLUE WHY CHOOSE US SECTION (left) ===== */
    .blue-section {
        background-color: #1e3a9e;
        color: #ffffff;
        padding: 40px 45px 45px 45px;
        width: 32%;
        min-width: 280px;
        border-top-right-radius: 80px;
        border-bottom-right-radius: 2px;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        font-family: 'Arial Black', 'Helvetica Neue', Arial, sans-serif;
        box-sizing: border-box;
        align-self: stretch;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .blue-section .section-heading {
        font-family: 'Arial Black', 'Helvetica Neue', Arial, sans-serif;
        font-size: 42px;
        font-weight: 900;
        line-height: 1.0;
        letter-spacing: -1px;
        text-transform: uppercase;
        margin: 0 0 30px 0;
        color: #ffffff;
    }

    .blue-section .bullet-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .blue-section .bullet-list li {
        position: relative;
        padding-left: 24px;
        margin-bottom: 22px;
        font-family: 'Arial', 'Helvetica Neue', sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.3;
        color: #ffffff;
    }

    .blue-section .bullet-list li:last-child {
        margin-bottom: 0;
    }

    .blue-section .bullet-list li::before {
        content: "\2022";
        position: absolute;
        left: 0;
        top: -2px;
        font-size: 24px;
        line-height: 1;
    }

    /* ===== RED OEM WHEELS SECTION (right) ===== */
    .red-section {
        background-color: #e30613;
        color: #ffffff;
        padding: 35px 40px 30px 40px;
        width: 32%;
        min-width: 280px;
        border-top-left-radius: 80px;
        border-top-right-radius: 2px;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
        font-family: 'Arial Black', 'Helvetica Neue', Arial, sans-serif;
        box-sizing: border-box;
        align-self: stretch;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .red-section .main-title {
        font-family: 'Arial Black', 'Helvetica Neue', Arial, sans-serif;
        font-size: 78px;
        font-weight: 900;
        line-height: 0.95;
        letter-spacing: -2px;
        text-transform: uppercase;
        margin-bottom: 28px;
        color: #ffffff;
    }

    .red-section .main-title .line {
        display: block;
    }

    .red-section .feature-boxes {
        display: flex;
        gap: 12px;
    }

    .red-section .feature-box {
        flex: 1;
        border: 3px solid #ffffff;
        padding: 18px 10px;
        text-align: center;
        font-family: 'Arial Black', 'Helvetica Neue', Arial, sans-serif;
        font-size: 24px;
        font-weight: 900;
        line-height: 1.0;
        text-transform: uppercase;
        color: #ffffff;
    }

    .red-section .feature-box .word {
        display: block;
    }

    /* ===== RESPONSIVE ===== */
    @media screen and (max-width: 900px) {
        .sales-sections-wrapper {
            flex-wrap: wrap;
            justify-content: center;
        }

        .sales-sections-wrapper .centerLogo {
            max-width: 60%;
            order: 1;
            margin: 20px auto;
        }

        .blue-section {
            width: 100%;
            order: 2;
            border-top-right-radius: 40px;
        }

        .red-section {
            width: 100%;
            order: 3;
            border-top-left-radius: 40px;
        }

        .red-section .main-title {
            font-size: 64px;
        }

        .blue-section .section-heading {
            font-size: 36px;
        }
    }

    @media screen and (max-width: 500px) {
        .red-section .main-title {
            font-size: 52px;
        }

        .red-section .feature-box {
            font-size: 18px;
            padding: 14px 8px;
        }

        .blue-section .section-heading {
            font-size: 30px;
        }

        .blue-section .bullet-list li {
            font-size: 16px;
        }
    }
