/* ======================================================
   RESPONSIVE MOBILE
======================================================*/

@media (max-width:991px){

/* Navbar */
.navbar{
    padding:12px 0;
}

.navbar-brand img{
    height:45px;
}

.navbar-collapse{
    margin-top:15px;
    padding:15px;
    border-radius:18px;
    background:#0f4fa8;
    box-shadow:0 10px 30px rgba(0,0,0,.18);
}

.navbar-nav{
    gap:0;
}

.navbar .nav-link{
    padding:12px 15px;
    font-size:15px;
}

.dropdown-menu{
    border:none;
    background:rgba(255,255,255,.08);
    box-shadow:none;
    margin-top:5px;
	color:#fff;
}

.dropdown-item{
    color:#fff !important;
}

.dropdown-item:hover{
    color:#fff;
    background:rgba(255,255,255,.15);
}

/* HERO */

.hero-slide{
    min-height:100%;
    padding-top:120px;
    padding-bottom:60px;
}

.hero-slide .row{
    text-align:center;
}

.hero-slide h1{
    font-size:2rem;
    line-height:1.2;
}

.hero-slide .lead{
    font-size:1rem;
}

.hero-worker{
    width:90%;
    max-width:340px;
    margin:30px auto 0 !important;
    display:block;
}

/* about */

.about-section{
    text-align:center;
}

.about-section img{
    margin-bottom:30px;
}

.about-section ul{
    text-align:left;
}

/* services */

#services .col-lg-3{
    margin-bottom:20px;
}

.service-card{
    min-height:auto;
}

/* why choose */

.counter-item{
    margin-bottom:25px;
}

/* testimonial */

.testimonial-card{
    margin-bottom:25px;
}

/* client */

.logo-track img{
    height:55px;
    margin:0 20px;
}

/* contact */

.contact-info{
    margin-bottom:40px;
}

/* footer */

footer{
    text-align:center;
}

}


/* ======================================================
   EXTRA SMALL
======================================================*/

@media (max-width:576px){

section{
    padding-top:60px !important;
    padding-bottom:60px !important;
}

.section-title{
    font-size:28px;
}

.hero-slide{
    min-height:620px;
}

.hero-slide h1{
    font-size:1.8rem;
}

.hero-slide .lead{
    font-size:.95rem;
}

.hero-worker{
    width:95%;
    max-width:280px;
}

.carousel-control-prev,
.carousel-control-next{
    display:none;
}

.service-card{
    padding:10px;
}

.icon-box{
    width:70px;
    height:70px;
    font-size:28px;
}

.counter-icon{
    font-size:42px;
}

.contact-section .form-control{
    margin-bottom:15px;
}

.whatsapp-float{
    width:58px;
    height:58px;
    right:15px;
    bottom:15px;
    font-size:28px;
}

.logo-track img{
    height:45px;
}

}


@media (max-width:768px){

    .counter-section{
        height:auto;
        min-height:auto;
        padding:60px 0;
    }

}

@media(max-width:767px){

.testimonial-card{

    padding:30px 20px;
    margin:10px;
    border-radius:20px;
}

.testimonial-text{

    min-height:120px;
}

}


@media (max-width:991px){

    .hero-slide{
        min-height:670px;
        padding-top:100px;
        padding-bottom:20px;
    }

}

@media (max-width:991px){

    .hero-slide .row{
        min-height:auto !important;
        align-items:flex-start !important;
    }

}

@media (max-width:991px){

    .hero-slide h1{
        font-size:2rem;
        line-height:1.2;
        margin-bottom:15px;
    }

    .hero-slide .lead{
        font-size:1rem;
        margin-bottom:25px;
    }

}


@media (max-width:991px){

    .hero-worker{
        width:100% !important;
        max-width:520px;
        margin-top:10px !important;
    }

}

/* ================= MOBILE ABOUT ================= */
@media (max-width:991px){

    .about-section{
        padding:40px 0 !important;
    }
    .about-section .container{
        padding-top:0 !important;
        padding-bottom:0 !important;
    }
    /* Judul */
    .about-section .section-title{
        text-align:center;
        margin-bottom:20px;
    }
    /* Isi dibuat justify */
    .about-section p,
    .about-section li{
        text-align:justify;
        text-justify:inter-word;
        line-height:1.8;
        font-size:15px;
    }
    .about-section ul{
        padding-left:20px;
        margin-bottom:0;
    }
    .about-section img{
        margin-bottom:20px;
    }

}

@media (max-width:768px){
    /* About */
    #about{
        padding-top:40px !important;
    }

    #about .section-title{
        text-align:center;
        margin-bottom:20px;
    }

    #about p{
        text-align:justify;
        font-size:15px;
        line-height:1.8;
        margin-bottom:15px;
    }

    /* List Produk */
    #about ul{
        padding:0;
        margin:20px 0 0;
        list-style:none;
    }

    #about ul li{
        display:flex;
        align-items:center;
        gap:12px;
        background:#f8f9fa;
        border:1px solid #e5e5e5;
        border-left:4px solid #ffb400;
        border-radius:12px;
        padding:12px 15px;
        margin-bottom:12px;
        font-size:15px;
        font-weight:600;
        color:#0f2747;
        box-shadow:0 4px 12px rgba(0,0,0,.05);
    }

    #about ul li::before{
        content:"✓";
        width:28px;
        height:28px;
        flex-shrink:0;
        display:flex;
        align-items:center;
        justify-content:center;
        background:#ffb400;
        color:#fff;
        border-radius:50%;
        font-weight:bold;
        font-size:14px;
    }
}


