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

@font-face {
    font-family: 'neue-haas';
    src: url('NeueHaasDisplayRoman.woff') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
@font-face {
    font-family: 'neue-haas-light';
    src: url('NeueHaasDisplay-Light.woff') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
@font-face {
    font-family: 'neue-haas-medium';
    src: url('neue-haas-grotesk-display-pro-65-medium.woff') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
#rankingandstats-section{font-family: 'neue-haas-light';}

section#ai-events {
    display: none;
}
.leaflet-container,
.leaflet-pane,
.leaflet-tile,
.leaflet-layer,
.leaflet-map-pane {
    mix-blend-mode: normal !important;
}

.leaflet-tile {
    transform: translateZ(0);
}

.leaflet-tile-container img {
    transform: translate(-0.5px, -0.5px);
}

body {
    font-family: 'neue-haas';/*Roboto, sans-serif;*/
    color: #111;
    overflow-x: hidden;
    font-size: 18px;letter-spacing: 1px;
}

.form-all {
    box-shadow: none;
    margin: 0;
}

.form-buttons-wrapper.form-buttons-left.jsTest-button-wrapperField {
    padding: 0 0 0 34px !important;
}

button#input_2 {
    background: #015e59 !important;
    border-color: #015e59 !important;
}

svg#Layer_1 {
    height: 22px;
}

#policies .rte ul li,
#policies .rte ol li {
    margin: 0 0 10px;
}

#policies .rte ul span br,
#policies .rte ol span br {
    display: none;
}

#policies .rte ul,
#policies .rte ol {
    padding-left: 25px;
    list-style-type: disc;
    margin-top: 30px;
}

.rte a {
    color: var(--brand);
}

@media screen and (max-width: 480px) {
    .form-buttons-wrapper.form-buttons-left.jsTest-button-wrapperField {
        width: 100%;
        padding: 0 5px !important;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 10px;
    }
}

.grid-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-size: 20px 30px;
    z-index: 0;
}

.glass {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    color: #111;
}

.leaflet-popup-content-wrapper {
    background: #ffffff;
    color: #111;
    border-radius: 10px;
    font-size: 14px;
}

.leaflet-popup-tip {
    background: #ffffff;
}

.custom-marker {
    filter: drop-shadow(0 0 6px rgba(0, 106, 255, 0.7));
}

#map {

    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    border-radius: 10px;
    box-shadow: 0 10px 20px #0000001a, 0 0 #0000001a;
    z-index: 1;
    max-width: 1024px;
    margin: auto;
}

.blue-overlay {
    background: rgba(0, 106, 255, 0.03);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 999;
}

