/* ==========================================================================
   Streami Production - Clickable Mobile Navigation Drawer, Uniform Social Icons & FB Button
   ========================================================================== */

:root {
    --bg-body: #f8fafc;
    --bg-card: #ffffff;
    --bg-glass: #ffffff;
    --bg-topbar: #090c14;

    --border-light: #cbd5e1;
    --border-hover: #94a3b8;
    --border-primary: rgba(230, 46, 46, 0.3);

    --primary: #e62e2e;
    --primary-dark: #c81e1e;
    --primary-light: #fee2e2;
    --primary-glow: rgba(230, 46, 46, 0.4);

    --secondary: #e11d48;
    --accent-whatsapp: #25d366;

    --text-heading: #0f172a;
    --text-body: #334155;
    --text-muted: #64748b;
    --text-dim: #94a3b8;

    --font-poppins: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 20px;
    --radius-full: 9999px;

    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 10px 30px -5px rgba(15, 23, 42, 0.08);
    --shadow-lg: 0 20px 40px -10px rgba(230, 46, 46, 0.15);

    --transition-fast: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    --transition-normal: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body.light-theme {
    background-color: var(--bg-body);
    color: var(--text-body);
    font-family: var(--font-poppins);
    line-height: 1.65;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition-normal);
}

img,
video {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-poppins);
    font-weight: 700;
    line-height: 1.25;
    color: var(--text-heading);
}

