:root {
    --primary: #0ff1ce !important;
    --accent: #ff4d6a !important;
    --bg: #050814 !important;
    --card-bg: #0c1020 !important;
    --text-main: #f7f7ff !important;
    --text-muted_custom: #9aa0c2 !important;
    --border-subtle: rgba(255, 255, 255, 0.06) !important;
    --transition-slow: 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
    background: radial-gradient(circle at top, #121635 0, #050814 40%, #01020a 100%);
    color: var(--text-main);
    overflow-x: hidden;
}

.section-title {
    font-family: "Orbitron", sans-serif;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.section-subtitle {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: var(--text-muted_custom);
}

/* --- NAVIGATION BAR --- */
.navbar {
    backdrop-filter: blur(15px);
    background: rgba(5, 8, 20, 0.8);
    border-bottom: 1px solid var(--border-subtle);
    padding: 15px 0;
}
.nav-link {
    color: var(--text-muted_custom) !important;
    font-size: 0.9rem;
    font-weight: 500;
    transition: 0.3s;
    padding: 10px 15px !important;
}
.nav-link:hover,
.nav-link.active {
    color: var(--primary) !important;
}
.navbar-toggler {
    border: 1px solid var(--primary);
    padding: 5px 8px;
}
.navbar-toggler:focus {
    shadow: none;
}
.navbar-toggler-icon {
    filter: invert(100%) sepia(100%) saturate(1000%) hue-rotate(120deg);
}

/* HERO CARD */
.hero-card-custom {
    background: #040714;
    border-radius: 26px;
    border: 1px solid var(--border-subtle);
    padding: 30px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.55);
}
.pc-monitor-box {
    background: radial-gradient(circle at 0 0, rgba(15, 241, 206, 0.15), transparent 60%);
    border: 1px solid rgba(15, 241, 206, 0.16);
    border-radius: 20px;
    padding: 20px;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.monitor-screen {
    width: 100%;
    height: 140px;
    border-radius: 12px;
    background: url("assets/images/pcw08_Asus-Gaming-PC.jpg") no-repeat center center;
    background-size: cover;
    border: 1px solid rgba(15, 241, 206, 0.3);
}
.monitor-screen img {
    width: 100%;
    border-radius: 12px;
}
.monitor-stand {
    width: 60px;
    height: 10px;
    background: var(--primary);
    margin-top: 15px;
    border-radius: 10px;
}

.hero-list-box {
    background: rgba(11, 15, 35, 0.9);
    border: 1px solid var(--border-subtle);
    border-radius: 16px;
    padding: 15px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.85rem;
    color: var(--text-muted_custom);
}
.hero-list-box i {
    color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 50%;
    padding: 2px;
    font-size: 0.7rem;
}

.diagnosis-bar {
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px dashed rgba(15, 241, 206, 0.4);
    background: rgba(0, 0, 0, 0.5);
    font-size: 0.85rem;
    color: var(--text-muted_custom);
}

/* ABOUT SECTION */
.stat-card {
    background: rgba(12, 16, 32, 0.5);
    border: 1px solid var(--border-subtle);
    border-radius: 12px;
    padding: 15px;
}
.service-pill {
    background: rgba(12, 16, 32, 0.8);
    border: 1px solid var(--border-subtle);
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 0.75rem;
    color: var(--text-main);
    margin: 4px;
    display: inline-block;
}
.feature-card {
    background: rgba(12, 16, 32, 0.4);
    border: 1px solid var(--border-subtle);
    border-radius: 15px;
    padding: 20px;
    height: 100%;
}
.feature-card i {
    color: var(--primary);
    font-size: 1.2rem;
    margin-bottom: 10px;
}

/* GALLERY SECTION */
.gallery-card {
    background: #090d20;
    border-radius: 22px;
    border: 1px solid var(--border-subtle);
    padding: 12px;
    transition: 0.4s;
    overflow: hidden;
}
.gallery-card:hover {
    border-color: var(--primary);
    transform: translateY(-5px);
}

.gallery-img-box {
    border-radius: 16px;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.gallery-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
    background: radial-gradient(circle at 10% 0, #0ff1ce, #1a9fff 45%, #050814 100%);
}
.gallery-card:hover .gallery-img-box img {
    transform: scale(1.15);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 241, 206, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}
.gallery-card:hover .gallery-overlay {
    opacity: 1;
}
.gallery-overlay i {
    font-size: 2rem;
    color: var(--primary);
}

/* PRODUCTS SECTION */
.product-card-custom {
    background: #090d20;
    border: 1px solid var(--border-subtle);
    border-radius: 22px;
    padding: 15px;
    transition: 0.3s;
}
.product-card-custom:hover {
    border-color: var(--primary);
    transform: translateY(-5px);
}
.product-img-box {
    height: 200px;
    border-radius: 18px;
    margin-bottom: 15px;
    background: radial-gradient(circle at 10% 0, #0ff1ce, #1a9fff 45%, #050814 100%);
    position: relative;
    overflow: hidden;
}
.category-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.8);
    padding: 4px 10px;
    border-radius: 50px;
    font-size: 0.6rem;
    text-transform: uppercase;
    color: var(--primary);
    letter-spacing: 1px;
}
.btn-view {
    background: linear-gradient(120deg, var(--primary), var(--accent));
    border: none;
    color: #000;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 50px;
    padding: 8px 18px;
}
.btn-enq {
    background: transparent;
    border: 1px solid var(--border-subtle);
    color: var(--text-main);
    font-size: 0.75rem;
    border-radius: 50px;
    padding: 8px 18px;
}

/* CONTACT SECTION STYLES */
.contact-info-item {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    align-items: flex-start;
}
.contact-icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(15, 241, 206, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    border: 1px solid var(--border-subtle);
}
.contact-form-card {
    background: #0c1020;
    border: 1px solid var(--border-subtle);
    border-radius: 22px;
    padding: 30px;
}
.form-control,
.form-select {
    background: #050814;
    border: 1px solid var(--border-subtle);
    color: white;
    border-radius: 10px;
    padding: 12px;
}
.form-control:focus,
.form-select:focus {
    background: #050814;
    color: white;
    border-color: var(--primary);
    box-shadow: none;
}
.btn-send-enquiry {
    background: linear-gradient(90deg, var(--primary), var(--accent));
    border: none;
    border-radius: 50px;
    padding: 12px;
    color: #000;
    font-weight: 700;
    width: 100%;
    transition: 0.3s;
}
.btn-send-enquiry:hover {
    filter: brightness(1.2);
    transform: scale(1.02);
}

/* FOOTER STYLES */
footer {
    border-top: 1px solid var(--border-subtle);
    background: rgba(2, 4, 11, 0.8);
}
.social-link {
    width: 32px;
    height: 32px;
    border: 1px solid var(--border-subtle);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted_custom);
    transition: 0.3s;
    text-decoration: none;
    margin-left: 8px;
    font-size: 0.8rem;
}
.social-link:hover {
    color: var(--primary);
    border-color: var(--primary);
    transform: translateY(-3px);
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25d366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 30px;
    z-index: 1000;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
/* ====== MOBILE NAVBAR RESPONSIVE FIX (ONLY FIX, NO DESIGN CHANGE) ====== */
@media (max-width: 991px) {
    .navbar-collapse {
        background: #0c1020;
        width: 100%;
        padding: 20px;
        margin-top: 10px;
        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, 0.12);
    }

    .navbar-nav {
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }

    .navbar-nav .nav-item {
        margin: 10px 0;
    }

    .btn-view {
        width: 100%;
        margin-top: 10px;
        padding: 10px 0;
    }

    .navbar-toggler {
        border-color: var(--primary);
        padding: 5px 8px;
    }
}
