/********** Template CSS **********/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;900&family=Inter:wght@300;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700;900&display=swap');

:root {
    --primary: #D81324;
    --secondary: #0B2154;
    --light: #F2F2F2;
    --dark: #111111;
    --primary-glow: #a095cc;
    --accent-orange: #ff8a00;
    --gaming-black: #05050a;
    --glass-bg: rgba(13, 13, 22, 0.96);
    --zima-blue: #00d4ff;
    --zica-orange: #ff8c00;
}

}

.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 650px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(0, 0, 0, .7);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Facts ***/
.fact {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/banner1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*** Service ***/
.service .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.service .nav .nav-link.active {
    background: var(--primary);
}

.service .nav .nav-link.active h4 {
    color: #FFFFFF !important;
}


/*** Booking ***/
.booking {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/banner2.jpg) center center no-repeat;
    background-size: cover;
}

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Team ***/
.team-item .team-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transform: scale(0);
    transition: .5s;
}

.team-item:hover .team-overlay {
    transform: scale(1);
}

.team-item .team-overlay .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-overlay .btn:hover {
    color: #FFFFFF;
    background: var(--secondary)
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .9)), url(../img/banner2.jpg) center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}


/*** Popup Styles ***/
:root {
    --neon-cyan: #00f2ff;
    --neon-orange: #ff6600;
    --bg-void: #020204;
}

body {
    margin: 0;
    background: var(--bg-void);
    font-family: 'Rajdhani', sans-serif;
    min-height: 100vh;
}

.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
    box-sizing: border-box;
}

.popup-overlay.active {
    display: flex;
}

.popup-card {
    width: min(980px, 100%);
    max-height: 90vh;
    background: rgba(15, 16, 23, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.32);
    overflow-y: auto;
    position: relative;
}

.popup-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    min-height: 500px;
}

.popup-image {
    background: linear-gradient(135deg, rgba(0, 242, 255, 0.12), rgba(255, 102, 0, 0.1));
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.popup-image img {
    max-width: 85%;
    height: auto;
    border-radius: 12px;
    filter: drop-shadow(0 0 20px var(--neon-cyan));
}

.popup-content {
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.popup-label {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--neon-cyan);
    font-size: 11px;
    margin-bottom: 10px;
}

.popup-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.75rem;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 12px;
    line-height: 1.1;
}

.popup-copy {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.4;
}

.ony-field {
    margin-bottom: 16px;
}

.ony-field label {
    font-size: 10px;
    letter-spacing: 2px;
    color: var(--neon-cyan);
    text-transform: uppercase;
    margin-bottom: 6px;
    display: block;
}

.ony-field input,
.ony-field select {
    width: 100%;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: white !important;
    padding: 12px !important;
    font-size: 16px !important;
    border-radius: 4px !important;
    box-sizing: border-box;
}

