/* =========================================================
   XENORIX TECHNOLOGY — CSS
   Based on the supplied Technology HTML.
   Only selectors used by the Technology HTML are retained.
   ========================================================= */

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

html {
scroll-behavior: smooth;
}

body {
margin: 0;

    background: #030303;

    color: #ffffff;

    font-family: "Inter", sans-serif;

    overflow-x: hidden;
}

a {
text-decoration: none;

    color: inherit;
}

@media (max-width: 1100px) {
.nav-menu {
gap: 25px;
}
}

@media (max-width: 700px) {
.navbar {
height: 75px;
}

.nav-container {
width: 90%;
}

.logo {
width: 58px;

        height: 58px;
}

.logo img {
width: 52px;

        height: 52px;
}

.nav-menu {
position: absolute;

        top: 75px;

        left: 0;

        width: 100%;

        padding: 25px;

        display: none;

        flex-direction: column;

        gap: 25px;

        background: rgba(3, 3, 3, 0.98);

        border-bottom:
            1px solid
            rgba(212, 175, 55, 0.15);
}

.nav-menu.show {
display: flex;
}

.nav-button {
display: none;
}

.menu-toggle {
display: block;
}
}

@media (max-width: 420px) {

}

:root {
--black: #050507;
    --dark: #09090d;
    --dark-card: #0c0c11;
    --gold: #e7ad24;
    --gold-light: #ffd766;
    --gold-dark: #a9700b;
    --white: #f7f7f8;
    --gray: #9b9ca6;
    --border: rgba(231,173,36,0.20);
}

.feedback-section {
position: relative;
    width: 100%;
    padding: 40px 0 70px;
    overflow: hidden;
}

.feedback-heading {
width: min(1200px, 88%);
    margin: 0 auto 35px;
}

.feedback-heading > span {
display: block;
    margin-bottom: 10px;

    font-family: "Times New Roman", Times, serif;
    font-size: 10px;
    letter-spacing: 3px;

    color: #d4af37;
}

.feedback-heading h3 {
margin: 0;

    font-family: "Times New Roman", Times, serif;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 600;
    letter-spacing: -1px;

    color: #f5f5f5;
}

.feedback-heading p {
max-width: 650px;

    margin: 12px 0 0;

    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    line-height: 1.7;

    color: rgba(255,255,255,0.45);
}

.feedback-card {
position: relative;

    width: 330px;
    min-height: 240px;

    flex: 0 0 330px;

    padding: 28px;

    box-sizing: border-box;

    display: flex;
    flex-direction: column;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,0.045),
            rgba(255,255,255,0.012)
        );

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

    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        background 0.35s ease;

    overflow: hidden;
}

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

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 1px;

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

    opacity: 0.7;
}

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

    position: absolute;

    width: 150px;
    height: 150px;

    right: -80px;
    bottom: -80px;

    border-radius: 50%;

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

    filter: blur(35px);

    pointer-events: none;
}

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

    border-color: rgba(212,175,55,0.55);

    background:
        linear-gradient(
            145deg,
            rgba(212,175,55,0.075),
            rgba(255,255,255,0.015)
        );
}

.feedback-card:hover .feedback-icon {
transform: rotate(-5deg);

    box-shadow:
        0 0 25px rgba(212,175,55,0.18);
}

.feedback-card h4 {
margin: 0 0 13px;

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

    color: #f3f3f3;

    font-size: 18px;
    font-weight: 500;

    line-height: 1.3;
}

.feedback-card p {
max-width: 265px;

    margin: 0;

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

    color: rgba(255,255,255,0.48);

    font-size: 16px;
    line-height: 1.75;
}

@media (max-width: 768px) {
.feedback-section {
padding: 35px 0 60px;
}

.feedback-heading {
width: 88%;
}

.feedback-heading h3 {
font-size: 30px;
}

.feedback-card {
width: 285px;
        min-height: 220px;

        flex-basis: 285px;

        padding: 24px;
}

.feedback-card h4 {
font-size: 16px;
}

.feedback-card p {
font-size: 11px;
}
}

.xnx-contact-section,
.xnx-join-section {
position: relative;
    width: 100%;
    padding: 115px 5% 105px;
    background:
        radial-gradient(circle at 80% 15%, rgba(231,173,36,0.07), transparent 28%),
        #050507;
    overflow: hidden;
}

.xnx-contact-container,
.xnx-join-container {
width: min(1180px, 100%);
    margin: 0 auto;
}