.text-gradient {
    background: linear-gradient(135deg, #e62e2e 0%, #e11d48 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* COMPACT SHORT ROUNDED RECTANGLE BADGE */
.section-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px;
    padding: 6px 18px !important;
    background: #fee2e2 !important;
    border: 1.5px solid rgba(230, 46, 46, 0.35) !important;
    border-radius: var(--radius-full) !important;
    font-size: 0.8rem !important;
    font-weight: 800 !important;
    color: #e62e2e !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    margin-bottom: 14px !important;
    width: fit-content !important;
    max-width: max-content !important;
    white-space: nowrap !important;
    box-shadow: 0 2px 10px rgba(230, 46, 46, 0.12) !important;
}

.section-header {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 50px auto;
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.section-subtitle {
    color: var(--text-muted);
    font-size: 1.05rem;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: var(--radius-md);
    font-family: var(--font-poppins);
    font-weight: 700;
    font-size: 0.98rem;
    cursor: pointer;
    border: 1px solid transparent;
    transition: var(--transition-normal);
}

.btn svg {
    flex-shrink: 0;
}

.btn-primary {
    background: linear-gradient(135deg, #e62e2e 0%, #c81e1e 100%);
    color: #ffffff;
    box-shadow: 0 4px 18px rgba(230, 46, 46, 0.4);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(230, 46, 46, 0.6);
}

.btn-secondary {
    background: #ffffff;
    color: var(--text-heading);
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-sm);
}

.btn-secondary:hover {
    background: var(--primary-light);
    border-color: var(--primary);
    color: var(--primary);
    transform: translateY(-2px);
}

.btn-primary-service {
    background: linear-gradient(135deg, #fff5f5 0%, #ffffff 100%);
    color: var(--primary);
    border: 1.5px solid rgba(230, 46, 46, 0.3);
    font-weight: 700;
    border-radius: var(--radius-md);
    padding: 12px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-normal);
}

.btn-primary-service:hover {
    background: var(--primary);
    color: #ffffff;
    border-color: var(--primary);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(230, 46, 46, 0.35);
}

.btn-whatsapp {
    background: var(--accent-whatsapp);
    color: #ffffff;
    box-shadow: 0 4px 18px rgba(37, 211, 102, 0.35);
}

.btn-whatsapp:hover {
    background: #20ba5a;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.5);
}

/* SEE MORE ON FACEBOOK BUTTON (EXACT RED PILL WITH SOFT AMBIENT BLUE GLOW MATCHING IMAGE) */
.btn-facebook-see-more {
    background: linear-gradient(180deg, #d32f2f 0%, #b71c1c 100%) !important;
    color: #ffffff !important;
    padding: 16px 42px !important;
    font-size: 1.12rem !important;
    font-weight: 700 !important;
    border-radius: 18px !important;
    box-shadow: 0 14px 38px -6px rgba(59, 130, 246, 0.45), 0 4px 16px rgba(211, 47, 47, 0.35) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    transition: var(--transition-normal) !important;
    text-decoration: none !important;
}

.btn-facebook-see-more:hover {
    background: linear-gradient(180deg, #e53935 0%, #c62828 100%) !important;
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow: 0 18px 45px -5px rgba(59, 130, 246, 0.65), 0 6px 22px rgba(229, 57, 53, 0.45) !important;
    color: #ffffff !important;
}

/* Top Utility Bar */
.top-bar {
    background: var(--bg-topbar);
    color: #f8fafc;
    font-size: 0.84rem;
    padding: 9px 0;
}

.top-bar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-contacts {
    display: flex;
    align-items: center;
    gap: 22px;
}

.top-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #cbd5e1;
    white-space: nowrap !important;
}

.top-item span,
.top-item a {
    white-space: nowrap !important;
}

.top-socials {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* UNIFORM SOCIAL MEDIA BUTTON STYLING (ALL 4 ICONS IDENTICAL SAME COLOR & SHAPE) */
.social-icon {
    color: #cbd5e1 !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(255, 255, 255, 0.12) !important;
    transition: var(--transition-fast) !important;
}

.social-icon:hover {
    background: var(--primary) !important;
    color: #ffffff !important;
}

/* Header & Navigation (Header z-index higher than backdrop) */
.main-header {
    position: sticky;
    top: 0;
    z-index: 10000 !important;
    background: #ffffff !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-bottom: 1px solid var(--border-light);
    box-shadow: var(--shadow-sm);
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 84px;
}

.brand-logo-img {
    height: 62px !important;
    width: auto;
    object-fit: contain;
    transition: transform 0.2s ease;
}

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

.nav-menu {
    display: flex;
    align-items: center;
    gap: 34px;
}

.nav-link {
    font-weight: 700 !important;
    font-size: 1.08rem !important;
    color: var(--text-heading);
    padding: 8px 0;
    position: relative;
    letter-spacing: -0.2px;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: var(--primary);
    border-radius: 2px;
    transition: width 0.25s ease-in-out;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

.nav-dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -10px;
    width: 270px;
    background: #ffffff;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-md);
    padding: 12px;
    box-shadow: var(--shadow-lg);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: var(--transition-normal);
}

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

.dropdown-item {
    display: block;
    padding: 10px 14px;
    border-radius: var(--radius-sm);
    color: var(--text-body);
    font-size: 0.95rem;
    font-weight: 600;
}

.dropdown-item:hover {
    background: var(--primary-light);
    color: var(--primary);
}

.mobile-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
    padding: 6px;
    margin-left: auto;
    z-index: 10002 !important;
}

.mobile-toggle span {
    width: 26px;
    height: 3px;
    background: var(--text-heading);
    border-radius: 2px;
}

.mobile-nav-header {
    display: none;
}

/* MEDIUM FADE RED HERO SECTION */
.hero-section {
    padding: 85px 0 75px 0;
    position: relative;
    background: radial-gradient(circle at 50% 25%, rgba(254, 202, 202, 0.8) 0%, rgba(254, 226, 226, 0.92) 50%, #f8fafc 100%);
    overflow: hidden;
    color: var(--text-heading);
}

.hero-section .hero-title {
    color: var(--text-heading);
    font-size: 3.2rem;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.hero-section .hero-description {
    font-size: 1.1rem;
    color: var(--text-body);
    margin-bottom: 35px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.hero-content {
    display: flex;
    flex-direction: column;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-top: 30px;
    border-top: 1px solid var(--border-light);
}

.hero-section .stat-number {
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary);
}

.hero-section .stat-label {
    font-size: 0.82rem;
    color: var(--text-muted);
}

/* BLACKMAGIC ATEM STYLING */
.atem-console-card {
    background: #111522;
    border: 2px solid #1e2638;
    border-radius: var(--radius-lg);
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.4), 0 0 30px rgba(230, 46, 46, 0.2);
    overflow: hidden;
    color: #f1f5f9;
}

.atem-header-bar {
    background: #090c14;
    padding: 12px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #1e2638;
}

.atem-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bm-bold {
    font-weight: 800;
    font-size: 0.85rem;
    letter-spacing: 1.5px;
    color: #ffffff;
    text-transform: uppercase;
}

.bm-sub {
    font-size: 0.72rem;
    color: #64748b;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.06);
    padding: 2px 8px;
    border-radius: 4px;
}

.atem-live-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #e62e2e;
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: var(--radius-full);
    letter-spacing: 0.5px;
    box-shadow: 0 0 10px rgba(230, 46, 46, 0.6);
}

.live-blink-dot {
    width: 6px;
    height: 6px;
    background: #ffffff;
    border-radius: 50%;
    animation: blinkAnim 1.2s infinite;
}

@keyframes blinkAnim {
    0% {
        opacity: 0.3;
        transform: scale(0.8);
    }

    50% {
        opacity: 1;
        transform: scale(1.3);
    }

    100% {
        opacity: 0.3;
        transform: scale(0.8);
    }
}

.multiview-monitor {
    padding: 14px;
    background: #06080e;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.program-feed-box {
    position: relative;
    width: 100%;
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #1e293b;
    background: #020408;
}

.feed-overlay-tally {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 4px;
}

.red-tally {
    background: #e62e2e;
    color: #ffffff;
    box-shadow: 0 0 10px rgba(230, 46, 46, 0.6);
}

.stream-quality-tag {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.7);
    color: #f43f5e;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 4px;
    border: 1px solid rgba(244, 63, 94, 0.3);
}

.feed-video-bg {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 50% 40%, #2a080c 0%, #030712 90%);
}

.feed-video-bg.active {
    opacity: 1;
}

.simulated-stage-light {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(230, 46, 46, 0.5) 0%, rgba(0, 0, 0, 0) 70%);
    animation: stageBeam 4s ease-in-out infinite alternate;
}

.simulated-stage-light.purple {
    background: radial-gradient(circle, rgba(225, 29, 72, 0.5) 0%, rgba(0, 0, 0, 0) 70%);
}

.simulated-stage-light.cyan {
    background: radial-gradient(circle, rgba(147, 51, 234, 0.5) 0%, rgba(0, 0, 0, 0) 70%);
}

.simulated-stage-light.gold {
    background: radial-gradient(circle, rgba(245, 158, 11, 0.4) 0%, rgba(0, 0, 0, 0) 70%);
}

@keyframes stageBeam {
    0% {
        transform: scale(0.8) translate(-20px, -20px);
    }

    100% {
        transform: scale(1.2) translate(20px, 20px);
    }
}

.cam-scene-title {
    position: relative;
    z-index: 5;
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.multiview-quad-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.quad-box {
    position: relative;
    height: 65px;
    background: #0f172a;
    border-radius: 6px;
    border: 2px solid #1e293b;
    cursor: pointer;
    overflow: hidden;
}

.quad-box.active-pgm {
    border-color: #e62e2e;
    box-shadow: 0 0 10px rgba(230, 46, 46, 0.4);
}

.quad-box.active-pvw {
    border-color: #16a34a;
    box-shadow: 0 0 10px rgba(22, 163, 74, 0.4);
}

.quad-tag {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 2;
    font-size: 0.62rem;
    font-weight: 700;
    background: rgba(0, 0, 0, 0.7);
    color: #94a3b8;
    padding: 1px 5px;
    border-radius: 3px;
}

.quad-tag.pgm-tag {
    background: #e62e2e;
    color: #ffffff;
}

.quad-tag.pvw-tag {
    background: #16a34a;
    color: #ffffff;
}

.mini-scene {
    width: 100%;
    height: 100%;
}

.scene-1 {
    background: linear-gradient(135deg, #2a080c 0%, #090d16 100%);
}

.scene-2 {
    background: linear-gradient(135deg, #380a1c 0%, #090d16 100%);
}

.scene-3 {
    background: linear-gradient(135deg, #22083b 0%, #090d16 100%);
}

.scene-4 {
    background: linear-gradient(135deg, #3b2005 0%, #090d16 100%);
}

.atem-control-deck {
    background: #181f30;
    padding: 16px;
    border-top: 1px solid #28334d;
}

.bus-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.bus-title {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #94a3b8;
}

.bus-buttons {
    display: flex;
    gap: 10px;
}

.atem-btn {
    width: 44px;
    height: 34px;
    background: #0f172a;
    border: 1px solid #334155;
    border-radius: 6px;
    color: #94a3b8;
    font-family: var(--font-poppins);
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
}

.atem-btn.pgm-btn.active {
    background: linear-gradient(180deg, #ef4444 0%, #e62e2e 100%);
    color: #ffffff;
    border-color: #fca5a5;
    box-shadow: 0 0 14px rgba(230, 46, 46, 0.7);
}

.atem-btn.pvw-btn.active {
    background: linear-gradient(180deg, #22c55e 0%, #16a34a 100%);
    color: #ffffff;
    border-color: #86efac;
    box-shadow: 0 0 14px rgba(34, 197, 94, 0.7);
}

.deck-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    border-top: 1px solid #28334d;
}

.trans-buttons {
    display: flex;
    gap: 8px;
}

.atem-action-btn {
    padding: 8px 16px;
    border-radius: 6px;
    font-family: var(--font-poppins);
    font-weight: 700;
    font-size: 0.78rem;
    cursor: pointer;
    border: none;
}

.cut-btn {
    background: #e62e2e;
    color: #ffffff;
    box-shadow: 0 2px 10px rgba(230, 46, 46, 0.4);
}

.auto-btn {
    background: #e11d48;
    color: #ffffff;
    box-shadow: 0 2px 10px rgba(225, 29, 72, 0.4);
}

.vu-meter-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

.vu-label {
    font-size: 0.65rem;
    font-weight: 700;
    color: #64748b;
}

.vu-meters {
    display: flex;
    gap: 4px;
}

.vu-channel {
    width: 50px;
    height: 8px;
    background: #0f172a;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #334155;
}

.vu-level-bar {
    height: 100%;
    width: 60%;
    background: linear-gradient(90deg, #22c55e 0%, #eab308 70%, #ef4444 100%);
    border-radius: 4px;
    transition: width 0.15s ease-in-out;
}

/* ABOUT US SECTION - DESKTOP: AUDIO MIXER ON LEFT SIDE, TEXT ON RIGHT SIDE */
.about-section {
    padding: 90px 0;
}

@media (min-width: 993px) {
    .about-container {
        display: grid;
        grid-template-columns: 1fr 1.05fr;
        gap: 55px;
        align-items: center;
    }

    .about-media {
        grid-column: 1;
        /* STREAMI AUDIO MIXER CARD ON THE LEFT SIDE ON DESKTOP */
    }

    .about-text-content {
        grid-column: 2;
        /* TEXT & FEATURES ON THE RIGHT SIDE ON DESKTOP */
    }
}

.audio-mixer-card {
    background: #0d111d;
    border: 2px solid #1e2638;
    border-radius: var(--radius-lg);
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.35), 0 0 25px rgba(230, 46, 46, 0.15);
    padding: 18px;
    color: #f1f5f9;
}

.mixer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #1e2638;
    margin-bottom: 14px;
}

.mixer-brand {
    font-weight: 800;
    font-size: 0.88rem;
    color: #ffffff;
    letter-spacing: 1px;
    display: block;
}

.mixer-model {
    font-size: 0.68rem;
    color: #e62e2e;
    font-weight: 600;
}

.mixer-status {
    font-size: 0.7rem;
    color: #94a3b8;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.05);
    padding: 4px 10px;
    border-radius: var(--radius-full);
}

.status-dot-green {
    width: 6px;
    height: 6px;
    background: #10b981;
    border-radius: 50%;
    box-shadow: 0 0 8px #10b981;
    animation: blinkAnim 1.5s infinite;
}

.eq-display-box {
    background: #06080e;
    border: 1px solid #1e293b;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 16px;
}

.eq-label {
    font-size: 0.65rem;
    font-weight: 700;
    color: #64748b;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 8px;
}

.eq-bars-container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 50px;
    gap: 4px;
}

.eq-bar {
    flex: 1;
    height: 100%;
    background: #0f172a;
    border-radius: 3px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.eq-fill {
    width: 100%;
    background: linear-gradient(0deg, #22c55e 0%, #eab308 60%, #e62e2e 100%);
    border-radius: 3px;
    transition: height 0.15s ease-out;
}

.fader-deck-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.fader-channel {
    background: #131929;
    border: 1px solid #1e293b;
    border-radius: 10px;
    padding: 12px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fader-channel.master-ch {
    background: #1c1524;
    border-color: rgba(230, 46, 46, 0.4);
}

.knob-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    margin-bottom: 10px;
}

.rotary-knob {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #334155 0%, #0f172a 100%);
    border: 2px solid #475569;
    position: relative;
}

.rotary-knob::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 6px;
    background: #e62e2e;
    border-radius: 1px;
}

.vu-strip {
    width: 6px;
    height: 40px;
    background: #06080e;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-end;
}

.vu-strip-fill {
    width: 100%;
    height: 70%;
    background: linear-gradient(0deg, #22c55e 0%, #eab308 70%, #ef4444 100%);
    transition: height 0.15s ease-in-out;
}

.fader-track {
    position: relative;
    width: 8px;
    height: 90px;
    background: #06080e;
    border: 1px solid #1e293b;
    border-radius: 4px;
    margin-bottom: 12px;
}

.fader-knob {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 28px;
    height: 18px;
    background: linear-gradient(180deg, #475569 0%, #1e293b 100%);
    border: 1px solid #64748b;
    border-radius: 4px;
    cursor: pointer;
    transition: bottom 0.2s ease-out;
}

.fader-knob::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 4px;
    right: 4px;
    height: 2px;
    background: #ffffff;
    transform: translateY(-50%);
}

.master-fader-knob {
    background: linear-gradient(180deg, #ef4444 0%, #b91c1c 100%);
    border-color: #fca5a5;
}

.ch-btns {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    margin-bottom: 8px;
}

.ch-btn {
    font-size: 0.6rem;
    font-weight: 700;
    text-align: center;
    padding: 2px 0;
    border-radius: 3px;
    background: #0f172a;
    color: #64748b;
    border: 1px solid #1e293b;
}

.ch-btn.solo-btn.active {
    background: #eab308;
    color: #000;
}

.ch-btn.pgm-out-btn.active {
    background: #e62e2e;
    color: #fff;
}

.channel-name {
    font-size: 0.65rem;
    font-weight: 700;
    color: #94a3b8;
}

.about-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 30px;
}

.about-feature-box {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-md);
    padding: 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 600;
    font-size: 0.92rem;
    box-shadow: var(--shadow-sm);
}

.feature-icon-svg {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: var(--primary-light);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* HIGHLIGHTED SERVICES SECTION */
.services-section {
    padding: 100px 0;
    background: radial-gradient(circle at 50% 30%, #fff5f5 0%, #ffffff 65%, #f8fafc 100%);
    position: relative;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 32px;
}

.service-card.highlight-card {
    background: #ffffff;
    border: 2px solid rgba(230, 46, 46, 0.15);
    border-radius: var(--radius-lg);
    padding: 36px 30px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    transition: var(--transition-normal);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-card.highlight-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #e62e2e 0%, #e11d48 100%);
    opacity: 0.8;
    transition: var(--transition-normal);
}

.service-card.highlight-card:hover {
    transform: translateY(-10px);
    border-color: var(--primary);
    box-shadow: 0 20px 45px rgba(230, 46, 46, 0.18);
}

.service-card.highlight-card:hover::before {
    height: 6px;
    opacity: 1;
}

.service-icon-box {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: linear-gradient(135deg, #e62e2e 0%, #e11d48 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    box-shadow: 0 8px 20px rgba(230, 46, 46, 0.3);
}

.service-card h3 {
    font-size: 1.4rem;
    margin-bottom: 12px;
}

.service-card p {
    color: var(--text-muted);
    font-size: 0.94rem;
    margin-bottom: 22px;
}

.service-features-list {
    list-style: none;
    margin-bottom: 28px;
}

.service-features-list li {
    font-size: 0.9rem;
    color: var(--text-body);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-weight: 500;
}

.service-features-list li::before {
    content: "✓";
    color: #ffffff;
    background: var(--primary);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    font-weight: 800;
}

/* GALLERY STYLING */
.filter-btn {
    padding: 8px 18px;
    border-radius: var(--radius-full);
    border: 1px solid var(--border-light);
    background: #ffffff;
    color: var(--text-body);
    font-family: var(--font-poppins);
    font-weight: 600;
    font-size: 0.88rem;
    cursor: pointer;
    transition: var(--transition-fast);
}

.filter-btn.active,
.filter-btn:hover {
    background: var(--primary);
    color: #ffffff;
    border-color: var(--primary);
    box-shadow: 0 4px 12px rgba(230, 46, 46, 0.3);
}

.gallery-card {
    background: #ffffff;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-md);
    padding: 12px;
    cursor: pointer;
    box-shadow: var(--shadow-sm);
    transition: var(--transition-normal);
}

.gallery-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
    border-color: var(--primary);
}

.gallery-img-wrapper:hover .play-overlay-icon {
    transform: scale(1.15);
}

/* FORM CONTROLS & CONTACT SECTION */
.form-group {
    margin-bottom: 20px;
    width: 100%;
}

.form-label {
    display: block;
    font-weight: 600;
    font-size: 0.88rem;
    margin-bottom: 8px;
    color: var(--text-heading);
}

.form-control,
.form-select,
textarea.form-control {
    width: 100% !important;
    padding: 12px 16px !important;
    background: #ffffff !important;
    border: 1px solid var(--border-light) !important;
    border-radius: var(--radius-sm) !important;
    color: var(--text-heading) !important;
    font-family: var(--font-poppins) !important;
    font-size: 0.92rem !important;
    transition: var(--transition-fast) !important;
    outline: none !important;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--primary) !important;
    box-shadow: 0 0 0 3px rgba(230, 46, 46, 0.15) !important;
}

.calculator-card {
    background: #ffffff;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    padding: 35px;
    box-shadow: var(--shadow-md);
    width: 100%;
}

/* Lightbox Modal */
.lightbox-modal {
    position: fixed;
    inset: 0;
    z-index: 30000;
    background: rgba(15, 23, 42, 0.92);
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-normal);
    padding: 20px;
}

.lightbox-modal.active {
    opacity: 1;
    visibility: visible;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 2rem;
    line-height: 1;
    color: #ffffff;
    background: rgba(230, 46, 46, 0.9);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 30010;
    box-shadow: 0 4px 15px rgba(0,0,0,0.5);
    transition: transform 0.2s ease, background 0.2s ease;
    user-select: none;
}

.lightbox-close:hover {
    background: #e62e2e;
    transform: scale(1.1);
}

.lightbox-content {
    max-width: 900px;
    width: 100%;
    background: #0f172a;
    border: 1px solid #1e293b;
    border-radius: var(--radius-lg);
    padding: 24px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.6);
    position: relative;
}

/* Floating WhatsApp */
.whatsapp-float-btn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 20000;
    width: 60px;
    height: 60px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
    padding: 0;
}

.whatsapp-float-btn:hover {
    transform: translateY(-4px) scale(1.06);
    box-shadow: 0 12px 30px rgba(37, 211, 102, 0.65);
}

.whatsapp-tooltip {
    position: absolute;
    right: 70px;
    background: var(--text-heading);
    color: #ffffff;
    font-weight: 600;
    font-size: 0.82rem;
    padding: 6px 14px;
    border-radius: var(--radius-sm);
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
}

.whatsapp-float-btn:hover .whatsapp-tooltip {
    opacity: 1;
    transform: translateX(0);
}

/* Footer */
.main-footer {
    background: #0f172a;
    color: #f8fafc;
    padding-top: 70px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 1.2fr 1fr;
    gap: 40px;
    padding-bottom: 60px;
}

.footer-about {
    color: #94a3b8;
    font-size: 0.88rem;
    margin: 18px 0;
}

.footer-title {
    font-size: 1.05rem;
    color: #ffffff;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #cbd5e1;
    font-size: 0.88rem;
}

.footer-links a:hover {
    color: var(--primary-light);
    padding-left: 4px;
}

.footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.88rem;
    color: #cbd5e1;
}

.footer-bottom {
    background: #020617;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 20px 0;
    font-size: 0.82rem;
    color: #64748b;
}

.footer-bottom-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Backdrop overlay (z-index 9999 - BEHIND .main-header & .nav-menu) */
.mobile-backdrop-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999 !important;
    background: rgba(15, 23, 42, 0.5) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: auto !important;
}

.mobile-backdrop-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* COMPREHENSIVE MOBILE MEDIA QUERY (MAX-WIDTH: 992PX) */
@media (max-width: 992px) {
    .container {
        padding: 0 16px;
    }

    /* TOP UTILITY BAR MOBILE FIX */
    .top-bar-container {
        flex-direction: column !important;
        gap: 8px !important;
        text-align: center !important;
        padding: 6px 10px !important;
    }

    .top-contacts {
        flex-direction: column !important;
        gap: 6px !important;
        align-items: center !important;
    }

    .top-item {
        justify-content: center !important;
        font-size: 0.78rem !important;
        white-space: nowrap !important;
    }

    .top-socials {
        justify-content: center !important;
        margin-top: 4px !important;
    }

    .header-actions {
        margin-left: auto;
    }

    .mobile-toggle {
        display: flex !important;
        margin-left: auto !important;
        z-index: 10002 !important;
        pointer-events: auto !important;
    }

    .brand-logo-img {
        height: 46px !important;
    }

    /* Left-Side Navigation Drawer - 100% Clickable & High Contrast */
    .nav-menu {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        width: 300px !important;
        max-width: 85vw !important;
        height: 100vh !important;
        background: #ffffff !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        z-index: 10005 !important;
        pointer-events: auto !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 24px 20px !important;
        gap: 8px !important;
        transform: translateX(-100%) !important;
        transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
        box-shadow: 15px 0 50px rgba(0, 0, 0, 0.35) !important;
        overflow-y: auto !important;
    }

    .nav-menu.active {
        transform: translateX(0) !important;
    }

    .nav-menu .nav-link {
        color: #0f172a !important;
        font-size: 1.12rem !important;
        font-weight: 700 !important;
        padding: 12px 16px !important;
        width: 100% !important;
        display: block !important;
        border-radius: 10px !important;
        transition: all 0.2s ease !important;
        pointer-events: auto !important;
        position: relative !important;
        z-index: 10006 !important;
        cursor: pointer !important;
    }

    .nav-menu .nav-link:hover,
    .nav-menu .nav-link.active {
        background: #fee2e2 !important;
        color: #e62e2e !important;
    }

    /* Expanded Sub-Menu Links for Mobile Drawer */
    .nav-dropdown {
        width: 100% !important;
    }

    .dropdown-menu {
        position: static !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        box-shadow: none !important;
        border: none !important;
        background: #f8fafc !important;
        padding: 6px 12px !important;
        margin-top: 4px !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 4px !important;
        border-left: 3px solid #fee2e2 !important;
        border-radius: 8px !important;
    }

    .dropdown-item {
        padding: 8px 12px !important;
        font-size: 0.95rem !important;
        color: #334155 !important;
        font-weight: 600 !important;
        display: block !important;
        width: 100% !important;
        pointer-events: auto !important;
        position: relative !important;
        z-index: 10006 !important;
        cursor: pointer !important;
    }

    .dropdown-item:hover {
        background: #fee2e2 !important;
        color: #e62e2e !important;
    }

    .mobile-nav-header {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
        padding-bottom: 16px !important;
        border-bottom: 2px solid #f1f5f9 !important;
        margin-bottom: 12px !important;
    }

    .mobile-close-btn {
        background: #f1f5f9 !important;
        border: none !important;
        font-size: 1.5rem !important;
        width: 36px !important;
        height: 36px !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        color: #0f172a !important;
        cursor: pointer !important;
        pointer-events: auto !important;
        z-index: 10006 !important;
    }

    .hero-section {
        padding: 40px 0 30px 0;
    }

    .hero-grid {
        display: flex;
        flex-direction: column;
        gap: 18px;
        text-align: center;
    }

    .hero-content {
        display: contents;
    }

    .section-badge {
        order: 1;
        align-self: center !important;
        margin: 0 auto 8px auto !important;
        width: fit-content !important;
        max-width: max-content !important;
        font-size: 0.72rem;
        padding: 4px 12px;
    }

    .hero-title {
        order: 2;
        font-size: 1.9rem;
        line-height: 1.35;
        margin-bottom: 8px;
        text-align: center;
    }

    .hero-description {
        order: 3;
        font-size: 0.92rem;
        line-height: 1.6;
        margin-bottom: 16px;
        text-align: center;
    }

    .hero-media-wrapper {
        order: 4;
        width: 100%;
        margin-bottom: 14px;
    }

    .hero-buttons {
        order: 5;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin-bottom: 20px;
    }

    .hero-buttons .btn {
        width: 100%;
        max-width: 320px;
        padding: 12px 18px;
        font-size: 0.9rem;
    }

    .hero-stats {
        order: 6;
        width: 100%;
        gap: 10px;
        padding-top: 16px;
        text-align: center;
    }

    .stat-number {
        font-size: 1.45rem;
    }

    .stat-label {
        font-size: 0.74rem;
    }

    .atem-console-card {
        border-radius: 14px;
    }

    .atem-header-bar {
        padding: 8px 12px;
    }

    .bm-bold {
        font-size: 0.75rem;
    }

    .bm-sub {
        font-size: 0.65rem;
    }

    .atem-live-badge {
        font-size: 0.65rem;
        padding: 3px 8px;
    }

    .multiview-monitor {
        padding: 8px;
        gap: 6px;
    }

    .program-feed-box {
        height: 165px;
    }

    .cam-scene-title {
        font-size: 0.88rem;
        padding: 0 10px;
        text-align: center;
    }

    .multiview-quad-grid {
        gap: 4px;
    }

    .quad-box {
        height: 48px;
    }

    .atem-control-deck {
        padding: 10px 8px;
    }

    .bus-row {
        margin-bottom: 6px;
    }

    .bus-title {
        font-size: 0.62rem;
    }

    .bus-buttons {
        gap: 5px;
    }

    .atem-btn {
        width: 34px;
        height: 28px;
        font-size: 0.78rem;
    }

    .atem-action-btn {
        padding: 5px 10px;
        font-size: 0.7rem;
    }

    .vu-channel {
        width: 32px;
        height: 6px;
    }

    /* ABOUT US MOBILE FLOW - EXACT FLEX ORDER */
    .about-section {
        padding: 45px 0;
    }

    .about-container {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        text-align: center !important;
    }

    .about-text-content {
        display: contents !important;
    }

    .about-text-content .section-badge {
        order: 1 !important;
        display: inline-flex !important;
        margin: 0 auto 12px auto !important;
    }

    .about-text-content .section-title {
        order: 2 !important;
        font-size: 1.7rem !important;
        margin-bottom: 12px !important;
        text-align: center !important;
    }

    .about-text-content .p-about-1 {
        order: 3 !important;
        font-size: 0.92rem !important;
        margin-bottom: 12px !important;
        text-align: center !important;
    }

    .about-text-content .p-about-2 {
        order: 4 !important;
        font-size: 0.92rem !important;
        margin-bottom: 18px !important;
        text-align: center !important;
    }

    .about-media {
        order: 5 !important;
        width: 100% !important;
        margin: 10px 0 25px 0 !important;
    }

    .about-features {
        order: 6 !important;
        width: 100% !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
        margin-top: 10px !important;
    }

    .about-feature-box {
        padding: 12px 10px;
        gap: 8px;
        font-size: 0.78rem;
        border-radius: 10px;
        text-align: left;
    }

    .feature-icon-svg {
        width: 28px;
        height: 28px;
        border-radius: 6px;
    }

    .feature-icon-svg svg {
        width: 15px;
        height: 15px;
    }

    .audio-mixer-card {
        padding: 10px;
        border-radius: 14px;
    }

    .mixer-header {
        padding-bottom: 6px;
        margin-bottom: 8px;
    }

    .mixer-brand {
        font-size: 0.75rem;
    }

    .mixer-model {
        font-size: 0.6rem;
    }

    .mixer-status {
        font-size: 0.6rem;
        padding: 2px 6px;
    }

    .eq-display-box {
        padding: 6px;
        margin-bottom: 10px;
    }

    .eq-bars-container {
        height: 35px;
        gap: 2px;
    }

    .fader-deck-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 4px;
    }

    .fader-channel {
        padding: 6px 3px;
        border-radius: 6px;
    }

    .rotary-knob {
        width: 18px;
        height: 18px;
    }

    .rotary-knob::after {
        height: 4px;
        width: 1px;
    }

    .vu-strip {
        height: 26px;
        width: 4px;
        margin-bottom: 4px;
    }

    .fader-track {
        height: 58px;
        width: 5px;
        margin-bottom: 6px;
    }

    .fader-knob {
        width: 18px;
        height: 12px;
    }

    .ch-btn {
        font-size: 0.5rem;
        padding: 1px 0;
    }

    .channel-name {
        font-size: 0.55rem;
    }

    .services-section {
        padding: 50px 0;
    }

    .services-grid {
        gap: 18px;
    }

    .service-card {
        padding: 24px 20px;
        border-radius: 18px;
        text-align: center;
    }

    .service-icon-box {
        margin: 0 auto 16px auto;
    }

    .service-features-list li {
        justify-content: center;
    }

    /* MOBILE 50% EXPLORE OUR WORKS CARDS (2 CARDS PER ROW) */
    .works-section {
        padding: 45px 0 !important;
    }

    .works-section .gallery-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }

    .gallery-card {
        padding: 8px !important;
        border-radius: 12px !important;
    }

    .gallery-img-wrapper {
        height: 130px !important;
        border-radius: 10px !important;
    }

    .gallery-info {
        padding: 8px 2px 2px 2px !important;
    }

    .gallery-info h4 {
        font-size: 0.82rem !important;
        line-height: 1.25 !important;
        margin-bottom: 2px !important;
    }

    .gallery-info span {
        font-size: 0.68rem !important;
    }

    .live-tag-badge {
        font-size: 0.58rem !important;
        padding: 2px 5px !important;
        top: 6px !important;
        left: 6px !important;
    }

    .play-overlay-icon {
        width: 36px !important;
        height: 36px !important;
    }

    .play-overlay-icon svg {
        width: 16px !important;
        height: 16px !important;
    }

    .btn-facebook-see-more {
        padding: 12px 24px !important;
        font-size: 0.92rem !important;
    }

    /* MOBILE 100% FULL WIDTH CONTACT & FORM */
    .contact-section {
        padding: 45px 0 !important;
    }

    .contact-section>.container>div {
        display: flex !important;
        flex-direction: column !important;
        gap: 25px !important;
        width: 100% !important;
    }

    .calculator-card {
        width: 100% !important;
        max-width: 100% !important;
        padding: 24px 16px !important;
        border-radius: 16px !important;
        box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06) !important;
    }

    .contact-section form {
        width: 100% !important;
    }

    .contact-section .form-group {
        width: 100% !important;
    }

    .contact-section .about-feature-box {
        width: 100% !important;
        max-width: 100% !important;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding-bottom: 35px;
        text-align: center;
    }

    .footer-socials,
    .footer-contact-list {
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .fader-deck-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
    }
}