.popup-btn-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.onyx-submit-btn {
    background: linear-gradient(45deg, var(--neon-orange), #ff9000);
    border: none;
    color: white;
    padding: 15px;
    font-family: 'Orbitron', sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    cursor: pointer;
    width: 100%;
    border-radius: 4px;
    text-transform: uppercase;
    box-sizing: border-box;
}

.onyx-submit-btn.secondary {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.popup-note {
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
    margin-top: 14px;
    text-align: center;
}

.popup-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-popup-card {
    max-width: 500px;
    width: 100%;
    max-height: 85vh;
    background: rgba(15, 16, 23, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.image-popup-card img {
    max-width: 100%;
    max-height: 75vh;
    object-fit: contain;
    border-radius: 10px;
    filter: drop-shadow(0 0 15px rgba(255, 102, 0, 0.2));
}

#imageOnlyPopup {
    z-index: 2001;
}

#enrollmentPopup {
    z-index: 2002;
}

@media (max-width: 991px) {
    .popup-grid {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .popup-image {
        display: none;
    }

    .popup-title {
        font-size: 1.5rem;
    }
}

@media (min-width: 576px) {
    .popup-btn-group {
        flex-direction: row;
    }
}

.premium-hero-slider {
    width: 100%;
    height: 100vh;
    background: #000;
}

.slide-viewport {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.course-tabs-section {
    background: #f8fbff;
}

.course-tabs-card {
    border: none;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(23, 48, 126, 0.08);
}

.course-tabs-header {
    background: #ffffff;
    padding: 28px 32px;
}

.course-tabs-nav {
    display: inline-flex;
    background: #eaf1ff;
    border-radius: 999px;
    padding: 6px;
    gap: 8px;
}

.course-tab {
    border: none;
    background: transparent;
    color: #1d3f7b;
    font-weight: 700;
    padding: 12px 28px;
    transition: all 0.25s ease;
    border-radius: 999px;
}

.course-tab:hover {
    background: rgba(255, 255, 255, 0.75);
}

.course-tab.active {
    color: #ffffff;
    background: linear-gradient(135deg, #ff6200, #ff9000);
    box-shadow: 0 18px 35px rgba(255, 102, 0, 0.2);
}

.course-more-btn {
    background: linear-gradient(135deg, #0077ff, #1c64ff);
    color: #fff;
    border-radius: 999px;
    padding: 14px 32px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 18px 35px rgba(0, 119, 255, 0.18);
}

.course-tabs-body {
    background: #ffffff;
    padding: 32px;
}

.course-tab-panel {
    display: none;
}

.course-tab-panel.active {
    display: block;
}

.course-card {
    min-height: 320px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 28px;
    border: none;
    border-radius: 24px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(23, 48, 126, 0.08);
}

.course-card h5 {
    font-size: 1.35rem;
    color: #0f2860;
    margin-bottom: 0;
}

.course-card p {
    color: #5b6b88;
    line-height: 1.75;
    margin-bottom: 0;
}

.course-card-media {
    width: 100%;
    min-height: 220px;
    background: linear-gradient(135deg, #eef4ff 0%, #f8fafe 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.course-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.course-card-actions {
    margin-top: auto;
}

.btn-course {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-course:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
}

.btn-course-blue {
    background: linear-gradient(135deg, #0066ff, #0091ff);
}

.btn-course-orange {
    background: linear-gradient(135deg, #ff6800, #ff9900);
}

@media (max-width: 767px) {
    .course-tabs-header {
        text-align: center;
    }

    .course-tabs-nav {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .course-more-btn {
        width: 100%;
    }
}

.hero-asset {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.9) contrast(1.1);
    transition: transform 8s ease-out;
}

.carousel-item.active .hero-asset {
    transform: scale(1.1);
}

/* THE LEGIBILITY FIX: Left-side Vignette */
.pro-vignette {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(0, 0, 0, 0.85) 0%,
            rgba(0, 0, 0, 0.4) 35%,
            transparent 60%);
    z-index: 2;
}

/* TYPOGRAPHY ENGINE */
.carousel-caption {
    inset: 0;
    display: flex;
    align-items: center;
    text-align: left;
    padding: 0;
    z-index: 10;
}

.tech-label {
    font-family: 'Orbitron', sans-serif;
    color: #00f2ff;
    letter-spacing: 5px;
    font-size: 11px;
    margin-bottom: 20px;
}

.glitch-title {
    font-family: 'Orbitron', sans-serif;
    font-weight: 900;
    font-size: clamp(3rem, 8vw, 6.5rem);
    line-height: 1.0;
    /* PREVENTS OVERLAP */
    margin-bottom: 30px;
    color: #fff;
}

.block-txt {
    display: block;
    letter-spacing: 4px;
}

.outline-txt {
    display: block;
    color: transparent;
    -webkit-text-stroke: 1.5px #fff;
    margin-top: 5px;
}

.premium-desc {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.8);
    max-width: 550px;
    border-left: 3px solid #00f2ff;
    padding-left: 20px;
    margin-bottom: 45px;
}

/* SOLID GRADIENT CROSS-BUTTONS */
.btn-nexus {
    display: flex;
    gap: 30px;
}

.bracket-wrap {
    position: relative;
    padding: 8px;
}

.corner-b {
    position: absolute;
    width: 12px;
    height: 12px;
    border: 2px solid #00f2ff;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.tl {
    top: 0;
    left: 0;
    border-width: 2px 0 0 2px;
}

.tr {
    top: 0;
    right: 0;
    border-width: 2px 2px 0 0;
}

.bl {
    bottom: 0;
    left: 0;
    border-width: 0 0 2px 2px;
}

.br {
    bottom: 0;
    right: 0;
    border-width: 0 2px 2px 0;
}

.btn-premium {
    display: block;
    padding: 18px 45px;
    font-family: 'Orbitron', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 2px;
    color: #fff !important;
}

.zima-blue {
    background: linear-gradient(135deg, #0052D4, #4364F7);
    box-shadow: 0 10px 30px rgba(67, 100, 247, 0.4);
}

.zica-orange {
    background: linear-gradient(135deg, #FF4B2B, #FF416C);
    box-shadow: 0 10px 30px rgba(255, 65, 108, 0.4);
}

.bracket-wrap:hover .corner-b {
    width: 100%;
    height: 100%;
}

.btn-premium:hover {
    filter: brightness(1.2);
    transform: translateY(-3px);
}

/* NAV BUTTONS */
.nav-bracket {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: 0.3s;
}

.nav-bracket:hover {
    background: #00f2ff;
    color: #000;
}

/* ================= MOBILE RESPONSIVE PATCH ================= */

/* ================= CHARACTER SPACING & OVERLAP FIX ================= */

@media (max-width: 991px) {

    /* 1. Fix Letter Mixing: Increase letter-spacing and line-height */
    .glitch-title {
        line-height: 1.2 !important;
        /* Adds vertical gap between the two lines */
        letter-spacing: 1px !important;
        /* Prevents horizontal character touching */
        display: flex;
        flex-direction: column;
        gap: 5px;
        /* Adds physical space between CINEMATIC and EXCELLENCE */
    }

    .block-txt {
        letter-spacing: 3px !important;
        /* Horizontal breathing room for solid text */
        display: block;
        margin-bottom: 5px;
        /* Forced gap */
    }

    .outline-txt {
        letter-spacing: 3px !important;
        /* Horizontal breathing room for outline text */
        margin-top: 0 !important;
        -webkit-text-stroke: 1px #fff !important;
        /* Thinner stroke is cleaner on small screens */
    }

    /* 2. Fix the Hud/Caption padding to prevent edge-touching */
    .content-hud {
        width: 100%;
        padding: 0 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* Ensures everything is perfectly centered */
    }

    /* 3. Description spacing fix */
    .premium-desc {
        padding-left: 0 !important;
        padding-top: 10px;
        line-height: 1.6 !important;
        /* Easier to read on mobile */
        letter-spacing: 0.5px;
    }
}

/* Extra Tight Screen Fix */
@media (max-width: 480px) {
    .glitch-title {
        font-size: 1.8rem !important;
        /* Smaller font prevents word-wrapping */
        letter-spacing: 2px !important;
    }

    .block-txt,
    .outline-txt {
        letter-spacing: 4px !important;
        /* More space between letters as font gets smaller */
    }
}

/* ================= Text scrolling================= */


/* Main Container Fix */
.ticker-section {
    width: 100%;
    padding: 20px 0;
    /* Deep Purple to Darker Purple Gradient */
    background: linear-gradient(180deg, #1a0b2e 0%, #0d0617 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 1px;
    /* Prevents overlap if using block layout */
    position: relative;
    z-index: 10;
}

.ticker-wrapper {
    overflow: hidden;
    display: flex;
    /* Fades edges for a cleaner look */
    mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}

.ticker-track {
    display: flex;
    align-items: center;
    white-space: nowrap;
    animation: slide-scroll 40s linear infinite;
}

.ticker-word {
    font-family: 'Inter', sans-serif;
    font-size: 3rem;
    font-weight: 900;
    color: #ffffff;
    padding: 0 40px;
    letter-spacing: -1px;
    text-transform: uppercase;
    /* Subtle text glow */
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}

.logo-badge {
    position: relative;
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-badge svg {
    width: 100%;
    height: 100%;
    animation: rotate-badge 15s linear infinite;
}

.logo-badge text {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 700;
    fill: rgba(255, 255, 255, 0.4);
    /* Muted white for "neat" look */
    letter-spacing: 1.2px;
}

.dot-center {
    position: absolute;
    width: 26px;
    height: 26px;
    background: #f15a24;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(241, 90, 36, 0.5);
}

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

    100% {
        transform: translateX(-50%);
    }
}

@keyframes rotate-badge {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Stops animation on hover */
.ticker-section:hover .ticker-track {
    animation-play-state: paused;
}

/* ================= Service in home ================= */


/* 1. BACKGROUND ENGINE */
.cyber-hub-wrapper {
    background: #050508;
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}

.vfx-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(241, 90, 36, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(241, 90, 36, 0.05) 1px, transparent 1px);
    background-size: 50px 50px;
}

.glow-path {
    position: absolute;
    width: 200px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #f15a24, transparent);
    animation: pathMove 5s infinite linear;
}

.p1 {
    top: 20%;
    left: -200px;
    animation-delay: 0s;
}

.p2 {
    top: 60%;
    right: -200px;
    animation-delay: 2.5s;
    animation-direction: reverse;
}

@keyframes pathMove {
    to {
        left: 120%;
    }
}

/* 2. THE CYBER PANEL */
.cyber-panel {
    background: rgba(10, 10, 15, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 50px;
    position: relative;
    clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 10% 100%, 0 90%);
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.cyber-panel:hover {
    transform: scale(1.02);
    border-color: #f15a24;
    background: rgba(15, 15, 22, 0.95);
    box-shadow: 0 0 50px rgba(241, 90, 36, 0.15);
}

/* Panel Corner Accent */
.panel-corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #f15a24;
    clip-path: polygon(100% 0, 100% 100%, 0 0);
}

/* 3. GLITCH TEXT & HEADERS */
.brand-glitch {
    font-family: 'Orbitron', sans-serif;
    font-size: 3.5rem;
    font-weight: 900;
    color: #f15a24;
    position: relative;
    letter-spacing: 5px;
}

.blue-text {
    color: #0070b9;
}

.tagline {
    color: #666;
    font-weight: 800;
    font-size: 0.8rem;
    letter-spacing: 3px;
    margin-bottom: 40px;
}

/* 4. COURSE LISTING BLOCKS */
.c-block {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
    background: rgba(255, 255, 255, 0.02);
    padding: 15px;
    border-radius: 4px;
}

.c-icon {
    width: 45px;
    height: 45px;
    background: #1a1a1f;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f15a24;
    border: 1px solid #333;
}

.c-meta h5 {
    color: #fff;
    margin: 0;
    font-size: 0.9rem;
    font-weight: 700;
}

.progress-line {
    width: 150px;
    height: 3px;
    background: #222;
    margin-top: 8px;
}

.progress-line .fill {
    height: 100%;
    background: #f15a24;
    box-shadow: 0 0 10px #f15a24;
}

/* 5. ULTRA BUTTONS */
.cyber-btn {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    text-decoration: none;
    font-weight: 900;
    font-size: 0.8rem;
    letter-spacing: 2px;
    transition: 0.3s;
    text-transform: uppercase;
}

.orange-glitch {
    background: #f15a24;
    color: #fff;
}

.white-glitch {
    background: #0070b9;
    color: #fff;
}

.cyber-btn:hover {
    letter-spacing: 4px;
    filter: brightness(1.2);
}

/* TYPOGRAPHY SETTINGS */
.cyber-subtitle {
    color: #f15a24;
    font-weight: 700;
    letter-spacing: 5px;
    font-size: 0.7rem;
}

.cyber-title {
    color: #fff;
    font-weight: 900;
    font-size: 3.5rem;
    margin-top: 10px;
}

.glow-text {
    color: #fff;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

.z-index-10 {
    position: relative;
    z-index: 10;
}


/* ================= Why choose home================= */


.premium-why-us {
    background: #050507;
    padding: 120px 0;
    position: relative;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
}

/* 1. CINEMATIC EFFECTS */
.studio-glow {
    position: absolute;
    width: 80vw;
    height: 80vh;
    background: radial-gradient(circle, rgba(241, 90, 36, 0.05) 0%, transparent 70%);
    top: 10%;
    left: 10%;
    z-index: 0;
}

.text-outline {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
    color: transparent;
}

.ls-10 {
    letter-spacing: 10px;
    font-size: 0.75rem;
}

.fw-black {
    font-weight: 900;
}

/* 2. COORDINATE MARKERS (The "Neat" Micro-Detail) */
.coordinate-marker {
    position: absolute;
    font-size: 0.65rem;
    color: #444;
    font-family: monospace;
    letter-spacing: 2px;
}

.top-left {
    top: 40px;
    left: 40px;
}

.bottom-right {
    bottom: 40px;
    right: 40px;
}

/* 3. THE GRID & CARDS */
.studio-grid {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.studio-feature-card {
    padding: 60px 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    height: 100%;
    position: relative;
    transition: 0.5s ease;
    background: transparent;
}

.center-focus {
    background: rgba(255, 255, 255, 0.02);
}

.studio-feature-card:hover {
    background: #0a0a0c;
}

.studio-feature-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #f15a24;
    transition: 0.5s;
}

.studio-feature-card:hover::after {
    width: 100%;
}

/* 4. CONTENT STYLING */
.card-num {
    font-weight: 900;
    font-size: 4rem;
    color: rgba(255, 255, 255, 0.03);
    position: absolute;
    top: 20px;
    right: 40px;
    line-height: 1;
}

.vfx-icon-wrap {
    width: 70px;
    height: 70px;
    background: rgba(255, 138, 0, 0.1);
    /* Subtle orange tint */
    border: 1px solid #ff8a00;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    font-size: 28px;
    color: #ff8a00;
    box-shadow: 0 0 15px rgba(255, 138, 0, 0.3);
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
    transition: 0.4s ease;
}

.studio-feature-card:hover .vfx-icon-wrap {
    background: #ff8a00;
    color: #000;
    box-shadow: 0 0 25px #ff8a00;
    transform: rotateY(360deg);
}

.text-orange {
    color: #ff8a00 !important;
}

.ls-10 {
    letter-spacing: 5px;
}

/* Tech-style spacing */

.feature-specs {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.feature-specs li {
    font-size: 13px;
    color: #aaa;
    margin-bottom: 8px;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
}


@media (max-width: 992px) {
    .studio-feature-card {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }
}

/* form in home  */


.onyx-enrollment {
    background: #050507;
    padding: 80px 0;
    font-family: 'Inter', sans-serif;
    position: relative;
    overflow: hidden;
}

.onyx-container {
    background: #0c0c0e;
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 24px;
    z-index: 10;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6);
}

/* 2. VISUAL PANE (IMAGE SIDE) */
.onyx-visual-pane {
    background: #0f0f12;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.03);
}

.onyx-character {
    width: 100%;
    max-width: 380px;
    z-index: 5;
    position: relative;
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.5));
}

.studio-backlight {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 280px;
    height: 280px;
    background: #f15a24;
    filter: blur(100px);
    opacity: 0.12;
    transform: translate(-50%, -50%);
}

/* 3. FORM PANE STYLING */
.onyx-label {
    font-weight: 900;
    font-size: 0.75rem;
    letter-spacing: 4px;
}

.onyx-title {
    font-weight: 900;
    font-size: 2.8rem;
    letter-spacing: -1.5px;
}

.onyx-subtitle {
    color: #555;
    font-size: 0.95rem;
    margin-top: 8px;
}

.ony-field {
    position: relative;
}

.ony-field label {
    display: block;
    font-size: 0.65rem;
    color: #f15a24;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.ony-input {
    width: 100%;
    background: #141417;
    border: 1px solid #1e1e22;
    padding: 16px 20px;
    color: #fff;
    border-radius: 8px;
    font-size: 0.9rem;
    transition: 0.3s;
}

.ony-input:focus {
    outline: none;
    border-color: #333;
    background: #18181b;
}

.focus-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #f15a24;
    transition: 0.4s ease;
}

.ony-input:focus~.focus-bar {
    width: 100%;
}

/* 4. BUTTON DESIGN */
.onyx-submit-btn {
    background: #f15a24;
    border: none;
    color: #fff;
    width: 100%;
    padding: 20px;
    font-weight: 900;
    font-size: 0.8rem;
    letter-spacing: 3px;
    border-radius: 12px;
    transition: 0.4s ease;
    cursor: pointer;
}

.onyx-submit-btn:hover {
    background: #fff;
    color: #000;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(241, 90, 36, 0.3);
}

/* DECORATIVE ELEMENTS */
.corner-mark {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(241, 90, 36, 0.3);
}

.top-l {
    top: 30px;
    left: 30px;
    border-right: none;
    border-bottom: none;
}

.bottom-r {
    bottom: 30px;
    right: 30px;
    border-top: none;
    border-left: none;
}

.onyx-location-tag {
    position: absolute;
    bottom: 30px;
    font-size: 0.6rem;
    color: #444;
    font-weight: 700;
    letter-spacing: 2px;
}

.text-orange {
    color: #f15a24;
}

@media (max-width: 991px) {
    .onyx-visual-pane {
        border-right: none;
        border-bottom: 1px solid #1e1e22;
    }

    .onyx-title {
        font-size: 2rem;
    }
}

/* gallery home */

/* 1. TYPOGRAPHY ENGINE (INTER ONLY) */


.onyx-vision-gallery {
    background: #050507;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
}

.onyx-meta {
    font-weight: 900;
    font-size: 0.75rem;
    letter-spacing: 6px;
}

.onyx-display {
    font-weight: 900;
    font-size: 4rem;
    letter-spacing: -2px;
}

.onyx-desc {
    color: #666;
    font-size: 0.9rem;
    border-left: 2px solid #f15a24;
    padding-left: 20px;
}

.text-outline {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
    color: transparent;
}

/* 2. PORTFOLIO ARCHITECTURE */
.portfolio-item {
    position: relative;
    background: #0c0c0e;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 4px;
    /* Industrial Sharpness */
}

.tall-frame {
    height: 600px;
}

.small-frame {
    height: 290px;
}

.wide-frame {
    height: 290px;
}

.portfolio-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(40%) contrast(1.1);
    transition: 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}

/* 3. STUDIO HOVER EFFECTS */
.glass-lens {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 50%, transparent, rgba(0, 0, 0, 0.4));
    z-index: 2;
    pointer-events: none;
}

.portfolio-content {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #000 0%, transparent 60%);
    padding: 35px;
    display: flex;
    align-items: flex-end;
    opacity: 0.8;
    transition: 0.4s;
    z-index: 3;
}

.onyx-tag {
    color: #f15a24;
    font-weight: 900;
    font-size: 0.65rem;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: block;
}

.student-credit {
    font-size: 0.6rem;
    color: #555;
    margin-top: 10px;
    font-weight: 700;
}

/* 4. TECH DECORATIONS */
.corner-tech {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 1px;
    background: rgba(241, 90, 36, 0.5);
    z-index: 10;
}

.corner-tech::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 40px;
    background: rgba(241, 90, 36, 0.5);
}

/* HOVER STATES */
.portfolio-item:hover .portfolio-img {
    filter: grayscale(0%) scale(1.05);
}

.portfolio-item:hover .portfolio-content {
    background: linear-gradient(to top, #f15a24 0%, transparent 100%);
    opacity: 0.95;
}

.portfolio-item:hover .text-white,
.portfolio-item:hover .student-credit {
    color: #000 !important;
}

.portfolio-item:hover .onyx-tag {
    color: #fff;
}

@media (max-width: 991px) {

    .tall-frame,
    .small-frame,
    .wide-frame {
        height: 350px;
    }
}

/* --- ONYX VISION GALLERY WORKSPACE BASICS --- */
.onyx-vision-gallery {
    background-color: #090e1a;
    /* Matches your core dark ecosystem color mapping */
    position: relative;
}

.onyx-meta {
    letter-spacing: 3px;
    font-size: 11px;
    font-weight: 700;
}

.text-orange {
    color: #ff5500;
}

.text-outline {
    color: transparent;
    -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.2);
}

.onyx-desc {
    color: #94a3b8;
    font-size: 14px;
    line-height: 1.6;
    border-left: 2px solid #ff5500;
    padding-left: 15px;
}

/* --- PORTFOLIO CARD LAYOUT DEFINITIONS --- */
.portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: #0f172a;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.tall-frame {
    height: 100%;
    min-height: 480px;
}

.small-frame {
    height: 232px;
}

.wide-frame {
    height: 232px;
}

.portfolio-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.portfolio-content {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(9, 14, 26, 0.95) 0%, rgba(9, 14, 26, 0.4) 50%, transparent 100%);
    display: flex;
    align-items: flex-end;
    padding: 30px;
    opacity: 0.85;
    transition: opacity 0.3s ease;
}

.onyx-tag {
    font-size: 10px;
    font-weight: 800;
    color: #ff5500;
    letter-spacing: 1.5px;
    display: inline-block;
    margin-bottom: 8px;
}

.student-credit {
    font-size: 11px;
    color: #64748b;
    font-family: monospace;
    margin: 5px 0 0 0;
}

/* Hover interactions across layout grid objects */
.portfolio-item:hover {
    border-color: rgba(255, 85, 0, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.portfolio-item:hover .portfolio-img {
    transform: scale(1.04);
}

.portfolio-item:hover .portfolio-content {
    opacity: 1;
}

/* --- PREMIUM GALLERY CALL-TO-ACTION BUTTON --- */
.gallery-actions-wrap {
    position: relative;
    z-index: 5;
}

.btn-onyx-view-more {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff !important;
    text-decoration: none;
    padding: 14px 36px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 50px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-onyx-view-more i {
    font-size: 12px;
    color: #ff5500;
    transition: transform 0.3s ease;
}

/* Button Hover states */
.btn-onyx-view-more:hover {
    background: rgba(255, 85, 0, 0.06);
    border-color: #ff5500;
    box-shadow: 0 0 25px rgba(255, 85, 0, 0.15);
    transform: translateY(-2px);
}

.btn-onyx-view-more:hover i {
    transform: translateX(5px);
}

/* Testmonials  */

/* UNIFIED FONT SYSTEM */
.onyx-elite-testimonials {
    background: #040406;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
}

.onyx-tag {
    font-weight: 900;
    font-size: 0.65rem;
    letter-spacing: 5px;
    opacity: 0.8;
}

.elite-title {
    font-weight: 900;
    font-size: 3.5rem;
    letter-spacing: -2px;
}

.text-outline {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
    color: transparent;
}

/* RATING BOX */
.rating-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 0.7rem;
    letter-spacing: 2px;
}

/* THE ELITE GLASS CARD */
.elite-glass-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 50px 40px;
    margin: 20px;
    border-radius: 0px;
    /* Sharp corners = More Professional/Industrial */
    position: relative;
    transition: 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}

.card-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #f15a24;
    transition: 0.5s;
}

.elite-glass-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(241, 90, 36, 0.3);
    transform: translateY(-10px) scale(1.02);
}

.elite-glass-card:hover .card-line {
    width: 100%;
}

/* CARD BODY */
.studio-mark {
    font-weight: 900;
    font-size: 0.6rem;
    color: #222;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.elite-quote {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #eee;
    font-weight: 300;
    margin-bottom: 40px;
    min-height: 100px;
}

/* CARD FOOTER */
.elite-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 30px;
}

.elite-user {
    display: flex;
    align-items: center;
    gap: 15px;
}

.elite-avatar {
    width: 55px !important;
    height: 55px;
    border-radius: 0;
    /* Square avatars look more architectural */
    object-fit: cover;
    filter: grayscale(1);
    transition: 0.4s;
}

.elite-glass-card:hover .elite-avatar {
    filter: grayscale(0);
}

.user-role {
    font-size: 0.55rem;
    color: #f15a24;
    font-weight: 900;
    letter-spacing: 1px;
}

/* HIRED PULSE */
.pulse-status {
    display: flex;
    align-items: center;
    gap: 8px;
}

.status-dot {
    width: 6px;
    height: 6px;
    background: #00ff00;
    border-radius: 50%;
    box-shadow: 0 0 10px #00ff00;
    animation: elitePulse 2s infinite;
}

.status-text {
    font-size: 0.55rem;
    font-weight: 900;
    color: #444;
    letter-spacing: 1px;
}

/* OWL CUSTOMIZATION */
.testimonial-carousel .owl-nav {
    display: none;
}

.testimonial-carousel .owl-dots {
    margin-top: 50px;
}

.testimonial-carousel .owl-dot span {
    background: #111 !important;
    width: 40px;
    height: 2px;
    border-radius: 0;
}

.testimonial-carousel .owl-dot.active span {
    background: #f15a24 !important;
}

@keyframes elitePulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .elite-display {
        font-size: 2.5rem;
    }

    .elite-glass-card {
        padding: 30px 20px;
    }
}

