body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

a {
    transition: all 0.3s ease;
}

img {
    max-width: 100%;
}

.container h2 {
    margin-bottom: 40px;
}

.container h2.esto {
    margin-bottom: 12px !important;
}


.bner {
    text-align: center;
}

.bner img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 767.98px) {
    .bner {
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        overflow: hidden;
    }

    .bner img {
        width: 90%;
        height: auto;
        min-height: 200px;
        object-fit: cover;
        object-position: center;
        margin-bottom: -20px;
    }
}



.circle-button,
.circle-button:hover,
.circle-button:focus,
.circle-button:active {
    text-decoration: none !important;
    color: inherit;
}

.circle-button h3,
.circle-button h3 span,
.circle-button:hover h3,
.circle-button:hover h3 span {
    text-decoration: none !important;
}

.btn-primary {
    color: #fff;
    background-color: #03b70c;
    border-color: #079813;
    padding-block: 12px;
    font-size: 24px;
    font-weight: bold;
}

.btn-primary:hover {
    color: #fff;
    background-color: #60a5fa;
    border-color: #60a5fa;
}

@media (min-width:992px) {
    .container {
        max-width: 930px;
    }
}

.heading h1,
.heading h2 {
    line-height: 1.2;
    font-size: 41px;
    font-weight: 700;
    text-align: center;
}

#question-1,
#question-1-bottom {
    margin-top: 30px;
    margin-bottom: 30px;
}

#question-1 h2,
#question-1-bottom h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: rgb(22, 22, 228);
}

#question-1 .btn,
#question-1-bottom .btn {
    display: block;
    width: 100%;
    margin-bottom: 5px !important;
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 4px;
    /* Consistent rounded corners for all buttons */
    transition: background-color 0.3s, transform 0.1s;
}



#question-1 .btn:active,
#question-1-bottom .btn:active {
    transform: scale(0.98);
    /* Slight shrink effect when clicked */
}

/* Adjust for mobile screens */
@media (max-width: 767.98px) {

    #question-1,
    #question-1-bottom {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #question-1 h2,
    #question-1-bottom h2 {
        font-size: 23px !important;
        margin-bottom: 10px !important;
    }

    #question-1 .btn,
    #question-1-bottom .btn {
        font-size: 21px;
        padding: 14px;
    }
}

.loadingContainer {
    text-align: center;
    padding-block: 20px;
}

.loadingContainer .ball {
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin: 0 3px;
    background: #afe4b1;
    z-index: 1;
    animation: bounce 1.5s infinite ease-in-out;
    -moz-animation: bounce 1.5s infinite ease-in-out;
    -webkit-animation: bounce 1.5s infinite ease-in-out;
}

.loadingContainer .ball2 {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.loadingContainer .ball3 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.loadingContainer .ball4 {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.custom-content .btn {
    max-width: 640px;
    margin-inline: auto;
}

#eligibility-text h2 {
    font-weight: normal;
    font-size: 24px;
}

#ineligible-screen h2 {
    font-size: 20px;
    text-align: center;
    color: #dc2626;
}

.cstm-design h2 {
    font-size: 36px;
}


.cstm-design h3,
.cstm-design h5 {
    font-size: 24px;
    padding-top: 20px;
}

.emergency-notice {
    font-size: 12px;
}

.text-rose {
    color: #f43f5e;
}

.cstm-design .btn {
    background: #10c319;
    padding: 15px;
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
    color: #fff;
    padding-inline: 60px;
    display: inline-block;
    margin-block: 15px;
    border-radius: 6px;
}

.cstm-design .btn:hover {
    background: #14b8a6;
}


.custom-content h2 {
    font-size: 36px;
}


.footer {
    margin-top: 200px;
}

.footer p.small {
    max-width: 653px;
    margin-inline: auto;
    font-size: 10px;
    line-height: 1.2;
    font-style: italic;
}

.footer a {
    color: #000;
}


@keyframes bounce {

    0%,
    15% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, -30px);
        background: #49b74e;
    }

    85%,
    100% {
        transform: translate(0, 0);
    }
}

@-moz-keyframes bounce {

    0%,
    15% {
        -moz-transform: translate(0, 0);
    }

    50% {
        -moz-transform: translate(0, -30px);
        background: #cb887d;
    }

    85%,
    100% {
        -moz-transform: translate(0, 0);
    }
}

@-webkit-keyframes bounce {

    0%,
    20% {
        -webkit-transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, -30px);
        background: #cb887d;
    }

    80%,
    100% {
        -webkit-transform: translate(0, 0);
    }
}

