:root {
    --color-primary: #007bff; /* Biru terang untuk aksen */
    --color-secondary: #0a192f; /* Warna navy gelap/hitam untuk latar belakang footer/hero */
    --color-text-dark: #333;
    --color-text-light: #f4f4f4;
}
body {
    padding-top: 80px;
}
.navbar-brand-custom {
    padding-left: 15px;
    padding-right: 15px;
}

.nav-link-custom {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.navbar {
    z-index: 1030;
    transition: all 0.3s ease;
}

.navbar.scrolled {
    background-color: #ffffff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}


/* Hilangkan panah default */
/* .language-dropdown .dropdown-toggle::after {
    display: none !important;
} */

/* Flag utama */
.flag-img {
    width: 22px;
    height: auto;
    transition: transform 0.25s ease;
    /* border-radius: 4px; */
    /* box-shadow: 0 2px 6px rgba(0,0,0,0.15); */
}

/* Hover halus desktop */
@media (min-width: 992px) {
    .language-dropdown .dropdown-toggle:hover .flag-img {
        transform: scale(1.15);
    }
}

/* Dropdown style */
.language-menu {
    border-radius: 12px;
    padding: 6px 0;
    animation: fadeSlide 0.25s ease forwards;
}

@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Flag di dropdown */
.flag-img-dropdown {
    width: 24px;
    height: auto;
    transition: transform 0.2s ease;
}

.language-menu .dropdown-item:hover .flag-img-dropdown {
    transform: scale(1.1);
}



.footer-custom {
    background-color: #0d111d;

    font-family: "Poppins", sans-serif;
}

.footer-custom p,
.footer-custom .list-unstyled a {
    color: #ffffff;
    font-size: 0.9rem;
    opacity: 0.85;
    line-height: 1.8;
}

.footer-heading {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1.5rem;
    letter-spacing: 2px;
    color: #ffffff;
}

.footer-logo {
    max-width: 150px;
    height: auto;
}

.social-icon-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: #000000;
    border: none;
    font-size: 1.1rem;
    padding: 0;
}

.footer-copyright {
    font-size: 0.85rem;
    opacity: 0.9;
    padding-top: 10px;
}

.hero-section {
    background-image: url("/frontend/img/anti-drone/Antidrone image.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.hero-section .container {
    z-index: 2;
    position: relative;
}
.hero-text {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.hero-button {
    background-color: #0056ff;
    border-color: #0056ff;
    padding: 0.8rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 20px;
    transition: background-color 0.3s ease;
}

.hero-button:hover {
    background-color: #0044cc;
    border-color: #0044cc;
}

.stats-section {
    background: linear-gradient(180deg, #f3f7ff, #ffffff);
    font-family: "Montserrat", sans-serif;
}


.stat-number {
    color: #0056ff;
    font-size: 2.8rem;
    font-weight: 900;
    letter-spacing: 1px;
}


.stat-description {
    color: #4a5d80;
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.vision-mission-section {
    background-color: #0056ff;
    font-family: "Montserrat", sans-serif;
}

.vm-card {
    padding: 2.5rem !important;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #ffffff;
    height: 100%;
}

.vm-icon {
    width: 55px;
    height: 55px;
    border-radius: 14px;
    background: linear-gradient(135deg, #00d4ff, #0056ff);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    box-shadow: 0 8px 20px rgba(0, 212, 255, 0.4);
}


.vm-title {
    font-weight: 800;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
}

.vm-description {
    font-size: 1rem;
    line-height: 1.7;
    opacity: 0.95;
}


.vm-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vm-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 0.9rem;
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.95;
}

.vm-list li::before {
    content: "▸";
    color: #00d4ff;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.4;
}

.vm-list strong {
    color: #ffffff;
}


.solutions-section {
    background: linear-gradient(180deg, #ffffff, #f3f7ff);
    font-family: "Montserrat", sans-serif;
}


.solutions-heading {
    font-size: 1.8rem;
    font-weight: 700;
    color: #111;
    letter-spacing: 2px;
}

.solutions-tagline {
    font-size: 1.1rem;
    font-weight: 500;
    color: #555;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.solution-card.modern {
    position: relative;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    height: 100%;
    border: 1px solid rgba(0, 86, 255, 0.12);
    transition: all 0.35s ease;
}

.solution-card.modern:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 60px rgba(0, 86, 255, 0.22);
}

.solution-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0056ff, #00d4ff);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
    box-shadow: 0 12px 28px rgba(0, 212, 255, 0.45);
}


.solution-title {
    font-weight: 800;
    font-size: 1.3rem;
    color: #0a1a3a;
    margin-bottom: 0.6rem;
}

.solution-description {
    font-size: 0.95rem;
    color: #4a5d80;
    line-height: 1.7;
    margin-bottom: 2.5rem;
}

.solution-link {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: #0056ff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
}

.solution-link i {
    transition: transform 0.3s ease;
}

.solution-card:hover .solution-link i {
    transform: translateX(5px);
}

.cta-banner-section {
    background-color: #0b0f19;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
}

.cta-heading {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
}

.cta-tagline {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #cccccc;
    max-width: 450px;
}

.cta-button {
    background-color: #dbe4ff;
    color: #111111;
    font-weight: 600;
    padding: 0.8rem 2.5rem;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #c9d5f5;
    color: #111111;
}

.cta-illustration {
    max-width: 100%;
    height: auto;
}

.news-section {
    background-color: #f8f8f8;
    font-family: "Montserrat", sans-serif;
}

.news-heading {
    font-size: 1.8rem;
    font-weight: 700;
    color: #111;
}

.news-tagline {
    font-size: 1.1rem;
    font-weight: 500;
    color: #555;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.news-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    height: 100%;
    overflow: hidden;
    text-align: left;
    transition: box-shadow 0.3s ease;
}

.news-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.news-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.news-meta {
    font-size: 0.8rem;
    color: #555;
    font-weight: 500;
}

.news-date {
    color: #888;
}

.news-category {
    background-color: #e6f0ff;
    color: #0056ff;
    padding: 3px 8px;
    border-radius: 4px;
    font-weight: 600;
}

.news-title {
    font-weight: 700;
    font-size: 1.15rem;
    color: #000000;
    line-height: 1.4;
}
.news-description {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.news-read-more {
    color: #0056ff;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.9rem;
}

.see-all-news-button {
    background-color: #0056ff;
    border-color: #0056ff;
    color: #ffffff;
    font-weight: 600;
    padding: 0.8rem 2.5rem;
    border-radius: 5px;
}

.values-section {
    background: linear-gradient(180deg, #f9fbff, #eef3ff);
    font-family: "Montserrat", sans-serif;
    position: relative;
}

.values-heading {
    font-size: 2rem;
    font-weight: 800;
    color: #0a1a3a;
    letter-spacing: 0.5px;
}

.values-tagline {
    font-size: 1.05rem;
    color: #4a5d80;
    max-width: 850px;
    margin: 0 auto;
    line-height: 1.7;
}

.value-card.modern {
    position: relative;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 2.8rem 2rem 2.2rem;
    height: 100%;
    transition: all 0.35s ease;
    border: 1px solid rgba(0, 86, 255, 0.12);
}

.value-card.modern:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 60px rgba(0, 86, 255, 0.25);
}


.value-badge {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    border-radius: 16px;
    background: linear-gradient(135deg, #0056ff, #00d4ff);
    color: #fff;
    font-size: 1.6rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 86, 255, 0.45);
}

.value-badge::after {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 18px;
    background: radial-gradient(circle, rgba(0,212,255,.45), transparent 70%);
    z-index: -1;
}




.value-title {
    margin-top: 1.5rem;
    font-size: 1.45rem;
    font-weight: 800;
    /* color: #0a1a3a; */
    color: #0056ff;
}

.value-subtitle {
    font-size: 0.9rem;
    font-weight: 600;
    color: #0056ff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.8rem;
}

.value-description {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #4a5d80;
}

.partners-section {
    background-color: #000000;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}

.partners-heading {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 2px;
}

.partner-logo {
    max-width: 180px;
    height: auto;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    padding: 10px;
}

.partner-logo:hover {
    opacity: 1;
}

.who-we-are-section {
    background-color: #ffffff;
    font-family: "Montserrat", sans-serif;
}

.section-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0056ff;
    letter-spacing: 2px;
}

.section-subtitle {
    font-size: 2rem;
    font-weight: 700;
    color: #111;
    line-height: 1.4;
}

.section-text {
    font-size: 1rem;
    color: #555;
    line-height: 1.8;
}

.who-we-are-button {
    background-color: #0056ff;
    border-color: #0056ff;
    color: #ffffff;
    font-weight: 600;
    padding: 0.8rem 2rem;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.who-we-are-image {
    border-radius: 10px;
    max-height: 450px;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.solution-hero-section {
    height: 70vh;
    min-height: 400px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #000000;
    position: relative;
}

.solution-title-box {
    background-color: #0d47a1;
    padding: 20px 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to right, rgba(0, 86, 255, 0.4), #0d47a1);
    max-width: 500px;
    border-top-left-radius: 10px;
}

.solution-hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.solution-hero-tagline {
    font-size: 0.95rem;
    line-height: 1.5;
    opacity: 0.9;
}

.solution-cards-section {
    background-color: #f8f8f8;
    font-family: "Montserrat", sans-serif;
}

.cards-heading {
    font-size: 1.8rem;
    font-weight: 700;
    color: #111;
    letter-spacing: 2px;
}

.cards-tagline {
    font-size: 1.1rem;
    color: #555;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.solution-detail-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    height: 100%;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.solution-detail-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.solution-image-container {
    height: 180px;
    overflow: hidden;
    position: relative;
    background-color: #000;
}

.solution-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
}

.solution-card-title {
    font-weight: 700;
    font-size: 1.3rem;
    color: #111;
}

.solution-card-description {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
}

.solution-card-button {
    background-color: #0056ff;
    border-color: #0056ff;
    color: #ffffff;
    font-weight: 600;
    padding: 0.5rem 2rem;
    font-size: 0.9rem;
    border-radius: 5px;
}

.solution-detail-content {
    background-color: #ffffff;
    font-family: "Montserrat", sans-serif;
}

.detail-product-image {
    max-width: 90%;
    height: auto;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.product-name {
    font-size: 2.5rem;
    font-weight: 700;
    color: #111;
}

.key-features-heading {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 1rem;
}

.key-features-list {
    list-style: none;
    padding-left: 0;
}

.key-features-list li {
    font-size: 1.1rem;
    color: #555;
    line-height: 2.2;
    font-weight: 500;
}

.key-features-list li .fa-check-circle {
    color: #0056ff;
    font-size: 1.2rem;
}

.download-button {
    background-color: #0056ff;
    border-color: #0056ff;
    color: #ffffff;
    font-weight: 600;
    padding: 0.8rem 2.5rem;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.solution-title-box {
    z-index: 2;
}

/* --- Finalisasi Gaya Hero Section Daftar Solusi (2x2 Grid) --- */

.solutions-grid-hero {
    height: 70vh;
    min-height: 450px;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

/* Kontainer Puzzle (Grid) */
.solution-background-puzzle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* DEFINISI GRID 2 KOLOM X 2 BARIS */
    display: grid;
    grid-template-columns: 1fr 1fr; /* Dua kolom yang sama lebar */
    grid-template-rows: 1fr 1fr; /* Dua baris yang sama tinggi */
}

/* Potongan Puzzle Umum */
.puzzle-piece {
    overflow: hidden;
    position: relative;
}

.puzzle-piece img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
    transition: transform 0.5s ease;
}

/* --- Penataan Khusus Potongan Puzzle (Penempatan Otomatis Grid) --- */
/*
  Ketika menggunakan grid 2x2, penempatan (puzzle-1, puzzle-2, puzzle-3, puzzle-4) 
  akan otomatis mengikuti urutan:
  1 | 2
  --|--
  3 | 4
*/
/*
  Kita tidak perlu lagi mendefinisikan grid-column/grid-row secara eksplisit, 
  karena grid akan menempatkan elemen secara otomatis ke slot yang tersedia. 
  Hanya periksa kembali .solution-title-overlay positioning.
*/

/* --- Gaya Kotak Judul Overlay (Harus di tengah) --- */

.solution-title-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: relative;
    max-width: 600px;
    padding: 30px 40px;
    text-align: center;
    border-radius: 8px;
    z-index: 10;
}
/* =========================================
   CONTACT US PAGE STYLES - 2x2 GRID
   ========================================= */

/* Definisikan warna latar belakang abu-abu yang digunakan di kuadran 2 dan 3 */
.bg-grey {
    background-color: #f0f0f0; /* Abu-abu muda untuk background Form & Map */
}
.bg-white {
    background-color: white;
}

/* KUADRAN 1: Let's Talk Our Project (Putih) */
.contact-heading-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    text-align: center;
    /* Tambahkan sedikit padding horizontal jika diperlukan (jika Anda menghapus px-md-5 dari Blade) */
    padding: 2rem;
}
.form-heading-large {
    font-size: 3rem;
    font-weight: 800;
    color: var(
        --color-secondary
    ); /* Menggunakan warna gelap (Navy) untuk Heading */
}

//* KUADRAN 2: Formulir Kontak (Abu-abu) */
.contact-form-panel {
    min-height: 400px;
    /* Tambahkan padding di sini untuk memberikan ruang abu-abu di sekeliling container form */
    padding: 3rem;
    display: flex; /* Untuk memposisikan container form di tengah vertikal */
    align-items: center;
    justify-content: center;
}

/* Container Putih di dalam Kuadran 2 */
.form-container {
    width: 100%;
    max-width: 450px; /* Batasi lebar formulir agar tidak terlalu lebar di desktop */
    padding: 2rem; /* Padding di dalam kotak putih */
}

/* Style Input Form Umum (di dalam container putih) */
.contact-form .form-control {
    background-color: #f8f8f8; /* Input sangat terang */
    border: 1px solid #e0e0e0;
    border-radius: 10px;
}
.contact-form textarea.form-control {
    background-color: #f8f8f8;
}

/* Tombol Submit di Kuadran 2 */
.submit-button {
    background-color: var(
        --color-secondary
    ); /* Gunakan warna gelap untuk tombol */
    border: none;
    font-weight: 500;
    padding: 0.75rem 2rem;
    border-radius: 10px;
    transition: background-color 0.3s;
}
.submit-button:hover {
    background-color: #0d2a4d;
}

/* KUADRAN 3: Maps (Abu-abu) */
.contact-map-panel {
    /* Pastikan tidak ada padding yang mengganggu iframe */
}
.map-placeholder iframe {
    height: 500px;
    /* Hilangkan border agar terlihat clean edge */
    border: 0 !important;
}

/* KUADRAN 4: Find Our Office! (Putih) */
.contact-office-panel {
    min-height: 500px;
    /* Tambahkan padding di sini jika Anda menghapusnya di Blade */
    padding: 3rem;
}
.office-heading-large {
    font-size: 3rem;
    font-weight: 800;
    color: var(
        --color-secondary
    ); /* Menggunakan warna Biru Aksen untuk Heading (sesuai desain) */
    margin-bottom: 2rem;
}

.contact-office-panel .detail-title-dark {
    font-weight: 700; /* Dibuat lebih tebal */
    color: var(--color-secondary); /* Warna gelap (Navy) */
    margin-bottom: 0.25rem;
}
.contact-office-panel .detail-content-dark {
    color: var(--color-secondary);
    font-size: 1.1rem;
}
