/* ==========================================================
   RESPONSIVE - UD. KENCANA DUTA MANDIRI
========================================================== */

/* ===========================
   Laptop
=========================== */

@media (max-width:1200px) {

    .container {
        width: 90%;
    }

    .hero-container {
        grid-template-columns: 1fr 520px;
        gap: 50px;
    }

    .hero-left h1 {
        font-size: 3rem;
    }

}


/* ===========================
   Tablet
=========================== */

@media (max-width:991px) {

    .hero {
        padding: 120px 0 60px;
        min-height: auto;
    }

    .hero-container {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .hero-left {
        max-width: 100%;
        text-align: center;
    }

    .hero-left h1 {
        font-size: 2.6rem;
        line-height: 1.2;
    }

    .hero-left p {
        max-width: 700px;
        margin: auto;
    }

    .hero-bottom {
        display: flex;
        flex-direction: column;
        gap: 25px;
        align-items: center;
    }

    .hero-list {
        width: 100%;
    }

    .hero-list li {
        justify-content: center;
    }

    .hero-buttons-vertical {
        width: 100%;
        max-width: 320px;
        padding-top: 0;
    }

    .hero-buttons-vertical .btn {
        width: 100%;
    }

    .hero-right {
        width: 100%;
        margin-top: 0;
    }

    .hero-image img {
        height: 420px;
    }

    .hero-card {
        left: 20px;
        bottom: 20px;
    }

}


/* ===========================
   Mobile
=========================== */

@media (max-width:768px) {

    section {
        padding: 70px 0;
    }

    .container {
        width: 92%;
    }

    .hero {
        padding: 95px 0 40px;
    }

    .hero-badge {
        display: none;
    }

    .hero-left h1 {
        font-size: 2.2rem;
        line-height: 1.25;
    }

    .hero-left p {
        display: none;
    }

    .hero-list {
        width: 100%;
        margin-top: 12px;
        margin-bottom: 20px;
    }

    .hero-bottom {
        align-items: stretch;
        margin-top: 0;
    }

    .hero-buttons-vertical {
        max-width: none;
        width: 100%;
    }

    .hero-buttons-vertical .btn {
        width: 100%;
    }

    .hero-image img {
        height: 320px;
    }

    .hero-card {
        position: absolute;
        left: 15px;
        bottom: 15px;
        padding: 18px 22px;
    }

    .hero-card h3 {
        font-size: 1.6rem;
    }

    .product-grid {
        grid-template-columns: 1fr;
    }

    .service-grid {
        grid-template-columns: 1fr;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

    /* ===========================
   MOBILE ONLY
=========================== */

    .mobile-service {
        display: flex;
    }

    .mobile-btn {
        display: flex;
    }

}


/* ===========================
   Small Mobile
=========================== */

@media (max-width:480px) {

    .hero {
        padding-top: 100px;
    }

    .hero-badge {
        display: none;
    }

    .hero-left h1 {
        font-size: 2.2rem;
        line-height: 1.2;
    }

    .hero-left p {
        display: none;
    }

    .hero-list li {
        font-size: .95rem;
    }

    .hero-image img {
        height: 250px;
    }

    .hero-card {
        padding: 15px 18px;
    }

    .hero-card h3 {
        font-size: 1.3rem;
    }

    .hero-card p {
        font-size: .85rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .mobile-service {
        display: flex;
    }

    .mobile-btn {
        display: flex;
    }

}