/* Template Warna */
:root {
    --color-primary: #03032eee;
    --color-secondary: #03032eee;
    --color-secondary-white: white;
    --color-dark-bg: #172a44;
    --color-dark-bg-u: #425268;
    --color-light-bg: #f8f9fa;
    --color-muted-text: #b0c4de;
}
* {
    padding: 0;
    margin: 0;
}
.tes{
    color:#03032eee;
}
/* .container{
    margin-left: 30PX;
    margin-right: 30PX;
} */

body {
        -webkit-user-select: none; /* Chrome, Safari */
        -moz-user-select: none;    /* Firefox */
        -ms-user-select: none;     /* IE10+ */
        user-select: none;         /* Standar */
    }
.btn-gradient {
  display: inline-block;
  padding: 14px 36px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  background: linear-gradient(90deg, #ff9800, #ff5722);
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* Hover effect */
.btn-gradient:hover {
  background: linear-gradient(90deg, #ff5722, #ff9800);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.3);
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 16px;
}

.feature-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 14px;
  line-height: 1.6;
}

/* Icon checklist */
.feature-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background: linear-gradient(90deg, #ff9800, #ff5722);
  color: #000;
  font-size: 13px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-berita {
    background-color: var(--color-light-bg);
}
/* === Efek Zoom untuk Gambar Berita === */
.bg-berita img {
    transition: transform 0.5s ease, box-shadow 0.3s ease;
    transform-origin: center center;
}

/* Saat disentuh atau di-hover */
.bg-berita:hover img,
.bg-berita:focus-within img {
    transform: scale(1.08);
    box-shadow: 0 8px 16px rgba(0,0,0,0.3);
}

/* Tambahan: buat efek halus di mobile */
@media (hover: none) {
    .bg-berita img:active {
        transform: scale(1.05);
    }
}

h4 {
    color: var(--color-primary);
}
.bg-manual {
    background-color: var(--color-primary);
}
.bg-manual-outline {
    border-color: var(--color-primary);
}

.bg-consultant {
    background-color: #03032eee;
}

/* Navbar */
.navbar-custom {
    transition: all 0.3s ease-in-out;
    background-color: transparent !important;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1030;
    box-shadow: 0 4px 6px rgba(70, 67, 67, 0.575); /* Sumbu Y: 4px, Blur: 6px, Warna: Hitam 20% opacity */
    transition: all 0.3s ease-in-out; /* Penting untuk transisi yang halus */
}

.navbar-custom .nav-link,
.navbar-custom .navbar-brand {
    color: white !important;
    transition: color 0.3s ease-in-out;
    font-size: 14px;
}
.navbar-custom .nav-link.active {
    /* font-weight: bold; Bisa ditambah tebal */
    border-bottom: 2px solid var(--color-muted-text); /* Garis bawah */
    padding-bottom: 8px; /* Sesuaikan jarak garis bawah */
    font-size: 14px;
}
.btn-konsultasi {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    color: white;
    font-weight: bold;
}

.btn-konsultasi:hover {
    background-color: white;
    border-color: #7d3ab8;
    color: var(--color-primary);
}

/* Saat Scroll */
.navbar-custom.scrolled {
    background-color: var(--color-primary) !important;
    box-shadow: 0 4px 6px rgba(70, 67, 67, 0.575); /* Sumbu Y: 4px, Blur: 6px, Warna: Hitam 20% opacity */
    transition: all 0.3s ease-in-out; /* Penting untuk transisi yang halus */
}

.navbar-custom.scrolled .nav-link,
.navbar-custom.scrolled .navbar-brand {
    color: white !important;
}

/* Logo Navbar */
.logo-img {
    height: 40px;
    width: auto;
    transition: transform 0.3s ease;
}

.logo-img:hover {
    transform: scale(1.05);
}

.brand-text {
    color: white;
    font-weight: 700;
    font-size: 1.25rem;
}

.navbar-custom.scrolled .brand-text {
    color: white !important;
}
.hero {
    position: relative;
    background-color: var(--color-dark-bg);
    color: white;
    display: flex;
    align-items: center;
    padding-top: 80px;
    overflow: hidden;
}
.hero-page {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    padding-top: 80px;
    color: white;
    background-color: var(--color-primary); /* solid color */
}
/* Navbar */
.hero-section {
    position: relative;
    background-image: url("../images/bg.webp");
    background-size: cover;
    background-position: center;
    background-color: var(--color-primary);
    min-height: 105vh;
    display: flex;
    align-items: center;
    padding-top: 80px;
    color: white;
    overflow: hidden;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(10, 25, 47, 0.6);
    z-index: 0;
}

/* Supaya konten tetap terlihat di atas overlay */
.hero-section > * {
    position: relative;
    z-index: 1;
}

.hero-section h1 {
    font-size: 3.5rem;
    font-weight: bold;
}

.hero-section p {
    font-size: 1.2rem;
    max-width: 600px;
    margin-bottom: 2rem;
}

.btn-hero-primary {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    color: white;
    padding: 10px 25px;
    font-size: 1.1rem;
    margin-right: 10px;
}

.btn-hero-secondary {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    padding: 10px 25px;
    font-size: 1.1rem;
}

/* Hero */
.after-hero {
    padding: 80px 0;
    background-color: #03032eee;
    text-align: center;
}

.after-hero small {
    color: var(--color-secondary);
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.after-hero h2 {
    color: var(--color-dark-bg);
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 2.5rem;
}

.after-hero p.lead {
    color: #4a5a6b;
    max-width: 800px;
    margin: 0 auto 50px auto;
}
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

/* Layanan */
.service-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    padding: 30px;
    text-align: left;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.service-card .icon-wrapper {
    background-color: #c4d8f3;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.service-card .icon-wrapper i {
    color: var(--color-secondary);
    font-size: 2rem;
}

.service-card h4 {
    color: var(--color-dark-bg);
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 1.4rem;
}

.service-card p {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.6;
    flex-grow: 1;
}

.service-card .detail-link {
    color: var(--color-secondary);
    font-weight: bold;
    text-decoration: none;
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
}

.service-card .detail-link:hover {
    text-decoration: underline;
}

.service-card .detail-link i {
    margin-left: 8px;
    font-size: 0.9rem;
    transition: margin-left 0.2s ease;
}

.service-card .detail-link:hover i {
    margin-left: 12px;
}
/* Button Selengkapnya */
.btn-next {
    display: inline-block;
    padding: 5px 16px;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    text-decoration: none;
    /* font-size: 14px; */
    transition: 0.3s;
    border-radius: 5px; /* opsional */
}

.btn-next:hover {
    background: var(--color-primary);
    color: #fff;
}

/* Keunggulan */
.dark-support-section {
    background-color: #03032eee;
    padding: 100px 0;
    color: white;
    text-align: center;
}

.dark-support-section small {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 5px;
}

.dark-support-section h2 {
    color: white;
    font-weight: bold;
    font-size: 2.5rem;
    margin-bottom: 60px;
}

.support-item h5 {
    color: white;
    font-weight: bold;
    font-size: 1.1rem;
    margin-top: 15px;
}

.support-item p {
    color: white;
    font-size: 0.9rem;
    line-height:2;
    max-width: 250px;
    margin: 0 auto;
}

.support-item .icon-box {
    color: white;
    font-size: 2.5rem;
}

.support-item:hover .icon-box {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

/* Footer */
.bg-dark {
    background-color: #03032eee !important;
}

.text-muted {
    color: var(--color-muted-text) !important;
}
.text-brand {
    color: var(--color-primary) !important;
}

.footer h6,
.col-md-3 h6 {
    /* Target H6 di footer */
    color: #fff !important;
}

.footer-logo {
    color: var(--color-secondary);
}

.footer-link-dark {
    color: var(--color-muted-text) !important;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-link-dark:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.social-icons a {
    color: var(--color-muted-text);
}

.social-icons a:hover {
    color: var(--color-secondary) !important;
    transition: color 0.2s ease;
}

/* Tentang Kami */
.bg-section{
    position: relative;
    background-image: url("../images/background-black-luxury-minimalist-gradient-style-design_698780-811.avif");
    background-size: cover;
    background-position: center;
}
.about-section {
    background-color: #03032eee;
    padding-top: 80px;
    padding-bottom: 80px;
    color: white;
}

.about-section h2 {
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 40px;
}

.about-section p {
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
}

.about-section .about-image {
    border-radius: 16px;
    /* box-shadow: 0 8px 20px rgba(0, 163, 255, 0.15); */
    transition: all 0.4s ease;
}

.about-section .about-image:hover {
    transform: scale(1.03);
    /* box-shadow: 0 12px 30px rgba(0, 163, 255, 0.25); */
}

.about-section .btn-about {
    background-color: var(--color-primary);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 10px 25px;
    margin-top: 20px;
}

/* Testimoni */
.testimonial-section {
    background-color: #03032eee;
    padding-top: 80px;
    padding-bottom: 80px;
}

.testimonial-section h2 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 50px;
}

.testimonial-card {
    border-radius: 16px;
    background-color: #03032eee;
    box-shadow: 0 0 2px white;
    padding: 30px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 10px white;
}

.quote-icon {
    color: #00a3ff;
    font-size: 2rem;
    margin-bottom: 20px;
}

.testimonial-card p {
    color: #fff;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.client-info h6 {
    font-weight: bold;
    color: orange;
}

.client-info p {
    font-size: 0.875rem;
    color: orange;
}

.client-logo i {
    font-size: 2rem;
    color: #adb5bd;
    opacity: 0.6;
}
.logos-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slide-track {
    display: flex;
    animation: scroll 25s linear infinite;
    width: calc(250px * 10);
}

.slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    flex-shrink: 0;
    padding: 10px;
}

.client-logo {
    width: 100px;
    height: auto;
    transition: transform 0.3s ease;
    filter: grayscale(100%);
}

.client-logo:hover {
    transform: scale(1.1);
    filter: grayscale(0%);
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 5));
    }
}

@media (max-width: 768px) {
    .slide {
        width: 180px;
    }

    .client-logo {
        width: 80px;
    }
}

/* Tombol WhatsApp Mengambang */
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: transform 0.3s ease, box-shadow 0.3s ease,
        background-color 0.3s ease;
}