/*about us in home */


.onyx-about-section {
    background: #050507;
    font-family: 'Inter', sans-serif;
    color: #fff;
    overflow: hidden;
}

/* 1. MEDIA FRAME ARCHITECTURE */
.studio-media-frame {
    position: relative;
    padding: 15px;
    background: #0c0c0e;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.studio-video {
    width: 100%;
    filter: brightness(0.8) contrast(1.1);
    transition: 0.5s;
}

.studio-media-frame:hover .studio-video {
    filter: brightness(1);
}

.frame-glitch-line {
    position: absolute;
    top: -1px;
    left: 10%;
    width: 30%;
    height: 2px;
    background: #f15a24;
    z-index: 10;
}

/* STAT BADGE */
.studio-stat-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: #f15a24;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.5);
}

.stat-num {
    font-weight: 900;
    font-size: 1.8rem;
    line-height: 1;
}

.stat-lbl {
    font-size: 0.55rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 5px;
}

/* 2. TYPOGRAPHY SYSTEM */
.onyx-serial-code {
    display: block;
    font-size: 0.65rem;
    color: #f15a24;
    font-weight: 900;
    letter-spacing: 4px;
    margin-bottom: 15px;
}

.onyx-display-h {
    font-weight: 900;
    font-size: clamp(2rem, 5vw, 3.2rem);
    letter-spacing: -2px;
    line-height: 0.95;
}