/* Combine similar selectors */
#question-1 h2,
#question-1-bottom h2,
.eligibility-heading {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

/* Use shorthand properties */
.btn-primary {
    color: #fff;
    background-color: #03b70c;
    border-color: #079813;
    padding: 12px;
    font: bold 24px/1.5 'Roboto', sans-serif;
}

/* Remove unused styles and combine media queries */
@media (max-width: 767.98px) {}

.eligibility-heading {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.5rem;
    /* This is equivalent to Bootstrap's mb-4 */
    line-height: 1.3;
    color: #333;
    /* Adjust this color as needed for the main text */
}

.eligibility-heading .highlight-text {
    color: #20ce29;
    /* The green color for "Great News!" */
    font-weight: bolder;
}

/* Responsive adjustment for smaller screens */
@media (max-width: 767.98px) {
    .eligibility-heading {
        font-size: 24px !important;
        margin-bottom: 5px !important;
    }
}

.final-notice {
    font-weight: bold;
    color: #fff;
}

@media (max-width: 767.98px) {
    .final-notice {
        font-size: 20px !important;
        text-align: center;
    }
}

#question-1b h2,
#question-2 h2 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: rgb(22, 22, 228);
}

#question-1b .btn,
#question-2 .btn {
    display: block;
    width: 100%;
    margin-bottom: 5px !important;
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 4px;
    transition: background-color 0.3s, transform 0.1s;
    color: #fff;
    background-color: #03b70c;
    border-color: #079813;
}

#question-1b .btn:hover,
#question-2 .btn:hover {
    color: #fff;
    background-color: #60a5fa;
    border-color: #60a5fa;
}

#question-1b .btn:active,
#question-2 .btn:active {
    transform: scale(0.98);
}

@media (max-width: 767.98px) {

    #question-1b,
    #question-2 {
        margin-top: 25px;
    }

    #question-1b h2,
    #question-2 h2 {
        font-size: 27px;
        margin-bottom: 10px !important;
    }

    #question-1b .btn,
    #question-2 .btn {
        font-size: 21px;
        padding: 14px;
    }
}

.bnt_bont {
    text-align: right !important;
}

.bnt_bont .phone-number {
    display: inline-block;
}

.cher {
    width: 70%;
}

.disc p {
    font-size: 13px;
    text-align: center;
}

.bnt_bont a {
    background-color: #03b70c;
    border-color: #079813;
    line-height: 1.5;
    border-radius: 0.3rem;
    display: inline-block;
    width: 71%;
    padding: 10px;
    text-align: center;
    font-size: 21px;
}

.tow_btn {
    background: #efefef;
    padding: 10px;
}

.cher h2 {
    font-size: 15px;
}

.intro2 {
    display: none !important;
}

.yui {
    font-size: 42px !important;
    font-weight: bold;
    color: #3a3a3a;
}

.yui .highlight-green {
    color: #49b74e;
}

@media (max-width: 767.98px) {
    .text-center.py-3.bner {
        padding: 0px !important;
    }

    header .h4 {
        font-size: 18px;
    }

    .yui {
        font-size: 26px !important;
        padding: 0px !important;
        margin: 0 !important;
        font-weight: bold;
        color: #3a3a3a;
        text-align: center !important;
    }

    .esto {
        font-size: 14px !important;
        padding: 0px !important;
        margin: 0 !important;
    }

    .custom-content h2 {
        font-size: 16px;
        padding: 0px !important;
        margin: 0px !important;
    }

    .esto {
        font-size: 28px;
    }

    .custom-content {
        margin-top: 13px;
    }

    .btn-primary {
        color: #fff;
        background-color: #03b70c;
        border-color: #079813;
        padding-block: 9px;
        font-size: 17px;
        font-weight: bold;
        margin-bottom: 5px !important;
    }

    .cher {
        width: 100%;
        text-align: center;
    }

    .bnt_bont {
        width: 100%;
        text-align: center !important;
    }
}

.flag {
    width: 66px;
    padding: 5px;
}

.phone-number.human-number,
.phone-number.plain-number {
    display: none;
}

.question-container {
    margin-top: 30px;
    margin-bottom: 30px;
}

.question-container h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px !important;
    text-align: center;
    color: #0b0bc9;
}

.question-container .btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 15px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background-color: #03b70c;
    border-color: #079813;
}

@media (max-width: 767.98px) {
    .question-container {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .question-container h2 {
        font-size: 22px;
    }

    .question-container .btn {
        font-size: 20px;
        padding: 12px;
    }
}