/********** Template CSS **********/
:root {
    --primary: #AB7442;
    --light: #F5F5F5;
    --dark: #353535;
    --black1: #000000;
    font-family: Barlow;
}

html {
    margin: 0;
    padding: 0;
}

body {
    background-color: #FFFFFF;
    overflow-x: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/* image border */
.custom-image {
    width: 100%;
    height: auto;
    border: 3px solid #ddd;
    /* Change color and width as needed */
    padding: 5px;
    /* Optional padding for the image */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    /* Optional shadow */
}

/*** Button ***/
.btn {
    font-weight: 500;
    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;
}

/* hero section start  */
.hero-curved {
    position: relative;
    min-height: 600px;
    overflow: hidden;
    background: #ffffff;
}

/* ensure navbar sits above hero */
.logoheader { position: fixed; z-index: 9999; }

/* Full-width background image layer */
.hero-curved-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    z-index: 0;
}

.hero-curved-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0;
}

/* Curved content overlay with elongated organic shape */
.hero-curved-content {
    position: relative;
    z-index: 2;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.hero-curved-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: -4%;
    width: 58%;
    height: 100%;
    background: linear-gradient(135deg, #008080 0%, #007272 100%);
    border-radius: 0 50% 50% 0 / 0 100% 100% 0;
    z-index: 1;
}

.hero-curved-content-inner {
    position: relative;
    z-index: 3;
    max-width: 850px;
    padding: 80px 90px 80px 110px;
    color: #ffffff;
}

.hero-curved-content h1 { font-size: 3rem; font-weight:700; color:#fff; margin-bottom:1.5rem; }
.hero-curved-content p { font-size:1.1rem; color:#fff; line-height:1.6; margin-bottom:2rem; }

.hero-btn-filled { padding:16px 36px; }

/* Responsive Design */
@media (max-width: 1400px) {
    .hero-curved { min-height: 560px; }
    .hero-curved-image { width: 62%; }
    .hero-curved-content::before { width: 60%; }
    .hero-curved-content-inner { max-width:520px; padding:70px 60px 70px 80px; }
}

@media (max-width: 1200px) {
    .hero-curved { min-height: 520px; }
    .hero-curved-image { width:64%; }
    .hero-curved-content::before { width:64%; }
    .hero-curved-content-inner { padding:60px 50px 60px 70px; }
}

/* Medium tablets and small laptops: show more of the right image */
@media (min-width: 769px) and (max-width: 1024px) {
    .hero-curved { min-height: 520px; }
    .hero-curved-image { width: 48%; }
    .hero-curved-image img { object-position: right center; }
    .hero-curved-content::before { width: 50%; left: -2%; }
    .hero-curved-content-inner { max-width: 460px; padding: 50px 40px 50px 60px; }
}

@media (max-width: 992px) {
    .hero-curved { min-height: 480px; }
    .hero-curved-image { width:58%; }
    .hero-curved-content::before { width:70%; border-radius:0 40% 40% 0 / 0 100% 100% 0; }
    .hero-curved-content-inner { max-width:480px; padding:50px 40px 50px 60px; }
}

@media (max-width: 768px) {
    .hero-curved { min-height: auto; }
    .hero-curved-image { position: relative; width:100%; height:300px; z-index:0; }
    .hero-curved-content::before { width:100%; border-radius:0; top:0; left:0; }
    .hero-curved-content-inner { max-width:100%; padding:40px 25px; }
    .hero-curved-content h1 { font-size:2rem; }
    .hero-curved-content p { font-size:0.95rem; }
}

@media (max-width: 576px) {
    .hero-curved-image { height:250px; }
    .hero-curved-content-inner { padding:35px 20px; }
    .hero-curved-content h1 { font-size:1.75rem; }
}

/* hero section end  */

/*** Navbar ***/
.logoheader {
    background-color: #008080;
}

/* Navbar link and button styles specific to the logoheader */
.logoheader .navbar-nav .nav-link {
    color: #07141a;
    /* dark text on teal */
    padding: 8px 30px;
    border-radius: 8px;
    transition: all 0.18s ease-in-out;
    font-weight: 500;
}

.logoheader .navbar-nav .nav-link:hover,
.logoheader .navbar-nav .nav-link:focus {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
    text-decoration: none;
}

.logoheader .navbar-toggler {
    border: none;
    color: #ffffff;
}

.logoheader .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.logoheader .btn-primary {
    background-color: #1283ff;
    /* bright blue Sign In */
    border: none;
    box-shadow: 0 2px 6px rgba(18, 131, 255, 0.25);
    transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease;
}

.logoheader .btn-primary:hover {
    background-color: #0e6fe6;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(14, 111, 230, 0.25);
}

/* Adjust collapsed Sign In button on small screens */
.logoheader .nav-item.d-lg-none .btn {
    border-radius: 6px;
}

@media (max-width: 991.98px) {
    .logoheader .navbar-nav {
        text-align: left;
    }

    .logoheader .navbar-nav .nav-link {
        color: #ffffff;
        /* keep white on dark collapsed background */
    }

    .logoheader .navbar-collapse {
        background: #008080;
        /* preserve background when collapsed */
        padding: 10px 15px;
    }
}

.custom-card {
    border: 2px solid black;

    position: relative;
}

.card-img {
    height: 100%;
    object-fit: cover;
}

.card-img-overlay {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.custom-card h5,
.custom-card p {
    margin-bottom: 0.5rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

/* Padding for container-fluid */
.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 768px) {
    .container-fluid {
        padding-left: 35px;
        padding-right: 35px;
    }

    /* Text size adjustments for smaller screens */
    .card-img-overlay h5 {
        font-size: 1rem;
    }

    .card-img-overlay p {
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .card-img-overlay h5 {
        font-size: 0.9rem;
    }

    .card-img-overlay p {
        font-size: 0.75rem;
    }
}


/*** Header ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

/* form */
.form-section {
    background-color: #008080;
    padding: 40px;
    border-radius: 8px;
    margin-top: 20px;
}

.form-control {
    margin-bottom: 20px;
}

.btn-submit {
    background-color: #008080;
    color: white;
    padding: 10px 20px;
    border-color: white;
    border-radius: 4px;
    cursor: pointer;
}

.btn-submit:hover {
    background-color: #006666;
}

/* footer */
footer {
    background-color: #008080 !important;
    padding: 6px 0; /* further reduced */
    width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    margin-top: 0;
    margin-bottom: 0;
}

/* Keep inner content centered while background spans full viewport */
footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* Styling for headings and links */
h5 {
    font-weight: bold;
    margin-bottom: 12px;
}

footer a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.2s ease;
}

footer a:hover {
    color: #f1f9f9;
    text-decoration: underline;
}

/* Footer column links */
footer .row.text-center .col-md-3 a {
    display: block;
    padding: 4px 6px; /* tightened */
    color: #ffffff;
    font-weight: 500;
}

/* Dropdown button styling (Policy) */
.footer-section {
    position: relative;
}

.dropdown-btn {
    background-color: transparent;
    color: #ffffff;
    border: none;
    cursor: pointer;
    text-align: center;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 6px;
}

/* Chevron icon for dropdown */
.dropdown-btn::after {
    content: "\25BE";
    margin-left: 8px;
    font-size: 0.7rem;
    opacity: 0.95;
}

/* Dropdown content styling (centered under button) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #201E43;
    min-width: 220px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.35);
    z-index: 50;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 6px;
    overflow: hidden;
}

.dropdown-content a {
    color: #ffffff;
    padding: 10px 16px;
    display: block;
    text-align: left;
    font-weight: 400;
}

.dropdown-content a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Show dropdown on hover */
.footer-section:hover .dropdown-content,
.footer-section:focus-within .dropdown-content {
    display: block;
}

/* Social buttons in footer */
.btn-social {
    border-radius: 6px;
    margin: 0 0.25rem;
    padding: 8px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: transparent;
    transition: all 0.2s ease;
}

.btn-social:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
}

/* Footer copyright text */
.footer-copyeight {
    margin: 0;
    color: #e9f6f6;
}

/* Adjust for mobile screens */
@media (max-width: 768px) {
    footer .row.text-center {
        gap: 8px;
    }

    .text-center {
        margin-bottom: 10px;
    }

    /* Stack columns vertically */
    .col-md-4 {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    /* Center the dropdown button on smaller screens */
    .dropdown-btn {
        width: 100%;
        justify-content: center;
    }

    /* Make dropdown content full-width on mobile */
    .dropdown-content {
        position: relative;
        min-width: 100%;
        left: 0;
        transform: none;
        top: 0;
        margin-top: 8px;
        border-radius: 6px;
    }

    /* Adjust the alignment for mobile */
    .dropdown-content a {
        text-align: center;
        padding: 15px;
    }
}

/* Ensure equal spacing for footer sections */
@media (min-width: 576px) {
    .footer-section {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-section h5 {
        margin: 0;
    }

    .footer-section a {
        display: block;
        padding: 0 10px;
        width: 100%;
    }
}


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Feature ***/
.img1 img {
    width: 100%;
    /* Let Bootstrap handle the responsiveness */
    display: block;
    margin: 0 auto;
    /* Center the image */
}

.kiomec {
    color: red;
    /* background-color: yellow; */
}


/* our clients start  */
/* Back to Top Button Styles */
#backToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
    background-color: #201E43;
    color: white;
    border: none;
    outline: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: none;
    /* Hidden by default */
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

#backToTopBtn:hover {
    background-color: #333;
}

/* Navbar toggler (hamburger) styling */
.navbar-toggler i {
    font-size: 1.1rem;
    color: #ffffff;
}

.navbar-toggler {
    border: 0;
    display: none;
}

/* Hide close button on desktop, show only on mobile */
.navbar-close-btn {
    display: none !important;
}

/* Mobile: Show toggler and create sliding menu */
@media (max-width: 991.98px) {
    .navbar-toggler {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        padding: 0.5rem;
        border: 1.5px solid rgba(126, 240, 255, 0.28) !important;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.12) !important;
        color: rgba(255, 255, 255, 0.9);
        flex-shrink: 0;
        margin-left: auto;
        z-index: 1003;
    }

    .navbar-toggler i {
        color: #ffffff !important;
    }

    .navbar-toggler:hover {
        background: rgba(255, 255, 255, 0.18) !important;
        border-color: rgba(126, 240, 255, 0.4) !important;
    }

    /* Add spacing between hamburger and theme toggle */
    .theme-toggle-wrap {
        margin-left: 1rem !important;
    }

    /* Hide text in theme toggle button for mobile */
    .theme-toggle-btn span {
        display: none;
    }

    .theme-toggle-btn {
        min-height: 42px !important;
        padding: 0.5rem !important;
        width: 44px;
        justify-content: center;
    }

    .navbar-collapse {
        position: fixed !important;
        top: 0 !important;
        right: -360px !important;
        width: 360px !important;
        height: auto !important;
        max-height: 90vh !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        padding: 1.5rem !important;
        margin: 0 !important;
        background: linear-gradient(180deg, rgba(6, 19, 31, 1), rgba(9, 27, 41, 1)) !important;
        border-left: 1px solid rgba(126, 240, 255, 0.16) !important;
        box-shadow: -24px 0 60px rgba(2, 8, 15, 0.45) !important;
        border-radius: 0 !important;
        overflow-y: auto !important;
        transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.35s ease-out !important;
        visibility: hidden !important;
        z-index: 9999;
    }

    .navbar-collapse.show {
        right: 0 !important;
        visibility: visible !important;
    }

    .navbar-nav {
        flex-direction: column !important;
        gap: 0.5rem !important;
    }

    .navbar-nav .nav-link {
        padding: 1rem !important;
        border-radius: 12px !important;
        background: rgba(255, 255, 255, 0.04) !important;
        color: rgba(255, 255, 255, 0.9) !important;
        transition: all 0.2s ease !important;
    }

    .navbar-nav .nav-link:hover {
        background: rgba(255, 255, 255, 0.1) !important;
        color: #ffffff !important;
        transform: translateX(-4px);
    }

    /* Close button for mobile navbar */
    .navbar-close-btn {
        display: flex !important;
        position: absolute;
        top: 1rem;
        right: 1rem;
        width: 44px;
        height: 44px;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(126, 240, 255, 0.2);
        border-radius: 12px;
        color: #ffffff;
        font-size: 1.3rem;
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .navbar-close-btn:hover {
        background: rgba(255, 255, 255, 0.15);
        border-color: rgba(126, 240, 255, 0.4);
        transform: rotate(90deg);
    }

    /* Backdrop overlay - removed */
    body::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0);
        backdrop-filter: none;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.35s ease-out, visibility 0.35s ease-out;
        z-index: 1001;
        pointer-events: none;
    }

    body.navbar-showing::before {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

/* Explore button style (white box on the right) */
.explore-btn {
    background: #ffffff;
    color: #0b2a33;
    border: 2px solid rgba(0, 0, 0, 0.08);
    font-weight: 600;
    border-radius: 6px;
}

.explore-btn:hover {
    background: #008080;
    color: rgb(255, 255, 255);
    text-decoration: none;
    border-color: #ffffff;
}

@media (max-width: 991.98px) {
    .explore-btn {
        width: 100%;
    }
}

/* Clients marquee styles */
.clients-wrapper {
    padding: 1rem 0 2rem 0;
}

.clients-marquee {
    position: relative;
    overflow: hidden;
    width: 100%;
    border: 2px solid #7fbf6a;
    background: #ffffff;
    padding: 1rem 0;
}

.marquee-track {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    /* Duplicate content width will determine the translate distance; use linear infinite */
    animation: marquee 20s linear infinite;
}

.marquee-track:hover {
    animation-play-state: paused;
}

.client-logo-box {
    min-width: 200px;
    height: 120px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #7fbf6a;
    background: #ffffff;
    color: #333;
    font-weight: 600;
    padding: 15px;
}

.client-logo-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

/* Text-based client logos */
.client-logo-text {
    font-family: 'Barlow', Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}
.part-blue { color: #034285; }
.part-red { color: #e53935; }

.logo-inclok .part-blue,
.logo-drkhokha .part-blue,
.logo-medniks .part-blue,
.logo-medykeep .part-blue { font-weight: 800; }

.logo-inclok .part-red,
.logo-medniks .part-red,
.logo-medykeep .part-red { font-weight: 800; }

.logo-drkhokha .part-blue { font-size: 20px; }
.logo-inclok .part-blue, .logo-inclok .part-red,
.logo-medniks .part-med, .logo-medniks .part-niks,
.logo-medykeep .part-medy, .logo-medykeep .part-keep {
    font-size: 18px;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* our clients end  */


/* FAQ styling */
#faq .accordion-item {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 12px;
}

#faq .accordion-button {
    background: linear-gradient(180deg, #f7fbfb, #ffffff);
    border: 1px solid rgba(11, 42, 51, 0.06);
    color: #0b2a33;
    font-weight: 600;
}

#faq .accordion-button:focus {
    box-shadow: none;
}

.faq-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #0b2a33;
    color: #fff;
    font-weight: 700;
    transition: transform .18s ease, background .18s ease;
}

.accordion-button:not(.collapsed) .faq-icon {
    background: #7fbf6a;
    transform: rotate(45deg);
}

#faqSearch {
    border-radius: 30px;
    padding: .6rem 1rem;
}

.img1 .boody {
    margin-top: 10px;
    text-align: center;
    font-size: larger;
    font-family: "Oswald", system-ui;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

@media (min-width: 576px) {

    /* For small screens and above */
    .img1 .boody {
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media (min-width: 768px) {

    /* For medium screens and above */
    .img1 .boody {
        margin-left: 8%;
        margin-right: 8%;
    }
}

@media (min-width: 992px) {

    /* For large screens and above */
    .img1 .boody {
        margin-left: 10%;
        margin-right: 10%;
    }
}



@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}

/* Additional CSS to handle smaller screens */
@media (max-width: 991px) {
    .feature-text {
        padding: 1rem;
    }

    .img-fluid {
        height: auto;
        padding: 0;
    }
}

@media (max-width: 576px) {
    .feature-text p {
        font-size: 1.2rem;
        padding: 0;
    }

    .container.feature {
        padding: 0 !important;
    }

    .feature-text {
        padding: 1rem !important;
    }
}

/* events and campaign */
.custom-card {
    border: 2px solid rgba(8, 128, 126, 0.4);
    position: relative;
    transition: all 0.3s ease;
}

body.futuristic-page .custom-card:hover {
    transform: translateY(-6px);
    border-color: #08807e;
    box-shadow: 0 20px 40px rgba(8, 128, 126, 0.25);
}

.card-img {
    height: 100%;
    object-fit: cover;
}

.card-img-overlay {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.custom-card h5,
.custom-card p {
    margin-bottom: 0.5rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

/* Padding for container-fluid */
.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 768px) {
    .container-fluid {
        padding-left: 35px;
        padding-right: 35px;
    }

    /* Text size adjustments for smaller screens */
    .card-img-overlay h5 {
        font-size: 1rem;
    }

    .card-img-overlay p {
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .card-img-overlay h5 {
        font-size: 0.9rem;
    }

    .card-img-overlay p {
        font-size: 0.75rem;
    }
}

/* event and campaign end */

/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}


.team-item .team-social {
    position: absolute;
    width: 38px;
    top: 50%;
    left: -38px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    transition: .5s;
}

.team-item {
    margin-left: auto;
    margin-right: auto;
}

.team-item .team-social .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item:hover .team-social {
    left: 0;
}

/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}

/* 2026 homepage redesign */
:root {
    --bg-main: #06131f;
    --bg-deep: #091a29;
    --surface: rgba(9, 26, 41, 0.78);
    --surface-strong: rgba(5, 18, 30, 0.92);
    --surface-soft: rgba(255, 255, 255, 0.08);
    --line-soft: rgba(126, 240, 255, 0.16);
    --line-strong: rgba(126, 240, 255, 0.38);
    --text-main: #eaf7ff;
    --text-soft: #98adbf;
    --accent: #08807e;
    --accent-2: #14b4af;
    --accent-3: #055b59;
    --glow: 0 18px 60px rgba(8, 128, 126, 0.22);
}

body.futuristic-page {
    font-family: 'Space Grotesk', 'Barlow', sans-serif;
    color: var(--text-main);
    background:
        radial-gradient(circle at top left, rgba(125, 123, 255, 0.22), transparent 28%),
        radial-gradient(circle at top right, rgba(126, 240, 255, 0.18), transparent 24%),
        linear-gradient(180deg, #04101a 0%, #071421 46%, #0a1a29 100%);
}

body.futuristic-page::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(126, 240, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(126, 240, 255, 0.04) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 85%);
    z-index: 0;
}

body.futuristic-page > * {
    position: relative;
    z-index: 1;
}

body.futuristic-page p,
body.futuristic-page .text-dark,
body.futuristic-page .accordion-body {
    color: var(--text-soft) !important;
}

body.futuristic-page .logoheader {
    background:
        linear-gradient(135deg, rgba(7, 19, 31, 0.94), rgba(12, 36, 54, 0.88)) !important;
    border: 1px solid var(--line-soft);
    box-shadow: var(--glow);
}

body.futuristic-page a {
    transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

body.is-loading {
    overflow: hidden;
}

body.is-loading > *:not(.site-loader) {
    filter: blur(8px);
    pointer-events: none;
    user-select: none;
    transition: filter 0.35s ease;
}

body.page-loaded > *:not(.site-loader) {
    filter: none;
}

.site-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.1rem;
    background:
        radial-gradient(circle at top left, rgba(8, 128, 126, 0.22), transparent 28%),
        linear-gradient(180deg, rgba(4, 16, 26, 0.94), rgba(7, 20, 33, 0.98));
    backdrop-filter: blur(18px);
    opacity: 1;
    visibility: visible;
    transition: opacity 0.45s ease, visibility 0.45s ease;
}

body.page-loaded .site-loader {
    opacity: 0;
    visibility: hidden;
}

.site-loader-spinner {
    width: 65px;
    aspect-ratio: 1;
    position: relative;
}

.site-loader-spinner::before,
.site-loader-spinner::after {
    content: "";
    position: absolute;
    border-radius: 50px;
    box-shadow: 0 0 0 3px inset #ffffff;
    animation: siteLoaderPulse 2.5s infinite;
}

.site-loader-spinner::after {
    animation-delay: -1.25s;
}

.site-loader-label {
    color: rgba(234, 247, 255, 0.9);
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

@keyframes siteLoaderPulse {
    0% {
        inset: 0 35px 35px 0;
    }
    12.5% {
        inset: 0 35px 0 0;
    }
    25% {
        inset: 35px 35px 0 0;
    }
    37.5% {
        inset: 35px 0 0 0;
    }
    50% {
        inset: 35px 0 0 35px;
    }
    62.5% {
        inset: 0 0 0 35px;
    }
    75% {
        inset: 0 0 35px 35px;
    }
    87.5% {
        inset: 0 0 35px 0;
    }
    100% {
        inset: 0 35px 35px 0;
    }
}

body.futuristic-page.light-mode .site-loader {
    background:
        radial-gradient(circle at top left, rgba(8, 128, 126, 0.14), transparent 30%),
        linear-gradient(180deg, rgba(244, 251, 251, 0.94), rgba(231, 242, 242, 0.98));
}

body.futuristic-page.light-mode .site-loader-spinner::before,
body.futuristic-page.light-mode .site-loader-spinner::after {
    box-shadow: 0 0 0 3px inset #08807e;
}

body.futuristic-page.light-mode .site-loader-label {
    color: #08807e;
}

.site-nav {
    position: fixed !important;
    top: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: min(1320px, calc(100% - 28px)) !important;
    border-radius: 22px !important;
    backdrop-filter: blur(18px) !important;
    padding: 0.55rem 1.1rem !important;
    z-index: 9999 !important;
    margin: 0 !important;
}

.logo-text {
    font-family: 'Orbitron', sans-serif;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-size: clamp(2rem, 2vw, 2.5rem);
    line-height: 1;
    white-space: nowrap;
}

.nav-status-pill {
    display: inline-flex;
    align-items: center;
    min-height: 56px;
    padding: 0.8rem 1.2rem;
    border-radius: 999px;
    color: var(--text-main);
    font-size: 0.74rem;
    letter-spacing: 0.16em;
    line-height: 1.35;
    text-transform: uppercase;
    background: rgba(126, 240, 255, 0.08);
    border: 1px solid rgba(126, 240, 255, 0.18);
    white-space: nowrap;
}

.logoheader .navbar-nav .nav-link {
    color: var(--text-main);
    font-weight: 600;
    font-size: 1rem;
    padding: 0.7rem 1rem;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    min-height: 52px;
}

.logoheader .navbar-nav .nav-link:hover,
.logoheader .navbar-nav .nav-link:focus {
    background: rgba(126, 240, 255, 0.12);
    color: #ffffff;
}

.site-nav .navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.82rem;
    margin-right: 1rem;
}

.brand-mark {
    width: 42px;
    height: 42px;
    object-fit: contain;
    display: block;
    flex: 0 0 auto;
    border-radius: 12px;
    filter: drop-shadow(0 8px 16px rgba(8, 128, 126, 0.18));
}

.site-nav .navbar-collapse {
    flex-grow: 1;
    justify-content: center;
}

.site-nav .navbar-nav {
    gap: 0.35rem;
}

.theme-toggle-wrap {
    display: flex;
    align-items: center;
}

.theme-toggle-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 48px;
    padding: 0.8rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(126, 240, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
    color: var(--text-main);
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.theme-toggle-btn:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.1);
}

.logoheader .btn-primary,
.logoheader .btn.logoheader {
    background: linear-gradient(135deg, var(--accent-3), var(--accent-2));
    border: none;
    box-shadow: 0 10px 28px rgba(125, 123, 255, 0.26);
}

body.futuristic-page .hero-wrapper {
    position: relative;
    z-index: 1;
    min-height: 980px;
    margin: 100px auto 3.5rem;
    width: min(1320px, calc(100% - 28px));
    border-radius: 34px;
    overflow: hidden;
    border: 1px solid var(--line-soft);
    box-shadow: 0 32px 90px rgba(4, 10, 18, 0.48);
    background:
        radial-gradient(circle at top right, rgba(20, 180, 175, 0.2), transparent 28%),
        radial-gradient(circle at left center, rgba(8, 128, 126, 0.16), transparent 36%),
        linear-gradient(180deg, rgba(4, 16, 26, 0.82), rgba(7, 20, 33, 0.96));
}

body.futuristic-page .hero-curved-image {
    background-image:
        linear-gradient(135deg, rgba(3, 13, 22, 0.18), rgba(3, 13, 22, 0.5)),
        url("https://plus.unsplash.com/premium_photo-1661320885132-1793ba3c93d6?auto=format&fit=crop&fm=jpg&ixlib=rb-4.1.0&q=80&w=1800");
    background-size: cover;
    background-position: center;
    filter: saturate(1.05);
}

body.futuristic-page .hero-curved-content {
    display: block;
    padding: 2.2rem 2.2rem 2rem;
}

body.futuristic-page .hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
    gap: 1.35rem;
    align-items: stretch;
}

body.futuristic-page .hero-copy-panel {
    text-align: left;
    padding: 1.85rem;
    border-radius: 28px;
    border: 1px solid var(--line-soft);
    background: linear-gradient(180deg, rgba(7, 19, 31, 0.72), rgba(7, 19, 31, 0.88));
    backdrop-filter: blur(18px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

body.futuristic-page .hero-visual-panel {
    display: flex;
}

body.futuristic-page .hero-visual-frame {
    position: relative;
    min-height: 720px;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid var(--line-soft);
    background: linear-gradient(180deg, rgba(8, 128, 126, 0.16), rgba(8, 16, 26, 0.22));
    box-shadow: var(--glow);
}

body.futuristic-page .hero-visual-frame .hero-curved-image {
    position: absolute;
    inset: 0;
}

body.futuristic-page .hero-floating-card {
    position: absolute;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(4, 16, 26, 0.76);
    backdrop-filter: blur(16px);
    box-shadow: 0 24px 50px rgba(4, 10, 18, 0.38);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

body.futuristic-page .hero-floating-primary {
    left: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    padding: 1.25rem;
}

body.futuristic-page .hero-floating-secondary {
    top: 1.25rem;
    right: 1.25rem;
    width: 170px;
    padding: 1rem 1rem 1.1rem;
    text-align: left;
}

body.futuristic-page .hero-card-label {
    display: inline-block;
    margin-bottom: 0.55rem;
    color: var(--accent);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

body.futuristic-page .hero-floating-primary strong,
body.futuristic-page .hero-card-value {
    display: block;
    color: #ffffff;
    font-family: 'Orbitron', sans-serif;
}

body.futuristic-page .hero-floating-primary strong {
    margin-bottom: 0.5rem;
    font-size: 1.08rem;
    line-height: 1.35;
}

body.futuristic-page .hero-floating-primary p,
body.futuristic-page .hero-card-text {
    margin: 0;
    color: rgba(234, 247, 255, 0.8) !important;
    font-size: 0.92rem;
    line-height: 1.6;
}

body.futuristic-page .hero-card-value {
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 0.45rem;
}

body.futuristic-page .hero-inline-proof {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem;
    margin-top: 1.25rem;
}

body.futuristic-page .hero-proof-item {
    padding: 0.85rem 0.9rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1.5px solid rgba(8, 128, 126, 0.25);
    min-height: 160px;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

body.futuristic-page .hero-proof-item strong {
    display: block;
    color: #ffffff;
    margin-bottom: 0.35rem;
    font-size: 0.92rem;
}

body.futuristic-page .hero-proof-item span {
    color: var(--text-soft);
    font-size: 0.88rem;
    line-height: 1.5;
}

body.futuristic-page .hero-eyebrow,
body.futuristic-page .section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(126, 240, 255, 0.08);
    border: 1px solid rgba(126, 240, 255, 0.2);
    color: var(--accent);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

body.futuristic-page .section-kicker-light {
    color: #dffcff;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.14);
}

body.futuristic-page .hero-copy-panel h1 {
    font-family: 'Orbitron', sans-serif;
    font-size: clamp(2.2rem, 3.8vw, 3.25rem);
    line-height: 1.04;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    margin-bottom: 0.7rem;
    text-shadow: 0 0 22px rgba(126, 240, 255, 0.16);
    max-width: 11ch;
}

body.futuristic-page .hero-copy-panel p {
    color: rgba(234, 247, 255, 0.86) !important;
    font-size: 0.95rem;
    line-height: 1.65;
    max-width: 540px;
    margin-bottom: 1.1rem;
}

body.futuristic-page .hero-curved-buttons {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0.8rem;
    flex-wrap: nowrap;
}

body.futuristic-page .hero-btn-filled,
body.futuristic-page .hero-btn-outline,
body.futuristic-page .download-btn,
body.futuristic-page .btn-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    margin: 0;
    border-radius: 999px;
    min-width: 210px;
    height: 50px;
    padding: 0 1.2rem;
    font-weight: 700;
    font-size: 0.92rem;
    line-height: 1;
    min-height: 50px;
    letter-spacing: 0.04em;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
    text-decoration: none;
    vertical-align: middle;
    border: none;
    position: relative;
    overflow: hidden;
}

body.futuristic-page .hero-btn-outline {
    color: #eaf7ff;
    border: 1px solid rgba(126, 240, 255, 0.28);
    background: rgba(126, 240, 255, 0.08);
    box-shadow: 0 10px 22px rgba(8, 128, 126, 0.12);
    text-shadow: 0 0 12px rgba(126, 240, 255, 0.12);
}

body.futuristic-page .hero-btn-filled,
body.futuristic-page .btn-submit {
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    color: #031019;
    box-shadow: 0 18px 36px rgba(34, 199, 184, 0.24);
}

body.futuristic-page .hero-btn-filled:hover,
body.futuristic-page .btn-submit:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg, #17cac5, #39ece4);
    color: #031019 !important;
    box-shadow: 0 14px 26px rgba(8, 128, 126, 0.18);
}

body.futuristic-page .btn-submit {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 18px 40px rgba(34, 199, 184, 0.32);
}

body.futuristic-page .btn-submit:hover {
    box-shadow: 0 22px 46px rgba(34, 199, 184, 0.4);
}

body.futuristic-page .hero-btn-outline:hover,
body.futuristic-page .download-btn:hover {
    transform: translateY(-3px);
    color: #ffffff !important;
    background: linear-gradient(135deg, #0b8f8c, #20b8b2);
    border-color: rgba(8, 128, 126, 0.3);
    box-shadow: 0 14px 26px rgba(8, 128, 126, 0.14);
}

body.futuristic-page .hero-btn-filled::before,
body.futuristic-page .hero-btn-outline::before {
    content: "";
    position: absolute;
    top: -60%;
    left: -60%;
    width: 50%;
    height: 220%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    transform: rotate(12deg);
    transition: left 0.45s ease;
    pointer-events: none;
}

body.futuristic-page .hero-btn-filled:hover::before,
body.futuristic-page .hero-btn-outline:hover::before {
    left: 120%;
}

body.futuristic-page .hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.1rem;
    margin-top: 1.2rem;
}

body.futuristic-page .hero-metric-card,
body.futuristic-page .kiosk-panel,
body.futuristic-page .clients-marquee,
body.futuristic-page #faq .accordion-item,
body.futuristic-page .form-section,
body.futuristic-page .deployment-image-wrap img {
    border: 1px solid var(--line-soft);
    box-shadow: var(--glow);
}

body.futuristic-page .hero-metric-card {
    padding: 0.85rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.04);
    min-height: 132px;
    border: 1.5px solid rgba(8, 128, 126, 0.25);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

body.futuristic-page .kiosk-panel {
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

body.futuristic-page .hero-floating-card:hover,
body.futuristic-page .hero-metric-card:hover,
body.futuristic-page .hero-proof-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(8, 128, 126, 0.32), 0 8px 16px rgba(31, 211, 199, 0.18);
    border-color: rgba(8, 128, 126, 0.6);
}

body.futuristic-page .hero-metric-card strong {
    display: block;
    color: var(--text-main);
    margin-bottom: 0.4rem;
    font-size: 0.92rem;
}

body.futuristic-page .hero-metric-card span {
    color: var(--text-soft);
    font-size: 0.86rem;
    line-height: 1.5;
}

body.futuristic-page .section-shell {
    margin-bottom: 3rem;
}

body.futuristic-page .deployment-section {
    margin-top: 1.5rem;
}

body.futuristic-page .section-banner-title {
    font-family: 'Orbitron', sans-serif;
    border: 1px solid rgba(126, 240, 255, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

body.futuristic-page .deployment-copy {
    max-width: 920px;
    margin: 0 auto 1.5rem;
    text-align: center;
}

body.futuristic-page .deployment-image-wrap img {
    border-radius: 28px;
    object-fit: cover;
    min-height: 420px;
}

body.futuristic-page .custom-image {
    border: 1px solid var(--line-soft);
    padding: 0;
    border-radius: 24px !important;
    box-shadow: 0 20px 44px rgba(4, 10, 18, 0.35);
}

body.futuristic-page .clients-wrapper {
    border-radius: 30px;
    border: 1px solid var(--line-soft);
    background:
        radial-gradient(circle at top, rgba(126, 240, 255, 0.16), transparent 38%),
        linear-gradient(180deg, rgba(5, 18, 30, 0.9), rgba(8, 27, 42, 0.92));
    box-shadow: 0 28px 72px rgba(4, 10, 18, 0.4);
}

body.futuristic-page .clients-marquee {
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--line-soft);
}

body.futuristic-page .client-logo-box {
    border-radius: 18px;
    border: 1.5px solid rgba(8, 128, 126, 0.25);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
    transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

body.futuristic-page .client-logo-box:hover {
    transform: translateY(-6px);
    border-color: rgba(8, 128, 126, 0.65);
    box-shadow: 0 20px 40px rgba(8, 128, 126, 0.28), 0 8px 16px rgba(31, 211, 199, 0.12);
}

body.futuristic-page .client-logo-text {
    font-family: 'Orbitron', sans-serif;
    letter-spacing: 0.08em;
}

body.futuristic-page .deployment-image-wrap {
    border: 1.5px solid rgba(8, 128, 126, 0.25);
    border-radius: 16px;
    transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

body.futuristic-page .deployment-image-wrap:hover {
    transform: translateY(-6px);
    border-color: rgba(8, 128, 126, 0.65);
    box-shadow: 0 20px 40px rgba(8, 128, 126, 0.28), 0 8px 16px rgba(31, 211, 199, 0.12);
}

body.futuristic-page .consultation-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    flex-wrap: nowrap;
    border-radius: 28px !important;
    border: 1.5px solid rgba(8, 128, 126, 0.3) !important;
    background:
        linear-gradient(90deg, rgba(125, 123, 255, 0.18), transparent),
        linear-gradient(135deg, rgba(5, 18, 30, 0.92), rgba(10, 34, 52, 0.96)) !important;
    box-shadow: var(--glow);
    transition: all 0.3s ease;
}

body.futuristic-page .consultation-cta:hover {
    border-color: rgba(8, 128, 126, 0.6) !important;
    box-shadow: 0 0 40px rgba(8, 128, 126, 0.3), var(--glow);
}

body.futuristic-page .explore-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(126, 240, 255, 0.18);
    background: rgba(255, 255, 255, 0.92);
    min-height: 56px;
    margin: 0;
    text-align: center;
    line-height: 1.3;
    font-weight: 700;
    color: #112331;
    white-space: nowrap;
}

body.futuristic-page .consultation-cta > div {
    display: flex;
    align-items: center;
}

body.futuristic-page .consultation-cta > div:first-child {
    flex: 1 1 auto;
    min-width: 0;
}

body.futuristic-page .consultation-cta > div:last-child {
    flex: 0 0 auto;
}

body.futuristic-page .consultation-cta p.explore-btn {
    width: 100%;
    justify-content: flex-start;
    color: #000000 !important;
}

body.futuristic-page .consultation-cta a.explore-btn {
    color: #112331 !important;
}

body.futuristic-page .kiosk-showcase > .container.logoheader {
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(126, 240, 255, 0.12), transparent 30%),
        linear-gradient(180deg, rgba(5, 18, 30, 0.88), rgba(8, 27, 42, 0.95)) !important;
}

body.futuristic-page .kiosk-panel {
    height: 100%;
    padding: 2rem !important;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.05);
    border: 1.5px solid rgba(8, 128, 126, 0.3);
    transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

body.futuristic-page .kiosk-panel:hover {
    transform: translateY(-8px);
    border-color: rgba(8, 128, 126, 0.7);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 48px rgba(8, 128, 126, 0.28), 0 12px 24px rgba(31, 211, 199, 0.15);
}

body.futuristic-page .kiosk-panel h2,
body.futuristic-page .kiosk-panel h5 {
    color: var(--text-main);
    font-family: 'Orbitron', sans-serif;
    letter-spacing: 0.03em;
}

body.futuristic-page .download-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.7rem 1.2rem;
    border-radius: 999px;
    border: 1px solid rgba(126, 240, 255, 0.28);
    color: var(--text-main);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 14px 26px rgba(4, 10, 18, 0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

body.futuristic-page .download-btn i {
    font-size: 0.9rem;
}

body.futuristic-page .download-btn:hover {
    border-color: rgba(8, 128, 126, 0.6);
}

body.futuristic-page #faq .accordion-item {
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.04);
    margin-bottom: 1rem;
}

body.futuristic-page #faq .accordion-button {
    background: transparent;
    color: var(--text-main);
    border: none;
    box-shadow: none;
    padding: 1.25rem 1.5rem;
    transition: background-color 0.18s ease, color 0.18s ease;
}

body.futuristic-page #faq .accordion-button::after {
    filter: invert(1) brightness(1.4);
    transition: transform 0.18s ease, filter 0.18s ease;
}

body.futuristic-page .faq-icon {
    background: rgba(126, 240, 255, 0.12);
    color: var(--accent);
    transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

body.futuristic-page .accordion-button:not(.collapsed) .faq-icon {
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    color: #031019;
}

body.futuristic-page .accordion-body {
    padding: 0 1.5rem 1.5rem;
}

body.futuristic-page #faq .accordion-collapse,
body.futuristic-page #faq .accordion-collapse.collapsing {
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease-out !important;
    transform: scaleY(1);
    transform-origin: top;
    opacity: 1;
}

body.futuristic-page #faq .accordion-collapse:not(.show) {
    transform: scaleY(0);
    opacity: 0;
    transition: transform 0.28s cubic-bezier(0.6, 0, 0.8, 0.4), opacity 0.28s ease-in !important;
}

body.futuristic-page #faq .accordion-item {
    transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

body.futuristic-page #faq .accordion-item:hover {
    transform: translateY(-1px);
}

body.futuristic-page .form-section {
    max-width: 1040px;
    margin: 0 auto;
    padding: 3.5rem 3.2rem;
    border-radius: 34px;
    border: 1px solid rgba(126, 240, 255, 0.16);
    background:
        radial-gradient(circle at top left, rgba(126, 240, 255, 0.12), transparent 32%),
        radial-gradient(circle at bottom right, rgba(31, 211, 199, 0.16), transparent 38%),
        linear-gradient(180deg, rgba(6, 22, 36, 0.95), rgba(9, 30, 46, 0.98));
    box-shadow: 0 30px 70px rgba(4, 10, 18, 0.45);
    position: relative;
    overflow: hidden;
    animation: consultPanelReveal 0.7s ease-out both;
}

body.futuristic-page .form-section .section-kicker,
body.futuristic-page .form-section h3,
body.futuristic-page .form-section .contact-intro {
    animation: consultFadeUp 0.7s ease-out both;
}

body.futuristic-page .form-section h3 {
    animation-delay: 0.05s;
}

body.futuristic-page .form-section .contact-intro {
    animation-delay: 0.1s;
}

body.futuristic-page .form-section .form-row {
    opacity: 0;
    transform: translateY(12px);
    animation: consultFadeUp 0.7s ease-out both;
}

body.futuristic-page .form-section .form-row:nth-of-type(1) {
    animation-delay: 0.12s;
}

body.futuristic-page .form-section .form-row:nth-of-type(2) {
    animation-delay: 0.18s;
}

body.futuristic-page .form-section .form-row:nth-of-type(3) {
    animation-delay: 0.24s;
}

body.futuristic-page .form-section .form-row:nth-of-type(4) {
    animation-delay: 0.3s;
}

body.futuristic-page .form-section .text-center {
    animation: consultFadeUp 0.7s ease-out both;
    animation-delay: 0.36s;
}

@keyframes consultPanelReveal {
    from {
        opacity: 0;
        transform: translateY(18px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes consultFadeUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.futuristic-page .form-section,
    body.futuristic-page .form-section .section-kicker,
    body.futuristic-page .form-section h3,
    body.futuristic-page .form-section .contact-intro,
    body.futuristic-page .form-section .form-row,
    body.futuristic-page .form-section .text-center {
        animation: none;
        opacity: 1;
        transform: none;
    }
}

body.futuristic-page .form-section::before {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 28px;
    border: 1px dashed rgba(126, 240, 255, 0.14);
    pointer-events: none;
    opacity: 0.65;
}

body.futuristic-page .form-section::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    right: -80px;
    top: -80px;
    background: radial-gradient(circle, rgba(31, 211, 199, 0.25), transparent 70%);
    pointer-events: none;
    opacity: 0.8;
}

body.futuristic-page .contact-intro {
    max-width: 760px;
    margin: -0.5rem auto 2rem;
    color: rgba(234, 247, 255, 0.76) !important;
}

body.futuristic-page .form-section .section-kicker {
    background: rgba(126, 240, 255, 0.14);
    border-color: rgba(126, 240, 255, 0.32);
    color: #dffcff;
}

body.futuristic-page .form-row {
    margin-bottom: 1.2rem;
}

body.futuristic-page .form-group {
    margin-bottom: 0;
}

body.futuristic-page .form-control,
body.futuristic-page select.form-control,
body.futuristic-page textarea.form-control {
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(126, 240, 255, 0.18);
    color: #eefcff;
    padding: 1rem 1.25rem;
    box-shadow: inset 0 0 0 1px rgba(8, 128, 126, 0.08);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

body.futuristic-page select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    border-radius: 16px !important;
    color: rgba(234, 247, 255, 0.72);
    background-image: none;
    background-repeat: no-repeat;
    padding-right: 3rem;
    box-shadow: none;
    height: 52px;
    line-height: 1.2;
}

body.futuristic-page .form-section select.form-control {
    background-image: none !important;
}

body.futuristic-page .form-section select.form-control::-ms-expand {
    display: none;
}

body.futuristic-page .form-section select.form-control:focus {
    background-image: none !important;
}

body.futuristic-page select.form-control:valid {
    color: #f2feff;
}

body.futuristic-page select.form-control:invalid {
    color: rgba(234, 247, 255, 0.7);
}

body.futuristic-page.light-mode select.form-control:invalid {
    color: #7a8a96;
}

body.futuristic-page select.form-control option[value=""] {
    color: rgba(8, 19, 29, 0.55);
}

body.futuristic-page .form-control::placeholder {
    color: rgba(234, 247, 255, 0.55);
}

body.futuristic-page .form-control:focus,
body.futuristic-page select.form-control:focus,
body.futuristic-page textarea.form-control:focus {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    border-color: rgba(126, 240, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(126, 240, 255, 0.16);
}

body.futuristic-page select.form-control option {
    color: #08131d;
    background: #ffffff;
}

body.futuristic-page select.form-control option[disabled] {
    color: rgba(8, 19, 29, 0.6);
}

body.futuristic-page #consult-otp-section {
    margin-top: 1rem !important;
    padding: 1.6rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(126, 240, 255, 0.2);
}

body.futuristic-page footer,
body.futuristic-page .site-footer {
    background:
        radial-gradient(circle at top left, rgba(8, 128, 126, 0.16), transparent 28%),
        linear-gradient(180deg, rgba(5, 18, 29, 0.98), rgba(7, 23, 36, 0.99)) !important;
    border-top: 1px solid rgba(126, 240, 255, 0.12);
}

body.futuristic-page .site-footer {
    padding: 3.5rem 0 2rem;
    color: #e8f6ff;
}

body.futuristic-page .site-footer .container {
    max-width: 1260px;
}

body.futuristic-page .site-footer .footer-rail {
    border-bottom: 1px solid rgba(126, 240, 255, 0.14);
    padding-bottom: 2.4rem;
    margin-bottom: 2rem;
}

body.futuristic-page .site-footer .footer-row {
    border-top: 1px solid rgba(126, 240, 255, 0.12);
    padding: 0.4rem 0;
}

body.futuristic-page .site-footer .footer-row:first-child {
    border-top: none;
}

body.futuristic-page .site-footer .footer-row summary {
    list-style: none;
    display: grid;
    grid-template-columns: 26px minmax(160px, 190px) 1fr;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    color: #91a9b8;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.7rem 0;
    transition: color 0.2s ease, transform 0.2s ease;
}

body.futuristic-page .site-footer .footer-row summary::-webkit-details-marker {
    display: none;
}

body.futuristic-page .site-footer .footer-symbol {
    position: relative;
    width: 18px;
    height: 18px;
    display: inline-block;
}

body.futuristic-page .site-footer .footer-symbol::before,
body.futuristic-page .site-footer .footer-symbol::after {
    content: "";
    position: absolute;
    background: #b7cad5;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

body.futuristic-page .site-footer .footer-symbol::before {
    width: 14px;
    height: 1.8px;
    transition: background-color 0.2s ease, transform 0.25s ease;
}

body.futuristic-page .site-footer .footer-symbol::after {
    width: 1.8px;
    height: 14px;
    transition: opacity 0.2s ease, background-color 0.2s ease, transform 0.25s ease;
}

body.futuristic-page .site-footer .footer-row.is-open .footer-symbol::after {
    opacity: 0;
}

body.futuristic-page .site-footer .footer-title {
    color: #c3d6df;
    transition: color 0.2s ease, transform 0.2s ease;
}

body.futuristic-page .site-footer .footer-panel {
    max-height: 800px;
    overflow: hidden;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease-out;
}

body.futuristic-page .site-footer .footer-row.is-open .footer-panel {
    max-height: 800px;
    opacity: 1;
    transform: scaleY(1);
}

body.futuristic-page .site-footer .footer-row:not(.is-open) .footer-panel {
    transition: transform 0.28s cubic-bezier(0.6, 0, 0.8, 0.4), opacity 0.28s ease-in;
}

body.futuristic-page .site-footer .footer-links-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1rem 1.4rem;
    padding: 1rem 0 1rem 2.5rem;
}

body.futuristic-page .site-footer .footer-row:hover summary {
    color: #f4fcff;
    transform: translateX(4px);
}

body.futuristic-page .site-footer .footer-row:hover .footer-title,
body.futuristic-page .site-footer .footer-row.is-open .footer-title {
    color: #f4fcff;
}

body.futuristic-page .site-footer .footer-row:hover .footer-symbol::before,
body.futuristic-page .site-footer .footer-row:hover .footer-symbol::after,
body.futuristic-page .site-footer .footer-row.is-open .footer-symbol::before,
body.futuristic-page .site-footer .footer-row.is-open .footer-symbol::after {
    background: #08807e;
}

body.futuristic-page .site-footer .footer-links-grid a {
    color: #8ca4b3;
    text-decoration: none;
    font-size: 0.98rem;
}

body.futuristic-page .site-footer .footer-links-grid a:hover {
    color: #08807e;
}

body.futuristic-page .social-btn,
body.futuristic-page .site-footer .social-icons a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 0.45rem;
    border: 1px solid rgba(126, 240, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    color: #f4fcff;
    box-shadow: none;
}

body.futuristic-page .social-btn:hover,
body.futuristic-page .site-footer .social-icons a:hover {
    background: rgba(8, 128, 126, 0.18);
    color: #7ef0ff;
    transform: translateY(-2px);
}

body.futuristic-page .site-footer .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

body.futuristic-page .site-footer .footer-copy {
    color: #8ca4b3 !important;
    font-size: 0.98rem;
}

body.futuristic-page .site-footer .footer-social-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.8rem;
}

body.futuristic-page .site-footer .follow-label {
    color: #c3d6df;
    font-size: 0.98rem;
    font-weight: 500;
}

body.futuristic-page #backToTopBtn {
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    color: #031019;
    box-shadow: 0 20px 36px rgba(34, 199, 184, 0.3);
}

