@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-family: "Poppins", sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;
    width: 100%;
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
}

.top-banner {
    font-family: "Poppins", sans-serif;
    background-color: #24225F;
    text-transform: uppercase;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 10%;
    padding-right: 10%;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;

    p{
        font-weight: 600;
        font-size: 1.2rem;
        margin: 0;
    }

    span{
        color: #59A7D7;
    }

    @media(max-width:768px) {
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        justify-content: center;
        text-align: center;

        p {
            font-size: 0.9rem;
        }
    }

    @media(max-width:480px) {
        padding-left: 2%;
        padding-right: 2%;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;

        p {
            font-size: 0.75rem;
        }
    }
}

.phone-number-header {
    color: white;
}

.nav-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: .5rem;
    padding: 1rem;
    width: 85%;
    margin: 0 auto;

    @media(max-width:1149px) {
        width: 95%;
    }

    @media(max-width:768px) {
        justify-content: center;
        padding: 0.75rem;
    }

    @media(max-width:480px) {
        padding: 0.5rem;
    }

    img {
        max-width: 100%;
        height: auto;

        @media(max-width:768px) {
            max-width: 200px;
        }

        @media(max-width:480px) {
            max-width: 150px;
        }
    }
}

.main-banner {
    background-image: url("../../assets/css/img/hero.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 700px;
    padding: 2rem 1rem;
    position: relative;
    gap: 2rem;
    overflow-x: hidden;

    @media(max-width:768px) {
        min-height: 500px;
        padding: 1.5rem 0.5rem;
        gap: 1.5rem;
    }

    @media(max-width:480px) {
        min-height: 450px;
        padding: 1rem 0.5rem;
        gap: 1rem;
    }
}

.main-banner-left-content{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
    min-width: 300px;

    @media(max-width:1024px) {
        flex: 1 1 100%;
        min-width: 100%;
    }

    @media(max-width:768px) {
        min-height: fit-content;
        padding: 0.5rem;
        flex: 1 1 100%;
        min-width: 100%;
    }

    @media(max-width:480px) {
        padding: 0.25rem;
    }

    > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 100%;
    }
}

.main-banner-left-content-text{
    font-size: 3.5rem;
    color: white;
    font-weight: 600;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7), 0 0 12px rgba(0, 0, 0, 0.5);
    text-align: center;
    margin: 0;
    word-wrap: break-word;

    @media(max-width:1024px) {
        font-size: 2.5rem;
    }

    @media(max-width:768px) {
        font-size: 2rem;
    }

    @media(max-width:480px) {
        font-size: 1.5rem;
    }
}

.main-banner-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.google-div{
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-top: 1rem;
    flex-wrap: wrap;
    justify-content: center;

    img {
        max-width: 100%;
        height: auto;
    }

    @media(max-width:768px) {
        gap: 1rem;

        img {
            max-width: 120px;
        }
    }

    @media(max-width:480px) {
        gap: 0.75rem;

        img {
            max-width: 100px;
        }
    }
}

/* .google-div{
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-top: 1rem;
    flex-wrap: wrap;
    justify-content: center;

    img {
        max-width: 100%;
        height: auto;
    }

    @media(max-width:768px) {
        gap: 1rem;

        img {
            max-width: 120px;
        }
    }

    @media(max-width:480px) {
        gap: 0.75rem;

        img {
            max-width: 100px;
        }
    }
} */

.main-banner-right-content{
    flex: 1;
    min-height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
    min-width: 300px;
    position: relative;
    
    @media(max-width:1024px) {
        flex: 1 1 100%;
        min-width: 100%;
    }

    @media(max-width:768px) {
        min-height: 500px;
        padding: 0.5rem;
        flex: 1 1 100%;
        min-width: 100%;
    }

    @media(max-width:480px) {
        min-height: 450px;
        padding: 0.25rem;
    }
}

.main-banner-image {
    width: 320px;
    height: auto;
    margin-bottom: 1rem;
    max-width: 100%;
    object-fit: contain;

    @media(max-width:1429px) {
        width: 320px;
        max-width: 100%;
    }

    @media(max-width:1024px) {
        width: 240px;
        max-width: 100%;
    }

    @media(max-width:768px) {
        width: 180px;
        max-width: 90%;
    }

    @media(max-width:480px) {
        width: 140px;
        max-width: 85%;
    }
}

