

.background-services {
    background-image: url('../../../img/astrika/services/container-view.jpeg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    position: relative;
}

.background-services .container-head {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 3vw;
    text-align: left;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    color: #fff;
    position: absolute;
    width: 50%;
    top: 30%;
    /*margin-right: 20vw;*/
    /*max-width: 70%;*/


}

.container-head h1 {
    font-size: clamp(1.8rem, 4vw, 5rem);
    margin-bottom: 10px;
    text-align: left;
    padding-left: 4vh;
}

.container-head p {
    text-align: left;
    padding-left: 4vh;
    font-size: clamp(0.9rem, 1vw, 3rem);
    font-weight: lighter;

}


.ser-box {
    background-color: transparent;
    padding: 60px;
}

.service-section {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
    align-items: start;
    /*margin-bottom: 50px;*/
}

.service-section img {
    max-width: 100%;
    height: auto;
    width: 500px;
}

.service-section .content {
    font-size: 18px;
}

.service-section h3 {
    font-size: clamp(1rem, 1.5vw, 3rem);

    /*margin-bottom: 10px;*/
}

.service-section p {
    font-size: clamp(1rem, 1vw, 3rem);
    /*line-height: 1.6;*/
}

hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 20px 0;
    /*width: 65%;*/
    /*margin-left: auto; !* Mendorong elemen ke kanan *!*/
}


/* Mobile Responsive Styles */
@media (max-width: 768px) {

    .logo img {
        height: 50px;
    }

    .navbar-toggler {
        padding: 0.25rem;
    }

    .navbar-nav .nav-link {
        font-size: 16px; /* Lebih besar di layar kecil untuk kemudahan sentuh */
    }


    .search-container {
        padding: 2vh;
    }

    .nav-tabs {
        justify-content: space-between;
        padding: 0;
    }

    .nav-tabs .nav-item {
        flex: 1 1 auto;
    }

    .nav-tabs .nav-link {
        padding: 15px 10px;
    }

    .nav-tabs .nav-link i {
        font-size: 1.5rem;
    }

    .nav-tabs .nav-link .tab-text {
        display: none; /* Sembunyikan teks pada layar mobile */
    }

    .nav-tabs .nav-link.active {
        background-color: rgba(21, 66, 3, 0.05);
    }

    .nav-tabs {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        overflow: hidden;
        white-space: nowrap;
        border-bottom: 1px solid #dee2e6;
        max-width: 100%;
    }

    .nav-tabs .nav-item {
        flex: 1;
        border-right: none;
    }

    .nav-tabs .nav-link {
        min-width: auto;
        padding: 15px 10px;
    }

    .nav-tabs .nav-link i {
        font-size: 1.5rem;
    }

    .nav-tabs .nav-link .tab-text {
        display: none;
    }


    .nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .nav-tabs .nav-item {
        flex: 0 0 auto;
    }

    .nav-tabs .nav-link {
        padding: 10px 15px;
        font-size: 14px;
    }

    /*container head*/
    .background {
        height: 35vh;

    }

    .background .container-head {
        width: 90%;
        border-radius: 0 10px 10px 0;
        padding: 1.5rem;
        top: 30%;

    }

    .container-head h1 {
        margin-bottom: 10px;
        padding-left: 0;
    }

    .container-head p {

        padding-left: 0;
    }

    .gr-box .background-2 p {
        padding-left: 0;
    }

    .service-section {
        grid-template-columns: 1fr;
        text-align: justify;

    }

    .service-section img {
        display: block;
        margin: 0 auto;
        width: 60%;
        text-align: left;

    }

    .service-item img {
        width: 80px; /* Ukuran lebih kecil untuk layar kecil */
        height: 80px; /* Ukuran lebih kecil untuk layar kecil */
        margin-left: 10px; /* Margin lebih kecil untuk layar kecil */
    }


    .certifications .certification-grid {
        display: flex; /* Ubah menjadi Flexbox */
        flex-direction: column; /* Susunan vertikal ke bawah */
        gap: 50px; /* Jarak antar elemen */
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .certification-grid .certification-card img {
        width: 70px;
        height: 70px;
    }

}

/* banner */
.banner {
    background: url('../../../img/astrika/services/awan.png');
    background-size: cover;
    color: white;
    height: auto;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}


.banner-content {
    /*max-width: 1200px;*/
    margin: 0 auto;

}

.banner-content h1 {
    color: white;
    justify-items: center;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: clamp(2.5rem, 3.5vw, 4vw);

}


.cta-card {
    background-color: #fff;
    /*padding: 20px;*/
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px 0 0 10px;
    color: #000;
    font-size: clamp(1rem, 1vw, 2vw);

}

.cta-card p {
    color: black;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: left;
}


.button {
    align-items: right;
    color: black;
    text-decoration: none;
    border-radius: 4px;

}

/* Sign up text style */
.sub-text a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-left: 35vw;
}

