@media (max-width: 700px) {
    .nav-menu, .nav-button {
        display: none;
    }

    .nav-menu.open {
        display: flex;
        position: absolute;
        top: 84px;
        left: 0;
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 25px 20px;
        background: rgba(5, 5, 7, 0.98);
        border-bottom: 1px solid rgba(231, 173, 36, 0.2);
        z-index: 1000;
    }

    .menu-toggle {
        display: block;
    }
}

/* =========================================
   XENORIX ELITE
========================================= */

.elite-hero {
    min-height: 650px;
    width: 100%;

    display: flex;
    align-items: center;

    padding: 90px 9%;

    position: relative;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 78% 50%,
            rgba(212, 175, 55, 0.15),
            transparent 32%
        ),
        #050505;
}

.elite-hero::before {
    content: "";

    position: absolute;

    width: 450px;
    height: 450px;

    right: 5%;
    top: 50%;

    transform: translateY(-50%);

    background: rgba(212, 175, 55, 0.08);

    filter: blur(100px);

    pointer-events: none;
}

.elite-content {
    max-width: 650px;

    position: relative;

    z-index: 5;

    padding-left: 0;

    margin-left: 45px;
}

.elite-label {
    color: #d4af37;

    font-size: 15px;

    font-weight: 700;

    letter-spacing: 5px;

    margin-bottom: 25px;

    text-transform: uppercase;
}

.elite-content h1 {
    margin: 0;

    color: #ffffff;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: clamp(50px, 6vw, 82px);

    line-height: 1.05;

    font-weight: 700;
}

.elite-content h1 span {
    display: block;

    color: #d4af37;

    text-shadow:
        0 0 25px rgba(212, 175, 55, 0.2);
}

.elite-content p {
    max-width: 760px;

    margin-top: 30px;

    margin-bottom: 35px;

    color: #aaa49a;

    font-size: 18px;

    line-height: 1.8;
}

.elite-btn {
    display: inline-flex;

    align-items: center;

    gap: 18px;

    padding: 15px 25px;

    background: #d4af37;

    color: #050505;

    text-decoration: none;

    border-radius: 6px;

    font-size: 15px;

    font-weight: 700;

    transition: all 0.3s ease;
}

.elite-btn span {
    font-size: 21px;

    transition: transform 0.3s ease;
}

.elite-btn:hover {
    background: #f2c94c;

    transform: translateY(-4px);

    box-shadow:
        0 12px 35px rgba(212, 175, 55, 0.3);
}

.elite-btn:hover span {
    transform: translateX(6px);
}


/* =========================================
   DOMAINS
========================================= */

#domains {
    min-height: 600px;

    padding: 90px 7%;

    background: #080706;

    color: white;

    text-align: center;
}

#domains h2 {
    color: #d4af37;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 48px;

    margin-bottom: 50px;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .elite-hero {
        min-height: 650px;

        padding: 70px 25px;
    }

    .elite-label {
        font-size: 12px;

        letter-spacing: 4px;
    }

    .elite-content h1 {
        font-size: 48px;
    }

    .elite-content p {
        font-size: 16px;

        line-height: 1.7;
    }

    .elite-btn {
        padding: 14px 21px;
    }
}

/* =====================================================
   XENORIX ELITE - DOMAINS
===================================================== */

.domains-section {
    background: #050505;
    padding: 80px 5%;
    color: #fff;
}


/* HEADING */

.domains-heading {
    max-width: 850px;
    margin: 0 auto 45px;
    text-align: center;
}

.domains-label {
    color: #d4af37;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 15px;
}

.domains-heading h2 {
    margin: 0 0 15px;
    color: #fff;
    font-family: Georgia, serif;
    font-size: 48px;
}

.domains-heading h2 span {
    color: #d4af37;
}

.domains-heading p {
    color: #888;
    font-size: 15px;
    line-height: 1.7;
}


/* =====================================================
   4 COLUMNS
===================================================== */