.xnx-section-heading {
max-width: 760px;
    margin: 0 auto 58px;
    text-align: center;
}

.xnx-eyebrow {
display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--gold);
    font-family: "Times New Roman", Times, serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
}

.xnx-eyebrow::before {
content: "";
    width: 25px;
    height: 1px;
    background: var(--gold);
}

.xnx-section-heading h2,
.xnx-join-copy h2 {
margin: 16px 0 14px;
    color: #f7f7f8;
    font-family: "Times New Roman", Times, serif;
    font-size: clamp(38px, 4.5vw, 62px);
    line-height: 1.08;
    letter-spacing: -1.5px;
}

.xnx-section-heading p,
.xnx-join-copy > p {
color: #9697a1;
    font-size: 16px;
    line-height: 1.8;
}

.xnx-contact-grid,
.xnx-join-container {
display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 60px;
    align-items: start;
}

.xnx-contact-info {
display: flex;
    flex-direction: column;
    gap: 12px;
}

.xnx-info-card {
display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 18px 20px;
    border: 1px solid rgba(231,173,36,0.17);
    background: rgba(10,10,14,0.78);
    border-radius: 6px;
    transition: .3s ease;
}

.xnx-info-card:hover {
border-color: rgba(231,173,36,0.48);
    transform: translateX(5px);
}

.xnx-info-number {
min-width: 35px;
    color: var(--gold);
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: 700;
}

.xnx-info-card strong {
display: block;
    color: #f3f3f4;
    font-size: 16px;
    margin-bottom: 5px;
}

.xnx-info-card p {
color: #858691;
    font-size: 13px;
    line-height: 1.55;
}

.xnx-form {
display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 30px;
    border: 1px solid rgba(231,173,36,0.18);
    border-radius: 7px;
    background:
        linear-gradient(145deg, rgba(14,14,19,0.96), rgba(7,7,10,0.96));
    box-shadow: 0 24px 70px rgba(0,0,0,0.28);
}