@keyframes fade-in {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slide-in-up {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in {
    animation: fade-in 1s ease-out forwards;
}

/* Control tooltip width and appearance */
.leaflet-tooltip {
    max-width: 480px;
    width: 400px;
    /* Set a firm max width */
    /* Break long strings */
    white-space: normal !important;
    /* Force line break */
    overflow: hidden;
    /* Hide anything that overflows */
    text-overflow: ellipsis;
    /* Add ... if still too long */
    font-size: 13px;
    padding: 6px 10px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    pointer-events: none;
    line-height: 1.4;
}

.leaflet-container {
    background: transparent !important;
}

/* Optional: Make text center aligned */
.leaflet-tooltip-top::before {
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.leaflet-control-attribution.leaflet-control {
    display: none !important;
}

.animate-slide-in-up {
    animation: slide-in-up 1s ease-out forwards;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
    overflow-y: visible;
}

.leaflet-container .leaflet-control-attribution {}


.ripple {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background-color: rgba(96, 165, 250, 0.5);
    animation: ripple-animation 2s infinite;
}

.ripple:nth-child(1) {
    animation-delay: 0s;
}

.ripple:nth-child(2) {
    animation-delay: 0.5s;
}

.ripple:nth-child(3) {
    animation-delay: 1s;
}

@keyframes ripple-animation {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }

    100% {
        transform: scale(2.4);
        opacity: 0;
    }
}


.robosec {
    background-image: url(soundwavee.png);
    background-repeat: no-repeat;
    background-size: auto 175px;
    background-position: center;
}

header.flex {
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}

.swiper {
    width: 100%;
    padding: 40px 12px 70px;
    position: relative;
}

.swiper-wrapper {
    /* Allow overflow for the partial slide */
    overflow: visible;
}

.swiper-slide {
    width: 29.3333%;
    /* Fixed width for each tile */
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 0px 20px #0000001a, 0 0 #0000001a;
    text-align: center;
    box-sizing: border-box;
    /* min-height: 350px; */
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.tile-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.tile-text {
    font-size: 14px;
    color: #555;
}

/* Navigation arrows */
.swiper-button-next,
.swiper-button-prev {
    color: #333;
    background: rgba(255, 255, 255, 0.9);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 18px;
    font-weight: bold;
}

/* Pagination dots */
.swiper-pagination {
    margin-top: 30px;
    text-align: center;
}

#contact-form button {
    background-color: var(--brand);
}

.swiper-pagination-bullet {
    width: 55px;
    height: 5px;
    background: #ccc;
    opacity: 1;
    border-radius: 5px;
    margin: 0 5px;
    transition: background 0.3s ease;
}

.container {
    margin: auto;
}

.swiper-pagination-bullet-active {
    background: #333;
}

.swiper-slide:nth-child(even) {
    background: #f3f3f3;
}

.swiper-slide:hover .tile-title,
.swiper-slide:hover .text-base {
    color: #fff;
}

.swiper-slide:hover a {
    text-decoration: underline;
}

.swiper-slide:hover {
    background: var(--brand);
}

.site-header {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 25;
    top: 0;
    background: #fff;
    padding: 0 7px;
    flex-flow: row wrap;
    -webkit-box-shadow: 10px 2px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 10px 2px 10px rgba(0, 0, 0, 0.25);font-family: neue-haas;
}

.header__logo {
    width: 1%;
    height: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10;
    max-width: 330px;
    pointer-events: all;
    z-index: 2;
    padding: 0;
}

.logo {
    -webkit-transition: all 250ms ease-in-out 0ms;
    -o-transition: all 250ms ease-in-out 0ms;
    transition: all 250ms ease-in-out 0ms;
    width: var(--logo-width);
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* background-color: var(--brand); */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    margin: 18.5px 20px 17.5px 13px;
}

/* .logo, .header__logo {
    height: 100px;
} */
.logo img, .logo svg {
    display: block;
    vertical-align: middle;
    line-height: 1;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    width: 100%;
}

.logo svg {
    -webkit-transition: all 250ms ease-in-out 0ms;
    -o-transition: all 250ms ease-in-out 0ms;
    transition: all 250ms ease-in-out 0ms;
    fill: #fff;
}

.header__components {
    -webkit-transition: -webkit-box-shadow 250ms ease-in-out 0ms;
    transition: -webkit-box-shadow 250ms ease-in-out 0ms;
    -o-transition: box-shadow 250ms ease-in-out 0ms;
    transition: box-shadow 250ms ease-in-out 0ms;
    transition: box-shadow 250ms ease-in-out 0ms, -webkit-box-shadow 250ms ease-in-out 0ms;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 65px;
    width: 1%;
    justify-content: flex-end;
    flex: 0 0 330px;
}

.header__navbar {
    width: 1%;
    height: auto;
    background-color: #fff;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 1%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-links {
    background-color: #fff;
    height: auto;
    left: 286px;
    overflow: hidden;
    top: 0;
}

.header-links__list {
    -webkit-transition: all 250ms ease-in-out 0ms;
    -o-transition: all 250ms ease-in-out 0ms;
    transition: all 250ms ease-in-out 0ms;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.header-links__link_externallink, .header-links__link {
    -webkit-transition: color 250ms ease-in-out 0ms;
    -o-transition: color 250ms ease-in-out 0ms;
    transition: color 250ms ease-in-out 0ms;
    color: #000;
    display: block;
    font-size: 18px;
    /* font-weight: bold; */
    text-transform: capitalize;
    line-height: 17px;
    padding: 0 20px;
    letter-spacing: 0.75px;
}
#rankingandstats-section, .header__components {
    letter-spacing: 1px;
}

/* .header__letter-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 350px;
    justify-content: flex-end;
} */

.menu-toggle.is-active {
    background-color: #fff;
    border-left-color: #fff;
    color: var(--brand);
}

.menu-toggle.is-active .menu-toggle__bar {
    border-color: #000;
}

.header-links__link_externallink:hover,
.header-links__link:hover {
    color: var(--brand);
}

.menu-toggle.is-active .menu-toggle__bar:first-child {
    top: 50%;
    margin-top: -4px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-toggle.is-active .menu-toggle__bar:nth-child(2) {
    width: 0;
    border-width: 0;
}

.menu-toggle.is-active .menu-toggle__bar:last-of-type {
    bottom: 50%;
    margin-bottom: -3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.letter-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    padding: 0px 44px;
    background-color: var(--brand);
    border: 0;
    color: #fff;
    font-size: 18px;
    /* font-weight: bold; */text-transform: capitalize;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
    height: 100%;letter-spacing: 0.75px;
}

/* @media (min-width: 769px) {
    .letter-button {
        height: calc(100% + 1.4vw);
    }
} */

.letter-button__mobile-text {
    display: none;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.letter-button svg {
    display: none;
}

.letter-button:hover,
.letter-button:focus {
    background-color: var(--brand);
    color: #fff;
}

.header__langs,
.header__search {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header-search {
    position: relative;
}

.header-search__fields-group {
    -webkit-transition: all 250ms ease-in-out 0ms;
    -o-transition: all 250ms ease-in-out 0ms;
    transition: all 250ms ease-in-out 0ms;
    background-color: #fff;
    height: 100%;
    padding: 15px 15px 15px 30px;
    position: absolute;
    opacity: 0;
    right: 100%;
    visibility: hidden;
    max-width: 400px;
    width: 100vw;
}

.header-search__submit {
    -webkit-transition: all 250ms ease-in-out 0ms;
    -o-transition: all 250ms ease-in-out 0ms;
    transition: all 250ms ease-in-out 0ms;
    width: 65px;
    height: 65px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 0;
    border-left: 1px solid #f3f3f3;
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 19px 16px;
}

.header-search__submit svg {
    width: 100%;
    height: 100%;
    color: inherit;
    display: block;
    max-height: 28px;
    max-width: 28px;
    stroke: currentColor;
}

.menu-toggle {
    -webkit-transition: all 250ms ease-in-out 0ms;
    -o-transition: all 250ms ease-in-out 0ms;
    transition: all 250ms ease-in-out 0ms;
    width: 65px;
    height: 100%;
    background: #fff;
    border: 0;
    color: #000;
    display: none;
    padding: 0px 16px;
    position: relative;
    cursor: pointer;
}

.menu-toggle.is-desktop-visible {
    display: block;
}



.menu-toggle__bar-wrapper {
    width: 32px;
    height: 29px;
    color: inherit;
    display: block;
    margin: 0 auto;
    position: relative;
}

.menu-toggle__bar {
    -webkit-transition: -webkit-transform 250ms ease-in-out 0ms;
    transition: -webkit-transform 250ms ease-in-out 0ms;
    -o-transition: transform 250ms ease-in-out 0ms;
    transition: transform 250ms ease-in-out 0ms;
    transition: transform 250ms ease-in-out 0ms, -webkit-transform 250ms ease-in-out 0ms;
    width: 32px;
    height: 7px;
    display: block;
    background-color: currentColor;
    border: 1px solid currentColor;
    color: inherit;
    position: absolute;
    right: 0;
}

.menu-toggle__bar:first-child {
    top: 0;
}

.menu-toggle__bar:nth-child(2) {
    width: 22px;
    margin-top: -3.5px;
    right: 0;
    top: 50%;
}

.menu-toggle__bar:last-of-type {
    bottom: 0;
}

.step_into {
    margin-bottom: 1vw;
}

.ghost {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px !important;
    left: -9999px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    top: auto !important;
    width: 1px !important;
}

section#policies {
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
}

/* ========== Footer Styles ========== */
.site-footer {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(100% - 112px);
    margin-right: 112px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
}

.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    padding: 58px 87px 58px 117px;
    position: relative;
}

.footer__links {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 18px;
    margin-bottom: 10px;
}

.footer__link {
    display: block;
    line-height: 1.5;
    margin: 5px 10px;
}

.footer__links-divider {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    margin: 5px 0;
}

/* The background overlay */
.overlay {
    display: none;
    /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

#popupOverlay h1 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 37px;
    font-weight: bold;
    color: #fff;
}

/* The popup box */
.popup {
    position: relative;
    margin: 15% auto;
    background: var(--brand);
    border-color: var(--brand);
    padding: 60px;
    width: 100%;
    border-radius: 8px;
    max-width: 600px;
}

.popup button {
    color: var(--brand);
    background: #cccccc;
}

/* Close button */
.close-btn {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 26px;
    cursor: pointer;
    color: #fff;
}

.navbar-open .header {
    z-index: 115;
}

.navbar-open .header__components {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-open .header__letter-button,
.navbar-open .header__navbar {
    opacity: 0.1;
    pointer-events: none;
}

.navbar {
    -webkit-transition: all 250ms ease-in-out 0ms;
    -o-transition: all 250ms ease-in-out 0ms;
    transition: all 250ms ease-in-out 0ms;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 110;
    display: block;
    width: 100%;
    height: 100%;
    background: var(--brand);
    opacity: 0;
    visibility: hidden;
}

.navbar__inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-y: auto;
    padding: 40px 30px;
}

.navbar__inner>*:first-child {
    margin-bottom: auto;
    margin-top: auto;
}

.navbar-open .navbar {
    opacity: 0.93;
    visibility: visible;
}

.navbar .header-links {
    background-color: transparent;
    height: auto;
}

.navbar .header-links__list {
    display: block;
    text-align: center;
}

.navbar .header-links__item {
    margin: 25px 0;
}

.navbar .header-links__link_externallink,
.navbar .header-links__link {
    -webkit-transition: all 250ms ease-in-out 0ms;
    -o-transition: all 250ms ease-in-out 0ms;
    transition: all 250ms ease-in-out 0ms;
    background-color: transparent;
    border-bottom: 4px solid transparent;
    color: #fff;
    display: inline-block;
    font-size: 48px;
    padding: 0;
}

#policies .rte {
    margin: 15px 0 40px;
    display: inline-block;
    width: 100%;
}

#policies .rte h2,
#policies .rte h3 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
}

#policies .rte h3 {
    font-size: 19px;
}