body.futuristic-page.light-mode {
    --text-main: #112331;
    --text-soft: #506574;
    background:
        radial-gradient(circle at top left, rgba(8, 128, 126, 0.12), transparent 30%),
        radial-gradient(circle at top right, rgba(20, 180, 175, 0.08), transparent 24%),
        linear-gradient(180deg, #f4fbfb 0%, #edf7f7 48%, #e7f2f2 100%);
}

body.futuristic-page.light-mode::before {
    background-image:
        linear-gradient(rgba(8, 128, 126, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(8, 128, 126, 0.05) 1px, transparent 1px);
}

body.futuristic-page.light-mode .logoheader,
body.futuristic-page.light-mode .site-nav,
body.futuristic-page.light-mode .hero-copy-panel,
body.futuristic-page.light-mode .hero-metric-card,
body.futuristic-page.light-mode .kiosk-panel,
body.futuristic-page.light-mode #faq .accordion-item,
body.futuristic-page.light-mode .form-section,
body.futuristic-page.light-mode .consultation-cta,
body.futuristic-page.light-mode .clients-wrapper,
body.futuristic-page.light-mode .clients-marquee,
body.futuristic-page.light-mode .hero-floating-card,
body.futuristic-page.light-mode .hero-proof-item {
    background: rgba(255, 255, 255, 0.82) !important;
    border-color: rgba(8, 128, 126, 0.16) !important;
    box-shadow: 0 18px 40px rgba(8, 128, 126, 0.08);
}

body.futuristic-page.light-mode .hero-wrapper,
body.futuristic-page.light-mode .kiosk-showcase > .container.logoheader {
    background:
        radial-gradient(circle at top right, rgba(8, 128, 126, 0.12), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(236, 247, 247, 0.94)) !important;
    border-color: rgba(8, 128, 126, 0.18);
}

body.futuristic-page.light-mode .logoheader .navbar-nav .nav-link,
body.futuristic-page.light-mode .site-footer .footer-section h4,
body.futuristic-page.light-mode .site-footer .footer-bottom h5,
body.futuristic-page.light-mode .contact,
body.futuristic-page.light-mode .footer-toggle,
body.futuristic-page.light-mode .hero-copy-panel h1,
body.futuristic-page.light-mode .kiosk-panel h2,
body.futuristic-page.light-mode .kiosk-panel h5,
body.futuristic-page.light-mode #faq .accordion-button,
body.futuristic-page.light-mode .theme-toggle-btn {
    color: #112331 !important;
}

body.futuristic-page.light-mode #contact-form .section-kicker,
body.futuristic-page.light-mode #contact-form h3,
body.futuristic-page.light-mode #contact-form .text-light {
    color: #112331 !important;
}

body.futuristic-page.light-mode #contact-form .section-kicker {
    background: rgba(8, 128, 126, 0.08);
    border-color: rgba(8, 128, 126, 0.18);
    color: #08807e !important;
}