.xnx-form-row {
display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.xnx-form label {
display: block;
    margin-bottom: 8px;
    color: #777883;
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.xnx-form input,
.xnx-form select,
.xnx-form textarea {
width: 100%;
    border: 1px solid rgba(231,173,36,0.18);
    border-radius: 5px;
    outline: none;
    background: #0b0b10;
    color: #f5f5f6;
    padding: 14px 15px;
    font-family: "Times New Roman", Times, serif;
    font-size: 15px;
    transition: .25s ease;
}

.xnx-form input::placeholder,
.xnx-form textarea::placeholder {
color: #5f6069;
}

.xnx-form input:focus,
.xnx-form select:focus,
.xnx-form textarea:focus {
border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(231,173,36,0.06);
}

.xnx-form textarea {
min-height: 130px;
    resize: vertical;
}

.xnx-submit-btn {
align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    border: 0;
    border-radius: 5px;
    padding: 14px 21px;
    cursor: pointer;
    color: #080808;
    background: linear-gradient(135deg, #d99b18, #f7c440);
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: 800;
    transition: .3s ease;
}

.xnx-submit-btn span {
width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #080808;
    color: var(--gold-light);
}

.xnx-submit-btn:hover {
transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(231,173,36,0.2);
}

.xnx-form-status {
display: none;
    margin: 0;
    padding: 11px 13px;
    border: 1px solid rgba(231,173,36,0.22);
    background: rgba(231,173,36,0.05);
    color: #d7b657;
    font-size: 13px;
    line-height: 1.5;
}

.xnx-form-status.show {
display: block;
}

@media (max-width: 950px) {
.xnx-contact-grid,
    .xnx-join-container {
grid-template-columns: 1fr;
        gap: 38px;
}

.xnx-contact-info {
max-width: 760px;
}
}

@media (max-width: 650px) {
.xnx-contact-section,
    .xnx-join-section {
padding: 80px 20px;
}

.xnx-section-heading {
margin-bottom: 38px;
}

.xnx-form {
padding: 20px;
}

.xnx-form-row {
grid-template-columns: 1fr;
}

.xnx-submit-btn {
width: 100%;
        justify-content: center;
}

.xnx-section-heading h2,
    .xnx-join-copy h2 {
font-size: 36px;
}
}

.xnx-footer {
width: 100%;
    padding: 80px 5% 28px;

    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(231, 173, 36, 0.06),
            transparent 30%
        ),
        #050507;

    color: #92939d;

    border-top: 1px solid rgba(231, 173, 36, 0.14);
}

.xnx-footer-main {
width: min(1300px, 100%);
    margin: 0 auto;

    display: grid;

    grid-template-columns:
        1.7fr
        1fr
        1fr
        1fr;

    gap: 65px;
}

.xnx-footer-logo {
display: inline-flex;

    text-decoration: none;

    color: #f5f5f5;

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

    font-size: 32px;
    font-weight: 800;

    letter-spacing: -1px;

    margin-bottom: 18px;

    transition: 0.3s ease;
}

.xnx-footer-logo span {
color: #e7ad24;
}

.xnx-footer-logo:hover {
transform: translateY(-2px);
}

.xnx-footer-brand p {
max-width: 430px;

    margin: 0;

    color: #898995;

    font-size: 15px;

    line-height: 1.8;
}

.xnx-socials {
display: flex;

    gap: 12px;

    margin-top: 26px;
}

.xnx-socials a {
width: 46px;
    height: 46px;

    display: flex;

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

    border-radius: 50%;

    background: rgba(231, 173, 36, 0.05);

    border: 1px solid rgba(231, 173, 36, 0.18);

    color: #b9bac2;

    font-size: 13px;

    font-weight: 700;

    text-decoration: none;

    transition: 0.3s ease;
}

.xnx-socials a:hover {
color: #080808;

    background: #e7ad24;

    border-color: #e7ad24;

    transform: translateY(-4px);

    box-shadow:
        0 10px 30px rgba(231, 173, 36, 0.18);
}

.xnx-footer-column {
display: flex;

    flex-direction: column;

    align-items: flex-start;
}

.xnx-footer-column h4 {
position: relative;

    margin: 3px 0 27px;

    color: #f5f5f5;

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

    font-size: 20px;

    font-weight: 700;
}

.xnx-footer-column h4::after {
content: "";

    position: absolute;

    left: 0;
    bottom: -9px;

    width: 28px;
    height: 2px;

    background: #e7ad24;
}

.xnx-footer-column a,
.xnx-footer-hours {
display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 16px;

    color: #858691;

    font-size: 14px;

    line-height: 1.5;

    text-decoration: none;

    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

.xnx-footer-column a:hover {
color: #e7ad24;

    transform: translateX(5px);
}

.xnx-contact-icon {
width: 22px;
    min-width: 22px;

    display: inline-flex;

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

    color: #e7ad24;

    font-size: 16px;
}

.xnx-footer-contact a:hover {
transform: translateX(4px);
}

.xnx-footer-hours {
color: #858691;
}

.xnx-footer-bottom {
width: min(1300px, 100%);

    margin: 55px auto 0;

    padding-top: 25px;

    border-top:
        1px solid rgba(255, 255, 255, 0.07);

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    color: #666771;

    font-size: 13px;
}

.xnx-footer-legal {
display: flex;

    align-items: center;

    gap: 28px;
}

.xnx-footer-legal a {
color: #73747e;

    text-decoration: none;

    transition: 0.25s ease;
}

.xnx-footer-legal a:hover {
color: #e7ad24;
}

@media (max-width: 1050px) {
.xnx-footer-main {
grid-template-columns:
            1.5fr
            1fr
            1fr;

        gap: 45px;
}

.xnx-footer-brand {
grid-column: 1 / -1;
}
}

@media (max-width: 700px) {
.xnx-footer {
padding: 65px 22px 25px;
}

.xnx-footer-main {
grid-template-columns: 1fr 1fr;

        gap: 40px 25px;
}

.xnx-footer-brand {
grid-column: 1 / -1;
}

.xnx-footer-logo {
font-size: 28px;
}

.xnx-footer-column h4 {
font-size: 18px;
}

.xnx-footer-column a,
    .xnx-footer-hours {
font-size: 13px;
}

.xnx-footer-bottom {
flex-direction: column;

        align-items: flex-start;

        margin-top: 40px;

        gap: 18px;
}

.xnx-footer-legal {
flex-wrap: wrap;

        gap: 12px 20px;
}
}

@media (max-width: 450px) {
.xnx-footer-main {
grid-template-columns: 1fr;
}

.xnx-footer-brand {
grid-column: auto;
}

.xnx-socials a {
width: 42px;
        height: 42px;
}
}

.tech-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;
}

.tech-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;
}

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

    position: relative;

    z-index: 5;

    padding-left: 0;

    margin-left: 45px;
}