#policies .rte *:not(h2) {
    font-size: 16px;
}

.warranty-banner {
    position: relative;
}

section#policies_header {
    padding-top: var(--header-offset);
}
.ratio-box{background: var(--brand);width: 100%;
    min-height: 180px;}
.warranty-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;background: transparent;
    justify-content: center;
    color: white;
    z-index: 1;
}

.warranty-overlay__text {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}

p.text-subtitl_size {
    font-size: 30px;
}

.swiper-slide.hovered-slide * {
    color: #fff;
}

.swiper-slide.hovered-slide {
    background: var(--brand);
}
section#stats_section {
    color: var(--brand);
    border-top: 2px solid var(--brand);
}
#stats_section a {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    justify-content: center;
}
.rankingvalues {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
@media screen and (min-width: 990px) and (max-width: 1536px) {
    .swiper-slide {
        /* min-height: 350px; */
    }

    .text-base {
        font-size: 0.9rem !Important;
    }
}

@media screen and (min-width: 990px) and (max-width: 1199px) {
    .text-base {
        font-size: 0.88rem !Important;
    }
}

@media screen and (max-width: 767px) {
    .menu-toggle.is-active .menu-toggle__bar:first-child {
        margin-top: -2px;
    }

    .menu-toggle.is-active .menu-toggle__bar:last-of-type {
        margin-bottom: -5px;
    }

    .letter-button__mobile-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .letter-button__desktop-text {
        display: none;
    }

}

@media only screen and (max-width: 768px) {
    .menu-toggle {
    height: 78px;
    }
.logo{margin: 22px 20px 16px 20px;}
    .header__navbar,
    .header__letter-button .letter-button__desktop-text {
        display: none;
    }
.header__logo {
    flex: 0 0 calc(100% - 65px);
}
    .header__components {
    flex: 0 0 65px;
}
    .letter-button {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding-top: 1rem;
        padding-bottom: 1.3rem;
        padding-left: 2.2rem;
        padding-right: 2.2rem;
        background-color: var(--brand);
        color: #fff;
        font-size: 1rem;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        letter-spacing: 0.812px;
        text-transform: uppercase;
        /* line-height: 1; */
        /* display: flex; */
        align-items: center;
        justify-content: center;
        height: auto;
    }

    body .text-\[24px\] {
        font-size: 20px;
        font-weight: 600;
    }

    #mobileMenu .text-base {
        font-size: 1.1rem;
    }

    #mobileMenu .text-sm {
        font-size: 1.05rem;
    }

    body .mob-mt-0 {
        margin-top: 0px;
    }

    button#menuToggle {
        position: relative;
        top: 0px;
    }

    .swiper-slide {
        width: 90%;
        /* min-height: 300px; */
    }

    #omniversecompanies .swiper-slide p {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .swiper-pagination-bullet {
        width: 22px;
        height: 6px;
    }

    .swiper {
        padding: 40px 1rem 60px;
    }


    #intro_section {
        padding-top: 1.6rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    #intro_section h1 {
        font-size: 54px;
        line-height: 58px;
        margin-bottom: 0.7rem;
    }

    #intro_section .tracking-wide {
        font-size: 32px;
    }

    #robosec a {
        font-size: 14px;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
        min-width: max-content;
    }

    #robosec div.btn_withlovedby div img {
        width: 2.7rem;
        height: 2.7rem;
    }

    .btn_withlovedby {
        gap: 0.5rem;
    }

    #robosec>div:last-child div:first-child {
        margin-bottom: 0rem;
    }

    #robosec>div:last-child div:first-child .text-sm {
        font-size: 13px;
        line-height: normal;
    }

    #robosec>div:last-child div:first-child .text-xl {
        font-size: 15px;
        line-height: normal;
    }

    section#omniverseconnect,
    section#omniversemap {
        margin-top: 0;
    }


    /* .footer__links {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 0;
        margin-bottom: 90px;
    } */


    section#policies {
        padding: 2rem 2rem 0;
    }

    .ratio-box {
        padding-top: 40%;
    }

    .warranty-overlay {
        padding: 0 2.6rem;
    }
    footer {
        margin-bottom: 10vw;
    }

    .footer__links a {
        width: 100%;
    }

    /* .footer {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 26px 15px 75px;
        margin: 0;
        width: 100%;
        border-right: none;
    } */

    /* .footer__logo {
        margin-right: 0;
    } */

    .footer__links {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        padding-top: 4vw;
        padding-bottom: 4vw;
        width: 100%;
        margin: auto;
        gap: 1vw;
        /* border: 1px solid #000; */
    }

    .footer__links-divider {
        display: none;
    }

    .footer__socials {
        position: static;
        width: 100%;
    }

    .footer-social-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 10px;
        width: 100%;
    }

    .footer-social-links__item {
        margin: 10px;
    }

    .footer_copyright {
        border-top: 1px solid #000;
        border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        height: 12vw;gap: 5px;
    }

}