.domains-grid {
    max-width: 1250px;
    margin: auto;

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 18px;
}


/* =====================================================
   CARD
===================================================== */

.domain-card {
    position: relative;

    min-height: 285px;

    padding: 20px;

    background: #0b0b09;

    border: 1px solid
        rgba(212, 175, 55, 0.30);

    border-radius: 8px;

    box-sizing: border-box;

    display: flex;
    flex-direction: column;

    transition:
        0.35s ease;

    overflow: hidden;
}


/* GOLD GLOW */

.domain-card::before {
    content: "";

    position: absolute;

    width: 120px;
    height: 120px;

    right: -60px;
    top: -60px;

    background: #d4af37;

    opacity: 0;

    filter: blur(50px);

    border-radius: 50%;

    transition: 0.4s ease;
}


/* HOVER */

.domain-card:hover {
    transform: translateY(-6px);

    border-color: #d4af37;

    box-shadow:
        0 10px 35px
        rgba(212,175,55,0.20);
}

.domain-card:hover::before {
    opacity: 0.18;
}


/* =====================================================
   TOP
===================================================== */

.domain-top {
    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-bottom: 14px;
}

.domain-number {
    color: #967522;

    font-family: monospace;

    font-size: 11px;
}


/* =====================================================
   BADGE
===================================================== */

.domain-badge {
    padding: 5px 9px;

    border-radius: 20px;

    color: #d4af37;

    background:
        rgba(212,175,55,0.08);

    border: 1px solid
        rgba(212,175,55,0.35);

    font-size: 9px;

    font-weight: 700;
}


/* =====================================================
   ICON
===================================================== */

.domain-icon {
    width: 45px;
    height: 45px;

    margin-bottom: 14px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 10px;

    color: #d4af37;

    background:
        rgba(212,175,55,0.08);

    border: 1px solid
        rgba(212,175,55,0.30);

    font-size: 18px;

    font-weight: 700;
}


/* =====================================================
   TITLE
===================================================== */

.domain-card h3 {
    margin: 0 0 12px;

    color: #f3eee5;

    font-family: Georgia, serif;

    font-size: 17px;

    line-height: 1.25;
}


/* =====================================================
   FEATURES
===================================================== */

.domain-card ul {
    list-style: none;

    padding: 0;
    margin: 0 0 15px;
}

.domain-card li {
    position: relative;

    padding-left: 13px;

    margin-bottom: 6px;

    color: #85827c;

    font-size: 10px;

    line-height: 1.4;
}

.domain-card li::before {
    content: "✓";

    position: absolute;

    left: 0;

    color: #d4af37;

    font-size: 9px;
}


/* =====================================================
   REGISTER
===================================================== */

.register-link {
    margin-top: auto;

    color: #d4af37;

    text-decoration: none;

    font-size: 10px;

    font-weight: 700;

    display: flex;

    align-items: center;

    gap: 5px;

    transition: 0.3s ease;
}

.register-link:hover {
    color: #fff;
    gap: 9px;
}


/* =====================================================
   TAP EFFECT
===================================================== */

.domain-card.active {

    transform: translateY(-6px);

    border-color: #d4af37;

    background: #111009;

    box-shadow:
        0 10px 40px
        rgba(212,175,55,0.25);
}

.domain-card.active::before {
    opacity: 0.18;
}