.tech-label {
color: #d4af37;

    font-size: 15px;

    font-weight: 700;

    letter-spacing: 5px;

    margin-bottom: 25px;

    text-transform: uppercase;
}

.tech-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;
}

.tech-content h1 span {
display: block;

    color: #d4af37;

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

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

    margin-top: 30px;

    margin-bottom: 35px;

    color: #aaa49a;

    font-size: 18px;

    line-height: 1.8;
}

.tech-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;
}

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

    transition: transform 0.3s ease;
}

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

    transform: translateY(-4px);

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

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

@media (max-width: 768px) {
.tech-hero {
min-height: 650px;

        padding: 70px 25px;
}

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

        letter-spacing: 4px;
}

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

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

        line-height: 1.7;
}

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

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

.tech-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;
}

.tech-content {
position: relative;

    z-index: 5;

    padding-left: 3%;

    max-width: 650px;
}

.tech-label {
color: #e6b82f;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 6px;

    margin-bottom: 28px;
}

.tech-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;
}

.tech-content h1 span {
display: block;

    color: #e6b82f;

    margin-top: 5px;
}

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

    margin-top: 35px;

    color: #c5c5c5;

    font-size: 16px;

    line-height: 1.8;
}

.tech-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;
}

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

    line-height: 1;
}

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

    background: #f1c541;

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

.tech-visual {
width: 100%;

    height: 100%;

    min-height: 600px;

    display: flex;

    align-items: center;

    justify-content: center;

    position: relative;

    z-index: 2;

    overflow: hidden;
}

.tech-visual img {
width: 90%;

    max-width: 620px;

    height: auto;

    display: block;

    object-fit: contain;

    transform: translateX(-2%);

    pointer-events: none;

    user-select: none;
}

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

    content: none !important;

    background: none !important;
}

@media (max-width: 1100px) {
.tech-hero {
grid-template-columns: 45% 55%;

        min-height: 600px;

        padding-left: 3%;
}

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

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

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

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

@media (max-width: 768px) {
.tech-hero {
grid-template-columns: 1fr;

        min-height: auto;

        padding:
            70px 25px
            40px;
}

.tech-content {
padding-left: 0;

        max-width: 100%;

        text-align: center;
}

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

        letter-spacing: 4px;
}

.tech-content h1 {
font-size: 46px;

        letter-spacing: -1px;
}

.tech-content p {
margin-left: auto;

        margin-right: auto;

        font-size: 15px;
}

.tech-btn {
margin-left: auto;

        margin-right: auto;
}

.tech-visual {
min-height: 430px;

        margin-top: 25px;
}

.tech-visual img {
width: 110%;

        transform: none;
}
}

@media (max-width: 480px) {
.tech-content h1 {
font-size: 38px;
}

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

.tech-visual {
min-height: 320px;
}

.tech-visual img {
width: 115%;
}
}

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

    z-index: 9999 !important;
}

.tech-hero {
position: relative !important;

    margin-top: 90px !important;

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

    box-sizing: border-box !important;
}

.tech-content {
position: relative !important;

    left: 45px !important;

    z-index: 10 !important;
}

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

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

.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;
}

.why-cards {
display: grid;

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

    gap: 22px;

    width: 100%;
}

.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;
}

.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);
}

.why-image {
width: 100%;

    height: 290px;

    display: flex;

    align-items: center;

    justify-content: center;

    overflow: hidden;

    background: #050505;
}

.why-image img {
width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;

    transition:
        transform 0.45s ease;
}

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

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

.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;
}

.why-content p {
margin: 0;

    color: #bdbdbd;

    font-size: 15px;

    line-height: 1.7;

    font-weight: 400;
}

@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;
}
}

@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;
}
}

@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;
}
}

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

.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;
}

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

    margin: 0 auto;

    display: grid;

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

    gap: 10px;
}

.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;
}

.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;
}

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

    border-color: #f5c542;

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

.feedback-top {
display: flex;

    align-items: flex-start;

    justify-content: space-between;

    margin-bottom: 15px;
}

.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 {
color: #e8b52d;

    font-size: 23px;

    letter-spacing: 4px;

    margin-top: 10px;

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

.feedback-content {
display: grid;

    grid-template-columns: 43% 57%;

    align-items: center;

    gap: 20px;

    min-height: 230px;
}

.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);
}