.whatsapp-float i {
    margin-top: 14px;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    background-color: #1ebe57;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

#alur-pemesanan {
    background-color: #03032eee;
    padding: 50px 0;
    text-align: center;
    font-family: Arial, sans-serif;
}

#alur-pemesanan h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 40px;
    /* margin-bottom: 50px;
    font-size: 32px;
    color: #333; */
}

.process-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.process-item {
    flex: 1 1 220px;
    /* background: #000; */
    padding: 25px 20px;
    border-radius: 12px;
    /* box-shadow: 0 4px 15px rgba(253, 253, 252, 0.1); */
    box-shadow: 0 0 5px white;
    transition: transform 5s, box-shadow 5s;
}

.process-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.process-item .icon {
    font-size: 50px;
    margin-bottom: 20px;
}

.process-item h5 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #fff;
}

.process-item p {
    font-size: 15px;
    color: #fff;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .process-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .process-item {
        max-width: 300px;
    }
}

.dropdown-menu-custom {
    background: var(--color-primary);

    border: none;
    border-radius: 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    padding: 0;

    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.35s ease, transform 0.35s ease;

    min-width: 250px;
}

.dropdown-menu-custom.show {
    opacity: 1;
    transform: translateY(0);
}

.dropdown-menu-custom .dropdown-item {
    color: #fff;
    font-weight: 500;
    padding: 12px 20px;
    transition: all 0.2s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dropdown-menu-custom .dropdown-item:last-child {
    border-bottom: none;
}
.dropdown-menu-custom li:hover {
    background-color: rgba(79, 158, 248, 0.3);
    opacity: 1;
}

.dropdown-menu-custom li.active {
    background-color: rgba(79, 158, 248, 0.3);
}
.dropdown-menu-custom .dropdown-item:hover,
.dropdown-menu-custom .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
    padding-left: 24px;
}