body.futuristic-page.light-mode #faq .section-banner-title,
body.futuristic-page.light-mode #faq h2,
body.futuristic-page.light-mode #faq .text-light {
    color: #112331 !important;
}

body.futuristic-page.light-mode #faq .section-banner-title {
    background: rgba(255, 255, 255, 0.84) !important;
    border-color: rgba(8, 128, 126, 0.18) !important;
}

body.futuristic-page.light-mode .kiosk-showcase .section-kicker,
body.futuristic-page.light-mode .kiosk-showcase .section-banner-title,
body.futuristic-page.light-mode .kiosk-showcase .text-light,
body.futuristic-page.light-mode #type-of-kiosk h1 {
    color: #112331 !important;
}

body.futuristic-page.light-mode .kiosk-showcase .section-kicker {
    background: rgba(8, 128, 126, 0.08);
    border-color: rgba(8, 128, 126, 0.18);
    color: #08807e !important;
}

body.futuristic-page.light-mode .kiosk-showcase .section-banner-title {
    background: rgba(255, 255, 255, 0.84) !important;
    border-color: rgba(8, 128, 126, 0.18) !important;
}

body.futuristic-page.light-mode .deployment-section .section-kicker,
body.futuristic-page.light-mode .deployment-section .section-banner-title,
body.futuristic-page.light-mode .deployment-section .text-light,
body.futuristic-page.light-mode .clients-wrapper .section-kicker,
body.futuristic-page.light-mode .clients-wrapper .section-banner-title,
body.futuristic-page.light-mode .clients-wrapper .text-light {
    color: #112331 !important;
}