.domain-card.active .domain-icon {
    background:
        rgba(212,175,55,0.18);

    border-color: #d4af37;

    box-shadow:
        0 0 18px
        rgba(212,175,55,0.20);
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1050px) {

    .domains-grid {
        grid-template-columns:
            repeat(3, 1fr);
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 700px) {

    .domains-section {
        padding: 60px 18px;
    }

    .domains-heading h2 {
        font-size: 36px;
    }

    .domains-grid {
        grid-template-columns: 1fr;
    }

    .domain-card {
        min-height: 300px;
    }

}
/* =====================================================
   XENORIX ELITE - DOMAINS
===================================================== */

.domains-section {
    background: #050505;
    padding: 80px 5%;
    color: #fff;
}


/* HEADING */

.domains-heading {
    max-width: 850px;
    margin: 0 auto 45px;
    text-align: center;
}

.domains-label {
    color: #d4af37;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 15px;
}

.domains-heading h2 {
    margin: 0 0 15px;
    color: #fff;
    font-family: Georgia, serif;
    font-size: 48px;
}

.domains-heading h2 span {
    color: #d4af37;
}

.domains-heading p {
    color: #888;
    font-size: 15px;
    line-height: 1.7;
}


/* =====================================================
   4 COLUMNS
===================================================== */

.domains-grid {
    max-width: 1250px;
    margin: auto;

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 18px;
}


/* =====================================================
   CARD
===================================================== */

.domain-card {
    position: relative;

    min-height: 285px;

    padding: 20px;

    background: #0b0b09;

    border: 1px solid
        rgba(212, 175, 55, 0.30);

    border-radius: 8px;

    box-sizing: border-box;

    display: flex;
    flex-direction: column;

    transition:
        0.35s ease;

    overflow: hidden;
}


/* GOLD GLOW */

.domain-card::before {
    content: "";

    position: absolute;

    width: 120px;
    height: 120px;

    right: -60px;
    top: -60px;

    background: #d4af37;

    opacity: 0;

    filter: blur(50px);

    border-radius: 50%;

    transition: 0.4s ease;
}


/* HOVER */

.domain-card:hover {
    transform: translateY(-6px);

    border-color: #d4af37;

    box-shadow:
        0 10px 35px
        rgba(212,175,55,0.20);
}

.domain-card:hover::before {
    opacity: 0.18;
}


/* =====================================================
   TOP
===================================================== */

.domain-top {
    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-bottom: 14px;
}

.domain-number {
    color: #967522;

    font-family: monospace;

    font-size: 11px;
}


/* =====================================================
   BADGE
===================================================== */

.domain-badge {
    padding: 5px 9px;

    border-radius: 20px;

    color: #d4af37;

    background:
        rgba(212,175,55,0.08);

    border: 1px solid
        rgba(212,175,55,0.35);

    font-size: 9px;

    font-weight: 700;
}


/* =====================================================
   ICON
===================================================== */

.domain-icon {
    width: 45px;
    height: 45px;

    margin-bottom: 14px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 10px;

    color: #d4af37;

    background:
        rgba(212,175,55,0.08);

    border: 1px solid
        rgba(212,175,55,0.30);

    font-size: 18px;

    font-weight: 700;
}


/* =====================================================
   TITLE
===================================================== */

.domain-card h3 {
    margin: 0 0 12px;

    color: #f3eee5;

    font-family: Georgia, serif;

    font-size: 17px;

    line-height: 1.25;
}


/* =====================================================
   FEATURES
===================================================== */

.domain-card ul {
    list-style: none;

    padding: 0;
    margin: 0 0 15px;
}

.domain-card li {
    position: relative;

    padding-left: 13px;

    margin-bottom: 6px;

    color: #85827c;

    font-size: 10px;

    line-height: 1.4;
}

.domain-card li::before {
    content: "✓";

    position: absolute;

    left: 0;

    color: #d4af37;

    font-size: 9px;
}


/* =====================================================
   REGISTER
===================================================== */

.register-link {
    margin-top: auto;

    color: #d4af37;

    text-decoration: none;

    font-size: 10px;

    font-weight: 700;

    display: flex;

    align-items: center;

    gap: 5px;

    transition: 0.3s ease;
}

.register-link:hover {
    color: #fff;
    gap: 9px;
}


/* =====================================================
   TAP EFFECT
===================================================== */

.domain-card.active {

    transform: translateY(-6px);

    border-color: #d4af37;

    background: #111009;

    box-shadow:
        0 10px 40px
        rgba(212,175,55,0.25);
}

.domain-card.active::before {
    opacity: 0.18;
}

.domain-card.active .domain-icon {
    background:
        rgba(212,175,55,0.18);

    border-color: #d4af37;

    box-shadow:
        0 0 18px
        rgba(212,175,55,0.20);
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1050px) {

    .domains-grid {
        grid-template-columns:
            repeat(3, 1fr);
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 700px) {

    .domains-section {
        padding: 60px 18px;
    }

    .domains-heading h2 {
        font-size: 36px;
    }

    .domains-grid {
        grid-template-columns: 1fr;
    }

    .domain-card {
        min-height: 300px;
    }

}

/* =========================================
   REDUCE GAP BETWEEN HERO & DOMAIN SECTION
========================================= */

.elite-hero {
    padding-bottom: 20px ;
    margin-bottom: 0 ;
}

.domains-section {
    padding-top: 20px ;
    margin-top: 0 ;
}

.domains-section h2 {
    margin-top: 0 ;
}

/* =========================================================
   XENORIX ELITE
   SMALL GLOWING BALL AROUND DOMAIN ICON
========================================================= */

.domain-card {
    position: relative;
}


/* ---------------------------------------------------------
   DOMAIN ICON
--------------------------------------------------------- */

.domain-icon {
    position: relative;
    z-index: 2;
}


/* ---------------------------------------------------------
   ORBIT BALL
--------------------------------------------------------- */

.domain-icon::after {
    content: "";

    position: absolute;

    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #fff4b0;

    box-shadow:
        0 0 5px #ffffff,
        0 0 10px #ffd84d,
        0 0 18px rgba(212, 175, 55, 0.9);

    pointer-events: none;

    animation: iconOrbit 2.8s linear infinite;

}


/* ---------------------------------------------------------
   SMALL ORBIT AROUND ICON
--------------------------------------------------------- */

@keyframes iconOrbit {

    0% {
        left: 100%;
        top: 5%;

        transform:
            translate(-50%, -50%)
            scale(0.8);

        opacity: 0.7;
    }


    12.5% {
        left: 88%;
        top: 0%;

        transform:
            translate(-50%, -50%)
            scale(1);

        opacity: 1;
    }


    25% {
        left: 50%;
        top: -5%;

        transform:
            translate(-50%, -50%)
            scale(0.9);

        opacity: 1;
    }


    37.5% {
        left: 12%;
        top: 0%;

        transform:
            translate(-50%, -50%)
            scale(1);

        opacity: 1;
    }


    50% {
        left: 0%;
        top: 50%;

        transform:
            translate(-50%, -50%)
            scale(0.8);

        opacity: 0.8;
    }


    62.5% {
        left: 12%;
        top: 100%;

        transform:
            translate(-50%, -50%)
            scale(1);

        opacity: 1;
    }


    75% {
        left: 50%;
        top: 105%;

        transform:
            translate(-50%, -50%)
            scale(0.9);

        opacity: 1;
    }


    87.5% {
        left: 88%;
        top: 100%;

        transform:
            translate(-50%, -50%)
            scale(1);

        opacity: 1;
    }


    100% {
        left: 100%;
        top: 50%;

        transform:
            translate(-50%, -50%)
            scale(0.8);

        opacity: 0.7;
    }

}


/* ---------------------------------------------------------
   SOFT GOLD GLOW ON ICON
--------------------------------------------------------- */

.domain-card:hover .domain-icon,
.domain-card.active .domain-icon {

    filter:
        drop-shadow(
            0 0 8px rgba(212, 175, 55, 0.45)
        );

}


/* ---------------------------------------------------------
   MOBILE
--------------------------------------------------------- */

@media (max-width: 768px) {

    .domain-icon::after {

        width: 6px;
        height: 6px;

    }

}

/* =========================================
   4 DOMAIN CARDS IN ONE ROW
========================================= */

.domains-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    column-gap: 22px;
    row-gap: 22px;

    width: 100%;
    max-width: 1400px;

    margin: 0 auto;

    padding: 0 25px;

    box-sizing: border-box;
}


/* Every card gets equal width */

.domain-card {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}


/* =========================================
   TABLET — 2 CARDS
========================================= */

@media (max-width: 1000px) {

    .domains-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 20px;
    }

}


