:root {
    --primary-dark: #001451;
    --q2-navy-blue: #001451;
    --accent-blue: #00A3FF;
    --text-white: #FFFFFF;
    --text-dark: #001451;
    --text-muted: #6B7280;
    --bg-light: #FFFFFF;
    --bg-alt: #F8FAFC;
    --font-heading: 'Outfit', sans-serif;
    --font-body: 'Inter', sans-serif;
    --card-radius: 32px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    background-color: var(--bg-light);
    color: var(--text-dark);
    line-height: 1.6;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 120px;
}

/* Seragamkan ukuran kontainer header agar tidak terlalu melebar ke tepi */
header .container {
    max-width: 1440px !important;
    padding-left: 80px !important;
    padding-right: 80px !important;
}

@media (max-width: 991px) {
    header .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

/* Hero sections handle their own spacing */

/* Header variants */
.header-light {
    background-color: #ffffff !important;
    padding: 15px 0;
}

.header-dark,
.navbar-dark,
.bg-q2-navy {
    background-color: #001451 !important;
    padding: 15px 0;
}


/* Logo Switching Logic */
.logo-light {
    display: none;
}

body.light-theme .logo-dark {
    display: none;
}

body.light-theme .logo-light {
    display: block;
}

.navbar-brand.logo {
    margin-right: 60px !important;
    /* Added space between logo and menu */
}

.navbar-brand.logo img {
    height: 55px !important;
    width: auto !important;
    object-fit: contain;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: transparent !important;
    /* Wajib transparan */
    transition: background-color 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
    padding: 15px 0;
}

/* 2. KONDISI SETELAH SCROLL (DARK MODE - DEFAULT) -> NAVY */
header.scrolled {
    background-color: #001451 !important;
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    padding: 10px 0;
    /* Sedikit mengecil saat discroll agar elegan */
}

/* Light Theme Overrides */
body.light-theme header .nav-links a,
body.light-theme header .navbar-brand {
    color: #001451 !important;
}

/* 3. KONDISI SETELAH SCROLL (LIGHT THEME) -> PUTIH */
body.light-theme header.scrolled {
    background-color: #ffffff !important;
    /* Mengikuti warna dropdown mobile */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* 4. Teks Navigasi Light Theme saat discroll (Agar teks tetap terbaca) */
body.light-theme header.scrolled .nav-link,
body.light-theme header.scrolled .navbar-brand,
body.light-theme header.scrolled i {
    color: #001451 !important;
}

/* Default (Dark Mode) Hamburger Icon */
.navbar .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

body.light-theme .navbar .navbar-toggler {
    border-color: rgba(0, 11, 41, 0.2) !important;
}

body.light-theme .navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23000B29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 1.5rem !important;
}

@media (max-width: 991px) {
    .nav-links {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start !important;
    }

    #mobileMenu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 9999 !important;
        background-color: #001451;
        padding: 1.5rem !important;
        /* matches p-4 */
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    }

    .nav-links .nav-item {
        width: 100%;
    }

    .nav-links .nav-link {
        padding: 10px 15px !important;
        display: block;
    }
}

@media (max-width: 992px) {

    /* 1. Mengubah latar belakang kotak dropdown menjadi putih solid */
    body.light-theme .navbar .nav-links,
    body.light-theme .navbar .navbar-collapse {
        background-color: #ffffff !important;
        backdrop-filter: none !important;
        /* Hapus efek blur transparan template gelap */
        border-bottom: 1px solid rgba(0, 11, 41, 0.1) !important;
        /* Garis batas tipis di bawah menu */
    }

    /* 2. Memastikan seluruh teks tautan di dalam dropdown berwarna Deep Navy */
    body.light-theme .navbar .nav-links a,
    body.light-theme .navbar .navbar-nav .nav-link {
        color: #001451 !important;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    /* 3. Efek hover teks menu di mobile tema terang */
    body.light-theme .navbar .nav-links a:hover,
    body.light-theme .navbar .navbar-nav .nav-link:hover {
        color: #0085FF !important;
        /* Berubah menjadi biru cerah saat ditekan/di-hover */
    }
}

/* Hero Section Bottom Fade & Blur */
.hero-section::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(to bottom, rgba(0, 11, 41, 0) 0%, rgba(0, 11, 41, 1) 100%);
    backdrop-filter: blur(8px);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 100%);
    z-index: 1;
    pointer-events: none;
}

.nav-links a {
    color: var(--text-white);
    text-decoration: none;
    white-space: nowrap !important;
    font-size: 14px;
    font-weight: 500;
    opacity: 0.8;
    transition: 0.3s;
}

.nav-links a:hover,
.nav-links a.active {
    opacity: 1;
    color: var(--accent-blue);
}

/* Hero Section */
.hero {
    height: 900px;
    background-color: var(--primary-dark);
    background-image: radial-gradient(circle at center, rgba(0, 163, 255, 0.15) 0%, transparent 70%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--text-white);
    position: relative;
}

/* Q2 Global Hero Title (Warna Gradien + Ukuran Seragam) */
.text-gradient-hero {
    /* 1. Aturan Warna Gradien */
    background: linear-gradient(90deg, #ffffff 75%, #7dd3fc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;

    /* 2. Aturan Ukuran Seragam (Sama seperti Home Page) */
    font-size: clamp(1.875rem, 4.5vw, 3.375rem) !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    /* Setara dengan fw-bold */
}

.hero h1 {
    font-family: var(--font-heading);
    font-size: 80px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 60px;
    letter-spacing: -0.02em;
}

.hero-cta-box {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 35px 55px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}

.hero-cta-box p {
    font-size: 18px;
    color: #CBD5E1;
    max-width: 500px;
}

.btn-blue {
    background: var(--accent-blue);
    color: white;
    padding: 16px 45px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-family: var(--font-heading);
    transition: 0.3s;
    border: none;
    cursor: pointer;
    display: inline-block;
}

.btn-blue:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 163, 255, 0.3);
}

.btn-blue-outline {
    border: 1px solid var(--accent-blue);
    color: var(--accent-blue);
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
    display: inline-block;
}