/* ==========================================================================
   SERVICE PAGES DESIGN SYSTEM (ANIMATIONS, FAQ ACCORDION, BREADCRUMBS & CARDS)
   ========================================================================== */

/* Breadcrumb Navigation */
.breadcrumb-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.88rem;
    color: var(--text-muted);
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.breadcrumb-nav a {
    color: var(--text-heading);
    font-weight: 600;
    transition: var(--transition-fast);
}

.breadcrumb-nav a:hover {
    color: var(--primary);
}

.breadcrumb-nav .sep {
    color: #cbd5e1;
    font-size: 0.8rem;
}

.breadcrumb-nav .current {
    color: var(--primary);
    font-weight: 700;
}

/* Animated Service Hero Header */
.service-hero-header {
    position: relative;
    padding: 70px 0 50px 0;
    background: radial-gradient(circle at 50% 20%, rgba(254, 226, 226, 0.7) 0%, rgba(248, 250, 252, 0.95) 70%);
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
    overflow: hidden;
}

.service-hero-header .service-hero-title {
    font-size: 3.2rem;
    letter-spacing: -1px;
    margin-bottom: 16px;
    color: var(--text-heading);
}

.service-hero-header .service-hero-desc {
    font-size: 1.15rem;
    color: var(--text-body);
    max-width: 800px;
    line-height: 1.7;
    margin-bottom: 24px;
}

