/* Citizen hero */
.hero .hero-text p {
    margin-top: 24px;
}
.citizen-img {
    height: 80px;
    width: 120px;
    margin-bottom: 10px;
}

/* Eligibility section */
.map-bg img {
    height: 1100px;
}
.help-section {
    position: relative;
    color: var(--white);
    padding-top: 50px;
    margin-top: 0;
}
.help-section .container {
    position: relative;
}
.help-section .section-title {
    color: var(--white);
}
.homeSwiper .swiper-slide {
    height: 430px;
}
.help-text {
    margin-bottom: 30px;
}
.homeSwiper .card {
    background-color: var(--gold);
    padding: 40px;
    gap: 20px;
}
.homeSwiper .card-icon path,
.homeSwiper .card-icon rect {
    fill: var(--gold);
}
.homeSwiper .card .circle {
    background-color: var(--white);
}
.help-section .navigation-arrows {
    bottom: 20px;
}

/* Application */
.application-section {
    margin-top: 70px;
}
.application-section .container {
    padding-top: 0;
}
.application-left .section-title {
    color: var(--green);
}
.application-left p,
.step-text .card-title,
.step-text p {
    color: var(--black);
}
.application-section .opportunity-img {
    width: 100%;
    margin-top: 60px;
}
.application-section .opportunity-img img {
    width: 100%;
}

/* Why Choose Us */
.content-wrapper {
    margin-top: 180px;
}
.why-us-section .map-bg {
    top: 0;
}
.why-us-section .help-text {
    padding-top: 80px;
}

/* Swiper Pagination */
.swiper-pagination-bullets,
.swiper-pagination-horizontal {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.swiper-pagination-bullet {
    width: 100%;
    border-radius: 10px;
    height: 2px;
    background-color: rgba(218, 218, 218, 1);
    opacity: 1;
    transition: 0.3s ease;
}
.swiper-pagination-bullet-active {
    background: var(--gold);
}

/* Footer Contacts */
.footer-contact {
    background: linear-gradient(rgba(1, 73, 94, 0.8), rgba(1, 73, 94, 0.8)), url('/assets/images/citizen/citizen-7.webp');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 245px;
}


/* Responsive */
@media(max-width: 1070px) {
    /* Help */
    .homeSwiper .swiper-slide {
        height: 450px !important;
    }
}
@media(max-width: 993px) {
    /* Why Choose us */
    .why-card {
        min-height: 450px;
    }
}
@media(max-width: 768px) {
    /* Eligibility */
    .citizen-img {
        width: 75px;
        height: 50px;
    }
    .homeSwiper.homeCitizen .swiper-slide {
        height: auto;
    }
    .homeSwiper.homeCitizen .card {
        height: auto;
        padding-bottom: 70px;
    }
    .citizen-application .opportunity-img {
        margin-top: 40px;
        margin-bottom: 24px;
    }

    /* Why choose us */
    .why-us-section .map-bg {
        height: 770px;
    }
    .why-bg {
        height: 750px;
    }
    .why-card .circle svg {
        height: 30px;
    }

    /* Help */
    .help-section {
        margin-top: 80px;
    }
    .homeSwiper .swiper-slide {
        height: auto !important;
    }
    .homeSwiper .card {
        padding: 30px !important;
    }

    /* Consultation */
    .consultation-section {
        padding-top: 100px !important;
    }
    .consultation-section:nth-of-type(2) {
        padding-top: 200px !important;
    }

    /* Application */
    .application-section,
    .content-wrapper {
        margin-top: 0;
    }
}
@media (max-width: 600px) {
    /* Why choose us */
    .why-us-section .map-bg {
        height: 660px;
    }
    .why-card {
        min-height: 380px;
    }
    .why-us-section .help-text {
        padding-top: 40px;
    }
}
@media (max-width: 500px) {
    /* Hero */
    .opportunity-section {
        margin-top: 80px !important;
    }

    /* Help */
    .homeSwiper .card {
        max-height: 350px !important;
    }
}
@media (max-width: 450px) {
     /* Consultation */
    .help-section .map-bg {
        height: 920px !important;
    }
    .why-arrows {
        bottom: -50px;
    }
}
@media (max-width: 380px) {
     /* Consultation */
    .consultation-section {
        padding-top: 80px !important;
    }
    .why-arrows {
        bottom: -50px;
    }
}