.feedback-content p {
margin: 0;

    color: #f1f1f1;

    font-size: 17px;

    line-height: 1.65;
}

.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);
}

.feedback-user {
display: flex;

    align-items: center;

    gap: 18px;
}

.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);
}

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

    color: #e8b52d;

    font-size: 21px;
}

.feedback-user span {
display: block;

    color: #d0d0d0;

    font-size: 14px;

    line-height: 1.6;
}

@media (max-width: 1100px) {
.feedback-grid {
grid-template-columns: repeat(2, 1fr);
}
}

@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;
}
}

.xnx-faq-item:not(.active) .xnx-faq-answer {
display: none !important;
}

.xnx-portfolio-section {
width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 90px 5% 100px;
    background: #050505;
    color: #fff;
}

.xnx-portfolio-header {
text-align: center;
    margin-bottom: 65px;
}

.xnx-portfolio-label {
color: #f0b90b;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 18px;
}

.xnx-portfolio-header h2 {
font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 5vw, 70px);
    line-height: 1;
    margin: 0 0 22px;
    color: #fff;
    white-space: nowrap;
}

.xnx-portfolio-header h2 span {
color: #f0b90b;
}

.xnx-portfolio-header p {
color: #d0d0d0;
    font-size: 17px;
    line-height: 1.6;
}

.xnx-process {
display: grid;

    grid-template-columns:
        1fr 60px
        1fr 60px
        1fr 60px
        1fr;

    align-items: start;

    margin-bottom: 65px;
}

.xnx-process-item {
text-align: center;
}

.xnx-process-icon {
width: 100px;
    height: 100px;

    margin: 0 auto;

    border: 2px solid #f0b90b;
    border-radius: 50%;

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

    color: #f0b90b;

    font-size: 38px;

    box-shadow:
        0 0 20px rgba(240, 185, 11, 0.20),
        0 0 45px rgba(240, 185, 11, 0.06);
}

.xnx-process-item h3 {
margin-top: 18px;

    color: #f0b90b;

    font-size: 20px;

    letter-spacing: 1px;
}

.xnx-process-item p {
margin-top: 10px;

    color: #cfcfcf;

    font-size: 14px;

    line-height: 1.7;
}

.xnx-process-arrow {
color: #f0b90b;

    font-size: 32px;

    text-align: center;

    margin-top: 32px;
}

.xnx-projects {
display: grid;

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

    gap: 18px;
}

.xnx-project-card {
background: #080808;

    border: 1px solid
        rgba(240, 185, 11, 0.40);

    border-radius: 17px;

    overflow: hidden;

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

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

    border-color: #f0b90b;

    box-shadow:
        0 15px 45px
        rgba(240, 185, 11, 0.10);
}

.xnx-project-image {
position: relative;

    width: 100%;
    height: 260px;

    overflow: hidden;

    background: #050505;
}

.xnx-project-image img {
width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform 0.5s ease;
}

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

.xnx-project-number {
position: absolute;

    top: 14px;
    left: 14px;

    z-index: 2;

    width: 48px;
    height: 42px;

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

    border: 1px solid #f0b90b;

    border-radius: 10px;

    background: #050505;

    color: #f0b90b;

    font-size: 19px;

    font-weight: 500;
}

.xnx-project-content {
padding: 22px 24px 25px;
}

.xnx-project-category {
color: #f0b90b;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 0.8px;
}

.xnx-project-content h3 {
margin-top: 15px;

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

    font-size: 22px;

    line-height: 1.3;

    color: #fff;
}

.xnx-gold-line {
width: 100%;

    height: 1px;

    margin: 16px 0;

    background:
        linear-gradient(
            to right,
            #f0b90b,
            rgba(240, 185, 11, 0.05)
        );
}

.xnx-project-content p {
color: #cfcfcf;

    font-size: 14px;

    line-height: 1.7;

    min-height: 52px;
}

.xnx-case-study {
display: inline-flex;

    align-items: center;

    gap: 10px;

    margin-top: 20px;

    color: #f0b90b;

    text-decoration: none;

    font-size: 14px;

    font-weight: 600;
}

.xnx-case-study span {
width: 38px;
    height: 38px;

    display: flex;

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

    border: 1px solid #f0b90b;

    border-radius: 50%;

    font-size: 19px;

    transition:
        background 0.3s ease,
        color 0.3s ease;
}

.xnx-case-study:hover span {
background: #f0b90b;
    color: #050505;
}

