html {
  scroll-behavior: smooth;
}


.hero {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(50%);
}

.hero-content {
    color: #f8fafc;
}

#tagline {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 56px;
    font-weight: 800;
    line-height: 1.2em;
    word-spacing: 1px;
    letter-spacing: -2px;
}

.btn-make-an-enquiry {
    background-color: rgb(166, 41, 41) !important;
    border: none !important;
    border-radius: 20px !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    color: #f8fafc;
    min-width: 120px;
    min-height: 40px;
    padding: 6px 20px !important;
}

.btn-make-an-enquiry:hover {
    background-color: rgba(33, 24, 24, 0.735) !important;
    border: none;
}

.btn-discover-more {
    background-color: rgb(237, 237, 237) !important;
    border: none !important;
    border-radius: 20px !important;
    font-size: 14px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    min-width: 120px;
    min-height: 40px;
    padding: 6px 20px !important;
    color: #1a1a1a;

}

.btn-discover-more:hover {
    color: #f8fafc;
    background-color: rgba(33, 24, 24, 0.735) !important;
    border: none;
}

/* section kedua  */

.tentang {
    /* height: 100vh; */
    background-color: #f8fafc;
}

.container-tentang {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    /* height: 100%; */
}

.left,
.right {
    display: flex;
    flex-direction: column;
    align-content: space-around;
}

/* bagian kiri sejarah */
.left {
    height: 100%;
    width: 60%;
    padding: 10em 15em 10em 5em;
    margin-left: auto;
}

.container-left {
    margin: auto;
}

.tentang-anugrah-tambang {
    align-items: center;
    justify-content: start;
    padding-bottom: 4vh;
}

.sejarah-singkat {
    flex-direction: column;
}

.content-tentang {
    text-align: justify;
}

.container-judul-tentang {
    flex-direction: column;
    justify-content: center;
    text-align: left;
    border-left: 2px solid black;
    padding-left: 1vh;
    color: #1a1a1a;
}

/* bagian kanan sejarah */
.right {
    width: 40%;
    padding: 10em 5em 10em 15em;
    margin-right: auto;

    display: flex;
    align-items: center;
    height: 100vh;
    /* Biar tingginya full */
}

.btn-detail {
    text-align: left;
}

.right {
    display: flex;
    justify-content: flex-end;
    /* Pindahin ke kanan */
    align-items: center;
    height: 100vh;
    /* Biar tingginya full */
    padding-top: 40em;
    padding-right: 15em;
    /* Bisa disesuaikan */
}

.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr 1fr;
    position: relative;
    width: 300px;
    /* Sesuaikan ukuran */
}


.img_top {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    z-index: 2;
    border-color: white;
    border-width: 10px;

}

.img_bottom {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}

.img img {
    width: 200%;
    border-radius: 12px;
    border: 5px solid rgb(246, 246, 246);
    /* Border putih 5px */
    border-radius: 12px;
    /* Biar sudutnya agak melengkung */
}

/* section employers */
.produk {
    margin-top: 10vh;
    margin-bottom: 10vh;
}

.container-produk {
    text-align: center;
}

.employers-title {
    display: inline-block;
    border-radius: 20px;
    background-color: #fdfdfd;
    font-size: 20px;
    padding: 5px 30px 30px 30px;
    padding-bottom: 1vh;
    margin-bottom: 4vh;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);

}

.produk-gambar img {
    max-height: 350px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);

}

#employers-1 {
    border-radius: 12px;
}

.container-judul {
    text-align: center;
    padding: 10px 5em 10px;
}

.content-tentang-employers {
    text-align: center;
    padding: 0px 5em 5px;
    justify-content: center;
}

/* services */
.services {
    height: 117.3vh;
    background-color: #f8fafc;
    padding: 5em 0 0;
    /* Biar lebih rapi */
}

ul {
    list-style: none;
    padding-left: 0;
}

.services-content {
    display: flex;
    /* Biar list dan gambar sejajar horizontal */
    align-items: center;
    /* Supaya sejajar tengah */
    justify-content: space-between;
    /* Jarak antara teks & gambar */
    gap: 40px;
    /* Jarak antar elemen */
    max-width: 1200px;
    margin: 0 auto;
    /* Biar center */
    padding: 0 2em;
}

.kanan {
    flex: 1;
    /* Biar teks memenuhi ruang */
}

.gambar {
    flex: 1;
    /* Biar gambar sejajar dengan teks */
    text-align: right;
    /* Posisikan gambar ke kanan */
}