body.futuristic-page.light-mode .deployment-section .section-kicker,
body.futuristic-page.light-mode .clients-wrapper .section-kicker {
    background: rgba(8, 128, 126, 0.08);
    border-color: rgba(8, 128, 126, 0.18);
    color: #08807e !important;
}

body.futuristic-page.light-mode .deployment-section .section-banner-title,
body.futuristic-page.light-mode .clients-wrapper .section-banner-title {
    background: rgba(255, 255, 255, 0.84) !important;
    border-color: rgba(8, 128, 126, 0.18) !important;
}

body.futuristic-page.light-mode p,
body.futuristic-page.light-mode .text-dark,
body.futuristic-page.light-mode .accordion-body,
body.futuristic-page.light-mode .hero-copy-panel p,
body.futuristic-page.light-mode .hero-proof-item span,
body.futuristic-page.light-mode .hero-metric-card span,
body.futuristic-page.light-mode .hero-card-text,
body.futuristic-page.light-mode .hero-floating-primary p,
body.futuristic-page.light-mode .site-footer .footer-section ul li a,
body.futuristic-page.light-mode .site-footer .footer-bottom p {
    color: #506574 !important;
}

body.futuristic-page.light-mode .form-section {
    background:
        radial-gradient(circle at top left, rgba(8, 128, 126, 0.08), transparent 30%),
        radial-gradient(circle at bottom right, rgba(31, 211, 199, 0.12), transparent 38%),
        #ffffff !important;
    border: 1px solid rgba(8, 128, 126, 0.18);
    box-shadow: 0 20px 48px rgba(8, 128, 126, 0.12);
}

