/*
Theme Name: KBF Website Theme
Description: A custom WordPress theme for KBF website
Version: 1.0.0
Author: KBF Development Team
Text Domain: kbf-theme
*/

/* Reset and Base Styles */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    line-height: inherit;
    background-color: #000;
    font-family: Inter, sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700&display=swap');

/* Custom Breakpoints */
@media (min-width: 480px) {
    .ai-xs\:px-\[40px\] { padding-left: 40px; padding-right: 40px; }
    .ai-xs\:px-\[20px\] { padding-left: 20px; padding-right: 20px; }
    .ai-xs\:text-\[24px\] { font-size: 24px; }
    .ai-xs\:leading-\[28px\] { line-height: 28px; }
    .ai-xs\:py-\[100px\] { padding-top: 100px; padding-bottom: 100px; }
    .ai-xs\:max-w-\[486px\] { max-width: 486px; }
    .ai-xs\:px-0 { padding-left: 0; padding-right: 0; }
    .ai-xs\:w-\[1549px\] { width: 1549px; }
    .ai-xs\:h-\[1461px\] { height: 1461px; }
    .ai-xs\:max-w-\[640px\] { max-width: 640px; }
}

@media (min-width: 640px) {
    .ai-sm\:mt-\[10px\] { margin-top: 10px; }
    .ai-sm\:w-\[32px\] { width: 32px; }
    .ai-sm\:h-\[32px\] { height: 32px; }
    .ai-sm\:h-\[1440px\] { height: 1440px; }
    .ai-sm\:bottom-\[473px\] { bottom: 473px; }
    .ai-sm\:px-4 { padding-left: 1rem; padding-right: 1rem; }
}

@media (min-width: 768px) {
    .ai-m\:h-\[600px\] { height: 600px; }
    .ai-m\:h-\[400px\] { height: 400px; }
}

@media (min-width: 840px) {
    .ai-dt\:w-\[60\%\] { width: 60%; }
    .ai-dt\:h-\[1600px\] { height: 1600px; }
    .ai-dt\:top-\[184px\] { top: 184px; }
    .ai-dt\:top-\[104px\] { top: 104px; }
    .ai-dt\:text-\[48px\] { font-size: 48px; }
    .ai-dt\:px-0 { padding-left: 0; padding-right: 0; }
    .ai-dt\:leading-\[72px\] { line-height: 72px; }
    .ai-dt\:max-w-\[660px\] { max-width: 660px; }
    .ai-dt\:w-\[133px\] { width: 133px; }
    .ai-dt\:h-\[41px\] { height: 41px; }
    .ai-dt\:rounded-\[56px\] { border-radius: 56px; }
    .ai-dt\:cursor-container { cursor: pointer; }
    .ai-dt\:articless { position: relative; }
}

@media (min-width: 1024px) {
    .ai-xl\:w-\[100\%\] { width: 100%; }
    .ai-xl\:max-w-\[100\%\] { max-width: 100%; }
    .ai-xl\:flex-nowrap { flex-wrap: nowrap; }
    .ai-xl\:w-\[640px\] { width: 640px; }
    .ai-xl\:max-w-\[640px\] { max-width: 640px; }
    .ai-xl\:w-\[800px\] { width: 800px; }
}

@media (min-width: 1200px) {
    .ai-sssm\:bottom-\[738px\] { bottom: 738px; }
}

/* TailwindCSS Base, Components, and Utilities */
@import url("./assets/css/app.min.css"); /* Contains core TailwindCSS output */
@import url("./assets/css/8daa28d3c6e7577b.css"); /* Contains additional TailwindCSS output and font-face declarations */
@import url("./assets/css/fcc135d9ab452261.css"); /* Contains additional TailwindCSS output and font-face declarations */

/* Custom Styles */
@import url("./assets/css/bkcustom-styles.css");
@import url("./assets/css/custom-styles.css");
@import url("./assets/css/custom.css");