.xnx-explore-button {
display: flex;

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

    gap: 12px;

    width: fit-content;

    margin: 25px auto 0;

    padding: 14px 30px;

    border: 1px solid #f0b90b;

    border-radius: 30px;

    color: #f0b90b;

    text-decoration: none;

    font-size: 14px;

    transition:
        background 0.3s ease,
        color 0.3s ease;
}

.xnx-explore-button:hover {
background: #f0b90b;

    color: #050505;
}

.xnx-explore-button span {
font-size: 19px;
}

@media (max-width: 1100px) {
.xnx-projects {
grid-template-columns: repeat(2, 1fr);
}

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

        gap: 45px;
}

.xnx-process-arrow {
display: none;
}
}

@media (max-width: 650px) {
.xnx-portfolio-section {
padding: 60px 18px 70px;
}

.xnx-portfolio-header h2 {
font-size: 48px;
}

.xnx-portfolio-header p {
font-size: 15px;
}

.xnx-process {
grid-template-columns: 1fr;

        gap: 40px;
}

.xnx-projects {
grid-template-columns: 1fr;
}

.xnx-project-image {
height: 240px;
}
}

body,
button,
input,
textarea,
select,
.nav-link,
.nav-button,
.hero-left h1,
.hero-text,
.point strong,
.primary-btn,
.outline-btn,
.orbit-card small,
.orbit-card strong,
.xnx-path-header h2,
.xnx-path-header p,
.xnx-path-content h3,
.xnx-path-content p,
.discover-heading,
.achievement-heading {
font-family: "Times New Roman", Times, serif;
}


/* =========================================================
   XENORIX TECHNOLOGY — FINAL RESPONSIVE CSS
   ========================================================= */

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

html {
    scroll-behavior: smooth;
    width: 100%;
    max-width: 100%;
}

body {
    margin: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden !important;
}

img {
    max-width: 100%;
}

button,
input,
textarea,
select {
    max-width: 100%;
}

/* ================= NAVBAR ================= */

.navbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 99999 !important;
}

.nav-container {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
    min-width: 0;
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--gold, #e7ad24);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 100001;
}

.menu-toggle:focus-visible {
    outline: 2px solid var(--gold, #e7ad24);
    outline-offset: 3px;
}

/* ================= HERO DESKTOP ================= */

.tech-hero {
    width: 100%;
    max-width: 100%;
    min-height: 650px;
    margin-top: 90px;
    padding: 30px 4%;
    display: grid;
    grid-template-columns: minmax(0, 43%) minmax(0, 57%);
    align-items: center;
    position: relative;
    overflow: hidden;
    background: #000;
}

.tech-content {
    width: 100%;
    max-width: 650px;
    min-width: 0;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 10;
}

.tech-label {
    color: #e6b82f;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 6px;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.tech-content h1 {
    width: 100%;
    max-width: 100%;
    margin: 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(50px, 5vw, 78px);
    line-height: .98;
    font-weight: 700;
    letter-spacing: -2px;
}

.tech-content h1 span {
    display: block;
    color: #e6b82f;
    margin-top: 5px;
}

.tech-content p {
    width: 100%;
    max-width: 590px;
    margin: 35px 0 0;
    color: #c5c5c5;
    font-size: 16px;
    line-height: 1.8;
    overflow-wrap: anywhere;
}

.tech-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: fit-content;
    min-width: 215px;
    max-width: 100%;
    margin-top: 35px;
    padding: 17px 25px;
    background: #e6b82f;
    color: #050505;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    border-radius: 6px;
    transition: .3s ease;
}

.tech-btn span {
    font-size: 24px;
    line-height: 1;
}

.tech-btn:hover {
    transform: translateY(-3px);
    background: #f1c541;
    box-shadow: 0 10px 30px rgba(230,184,47,.25);
}