/* =========================================
   MOBILE — 1 CARD
========================================= */

@media (max-width: 600px) {

    .domains-grid {
        grid-template-columns: 1fr;

        gap: 18px;

        padding: 0 15px;
    }

}

/* =========================================================
   XENORIX ELITE HERO
   LEFT TEXT + RIGHT TECHNOLOGY IMAGE
========================================================= */

.elite-hero {
    width: 100%;

    min-height: 650px;

    display: grid;
    grid-template-columns: 43% 57%;

    align-items: center;

    position: relative;

    background: #000000;

    overflow: hidden;

    padding: 30px 3% 30px 4%;

    box-sizing: border-box;

    margin-top: 0;
}


/* =========================================================
   LEFT SIDE CONTENT
========================================================= */

.elite-content {
    position: relative;

    z-index: 5;

    padding-left: 3%;

    max-width: 650px;
}


.elite-label {
    color: #e6b82f;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 6px;

    margin-bottom: 28px;
}


.elite-content h1 {
    margin: 0;

    color: #ffffff;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: clamp(50px, 5vw, 78px);

    line-height: 0.98;

    font-weight: 700;

    letter-spacing: -2px;
}


.elite-content h1 span {
    display: block;

    color: #e6b82f;

    margin-top: 5px;
}


.elite-content p {
    max-width: 590px;

    margin-top: 35px;

    color: #c5c5c5;

    font-size: 16px;

    line-height: 1.8;
}