.text-outline {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
    color: transparent;
}

.onyx-lead-p {
    color: #888;
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 40px;
}

/* 3. FEATURE STACK */
.studio-feature-item {
    display: flex;
    gap: 25px;
    margin-bottom: 30px;
    position: relative;
}

.feat-line {
    width: 2px;
    height: 50px;
    background: #222;
    transition: 0.4s;
}

.studio-feature-item:hover .feat-line {
    background: #f15a24;
    height: 70px;
}

.feat-code {
    font-size: 0.6rem;
    font-weight: 900;
    color: #444;
    letter-spacing: 2px;
}

.feat-content h5 {
    font-weight: 800;
    font-size: 1rem;
    margin: 5px 0;
    letter-spacing: 1px;
}

.feat-content p {
    font-size: 0.85rem;
    color: #666;
    margin: 0;
}

/* 4. PREMIUM BUTTON */
.onyx-btn-premium {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 20px 40px;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-weight: 900;
    font-size: 0.75rem;
    letter-spacing: 3px;
    transition: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.onyx-btn-premium:hover {
    background: #f15a24;
    color: #fff;
    transform: translateX(10px);
}

/* MOBILE FIXES */
@media (max-width: 991px) {
    .studio-stat-badge {
        display: none;
    }

    .onyx-display-h {
        font-size: 2.2rem;
    }
}

/* --- ONYX ABOUT SECTION STYLES --- */
.onyx-about-section {
    background: #05050a;
    color: #ffffff;
    overflow: hidden;
}

.studio-media-frame {
    position: relative;
    border: 1px solid rgba(160, 149, 204, 0.3);
    padding: 10px;
    background: rgba(255, 255, 255, 0.02);
}

.studio-video {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
    filter: grayscale(0.2) contrast(1.1);
}

.studio-stat-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: linear-gradient(135deg, #a095cc, #6a5acd);
    padding: 20px;
    text-align: center;
    min-width: 140px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    z-index: 5;
}

.stat-num {
    display: block;
    font-family: 'Orbitron', sans-serif;
    font-size: 24px;
    font-weight: 900;
    color: #000;
}

.stat-lbl {
    font-size: 10px;
    font-weight: 700;
    color: #000;
    letter-spacing: 1px;
    line-height: 1.2;
}

/* Typography */
.onyx-serial-code {
    font-family: monospace;
    color: #a095cc;
    letter-spacing: 2px;
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
}

.onyx-display-h {
    font-family: 'Orbitron', sans-serif;
    font-weight: 800;
    line-height: 1.1;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.text-outline {
    color: transparent;
    -webkit-text-stroke: 1px #a095cc;
}

.onyx-lead-p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    margin-bottom: 30px;
}

/* Feature Items */
.studio-feature-item {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    transition: 0.3s;
}

.feat-line {
    width: 4px;
    background: #a095cc;
    height: auto;
}

.feat-code {
    font-family: monospace;
    font-size: 11px;
    color: #a095cc;
}

.studio-feature-item h5 {
    font-family: 'Orbitron', sans-serif;
    font-size: 16px;
    margin: 5px 0;
}

.studio-feature-item p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

/* Premium Button */
.onyx-btn-premium {
    display: inline-flex;
    align-items: center;
    padding: 15px 35px;
    background: transparent;
    border: 1px solid #a095cc;
    color: #fff !important;
    text-decoration: none;
    font-family: 'Orbitron', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    transition: 0.4s;
}

.onyx-btn-premium:hover {
    background: #a095cc;
    color: #000 !important;
    box-shadow: 0 0 20px rgba(160, 149, 204, 0.4);
}

/* ================= MOBILE RESPONSIVE ================= */
@media (max-width: 991px) {
    .studio-video {
        height: 300px;
    }

    .studio-stat-badge {
        bottom: 10px;
        right: 10px;
        padding: 15px;
        min-width: 100px;
    }

    .stat-num {
        font-size: 20px;
    }

    .onyx-about-section {
        text-align: center;
    }

    .studio-feature-item {
        text-align: left;
    }

    .onyx-lead-p {
        font-size: 15px;
    }

    .btn-action-wrap {
        margin-top: 30px;
    }
}

/* --- PREMIUM COSMIC CONTACT SECTION --- */
.contact-section {
    background: #05050a;
    color: #fff;
    position: relative;
}

/* Glassmorphism Info Cards */
.contact-info-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(160, 149, 204, 0.2);
    padding: 30px;
    transition: 0.4s;
    height: 100%;
}