body.futuristic-page.light-mode .form-control,
body.futuristic-page.light-mode select.form-control,
body.futuristic-page.light-mode textarea.form-control {
    background: #ffffff;
    color: #112331;
    border-color: rgba(8, 128, 126, 0.22);
    box-shadow: inset 0 0 0 1px rgba(8, 128, 126, 0.06);
}

body.futuristic-page.light-mode select.form-control {
    background-color: #ffffff !important;
    color: #7a8a96 !important;
    background-image: linear-gradient(45deg, transparent 50%, #7a8a96 50%), linear-gradient(135deg, #7a8a96 50%, transparent 50%);
    border: 1px solid rgba(8, 128, 126, 0.18) !important;
    box-shadow: none !important;
}

body.futuristic-page.light-mode select.form-control:valid {
    background-color: #ffffff !important;
    color: #112331 !important;
    background-image: linear-gradient(45deg, transparent 50%, #112331 50%), linear-gradient(135deg, #112331 50%, transparent 50%);
}

body.futuristic-page.light-mode .form-control::placeholder {
    color: #6f808c;
}

body.futuristic-page.light-mode .form-control:focus,
body.futuristic-page.light-mode select.form-control:focus,
body.futuristic-page.light-mode textarea.form-control:focus {
    background: #ffffff;
    color: #112331;
    border-color: rgba(8, 128, 126, 0.45);
    box-shadow: 0 0 0 0.2rem rgba(8, 128, 126, 0.18);
}

body.futuristic-page.light-mode .form-section .section-kicker {
    background: rgba(8, 128, 126, 0.1);
    border-color: rgba(8, 128, 126, 0.2);
    color: #0b3b3a;
}

body.futuristic-page.light-mode #consult-otp-section {
    background: rgba(8, 128, 126, 0.08);
    border-color: rgba(8, 128, 126, 0.2);
}

body.futuristic-page.light-mode .btn-submit {
    color: #ffffff;
    box-shadow: 0 18px 36px rgba(8, 128, 126, 0.24);
}

body.futuristic-page.light-mode .hero-floating-primary strong,
body.futuristic-page.light-mode .hero-card-value,
body.futuristic-page.light-mode .hero-proof-item strong {
    color: #112331;
}

body.futuristic-page.light-mode .hero-card-label {
    color: #08807e;
}

body.futuristic-page.light-mode .hero-floating-card,
body.futuristic-page.light-mode .hero-metric-card,
body.futuristic-page.light-mode .hero-proof-item,
body.futuristic-page.light-mode .kiosk-panel {
    border-color: rgba(8, 128, 126, 0.2);
}

body.futuristic-page.light-mode .hero-floating-card:hover,
body.futuristic-page.light-mode .hero-metric-card:hover,
body.futuristic-page.light-mode .hero-proof-item:hover,
body.futuristic-page.light-mode .kiosk-panel:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(8, 128, 126, 0.22), 0 8px 16px rgba(8, 128, 126, 0.12);
    border-color: rgba(8, 128, 126, 0.45);
}