/* Feature Cards Grid (Why Choose Us & Services We Offer) */
.feature-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin: 35px 0;
}

.feature-card-item {
    background: #ffffff;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    padding: 28px 24px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.feature-card-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #e62e2e 0%, #e11d48 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.feature-card-item:hover {
    transform: translateY(-6px);
    border-color: rgba(230, 46, 46, 0.3);
    box-shadow: 0 16px 36px rgba(230, 46, 46, 0.12);
}

.feature-card-item:hover::before {
    opacity: 1;
}

.feature-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #fee2e2 0%, #fff5f5 100%);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border: 1px solid rgba(230, 46, 46, 0.2);
    box-shadow: 0 4px 12px rgba(230, 46, 46, 0.1);
}

.feature-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--text-heading);
}

.feature-card-text {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.6;
}

/* FAQ Accordion Component */
.faq-section-wrapper {
    margin: 50px 0;
}

.faq-title {
    font-size: 2rem;
    margin-bottom: 24px;
    letter-spacing: -0.5px;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.faq-item {
    background: #ffffff;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: var(--transition-normal);
}

.faq-item.active {
    border-color: var(--primary);
    box-shadow: 0 6px 20px rgba(230, 46, 46, 0.08);
}

.faq-question-btn {
    width: 100%;
    background: none;
    border: none;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--font-poppins);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-heading);
    cursor: pointer;
    text-align: left;
    gap: 16px;
}