.contact-info-card:hover {
    border-color: #a095cc;
    box-shadow: 0 0 20px rgba(160, 149, 204, 0.3);
    transform: translateY(-5px);
}

.contact-info-card i {
    font-size: 2rem;
    background: linear-gradient(135deg, #a095cc, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
}

.contact-info-card h5 {
    font-family: 'Orbitron', sans-serif;
    letter-spacing: 2px;
    font-size: 0.9rem;
    color: #a095cc;
}

/* Premium Form Styling */
.premium-form .form-control {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(160, 149, 204, 0.3);
    color: #fff;
    border-radius: 0;
    padding: 1.2rem 1rem;
    transition: 0.3s;
}

.premium-form .form-control:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: #a095cc;
    box-shadow: 0 0 15px rgba(160, 149, 204, 0.4);
}

.premium-form label {
    color: rgba(255, 255, 255, 0.5);
}

.premium-form .btn-send {
    background: linear-gradient(90deg, #a095cc, #6a5acd);
    border: none;
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: 0.5s;
    color: #000;
}

.premium-form .btn-send:hover {
    box-shadow: 0 0 25px rgba(160, 149, 204, 0.8);
    transform: scale(1.02);
    color: #fff;
}

/* Google Maps Styling */
.map-frame {
    filter: invert(90%) hue-rotate(180deg) brightness(95%) contrast(90%);
    border: 1px solid rgba(160, 149, 204, 0.3);
}




/* --- GAMING THEME VARIABLES --- */




.premium-hiring-nexus {
    background: #000;
    padding: 90px 0;
    font-family: 'Inter', sans-serif;
    /* Use a clean modern font */
}

/* Header Design */
.hiring-header-wrap {
    text-align: center;
    margin-bottom: 60px;
}

.status-indicator {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.05);
    padding: 8px 16px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background: var(--zima-blue);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--zima-blue);
    animation: pulse 2s infinite;
}