body.futuristic-page.light-mode .hero-curved-image {
    filter: saturate(1) brightness(1.03);
}

body.futuristic-page.light-mode .hero-btn-outline,
body.futuristic-page.light-mode .download-btn,
body.futuristic-page.light-mode .explore-btn,
body.futuristic-page.light-mode .theme-toggle-btn {
    background: rgba(8, 128, 126, 0.06);
    border-color: rgba(8, 128, 126, 0.22);
}

body.futuristic-page.light-mode .hero-btn-outline,
body.futuristic-page.light-mode .download-btn {
    color: #112331;
    text-shadow: none;
}

body.futuristic-page.light-mode .download-btn {
    color: #112331;
    box-shadow: 0 14px 24px rgba(8, 128, 126, 0.12);
}

body.futuristic-page.light-mode .client-logo-box,
body.futuristic-page.light-mode .deployment-image-wrap {
    border-color: rgba(8, 128, 126, 0.2);
}

body.futuristic-page.light-mode .client-logo-box:hover,
body.futuristic-page.light-mode .deployment-image-wrap:hover {
    transform: translateY(-6px);
    border-color: rgba(8, 128, 126, 0.45);
    box-shadow: 0 20px 40px rgba(8, 128, 126, 0.18), 0 8px 16px rgba(8, 128, 126, 0.1);
}