.warranty-overlay__text {
    font-size: 26px;
}

#map {
    height: 365px;
}

.leading-relaxed {
    text-align: center;
}

.popup {
    margin: 0 !important;
    width: 90%;
    /* height: 400px; */
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup h1 span {
    color: var(--brand);
    text-transform: uppercase;
}

#policies .rte {
    margin: 10px 0;
}
body > section {
        scroll-margin-top: 70px;
        scroll-padding-bottom: 100px;
      }
      p.text-subtitl_size {
        font-size: 17px;
      }

@media only screen and (max-width: 480px) {
    .swiper-slide {
        /* min-height: 460px; */
    }

    .swiper-wrapper {
        /* Allow overflow for the partial slide */
        overflow: visible;
        margin-bottom: 3vw;
    }

    .step_into {
        margin-bottom: 2vw;
    }

    .logo {
        width: auto;
        /* vertical alignment */
        display: flex;
        align-items: center;
    }

    .contact_section {
        margin-top: -2vw;
    }

    .header .menu-toggle {
        border-left: 1px solid #f3f3f3;
    }
}
@media only screen and (max-width: 768px) {
    .header .menu-toggle {
        border-left: 1px solid #f3f3f3;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1260px) {
.header-links__link_externallink, .header-links__link {
    font-size: 16px;
    padding: 0 10px;
}
}
@media only screen and (min-width: 1025px) and (max-width: 1120px) {
.header__components {
    flex: 0 0 280px;
}
    .header__logo {
    max-width: 280px;
    }
}
@media only screen and (max-width: 1024px) {
    .header__navbar {
        display: none;
    }
    header.site-header.header {
    justify-content: space-between;
}
}


* {
        box-sizing: border-box;
      }
      .anchorlink.customlinhyt {
        line-height: 2;
      }
      /* Overlay (click-outside to close) */
      #chatOverlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.2);
        backdrop-filter: saturate(120%) blur(1px);
        display: none;
        z-index: 998;
      }

      /* Floating Mic */
      #micButton {
        cursor: pointer;
      }
      #micButton:active {
        transform: scale(0.98);
      }
      #micButton.listening {
        animation: pulse 1.5s infinite;
      }
      @keyframes pulse {
        0% {
          box-shadow: 0 0 0 0 rgba(229, 57, 53, 0.7);
        }
        70% {
          box-shadow: 0 0 0 20px rgba(229, 57, 53, 0);
        }
        100% {
          box-shadow: 0 0 0 0 rgba(229, 57, 53, 0);
        }
      }

      /* Chatbox */
      #chatbox {
        left: 100px;
        position: absolute;
        bottom: -25px;
        right: auto;
        width: 640px;
        height: 280px;
        background: #fff;
        border-radius: 14px;
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
        display: none;
        flex-direction: column;
        overflow: hidden;
        z-index: 999;
      }

      /* Top bar */
      #chatTop {
        padding: 10px;
        border-bottom: 1px solid #eee;
        background: var(--brand);
        color: #ffffff;
        display: flex;
        align-items: center;
      }
      #closeChat {
        margin-left: auto;
        background: transparent;
        border: none;
        font-size: 18px;
        line-height: 1;
        cursor: pointer;
        color: #ffffff;
      }
      #closeChat:hover {
        color: #000;
      }

      #chatMessages {
        flex: 1;
        padding: 12px;
        overflow-y: auto;
        font-size: 14px;
        background: #fff;
      }
      .message {
        margin: 6px 0;
        padding: 8px 10px;
        border-radius: 10px;
        max-width: 85%;
        word-wrap: break-word;
        white-space: pre-wrap;
      }
      .user {
        background: var(--brand);
        color: #fff;
        align-self: flex-end;
      }
      .ai {
        background: var(--ai);
        color: #000;
        align-self: flex-start;
      }

      #chatInputArea {
        display: flex;
        border-top: 1px solid #eee;
        background: #fff;
      }
      #chatInput {
        flex: 1;
        padding: 12px;
        border: none;
        outline: none;
        font-size: 14px;
      }
      #sendButton {
        background: var(--brand);
        border: none;
        color: #fff;
        padding: 10px 14px;
        cursor: pointer;
      }
      #sendButton:hover {
        background: var(--brand-hover);
      }

      /* Articles rendering */
      .article-list {
        margin: 6px 0 8px;
        padding-left: 0;
        list-style: none;
      }
      .article-item {
        margin: 6px 0;
      }
      .article-item a {
        text-decoration: none;
        font-weight: 600;
        color: #0b69ff;
      }
      .article-item a:hover {
        text-decoration: underline;
      }
      .article-meta {
        display: block;
        font-size: 12px;
        color: #666;
        margin-top: 2px;
      }
      .as-of {
        font-size: 12px;
        color: #555;
        margin-top: 8px;
      }
      /* Thinking indicator */
      .typing {
        display: inline-flex;
        align-items: center;
        gap: 6px;
      }
      .typing .dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #555;
        animation: bounce 1s infinite ease-in-out;
      }
      .typing .dot:nth-child(2) {
        animation-delay: 0.15s;
      }
      .typing .dot:nth-child(3) {
        animation-delay: 0.3s;
      }
      @keyframes bounce {
        0%,
        80%,
        100% {
          transform: scale(0.6);
          opacity: 0.6;
        }
        40% {
          transform: scale(1);
          opacity: 1;
        }
      }

      /* anchor: ensure mic button positioned ancestor */
      #micButton {
        position: relative;
        z-index: 30;
      }

      /* positioning: sits to the right of the mic */
      .mic-hint {
        position: absolute;
        top: -58%;
        left: calc(100% + -5px);
        transform: translateY(-50%);
        z-index: 2;
        pointer-events: auto;
      }

      /* the oval bubble */
      .mic-hint__content {
        position: relative;
        display: inline-flex;
        align-items: center;
        gap: 0;
        padding: 5px 10px;
        border-radius: 999px;
        background: var(--brand);
        color: #ffffff;
        font-size: 13px;
        font-weight: 600;
        line-height: 1.05;
        text-align: center;
        justify-content: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        height: 55px;
      }

      /* text: two-line layout with bold second line */
      .mic-hint__text {
        display: inline-block;
        color: #fff;
        line-height: 1.25;
      }
      .mic-hint__text strong {
        display: block;
        font-weight: 800;
      }

      /* white circular close button, perfectly vertically centered */
      .mic-hint__close {
        appearance: none;
        -webkit-appearance: none;
        border: none;
        color: #fff;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        line-height: 1;
        cursor: pointer;
        margin-left: 0;
        flex-shrink: 0;
        transition: background 0.12s ease, transform 0.12s ease;
        position: absolute;
        top: 0;
        right: 0;
        display: none;
      }
      .mic-hint__close:hover {
        background: rgba(255, 255, 255, 0.22);
        transform: translateY(-1px);
      }
      .mic-hint__close:focus {
        outline: 2px solid rgba(255, 255, 255, 0.18);
      }

      /* === curved pointy tail (bottom-left) ===
   technique: two layered pseudo-elements to create a smooth pointed tail
*/
      .mic-hint__content::before,
      .mic-hint__content::after {
        content: "";
        position: absolute;
        left: 12px;
        bottom: -9px;
        width: 66px;
        height: 40px;
        transform-origin: 0 100%;
        z-index: -1;
        pointer-events: none;
      }

      /* main colored tail shape */
      .mic-hint__content::before {
        background: var(--brand);
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 60px;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        transform: rotate(-15deg) skewX(-22deg);
        box-shadow: 0 8px 14px rgba(11, 33, 71, 0.06);
      }

      /* subtle underside highlight to smooth the join */
      .mic-hint__content::after {
        left: 13px;
        bottom: -14px;
        width: 34px;
        height: 20px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 40px;
        transform: rotate(-16deg) skewX(-6deg);
        z-index: -2;
      }

      /* hidden state used by your JS */
      .mic-hint--hidden {
        opacity: 0;
        transform: translateY(-6px) scale(0.98);
        pointer-events: none;
        transition: opacity 0.18s, transform 0.18s;
      }

      /* responsive tweaks to avoid overflow on small screens */
      @media (max-width: 520px) {
        .mic-hint {
          left: calc(100% + 8px);
        }
        .mic-hint__content {
          min-width: 85px;
          padding: 5px 7px;
          font-size: 12px;
          height: 49px;
        }
        .mic-hint__content::before {
          left: 8px;
          bottom: -7px;
          width: 36px;
          height: 26px;
          transform: rotate(-14deg) skewX(-25deg);
          border-bottom-left-radius: 0;
          border-bottom-right-radius: 0;
          border-top-left-radius: 5px;
          border-top-right-radius: 30px;
        }
        .mic-hint__content::after {
          left: 16px;
          bottom: -12px;
          width: 26px;
          height: 16px;
          transform: rotate(-14deg) skewX(-5deg);
        }
      }

      .mySwiperTiles .swiper-slide {
        display: flex;
        align-items: stretch;
      }
      .mySwiperTiles .tile-wrapper {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
      }