/* =========================================================
   BUTTON
========================================================= */

.elite-btn {
    display: inline-flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    min-width: 215px;

    margin-top: 35px;

    padding: 17px 25px;

    background: #e6b82f;

    color: #050505;

    text-decoration: none;

    font-size: 15px;

    font-weight: 700;

    border-radius: 6px;

    transition: 0.3s ease;
}


.elite-btn span {
    font-size: 24px;

    line-height: 1;
}


.elite-btn:hover {
    transform: translateY(-3px);

    background: #f1c541;

    box-shadow:
        0 10px 30px
        rgba(230, 184, 47, 0.25);
}


/* =========================================================
   RIGHT IMAGE CONTAINER
========================================================= */

.elite-visual {
    width: 100%;

    height: 100%;

    min-height: 600px;

    display: flex;

    align-items: center;

    justify-content: center;

    position: relative;

    z-index: 2;

    overflow: hidden;
}


/* =========================================================
   RIGHT TECHNOLOGY IMAGE
========================================================= */

.elite-visual img {
    width: 90%;

    max-width: 620px;

    height: auto;

    display: block;

    object-fit: contain;

    transform: translateX(-2%);

    pointer-events: none;

    user-select: none;
}


/* =========================================================
   IMPORTANT
   REMOVE OLD HERO GLOW
========================================================= */