body.futuristic-page #faq .accordion-item {
    border: 1px solid rgba(8, 128, 126, 0.18);
    transition: all 0.3s ease;
}

body.futuristic-page #faq .accordion-item:hover {
    border-color: rgba(8, 128, 126, 0.4);
}

body.futuristic-page.light-mode #faq .accordion-item {
    border-color: rgba(8, 128, 126, 0.15);
}

body.futuristic-page.light-mode #faq .accordion-item:hover {
    border-color: rgba(8, 128, 126, 0.35);
}

body.futuristic-page.light-mode .consultation-cta {
    border-color: rgba(8, 128, 126, 0.2) !important;
}

body.futuristic-page.light-mode .consultation-cta:hover {
    border-color: rgba(8, 128, 126, 0.4) !important;
}

body.futuristic-page.light-mode .social-btn,
body.futuristic-page.light-mode .site-footer .social-icons a {
    background: #ffffff;
    border-color: rgba(17, 35, 49, 0.16);
    color: #112331;
}

body.futuristic-page.light-mode .site-footer {
    background: #ffffff !important;
}

body.futuristic-page.light-mode .site-footer,
body.futuristic-page.light-mode footer {
    border-top-color: rgba(8, 128, 126, 0.14);
}

body.futuristic-page.light-mode .site-footer .footer-rail {
    border-bottom-color: rgba(8, 128, 126, 0.14);
}

body.futuristic-page.light-mode .site-footer .footer-row {
    border-top-color: rgba(8, 128, 126, 0.12);
}

body.futuristic-page.light-mode .site-footer .footer-row summary {
    color: #5f7280;
}

body.futuristic-page.light-mode .site-footer .footer-title {
    color: #58707e;
}

body.futuristic-page.light-mode .site-footer .footer-row:hover summary,
body.futuristic-page.light-mode .site-footer .footer-row.is-open summary,
body.futuristic-page.light-mode .site-footer .footer-row:hover .footer-title,
body.futuristic-page.light-mode .site-footer .footer-row.is-open .footer-title {
    color: #112331;
}

body.futuristic-page.light-mode .site-footer .footer-symbol::before,
body.futuristic-page.light-mode .site-footer .footer-symbol::after {
    background: #7d95a4;
}

body.futuristic-page.light-mode .site-footer .footer-copy {
    color: #506574 !important;
}

body.futuristic-page.light-mode .site-footer .follow-label {
    color: #6a7d89;
}

/* Light mode mobile navbar styles */
body.futuristic-page.light-mode .navbar-collapse {
    background: linear-gradient(180deg, rgba(244, 251, 251, 1), rgba(237, 247, 247, 1)) !important;
    border-left-color: rgba(8, 128, 126, 0.2) !important;
}

body.futuristic-page.light-mode .navbar-nav .nav-link {
    background: rgba(8, 128, 126, 0.08) !important;
    color: #112331 !important;
}

body.futuristic-page.light-mode .navbar-nav .nav-link:hover {
    background: rgba(8, 128, 126, 0.15) !important;
    color: #08807e !important;
}

