#link {
    color: #f6ad55;
}


    .hero {
        min-height: 100vh !important;
        display: flex;
        flex-direction: column !important;
        background-image: url("./roof-hero.jpg") !important;
    }

    #zip-lead-btn {
        background-color: #fb7304 !important;
    }

    #zip-lead-btn:hover {
        background-color: #1041b5 !important;
    }

    .navbar {
        min-height: 20px !important;
    }

    #inner-hero {
        position: relative !important;
        height: auto !important;
        top: 0 !important;
        width: 100% !important;
    }

    @media (min-width: 1024px) {
        .main {
            padding-top: 1em !important;
        }

        #form {
            margin-top: 2em;
        }
    }

    @media (max-width: 600px) {
        #inner-hero {
            padding-top: 8rem !important;
            justify-content: center !important;
        }

        #hero-text {
            font-size: 1.4rem !important;
            line-height: 1.8rem !important;
            padding: 20px;
        }

        #hero-sub {
            font-weight: normal !important;
        }
    }

    /* Popup Container */
    .popup {
        position: fixed;
        inset: 0;
        z-index: 9999;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'Arial', sans-serif;
    }

    /* Hidden by default */
    .popup.hidden {
        display: none;
    }

    /* Dark Overlay */
    .popup-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
    }

    /* Modal Box */
    .popup-box {
        position: relative;
        background: #fff;
        border-radius: 20px;
        padding: 2.5rem;
        text-align: center;
        max-width: 440px;
        width: 90%;
        z-index: 10000;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
     .popup-box {
            padding: 2rem; /* 32px for small screens */
        }
    }

    /* Close Button */
    .popup-close {
        position: absolute;
        top: 15px;
        right: 15px;
        border: none;
        background: transparent;
        font-size: 1.5rem;
        cursor: pointer;
    }

    /* Message Styling */
    .popup-message {
        font-size: 22px;
        margin-bottom: 1.5rem;
        color: #1F2937;
        font-weight: 600;
        line-height: 1.4;
    }

    .text-orange {
        color: #FB7304;
        font-weight: 600;
        font-size: 22px;
    }

    @media (max-width: 768px) {
        .popup-message {
            font-size: 18px;
        }

        .text-orange {
            font-size: 18px;
        }
    }

    /* Buttons */
    .btn-primary {
        background: #FB7304;
        color: #fff;
        padding: 0.75rem 1.5rem;
        font-weight: 600;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        width: 100%;
        margin-bottom: 1rem;
    }

    .btn-primary:hover {
        background: #d6531c;
    }

    .btn-secondary {
        background: transparent;
        color: #FB7304;
        padding: 0.75rem 1.5rem;
        border: 1px solid #FB7304;
        border-radius: 8px;
        cursor: pointer;
        width: 100%;
    }

    .btn-secondary:hover {
        background: #fff5f0;
    }

#renter:hover,
#owner:hover {
    background-color: #1041b5 !important;
}
#renter.active,
#owner.active {
    background-color: #1041b5;
    color: white;
}
.pb-6 {
    padding-bottom: 2rem !important;
}
.roof-type .roof-type-text {
    background: #fb7304d1;
}
.hero2 {
    display: none;
    background-image: url("./hero-dark.jpg") !important;
}
.border-brand-green {
    border-color: #254798 !important;
}
.form {
    justify-content: center;
    margin-top: 0 !important;
    height: 100% !important;
    min-height: 90vh !important;
}
.navbar {
    height: 30px;
}
.icon-box {
    margin-top: 3rem;
}
#step1 {
    padding-top: 3rem;
}
@media screen and (max-width: 600px) {
    .form {
        border: none !important;
        padding-top: 10rem !important;
    }
    #step1 {
        padding-top: 0 !important;
    }
    .roof-type {
        width: 100%;
        height: 100%;
        max-height: 90px !important;
    }
    .roof-type-text {
        padding: 5px 8px !important;
        width: 175px;
        font-size: 0.95rem !important;
    }
    #roof-type-container {
        grid-template-columns: repeat(2, 1fr) !important;
        grid-template-rows: repeat(2, 1fr) !important;
    }
    .icon-box {
        margin-top: 0;
        padding-top: 0;
    }
}
.submit_btn {
    margin-top: 1rem;
}
@media (min-width: 768px) {
    #step1 {
        margin-top: 0 !important;
    }
}