.sub-text a::after {
    /*content: '→';*/
    margin-left: 5px;
}


/* Bagian latar belakang */
.gr-background {
    background-color: #f9f9f9;
    padding: 4vh; /* Ruang di sekitar konten */
    text-align: center; /* Teks berada di tengah */
    box-sizing: border-box;

}


/* Judul "More Services" */
.text-1 {
    color: #000;
    margin-bottom: 2rem;
    font-size: 40px;
    text-align: left;
}

/* Kontainer layanan */
.services-container {
    display: flex;
    flex-wrap: wrap; /* Agar item dapat berpindah ke baris berikutnya jika tidak cukup ruang */
    justify-content: center; /* Menempatkan item di tengah secara horizontal */
    gap: 1.5rem; /* Memberikan jarak antar item */

}

/* Item layanan */
.service-item {
    display: flex;
    flex-direction: row; /* Susun gambar dan teks secara horizontal */
    align-items: center; /* Pusatkan gambar dan teks secara vertikal */
    text-align: left; /* Teks sejajar di sebelah gambar */
    width: 50;
    gap: 1rem; /* Jarak antara gambar dan teks */
}

.service-item img {
    width: 100px; /* Lebar gambar */
    height: 100px; /* Tinggi gambar */
    border-radius: 50%; /* Membuat gambar menjadi lingkaran */
    background-color: green; /* Warna latar belakang lingkaran */
    padding: 10px; /* Ruang di dalam lingkaran */
    margin-left: 20px;
}

.img-text {
    color: #000;
    font-size: 24px; /* Ukuran teks */
    margin-bottom: 0px;
}


/* Container utama untuk Official Networks */
.gr-background-2 {
    background-color: transparent;
    padding: 4vh; /* Ruang di sekitar konten */
    text-align: center; /* Teks berada di tengah */
    box-sizing: border-box;
}

.background-14, .background-15, .background-16, .background-17, .background-18 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px; /* Adjust as needed */
    width: auto;
    font-size: 32px;
    color: black;
}

/* Judul Official Networks */
.text-1 {
    color: #000;
    margin-bottom: 1rem;
    font-size: 32px; /* Ukuran font */
}

/* Garis Horizontal */
.horizontal-line-3 {
    width: 100%;
    height: 1px;
    background-color: #ccc; /* Warna garis */
    margin: 1rem 0;
}

/* Kontainer untuk semua logo jaringan */
.networks-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* Grid responsif */
    gap: 2rem; /* Jarak antar item */
    justify-items: center; /* Pusatkan item dalam grid */
    align-items: center; /* Pusatkan secara vertikal */
}

/* Setiap elemen jaringan (network) */
.network-item img {
    width: 150px; /* Ukuran gambar default */
    height: 100px;
    max-width: 100%; /* Mencegah gambar melampaui kontainernya */
    object-fit: contain; /* Pastikan gambar tidak terdistorsi */
    padding: 10px; /* Ruang di sekitar gambar */
    border-radius: 8px; /* Sudut melengkung */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Efek bayangan */
    transition: transform 0.3s ease;
}

/* Efek hover untuk logo */
.network-item img:hover {
    transform: scale(1.1); /* Memperbesar sedikit saat dihover */
}

