
html, body {
    font-family: 'Montserrat', sans-serif !important;
    top: 0px !important; /* Fix for Google Translate top bar */
}

h1{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 46px !important;
    line-height: 61px !important;
    text-transform: uppercase;
    letter-spacing: 0px !important;
}

h2{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 40px !important;
    line-height: 52px !important;
    text-transform: uppercase;
    letter-spacing: 0px !important;
}

h3{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 36px !important;
    line-height: 48px !important;
    text-transform: uppercase;
    letter-spacing: 0px !important;
}

h4{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 22px !important;
    line-height: 28px !important;
    text-transform: uppercase;
    letter-spacing: 0px !important;
}

h5{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 22px !important;
    line-height: 28px !important;
    text-transform: uppercase;
    letter-spacing: 0px !important;
}

html, body {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 30px !important;
    letter-spacing: 0px !important;
}
.hero-bg {
    background: radial-gradient(circle at 30% 50%, #009688 0%, #004d40 60%, #00252a 100%);
    /* Fallback/Adjustment to match image closer: Teal center, dark edges */
    background: linear-gradient(135deg, #00695c 0%, #004d40 50%, #00252a 100%); 
    /* Let's try to match the image more precisely based on visual estimation */
    background: linear-gradient(to right, #0e5e6f 0%, #0b4653 100%); /* Base guess */
    background: radial-gradient(circle at 20% 50%, #148F77 0%, #0E6655 40%, #053038 100%);
}
.electric-border {
    background: linear-gradient(90deg, #00ffcc, #33ccff, #00ff99);
    height: 4px;
    width: 100%;
}

.language-translate img {
    width: 30px !important;
    margin-right: 5px !important;
    display: -moz-grid-line;
    border: #646464 solid 1px;
}

/* Navigation Styles */
.nav-bar {
    background-color: #0D414C; /* Dark Teal from image estimation, user can adjust */
}

.nav-item {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF; /* Changed to Black */
    text-decoration: none;
    padding: 0 15px;
    height: 50px; /* Adjust height as needed */
    transition: color 0.3s ease;
}

.nav-item:hover {
    color: #00aec7; /* Adjusted hover to darker teal for better contrast on white */
}

/* Dropdown Styles */
.custom-dropdown {
    background-color: #FFFFFF;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border-top: none;
    min-width: 300px; /* Increased width */
    white-space: nowrap; /* Prevent text wrapping */
}

.dropdown-link {
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid #E5E7EB;
    color: #4B5563; /* Slate 600 */
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease;
    border-left: 4px solid transparent;
}

.dropdown-link:hover {
    background-color: #F3F4F6; /* Slate 100 */
    border-left-color: #00aec7; /* Teal accent */
    color: #1F2937; /* Slate 800 */
}

.dropdown-link:last-child {
    border-bottom: none;
}

/* Google Translate Custom Styles */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}
.goog-tooltip {
    display: none !important;
}
.goog-te-gadget-icon {
    display: none !important;
}

/* Top Bar Link Styles */
.top-bar-link {
    font-family: 'Montserrat', sans-serif;
    color: #3c3950;
    font-size: 15px;
    text-decoration: none;
}
.top-bar-link:hover {
    opacity: 0.8;
}

.font-montserrat {
    font-family: 'Montserrat', sans-serif;
}

/* Hero Heading Styles */
.hero-heading {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 46px;
    line-height: 61px;
    text-transform: uppercase;
    color: #FFFFFF;
}

/* Comparison Heading Styles */
.comparison-title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #1e293b; /* Slate 800 to match existing text color */
    letter-spacing: 0.025em !important;
}

.comparison-text {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    align-items: center;
    text-align: center;
    color: #3C3950;
}

.xeon-btn{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF;
}

@media (max-width: 767px) {
    h1{
        font-size: 36px !important;
        line-height: 48px !important;
    }

    h2{
        font-size: 34px !important;
        line-height: 48px !important;
    }

    h5{
        font-size: 22px !important;
        line-height: 28px !important;
    }
}

.tablet-demo {
    position: relative;
    width: min(100%, 950px);
    aspect-ratio: 2028 / 1198;
    margin: 0 auto;
}

.tablet-demo img {
    display: block;
}

.tablet-frame {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
}

.tablet-video {
    position: absolute;
    left: 3.42%;
    top: 4.6%;
    z-index: 2;
    width: 93.52%;
    height: 91.15%;
    border-radius: clamp(5px, 1.2vw, 10px);
    object-fit: cover;
    background: #000;
}