img.waveimg {
    transform: scale(3);
    width: 100%;
    margin-bottom: 90px;
    margin-top: 40px;
}
.leaflet-popup-content p {
    margin: 0 0 1.3em 0;
}

		/**stocks ticker**/
.stock-ticker {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  color: #757575;
  font-family: system-ui, sans-serif;
  padding: 12px 0;
  position: relative;
}

.ticker-track {
  display: flex;
  width: max-content;
  white-space: nowrap;
  gap: 72px;
  animation: ticker-scroll 140s linear infinite; /* ⬅ slower */
}

.stock-item {
  font-weight: 500;
}

.stock-up { color: #757575; }
.stock-down { color: #757575; }

@keyframes ticker-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.stock-ticker:hover .ticker-track {
  animation-play-state: paused;
}
.stock-ticker {
  position: relative;
}

/* Fade overlays */
.stock-ticker::before,
.stock-ticker::after {
  content: "";
  position: absolute;
  top: 0;
  width: 80px;              /* adjust fade strength */
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.stock-ticker::before {
  left: 0;
  background: linear-gradient(
    to right,
    #ffffff 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.stock-ticker::after {
  right: 0;
  background: linear-gradient(
    to left,
    #ffffff 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

@media (max-width: 768px) {
  .ticker-track {
    animation-duration: 120s;
  }
}

/* =====================================================
   NEWS PUZZLE GRID – 1 + (2x2) FINAL
===================================================== */
.galaverse-news-grid {
  display: grid;
  height: 500px;
 /* Create 3 equal columns and a 4-row base track system */
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  /* Force items to fill columns top-to-bottom */
  grid-auto-flow: column;
  gap: 16px;
}


/* =========================
   LEFT HERO (FULL HEIGHT)
========================= */

/* Column 1: slot-a (1 item spanning all 4 row tracks) */
.slot-a {
  grid-column: 1;
  grid-row: span 4;
}
/* Column 2: slot-b (2 items, each spanning 2 row tracks) */
.slot-c, .slot-b {
    grid-column: 2;
    grid-row: span 2;
}
.slot-d, .slot-e, .slot-g, .slot-f {
    grid-column: 3;
    grid-row: span 1;
}
		
/* =========================
   BASE CARD
========================= */
.galaverse-card {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  color: #000;
  text-decoration: none;
  padding: 18px;
  display: flex;
  align-items: flex-start;
  transition: transform .25s ease, box-shadow .25s ease;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 0px 20px #0000001a, 0 0 #0000001a;
}

.galaverse-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0,0,0,.15);
}
.galaverse-card.slot-a.has-image img {
    display: none;
}
/* =========================
   IMAGE (ONLY IF EXISTS)
========================= */
.galaverse-card.has-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;display: none;
}

.galaverse-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, .6), rgba(255, 255, 255, .25));
}
/* Safety: no overlay if no image */