.horizontal-line-3 {
    /*position: absolute;
    left: 0; */
    width: 100%;
    /*border-top: 0px solid black;*/
    margin-top: -20px;
    top: 140px;
}

/* Garis horizontal */
.horizontal-line-4 {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 1rem 0;
}
.gr-box {
    background-color: #f9f9f9;
    background-size: cover;
    background-position: center;
    /*position: absolute;
    top:90%;*/
    top: auto;
    height: auto;
    width: 100%;
    padding: 4vh;
}

.background-2 p {
    font-size: clamp(2.5rem, 3vw, 70px);
    color: black;
    padding-left: 5vh;
    font-weight: normal;
}


.desc {
    font-size: clamp(1rem, 3vw, 30px);
    text-align: justify;
    color: black;
    font-weight: lighter;
}
.certifications {
    background-color: #e8e8e8;
    background-size: cover;
    background-position: center;
    /*position: absolute;
    top:90%;*/
    top: auto;
    height: auto;
    width: 100%;
    padding: 4vh;
}

.certification-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 kolom */
    grid-template-rows: repeat(2, auto); /* 3 baris */
    gap: 50px 70px;
    padding-left: 5vw;
    padding-right: 5vw;

}

.certification-card {
    display: flex;
    align-items: center;
    gap: 15px;
    background: white;
    padding: 15px 20px;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.certification-card img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.certification-card p {
    margin: 0;
    font-size: clamp(20px, 1.7vw, 50px);
    font-weight: 500;
}



/* Gambar latar belakang */
.background-20 {
    background-image: url('../../../img/astrika/about/industrial.jpg');
    background-size: cover;
    background-position: center;
    margin: auto;
    height: 80vh;
    background-repeat: no-repeat;
}

.lis-putih {
    height: 90%;
    width: 95%;
    margin: auto;
    justify-content: center;
    text-align: center;
    align-content: center;
    border: 2px solid #fff;
    transform: translate(0%, 6%);
}

.text-ab-2 {
    /*max-width: 60%;*/
    color: #fff;
    padding-bottom: 4vw;
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: clamp(2rem, 4vw, 3rem);
    justify-items: center;

}

.background-21 {
    align-items: center;
    color: black;
    margin-left: 32vw;

}

.img-text-33 {
    color: #fff;
    font-size: 14pt;
    /*margin-left: -2vw;*/
}

.background-22 {
    align-items: center;
    color: black;
    /*margin-left: 52vw;*/
    /*margin-top: -5.2rem;*/

}

.img-text-4 {
    color: #fff;
    font-size: 14pt;
    margin-left: -3vw;
}

.footer {
    background-color: #fff;
    padding: 40px;
}

.footer-col {
    flex: 1 1 200px;
    margin: 10px;
}

.img-footer {
    margin-bottom: 20px;
}

.subscribe-container {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    max-width: 300px;
}

.subscribe-container input[type="email"] {
    border: none;
    padding: 10px;
    flex: 1;
    font-size: 14px;
}

.subscribe-container button {
    background-color: #2d4b1a;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 14px;
}

.footer h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
}

.footer a, .footer p {
    color: #00000080;
    text-decoration: none;
    font-size: 14px;
    margin: 5px 0;
    display: block;
}

.footer a:hover {
    color: darkgray;
}

.terms {
    margin-top: 10px;
}

.horizontal-line-footer {
    border-top: 1px solid #ccc;
    width: 205%; /* Spans across both columns */
    margin: 20px 0;
}

.footer-social {
    display: flex;
    /*align-items: center;*/
    /*position: absolute;*/
    /*bottom: 60px;*/
    /*right: 20px;*/
}

.footer-social a {
    margin-right: 25px; /* Adjust this value to control the spacing */
}

.footer-social a:last-child {
    margin-right: 0; /* Remove margin from the last icon */
}


.floating-button:hover {
    transform: scale(1.1); /* Slight zoom on hover */
}

/* Icon inside the button */
.floating-button i {
    color: white;
    font-size: 24px;
}

.form-group-inline {
    display: flex;
    gap: 10px;
}
