  :root {
            --dark: #20252b;
            --dark-2: #171b20;
            --slate: #303840;
            --amber: #f5a623;
            --amber-dark: #d88900;
            --light: #f4f5f6;
            --white: #ffffff;
            --text: #343a40;
            --muted: #6c757d;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: 'Inter', sans-serif;
            color: var(--text);
            background: #ffffff;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        .navbar-brand {
            font-family: 'Barlow Condensed', sans-serif;
        }


        /* =========================
           NAVBAR
        ========================= */

        .navbar {
            background: rgba(23, 27, 32, 0.98);
            padding: 15px 0;
        }

        .navbar-brand {
            font-size: 28px;
            font-weight: 700;
            color: #fff !important;
            letter-spacing: 1px;
        }

        .navbar-brand span {
            color: var(--amber);
        }

        .navbar-nav .nav-link {
            color: #ddd !important;
            font-size: 14px;
            font-weight: 600;
            margin-left: 20px;
            text-transform: uppercase;
            letter-spacing: .5px;
        }

        .navbar-nav .nav-link:hover {
            color: var(--amber) !important;
        }

.logo-wrapper {
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 50%;
    
    display: flex;
    align-items: center;
    justify-content: center;
    
    margin-right: 10px;
    overflow: hidden;
}

.navbar-logo {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
}

        /* =========================
           HERO
        ========================= */

        .hero {
            min-height: 720px;
            display: flex;
            align-items: center;

            background:
                linear-gradient(
                    rgba(15, 18, 21, .82),
                    rgba(15, 18, 21, .82)
                ),
                url('/images/team-3.webp');

            background-size: cover;
            background-position: center;
            color: #fff;
        }

        .hero-content {
            max-width: 850px;
        }

        .hero-label {
            display: inline-block;
            padding: 7px 15px;
            background: var(--amber);
            color: #151515;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: 20px;
        }

        .hero h1 {
            font-size: 72px;
            line-height: .98;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 25px;
        }

        .hero h1 span {
            color: var(--amber);
        }

        .hero p {
            font-size: 18px;
            line-height: 1.8;
            color: #ddd;
            max-width: 700px;
            margin-bottom: 35px;
        }

        .btn-amber {
            background: var(--amber);
            color: #171717;
            border: none;
            padding: 14px 28px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .5px;
        }

        .btn-amber:hover {
            background: var(--amber-dark);
            color: #fff;
        }

        .btn-outline-light-custom {
            border: 1px solid #aaa;
            color: #fff;
            padding: 13px 28px;
            font-weight: 600;
            margin-left: 10px;
        }

        .btn-outline-light-custom:hover {
            background: #fff;
            color: var(--dark);
        }


        /* =========================
           SECTION
        ========================= */

        section {
            padding: 100px 0;
        }

        .section-label {
            color: var(--amber-dark);
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 10px;
        }

        .section-title {
            font-size: 48px;
            line-height: 1;
            font-weight: 700;
            text-transform: uppercase;
            color: var(--dark);
            margin-bottom: 25px;
        }

        .section-text {
            color: #666;
            line-height: 1.8;
        }


        /* =========================
           TENTANG KAMI
        ========================= */

        .about-section {
            background: var(--light);
        }

        .about-box {
            background: #fff;
            padding: 40px;
            border-left: 5px solid var(--amber);
            box-shadow: 0 8px 30px rgba(0,0,0,.06);
        }

        .about-feature {
            display: flex;
            margin-top: 30px;
        }

        .about-feature-icon {
            width: 55px;
            height: 55px;
            min-width: 55px;
            background: var(--dark);
            color: var(--amber);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 21px;
            margin-right: 18px;
        }

        .about-feature h5 {
            font-size: 22px;
            margin-bottom: 5px;
        }


        /* =========================
           LAYANAN
        ========================= */

      .service-card {
    padding: 0;
    border: 1px solid #ddd;
    background: #fff;
    transition: .3s;
    position: relative;
    overflow: hidden;
     border-radius: 10px;
}