.faq-icon-toggle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f1f5f9;
    color: var(--text-heading);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 700;
    flex-shrink: 0;
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.faq-item.active .faq-icon-toggle {
    transform: rotate(45deg);
    background: var(--primary);
    color: #ffffff;
}

.faq-answer-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1), padding 0.35s ease;
    padding: 0 22px;
    color: var(--text-body);
    font-size: 0.96rem;
    line-height: 1.65;
}

.faq-item.active .faq-answer-content {
    max-height: 350px;
    padding: 0 22px 20px 22px;
}

/* Service CTA Banner */
.service-cta-banner {
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);
    border-radius: var(--radius-lg);
    padding: 45px 35px;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin: 50px 0;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.25);
}

.service-cta-text h3 {
    color: #ffffff;
    font-size: 1.8rem;
    margin-bottom: 8px;
}

.service-cta-text p {
    color: #cbd5e1;
    font-size: 1rem;
}

.service-cta-buttons {
    display: flex;
    gap: 14px;
    flex-shrink: 0;
    flex-wrap: wrap;
}

@media (max-width: 992px) {
    .service-hero-header .service-hero-title {
        font-size: 2.2rem;
    }
    .service-cta-banner {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }
    .service-cta-buttons {
        justify-content: center;
        width: 100%;
    }
    .service-cta-buttons .btn {
        width: 100%;
    }
}

