:root {
    --red-main: #d7201d;
    --red-soft: #ff2e2e;
    --font-main: 'DMSans', sans-serif;
}

body {
    padding-top: 85px;
    font-family: var(--font-main);
}

.text-shadow {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.main-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
    transition: all .4s ease;
}

.bg-red {
    background: var(--red-main) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.bg-white {
    background: #fff !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.header-logo,
.header-title {
    transition: .4s;
}

/* Section Controllers */
.one-section,
.two-section,
.three-section,
.four-section,
.five-section {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.one-section {
    height: 120vh;
}

.two-section {
    min-height: 70vh;
}

.three-section {
    height: 100vh;
}

.four-section {
    height: 100vh;
}

.five-section {
    height: 100vh;
}

.bg-danger {
    background-color: var(--red-main) !important;
}

.btn-light {
    border: 3px solid var(--red-main) !important;
}

.mission-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.mission-card {
    background: #fff;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: .3s ease;
}

.mission-card:hover {
    background: #fff6f6;
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(255, 46, 46, 0.3);
}

.custom-hr {
    height: 2px;
    background: var(--red-soft);
    border: none;
}

.map-image {
    max-width: 100%;
    height: auto;
}

.blur {
    height: 120px;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(14px);
}

.description {
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(14px, 2.4vw, 22px);
    font-weight: 600;
    position: absolute;
}

.client-description {
    position: relative;
    top: 100px; /* geser turun */
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}

.icon {
    width: clamp(40px, 6vw, 60px);
}

.point-reg {
    font-size: clamp(16px, 2.2vw, 22px);
}

.header-register {
    height: 75vh;
}

.detail-point {
    margin-top: -130px;
}

.point {
    border: 1px solid white !important;
}

.paket {
    background: #D7201D;
    color: white;
    border-radius: 20px;
    padding: 12px 20px;
    width: 230px;
    text-align: center;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    border: 1px solid white;
}

.foot-point {
    font-size: 18px;
    font-family: var(--font-main);
    letter-spacing: 0.5px;
}

.info-section {
    background-image: url('https://internetrakyat.id/laravel/public/assets/img/page_info_desktop.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 80vh;
}

.last-logo {
    position: relative;
    top: -100px;
}

.last-logo p {
    font-size: 38px;
}

.last-reg-button{
    margin-top: 5%;
}

/* --------------------------------------- */
/* RESPONSIVE */
/* --------------------------------------- */


@media (max-width: 2000px) {
    .info-section {
        background-image: url('https://internetrakyat.id/laravel/public/assets/img/page_info_desktop.webp');
        height: 50vh !important;
    }
}

@media (max-width: 1900px) {
    .info-section {
        background-image: url('https://internetrakyat.id/laravel/public/assets/img/page_info_desktop.webp');
        height: 50vh !important;
    }
}

@media (max-width: 1800px) {
    .info-section {
        background-image: url('https://internetrakyat.id/laravel/public/assets/img/page_info_desktop.webp');
        height: 50vh !important;
    }
}

@media (max-width: 1700px) {
    .info-section {
        background-image: url('https://internetrakyat.id/laravel/public/assets/img/page_info_desktop.webp');
        height: 70vh !important;
    }
}

@media (max-width: 1600px) {
    .info-section {
        background-image: url('https://internetrakyat.id/laravel/public/assets/img/page_info_desktop.webp');
        height: 60vh !important;
    }
}

@media (max-width: 1500px) {
    .info-section {
        background-image: url('https://internetrakyat.id/laravel/public/assets/img/page_info_desktop.webp');
        height: 50vh !important;
    }
}

@media (max-width: 1400px) {
    .info-section {
        background-image: url('https://internetrakyat.id/laravel/public/assets/img/page_info_desktop.webp');
        height: 55vh !important;
    }
}

@media (max-width: 1300px) {
    .info-section {
        background-image: url('https://internetrakyat.id/laravel/public/assets/img/page_info_desktop.webp');
        height: 50vh !important;
    }
}

@media (max-width: 1280px) {
    .one-section {
        height: 130vh !important;
    }

    .mission-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .four-section {
        height: 88vh !important;
    }

    .blur {
        height: 110px !important;
    }

    .client-description {
        font-size: 32px !important;
    }

    .five-section {
        height: 120vh !important;
    }

}

@media (max-width: 1182px) {
    .mission-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .four-section {
        height: 100vh !important;
    }

    .blur {
        height: 90px !important;
    }

    .client-description {
        font-size: 32px !important;
    }

    .five-section {
        height: 150vh !important;
    }

    .description {
        font-size: 18px !important;
        bottom: 15px !important;
    }

    .info-section {
        background-image: url('https://internetrakyat.id/laravel/public/assets/img/page_info_desktop.webp');
        height: 30vh !important;
    }

}

@media (max-width: 1120px) {
    .info-section {
        background-image: url('https://internetrakyat.id/laravel/public/assets/img/page_info_desktop.webp');
        height: 60vh !important;
    }
}

@media (max-width: 1020px) {
    .mission-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .four-section {
        height: 72vh !important;
    }

    .blur {
        height: 90px !important;
    }

    .three-section {
        height: 68vh !important;
    }

    .client-description {
        font-size: 26px !important;
    }

    .five-section {
        height: 105vh !important;
        padding-top: 150px;
    }

    .description {
        font-size: 18px !important;
        bottom: 15px !important;
    }

}

@media (max-width: 991px) {
    .mission-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .client-description {
        font-size: 16px !important;
    }

    .three-section {
        height: 450px;
    }

    .four-section {
        height: 450px !important;
    }

    .description {
        font-size: 16px !important;
    }

    .blur {
        height: 90px !important;
    }
}

@media (max-width: 912px) {
    .mission-grid {
        grid-template-columns: 1fr;
    }

    .description {
        font-size: 12px;
        bottom: 2px;
        color: #000;
    }

    .icon {
        width: 50px;
    }

    .four-section {
        height: clamp(150px, 28vh, 300px) !important;
    }

    .blur {
        height: 80px !important;
    }

    .three-section {
        height: clamp(180px, 35vh, 350px);
    }

    .client-description {
        font-size: 16px !important;
    }

    .four-section {
        height: 420px !important;
    }
}

@media (max-width: 883px) {
    .info-section {
        background-image: url('https://internetrakyat.id/laravel/public/assets/img/page_info_mobile.webp');
        height: 130vh !important;
    }
}

@media (max-width: 853px) {
    .mission-grid {
        grid-template-columns: 1fr;
    }

    .description {
        font-size: 12px;
        bottom: 2px;
        color: #000;
    }

    .icon {
        width: 50px;
    }

    .four-section {
        height: clamp(150px, 28vh, 300px) !important;
    }

    .blur {
        height: 80px !important;
    }

    .three-section {
        height: clamp(180px, 35vh, 350px);
    }

    .client-description {
        font-size: 16px !important;
    }

    .four-section {
        height: 350px !important;
    }

    .info-section {
        background-image: url('https://internetrakyat.id/laravel/public/assets/img/page_info_mobile.webp');
        height: 120vh !important;
    }
}

@media (max-width: 820px) {
    .mission-grid {
        grid-template-columns: 1fr;
    }

    .description {
        font-size: 12px;
        bottom: 2px;
        color: #000;
    }

    .icon {
        width: 50px;
    }

    .four-section {
        height: clamp(150px, 28vh, 300px) !important;
    }

    .blur {
        height: 80px !important;
    }

    .three-section {
        height: clamp(180px, 35vh, 350px);
    }

    .client-description {
        font-size: 16px !important;
    }

    .four-section {
        height: 350px !important;
    }

    .info-section {
        background-image: url('https://internetrakyat.id/laravel/public/assets/img/page_info_mobile.webp');
        height: 120vh !important;
    }
}

@media (max-width: 800px) {
    .mission-grid {
        grid-template-columns: 1fr;
    }

    .description {
        font-size: 12px;
        bottom: 2px;
        color: #000;
    }

    .icon {
        width: 50px;
    }

    .four-section {
        height: clamp(150px, 28vh, 300px) !important;
    }

    .blur {
        height: 80px !important;
    }

    .three-section {
        height: clamp(180px, 35vh, 350px);
    }

    .client-description {
        font-size: 16px !important;
    }

    .four-section {
        height: 350px !important;
    }

    .one-section {
        height: 80vh !important;
    }

    .last-logo {
        position: relative;
        top: -100px;
    }
    .last-logo p {
       font-size: 26px !important;
    }

    .five-section {
        position: relative;
        z-index: 2;
        height: inherit;
    }

    .client-description {
        top: 10px;
    }

    .five-section {
        height: 60vh !important;
        padding-top: 150px;
    }

    .info-section {
        background-image: url('https://internetrakyat.id/laravel/public/assets/img/page_info_mobile.webp');
        height: 120vh !important;
    }
}

@media (max-width: 767px) {

    .feature-list span {
        background: #fff !important;
        padding: 5px !important;
        border-radius: 8px !important;
        font-size: 14px !important;
        color: #000 !important;
    }

    .mission-grid {
        grid-template-columns: 1fr;
    }

    .one-section {
        height: 310vh !important;
    }

    .description {
        font-size: 16px !important;
        bottom: 0px !important;
        color: #000 !important;
    }

    .icon {
        width: 50px;
    }

    .four-section {
        height: 150px !important
    }

    .blur {
        height: 50px !important;
    }

    .client-description {
        font-size: 16px !important;
    }

    .three-section {
        height: 100vh;
    }

    .four-section {
        height: 50vh !important;
    }

    .five-section {
        height: 90vh !important;
        position: relative;
        overflow: hidden;
    }

    /* Layer blur untuk background */
    .five-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background: inherit;
        /* pakai background yang sama */
        background-size: cover;
        background-position: center;
        filter: blur(12px);
        transform: scale(1.1);
        /* menghindari pinggiran blur */
        z-index: 0;
    }

    /* Agar konten tetap terlihat */
    .five-section>* {
        position: relative;
        z-index: 2;
        height: inherit;
    }

    .last-logo p {
        font-size: 26px;
    }

    .feature-list {
        color: black !important;
        font-width: bold !important;
    }

    .info-section {
        background-image: url('https://internetrakyat.id/laravel/public/assets/img/page_info_desktop.webp');
        height: 70vh !important;
    }
}

@media (max-width: 712px) {
    .one-section {
        height: 105vh !important;
    }

    .feature-list span {
        background: #fff !important;
        padding: 5px !important;
        border-radius: 8px !important;
        font-size: 14px !important;
        color: #000 !important;
    }

    .mission-grid {
        grid-template-columns: 1fr;
    }

    .description {
        font-size: 16px !important;
        bottom: 0px !important;
        color: #000 !important;
    }

    .icon {
        width: 50px;
    }

    .four-section {
        height: 150px !important
    }

    .blur {
        height: 80px !important;
    }

    .client-description {
        font-size: 16px !important;
    }

    .three-section {
        height: 100vh;
    }

    .four-section {
        height: 35vh !important;
    }

    .five-section {
        height: 90vh !important;
        position: relative;
        overflow: hidden;
    }

    .client-description {
        top: 20px !important;
    }

    /* Layer blur untuk background */
    .five-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background: inherit;
        /* pakai background yang sama */
        background-size: cover;
        background-position: center;
        filter: blur(12px);
        transform: scale(1.1);
        /* menghindari pinggiran blur */
        z-index: 0;
    }

    /* Agar konten tetap terlihat */
    .five-section>* {
        position: relative;
        z-index: 2;
        height: inherit;
    }

    .last-logo p {
        font-size: 26px;
    }

    .feature-list {
        color: black !important;
        font-width: bold !important;
    }

    .five-section {
        height: 55vh !important;
        position: relative;
        overflow: hidden;
    }

      .last-logo {
        position: relative;
        top: -30px;
    }
    .last-logo p {
       font-size: 26px !important;
    }

    .info-section {
        background-image: url('https://internetrakyat.id/laravel/public/assets/img/page_info_mobile.webp');
        height: 110vh !important;
    }
}

@media (max-width: 651px) {
    .last-logo {
        position: relative;
        top: -30px;
    }

    .five-section {
        height: 90vh !important;
    }

    .client-description {
        top: 15px;
    }

    .home_logo {
        width: 150px;
    }

    .one-section {
        height: 115vh !important;
    }

    .two-section {
        min-height: 50vh !important;
    }

    .three-section {
        height: 50vh !important;
    }

    .four-section {
        height: 35vh !important;
    }

    .description {
        font-size: 12px !important;
    }

    .client-description {
        font-size: 16px !important;
    }

    .title-home {
        font-size: 28px !important;
    }

    /* Mobile: point jadi bertumpuk ke bawah */
    .head-point p {
        display: flex;
        flex-direction: column;
        align-items: center;
        /* biar semua center dan rapi */
        gap: 0px;
        /* Jarak antar item */
    }

    .point {
        display: flex !important;
        width: 100% !important;
        max-width: 280px;
        /* Semua seragam */
        padding: 10px 16px;
        margin: 0 auto;
        /* Biar benar-benar center */
        font-size: 14px;
    }

    .feature-list span {
        background: #fff !important;
        padding: 5px !important;
        border-radius: 8px !important;
        font-size: 14px !important;
        color: #000 !important;
    }

    .blur {
        height: 40px !important;
    }
}

@media (max-width: 640px) {

    .info-section {
        background-image: url('https://internetrakyat.id/laravel/public/assets/img/page_info_mobile.webp');
        height: 100vh !important;
    }

    .home_logo {
        width: 150px;
    }

    .one-section {
        height: 150vh !important;
    }

    .two-section {
        min-height: 50vh !important;
    }

    .three-section {
        height: 50vh !important;
    }

    .four-section {
        height: 35vh !important;
    }

    .description {
        font-size: 12px !important;
    }

    .client-description {
        font-size: 12px !important;
    }

    .title-home {
        font-size: 28px !important;
    }

    .header-register {
        height: 120vh !important;
    }

    .detail-point {
        margin-top: -220px !important;
    }
}

@media (max-width: 628px) {

    .info-section {
        background-image: url('https://internetrakyat.id/laravel/public/assets/img/page_info_mobile.webp');
        height: 100vh !important;
    }

    .home_logo {
        width: 150px;
    }

    .one-section {
        height: 150vh !important;
    }

    .two-section {
        min-height: 50vh !important;
    }

    .three-section {
        height: 50vh !important;
    }

    .four-section {
        height: 35vh !important;
    }

    .description {
        font-size: 12px !important;
    }

    .client-description {
        font-size: 12px !important;
    }

    .title-home {
        font-size: 28px !important;
    }

    .header-register {
        height: 120vh !important;
    }

    .detail-point {
        margin-top: -220px !important;
    }

    /* Mobile: point jadi bertumpuk ke bawah */
    .head-point p {
        display: flex;
        flex-direction: column;
        align-items: center;
        /* biar semua center dan rapi */
        gap: 0px;
        /* Jarak antar item */
    }

    .point {
        display: flex !important;
        width: 100% !important;
        max-width: 280px;
        /* Semua seragam */
        padding: 10px 16px;
        margin: 0 auto;
        /* Biar benar-benar center */
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .last-logo {
        position: relative;
        top: -30px;
    }

    .five-section {
        height: 90vh !important;
    }

    .client-description {
        top: 15px;
    }

    .home_logo {
        width: 150px;
    }

    .one-section {
        height: 115vh !important;
    }

    .two-section {
        min-height: 50vh !important;
    }

    .three-section {
        height: 50vh !important;
    }

    .four-section {
        height: 35vh !important;
    }

    .description {
        font-size: 12px !important;
    }

    .client-description {
        font-size: 16px !important;
    }

    .title-home {
        font-size: 28px !important;
    }

    /* Mobile: point jadi bertumpuk ke bawah */
    .head-point p {
        display: flex;
        flex-direction: column;
        align-items: center;
        /* biar semua center dan rapi */
        gap: 0px;
        /* Jarak antar item */
    }

    .point {
        display: flex !important;
        width: 100% !important;
        max-width: 280px;
        /* Semua seragam */
        padding: 10px 16px;
        margin: 0 auto;
        /* Biar benar-benar center */
        font-size: 14px;
    }

    .feature-list span {
        background: #fff !important;
        padding: 5px !important;
        border-radius: 8px !important;
        font-size: 14px !important;
        color: #000 !important;
    }

    .blur {
        height: 40px !important;
    }
}

@media (max-width: 540px) {

    .info-section {
        background-image: url('https://internetrakyat.id/laravel/public/assets/img/page_info_mobile.webp');
        height: 130vh !important;
    }

    .home_logo {
        width: 150px;
    }

    .one-section {
        height: 160vh !important;
    }

    .two-section {
        min-height: 50vh !important;
    }

    .three-section {
        height: 50vh !important;
    }

    .four-section {
        height: 35vh !important;
    }

    .description {
        font-size: 12px !important;
    }

    .client-description {
        font-size: 12px !important;
    }

    .title-home {
        font-size: 28px !important;
    }

    /* Mobile: point jadi bertumpuk ke bawah */
    .head-point p {
        display: flex;
        flex-direction: column;
        align-items: center;
        /* biar semua center dan rapi */
        gap: 0px;
        /* Jarak antar item */
    }

    .point {
        display: flex !important;
        width: 100% !important;
        max-width: 280px;
        /* Semua seragam */
        padding: 10px 16px;
        margin: 0 auto;
        /* Biar benar-benar center */
        font-size: 14px;
    }

    .feature-list span {
        background: #fff !important;
        padding: 5px !important;
        border-radius: 8px !important;
        font-size: 14px !important;
        color: #000 !important;
    }

    .blur {
        height: 60px !important;
    }
}

@media (max-width: 452px) {
    .info-section {
        background-image: url('https://internetrakyat.id/laravel/public/assets/img/page_info_mobile.webp');
        height:90vh !important;
    }
}

@media (max-width: 430px) {

    .home_logo {
        width: 150px;
    }

    .feature-list span {
        background: #fff !important;
        padding: 5px !important;
        border-radius: 8px !important;
        font-size: 14px !important;
        color: #000 !important;
    }

    .one-section {
        height: 100vh !important;
    }

    .two-section {
        min-height: 50vh !important;
    }

    .three-section {
        height: 50vh !important;
    }

    .four-section {
        height: 35vh !important;
    }

    .description {
        font-size: 12px !important;
        bottom: 0px !important;
    }

    .client-description {
        font-size: 12px !important;
    }

    .title-home {
        font-size: 22px !important;
    }

    .blur {
        height: 80px !important;
    }

}

@media (max-width: 414px) {

    .one-section {
        height: 135vh !important;
    }

    .feature-list span {
        background: #fff;
        padding: 5px;
        border-radius: 8px;
        font-size: 14px;
        color: #000;
    }

    .client-description {
        font-size: 12px;
        text-align: center;
        font-weight: bold;
        padding-top: 10px;
    }

    /* .last-logo {
        display: none !important;
    } */
}

@media (max-width: 390px) {     

    .info-section {
        background-image: url('https://internetrakyat.id/laravel/public/assets/img/page_info_mobile.webp');
        height: 100vh !important;
    }

    .one-section {
        height: 150vh !important;
    }

    .home_logo {
        width: 140px;
    }

    .mission-grid {
        grid-template-columns: 1fr;
    }

    .description {
        font-size: 12px !important;
    }

    /* .last-logo {
        display: none !important;
    } */

    .client-description {
        font-size: 12px !important;
    }

    .blur {
        height: 80px !important;
    }
}

@media (max-width: 384px) {

    .five-section {
        height: 90vh !important;
    }

    .home_logo {
        width: 140px;
    }

    .mission-grid {
        grid-template-columns: 1fr;
    }

    .description {
        font-size: 12px !important;
    }

    /* .last-logo {
        display: none !important;
    } */

    .client-description {
        font-size: 12px !important;
    }

    .description {
        bottom: 0px !important;
    }

}

@media (max-width: 375px) {

    .one-section {
        height: 150vh !important;
    }

    .home_logo {
        width: 140px;
    }

    .mission-grid {
        grid-template-columns: 1fr;
    }

    .description {
        font-size: 12px !important;
    }

    /* .last-logo {
        display: none !important;
    } */

    .client-description {
        font-size: 12px !important;
    }

    .description {
        bottom: 0px !important;
    }

}

@media (max-width: 360px) {
    .five-section {
        height: 100vh !important;
    }

    .last-logo {
        position: relative;
        top: -30px;
    }
    .last-logo p {
       font-size: 26px !important;
    }

    .five-section {
        position: relative;
        z-index: 2;
        height: inherit;
    }

    .client-description {
        top: 5px !important;
    }

    .home_logo {
        width: 150px;
    }

    .one-section {
        height: 110vh !important;
    }

    .two-section {
        min-height: 50vh !important;
    }

    .three-section {
        height: 50vh !important;
    }

    .four-section {
        height: 30vh !important;
    }

    .description {
        font-size: 12px !important;
    }

    .client-description {
        font-size: 12px !important;
    }

    .title-home {
        font-size: 22px !important;
    }

    .blur {
        height: 80px !important;
    }

    .description {
        bottom: 0px !important;
    }

    .btn-light {
        font-size: 12px !important;
    }
}

@media (max-width: 344px) {

    .client-description {
        position: relative;
        top: 10px;
        font-size: 30px;
        text-align: center;
        font-weight: bold;
    }

    .last-logo {
        position: relative;
        top: -50px;
    }

    .last-logo p {
        font-size: 18px;
    }

    .info-section {
        background-image: url('https://internetrakyat.id/laravel/public/assets/img/page_info_mobile.webp');
        height: 90vh !important;
    }

    .home_logo {
        width: 150px;
    }

    .one-section {
        height: 150vh !important;
    }

    .two-section {
        min-height: 50vh !important;
    }

    .three-section {
        height: 50vh !important;
    }

    .four-section {
        height: 30vh !important;
    }

    .description {
        font-size: 12px !important;
    }

    .client-description {
        font-size: 12px !important;
    }

    .title-home {
        font-size: 22px !important;
    }

    .blur {
        height: 80px !important;
    }

    .description {
        bottom: 0px !important;
    }

    .btn-light {
        font-size: 12px !important;
    }

}