/* Custom Font Faces */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('./assets/fonts/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('./assets/fonts/Poppins-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('./assets/fonts/Poppins-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('./assets/fonts/Poppins-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('./assets/fonts/Inter-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('./assets/fonts/Inter-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url('./assets/fonts/Inter-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('./assets/fonts/Inter-Bold.ttf') format('truetype');
}

/* CSS Variables */
:root {
    --header-height: 88px;
    --card-animation-X-left: -120px;
    --card-animation-X-right: 120px;
    --card-animation-X-hover-right: -168px;
    --card-animation-X-hover-left: 168px;
    --glow-rgb: 239 42 201;
    --magic-glow-top: 25.3%;
    --star-move: -1000px;
}

/* Screen reader only class for accessibility */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Background Image Styles */
.background-burj-img {
    position: absolute;
    width: 100%;
    height: 860px;
}

/* Header Navigation Styles */
.header-nav {
    z-index: 999;
}

.nav-menu-overlay {
    pointer-events: none;
}

.language-toggle-mobile {
    pointer-events: auto;
}

/* Hero Section Styles */
.hero-container {
    width: 100%;
    z-index: 100;
    max-height: 810px;
}

.hero-background {
    left: 50%;
    transform: translate(-50%, 0);
    background-image: url('./assets/images/homepage/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.gradient-circle {
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
}

.hero-content {
    z-index: 10;
}

.hero-logo-container {
    z-index: 20;
}

.hero-title {
    z-index: 15;
}

.hero-text {
    mask-image: linear-gradient(115deg, #fff 60%, hsla(0,0%,100%,0) 95.17%);
    -webkit-mask-image: linear-gradient(115deg, #fff 34.32%, hsla(0,0%,100%,0) 95.17%);
}

.hero-input-container {
    z-index: 15;
}

.hero-input {
    background: rgba(0,0,0,0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.2);
    box-shadow: 0 0 20px 0 rgba(255,255,255,0.1);
}

.hero-input-button {
    background: rgba(0,0,0,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    box-shadow: 0 0px 2px 0px #FFFFFF inset;
}

.hero-input-button:hover {
    box-shadow: 0 0px 20px 0px #FFFFFF inset;
}

.hero-input-image {
    width: 40px;
    height: 40px;
}

/* Solution Cards Styles */
.solution-section {
    background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 100%);
}

.solution-card {
    background: rgba(0,0,0,0.1);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.3s ease;
}

.solution-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    border-color: rgba(255,255,255,0.3);
}

.solution-card-content {
    padding: 2rem;
}

.solution-card-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1rem;
}

.solution-card-description {
    color: rgba(255,255,255,0.8);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.solution-card-details {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.solution-card.active .solution-card-details {
    max-height: 200px;
}

.solution-card-toggle {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.solution-card-toggle:hover {
    background: rgba(255,255,255,0.2);
}

/* Smart Icons Styles */
.smart-icons-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin: 2rem 0;
}

.smart-icon {
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.smart-icon:hover {
    transform: scale(1.1);
    background: rgba(255,255,255,0.2);
    border-color: rgba(255,255,255,0.3);
}

.smart-icon img {
    width: 40px;
    height: 40px;
    filter: brightness(0) invert(1);
}

/* Why KBF Section */
.why-kbf-section {
    background: linear-gradient(135deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.7) 100%);
    padding: 4rem 0;
}

.feature-item {
    text-align: center;
    padding: 2rem;
}

.feature-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 1.5rem;
    background: rgba(255,255,255,0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon img {
    width: 50px;
    height: 50px;
    filter: brightness(0) invert(1);
}

.feature-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1rem;
}

.feature-description {
    color: rgba(255,255,255,0.8);
    line-height: 1.6;
}

/* About Section */
.about-section {
    background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%);
    padding: 4rem 0;
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.about-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2rem;
}

.about-description {
    font-size: 1.125rem;
    color: rgba(255,255,255,0.9);
    line-height: 1.8;
}

/* Mission/Vision Section */
.mission-vision-section {
    background: linear-gradient(135deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.7) 100%);
    padding: 4rem 0;
}

.mission-vision-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

.mission-card, .vision-card {
    background: rgba(0,0,0,0.2);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 2.5rem;
    border: 1px solid rgba(255,255,255,0.1);
    text-align: center;
}

.mission-card h3, .vision-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1.5rem;
}

.mission-card p, .vision-card p {
    color: rgba(255,255,255,0.8);
    line-height: 1.6;
}

/* Footer Styles */
.site-footer {
    background: rgba(0,0,0,0.9);
    padding: 2rem 0;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-logo {
    width: 120px;
    height: auto;
    margin-bottom: 1rem;
}

.footer-copyright {
    color: rgba(255,255,255,0.6);
    font-size: 0.875rem;
}

/* Animations */
@keyframes hero-enter {
    0% { opacity: 0; }
    to { opacity: 1; }
}

@keyframes bounce {
    0%, to { transform: translateY(-25%); animation-timing-function: cubic-bezier(.8,0,1,1); }
    50% { transform: none; animation-timing-function: cubic-bezier(0,0,.2,1); }
}

@keyframes scroll {
    0% { transform: translateX(0); }
    to { transform: translateX(-100%); }
}

.animate-hero-enter {
    animation: hero-enter 2s ease-out forwards;
}

.animate-bounce-3 {
    animation: bounce 3s infinite;
}

.text-scroll {
    animation: scroll 40s linear infinite;
    white-space: nowrap;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-container {
        height: 600px;
    }
    
    .hero-text {
        font-size: 1.5rem;
        line-height: 1.4;
    }
    
    .solution-card {
        margin-bottom: 1rem;
    }
    
    .smart-icons-container {
        flex-wrap: wrap;
        gap: 1rem;
    }
    
    .smart-icon {
        width: 60px;
        height: 60px;
    }
    
    .smart-icon img {
        width: 30px;
        height: 30px;
    }
    
    .mission-vision-grid {
        grid-template-columns: 1fr;
    }
    
    .about-title {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .hero-container {
        height: 500px;
    }
    
    .hero-text {
        font-size: 1.25rem;
    }
    
    .solution-card-content {
        padding: 1.5rem;
    }
    
    .mission-card, .vision-card {
        padding: 2rem;
    }
}

/* Utility Classes */
.font-poppins {
    font-family: 'Poppins', sans-serif;
}

.font-inter {
    font-family: 'Inter', sans-serif;
}

.text-white {
    color: #fff;
}

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

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.z-10 {
    z-index: 10;
}

.z-20 {
    z-index: 20;
}

.z-50 {
    z-index: 50;
}

.z-999 {
    z-index: 999;
}

.opacity-0 {
    opacity: 0;
}

.opacity-100 {
    opacity: 1;
}

.transition {
    transition: all 0.3s ease;
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.rounded-2xl {
    border-radius: 1rem;
}

.rounded-full {
    border-radius: 9999px;
}

.shadow {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px -1px rgba(0,0,0,.1);
}

.shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1);
}

.backdrop-blur {
    backdrop-filter: blur(8px);
}

/* WordPress specific styles */
.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.6);
    text-align: center;
    margin-top: 0.5rem;
}

.alignleft {
    float: left;
    margin-right: 1rem;
}

.alignright {
    float: right;
    margin-left: 1rem;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

/* Skip link for accessibility */
.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 999999;
    padding: 0.5rem 1rem;
    background: #000;
    color: #fff;
    text-decoration: none;
}

.skip-link:focus {
    left: 0;
}

/* Loading states */
body.loading {
    overflow: hidden;
}

img {
    opacity: 0;
    transition: opacity 0.3s ease;
}

img.loaded {
    opacity: 1;
}

/* Additional Static HTML Styles */
.scrollbar-none {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.scrollbar-none::-webkit-scrollbar {
    display: none;
}

/* Background Images */
#backgroundburj {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.background-burj-img {
    position: absolute;
    width: 100%;
    height: 860px;
    object-fit: cover;
}

/* Hero Background */
.hero-background {
    left: 50%;
    transform: translate(-50%, 0);
    background-image: url('./assets/images/ai/bg-first.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Gradient Circle */
.gradient-circle {
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
}

.gradient-circle-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

/* AI Logo */
.ai-logo {
    background-image: url('./assets/images/ai/ai-logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Solution Cards */
.solution {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    background: rgba(0,0,0,0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.3s ease;
}

.solution:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    border-color: rgba(255,255,255,0.3);
}

.solution-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.solution-details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    backdrop-filter: blur(20px);
    border-radius: 32px;
    padding: 40px;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.solution-details.active {
    display: flex;
}

.solution-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    z-index: 11;
}

.cursor-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.border-effect {
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 16px;
    background: rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
}

/* Smart Icons */
.smarticons {
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.smarticons:hover img:first-child {
    opacity: 0;
}

.smarticons:hover img:last-child {
    opacity: 1;
}

.smarticons img:last-child {
    transition: opacity 0.3s ease;
}

/* Roadmap Background */
.roadmap-background {
    background: linear-gradient(135deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.7) 100%);
}

/* Text Scroll Animation */
.text-scroll-mask {
    mask-image: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.text-scroll {
    animation: scroll 40s linear infinite;
    white-space: nowrap;
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

/* End Background */
.end-bg-div {
    background-image: url('./assets/images/ai/bgLast.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.AiEndBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.bg-shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 400px;
    justify-content: center;
    z-index: 4;
}

.bg-gradient-radial {
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
}

/* Burger Menu */
.burger-menu-toggle {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 1000;
}

.burger-menu-toggle input {
    display: none;
}

.burger-menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background: white;
    margin: 5px 0;
    transition: 0.3s;
}

.burger-menu-toggle input:checked ~ span:nth-child(2) {
    transform: rotate(45deg) translate(5px, 5px);
}

.burger-menu-toggle input:checked ~ span:nth-child(3) {
    opacity: 0;
}

.burger-menu-toggle input:checked ~ span:nth-child(4) {
    transform: rotate(-45deg) translate(7px, -6px);
}

#menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.95);
    backdrop-filter: blur(20px);
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999;
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu.active {
    display: flex;
}

#menu li {
    margin: 20px 0;
}

#menu li a {
    color: white;
    text-decoration: none;
    font-size: 24px;
    font-weight: 500;
    transition: color 0.3s ease;
}

#menu li a:hover {
    color: #FF7F41;
}

/* Language Toggle */
.language-toggle {
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.language-toggle:hover {
    transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 840px) {
    .topbar-unactive {
        display: none;
    }
}

@media (max-width: 768px) {
    .hero-container {
        height: 600px;
    }
    
    .hero-text {
        font-size: 1.5rem;
        line-height: 1.4;
    }
    
    .solution {
        margin-bottom: 1rem;
    }
    
    .smarticons {
        width: 40px;
        height: 40px;
    }
    
    .smarticons img {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 480px) {
    .hero-container {
        height: 500px;
    }
    
    .hero-text {
        font-size: 1.25rem;
    }
    
    .solution-details {
        padding: 20px;
    }
}

/* Additional Animations */
@keyframes hero-enter {
    0% { 
        opacity: 0; 
        transform: translateY(30px);
    }
    100% { 
        opacity: 1; 
        transform: translateY(0);
    }
}

.animate-hero-enter {
    animation: hero-enter 2s ease-out forwards;
}

/* Solution Details Positioning */
.solution-details {
    --solution-title-bottom: 0px;
    top: var(--solution-title-bottom);
}

/* Mobile Menu Toggle */
@media (max-width: 840px) {
    .burger-menu-toggle {
        display: block;
    }
    
    .nav-menu-overlay {
        display: none;
    }
}

@media (min-width: 841px) {
    .burger-menu-toggle {
        display: none;
    }
    
    .nav-menu-overlay {
        display: block;
    }
}

/* Fix Navigation Visibility */
.nav-menu-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 88px;
    z-index: 10;
}

.menu {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topbar-unactive {
    display: flex;
}

@media (max-width: 840px) {
    .topbar-unactive {
        display: none;
    }
}

/* Fix Header Structure */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Fix Logo */
.logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo img {
    max-width: 100px;
    height: auto;
}

/* Fix Language Toggle */
.language-toggle button {
    border: none;
    outline: none;
    cursor: pointer;
}

/* Fix Solution Section Titles */
.solution-section h2 {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Fix Section Titles */
section h2 {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #FF7F41 !important;
    font-size: 3rem !important;
    font-weight: bold !important;
    text-align: center !important;
    margin-bottom: 40px !important;
}