.btn-blue-outline:hover {
    background: var(--accent-blue);
    color: white;
}

/* Products Section */
.products-section {
    padding-bottom: 140px;
    background: white;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: -120px;
    position: relative;
    z-index: 10;
}

.product-card {
    background: white;
    padding: 60px 45px;
    border-radius: var(--card-radius);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
    text-align: center;
    border: 1px solid #F1F5F9;
}

.service-icon {
    font-size: 40px;
    color: var(--accent-blue);
    margin-bottom: 25px;
}

.product-card h3 {
    font-family: var(--font-heading);
    font-size: 24px;
    margin-bottom: 20px;
}

.product-card p {
    color: var(--text-muted);
    font-size: 15px;
    margin-bottom: 35px;
}

/* FCC Benefits Section */
.benefit-card {
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 18px !important;
    gap: 10px !important;
    background: linear-gradient(268.8deg, #0193F8 0%, rgba(10, 22, 64, 0.4) 25%, rgba(10, 22, 64, 0.2) 49.87%, rgba(10, 22, 64, 0.4) 75%, #0193F8 100%) !important;
    border: 1px solid #0193F8 !important;
    border-radius: 16px !important;
    width: 100% !important;
    max-width: 492px !important;
    min-height: 120px !important;
    margin: 0 auto !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3) !important;
}

.benefit-card h3,
.benefit-card h4 {
    color: #FFFFFF !important;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
    text-align: center !important;
}

.benefit-card p {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 0.95rem !important;
    text-align: center !important;
    margin-bottom: 0 !important;
}