/* =========================
   CONTENT
========================= */
.galaverse-content {
  position: relative;
  z-index: 2;
  max-width: 100%;
}

.galaverse-content h3 {
  font-size: 19px;  /* +3px */
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}

/* Hero title bigger */
.slot-a h3 {
  font-size: 26px;
}

/* Excerpt */
.news-excerpt {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.4;
}
.excerpt_date_flex {
    /* display: flex; */
    width: 100%;
}
.excerpt_date_flex .galaverse-meta {
    flex: 0 0 30%;
}
/* Meta */
.galaverse-meta {
  margin-top: 10px;
  font-size: 14px;
  opacity: .7;
}
.galaverse-card {
    align-items: center;
}		
.galaverse-card {
    align-items: center;
    color: #000000;
    background-position: center;
    background-size: cover;
}
.galaverse-card.slot-a {
	background-image: url(News-Block-Slot-A.png);
}
.galaverse-card.slot-b {
	background-image: url(News-Block-Slot-B.png);
}
.galaverse-card.slot-c {
	background-image: url(News-Block-Slot-C.png);
}
.galaverse-card.slot-d {
	background-image: url(News-Block-Slot-D.png);
}
.galaverse-card.slot-e {
	background-image: url(News-Block-Slot-E.png);
}
.galaverse-card.slot-f {
	background-image: url(News-Block-Slot-F.png);
}
.galaverse-card.slot-g {
	background-image: url(News-Block-Slot-G.png);
}		
.slot-d .galaverse-content h3, .slot-e .galaverse-content h3, .slot-f .galaverse-content h3, .slot-g .galaverse-content h3 {
    font-size: 14px;
}	
.galaverse-meta.meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  opacity: 0.85;
}