.main-banner-form-div {
    padding: 1rem 2rem;
    width: 700px;
    min-height: 700px;
    background-color: #ffffff90;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;

    @media(max-width:1429px) {
        width: 550px;
        max-width: 100%;
    }

    @media(max-width:1024px) {
        width: 450px;
        max-width: 95%;
        height: 620px;
        padding: 1rem;
        border-top-left-radius: 26px;
        border-top-right-radius: 26px;
    }

    @media(max-width:529px) {
        width: 400px;
        max-width: 95%;
        height: 550px;
        border-top-left-radius: 26px;
        border-top-right-radius: 26px;
    }

    @media(max-width:439px) {
        width: 350px;
        max-width: 95%;
    }

    @media(max-width:429px) {
        width: 90%;
        max-width: 350px;
    }
}

.offer-form {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.form-row {
    display: flex;
    gap: .75rem;
}

.full-width {
    width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
    font-family: "Poppins", sans-serif;
    width: 100%;
    padding: 1.2rem;
    font-size: 1rem;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 2px 3px rgba(0,0,0,.15);

    @media(max-width:1429px) {
       padding: .85rem;
       font-size: .95rem;
    }

    @media(max-width:1024px) {
        padding: .75rem;
        font-size: .85rem;
    }
}

.form-button {
    font-family: "Fredoka", sans-serif;
    padding: 1rem;
    font-size: 2rem;
    font-weight: 500;
    background-color: #D29B3B;
    color: white;
    border-radius: 12px;
    cursor: pointer;
    margin-top: 1rem;

    @media(max-width:1429px) {
        font-size: 1.25rem;
    }

    @media(max-width:1024px) {
        font-size: 1rem;
    }
}

.disclaimer {
    font-size: 0.8rem;
    color: black;
    margin: 1rem 0;
}

.disclaimer a {
    color: inherit;
}

.claim-offer {
    color: #24225F;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2rem;

    @media(max-width:1429px) {
        font-size: 1.3rem;
    }

    @media(max-width:1024px) {
        font-size: 1.2rem;
    }

    @media(max-width:768px) {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }

    @media(max-width:480px) {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
}

.inputDiv{
    line-height: 18px;
    font-size: .95rem;
    color: black;

    a{
        color: #24225F;
        text-decoration: underline;
        font-weight: 600;
        transition: color 0.3s ease;
    }

    a:hover {
        color: #204D9C;
    }

    @media(max-width:548px) {
        line-height: 14px;
        font-size: .8rem;
    }

    @media(max-width:439px) {
        font-size: .75rem;
    }

}

.first-section{
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;

    h2 {
        color: #24225F;
        font-weight: 600;
        font-size: 2.5rem;
        text-align: center;

        @media(max-width:1024px) {
            font-size: 2rem;
        }

        @media(max-width:768px) {
            font-size: 1.75rem;
        }

        @media(max-width:480px) {
            font-size: 1.5rem;
        }
    }

    p{
        color: black;
        font-size: 1.2rem;
        text-align: center;
        max-width: 1020px;
        padding: 0 1rem;

        @media(max-width:1024px) {
            font-size: 1.1rem;
            max-width: 900px;
        }

        @media(max-width:768px) {
            font-size: 1rem;
            max-width: 100%;
        }

        @media(max-width:480px) {
            font-size: 0.9rem;
        }
    }
}

.second-section{
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    background-color: #F8F8F8;

    h2 {
        color: #24225F;
        font-weight: 600;
        font-size: 2.5rem;
        text-align: center;
        padding: 0 1rem;

        @media(max-width:1024px) {
            font-size: 2rem;
        }

        @media(max-width:768px) {
            font-size: 1.75rem;
        }

        @media(max-width:480px) {
            font-size: 1.5rem;
        }
    }
}

.second-section-inside {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 4rem;
    margin-top: 2rem;
    padding: 0 1rem;

    @media(max-width:1024px) {
        gap: 3rem;
    }

    @media(max-width:768px) {
        gap: 2rem;
        margin-top: 1.5rem;
    }

    @media(max-width:480px) {
        gap: 1.5rem;
        margin-top: 1rem;
    }
}

.second-section-div{
    max-width: 420px;
    flex: 1;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    @media(max-width:768px) {
        min-width: 100%;
        max-width: 100%;
    }

    img {
        width: 100%;
        height: auto;
        max-height: 300px;
        object-fit: contain;

        @media(max-width:768px) {
            max-height: 250px;
        }

        @media(max-width:480px) {
            max-height: 200px;
        }
    }

    h3{
        color: #24225F;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 1.4rem;
        text-align: center;
        min-height: 3.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 0.5rem;

        @media(max-width:1024px) {
            font-size: 1.3rem;
            min-height: 3rem;
        }

        @media(max-width:768px) {
            font-size: 1.2rem;
            min-height: 2.5rem;
            margin-top: 1rem;
        }

        @media(max-width:480px) {
            font-size: 1.1rem;
            min-height: auto;
        }
    }

    
    p{
        color: black;
        font-size: 1rem;
        text-align: center;
        max-width: 1020px;
        flex: 1;
        padding: 0 0.5rem;

        @media(max-width:768px) {
            font-size: 0.95rem;
        }

        @media(max-width:480px) {
            font-size: 0.9rem;
        }
    }
}

.second-section-button {
    display: inline-block;
    background-color: #24225F;
    color: white;
    padding: 1.25rem 3rem;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 8px;
    margin-top: 3rem;
    margin-bottom: 2rem;
    text-align: center;
    transition: background-color 0.3s ease;
}

.second-section-button:hover {
    background-color: #1a1a4a;
}

@media(max-width:768px) {
    .second-section-button {
        padding: 1rem 2rem;
        font-size: 1.1rem;
        margin-top: 2rem;
    }
}

@media(max-width:439px) {
    .second-section-button {
        padding: 0.9rem 1.5rem;
        font-size: 1rem;
    }
}

.third-section{
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;

    @media(max-width:768px) {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    @media(max-width:480px) {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.carousel-container {
    width: 100%;
    max-width: 1400px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.carousel-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-slide {
    display: none;
    width: 100%;
    animation: fadeIn 0.5s ease-in-out;
}

.carousel-slide.active {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.third-section-left{
    flex: 1;
    min-width: 400px;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;

    @media(max-width:1024px) {
        min-width: 350px;
        max-width: 550px;
    }

    @media(max-width:768px) {
        min-width: 100%;
        max-width: 100%;
        align-items: center;
        padding: 0 1rem;
    }

    h2 {
        color: #24225F;
        font-weight: 600;
        font-size: 2rem;
        text-transform: uppercase;

        @media(max-width:1024px) {
            font-size: 1.75rem;
        }

        @media(max-width:768px) {
            font-size: 1.5rem;
            text-align: center;
        }

        @media(max-width:480px) {
            font-size: 1.3rem;
        }
    }

    p {
        color: black;
        font-size: 1rem;
        line-height: 1.6;

        @media(max-width:768px) {
            font-size: 0.95rem;
            text-align: center;
        }

        @media(max-width:480px) {
            font-size: 0.9rem;
        }
    }
}

.third-section-right {
    flex: 1;
    min-width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;

    @media(max-width:1024px) {
        min-width: 350px;
    }

    @media(max-width:768px) {
        min-width: 100%;
        padding: 0 1rem;
    }

    img {
        width: 100%;
        max-width: 650px;
        height: auto;
        object-fit: contain;

        @media(max-width:1024px) {
            max-width: 550px;
        }

        @media(max-width:768px) {
            max-width: 100%;
        }
    }
}

.carousel-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
    padding-bottom: 1rem;
}

.carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.carousel-dot:hover {
    transform: scale(1.2);
}

.carousel-dot.active {
    background-color: #24225F;
    transform: scale(1.3);
}

@media(max-width:768px) {
    .carousel-slide.active {
        flex-direction: column;
        gap: 1.5rem;
    }

    .third-section-left {
        min-width: 100%;
        align-items: center;
        text-align: center;

        h2 {
            font-size: 1.6rem;
        }

        p {
            font-size: 0.9rem;
        }
    }

    .third-section-right {
        min-width: 100%;
    }
}

.fourth-section{
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    background-color: #F8F8F8;

    @media(max-width:768px) {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        gap: 1.5rem;
    }

    @media(max-width:480px) {
        padding-top: 1rem;
        padding-bottom: 1rem;
        gap: 1rem;
    }

    img {
        max-width: 100%;
        height: auto;

        @media(max-width:768px) {
            max-width: 90%;
        }

        @media(max-width:480px) {
            max-width: 85%;
        }
    }

    h2 {
        color: #24225F;
        font-weight: 600;
        font-size: 2.5rem;
        text-align: center;
        padding: 0 1rem;

        @media(max-width:1024px) {
            font-size: 2rem;
        }

        @media(max-width:768px) {
            font-size: 1.75rem;
        }

        @media(max-width:480px) {
            font-size: 1.5rem;
        }
    }
}

.fourth-section-inside{
    margin-top: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 0 1rem;

    @media(max-width:768px) {
        margin-top: 2rem;
        gap: 1.5rem;
    }

    @media(max-width:480px) {
        margin-top: 1.5rem;
        gap: 1rem;
    }
}

.fourth-section-div{
    height: 180px;
    max-width: 380px;
    display: flex;
    gap: 1rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;

    @media(max-width:768px) {
        max-width: 100%;
        min-width: 100%;

        min-height: 120px;
    }

    h3 {
        color: #24225F;
        font-weight: 600;
        font-size: 1.4rem;
        padding: 0 0.5rem;

        @media(max-width:1024px) {
            font-size: 1.3rem;
        }

        @media(max-width:768px) {
            font-size: 1.2rem;
        }

        @media(max-width:480px) {
            font-size: 1.1rem;
        }
    }

    p {
        color: black;
        font-size: 1rem;
        line-height: 1.6;
        padding: 0 0.5rem;

        @media(max-width:768px) {
            font-size: 0.95rem;
        }

        @media(max-width:480px) {
            font-size: 0.9rem;
        }
    }
}

.fourth-section-button {
    display: inline-block;
    background-color: #D29B3B;
    color: white;
    padding: 1.25rem 3rem;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 8px;
    margin-top: 3rem;
    margin-bottom: 2rem;
    text-align: center;
    transition: background-color 0.3s ease;
}

.fourth-section-button:hover {
    background-color: #b8852f;
}

@media(max-width:768px) {
    .fourth-section-button {
        padding: 1rem 2rem;
        font-size: 1.1rem;
        margin-top: 2rem;
    }
}

@media(max-width:439px) {
    .fourth-section-button {
        padding: 0.9rem 1.5rem;
        font-size: 1rem;
    }
}

.fifth-section{
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8rem;
    background-image: url("../../assets/css/img/fifth-bg.png");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    min-height: 700px;
    position: relative;

    @media(max-width:1024px) {
        gap: 4rem;
        min-height: 600px;
    }

    @media(max-width:768px) {
        gap: 3rem;
        min-height: 500px;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    @media(max-width:480px) {
        gap: 2rem;
        min-height: 400px;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.fifth-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.fifth-section h2 {
    color: white;
    max-width: 1420px;
    font-weight: 600;
    font-size: 2.5rem;
    position: relative;
    text-align: center;
    z-index: 2;
    padding: 0 1rem;

    @media(max-width:1024px) {
        font-size: 2rem;
        max-width: 1000px;
    }

    @media(max-width:768px) {
        font-size: 1.75rem;
        max-width: 100%;
    }

    @media(max-width:480px) {
        font-size: 1.5rem;
    }
}

.fifth-section-inside {
    position: relative;
    z-index: 2;
    background-color: #ffffff90;
    border-radius: 24px;
    padding: 1rem;
    max-width: 100%;
    box-sizing: border-box;

    img {
        max-width: 100%;
        height: auto;
    }

    @media(max-width:768px) {
        padding: 0.75rem;
        border-radius: 16px;
    }

    @media(max-width:480px) {
        padding: 0.5rem;
        border-radius: 12px;
    }
}

.footer {
    background-color: #2F2F2F;
    padding: 4rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;

    @media(max-width:768px) {
        padding: 2rem 1rem;
        gap: 1.5rem;
    }

    @media(max-width:480px) {
        padding: 1.5rem 1rem;
        gap: 1rem;
    }

    p {
        max-width: 1020px;
        color: white;
        text-align: center;
        padding: 0 1rem;
        font-size: 0.9rem;
        line-height: 1.6;

        @media(max-width:768px) {
            font-size: 0.85rem;
        }

        @media(max-width:480px) {
            font-size: 0.8rem;
        }

        a {
            color: white;
            text-decoration: underline;
        }
    }
}

#successContent {
    display: none;
    padding: 4rem;
    background-color: white;
    border-radius: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    box-sizing: border-box;

    @media(max-width:1024px) {
        padding: 2rem;
        width: 85%;
    }

    @media(max-width:768px) {
        padding: 1.5rem;
        width: 90%;
        max-width: 400px;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    @media(max-width:480px) {
        padding: 1rem;
        width: 95%;
        max-width: 350px;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

#thankYou {
    color: #24225F;
    font-size: 4rem;
    font-family: "Poppins", sans-serif;
    text-align: center;
    font-weight: 300;
    margin-top: 1rem;

    @media(max-width:1024px) {
       font-size: 2rem;
    }
  }
  
  #yourRequest {
    color: #24225F;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 800;
    margin-top: 1rem;
    width: 100%;

    @media(max-width:1024px) {
        font-size: 1rem;
     }
  }
  
  #successCheckIcon {
    width: 200px;
    fill: #24225F;
    margin-left: auto;
    margin-right: auto;
    display: block;

    @media(max-width:1024px) {
        width: 80px;
     }
  }

  .error-message {
    color: red;
    display: none;
    font-weight: 600;
    font-size: .9rem;

    @media(max-width:768px) {
        font-size: .7rem;
    }
  }

  .floating-container {
    font-family: "Poppins", sans-serif;
    background-color: white;
    padding: 1.5rem;
    border-radius: 24px 24px 0 24px;
    box-shadow: 3px 5px 8px rgba(0,0,0,.15);
    position: fixed;
    right: 2%;
    bottom: 3%;
    text-align: left;
    font-size: .9rem;
    line-height: 1.5rem;
    width: 540px;
    z-index: 9;
  
    @media(max-width:1024px) {
        width: 75%;
        padding: 1.5rem;
    }
  
    @media(max-width:768px) {
        width: 95%;
    }
  
    a{
        color: #0077b6;
    }
  }
  
  .floating-container-buttons{
    margin-top: 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
  }
  
  .floating-button {
    padding: 1rem;
    font-size: 1rem;
    min-width: 140px;
    margin: 0;
    cursor: pointer;
    background-color: #204D9C;
    color: white;
    border-radius: 12px;
  
    @media(max-width:1024px) {
        padding: .75rem;
    }
  }
  
  .floating-fake-button{
    text-decoration: underline;
    cursor: pointer;
    font-size: .95rem;
  }
  
  .declined-content {
    text-align: center;
    color: white;
    margin-top: 30%;
    
    @media (max-width: 1373px) {
        margin-top: 50%;
    }
    
    @media (max-width: 1024px) {
        margin-top: 0;
    }
    
    
  }
  
  .declined-content h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 3rem;
    color: white;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
  
    @media(max-width:1373px) {
        font-size: 2rem;
    }
  
  }
  
  .declined-content p {
    font-family: "Poppins", sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    margin: 5px 0;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
  
    @media(max-width:1373px) {
        font-size: 1.6rem;
    }
      
  }
  
  .reset-span {
    text-decoration: underline;
    cursor: pointer;
  }


  .not-accepted-disclaimer{
    display: none;
    min-width: 320px;

    h2{
        color: white;
        font-size: 3.5rem;
        text-align: center;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, .5);

        @media (max-width: 1024px) {
            font-size: 2rem;
        }
    }

    p{
        color: white;
        font-size: 2.5rem;
        text-align: center;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, .5);

        @media (max-width: 1024px) {
            font-size: 1.4rem;
        }
    }
  }

  .checkbox_label{
    margin-right: .5rem;
  }