.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;
}


#typed{
    color: white;
}

.btn-make-an-enquiry {
    background-color:  #4c9824 !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 */
.section-title {
    color: #4CAF50;
    margin-top: 60px;
    font-weight: bold;
    text-align: center;
}

h1 {
    font-size: 2.5em;
    margin: 10px 0;
    color: #1a1a1a;
    text-align: center;
}

.subtitle {
    color: #666;
    font-size: 1.1em;
    margin-bottom: 40px;
    text-align: center;
}

.card-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto 60px auto;
    padding: 0 20px;
}

.card {
    background: white;
    border: 1px solid #ddd;
    padding: 30px 20px;
    width: 300px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    text-align: left;
}

.card h3 {
    font-size: 1.3em;
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.card h3 svg {
    margin-right: 10px;
    fill: #73bf44;
}

.card p {
    color: #555;
    font-size: 0.95em;
    margin: 20px 0;
}

.card a {
    color: #73bf44;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.95em;
}

.card a:hover {
    text-decoration: underline;
}

.container-text {
    max-width: 1000px;
    margin: 60px auto;
    padding: 0 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.container-text h1 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.services-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-list li {
    display: flex;
    align-items: flex-start;
    font-size: 1.3rem;
    margin-bottom: 20px;
    color: #333;
    line-height: 1.6;
}

.services-list svg {
    flex-shrink: 0;
    margin-right: 12px;
    margin-top: 4px;
    width: 20px;
    height: 20px;
    fill: #73bf44; /* Hijau */
}

.who-we-are{
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}
.about-right {
    flex: 1;
    padding: 40px;
    color: #333;
}

.about-subtitle {
    color: #5BA829;
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    align-items: center;
    text-align: center;
}

.about-title {
    font-size: 36px;
    font-weight: 700;
    color: #0B5D3C;
    margin-bottom: 20px;
}

.about-description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
}

.about-info-cards {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}

.info-card {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex: 1;
}

.icon-circle {
    width: 48px;
    height: 48px;
    background-color: #92e76c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: white;
}

.btn-about {
    background-color: #5BA829;
    color: white;
    padding: 12px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: inline-flex;
    transition: background-color 0.3s ease;
}
.btn-container {
    text-align: center;
}

.btn-about:hover {
    background-color: #4c9824;
}
.container-about {
    max-width: 1100px; /* Kamu bisa ganti jadi 1000px, 900px, dll */
    margin: 0 auto;
    padding: 0 20px; 
}


/* why us */
.ewacom-highlight {
  display: flex;
  flex-wrap: wrap;
  min-height: 600px;
}

.highlight-left {
  background-color: #0d0d12;
  color: #fff;
  padding: 60px 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.highlight-left h4 {
  color: #92e76c;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.highlight-left h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.subtitle {
  font-size: 1.1rem;
  color: #c1c1c1;
  margin-bottom: 40px;
}

.highlight-features {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.feature-item {
  display: flex;
  gap: 20px;
  max-width: 400px;
}

.icon-circle {
  background-color: #92e76c;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon-circle img {
  width: 32px;
  height: 32px;
}

.feature-text h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}

.feature-text p {
  font-size: 0.95rem;
  color: #ccc;
}

.highlight-right {
  flex: 1;
  width: 100%;
  height: auto; /* Ganti sesuai path kamu */
  background-size: cover;
  background-position: center;
}

/* job order */


.job-order {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
    text-align: center;
}

.subtitle-job-order {
    color: #5BA829;
    font-weight: 600;
    font-size: 18px;
}

.title-job-order {
    font-size: 32px;
    font-weight: bold;
    color: #0B5D3C;
    margin-bottom: 20px;
}

.description {
    font-size: 16px;
    color: #555;
    margin-bottom: 40px;
}

.steps h2 {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: left;
}

.step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    text-align: left;
}

.step .icon {
    width: 60px;
    height: 60px;
    background-color: #92e76c;
    border-radius: 50%;
    margin-right: 20px;
    flex-shrink: 0;
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
}


.step h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.step p {
    margin-top: 8px;
    font-size: 14px;
    color: #555;
}

.btn-step{
    background-color: #92e76c ;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 0.8em;
}


/* 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: #92e76c;
    color: black;
    border: none;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background: #93e76c55;
}






/* 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%;
    }
}