.meta-source {
  font-weight: 500;
}

.meta-time {
  white-space: nowrap;
}
/* =========================
   MOBILE
========================= */
@media (max-width: 900px) {
      .galaverse-news-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        height: auto;
        display: flex;
        flex-direction: column;
        padding-left: 1rem;
        padding-right: 1rem;
    }
	.slot-d .galaverse-content h3, .slot-e .galaverse-content h3, .slot-f .galaverse-content h3, .slot-g .galaverse-content h3, .galaverse-content h3 {
    font-size: 26px;
	}
  .galaverse-news-grid .galaverse-card:first-child {
    grid-column: auto;
    grid-row: auto;
  }
  .galaverse-card {
    height: 260px;
  }
}
.ai-news-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}

/* columns stack internally */
.ai-news-col {
  display: grid;
  gap: 16px;
}

/* block sizing guidance */
.col-1 .galaverse-card {
  height: 520px;
}

.col-2 .galaverse-card {
  height: 250px;
}

.col-3 .galaverse-card {
  height: 160px;
}

/* universal card safety */
.galaverse-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}
@media (max-width: 900px) {
	.ai-news-layout {
    display: flex;
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
    column-gap: 0;
}
	div#news-col-bc {
    display: flex;
}
	div#news-col-bc > * {
    flex: 0 0 calc(50% - 8px);
}
	.galaverse-card {
    padding: 12px;
}
	div#news-col-bc > * h3 {
    font-size: 16px;
}
	div#news-col-def {
    display: flex;
    gap: 1rem;
    flex-flow: row wrap;
}
	div#news-col-def > *:not(:first-child) {
    flex: 0 0 calc(50% - 8px);
}
	div#news-col-def > *:not(:first-child) h3 {
    font-size: 13px;
}
}
/* =====================================================
   EVENTS SECTION – CLEAN & FINAL
===================================================== */