.benefit-card-light {
    background: linear-gradient(135deg, #ffffff 40%, #8BD0F5 100%);
    border: none;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-card-light:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* FCC Features Section */
.features-wrapper {
    background: linear-gradient(135deg, #F8FAFC 0%, #D4EBF8 100%);
}

.feature-card {
    background: transparent;
    border: 1px solid #0085FF;
    border-radius: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 133, 255, 0.15);
}

/* CSS Cycles Section Custom Styling */
.css-cycle-card {
    border-radius: 24px !important;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.css-cycle-card .card-header {
    background: linear-gradient(90deg, #0550E6 0%, #0085FF 100%);
}

.css-cycle-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px !important;
}

.css-cycle-list-item {
    border-bottom: 1px solid #E2E8F0;
}

.css-cycle-list-item:last-child {
    border-bottom: none !important;
}

/* Why Section */
.why-section {
    background-color: var(--primary-dark);
    padding: 140px 0;
    color: white;
}

.why-container {
    display: flex;
    align-items: center;
    gap: 100px;
}

.why-image {
    flex: 1;
}

.why-text {
    flex: 1.2;
}

.section-title-white {
    font-family: var(--font-heading);
    font-size: 48px;
    margin-bottom: 40px;
}

.why-list {
    list-style: none;
    margin-bottom: 50px;
}

.why-item {
    display: flex;
    gap: 25px;
    margin-bottom: 35px;
}

.why-item-icon {
    width: 60px;
    height: 60px;
    background: rgba(0, 163, 255, 0.1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--accent-blue);
    flex-shrink: 0;
}

.why-item h4 {
    font-family: var(--font-heading);
    font-size: 20px;
    margin-bottom: 5px;
}

.why-item p {
    color: #94A3B8;
    font-size: 15px;
}

/* Certifications Section */
.cert-section {
    padding: 140px 0;
}

.section-title {
    font-family: var(--font-heading);
    font-size: 42px;
    margin-bottom: 15px;
    text-align: center;
}

.section-desc {
    color: var(--text-muted);
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
}

.logo-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.logo-box {
    border: 1px solid #E2E8F0;
    padding: 30px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.focus-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.focus-box {
    background: #0F172A;
    color: white;
    padding: 45px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    gap: 30px;
    text-align: left;
}

/* Partners Grid */
.partner-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Backgrounds */
.bg-light-blue {
    background-color: #F8FAFC;
}

/* Testimonial Card */
.testimonial-card {
    background: white;
    padding: 80px;
    border-radius: var(--card-radius);
    max-width: 1000px;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-align: center;
    font-size: 1.25rem;
    font-style: italic;
    color: var(--text-dark);
}

/* News Grid */
.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.news-card {
    background: white;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    text-align: left;
}

.news-img {
    height: 200px;
    background: #E2E8F0;
}

.news-content {
    padding: 30px;
}

/* Form Styles */
.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 16px 24px;
    border-radius: 12px;
    border: 1px solid #E2E8F0;
    margin-bottom: 20px;
    font-family: inherit;
    font-size: 15px;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: var(--accent-blue);
}

/* Newsletter Bar */
.newsletter-bar {
    background: linear-gradient(90deg, #020817, #00A3FF);
    padding: 60px 80px;
    border-radius: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}

/* Footer */
footer {
    background-color: var(--primary-dark);
    padding: 100px 0 60px;
    color: white;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 80px;
}

.footer-col h4 {
    font-family: var(--font-heading);
    font-size: 18px;
    margin-bottom: 30px;
}

.footer-col ul {
    list-style: none;
}

.footer-col li {
    margin-bottom: 15px;
}

.footer-col a {
    color: #94A3B8;
    text-decoration: none;
    font-size: 0.95rem;
    transition: 0.3s;
}

.footer-col a:hover {
    color: var(--accent-blue);
}

.social-links a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    margin-right: 15px;
    transition: 0.3s;
}

.social-links a:hover {
    background: var(--accent-blue);
}

/* About Us Hero Section */
.about-hero {
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    /* Fallback padding */
    position: relative;
    z-index: 2;
}

#networkCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.about-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
}

.about-hero-content h1 {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: clamp(32px, 5vw + 1rem, 64px);
    color: #F8FAFC;
    margin: 0;
    text-shadow: 0 0 20px rgba(0, 163, 255, 0.3);
}

/* About Us Section 2: Overview & Stats */
.about-bg-wrapper,
.contact-bg-wrapper,
.thank-you-bg-wrapper {
    background: radial-gradient(circle at top center, #0B132B 0%, #001451 100%);
    position: relative;
    overflow: hidden;
    padding-top: 120px !important;
}

.about-overview-stats {
    padding: 40px 0 120px;
    position: relative;
    z-index: 2;
}

.about-overview {
    max-width: 1000px;
    margin: 0 auto 64px;
    text-align: center;
}

.about-overview p {
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.8;
    color: #FFFFFF;
    font-weight: 400;
}

.about-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.stat-card {
    background: rgba(0, 11, 41, 0.6);
    backdrop-filter: blur(12px);
    border: 1px solid #0085FF;
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 133, 255, 0.2);
}

.stat-number {
    font-family: var(--font-body);
    font-size: 48px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 10px;
    line-height: 1;
}

.stat-label {
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

/* About Us Section 3: History, Vision, Mission (Zig-Zag) */
.about-zig-zag {
    background-color: #001451;
    padding: 80px 0 120px;
    color: #FFFFFF;
}

.zig-zag-row {
    display: flex;
    align-items: center;
    gap: 80px;
    margin-bottom: 100px;
}

.zig-zag-row:last-child {
    margin-bottom: 0;
}

.zig-zag-image {
    flex: 1;
}

.zig-zag-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 16px;
    display: block;
}

.zig-zag-text {
    flex: 1;
}

.zig-zag-text h2 {
    font-family: var(--font-body);
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
}

.zig-zag-text p {
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.history-p1 {
    font-size: 18px;
    font-weight: 500;
}

.history-p2 {
    font-size: 15px !important;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8) !important;
}

.custom-bullet-list {
    list-style-type: none;
    padding-left: 0;
}

.custom-bullet-list li {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}

.custom-bullet-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    background-color: #0085FF;
    border-radius: 50%;
}

/* About Us Section 4: Our Values */
.about-values {
    background-color: #FFFFFF;
    padding: 100px 0;
}

.values-container {
    max-width: 1100px;
    margin: 0 auto;
}

.about-values h2 {
    font-family: var(--font-body);
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 48px;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.value-card {
    background: linear-gradient(to bottom, #FFFFFF 0%, #D6EDFF 100%);
    border-radius: 24px;
    padding: 40px 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.value-icon {
    font-size: 72px;
    margin-bottom: 24px;
    background: linear-gradient(180deg, #0085FF 0%, #0056D2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.value-card h3 {
    font-family: var(--font-body);
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 12px;
}

.value-card p {
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.5;
    color: #1A1A1A;
    font-weight: 400;
}

/* About Us Section 5: Our Competencies */
.about-competencies {
    background-color: #F4F7FB;
    padding: 100px 0;
}

.about-competencies h2 {
    font-family: var(--font-body);
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 64px;
}

.competencies-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px 40px;
    /* row-gap column-gap */
}

.competency-item {
    display: flex;
    align-items: stretch;
    /* So icon column stretches to text height */
}

.competency-icon-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 28px;
    /* Ensure space for icon */
}

.competency-icon-col i {
    color: #0085FF;
    font-size: 28px;
    background-color: #F4F7FB;
    margin-bottom: 4px;
    z-index: 2;
}

.competency-line {
    width: 2px;
    background-color: #0085FF;
    flex-grow: 1;
    /* Stretches to fill remaining height */
    border-radius: 2px;
}

.competency-text {
    margin-left: 16px;
    padding-bottom: 4px;
}

.competency-text h4 {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 600;
    /* Semi-Bold */
    color: #000000;
    margin-bottom: 8px;
    line-height: 1.4;
}

.competency-text p {
    font-family: var(--font-body);
    font-size: 15px;
    color: #333333;
    /* Dark gray */
    line-height: 1.5;
    font-weight: 400;
}

/* About Us Section 6: Certifications Slider */
.about-certifications {
    background-color: #FFFFFF;
    padding: 100px 0;
}

.about-certifications h2 {
    font-family: var(--font-body);
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 16px;
}

.about-certifications .subtitle {
    font-family: var(--font-body);
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-bottom: 48px;
}

.slider-wrapper {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

/* Track Container */
.slider-track-container {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    width: 100%;
}

.slider-track-container::-webkit-scrollbar {
    display: none;
}

.slider-track {
    display: flex;
    gap: 24px;
    padding: 0 40px;
}

/* Placeholder Cards */
.slider-card {
    flex: 0 0 300px;
    /* Fixed width for cards */
    height: 200px;
    background-color: #F8FAFC;
    border-radius: 16px;
    background-image:
        linear-gradient(45deg, #E2E8F0 25%, transparent 25%),
        linear-gradient(-45deg, #E2E8F0 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #E2E8F0 75%),
        linear-gradient(-45deg, transparent 75%, #E2E8F0 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    scroll-snap-align: center;
}

/* Fades */
.slider-fade {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 150px;
    z-index: 2;
    pointer-events: none;
}

.slider-fade.left {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.slider-fade.right {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

/* Nav Buttons */
.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background-color: #0085FF;
    color: #FFFFFF;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 4px 12px rgba(0, 133, 255, 0.3);
    transition: 0.3s;
}

.slider-nav:hover {
    background-color: #0056D2;
}

.slider-nav.prev {
    left: 10px;
}

.slider-nav.next {
    right: 10px;
}

.slider-mobile-nav {
    display: none;
    justify-content: center;
    gap: 24px;
    margin-top: 32px;
}

.slider-mobile-nav .slider-nav {
    position: relative;
    top: 0;
    transform: none;
    left: 0;
    right: 0;
}

/* About Us Section 7: How We Can Help You (Contact) */
.about-contact {
    background-color: #F4F7FB;
    padding: 80px 0;
    margin-bottom: 0 !important;
}

.contact-container {
    max-width: 1100px;
    margin: 0 auto;
}

.about-contact h2 {
    font-family: var(--font-body);
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 12px;
}

.about-contact .subtitle {
    font-family: var(--font-body);
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-bottom: 48px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: stretch;
}

.contact-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
    display: block;
}

.contact-form-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #D1D9E6;
    border-radius: 8px;
    padding: 12px 16px;
    font-family: var(--font-body);
    font-size: 15px;
    color: #333;
    outline: none;
    transition: border-color 0.3s;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #A0AABF;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #0085FF;
}

.contact-form textarea {
    resize: vertical;
}

.agreement-area {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 8px;
}

.agreement-area input[type="checkbox"] {
    width: auto;
    margin-top: 4px;
}

.agreement-area label {
    font-family: var(--font-body);
    font-size: 12px;
    line-height: 1.5;
    color: #555555;
}

.agreement-area a {
    color: #0085FF;
    text-decoration: none;
}

.agreement-area a:hover {
    text-decoration: underline;
}

/* reCAPTCHA Mockup */
.recaptcha-placeholder {
    display: flex;
    align-items: center;
    background-color: #F9F9F9;
    border: 1px solid #D3D3D3;
    border-radius: 3px;
    padding: 12px 16px;
    max-width: 300px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
    margin: 8px 0;
}

.recaptcha-checkbox {
    width: 24px;
    height: 24px;
    background-color: #FFFFFF;
    border: 2px solid #C1C1C1;
    border-radius: 2px;
    margin-right: 12px;
}

.recaptcha-placeholder span {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #222;
    flex-grow: 1;
}

.recaptcha-logo img {
    height: 32px;
    width: auto;
}

/* Discuss Now Button */
.btn-discuss {
    background-color: #0085FF;
    color: #FFFFFF;
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 700;
    padding: 14px 32px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
    align-self: flex-start;
    margin-top: 8px;
}

.btn-discuss:hover {
    background-color: #0056D2;
}

/* WhatsApp FAB */
.whatsapp-fab {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 999;
    text-decoration: none;
    border: none;
    outline: none;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
}

.whatsapp-fab:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

/* Global Footer */
.global-footer {
    background-color: #001451;
    padding: 80px 0 32px 0;
    margin-top: -30px !important;
    color: #FFFFFF;
}

/* Newsletter Banner */
.newsletter-banner {
    background: linear-gradient(90deg, #FFFFFF, #E2E8F0, #FFFFFF);
    border-radius: 20px;
    padding: 24px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 64px;
}

.newsletter-banner p {
    font-family: var(--font-body);
    font-size: 18px;
    color: #1A1A1A;
    margin: 0;
}

.btn-subscribe {
    background-color: #0085FF;
    color: #FFFFFF;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 700;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.3s;
}

.btn-subscribe:hover {
    background-color: #0056D2;
}

/* Footer Grid */
.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 48px;
}

.footer-col h4 {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #FFFFFF;
}

.footer-col p {
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.6;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.footer-col .contact-info {
    margin-bottom: 24px;
}

.brand-col .tagline {
    font-style: italic;
    color: #A0AABF;
    margin-top: 8px;
}

/* Social Icons */
.social-icons {
    display: flex;
    gap: 12px;
}

.social-icons a {
    width: 36px;
    height: 36px;
    background-color: #FFFFFF;
    color: #001451;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.social-icons a:hover {
    background-color: #0085FF;
    color: #FFFFFF;
}

/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links>li {
    margin-bottom: 12px;
}

.footer-links a {
    font-family: var(--font-body);
    font-size: 15px;
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #0085FF;
}

.footer-sublinks {
    list-style: none;
    padding-left: 16px;
    margin-top: 8px;
    margin-bottom: 4px;
}

.footer-sublinks li {
    margin-bottom: 8px;
}

.footer-sublinks a {
    font-size: 14px;
    color: #ffffff;
}

.footer-sublinks i {
    font-size: 10px;
    margin-right: 6px;
    color: #ffffff;
}

/* Footer Bottom */
.footer-bottom {
    text-align: center;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
    font-family: var(--font-body);
    font-size: 14px;
    color: #CBD5E1;
    margin: 0;
}

/* Responsiveness for About Page */
@media (max-width: 1024px) {
    .about-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .zig-zag-row {
        gap: 40px;
    }

    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .competencies-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .zig-zag-row {
        flex-direction: column;
        margin-bottom: 80px;
    }

    .zig-zag-row.reverse-mobile {
        flex-direction: column-reverse;
        /* Image above text on mobile */
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .contact-visual img {
        height: auto;
        max-height: 400px;
    }
}

@media (max-width: 768px) {
    .slider-card {
        flex: 0 0 260px;
    }

    .newsletter-banner {
        flex-direction: column;
        text-align: center;
        padding: 32px 24px;
        gap: 24px;
    }

    .btn-subscribe {
        width: 100%;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
}

@media (max-width: 600px) {
    .about-overview p {
        font-size: 16px;
    }

    .about-stats-grid {
        grid-template-columns: 1fr;
    }

    .stat-number {
        font-size: 40px;
    }

    .zig-zag-text h2 {
        font-size: 28px;
    }

    .values-grid {
        grid-template-columns: 1fr;
    }

    .about-values h2 {
        font-size: 32px;
    }

    .competencies-grid {
        grid-template-columns: 1fr;
    }

    .about-competencies h2 {
        font-size: 32px;
    }

    .slider-card {
        flex: 0 0 80%;
    }

    .slider-fade {
        display: none;
        /* Hide fade if too narrow */
    }

    .slider-wrapper>.slider-nav {
        display: none;
        /* Hide absolute arrows */
    }

    .slider-mobile-nav {
        display: flex;
        /* Show flex arrows below */
    }
}

/* Contact Page Specific Styles */
.contact-bg-wrapper {
    position: relative;
    background: radial-gradient(circle at top center, #0B132B 0%, #001451 100%);
    overflow: hidden;
    min-height: 100vh;
    padding-top: 140px !important;
    /* Space for fixed header */
    padding-bottom: 80px;
}

.contact-bg-wrapper canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.contact-hero {
    position: relative;
    z-index: 1;
    color: #FFFFFF;
}

.contact-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 64px auto;
}

.contact-header h1 {
    font-family: var(--font-body);
    font-size: 56px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.contact-header p {
    font-family: var(--font-body);
    font-size: 18px;
    color: #E2E8F0;
    line-height: 1.6;
}

.contact-grid-content {
    display: grid;
    grid-template-columns: 35% 65%;
    gap: 64px;
    align-items: start;
}

.contact-info h3 {
    font-family: var(--font-body);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #FFFFFF;
}

.contact-info p {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
    color: #FFFFFF;
}

.contact-info .address {
    margin-bottom: 32px;
}

.contact-info .phone-email {
    margin-bottom: 32px;
}

.contact-social-icons {
    display: flex;
    gap: 12px;
}

.contact-social-icons a {
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #001451;
    font-size: 18px;
    text-decoration: none;
    transition: transform 0.3s, background-color 0.3s;
}

.contact-social-icons a:hover {
    background-color: #0085FF;
    color: #FFFFFF;
    transform: scale(1.1);
}

.contact-map {
    width: 100%;
    height: 400px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
}

.contact-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Responsive updates for Contact Page */
@media (max-width: 900px) {
    .contact-grid-content {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .contact-header h1 {
        font-size: 40px;
    }

    .contact-map {
        height: 300px;
    }
}

/* Thank You Page Specific Styles */
.thank-you-bg-wrapper {
    position: relative;
    background: radial-gradient(circle at top center, #0B132B 0%, #001451 100%);
    overflow: hidden;
    padding-top: 120px !important;
}

.thank-you-bg-wrapper canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.thank-you-content {
    position: relative;
    z-index: 2;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 140px 20px 80px 20px;
    /* accommodate header and some bottom spacing */
}

.thank-you-inner {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.thank-you-inner h1 {
    font-family: var(--font-body);
    font-size: 48px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.thank-you-inner p {
    font-family: var(--font-body);
    font-size: 18px;
    color: #E2E8F0;
    line-height: 1.6;
    max-width: 700px;
    margin-bottom: 40px;
}

.btn-back-home {
    display: inline-block;
    background: #FFFFFF !important;
    color: #0085FF;
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 700;
    padding: 14px 32px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-back-home:hover {
    background: #FFFFFF !important;
    color: #0056b3;
    /* Biru yang sedikit lebih gelap saat dihover */
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
}

/* Responsive updates for Thank You Page */
@media (max-width: 768px) {
    .thank-you-inner h1 {
        font-size: 36px;
    }

    .thank-you-inner p {
        font-size: 16px;
    }
}

/* Privacy Policy Page */
.privacy-bg {
    background: linear-gradient(180deg, #E6F0FA 0%, #FFFFFF 100%);
    padding-top: 150px !important;
    padding-bottom: 60px;
}

.navbar-light-theme .nav-links a {
    color: #001451 !important;
}

.navbar-light-theme .nav-links a:hover,
.navbar-light-theme .nav-links a.active {
    color: var(--accent-blue) !important;
}

/* Dark hamburger icon for light theme */
.navbar-light-theme .navbar-toggler-icon {
    filter: invert(1);
}

.text-navy {
    color: #001451 !important;
}

.privacy-content {
    color: #333333;
    font-size: 16px;
}

.privacy-content h3,
.privacy-content h4 {
    font-family: var(--font-body);
    font-weight: 700;
    color: #001451;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}

.privacy-content p {
    text-align: start;
}

.privacy-content ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.privacy-content ol li {
    margin-bottom: 0.5rem;
}

/* ==========================================
   Home Page Custom Premium Styles & Animations
   ========================================== */

/* Concentric Radar Rings & Floating Particles Background */
.bg-effects {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    pointer-events: none;
}

.radar-rings {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200vw;
    height: 200vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ring {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 50%;
}

.ring:nth-child(1) {
    width: 10%;
    height: 10%;
}

.ring:nth-child(2) {
    width: 20%;
    height: 20%;
}

.ring:nth-child(3) {
    width: 30%;
    height: 30%;
}

.ring:nth-child(4) {
    width: 40%;
    height: 40%;
}

.ring:nth-child(5) {
    width: 50%;
    height: 50%;
}

.ring:nth-child(6) {
    width: 60%;
    height: 60%;
}

.ring:nth-child(7) {
    width: 70%;
    height: 70%;
}

.ring:nth-child(8) {
    width: 80%;
    height: 80%;
}

.ring:nth-child(9) {
    width: 90%;
    height: 90%;
}

.ring:nth-child(10) {
    width: 100%;
    height: 100%;
}

.particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.particle {
    position: absolute;
    background: radial-gradient(circle, rgba(0, 255, 255, 0.8) 0%, rgba(0, 114, 255, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
    animation: float 10s infinite linear;
}

@keyframes float {
    0% {
        transform: translateY(0) scale(1);
        opacity: 0.5;
    }

    50% {
        transform: translateY(-50px) scale(1.2);
        opacity: 0.8;
    }

    100% {
        transform: translateY(0) scale(1);
        opacity: 0.5;
    }
}

/* --- Premium Home Page Hero --- */
body.home-page-body {
    background-color: #00051a !important;
    background: radial-gradient(circle at 50% 100%, #002266 0%, #00051a 60%) !important;
    color: #ffffff !important;
    position: relative;
    overflow-x: hidden;
}

.home-page-body .main-headline {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 4rem;
    background: linear-gradient(180deg, #FFFFFF 0%, #B0D0FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 4px 30px rgba(0, 114, 255, 0.3);
}

.home-page-body .sub-headline-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 800px;
    padding: 1.25rem 1.25rem 1.25rem 2rem;
    background: rgba(0, 114, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.home-page-body .sub-headline-banner:hover {
    background: rgba(0, 114, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.home-page-body .sub-headline-banner .description {
    text-align: left;
    font-size: 1.05rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
    margin-right: 2rem;
    margin-bottom: 0;
}

.home-page-body .sub-headline-banner .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #001a4d;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.875rem 2rem;
    border-radius: 100px;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
}

.home-page-body .sub-headline-banner .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
    background: #f0f5ff;
}

/* --- Premium Product Card --- */
.home-page-body .products-section {
    background-color: #001451;
}

.home-page-body .product-card {
    background-color: #ffffff;
    border-radius: 24px;
    padding: 3rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.home-page-body .product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

.home-page-body .product-card .card-icon {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
}

.home-page-body .product-card .card-title {
    color: #000000;
    font-size: 1.375rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.home-page-body .product-card .card-description {
    color: #4a5568;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    flex-grow: 1;
}

.home-page-body .product-card .btn-card {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #0085FF;
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    padding: 0.875rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.home-page-body .product-card .btn-card:hover {
    background-color: #006bce;
}

/* --- Why Q2 Technologies Section --- */
.home-page-body .why-section {
    background-color: #001451;
}

.home-page-body .why-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-page-body .why-icon svg {
    width: 32px;
    height: 32px;
}

.home-page-body .why-text h3 {
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.home-page-body .why-text p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.875rem;
    line-height: 1.6;
    margin: 0;
}

/* --- Marquee Infinite Scroll (Cert & Partners) --- */
.home-page-body .cert-section {
    background-color: #ffffff;
    color: #000000;
}

.home-page-body .marquee-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.home-page-body .marquee-fade {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15%;
    z-index: 2;
    pointer-events: none;
}

.home-page-body .marquee-fade.fade-left {
    left: 0;
    background: linear-gradient(to right, #ffffff, transparent);
}

.home-page-body .marquee-fade.fade-right {
    right: 0;
    background: linear-gradient(to left, #ffffff, transparent);
}

.home-page-body .marquee {
    display: flex;
    width: 200%;
}

.home-page-body .marquee-content,
.home-page-body .marquee-content-right {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.home-page-body .marquee-left {
    animation: scroll-left 30s linear infinite;
}

.home-page-body .marquee-right {
    animation: scroll-right 30s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes scroll-right {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

.home-page-body .logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
}

.home-page-body .logo-item svg {
    max-height: 80px;
    width: auto;
}

.home-page-body .cert-card {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem;
    border: 1px solid #0085FF;
    border-radius: 16px;
    background-color: #ffffff;
}

.home-page-body .cert-card .card-logo {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-page-body .cert-card .card-details {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.home-page-body .cert-card .vertical-details {
    gap: 1rem;
}

.home-page-body .cert-card .cert-detail-row {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.home-page-body .cert-card .cert-label {
    font-weight: 700;
    font-size: 1rem;
    color: #000000;
}

.home-page-body .cert-card .cert-number {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.9rem;
    color: #4a5568;
}

.home-page-body .partners-section {
    background-color: #ffffff;
}

.home-page-body .partners-marquee-wrapper {
    margin-bottom: 0;
    gap: 1.5rem;
}

.home-page-body .partner-logo {
    padding: 0 3rem;
}

.home-page-body .partner-logo svg {
    max-height: 50px;
}

/* --- Testimonials Section --- */
.home-page-body .testimonials-section {
    background-color: #ffffff;
}

.home-page-body .carousel-container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

.home-page-body .carousel-fade {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 25%;
    z-index: 5;
    pointer-events: none;
}

.home-page-body .carousel-fade.fade-left {
    left: 0;
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 100%);
}

.home-page-body .carousel-fade.fade-right {
    right: 0;
    background: linear-gradient(to left, #ffffff 10%, rgba(255, 255, 255, 0) 100%);
}

.home-page-body .carousel-track-wrapper {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 1rem;
}

.home-page-body .carousel-track-wrapper::-webkit-scrollbar {
    display: none;
}

.home-page-body .carousel-track {
    display: flex;
    gap: 24px;
    padding: 0 calc(50% - 225px);
    align-items: center;
}

.home-page-body .testimonial-card {
    flex: 0 0 450px;
    height: auto;
    scroll-snap-align: center;
    background-color: #F0F7FF;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.home-page-body .testimonial-card .quote {
    color: #1a202c;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 24px;
    text-align: left;
}

.home-page-body .testimonial-card .profile {
    display: flex;
    align-items: center;
    gap: 16px;
}

.home-page-body .testimonial-card .avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #B4C6E4;
    flex-shrink: 0;
}

.home-page-body .testimonial-card .profile-info {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.home-page-body .testimonial-card .company-name {
    font-weight: 700;
    color: #000000;
    font-size: 16px;
}

.home-page-body .testimonial-card .business-focus {
    color: #4a5568;
    font-size: 14px;
}

.home-page-body .carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #0085FF;
    border: none;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 133, 255, 0.4);
    transition: background-color 0.3s ease;
}

.home-page-body .carousel-btn:hover {
    background-color: #006bce;
}

.home-page-body .prev-btn {
    left: calc(50% - 237px);
    transform: translate(-50%, -50%);
}

.home-page-body .next-btn {
    right: calc(50% - 237px);
    transform: translate(50%, -50%);
}

/* --- News & Blog Section --- */
.home-page-body .news-section {
    background-color: #ffffff;
}

.home-page-body .blog-card {
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-color: #F4F9FF;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    height: 100%;
}

.home-page-body .blog-card:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.home-page-body .blog-card .blog-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    background-color: #ffffff;
    background-image:
        linear-gradient(45deg, #f0f0f0 25%, transparent 25%),
        linear-gradient(-45deg, #f0f0f0 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #f0f0f0 75%),
        linear-gradient(-45deg, transparent 75%, #f0f0f0 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}

.home-page-body .blog-card .blog-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.home-page-body .blog-card .blog-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0.5rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-page-body .blog-card .blog-date {
    font-size: 0.875rem;
    color: #4a5568;
    margin-bottom: 2rem;
}

.home-page-body .blog-card .blog-link {
    margin-top: auto;
    font-size: 1rem;
    font-weight: 600;
    color: #0085FF;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: transform 0.3s ease;
}

.home-page-body .blog-card:hover .blog-link {
    transform: translateX(5px);
}

/* --- Contact Section --- */
.home-page-body .contact-section {
    background-color: #F4F7FB;
}

.home-page-body .contact-visual {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.home-page-body .visual-placeholder {
    width: 100%;
    height: 100%;
    min-height: 500px;
    background: linear-gradient(135deg, #001f4d 0%, #001451 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.home-page-body .visual-placeholder::before {
    content: '';
    position: absolute;
    width: 250px;
    height: 250px;
    background: #0085FF;
    filter: blur(120px);
    opacity: 0.5;
}

.home-page-body .visual-placeholder svg {
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 0 20px rgba(0, 174, 239, 0.5));
}

.home-page-body .recaptcha-mockup {
    background-color: #f9f9f9;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    padding: 10px 14px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 300px;
    max-width: 100%;
    margin-top: 0.5rem;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}

.home-page-body .rc-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.home-page-body .rc-left input {
    width: 24px;
    height: 24px;
    margin: 0;
    cursor: pointer;
}

.home-page-body .rc-left span {
    font-size: 14px;
    color: #222;
    font-family: Roboto, sans-serif;
}

.home-page-body .rc-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 10px;
    color: #555;
    line-height: 1.2;
    font-family: Roboto, sans-serif;
}

/* Floating WhatsApp FAB integration */
.home-page-body .wa-fab {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-page-body .wa-fab:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
}

/* Tablet and Mobile Media Query Enhancements for Home Page */
@media (max-width: 992px) {
    .home-page-body .sub-headline-banner {
        flex-direction: column;
        border-radius: 24px;
        padding: 2rem;
        text-align: center;
        gap: 1.5rem;
    }

    .home-page-body .sub-headline-banner .description {
        margin-right: 0;
        text-align: center;
    }

    .home-page-body .sub-headline-banner .btn-primary {
        width: 100%;
    }

    .home-page-body .carousel-track {
        padding: 0 calc(50% - 40%);
    }

    .home-page-body .testimonial-card {
        flex: 0 0 80vw;
    }

    .home-page-body .prev-btn {
        left: 2%;
    }

    .home-page-body .next-btn {
        right: 2%;
    }
}

/* ==========================================
   MOBILE & TABLET RESPONSIVE REFINEMENTS
   ========================================== */

/* Responsive Global Container Padding Overrides */
@media (max-width: 1200px) {
    .container {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}

@media (max-width: 768px) {
    .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    /* Hero layout and overlap fixes for mobile devices */
    .home-page-body .hero {
        padding-top: 130px !important;
        min-height: auto !important;
        height: auto !important;
        padding-bottom: 50px !important;
    }

    .home-page-body .main-headline {
        font-size: clamp(2rem, 6vw, 2.5rem) !important;
        line-height: 1.3 !important;
        margin-bottom: 2rem !important;
    }
}

/* Premium Dynamic Neon Gradients for Blog Cards instead of checkerboard pattern */
.home-page-body .blog-card .blog-image {
    background: linear-gradient(135deg, #0b0f19 0%, #0369a1 100%) !important;
    position: relative;
    overflow: hidden;
}

.home-page-body .blog-card:nth-child(2) .blog-image {
    background: linear-gradient(135deg, #0b0f19 0%, #1e1b4b 100%) !important;
}

.home-page-body .blog-card:nth-child(3) .blog-image {
    background: linear-gradient(135deg, #0b0f19 0%, #064e3b 100%) !important;
}

/* Let's also add futuristic visual grid decoration lines so it matches Q2 Technologies branding perfectly */
.home-page-body .blog-card .blog-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 60%);
    pointer-events: none;
}



/* Wrapper Utama Mega Menu */
.mega-menu-parent {
    position: relative;
}

/* Garis Bawah Putih saat di-Hover (seperti di referensi) */
.mega-menu-parent>.nav-link {
    position: relative;
}

.mega-menu-parent:hover>.nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    /* Ganti #001451 jika di Light Theme */
}

/* Kotak Mega Menu */
.mega-menu-box {
    position: absolute;
    top: 130%;
    /* Beri jarak sedikit dari teks menu */
    left: 0;
    width: 900px;
    /* Lebar statis agar tampilan 3 kolom proporsional */
    background-color: #F8F9FB;
    /* Abu-abu sangat terang */
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);

    /* Animasi Transisi Hover */
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s ease-in-out;
    z-index: 1050;
}

/* Memicu Mega Menu saat kursor mendekat */
.mega-menu-parent:hover .mega-menu-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Styling Link Kolom */
/* Mengembalikan sifat teks agar bisa turun baris di dalam Mega Menu */
.mega-menu-box a.mega-menu-link,
.mega-menu-box .mega-menu-link h5,
.mega-menu-box .mega-menu-link p {
    white-space: normal !important;
    word-wrap: break-word !important;
}

.mega-menu-link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    text-align: left !important;
    padding: 0.5rem 2rem !important;
    /* Padding kiri-kanan dilebarkan agar teks lebih merapat ke tengah kolom */
    height: 100%;
    border-radius: 8px;
    transition: background-color 0.2s ease;
}

/* Memastikan grid row tidak merusak margin */
.mega-menu-box .row {
    margin-left: 0;
    margin-right: 0;
}

.mega-menu-link:hover {
    background-color: rgba(0, 133, 255, 0.05);
    /* Highlight tipis saat kolom di-hover */
}

/* Judul Kolom (H5) */
.mega-menu-link h5 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #001451 !important;
    /* Warna pekat solid */
    margin-bottom: 12px !important;
    line-height: 1.3 !important;
}

/* Teks Deskripsi (P) */
.mega-menu-link p {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #001451 !important;
    /* Tidak pakai opacity agar tebal terbaca */
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
}

/* Garis Vertikal Biru Pemisah (Hanya di Desktop) menggunakan Pseudo-element */
@media (min-width: 992px) {

    /* Set posisi relatif untuk kolom 1 dan 2 sebagai patokan garis */
    .mega-menu-col:nth-child(1),
    .mega-menu-col:nth-child(2) {
        position: relative;
    }

    /* Membuat garis pemisah presisi di sisi kanan kolom 1 & 2 */
    .mega-menu-col:nth-child(1)::after,
    .mega-menu-col:nth-child(2)::after {
        content: '';
        position: absolute;
        right: 0;
        top: 15%;
        /* Garis mulai agak ke bawah */
        height: 70%;
        /* Tinggi garis diatur tidak full 100% */
        width: 1px;
        /* Ketebalan garis tipis */
        background-color: #0085FF;
        /* Warna biru garis */
    }
}

/* Penyesuaian Mobile (Responsive) */
@media (max-width: 992px) {
    .mega-menu-box {
        position: relative;
        width: 100%;
        top: 0;
        box-shadow: none;
        padding: 1rem 0;
        background-color: transparent;
        display: none;
        /* Sembunyikan default di mobile */
    }

    .mega-menu-parent:hover .mega-menu-box {
        display: block;
        /* Muncul ke bawah di mobile */
    }

    /* Warna font putih agar terbaca di background gelap (mobile) menimpa !important sebelumnya */
    .mega-menu-link h5 {
        color: #ffffff !important;
    }

    .mega-menu-link p {
        color: rgba(255, 255, 255, 0.8) !important;
    }

    /* Kembalikan ke warna gelap jika menggunakan light-theme */
    body.light-theme .mega-menu-link h5,
    body.light-theme .mega-menu-link p {
        color: #000B29 !important;
    }
}

/* Efek memudar di kiri dan kanan (Faded Edges) */
.masked-slider {
    -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
    mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
    padding: 20px 0;
    /* Memberi ruang agar shadow card tidak terpotong */
}

/* Mengatur posisi tombol agar berada di atas area yang memudar (tidak menutupi teks) */
.slider-container {
    padding: 0 80px !important;
    position: relative;
    width: 100%;
}

/* Desain Tombol Bulat Biru */
.custom-nav-btn {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%);
    z-index: 10 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 48px !important;
    height: 48px !important;
    background-color: #0085FF !important;
    /* Menggunakan warna biru Q2 */
    border-radius: 50%;
    color: #ffffff !important;
    box-shadow: 0 4px 10px rgba(0, 133, 255, 0.3);
}

.custom-nav-btn::after {
    font-size: 20px !important;
    /* Ukuran icon panah */
    font-weight: bold;
}

/* Menyesuaikan posisi kiri kanan tombol */
.custom-nav-btn.swiper-button-prev {
    left: 10px !important;
}

.custom-nav-btn.swiper-button-next {
    right: 10px !important;
}

/* Memaksa isi slide agar rata tengah */
.cert-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    /* Seragamkan tinggi agar rapi */
}

/* Logo tidak boleh melebihi lebar/tinggi slide-nya */
.cert-slider .swiper-slide img {
    max-height: 80px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

/* --- Hero Blur Transition to Next Section --- */
.hero-section::after,
.about-bg-wrapper::after,
.contact-bg-wrapper::after,
.thank-you-bg-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to bottom, transparent, #001451);
    pointer-events: none;
    z-index: 1;
}

/* --- Fix for Trusted Global Technology Partners Logos on Mobile --- */
@media (max-width: 767px) {
    .partner-logo {
        flex: 0 0 auto !important;
        /* Mencegah logo mengecil (shrink) */
        width: 200px !important;
        /* Ukuran dasar yang layak untuk mobile */
        margin: 0 15px !important;
        /* Jarak antar logo */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .partner-logo img {
        width: 100% !important;
        height: auto !important;
        max-height: 50px !important;
        /* Batas tinggi maksimal */
        object-fit: contain !important;
    }
}

/* Animated Particles Background for Hero Section */
#particles-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
}

.particle {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    animation: floatParticle linear infinite;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

@keyframes floatParticle {
    0% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-50vh) scale(1.2);
    }

    100% {
        transform: translateY(-100vh) scale(1);
    }
}

/* Hover Style for Learn More Button in Hero Section */
.btn-learn-more-hero {
    transition: background-color 0.3s, color 0.3s !important;
    border: 2px solid transparent !important;
}

.btn-learn-more-hero:hover {
    background-color: #0085FF !important;
    color: #ffffff !important;
}

/* Hover Style for Learn More Button (Blue Variant) */
.btn-learn-more-blue {
    background-color: #0085FF !important;
    color: #ffffff !important;
    border: 2px solid #0085FF !important;
    transition: background-color 0.3s, color 0.3s !important;
}

.btn-learn-more-blue:hover {
    background-color: #ffffff !important;
    color: #0085FF !important;
}

/* WhatsApp Popup Styles */
.whatsapp-wrapper {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
}

.wa-popup {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 340px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    display: none; /* hidden by default */
    flex-direction: column;
    overflow: hidden;
    transform-origin: bottom right;
    animation: waPopupShow 0.3s ease forwards;
}

.wa-popup.show {
    display: flex;
}

@keyframes waPopupShow {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.wa-popup-header {
    background-color: #5cb85c;
    color: #ffffff;
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wa-close-btn {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
}

.wa-popup-body {
    padding: 20px;
    background-color: #ffffff;
}

.wa-label {
    display: block;
    font-weight: 600;
    font-size: 0.9rem;
    color: #555555;
    margin-bottom: 6px;
}

.wa-input {
    width: 100%;
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #cccccc;
    font-size: 0.95rem;
    color: #333333;
    outline: none;
    transition: border-color 0.2s;
}

.wa-input:focus {
    border-bottom-color: #5cb85c;
}

.wa-checkbox-container {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 5px;
}

.wa-checkbox-container input[type="checkbox"] {
    margin-top: 4px;
}

.wa-acceptance-text {
    font-size: 0.8rem;
    color: #777777;
    line-height: 1.4;
}

.wa-acceptance-text a {
    color: #0085FF;
    text-decoration: none;
}

.wa-submit-btn {
    width: 100%;
    background-color: #5cb85c;
    color: #ffffff;
    border: none;
    border-radius: 20px;
    padding: 12px;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.2s;
    margin-top: 10px;
}

.wa-submit-btn:hover {
    background-color: #4cae4c;
}

.wa-submit-btn:disabled {
    background-color: #9cd59c;
    cursor: not-allowed;
}