@media (max-width: 991.98px) {
    .navbar .dropdown-menu {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transform: none !important;
        position: static !important;
        background-color: transparent !important;
        border: none !important;
        box-shadow: none !important;
        padding-left: 1rem;
        padding-right: 1rem;
        transition: all 0.3s ease;
    }

    .navbar .dropdown-menu.show {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        animation: slideDown 0.3s ease forwards;
    }

    .navbar .dropdown-menu .nav-link {
        color: #fff !important;
        padding: 10px 0;
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .navbar .dropdown-menu .nav-link:last-child {
        border-bottom: none;
    }
    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-5px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

.map-container {
    overflow: hidden;
    border-radius:
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.map-container iframe {
    display: block;
    width: 100%;
    min-height: 350px;
}

.contact-info {
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.contact-info i {
    color: #ffc107 !important;
}

.contact-form {
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.contact-form .form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
@media (max-width: 991.98px) {
    #navbarNav {
        justify-content: flex-start !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        background-color: var(--color-primary);
        width: 100%;
    }

    /* Semua link navbar full width */
    #navbarNav .nav-item {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        margin: 0;
    }

    #navbarNav .nav-link {
        display: block;
        width: 100%;
        padding: 12px 5px;
        color: #fff !important;
        font-weight: 500;
    }

    #navbarNav .nav-link.active {
        color: var(--color-muted-text) !important;
        font-weight: 600;
    }

    .dropdown-menu-custom {
        position: relative;
        width: 100%;
        background-color: var(--color-primary);
        padding-left: 0;
    }

    .dropdown-menu-custom .nav-link {
        display: block;
        width: 100%;
        padding: 12px 20px;
        color: #fff !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .dropdown-menu-custom .nav-link:last-child {
        border-bottom: none;
    }

    #navbarNav .btn-konsultasi {
        width: 100%;
        margin: 10px 0 0 0;
        color: #fff;
        background-color: #03032eee;
        border-color: #03032eee;
    }
}