/* =========================
   EVENTS WEEK GRID
========================= */

/* .ai-events-week {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  padding: 24px;
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
} */

/* LEFT LABEL */
.ai-events-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-weight: 900;
  font-size: 32px;
  letter-spacing: 1px;
  text-align: center;
  color: #111;
}

/* GRID */
.ai-events-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 400px;
  /* gap: 30px; */
}

/* TILE */
.ai-event-tile { background: var(--bg, #eee);
    /* background: #ffffff; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border-radius: 0px;
    padding: 20px;
    box-shadow: 0 0px 20px #0000001a, 0 0 #0000001a;
    text-align: center;
    box-sizing: border-box;
}
/* .ai-event-tile:nth-child(odd) {
    background: #f3f3f3;
} */
.ai-event-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}
article.ai-event-tile.ai-event-title-tile {
    align-items: center;
    justify-content: center;
}
/* TITLE */
.ai-event-tile h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin: 20px 0 8px;
    text-align: left;
}

/* META */
.ai-event-meta {
    font-size: 16px;
    opacity: 0.9;
    line-height: 1.4;
    text-align: left;margin-left: -5px;
}

/* DAY */
.ai-event-day {
    font-weight: 800;
    font-size: 20px;
    text-transform: capitalize;
    margin-top: 10px;
    text-align: left;
}

/* FEATURE TILE (OPTIONAL)
.ai-event-tile.featured {
  grid-column: span 2;
} */

/* =========================
   RESPONSIVE
========================= */

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

@media (max-width: 640px) {
  .ai-events-week {
    grid-template-columns: 1fr;
  }

  .ai-events-label {
    writing-mode: horizontal-tb;
    transform: none;
    text-align: left;
    font-size: 22px;
    margin-bottom: 12px;
  }

  .ai-events-grid {
    grid-template-columns: 1fr;
  }
}



#rank-arrow {
  font-size: 10px;
  margin-top: 2px;
}
      @media screen and (min-width: 769px) {
        .large--hide {
          display: none;
        }
      }
      @media screen and (max-width: 768px) {
		 .mobilecityimage_text.text-subtitl_size {
    font-size: 19px;
}
		  .robosec {
    background-image: none;
		  }
        .text-subtitl_size img.large--hide {
    margin: 20px 0;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    max-width: 100vw;
}
        #chatbox {
          left: auto;
          bottom: 100%;
          width: 480px;
          height: 400px;
          margin-bottom: 20px;
        }
        .btn_withlovedby {
          align-items: center;
        }
        .small--hide {
          display: none;
        }
        p.text-subtitl_size {
          font-size: 17px;
        }
        #galaverseaiconnect p,
        #galaverseaivisionaries p,
        #galaverseaimap p,
        #galaverseaimap p a {
          line-height: 1.625;
          font-size: 17px;
        }
        #galaverseaiconnect > div.backdrop-blur-sm {
          padding: 1.7rem;
        }
        #galaverseaiconnect > div.backdrop-blur-sm form .relative:nth-child(2) {
          margin-top: 15px;
        }
      }
      @media screen and (max-width: 600px) {
        #chatbox {
          width: 310px;
        }
      }
#seg-talent { background: rgba(var(--brand-rgb), 0.30); }
#seg-companies { background: rgba(var(--brand-rgb), 0.45); }
#seg-research { background: rgba(var(--brand-rgb), 0.60); }
#seg-innovation { background: rgba(var(--brand-rgb), 0.75); }