.elite-hero::before,
.elite-hero::after,
.elite-visual::before,
.elite-visual::after {
    display: none !important;

    content: none !important;

    background: none !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .elite-hero {
        grid-template-columns: 45% 55%;

        min-height: 600px;

        padding-left: 3%;
    }


    .elite-content {
        padding-left: 2%;
    }


    .elite-content h1 {
        font-size: 55px;
    }


    .elite-visual {
        min-height: 520px;
    }


    .elite-visual img {
        width: 120%;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

    .elite-hero {

        grid-template-columns: 1fr;

        min-height: auto;

        padding:
            70px 25px
            40px;
    }


    .elite-content {

        padding-left: 0;

        max-width: 100%;

        text-align: center;
    }


    .elite-label {

        font-size: 12px;

        letter-spacing: 4px;
    }


    .elite-content h1 {

        font-size: 46px;

        letter-spacing: -1px;
    }


    .elite-content p {

        margin-left: auto;

        margin-right: auto;

        font-size: 15px;
    }


    .elite-btn {

        margin-left: auto;

        margin-right: auto;
    }


    .elite-visual {

        min-height: 430px;

        margin-top: 25px;
    }


    .elite-visual img {

        width: 110%;

        transform: none;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .elite-content h1 {

        font-size: 38px;
    }


    .elite-content p {

        font-size: 14px;
    }


    .elite-visual {

        min-height: 320px;
    }


    .elite-visual img {

        width: 115%;
    }

}

/* =========================================================
   FIX XENORIX ELITE HERO HIDING BEHIND NAVBAR
========================================================= */

.navbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;

    z-index: 9999 !important;
}


/* Push the ENTIRE hero below the navbar */

.elite-hero {
    position: relative !important;

    margin-top: 90px !important;

    min-height: calc(650px - 90px) !important;

    box-sizing: border-box !important;
}


/* Move left content slightly right */

.elite-content {
    position: relative !important;

    left: 45px !important;

    z-index: 10 !important;
}

/* =========================================================
   WHY CHOOSE XENORIX
========================================================= */

.why-xenorix {
    width: 100%;
    background: #050505;
    color: #ffffff;
    padding: 120px 0 110px;
    position: relative;
    overflow: hidden;
}


/* =========================================================
   MAIN CONTAINER
========================================================= */

.why-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 35px;
    box-sizing: border-box;
}


/* =========================================================
   HEADING
========================================================= */

.why-heading {
    margin-bottom: 45px;
}


.why-label {
    color: #e6b82f;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 5px;

    margin-bottom: 20px;

    text-transform: uppercase;
}


.why-heading h2 {
    margin: 0;

    color: #ffffff;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: clamp(40px, 4vw, 58px);

    line-height: 1.12;

    font-weight: 700;

    letter-spacing: -1.5px;
}


/* =========================================================
   FOUR CARD GRID
========================================================= */

.why-cards {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 22px;

    width: 100%;
}


/* =========================================================
   CARD
========================================================= */

.why-card {
    min-width: 0;

    background:
        linear-gradient(
            145deg,
            #15130f,
            #0c0b09
        );

    border: 1px solid
        rgba(230, 184, 47, 0.32);

    border-radius: 24px;

    overflow: hidden;

    position: relative;

    box-sizing: border-box;

    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}


/* =========================================================
   CARD HOVER
========================================================= */

.why-card:hover {
    transform: translateY(-8px);

    border-color:
        rgba(230, 184, 47, 0.85);

    box-shadow:
        0 15px 45px
        rgba(230, 184, 47, 0.12);
}


/* =========================================================
   IMAGE AREA
========================================================= */

.why-image {
    width: 100%;

    height: 290px;

    display: flex;

    align-items: center;

    justify-content: center;

    overflow: hidden;

    background: #050505;
}


/* =========================================================
   CARD IMAGE
========================================================= */

.why-image img {
    width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;

    transition:
        transform 0.45s ease;
}


/* IMAGE ZOOM */

.why-card:hover .why-image img {
    transform: scale(1.04);
}


/* =========================================================
   CARD CONTENT
========================================================= */

.why-content {
    padding: 25px 28px 30px;
}


/* =========================================================
   CARD TITLE
========================================================= */

.why-content h3 {
    margin: 0 0 14px;

    color: #ffffff;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 21px;

    line-height: 1.35;

    font-weight: 700;
}


/* =========================================================
   CARD DESCRIPTION
========================================================= */