/* ==========================================================================
   SERVICE PAGES & GLOBAL MOBILE RESPONSIVENESS SYSTEM (100% RESPONSIVE)
   ========================================================================== */

.service-section-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
    align-items: center;
    margin-bottom: 70px;
}

@media (max-width: 992px) {
    .service-section-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        margin-bottom: 45px !important;
    }

    .service-text-col {
        display: contents !important;
    }

    .service-page-section-title {
        order: 1 !important;
        margin-bottom: 14px !important;
    }

    .service-img-col {
        order: 2 !important;
        width: 100% !important;
        margin: 8px 0 16px 0 !important;
    }

    .service-text-col p,
    .service-section-grid p {
        order: 3 !important;
        margin-bottom: 16px !important;
        line-height: 1.75 !important;
    }
}

.service-services-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 45px;
    align-items: center;
    margin-bottom: 70px;
}

.tech-showcase-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

@media (max-width: 992px) {
    .tech-showcase-grid {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
}

.service-icons-2x2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.service-page-hero-title {
    font-size: clamp(1.8rem, 4.5vw, 2.8rem);
    font-weight: 800;
    color: var(--text-heading);
    margin-bottom: 20px;
    line-height: 1.2;
}

.service-page-section-title {
    font-size: clamp(1.5rem, 3.5vw, 2.2rem);
    font-weight: 800;
    color: var(--text-heading);
    margin-bottom: 20px;
    line-height: 1.25;
}

.service-img-responsive {
    width: 100%;
    border-radius: 12px;
    box-shadow: var(--shadow-md);
    object-fit: cover;
    height: 380px;
}

.service-img-square-responsive {
    width: 100%;
    border-radius: 12px;
    box-shadow: var(--shadow-md);
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

/* Tablet Breakpoint (max-width: 992px) */
@media (max-width: 992px) {
    .service-section-grid,
    .service-services-grid {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
        margin-bottom: 45px !important;
    }

    .service-img-responsive {
        height: 280px !important;
    }

    .service-img-square-responsive {
        height: 280px !important;
        aspect-ratio: auto !important;
    }

    .feature-cards-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 16px !important;
    }
}

/* Mobile Breakpoint (max-width: 768px) */
@media (max-width: 768px) {
    .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    /* Section Top & Bottom Spacing */
    section,
    .services-section,
    .works-section,
    .about-section,
    .tech-showcase-section,
    .contact-section {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    /* Audio Mixer Console Height Reduction on Mobile (Ultra Compact) */
    .audio-mixer-card {
        padding: 8px 8px !important;
    }

    .mixer-header {
        margin-bottom: 6px !important;
        padding-bottom: 6px !important;
    }

    .mixer-brand {
        font-size: 0.78rem !important;
    }

    .mixer-model {
        font-size: 0.6rem !important;
    }

    .mixer-status {
        padding: 2px 6px !important;
        font-size: 0.62rem !important;
    }

    .eq-display-box {
        padding: 6px !important;
        margin-bottom: 8px !important;
    }

    .eq-label {
        margin-bottom: 4px !important;
        font-size: 0.58rem !important;
    }

    .eq-bars-container {
        height: 22px !important;
    }

    .fader-deck-grid {
        gap: 4px !important;
    }

    .fader-channel {
        padding: 6px 3px !important;
    }

    .knob-row {
        margin-bottom: 4px !important;
    }

    .rotary-knob {
        width: 14px !important;
        height: 14px !important;
    }

    .ch-tag {
        font-size: 0.52rem !important;
    }

    .vu-strip {
        height: 16px !important;
        margin-bottom: 4px !important;
    }

    .fader-track {
        height: 38px !important;
        margin-bottom: 5px !important;
    }

    .fader-knob {
        width: 18px !important;
        height: 10px !important;
    }

    .ch-btns {
        margin-bottom: 4px !important;
        gap: 2px !important;
    }

    .ch-btn {
        padding: 1px 3px !important;
        font-size: 0.55rem !important;
    }

    .channel-name {
        font-size: 0.56rem !important;
    }

    /* Why Choose Us Section Mobile Image & Text Gaps */
    .service-section-grid {
        gap: 24px !important;
        margin-bottom: 45px !important;
    }

    .service-title-full {
        margin-bottom: 14px !important;
    }

    .service-img-col {
        margin: 8px 0 16px 0 !important;
    }

    .service-text-col p {
        margin-bottom: 16px !important;
        line-height: 1.75 !important;
    }

    /* Services We Offer Grid & Icon Card Gaps */
    .service-services-grid {
        gap: 30px !important;
        margin-bottom: 45px !important;
    }

    .service-icons-2x2 {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .service-icons-2x2 > div {
        background: #f8fafc;
        padding: 18px;
        border-radius: 12px;
        border: 1px solid #e2e8f0;
    }

    /* Feature Cards Grid (Key Advantages) Gaps */
    .feature-cards-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        margin: 30px 0 !important;
    }

    .feature-card-item {
        padding: 22px 18px !important;
        border-radius: 14px !important;
    }

    /* Works / Gallery Cards Gap */
    .gallery-grid {
        grid-template-columns: 1fr !important;
        gap: 22px !important;
        margin-top: 25px !important;
    }

    .gallery-filters {
        gap: 10px !important;
        margin-top: 20px !important;
        margin-bottom: 25px !important;
    }

    .filter-btn {
        padding: 9px 16px !important;
        font-size: 0.84rem !important;
        border-radius: 8px !important;
    }

    .breadcrumb-nav {
        font-size: 0.82rem !important;
        margin-bottom: 22px !important;
    }

    /* FAQ Accordion Gaps */
    .faq-section-wrapper {
        margin: 40px 0 !important;
    }

    .faq-accordion {
        gap: 16px !important;
    }

    .faq-question-btn {
        padding: 16px 18px !important;
        font-size: 0.98rem !important;
    }

    .faq-answer-content {
        padding: 0 18px 18px 18px !important;
        font-size: 0.92rem !important;
        line-height: 1.65 !important;
    }

    /* Service CTA Banner Spacing */
    .service-cta-banner {
        padding: 30px 20px !important;
        margin: 40px 0 !important;
        border-radius: 16px !important;
        gap: 20px !important;
    }

    .service-cta-text h3 {
        font-size: 1.5rem !important;
        margin-bottom: 10px !important;
    }

    /* Broadcast Technology Section Gaps */
    .tech-showcase-grid {
        gap: 30px !important;
    }

    /* Contact & Form Section Spacing */
    .contact-section form,
    .calculator-card {
        padding: 26px 20px !important;
        border-radius: 16px !important;
    }

    /* Footer Mobile Spacing */
    .footer-grid {
        gap: 30px !important;
        padding-bottom: 40px !important;
    }
}

/* Small Phone Breakpoint (max-width: 480px) */
@media (max-width: 480px) {
    .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .service-img-responsive,
    .service-img-square-responsive {
        height: 240px !important;
        border-radius: 10px !important;
    }

    .feature-card-item {
        padding: 18px 16px !important;
    }

    .service-cta-banner {
        padding: 24px 16px !important;
    }
}