@media (max-width:768px){

    /* Header Our Services */
    #services .services-header{
        text-align:center;
        margin-bottom:20px;
    }
    /* Judul */
    #services .section-title{
        text-align:center !important;
        margin-bottom:12px;
    }
    /* Deskripsi */
    #services .services-description,
    #services .services-description p,
    #services .mb-5 p{
        text-align:justify !important;
        text-justify:inter-word;
        font-size:15px;
        line-height:1.8;
        color:#666;
        margin:0;
    }
}

@media (max-width:768px){
    .page-header{
        min-height:420px;
        padding-top:100px !important;
    }
    .page-header-2{
        min-height:220px;
        padding-top:100px !important;
    }
}
@media (max-width: 768px) {
    /* =========================
       HERO MOBILE
    ========================= */
    .hero-slide {
        min-height: 700px;
        background-position: center;
        background-size: cover;
    }
    /* OVERLAY MOBILE */
    .hero-slide::before {
        background: linear-gradient(
            to bottom,
            rgba(0,0,0,.35) 0%,
            rgba(0,0,0,.15) 40%,
            rgba(0,0,0,.55) 100%
        );
    }
    /* =========================
       CONTENT HERO
    ========================= */
    .hero-content {
        min-height: auto;
        padding-top: 85px;
        display: flex;
        flex-direction: column;
    }
    /* =========================
       TEXT
    ========================= */
    .hero-content h1 {
        font-size: 2rem !important;
        line-height: 1.15;
        margin-bottom: 15px;
    }
    .hero-content p {
        font-size: 15px;
        line-height: 1.6;
        padding: 0 15px;
        margin-bottom: 15px;
    }
    /* =========================
       IMAGE TRUCK
    ========================= */
    .hero-worker {
        width: 100%;
        max-width: 380px;
        height: auto;
        object-fit: contain;
        margin-top: 5px;
    }
    /* =========================
       PRODUCT SHORTCUT
    ========================= */
    .hero-product-shortcut {
        position: absolute;
        bottom: 50px;
        left: 0;
        transform: none;
        width: 100%;
        padding: 0 20px;
        display: flex;
        justify-content: flex-start;
        gap: 18px;
        overflow-x: auto;
        overflow-y: hidden;
        z-index: 20;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }
    .hero-product-shortcut::-webkit-scrollbar {
        display: none;
    }
    /* ITEM */
    .hero-product-item {
        flex: 0 0 76px;
        min-width: 76px;
        color: #fff;
        text-align: center;
    }
    /* ICON */
    .hero-product-image {
        width: 64px;
        height: 64px;
        margin: 0 auto 8px;
        border-radius: 50%;
        background: rgba(255,255,255,.22);
        border: 1px solid rgba(255,255,255,.55);
        backdrop-filter: blur(8px);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .hero-product-image i {
        font-size: 24px;
    }
    /* NAME */
    .hero-product-item span {
        display: block;
        font-size: 12px;
        line-height: 1.2;
        white-space: normal;
        text-shadow: 0 2px 4px rgba(0,0,0,.8);
    }
}

/* =================================
   PRODUCT SHORTCUT - DESKTOP
================================= */
@media (min-width: 769px) {
    .hero-product-shortcut {
        gap: 55px;
        bottom: 35px;
    }
    .hero-product-item {
        min-width: 125px;
    }
    .hero-product-image {
        width: 95px;
        height: 95px;
    }
    .hero-product-image i {
        font-size: 38px;
    }
    .hero-product-item span {
        margin-top: 12px;
        font-size: 16px;
        font-weight: 600;
    }
}

@media (max-width: 768px) {
    #home {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    #heroSlider {
        margin-bottom: 0 !important;
    }
    .hero-slide {
        min-height: 650px !important;
        height: 650px;
    }
}

@media (max-width: 768px) {
    .hero-content {
        padding-top: 25px !important;
        min-height: auto;
    }
    .hero-content h1 {
        margin-top: 0;
    }
    .hero-content p {
        margin-bottom: 5px;
    }
    .hero-worker {
        margin-top: -10px;
    }
}

@media (max-width: 768px) {
    /* CARD */
    .featured-product-card {
        border-radius: 12px;
        box-shadow: 0 5px 15px rgba(0,0,0,.08);
    }

    /* GAMBAR */
    .featured-product-image {
        height: 160px;
    }

    /* BODY CARD */

    .featured-product-body {
        padding: 12px 10px 14px;
        text-align: center;
    }


    /* NAMA PRODUK */

    .featured-product-body h5 {
        margin: 0;
        font-size: 14px;
        line-height: 1.3;
    }


    /* HILANGKAN DESKRIPSI */

    .featured-product-body p {
        display: none;
    }


    /* HILANGKAN LINK DETAIL */

    .product-detail-link {
        display: none;
    }

}

.mobile-all-product {
    display: none;
}

@media (max-width: 768px) {

    .mobile-all-product {
        display: block;
        margin-top: 15px;
    }

    .mobile-all-product .btn {
        font-size: 14px;
        font-weight: 600;
        border-radius: 30px;
        padding: 10px 22px;
    }

}