.why-content p {
    margin: 0;

    color: #bdbdbd;

    font-size: 15px;

    line-height: 1.7;

    font-weight: 400;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .why-container {
        padding: 0 25px;
    }


    .why-cards {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 20px;
    }


    .why-image {
        height: 280px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .why-xenorix {
        padding: 80px 0 70px;
    }


    .why-container {
        padding: 0 20px;
    }


    .why-heading {
        margin-bottom: 35px;
    }


    .why-label {
        font-size: 11px;

        letter-spacing: 4px;
    }


    .why-heading h2 {
        font-size: 38px;

        letter-spacing: -1px;
    }


    .why-cards {
        grid-template-columns: 1fr;

        gap: 20px;
    }


    .why-image {
        height: 300px;
    }


    .why-content {
        padding:
            23px 24px 28px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .why-heading h2 {
        font-size: 32px;
    }


    .why-image {
        height: 270px;
    }


    .why-content h3 {
        font-size: 19px;
    }


    .why-content p {
        font-size: 14px;
    }

}

/* =====================================================
   XENORIX FEEDBACK
===================================================== */

.feedback-section {
    width: 100%;
    background: #000;
    padding: 100px 4% 120px;
    box-sizing: border-box;
    color: #fff;
}


/* =====================================================
   HEADING
===================================================== */

.feedback-heading {
    max-width: 1500px;
    margin: 0 auto 55px;
}

.feedback-heading span {
    display: block;

    color: #e8b52d;

    font-size: 14px;
    font-weight: 700;

    letter-spacing: 5px;

    margin-bottom: 22px;
}

.feedback-heading h2 {
    margin: 0;

    color: #fff;

    font-size: clamp(35px, 4vw, 55px);

    font-family: Arial, Helvetica, sans-serif;

    line-height: 1.15;

    font-weight: 700;
}


/* =====================================================
   THREE CARDS
===================================================== */

.feedback-grid {
    width: 100%;
    max-width: 1200px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 10px;
}


/* =====================================================
   CARD
===================================================== */

.feedback-card {
    position: relative;

    min-height: 500px;

    padding: 30px;

    box-sizing: border-box;

    background:
        linear-gradient(
            145deg,
            #080808,
            #020202
        );

    border: 1px solid #d99f16;

    border-radius: 22px;

    overflow: hidden;

    transition: 0.4s ease;
}


/* TOP GOLD LIGHT */

.feedback-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 50%;

    width: 90px;
    height: 2px;

    transform: translateX(-50%);

    background: #ffd45a;

    box-shadow:
        0 0 10px #e8b52d,
        0 0 25px #e8b52d;
}


/* HOVER */

.feedback-card:hover {
    transform: translateY(-8px);

    border-color: #f5c542;

    box-shadow:
        0 15px 45px
        rgba(232, 181, 45, 0.15);
}


/* =====================================================
   TOP
===================================================== */

.feedback-top {
    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    margin-bottom: 15px;
}


/* QUOTE */

.quote {
    color: #e8b52d;

    font-family: Georgia, serif;

    font-size: 78px;

    font-weight: bold;

    line-height: 0.7;

    text-shadow:
        0 0 15px
        rgba(232, 181, 45, 0.5);
}


/* STARS */

.stars {
    color: #e8b52d;

    font-size: 23px;

    letter-spacing: 4px;

    margin-top: 10px;

    text-shadow:
        0 0 12px
        rgba(232, 181, 45, 0.5);
}


/* =====================================================
   IMAGE + TEXT
===================================================== */

.feedback-content {
    display: grid;

    grid-template-columns: 43% 57%;

    align-items: center;

    gap: 20px;

    min-height: 230px;
}


/* IMAGE */

.feedback-image {
    width: 100%;
    height: 190px;

    display: flex;

    align-items: center;
    justify-content: center;
}

.feedback-image img {
    width: 100%;
    height: 100%;

    object-fit: contain;

    display: block;

    filter:
        drop-shadow(
            0 0 15px
            rgba(232, 181, 45, 0.35)
        );

    transition: 0.4s ease;
}

.feedback-card:hover
.feedback-image img {
    transform: scale(1.06);
}


/* TEXT */

.feedback-content p {
    margin: 0;

    color: #f1f1f1;

    font-size: 17px;

    line-height: 1.65;
}


/* =====================================================
   DIVIDER
===================================================== */

.feedback-divider {
    width: 100%;

    height: 1px;

    margin: 22px 0;

    background:
        linear-gradient(
            90deg,
            transparent,
            #e8b52d,
            transparent
        );

    box-shadow:
        0 0 8px
        rgba(232, 181, 45, 0.4);
}


/* =====================================================
   USER
===================================================== */

.feedback-user {
    display: flex;

    align-items: center;

    gap: 18px;
}


/* USER ICON */

.user-icon {
    width: 70px;
    height: 70px;

    flex-shrink: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 1px solid #e8b52d;

    border-radius: 50%;

    font-size: 28px;

    background: #080808;

    box-shadow:
        0 0 15px
        rgba(232, 181, 45, 0.12);
}


/* NAME */

.feedback-user h3 {
    margin: 0 0 5px;

    color: #e8b52d;

    font-size: 21px;
}


/* DETAILS */

.feedback-user span {
    display: block;

    color: #d0d0d0;

    font-size: 14px;

    line-height: 1.6;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1100px) {

    .feedback-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 700px) {

    .feedback-section {
        padding: 75px 20px 90px;
    }

    .feedback-grid {
        grid-template-columns: 1fr;
    }

    .feedback-content {
        grid-template-columns: 1fr;
    }

    .feedback-image {
        height: 200px;
    }

    .feedback-card {
        min-height: auto;
    }

}


/* Temporarily hide Career application form */
/* .career-apply-section {
    display: none !important;
} */


/* =========================================================
   FINAL XENORIX ELITE HERO RESPONSIVE FIX
   Desktop: full hero
   Half desktop/tablet: stacked, contained hero
   Mobile: compact stacked hero
   ========================================================= */

.elite-hero {
    width: 100%;
    box-sizing: border-box;
}

/* Half desktop + tablet */
@media (max-width: 1199px) {

    .elite-hero {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        min-height: auto !important;
        margin-top: 74px !important;
        padding: 80px 6% 55px !important;
        overflow: hidden !important;
    }

    .elite-content {
        width: 100% !important;
        max-width: 760px !important;
        margin: 0 auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        left: 0 !important;
        text-align: center !important;
    }

    .elite-content h1,
    .elite-content p {
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 760px !important;
    }

    .elite-btn {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .elite-visual {
        width: 100% !important;
        max-width: 760px !important;
        min-height: 430px !important;
        height: auto !important;
        margin: 30px auto 0 !important;
        overflow: hidden !important;
        box-sizing: border-box;
    }

    .elite-visual img {
        width: min(100%, 620px) !important;
        max-width: 100% !important;
        height: auto !important;
        transform: none !important;
        margin: 0 auto !important;
    }
}

/* Mobile */
@media (max-width: 767px) {

    .elite-hero {
        margin-top: 75px !important;
        padding: 45px 18px 40px !important;
    }

    .elite-content {
        max-width: 100% !important;
    }

    .elite-content h1 {
        width: 100% !important;
        max-width: 100% !important;
        font-size: clamp(38px, 10vw, 48px) !important;
        line-height: 1.02 !important;
        letter-spacing: -1.2px !important;
    }

    .elite-content p {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        font-size: 15px !important;
        line-height: 1.65 !important;
        text-align: center !important;
    }

    .elite-btn {
        max-width: 100% !important;
    }

    .elite-visual {
        min-height: 340px !important;
        margin-top: 22px !important;
    }

    .elite-visual img {
        width: min(100%, 500px) !important;
        max-width: 100% !important;
    }
}

/* Very small phones */
@media (max-width: 430px) {

    .elite-hero {
        margin-top: 75px !important;
        padding: 36px 16px 32px !important;
    }

    .elite-content h1 {
        font-size: 36px !important;
    }

    .elite-content p {
        font-size: 14px !important;
    }

    .elite-visual {
        min-height: 300px !important;
    }

    .elite-visual img {
        width: 100% !important;
    }
}