.nav-item.dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    margin-top: 0;
}

.nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-item.dropdown .dropdown-toggle::after {
    transition: transform 0.3s ease;
}

.nav-item.dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
}


.feature-card {
    /* background: linear-gradient(180deg, #0b0f1a, #05070d); */
    border-radius: 14px;
    padding: 20px 24px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
}

.feature-icon {
    width: 48px;
    height: 48px;
    background: #c21b0c;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 10px;
}

.feature-icon i {
    color: #fff;
    font-size: 20px;
}

.feature-title {
    color: #ff9800;
    font-weight: 700;
    margin-bottom: 6px;
    text-align: left;
}

.feature-text p {
    color: #fff;
    margin: 0;
    line-height: 1.6;
    text-align: left;
}



.feature-icon-2 {
    width: 108px;
    height: 108px;
    background: #c21b0c;
    border-radius: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin:auto;
}
.feature-icon-2 i {
    color: #fff;
    font-size: 60px;
}




.faq-dark {
    background: radial-gradient(circle at top, #03032eee, #03032eee);
}

.faq-title {
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 1px;
}

.faq-item {
    margin-bottom: 18px;
}

.faq-question {
    background: #c61c00;
    color: #fff;
    padding: 16px 22px;
    border-radius: 10px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s ease;
}

.faq-question:hover {
    background: #e02400;
}

.faq-question i {
    font-size: 18px;
    transition: transform 0.4s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0 6px;
    transition: max-height 0.5s ease, opacity 0.4s ease;
}

.faq-answer p {
    color: #cfd3ff;
    margin: 16px 0 0;
    line-height: 1.7;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    opacity: 1;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

/* Agar tampil di semua layar */
.element {
    font-size: 18px;

}

/* Atau tampil berbeda di mobile */
@media (max-width: 767px) {
    .element {
        font-size: 12px;
        text-align: center;
    }
}