.model-services {
    width: 100%;
    /* Sesuaikan ukuran gambar */
    max-width: 400px;
    /* Maksimal lebar gambar */
}

.konten-services {
    display: flex;
    /* Biar teks & button sejajar */
    align-items: center;
    /* Supaya tengah secara vertikal */
    justify-content: flex-start;
    /* Pisahkan teks & button */
    padding: 10px 10px;
    /* Spasi dalam */
    gap: 34px;
    /* Jarak antara teks & button */
}

.konten-text {
    flex: 1;
    /* Biar teks tetap di kiri */
    border-right: 2px solid black;
    padding-right: -10px;
    max-width: 280px;
    color: rgb(166, 41, 41);
}

.konten-button {
    background-color: rgb(166, 41, 41);
    /* Warna biru */
    color: white;
    border: none;
    cursor: pointer;
    font-size: 18px;
    border-radius: 20px;
    border: none !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 10px;
    padding: 6px 30px !important;
}

.bi-whatsapp {
    padding-bottom: 1px;
}

.konten-button:hover {
    background-color: #101010;
    /* Warna lebih gelap saat hover */
}


/* step to order */
.step-to-order {
    background-color: #1a1a1a;
    background-image: linear-gradient(rgba(26, 26, 26, 0.7), rgba(26, 26, 26, 0.7)), url("https://i0.wp.com/westindo.ewacom.au/wp-content/uploads/2024/10/agency-img3.png?fit=1200%2C700&ssl=1");
    padding: 5em 0;
}

.step-to-order-title {
    display: inline-block;
    border-radius: 20px;
    background-color: #fdfdfd;
    font-size: 20px;
    padding: 5px 30px 30px 30px;
    padding-bottom: 1vh;
    margin-bottom: 4vh;
    box-shadow: 0px 6px 10px rgba(255, 255, 255, 0.363);

}

.content-tentang-how-to-order,
.subtitle-3 {
    color: white;
}

.konten-how-to-order-1,
.konten-how-to-order-2 {
    color: #f8fafc;
}


.kanan {
    flex: 1;
}

.gambar {
    flex: 1;
    text-align: right;
}

.model-services {
    width: 100%;
    /* Sesuaikan ukuran gambar */
    max-width: 400px;
    /* Maksimal lebar gambar */
}

.konten-step-to-order {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 10px;
    gap: 34px;
}

.konten-text-order {
    flex: 1;
    /* Biar teks tetap di kiri */
    border-right: 2px solid rgb(121, 121, 121);
    padding-right: -10px;
    max-width: 280px;
    color: rgb(166, 41, 41);
}

.konten-button {
    background-color: rgb(166, 41, 41);
    color: white;
    border: none;
    cursor: pointer;
    font-size: 18px;
    border-radius: 20px;
    border: none !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 6px 30px !important;
}


.konten-button:hover {
    background-color: #101010;
}