.service-image {
    width: 100%;
    height: 400px; /* kurangi tinggi di sini */
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.service-content {
    padding: 35px 40px 40px;
}

.service-card:hover { 
    transform: translateY(-7px); 
    border-color: var(--amber); 
    box-shadow: 0 15px 35px rgba(0,0,0,.09); 
} 





        .service-card h3 {
            font-size: 30px;
            text-transform: uppercase;
        }

        .service-card p {
            color: #666;
            line-height: 1.7;
        }

        .container-size {
            display: inline-block;
            padding: 5px 10px;
            background: #eee;
            font-size: 12px;
            font-weight: 700;
            margin-right: 5px;
            margin-top: 10px;
        }


        /* =========================
           ARMADA
        ========================= */

        .fleet-section {
            background: var(--dark);
            color: #fff;
        }

        .fleet-section .section-title {
            color: #fff;
        }

        .fleet-section .section-text {
            color: #bbb;
        }

        .fleet-card {
            padding: 30px;
            background: var(--slate);
            height: 100%;
            border-bottom: 3px solid var(--amber);
        }

        .fleet-icon {
            color: var(--amber);
            font-size: 30px;
            margin-bottom: 20px;
        }

        .fleet-card h4 {
            font-size: 25px;
        }

        .fleet-card p {
            color: #bbb;
            line-height: 1.7;
            margin-bottom: 0;
        }


        /* =========================
           AREA
        ========================= */

        .area-section {
            background: var(--amber);
        }

        .area-title {
            font-size: 48px;
            font-weight: 700;
            text-transform: uppercase;
            color: var(--dark);
        }

        .area-list {
            list-style: none;
            padding: 0;
            margin: 30px 0 0;
        }

        .area-list li {
            display: inline-block;
            padding: 10px 18px;
            margin: 5px;
            background: var(--dark);
            color: #fff;
            font-weight: 600;
            font-size: 14px;
        }


        /* =========================
           CONTACT
        ========================= */

        .contact-section {
            background: #f4f5f6;
        }

    

.contact-card {
    height: 100%;
    min-height: 280px;

    padding: 40px 35px;

    background: #fff;

    border: 1px solid #e1e1e1;
    border-radius: 12px;

    position: relative;
    overflow: hidden;

    transition: .3s;
}


/* ICON BESAR SEBAGAI BACKGROUND */

.contact-bg-icon {
    position: absolute;

    right: 30px;
    top: 50%;
    transform: translateY(-50%);

    font-size: 150px;

    color: rgba(0, 0, 0, 0.045);

    line-height: 1;

    pointer-events: none;
}


/* ISI DI ATAS ICON */

.contact-overlay {
    position: relative;
    z-index: 2;
}


.contact-overlay h4 {
    font-weight: 700;
    margin-bottom: 15px;
}


.contact-overlay p {
    color: #666;
    line-height: 1.7;

    max-width: 380px;

    margin-bottom: 25px;
}


.contact-link {
    display: inline-flex;
    align-items: center;

    color: var(--dark);

    font-weight: 700;

    text-decoration: none;

    transition: .3s;
}


.contact-link:hover {
    color: var(--amber);
    text-decoration: none;
}


.contact-link i {
    transition: .3s;
}


.contact-link:hover i {
    transform: translateX(5px);
}


/* HOVER */

.contact-card:hover {
    transform: translateY(-7px);

    border-color: var(--amber);

    box-shadow: 0 15px 35px rgba(0,0,0,.08);
}


.contact-card:hover .contact-bg-icon {
    color: rgba(0, 0, 0, 0.08);

    transform: translateY(-50%) scale(1.05);

    transition: .4s;
}




        /* =========================
           FOOTER
        ========================= */

        footer {
            background: var(--dark-2);
            color: #999;
            padding: 35px 0;
        }

        footer strong {
            color: #fff;
        }

        .footer-brand {
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 25px;
            color: #fff;
            font-weight: 700;
        }

        .footer-brand span {
            color: var(--amber);
        }

           /* =========================
           RESPONSIVE
        ========================= */

        @media (max-width: 768px) {

            .hero {
                min-height: 650px;
            }

            .hero h1 {
                font-size: 48px;
            }

            .section-title {
                font-size: 38px;
            }

            .area-title {
                font-size: 38px;
            }

            .btn-outline-light-custom {
                margin-left: 0;
                margin-top: 10px;
            }

            section {
                padding: 70px 0;
            }

            .contact-info {
                padding-right: 0;
                margin-bottom: 40px;
            }

        }