body.futuristic-page.light-mode .navbar-close-btn {
    background: rgba(8, 128, 126, 0.1);
    border-color: rgba(8, 128, 126, 0.25);
    color: #112331;
}

body.futuristic-page.light-mode .navbar-close-btn:hover {
    background: rgba(8, 128, 126, 0.18);
    border-color: rgba(8, 128, 126, 0.4);
    color: #08807e;
}

body.futuristic-page.light-mode .navbar-toggler {
    background: rgba(8, 128, 126, 0.15) !important;
    border-color: rgba(8, 128, 126, 0.35) !important;
    color: #08807e !important;
}

body.futuristic-page.light-mode .navbar-toggler i {
    color: #08807e !important;
    font-size: 1.1rem !important;
}

body.futuristic-page.light-mode .navbar-toggler:hover {
    background: rgba(8, 128, 126, 0.25) !important;
    border-color: rgba(8, 128, 126, 0.5) !important;
    color: #08807e !important;
}
}

@media (max-width: 991.98px) {
    body.futuristic-page .site-nav,
    body.futuristic-page .hero-wrapper {
        width: min(100%, calc(100% - 18px));
    }

    .site-nav {
        padding: 0.65rem 0.85rem;
    }

    body.futuristic-page .hero-curved-content {
        padding: 1.15rem;
    }

    body.futuristic-page .hero-layout {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    body.futuristic-page .hero-copy-panel {
        padding: 1.5rem;
    }

    body.futuristic-page .hero-visual-frame {
        min-height: 420px;
    }

    body.futuristic-page .hero-metrics {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }

    body.futuristic-page .hero-inline-proof {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }

    body.futuristic-page .consultation-cta {
        gap: 1rem;
        padding: 1.15rem !important;
        align-items: stretch !important;
        flex-wrap: wrap;
    }

    .nav-status-pill {
        display: none;
    }

    .theme-toggle-wrap {
        margin-left: auto;
    }

    .theme-toggle-wrap {
        order: 2;
    }

    body.futuristic-page .deployment-section,
    body.futuristic-page .clients-wrapper,
    body.futuristic-page .faq-shell,
    body.futuristic-page .section-shell {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    body.futuristic-page .deployment-copy {
        text-align: left;
    }

    body.futuristic-page .clients-marquee {
        padding: 1rem 0.85rem;
    }

    body.futuristic-page .client-logo-box {
        min-width: 170px;
        padding: 1rem 1.1rem;
    }

    body.futuristic-page .consultation-cta > div:first-child,
    body.futuristic-page .consultation-cta > div:last-child {
        flex: 1 1 100%;
    }

    body.futuristic-page .consultation-cta p.explore-btn,
    body.futuristic-page .consultation-cta a.explore-btn {
        width: 100%;
        white-space: normal;
        text-align: center;
        justify-content: center;
        padding: 0.95rem 1.15rem !important;
    }

    body.futuristic-page .kiosk-showcase > .container.logoheader,
    body.futuristic-page .form-section {
        padding: 1.5rem !important;
    }

    body.futuristic-page .custom-image {
        min-height: 280px;
        object-fit: cover;
    }

    body.futuristic-page .form-section .form-row {
        margin-bottom: 0;
    }

    body.futuristic-page .form-section .form-group {
        margin-bottom: 1rem;
    }

    body.futuristic-page .site-footer .footer-links-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    body.futuristic-page .site-nav {
        top: 12px !important;
        margin-top: 0 !important;
        border-radius: 18px;
        padding: 0.55rem 0.75rem;
        width: calc(100% - 24px) !important;
    }

    .logo-text {
        font-size: 1.8rem;
        letter-spacing: 0.08em;
    }

    .brand-mark {
        width: 36px;
        height: 36px;
        border-radius: 10px;
    }

    .theme-toggle-btn {
        min-height: 42px;
        padding: 0.5rem;
        width: 44px;
        justify-content: center;
        font-size: 0.9rem;
    }

    body.futuristic-page .site-footer {
        padding: 2.4rem 0 1.6rem;
    }

    body.futuristic-page .site-footer .footer-row summary {
        grid-template-columns: 26px minmax(0, 1fr);
    }

    body.futuristic-page .site-footer .footer-links-grid {
        grid-template-columns: 1fr;
        padding-left: 2.5rem;
        gap: 0.7rem;
    }

    body.futuristic-page .site-footer .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    body.futuristic-page .site-footer .footer-social-wrap {
        justify-content: flex-start;
    }

    body.futuristic-page .hero-wrapper {
        height: auto;
        min-height: auto;
        margin-top: 90px;
        border-radius: 24px;
        padding-top: 0;
    }

    body.futuristic-page .hero-curved-content {
        position: relative;
        inset: auto;
        pointer-events: auto;
        padding: 1rem;
    }

    body.futuristic-page .hero-copy-panel h1 {
        font-size: 2.2rem;
        max-width: none;
    }

    body.futuristic-page .hero-copy-panel,
    body.futuristic-page .hero-visual-frame {
        border-radius: 24px;
    }

    body.futuristic-page .hero-copy-panel {
        order: 1;
    }

    body.futuristic-page .hero-visual-panel {
        order: 2;
    }

    body.futuristic-page .hero-visual-frame {
        min-height: 320px;
    }

    body.futuristic-page .hero-floating-primary {
        left: 1rem;
        right: 1rem;
        bottom: 1rem;
        padding: 1rem;
    }

    body.futuristic-page .hero-floating-secondary {
        top: 1rem;
        right: 1rem;
        width: 148px;
    }

    body.futuristic-page .form-section,
    body.futuristic-page .kiosk-panel {
        padding: 1.35rem !important;
    }

    body.futuristic-page .hero-curved-buttons {
        flex-wrap: wrap;
    }

    body.futuristic-page .hero-btn-filled,
    body.futuristic-page .hero-btn-outline {
        min-width: 100%;
    }

    body.futuristic-page .hero-proof-item,
    body.futuristic-page .hero-metric-card {
        min-height: unset;
    }

    body.futuristic-page .deployment-section .row,
    body.futuristic-page .kiosk-showcase .row.align-items-center {
        row-gap: 1rem;
    }

    body.futuristic-page .section-banner-title {
        font-size: 1.7rem;
        line-height: 1.18;
    }

    body.futuristic-page .contact-intro {
        font-size: 1rem;
        line-height: 1.7;
    }

    body.futuristic-page #faq .accordion-button {
        padding: 1rem 1.1rem;
        font-size: 0.98rem;
    }

    body.futuristic-page .accordion-body {
        padding: 0 1.1rem 1.2rem;
    }

    body.futuristic-page .site-footer .footer-rail {
        padding-bottom: 1.6rem;
    }
}

@media (max-width: 480px) {
    .site-nav {
        padding: 0.6rem 0.72rem;
    }

    body.futuristic-page .hero-wrapper {
        height: auto;
        min-height: auto;
    }

    body.futuristic-page .hero-curved-content {
        position: relative;
        inset: auto;
        pointer-events: auto;
        padding: 0.9rem;
    }

    body.futuristic-page .hero-copy-panel {
        padding: 1.1rem;
    }

    body.futuristic-page .hero-copy-panel h1 {
        font-size: 1.9rem;
    }

    body.futuristic-page .hero-copy-panel p {
        font-size: 0.92rem;
        line-height: 1.6;
    }

    body.futuristic-page .hero-visual-frame {
        min-height: 280px;
    }

    body.futuristic-page .hero-floating-secondary {
        width: 132px;
        padding: 0.85rem;
    }

    body.futuristic-page .hero-card-value {
        font-size: 2.2rem;
    }

    body.futuristic-page .hero-btn-filled,
    body.futuristic-page .hero-btn-outline,
    body.futuristic-page .btn-submit,
    body.futuristic-page .download-btn {
        width: 100%;
        text-align: center;
    }

    body.futuristic-page .hero-copy-panel,
    body.futuristic-page .hero-curved-content,
    body.futuristic-page .kiosk-showcase > .container.logoheader,
    body.futuristic-page .form-section,
    body.futuristic-page .clients-wrapper,
    body.futuristic-page .consultation-cta {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    body.futuristic-page .hero-card-value {
        font-size: 1.9rem;
    }

    body.futuristic-page .hero-floating-secondary {
        width: 120px;
        padding: 0.8rem;
    }

    body.futuristic-page .hero-card-text {
        font-size: 0.8rem;
        line-height: 1.45;
    }

    body.futuristic-page .clients-marquee {
        border-radius: 20px;
    }

    body.futuristic-page .client-logo-box {
        min-width: 152px;
    }

    body.futuristic-page .section-banner-title {
        font-size: 1.45rem;
    }

    body.futuristic-page .site-footer .footer-row summary {
        font-size: 0.96rem;
    }

    body.futuristic-page .site-footer .footer-copy,
    body.futuristic-page .site-footer .follow-label {
        font-size: 0.92rem;
    }
}