.status-text {
    color: #888;
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: 700;
}

.hiring-main-title {
    color: #fff;
    font-size: 3.5rem;
    font-weight: 900;
    letter-spacing: -1px;
}

.text-outline {
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
}

/* Scroller Engineering */
.scrolling-container {
    overflow: hidden;
    position: relative;
    -webkit-mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
    mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
}

.scrolling-track {
    display: flex;
    gap: 40px;
    width: max-content;
}

.track-left {
    animation: scrollLeft 50s linear infinite;
}

.track-right {
    animation: scrollRight 50s linear infinite;
}

/* The Partner Box (The "Blade") */
.partner-box {
    height: 80px;
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    border-left: 2px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    transition: 0.4s ease;
}

/* Glint Animation */
.partner-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    transition: 0.5s;
}

.partner-box:hover::after {
    left: 100%;
}

.partner-box:hover {
    background: rgba(255, 255, 255, 0.08);
    border-left-color: var(--zima-blue);
    transform: translateY(-5px);
}

.partner-box.alt-glow:hover {
    border-left-color: var(--zica-orange);
}

.brand-name {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 3px;
    transition: 0.4s;
}

.partner-box:hover .brand-name {
    color: #fff;
    letter-spacing: 5px;
}

/* Keyframes */
@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .hiring-main-title {
        font-size: 2rem;
    }
}