.services-right {
    width: 50%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.service-box {
    background-color: #101010b7;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.687);
    margin: 20px 20px 20px 20px;
    position: relative;
    overflow: hidden;
}


/* ====== Efek Bulatan di Kotak ====== */
.service-box::before {
    content: "";
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    z-index: 0;
}

.service-icon,
h5 {
    position: relative;
    z-index: 1;
    color: white;
}

.service-icon {
    font-size: 2rem;
    color: #b02e2e;
    margin-bottom: 10px;
}











/* FORM */

.form {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: -50px;
    /* Biar naik ke atas section sebelumnya */
    z-index: 10;
    height: 20vh;
}

.floating-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #b02e2e;
    /* Warna merah */
    color: white;
    padding: 20px;
    border-radius: 15px;
    width: 80%;
    max-width: 1000px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

/* Mengatur setiap box biar sejajar */
.floating-box {
    flex: 1;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Bagian kiri (ikon + teks) */
.left-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.konten-konsultasi p {
    font-size: 14px;
    margin: 0;
}

.konten-konsultasi h2 {
    font-size: 24px;
    margin: 5px 0 0;
}

/* Bagian tengah (info) */
.center {
    padding-top: 40px;
    text-align: center;
    font-size: 14px;
}

/* Bagian kanan (tombol) */
.right button {
    background: white;
    color: black;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
}

.right button:hover {
    background-color: #1a1a1a;
    color: white;
}














/* CONTACT US */
/* contact-us */

.contact-us {
    margin-top: 7%;
    margin-bottom: 10%;
}

.contact-us-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
    /* Jarak antar elemen */
}

.kanan-form {
    flex: 1;
    min-width: 300px;
}

.container-left {
    max-width: 500px;
}

.contact-us-title {
    display: inline-block;
    border-radius: 20px;
    background-color: #fdfdfd;
    font-size: 20px;
    padding: 10px 30px;
    margin-bottom: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.contacts {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.icon-contact {
    width: 50px;
    height: 50px;
    background-color: #7a7a7a;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-contact svg {
    width: 25px;
    height: 25px;
    fill: white;
}

.icon-context-1 {
    display: flex;
    flex-direction: column;
}

.icon-context-1 p {
    margin: 0;
}

.icon-context-1 p:first-child {
    font-weight: bold;
    font-size: 18px;
    color: black;
}

.icon-context-1 p:last-child {
    font-size: 16px;
    color: #7a7a7a;
}

.contact-us-right {
    flex: 1;
    display: flex;
    justify-content: center;
}

.contact-form {
    width: 100%;
    max-width: 450px;
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.contact-form h2 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    font-size: 24px;
}

.contact-form p {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

form {
    display: flex;
    flex-direction: column;
}

label {
    font-weight: bold;
    margin-top: 15px;
}

input,
textarea {
    width: 100%;
    padding: 12px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.radio-group {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 50px;
}

.radio-group input {
    margin-right: -40px;
    margin-top: 20px;


}

textarea {
    resize: vertical;
    min-height: 100px;
}

button {
    margin-top: 20px;
    padding: 12px;
    background: #b02e2e;
    color: white;
    border: none;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
}

button:hover {
    background: darkred;
}




/* Handphone: Hilangkan Semua Gambar */
@media screen and (max-width: 768px) {

    .hero-content {
        max-width: 90%;
        top: 45%;

        /* Naik sedikit biar pas */
    }

    .hero-content h2 {
        font-size: 1rem;
        /* Lebih kecil untuk layar HP */
    }

    .hero-content p {
        font-size: 3rem !important;
        word-spacing: 1px !important;
        letter-spacing: 1px !important;
    }

    .right {
        display: none !important;
    }

    .left {
        margin-left: 0px;
        padding: 4em 0 0 0;
    }

    .container-tentang {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .container-judul-tentang {
        border-left: 0px;
        border-bottom: 3px #101010;

    }

    .text-judul {
        text-align: center;
        padding-bottom: 3px;
        border-bottom: 3px solid #747474;
    }

    .text-tentang{
        text-align: center;
        font-size: 2em;
        width: auto;
    }

    .col-md-4 {
        padding-bottom: 20px;
    }

    .services-content {
        flex-direction: column;
        /* Tumpuk elemen jadi satu kolom */
        align-items: center;
        /* Pusatkan konten */
        text-align: center;
    }

    .gambar {
        text-align: center;
    }

    .model-services {
        max-width: 100%;
        /* Biar responsif di layar kecil */
    }

    .konten-text {
        max-width: 100%;
        /* Biar teks tidak kepotong */
        padding-right: 0;
    }

    .konten-button {
        font-size: 18px;
        /* Sesuaikan ukuran tombol */
        padding: 10px 30px;
    }

    .services-list {
        text-align: left !important;
        padding-left: 4em;
    }

    .services {
        height: auto;
        margin-bottom: 0px;
    }

    .step-to-order {
        padding: 3em 0;
    }

    .services-content {
        flex-direction: column;
        text-align: center;
    }


    .services-right {
        order: 1;
        width: 100%;
        grid-template-columns: 1fr;
        /* Buat kotak service jadi satu kolom */
    }

    .konten-step-to-order {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .konten-text-order {
        border-right: none;
        border-bottom: 2px solid rgb(121, 121, 121);
        /* Garis bawah */
        padding-bottom: 10px;
        max-width: 100%;
    }

    .service-box {
        margin: 10px;
    }

    .form {
        height: auto;
    }

    .floating-section {
        flex-direction: column;
        text-align: center;
        padding: 20px;
        width: 90%;
    }

    .floating-box {
        width: 100%;
        padding: 10px 0;
    }

    .left-content {
        flex-direction: column;
        padding-bottom: 10px;
        border-bottom: 2px solid white;
        gap: 5px;
    }

    .konten-konsultasi h2 {
        font-size: 25px;
    }

    .center {
        padding-top: 10px;
        font-size: 12px;
    }

    .right button {
        width: 80%;
        padding: 12px;
    }

    .contact-us-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    .container-left {
        max-width: 90%;
    }

    .contacts {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .icon-contact {
        width: 40px;
        height: 40px;
    }

    .icon-contact svg {
        width: 20px;
        height: 20px;
    }

    .icon-context-1 p {
        max-width: 100%;
    }
}



    