.tech-visual {
    width: 100%;
    min-width: 0;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.tech-visual img {
    display: block;
    width: min(100%, 620px);
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    transform: none;
    pointer-events: none;
    user-select: none;
}

/* ================= HALF DESKTOP / TABLET ================= */

@media (max-width: 1199px) {

    .tech-hero {
        grid-template-columns: minmax(0, 1fr);
        min-height: auto;
        margin-top: 80px;
        padding: 60px 5% 50px;
        gap: 20px;
    }

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

    .tech-content h1 {
        font-size: clamp(44px, 6vw, 62px);
        line-height: 1.05;
        letter-spacing: -1px;
    }

    .tech-content p {
        max-width: 700px;
        margin: 24px auto 0;
    }

    .tech-btn {
        margin: 28px auto 0;
    }

    .tech-visual {
        width: 100%;
        max-width: 800px;
        min-height: 420px;
        margin: 0 auto;
    }

    .tech-visual img {
        width: min(100%, 600px) !important;
        max-width: 100% !important;
        transform: none !important;
    }
}

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

@media (max-width: 900px) {

    .nav-container {
        width: calc(100% - 28px);
    }

    .tech-hero {
        padding-left: 4%;
        padding-right: 4%;
    }

    .tech-content h1 {
        font-size: clamp(40px, 7vw, 56px);
    }

    .tech-visual {
        min-height: 380px;
    }

    .tech-visual img {
        width: min(100%, 560px) !important;
    }

    .xnx-portfolio-header h2 {
        white-space: normal;
    }

    .xnx-projects {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .xnx-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 40px;
    }

    .xnx-process-arrow {
        display: none;
    }
}

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

@media (max-width: 700px) {

    .navbar {
        height: 72px !important;
    }

    .nav-container {
        width: calc(100% - 14px);
        height: 72px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
    }

    .logo {
        flex-shrink: 0;
    }

    .nav-button {
        display: none !important;
    }

    .menu-toggle {
        display: flex !important;
    }

    .nav-menu {
        display: none !important;
        position: absolute !important;
        top: 72px !important;
        left: 7px !important;
        right: 7px !important;
        width: auto !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 18px 16px !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 0 !important;
        background: rgba(5,5,7,.98) !important;
        border: 1px solid rgba(231,173,36,.20) !important;
        border-radius: 0 0 12px 12px !important;
        box-shadow: 0 20px 50px rgba(0,0,0,.45);
        z-index: 100000 !important;
    }

    .nav-menu.active {
        display: flex !important;
    }

    .nav-menu .nav-link {
        display: block !important;
        width: 100% !important;
        padding: 13px 10px !important;
        text-align: left;
    }

    /* ---------- HERO ---------- */

    .tech-hero {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        width: 100% !important;
        max-width: 100% !important;
        min-height: auto !important;
        margin-top: 72px !important;
        padding: 30px 12px 30px !important;
        gap: 10px !important;
        overflow: hidden !important;
    }

    .tech-content {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        text-align: center !important;
    }

    .tech-label {
        width: 100% !important;
        margin: 0 auto 15px !important;
        font-size: 10px !important;
        line-height: 1.5 !important;
        letter-spacing: 2.5px !important;
        overflow-wrap: anywhere;
    }

    .tech-content h1 {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        font-size: clamp(28px, 8.5vw, 40px) !important;
        line-height: 1.08 !important;
        letter-spacing: -.5px !important;
        overflow-wrap: break-word !important;
    }

    .tech-content h1 span {
        display: block !important;
        width: 100% !important;
        white-space: normal !important;
    }

    .tech-content p {
        width: 100% !important;
        max-width: 100% !important;
        margin: 18px auto 0 !important;
        font-size: 13.5px !important;
        line-height: 1.7 !important;
        overflow-wrap: anywhere !important;
    }

    .tech-btn {
        width: min(100%, 280px) !important;
        min-width: 0 !important;
        margin: 22px auto 0 !important;
        justify-content: center !important;
        padding: 14px 18px !important;
    }

    .tech-visual {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 260px !important;
        margin: 0 auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: hidden !important;
    }

    .tech-visual img {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 0 auto !important;
        transform: none !important;
        object-fit: contain !important;
    }

    /* ---------- CONTENT SECTIONS ---------- */

    .xnx-portfolio-section {
        width: 100% !important;
        max-width: 100% !important;
        padding: 60px 16px 70px !important;
    }

    .xnx-portfolio-header {
        margin-bottom: 45px;
    }

    .xnx-portfolio-header h2 {
        white-space: normal !important;
        font-size: clamp(34px, 9vw, 48px) !important;
        line-height: 1.08;
    }

    .xnx-portfolio-header p {
        font-size: 14px;
    }

    .xnx-process {
        grid-template-columns: 1fr !important;
        gap: 32px !important;
    }

    .xnx-process-arrow {
        display: none !important;
    }

    .xnx-projects {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .xnx-project-image {
        height: 230px;
    }

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

    .why-container {
        width: 100% !important;
        padding: 0 18px !important;
    }

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

    .why-image {
        height: 260px;
    }

    .feedback-section {
        padding: 70px 18px 85px !important;
    }

    .feedback-grid {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .feedback-card {
        width: 100% !important;
        min-height: auto !important;
    }

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

    .xnx-contact-section,
    .xnx-join-section {
        padding: 75px 18px !important;
    }

    .xnx-contact-grid,
    .xnx-join-container {
        grid-template-columns: 1fr !important;
        gap: 32px !important;
    }

    .xnx-form-row {
        grid-template-columns: 1fr !important;
    }

    .xnx-submit-btn {
        width: 100% !important;
        justify-content: center !important;
    }

    .xnx-footer {
        padding: 65px 20px 25px !important;
    }

    .xnx-footer-main {
        grid-template-columns: 1fr !important;
        gap: 35px !important;
    }

    .xnx-footer-brand {
        grid-column: auto !important;
    }

    .xnx-footer-bottom {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 18px !important;
        margin-top: 40px !important;
    }

    .xnx-footer-legal {
        flex-wrap: wrap !important;
        gap: 12px 18px !important;
    }
}

/* ================= SMALL PHONES ================= */

@media (max-width: 420px) {

    .tech-hero {
        padding: 27px 8px 28px !important;
    }

    .tech-label {
        font-size: 9px !important;
        letter-spacing: 2px !important;
    }

    .tech-content h1 {
        font-size: clamp(26px, 8.8vw, 34px) !important;
    }

    .tech-content p {
        font-size: 13px !important;
    }

    .tech-visual {
        min-height: 230px !important;
    }

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

/* ================= VERY SMALL PHONES ================= */

@media (max-width: 360px) {

    .tech-content h1 {
        font-size: 25px !important;
    }

    .tech-content p {
        font-size: 12.5px !important;
    }

    .tech-visual {
        min-height: 210px !important;
    }
}

/* ================= DESKTOP MENU ================= */
/* =========================================================
   RESPONSIVE NAVIGATION
   ========================================================= */

/* Desktop */
.menu-toggle {
    display: none;
}

@media (min-width: 1101px) {

    .menu-toggle {
        display: none !important;
    }

    .nav-menu {
        display: flex !important;
    }
}


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

    .nav-container {
        width: calc(100% - 28px);
        height: 72px;

        display: flex;
        align-items: center;
        justify-content: space-between;

        gap: 10px;
    }

    .nav-button {
        display: none !important;
    }

    .menu-toggle {
        display: flex !important;

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

        width: 44px;
        height: 44px;

        padding: 0;
        margin: 0;

        border: 0;
        outline: 0;

        background: transparent;

        color: var(--gold, #e7ad24);

        font-size: 28px;
        line-height: 1;

        cursor: pointer;

        flex-shrink: 0;

        position: relative;
        z-index: 100001;
    }

    .nav-menu {
        display: none !important;

        position: absolute !important;

        top: 72px !important;
        left: 14px !important;
        right: 14px !important;

        width: auto !important;
        max-width: none !important;

        margin: 0 !important;

        padding: 18px !important;

        flex-direction: column !important;
        align-items: stretch !important;

        gap: 0 !important;

        background: rgba(5, 5, 7, 0.98) !important;

        border: 1px solid rgba(231, 173, 36, 0.20) !important;

        border-radius: 0 0 12px 12px !important;

        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);

        z-index: 100000 !important;
    }

    .nav-menu.active {
        display: flex !important;
    }

    .nav-menu .nav-link {
        display: block !important;

        width: 100% !important;

        padding: 13px 10px !important;

        text-align: left !important;

        white-space: normal !important;
    }
}


/* Smaller mobile */
@media (max-width: 700px) {

    .navbar {
        height: 72px !important;
    }

    .nav-container {
        width: calc(100% - 14px);
    }

    .menu-toggle {
        width: 42px;
        height: 42px;
        font-size: 26px;
    }

    .nav-menu {
        left: 7px !important;
        right: 7px !important;
    }
}

/* ================= ACCESSIBILITY ================= */

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }
}

/* =====================================================
   CONTACT FORM RESPONSE
   ===================================================== */

#xnxContactStatus {
    width: 100% !important;
    min-height: 24px !important;
    margin: 15px 0 0 !important;
    padding: 0 !important;

    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;

    text-align: center !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
}

#xnxContactStatus.success {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #22c55e !important;
}

#xnxContactStatus.error {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #ef4444 !important;
}
