:root {
    --primary-color: #00A0E4;
    --secondary-color: #00A0E4;
}

body {
    overflow-x: hidden;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: #FFFFFF;
}

html {
    scrollbar-width: thin;
    scrollbar-color: #00A0E4 #ffffff;
}

/* for google chrome */
::-webkit-scrollbar {
    width: 14px;
}

::-webkit-scrollbar-track {
    background: #ffffff;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    background: #00A0E4;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.navbar-brand img {
    max-height: 40px;
}

.navbar {
    background-color: #00A0E4;
    transition: background-color 0.3s ease;
}

.navbar-wrapper {
    padding: 20px;
}

.hero {
    background-image: url('../images/hero.webp');
    background-size: cover; /* Membuat gambar memenuhi seluruh elemen */
    background-position: center; /* Menjaga posisi gambar di tengah */
    background-repeat: no-repeat; /* Mencegah pengulangan gambar */
    width: 100vw; /* Lebar elemen sesuai dengan lebar layar */
    min-height: 100vh; /* Menggunakan min-height untuk mencegah pergeseran */
    height: auto; /* Menggunakan auto untuk penyesuaian yang lebih baik */
    position: relative; /* Mengatur posisi elemen */
    overflow: hidden; /* Mencegah elemen keluar dari kontainer */
}



.header-wrapper {
    padding: 70px;
}

.header-wrapper .header-title {
    font-size: 53px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}

.services-title {
    font-size: 40px;
    font-weight: bold;
    color: #0084bc;
}

.contact-title {
    font-size: 40px;
    font-weight: bold;
}

.custom-card-title {
    font-weight: bold;
}

.custom-card {
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.contact-wrapper {
    background-color: #00A0E4;
    display: flex;
    justify-content: center;

    padding: 50px;
}

.form-section h2 {
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
}

.form-section p {
    font-size: 16px;
    color: #fffafa;
}

.form-control {
    border-radius: 10px;
    margin-bottom: 15px;
}

.btn-submit {
    background-color: #ff4500;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
}

.hero-section {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    padding: 100px 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 30px;
}

.feature-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

.feature-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.feature-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.animated-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.btn-custom {
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    border: none;
    color: white;
    padding: 12px 30px;
    font-size: 1.2rem;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.btn-custom:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.social-icons {
    font-size: 2rem;
}

.social-icons a {
    color: var(--primary-color);
    margin: 0 10px;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    color: var(--secondary-color);
    transform: scale(1.1);
}

@media (min-width: 768px) {

    /* responsive dekstop */
    .header-subtitle {
        font-size: 20px
    }

    .header-button {
        margin-top: 40px;
    }

    .navbar-title {
        font-size: 28px
    }

}

@media (max-width: 768px) {

    .navbar-wrapper {
        padding: 15px;
    }

    .navbar-title {
        font-size: 25px
    }

    .header-wrapper {
        padding: 30px;

    }

    .header-wrapper .header-title {
        font-size: 25px;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .header-button {
        margin-top: 30px;
    }

    .hero {
        background-size: cover;
        background-repeat: no-repeat;
        /* Mencegah pengulangan gambar */
        width: 100%;
        /* Lebar elemen sesuai dengan lebar layar */
        /* height: 100vh; */
        /* Tinggi elemen sesuai dengan tinggi layar */

    }


    .hero-title {
        font-size: 2.3rem;
        font-weight: 700;
        margin-bottom: 20px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }

    .hero-subtitle {
        font-size: 1.3rem;
        margin-bottom: 30px;
    }

    .services-content {
        padding: 30px;
    }

    .contact-wrapper {
        padding: 50px 30px;

    }
}

.whatsapp-fixed {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    border-radius: 50px;
    padding: 10px 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.whatsapp-fixed i {
    font-size: 24px;
    margin-right: 10px;
}

.whatsapp-fixed span {
    font-size: 16px;
    font-weight: bold;
}

.whatsapp-fixed:hover {
    background-color: #128C7E;
}