@media (max-width: 767.98px) {
    .footer-custom .col-lg-4,
    .footer-custom .col-lg-3,
    .footer-custom .col-lg-5 {
        margin-bottom: 2rem !important;

        text-align: center !important;
    }

    .footer-custom p,
    .footer-custom .list-unstyled a {
        font-size: 0.8rem;
        line-height: 1.5;
    }

    .footer-heading {
        font-size: 0.9rem;

        margin-bottom: 0.8rem;
    }

    .footer-logo {
        max-width: 120px;
    }

    .footer-copyright {
        font-size: 0.75rem;

        text-align: center !important;
    }

    .social-icons {
        justify-content: center !important;
    }
}



@media (max-width: 991px) {
    body {
        padding-top: 70px;
    }
    .nav-link-custom {
        font-size: 18px;
        margin-left: 0;
        margin-right: 0;
        padding: 10px 0;
    }

    .language-dropdown {
        margin-top: 10px;
        /* text-align: center; */
    }

    .flag-icon {
        font-size: 24px;
    }
}


@media (max-width: 767.98px) {
    .hero-text {
        font-size: 1.5rem;
        line-height: 1.4;
    }
    .hero-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

@media (max-width: 767.98px) {
    .stat-number {
        font-size: 1.9rem;
    }
    .stat-description {
        font-size: 0.8rem;
    }

    /* .stats-section .row > div {
        padding-left: 5px;
        padding-right: 5px;
    } */
}

@media (max-width: 767.98px) {
    .vision-mission-section .container {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .vm-card {
        padding: 1.8rem !important;
    }
    .vm-title {
        font-size: 1.35rem;
    }
    .vm-description {
        font-size: 0.9rem;
    }
    .vm-list li {
        font-size: 0.9rem;
    }
}

@media (max-width: 767.98px) {
    .solutions-heading {
        font-size: 1.5rem;
    }

    .solution-card.modern {
        padding: 1.8rem !important;
    }
    .solutions-tagline {
        font-size: 1rem;
    }
}

@media (max-width: 991.98px) {
    .cta-banner-section .py-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .cta-heading {
        font-size: 2rem;
    }

    .text-content {
        text-align: center;
        margin-bottom: 2rem;
    }
    .cta-tagline {
        margin-left: auto;
        margin-right: auto;
    }

    .col-lg-6.text-center {
        text-align: center !important;
    }
}

@media (max-width: 767.98px) {
    .news-heading {
        font-size: 1.5rem;
    }
    .news-tagline {
        font-size: 1rem;
    }
}

@media (max-width: 767.98px) {
     .values-heading {
        font-size: 1.6rem;
    }
     .value-card.modern {
        padding: 2rem 1.6rem;
    }
    .value-title {
        font-size: 1.25rem;
    }
}

@media (max-width: 767.98px) {
    .partner-logo {
        max-width: 140px;
    }
}

@media (max-width: 991.98px) {
    .section-subtitle {
        font-size: 1.7rem;
    }

    .who-we-are-section .col-lg-6.order-1 {
        order: 1 !important;
    }

    .who-we-are-section .col-lg-6.order-2 {
        order: 2 !important;
        text-align: center;
    }
    .section-text,
    .who-we-are-button {
        text-align: center;
        margin: 0 auto 1rem;
    }
}

@media (max-width: 767.98px) {
    .solution-hero-section {
        height: 45vh;
    }
    .solution-title-box {
        max-width: 100%;
        padding: 15px 20px;

        border-top-left-radius: 0;
    }
    .solution-hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 767.98px) {
    .cards-heading {
        font-size: 1.5rem;
    }
}

@media (max-width: 991.98px) {
    .product-name {
        font-size: 2rem;
        text-align: center;
    }
    .text-content {
        text-align: center;
    }
    .key-features-heading {
        text-align: center;
        border-bottom: none;
    }
    .key-features-list {
        text-align: left;
        padding-left: 20px;
    }
}

@media (max-width: 767.98px) {
    .solution-background-puzzle {
        /* Kembali ke 1 kolom agar gambar tidak terlalu kecil */
        grid-template-columns: 1fr;
        /* Setiap gambar mengambil 1/4 tinggi layar */
        grid-template-rows: repeat(4, 1fr);
    }
}
