 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
     font-family: 'Poppins', sans-serif;
 }

 body {
     line-height: 1.6;
     overflow-x: hidden;
     padding-top: 80px;
     cursor: none
 }

 .container {
     width: 100%;
     max-width: 1200px;
     margin: 0 auto;
     padding: 0 20px;
 }


/* Fix preloader to not block clicks when hidden */
.preloader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

/* When preloader is hidden */
.preloader-container[style*="display: none"] {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}


/* Loader Styles  */
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    animation: speeder 0.4s linear infinite;
}

.loader > span {
    height: 5px;
    width: 35px;
    background: #fac77f;
    position: absolute;
    top: -19px;
    left: 60px;
    border-radius: 2px 10px 1px 0;
}

.base span {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 100px solid #2980b9; 
    border-bottom: 6px solid transparent;
}

.base span:before {
    content: "";
    height: 22px;
    width: 22px;
    border-radius: 50%;
    background: #0a1429; 
    position: absolute;
    right: -110px;
    top: -16px;
}

.base span:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-right: 55px solid #2980b9; 
    border-bottom: 16px solid transparent;
    top: -16px;
    right: -98px;
}

.face {
    position: absolute;
    height: 12px;
    width: 20px;
    background: #1f1f1f; 
    border-radius: 20px 20px 0 0;
    transform: rotate(-40deg);
    right: -125px;
    top: -15px;
}

.face:after {
    content: "";
    height: 12px;
    width: 12px;
    background: #ffffff; 
    right: 4px;
    top: 7px;
    position: absolute;
    transform: rotate(40deg);
    transform-origin: 50% 50%;
    border-radius: 0 0 2px 2px;
}

/* Speed Lines */
.loader > span > span {
    width: 30px;
    height: 1px;
    background: #3498db;
    position: absolute;
}

.loader > span > span:nth-child(1) {
    animation: fazer1 0.2s linear infinite;
}

.loader > span > span:nth-child(2) {
    top: 3px;
    animation: fazer2 0.4s linear infinite;
}

.loader > span > span:nth-child(3) {
    top: 1px;
    animation: fazer3 0.4s linear infinite;
    animation-delay: -1s;
}

.loader > span > span:nth-child(4) {
    top: 4px;
    animation: fazer4 1s linear infinite;
    animation-delay: -1s;
}

@keyframes fazer1 {
    0% {
        left: 0;
    }
    100% {
        left: -80px;
        opacity: 0;
    }
}

@keyframes fazer2 {
    0% {
        left: 0;
    }
    100% {
        left: -100px;
        opacity: 0;
    }
}

@keyframes fazer3 {
    0% {
        left: 0;
    }
    100% {
        left: -50px;
        opacity: 0;
    }
}

@keyframes fazer4 {
    0% {
        left: 0;
    }
    100% {
        left: -150px;
        opacity: 0;
    }
}

/* Main Loader Animation */
@keyframes speeder {
    0% {
        transform: translate(2px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -3px) rotate(-1deg);
    }
    20% {
        transform: translate(-2px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(1px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 3px) rotate(-1deg);
    }
    60% {
        transform: translate(-1px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }
    80% {
        transform: translate(-2px, -1px) rotate(1deg);
    }
    90% {
        transform: translate(2px, 1px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

/* Long Fazers*/
.longfazers {
    position: absolute;
    width: 100%;
    height: 100%;
}

.longfazers span {
    position: absolute;
    height: 2px;
    width: 20%;
    background: #3498db; 
}

.longfazers span:nth-child(1) {
    top: 20%;
    animation: lf 0.6s linear infinite;
    animation-delay: -5s;
}

.longfazers span:nth-child(2) {
    top: 40%;
    animation: lf2 0.8s linear infinite;
    animation-delay: -1s;
}

.longfazers span:nth-child(3) {
    top: 60%;
    animation: lf3 0.6s linear infinite;
}

.longfazers span:nth-child(4) {
    top: 80%;
    animation: lf4 0.5s linear infinite;
    animation-delay: -3s;
}

@keyframes lf {
    0% {
        left: 200%;
    }
    100% {
        left: -200%;
        opacity: 0;
    }
}

@keyframes lf2 {
    0% {
        left: 200%;
    }
    100% {
        left: -200%;
        opacity: 0;
    }
}

@keyframes lf3 {
    0% {
        left: 200%;
    }
    100% {
        left: -100%;
        opacity: 0;
    }
}

@keyframes lf4 {
    0% {
        left: 200%;
    }
    100% {
        left: -100%;
        opacity: 0;
    }
}

/* FIXED CLOUDS - Better animation */
.clouds {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.cloud {
    position: absolute;
    background: #87CEEB; 
    border-radius: 50px;
    opacity: 0.3;
    animation: moveClouds linear infinite;
    filter: blur(5px);
}

.cloud::before,
.cloud::after {
    content: "";
    position: absolute;
    background: #87CEEB; 
    border-radius: 50%;
}

.cloud::before {
    width: 60%;
    height: 60%;
    top: -30%;
    left: 10%;
}

.cloud::after {
    width: 40%;
    height: 40%;
    top: -20%;
    left: 50%;
}

/* Fixed Cloud Positions and Animations */
.cloud1 {
    width: 100px;
    height: 60px;
    top: 15%;
    animation: moveClouds 40s linear infinite;
    animation-delay: 0s;
}

.cloud2 {
    width: 150px;
    height: 80px;
    top: 35%;
    animation: moveClouds 50s linear infinite;
    animation-delay: 5s;
}

.cloud3 {
    width: 80px;
    height: 50px;
    top: 20%;
    animation: moveClouds 60s linear infinite;
    animation-delay: 10s;
}

.cloud4 {
    width: 120px;
    height: 70px;
    top: 70%;
    animation: moveClouds 45s linear infinite;
    animation-delay: 15s;
}

.cloud5 {
    width: 170px;
    height: 50px;
    top: 80%;
    animation: moveClouds 55s linear infinite;
    animation-delay: 20s;
}

@keyframes moveClouds {
    0% {
        transform: translateX(100vw);
    }
    100% {
        transform: translateX(-100vw);
    }
}

 /*Header Styles ALL START NEW MENU + OLD*/
 header {
     background: linear-gradient(135deg, #0A1429 0%, #1a2744 100%);
     box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     z-index: 1000;

 }
 /* Header Right Controls */
 .header-right {
     position: relative;
     z-index: 100;

 }
 /* Search Container */
 .search-container {
     flex-grow: 1;
     min-width: 300px;
 }

 .search-box {
     display: flex;
     align-items: center;
     background: transparent;
     border-radius: 30px;
     padding: 0px 16px;
     border: 1px solid #dfe1e5;
     transition: all 0.3s ease;
 }

 .search-box:hover {
     box-shadow: 0 1px 6px rgba(32, 33, 36, 0.1);
 }

 .search-controls {
     display: flex;
     gap: 5px;
 }

 .search-form {
     display: flex;
     align-items: center;
     width: 100%;
 }

 #searchInput {
     flex: 1;
     background: transparent;
     border: none;
     color: rgb(255, 255, 255);
     padding: 12px 15px;
     outline: none;
     font-size: 14px;
     width: 100%;
 }

 .search-suggestions {
     position: absolute;
     top: 100%;
     left: 0;
     right: 0;
     background: rgba(26, 26, 46, 0.95);
     color: #ffffff;
     backdrop-filter: blur(20px);
     border: 1px solid rgba(212, 175, 55, 0.3);
     border-radius: 20px;
     margin-top: 5px;
     display: none;
     z-index: 1000;
     max-height: 200px;
     overflow-y: auto;
 }

 .search-suggestions.active {
     display: block;
 }

 .suggestion-item {
     padding: 10px 15px;
     cursor: pointer;
     border-bottom: 1px solid rgba(255, 255, 255, 0.1);
     transition: all 0.3s ease;
 }

 .suggestion-item:hover {
     background: rgba(212, 175, 55, 0.2);
 }

 .suggestion-item:last-child {
     border-bottom: none;
 }

 .voice-btn,
 .screenshot-btn {
     background: transparent;
     border: none;
     color: #5f6368;
     cursor: pointer;
     padding: 6px;
     border-radius: 50%;
     transition: all 0.2s;
     width: 32px;
     height: 32px;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .voice-btn:hover,
 .screenshot-btn:hover {
     background: #f1f3f4;
     color: #3c4043;
 }

 /*Nuclear option - hide language modal when search is active */
 .search-results-modal.active~* .lang-modal,
 .search-results-modal.active~.lang-modal,
 body:has(.search-results-modal.active) .lang-modal,
 body:has(.search-results-modal.active) nav .lang-modal {
     display: none !important;
     visibility: hidden !important;
     opacity: 0 !important;
     pointer-events: none !important;
     z-index: -1000 !important;
 }

 .search-results-modal {
     display: none;
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(10, 20, 41, 0.95);
     backdrop-filter: blur(20px);
     z-index: 10000 !important;
     overflow-y: auto;
 }

 .search-results-modal.active {
     display: block;
 }

 .modal-content {
     background: rgba(26, 26, 46, 0.98);
     margin: 50px auto;
     max-width: 800px;
     border-radius: 15px;
     border: 1px solid rgba(212, 175, 55, 0.3);
     box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
 }

 .modal-header {
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 20px 30px;
     border-bottom: 1px solid rgba(212, 175, 55, 0.2);
 }

 .modal-header h3 {
     color: #D4AF37;
     font-size: 1.5rem;
 }

 .close-modal {
     background: none;
     border: none;
     color: white;
     font-size: 24px;
     cursor: pointer;
     transition: all 0.3s ease;
 }

 .close-modal:hover {
     color: #D4AF37;
     transform: scale(1.2);
 }

 .modal-body {
     padding: 30px;
 }

 .search-result-item {
     background: rgba(255, 255, 255, 0.05);
     border: 1px solid rgba(212, 175, 55, 0.2);
     border-radius: 10px;
     padding: 20px;
     margin-bottom: 15px;
     transition: all 0.3s ease;
     cursor: pointer;
 }

 .search-result-item:hover {
     background: rgba(212, 175, 55, 0.1);
     transform: translateX(5px);
     border-color: #D4AF37;
 }

 .result-title {
     color: #D4AF37;
     font-size: 1.2rem;
     margin-bottom: 8px;
     font-weight: 600;
 }

 .result-url {
     color: #88c0d0;
     font-size: 0.9rem;
     margin-bottom: 10px;
     font-family: monospace;
 }

 .result-description {
     color: #e5e9f0;
     line-height: 1.5;
 }

 .voice-listening {
     position: fixed;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     background: rgba(26, 26, 46, 0.95);
     border: 2px solid #D4AF37;
     border-radius: 50%;
     width: 120px;
     height: 120px;
     display: none;
     align-items: center;
     justify-content: center;
     z-index: 10001;
     animation: pulse 1.5s infinite;
 }

 .voice-listening.active {
     display: flex;
 }

 .voice-listening i {
     font-size: 40px;
     color: #D4AF37;
 }

 @keyframes pulse {
     0% {
         transform: translate(-50%, -50%) scale(1);
     }

     50% {
         transform: translate(-50%, -50%) scale(1.1);
     }

     100% {
         transform: translate(-50%, -50%) scale(1);
     }
 }

 .voice-status {
     position: fixed;
     top: calc(50% + 80px);
     left: 50%;
     transform: translateX(-50%);
     color: #D4AF37;
     font-size: 1.2rem;
     text-align: center;
     display: none;
     z-index: 10001;
 }

 .voice-status.active {
     display: block;
 }
 /*Loading Indicator */
 .loading-indicator {
     display: none;
     position: fixed;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     background: rgba(0, 0, 0, 0.7);
     color: white;
     padding: 20px;
     border-radius: 8px;
     z-index: 2000;
 }

 /*Search all end*/
 /* Language Selector */
 .lang-modal {
     display: none;
     position: absolute;
     top: 100%;
     right: 0;
     width: 300px;
     background: white;
     border-radius: 15px;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
     padding: 20px;
     z-index: 9996 !important;
 }

 .lang-modal h3 {
     margin-bottom: 15px;
     color: var(--dark);
     text-align: center;
 }

 .lang-search {
     width: 100%;
     padding: 10px 15px;
     border: 1px solid #ddd;
     border-radius: 30px;
     margin-bottom: 15px;
     font-size: 1rem;
 }

 .lang-grid {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 10px;
     max-height: 200px;
     overflow-y: auto;
 }

 .lang-option {
     display: flex;
     flex-direction: column;
     align-items: center;
     padding: 10px;
     border-radius: 10px;
     cursor: pointer;
     transition: var(--transition);
 }

 .lang-option:hover {
     background: #f0f4ff;
 }

 .flag {
     font-size: 1.8rem;
     margin-bottom: 5px;
 }

 .lang-name {
     font-size: 0.85rem;
     text-align: center;
 }
 /* Header   with flag manu Styles end */
 /* Main Header with Logo and Navigation */
 .main-header {
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 10px 20px;
     position: relative;
 }

 .logo img {
     height: 60px;
     width: auto;
     max-width: 200px;
     transition: transform 0.3s ease;
 }

 .logo img:hover {
     transform: scale(1.05);
 }

 /* Hamburger Menu Button */
 .menu-toggle {
     background: rgba(255, 255, 255, 0.1);
     border: none;
     color: white;
     font-size: 22px;
     cursor: pointer;
     width: 50px;
     height: 50px;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     transition: all 0.3s ease;
     backdrop-filter: blur(10px);
     border: 1px solid rgba(255, 255, 255, 0.1);
 }

 .menu-toggle:hover {
     background: rgba(255, 255, 255, 0.2);
     transform: rotate(90deg);
 }

 /* Hamburger Menu Container */
 .desktop-menu {
     position: fixed;
     top: 0;
     right: -450px;
     width: 400px;
     height: 100vh;
     background: linear-gradient(145deg, #1a1a2e 0%, #16213e 100%);
     z-index: 1001;
     transition: right 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
     overflow: hidden;
     backdrop-filter: blur(20px);
     border-left: 1px solid rgba(255, 255, 255, 0.1);
     display: flex;
     flex-direction: column;
 }

 .desktop-menu.active {
     right: 0;
 }

 /* Menu Header - FIXED HEIGHT */
 .desktop-menu-header {
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 25px 30px;
     background: rgba(255, 255, 255, 0.05);
     border-bottom: 1px solid rgba(255, 255, 255, 0.1);
     position: relative;
     height: 90px;
     box-sizing: border-box;
     flex-shrink: 0;
 }

 .desktop-menu-header::after {
     content: '';
     position: absolute;
     bottom: 0;
     left: 30px;
     right: 30px;
     height: 1px;
     background: linear-gradient(90deg,
             transparent,
             rgba(103, 58, 183, 0.6),
             transparent);
 }

 .desktop-menu-logo {
     display: flex;
     flex-direction: column;
 }

 .desktop-menu-logo .logo-main {
     font-size: 22px;
     font-weight: 700;
     margin-bottom: 2px;
     background: linear-gradient(90deg, #673AB7, #2196F3);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     background-clip: text;
 }

 .desktop-menu-logo .logo-sub {
     font-size: 11px;
     color: rgba(255, 255, 255, 0.6);
     letter-spacing: 1px;
 }

 .desktop-menu-close {
     background: rgba(103, 58, 183, 0.15);
     border: 1px solid rgba(103, 58, 183, 0.3);
     color: #673AB7;
     font-size: 18px;
     cursor: pointer;
     width: 40px;
     height: 40px;
     border-radius: 50%;
     transition: all 0.3s ease;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-shrink: 0;
 }

 .desktop-menu-close:hover {
     background: #673AB7;
     color: white;
     transform: rotate(90deg);
 }

 /* Menu Content */
 .desktop-menu-content {
     padding: 30px 25px 25px;
     display: flex;
     flex-direction: column;
     gap: 20px;
     height: calc(100vh - 90px);
     overflow-y: auto;
     overflow-x: hidden;
     box-sizing: border-box;
 }

 /* Top Bar in Menu */
 .top-bar {
     display: flex;
     flex-direction: column;
     gap: 5px;
     padding: 5px;
     border-bottom: none;
     flex-shrink: 0;
 }

 /* Portfolio Type Buttons */
 .portfolio-type {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 15px;
     margin-bottom: 5px;
     margin-top: 15px;
 }

 .portfolio-btn {
     background: rgba(255, 255, 255, 0.08);
     border: 1px solid rgba(255, 255, 255, 0.15);
     border-radius: 16px;
     padding: 16px;
     font-size: 14px;
     cursor: pointer;
     transition: all 0.3s ease;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 8px;
     font-weight: 600;
     color: #fff !important;
     text-align: center;
     flex-shrink: 0;
 }

 .portfolio-btn:hover {
     background: linear-gradient(135deg, #673AB7, #2196F3);
     color: white;
     border-color: transparent;
     transform: translateY(-3px);
     box-shadow: 0 8px 20px rgba(103, 58, 183, 0.3);
 }

 .portfolio-btn i {
     font-size: 16px;
 }

 /* Weather and Time Widget*/
 .weather-time-widget {
     display: flex;
     align-items: center;
     justify-content: space-between;
     background: rgba(255, 255, 255, 0.08);
     padding: 15px;
     border-radius: 16px;
     border: 1px solid rgba(255, 255, 255, 0.15);
     margin-bottom: 5px;
     flex-shrink: 0;
     height: 52px;
     box-sizing: border-box;
     transition: all 0.3s ease;
 }

 .weather-time-widget:hover {
     background: rgba(255, 255, 255, 0.12);
     border-color: #673AB7;
 }

 .weather-time-widget>div {
     display: flex;
     flex-direction: column;
     align-items: center;
 }

 .time {
     font-size: 14px;
     font-weight: 700;
     color: #fff;
 }

 .date {
     font-size: 10px;
     color: rgba(255, 255, 255, 0.7);
     margin-top: 2px;
 }

 /* Language Selector */
 .language-selector {
     position: relative;
     z-index: 1000;
     margin-bottom: 5px;
 }

 .lang-btn {
     background: rgba(255, 255, 255, 0.08);
     color: #fff !important;
     border: 1px solid rgba(255, 255, 255, 0.15);
     padding: 16px 20px;
     border-radius: 16px;
     font-size: 14px;
     cursor: pointer;
     display: flex;
     align-items: center;
     justify-content: space-between;
     width: 100%;
     transition: all 0.3s ease;
     font-weight: 600;
     flex-shrink: 0;
     height: 52px;
     box-sizing: border-box;
 }

 /* Search Container */
 .search-container {
     margin-bottom: 5px;
     flex-shrink: 0;
 }

 /* Navigation Section */
 .desktop-nav-section {
     margin: 10px;
     flex-shrink: 0;

 }
 .desktop-nav {
     list-style: none;
     margin: 0;
     padding: 0;
     display: flex;
     flex-direction: column;
     gap: 10px;
 }

 .desktop-nav-item {
     position: relative;
     overflow: hidden;
 }

 .desktop-nav-link {
     display: flex;
     align-items: center;
     padding: 16px 20px;
     color: #fff !important;
     text-decoration: none;
     font-size: 15px;
     font-weight: 500;
     transition: all 0.3s ease;
     border-radius: 12px;
     background: rgba(255, 255, 255, 0.05);
     border: 1px solid transparent;
     flex-shrink: 0;
     position: relative;
     overflow: hidden;
 }

 .desktop-nav-link::before {
     content: '';
     position: absolute;
     left: 0;
     top: 0;
     height: 100%;
     width: 3px;
     background: linear-gradient(135deg, #673AB7, #2196F3);
     transform: translateX(-100%);
     transition: transform 0.3s ease;
 }

 .desktop-nav-link:hover {
     background: rgba(103, 58, 183, 0.15);
     color: white;
     transform: translateX(5px);
 }

 .desktop-nav-link:hover::before {
     transform: translateX(0);
 }

 .desktop-nav-link i {
     width: 20px;
     margin-right: 15px;
     text-align: center;
     font-size: 18px;
     color: #673AB7;
 }
 /* Screenshot Panel */
 .screenshot-panel {
     position: fixed;
     bottom: 20px;
     right: 25px;
     background: linear-gradient(145deg, #1a1a2e 0%, #16213e 100%);
     border-radius: 16px;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
     width: 300px;
     z-index: 1000;
     display: none;
     border: 1px solid rgba(255, 255, 255, 0.1);
 }

 .panel-header {
     padding: 15px 20px;
     border-bottom: 1px solid rgba(255, 255, 255, 0.1);
     display: flex;
     justify-content: space-between;
     align-items: center;
 }

 .panel-header h3 {
     margin: 0;
     font-size: 16px;
     font-weight: 600;
     color: #fff !important;
 }

 .close-panel {
     background: none;
     border: none;
     font-size: 20px;
     cursor: pointer;
     color: rgba(255, 255, 255, 0.7);
     transition: all 0.3s ease;
 }

 .close-panel:hover {
     color: #673AB7;
     transform: rotate(90deg);
 }

 .panel-options {
     padding: 10px 0;
     max-height: 400px;
     overflow-y: auto;
 }

 .panel-option {
     display: flex;
     align-items: center;
     gap: 12px;
     width: 100%;
     padding: 12px 20px;
     border: none;
     background: none;
     text-align: left;
     cursor: pointer;
     font-size: 14px;
     color: #fff !important;
     transition: all 0.3s ease;
 }

 .panel-option:hover {
     background: rgba(103, 58, 183, 0.15);
 }

 .panel-option i {
     width: 20px;
     text-align: center;
     color: #673AB7;
 }

 .panel-footer {
     padding: 10px 20px;
     font-size: 12px;
     color: rgba(255, 255, 255, 0.5);
     border-top: 1px solid rgba(255, 255, 255, 0.1);
 }

 /* Custom Scrollbar - IMPROVED FOR BETTER SCROLLING */
 .desktop-menu-content::-webkit-scrollbar {
     width: 8px;
 }

 .desktop-menu-content::-webkit-scrollbar-track {
     background: rgba(255, 255, 255, 0.05);
     border-radius: 4px;
 }

 .desktop-menu-content::-webkit-scrollbar-thumb {
     background: linear-gradient(135deg, #673AB7, #2196F3);
     border-radius: 4px;
     border: 1px solid rgba(255, 255, 255, 0.1);
 }

 .desktop-menu-content::-webkit-scrollbar-thumb:hover {
     background: linear-gradient(135deg, #7E57C2, #42A5F5);
 }

 /* Firefox scrollbar fix */
 .desktop-menu-content {
     scrollbar-width: thin;
     scrollbar-color: #673AB7 rgba(255, 255, 255, 0.05);
 }
 /* Menu Backdrop */
 .menu-backdrop {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.5);
     backdrop-filter: blur(5px);
     z-index: 1000;
     opacity: 0;
     visibility: hidden;
     transition: all 0.3s ease;
 }

 .menu-backdrop.active {
     opacity: 1;
     visibility: visible;
 }

 /* Prevent body scroll when menu is open */
 body.menu-open {
     overflow: hidden;
 }
 @media screen and (max-width: 768px) {
     header {
         padding: 0;
     }

     .main-header {
         padding: 15px 20px;
     }

     .desktop-menu {
         width: 100%;
         right: -100%;
         max-width: 400px;
     }

     .desktop-menu-content {
         padding: 30px 25px 25px;
         height: calc(100vh - 90px);
     }

     .desktop-menu-header {
         padding: 25px 30px;
         height: 90px;
     }
     .portfolio-type {
         grid-template-columns: 1fr 1fr;
         gap: 15px;
     }
     .portfolio-btn {
         padding: 16px;
         font-size: 14px;
     }
     .weather-time-widget {
         height: 52px;
         padding: 16px 20px;
     }
     .lang-btn {
         height: 52px;
         padding: 16px 20px;
         font-size: 14px;
     }
     .search-box {
         padding: 0 18px;
     }
     #searchInput {
         padding: 16px 12px;
         font-size: 14px;
     }
     .desktop-nav-link {
         padding: 16px 20px;
         font-size: 15px;
     }
     .lang-modal {
         width: 300px;
         right: 5%;
     }
     .lang-grid {
         grid-template-columns: 1fr 1fr;
     }
     .desktop-menu-content::-webkit-scrollbar {
         width: 8px;
     }
     .logo img {
         height: 50px;
         max-width: 180px;
     }
     .menu-toggle {
         width: 45px;
         height: 45px;
         font-size: 20px;
     }
     .time {
         font-size: 14px;
     }
     .date {
         font-size: 11px;
     }
     .nav-section-title {
         font-size: 14px;
     }
     .screenshot-panel {
         width: 90%;
         right: 5%;
         max-width: 300px;
     }
     .modal-content {
         margin: 20px;
         max-width: none;
         width: calc(100% - 40px);
     }

     .modal-header {
         padding: 15px 20px;
     }

     .modal-body {
         padding: 20px;
     }
 }

 @media screen and (max-width: 480px) {
     .desktop-menu {
         width: 100%;
         right: -100%;
     }

     .desktop-menu-content {
         padding: 25px 20px 20px;
     }

     .desktop-menu-header {
         padding: 20px 25px;
     }

     .portfolio-type {
         grid-template-columns: 1fr 1fr;
         gap: 12px;
     }

     .portfolio-btn {
         padding: 14px;
         font-size: 13px;
     }

     .weather-time-widget {
         height: 48px;
         padding: 14px 16px;
     }

     .lang-btn {
         height: 48px;
         padding: 14px 16px;
         font-size: 13px;
     }

     .time {
         font-size: 13px;
     }

     .date {
         font-size: 10px;
     }

     .desktop-nav-link {
         padding: 14px 16px;
         font-size: 14px;
     }

     .logo img {
         height: 45px;
         max-width: 160px;
     }

     .menu-toggle {
         width: 40px;
         height: 40px;
         font-size: 18px;
     }
 }
 @media screen and (max-width: 768px) {
     .desktop-menu.active {
         right: 0;
         box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
     }
 }

 /*Header Styles ALL START NEW MENU + OLD*/
@media screen and (max-width: 768px) {
    .desktop-menu.active {
        right: 0;
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
    }
}
@media screen and (max-width: 768px) {
    .desktop-menu .screenshot-btn {
        display: none !important;
    }
    .desktop-menu .search-controls {
        justify-content: space-between;
    }
}

   /* Your Marquee Text Styling */
        .s_wd_marquee_text {
            font-size: 45px;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: -0.02em;
            font-family: "Monoton", sans-serif;
            font-weight: 400;
            font-style: normal;
        }

        .s_wd_marquee_text2 {
            font-size: 45px;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: -0.02em;
            font-family: "Monoton", sans-serif;
            font-weight: 400;
            font-style: normal;
        }

        .text-nowrap {
            white-space: nowrap;
        }

        /* Hero Section */
        .hero {
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            position: relative;
            background: radial-gradient(circle at 50% 50%, rgba(157, 78, 221, 0.1) 0%, transparent 70%);
        }

        .hero-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            opacity: 0.4;
        }

        .hero-bg::before {
            content: '';
            position: absolute;
            width: 200%;
            height: 200%;
            top: -50%;
            left: -50%;
            background: conic-gradient(from 0deg at 50% 50%, transparent 0deg, #9d4edd 60deg, transparent 120deg);
            animation: rotate 20s linear infinite;
        }

        @keyframes rotate {
            0% {
                transform: rotate(0deg);
            }
            100% {
                transform: rotate(360deg);
            }
        }

        .hero-content {
            text-align: center;
            z-index: 2;
            padding: 2rem;
            max-width: 1000px;
            animation: fadeInUp 1s ease-out;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .hero .tagline {
            font-size: clamp(1.5rem, 4vw, 2.5rem);
            font-weight: 900;
            margin-bottom: 1rem;
            background: linear-gradient(45deg, #9d4edd, #00b4d8);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            letter-spacing: -0.03em;
        }

        .hero .mission {
            font-size: 1.2rem;
            margin-bottom: 3rem;
            line-height: 1.8;
            opacity: 0.9;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }

        .glitch-button {
            display: inline-block;
            padding: 1.2rem 3rem;
            background: transparent;
            color: #0c0c0c;
            text-decoration: none;
            border: 2px solid #9d4edd;
            border-radius: 0;
            font-weight: 700;
            font-size: 1.1rem;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            position: relative;
            overflow: hidden;
            transition: all 0.3s;
            clip-path: polygon(0 0, 90% 0, 100% 30%, 100% 100%, 10% 100%, 0 70%);
        }

        .glitch-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, #9d4edd, #00b4d8);
            transition: left 0.3s;
            z-index: -1;
        }

        .glitch-button:hover::before {
            left: 0;
        }

        .glitch-button:hover {
            color: #ffffff;
            transform: translateY(-2px);
            box-shadow: 0 10px 20px rgba(157, 78, 221, 0.3);
        }

        /* Section Styling */
        .section {
            padding: 8rem 5%;
            max-width: 1400px;
            margin: 0 auto;
            position: relative;
        }

        /* Story Section */
        #story {
            background-color: #0a0a0a;
            position: relative;
            overflow: hidden;
        }

        #story::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, #9d4edd, transparent);
        }

        .story-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 5rem;
            align-items: center;
        }

        .story-content {
            position: relative;
        }

        .story-title {
            font-size: clamp(2.5rem, 5vw, 4rem);
            font-weight: 900;
            margin-bottom: 2rem;
            background: linear-gradient(45deg, #9d4edd, #00b4d8);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            letter-spacing: -0.02em;
        }

        .story-text {
            font-size: 1.1rem;
            line-height: 1.8;
            margin-bottom: 2rem;
            opacity: 0.9;
            color: #fff;
        }

        .story-highlight {
            display: inline-block;
            position: relative;
            color: #00b4d8;
            font-weight: 700;
        }

        .story-highlight::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: #00b4d8;
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.5s;
        }

        .story-highlight:hover::after {
            transform: scaleX(1);
        }

        .story-visual {
            position: relative;
            height: 500px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .ceo-container {
            position: relative;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .ceo-image-wrapper {
            position: relative;
            width: 200px;
            height: 200px;
            border-radius: 50%;
            overflow: hidden;
            margin-bottom: 2rem;
            box-shadow: 0 15px 30px rgba(157, 78, 221, 0.3);
            border: 3px solid #9d4edd;
            transition: all 0.5s;
        }

        .ceo-image-wrapper:hover {
            transform: scale(1.05);
            box-shadow: 0 20px 40px rgba(157, 78, 221, 0.4);
        }

        .ceo-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s;
        }

        .ceo-image-wrapper:hover .ceo-image {
            transform: scale(1.1);
        }

        .ceo-info {
            text-align: center;
            max-width: 300px;
        }

        .ceo-name {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
            color: #fff;
        }

        .ceo-title {
            font-size: 1.1rem;
            margin-bottom: 1rem;
            color: #ddd;
        }

        .ceo-quote {
            font-size: 1rem;
            font-style: italic;
            line-height: 1.6;
            position: relative;
            padding: 0 1rem;
            color: #fff;
        }

        .ceo-quote::before {
            content: '"';
            position: absolute;
            top: -10px;
            left: -5px;
            font-size: 3rem;
            color: #9d4edd;
            opacity: 0.3;
        }

        .ceo-quote::after {
            content: '"';
            position: absolute;
            bottom: -30px;
            right: -5px;
            font-size: 3rem;
            color: #9d4edd;
            opacity: 0.3;
        }

        .timeline-item {
            position: absolute;
            width: 200px;
            height: 200px;
            background: rgba(157, 78, 221, 0.1);
            border: 1px solid rgba(157, 78, 221, 0.3);
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 1.5rem;
            transition: all 0.5s;
        }

        .timeline-item:hover {
            transform: scale(1.05);
            background: rgba(157, 78, 221, 0.2);
            box-shadow: 0 10px 30px rgba(157, 78, 221, 0.3);
        }

        .timeline-year {
            font-size: 1.5rem;
            font-weight: 900;
            color: #9d4edd;
            margin-bottom: 0.5rem;
        }

        .timeline-text {
            font-size: 0.9rem;
            line-height: 1.4;
        }

        .timeline-item:nth-child(1) {
            top: 0;
            left: 0;
        }

        .timeline-item:nth-child(2) {
            top: 50px;
            right: 0;
        }

        .timeline-item:nth-child(3) {
            bottom: 50px;
            left: 20%;
        }

        .timeline-connector {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 300px;
            height: 300px;
            border: 2px dashed rgba(157, 78, 221, 0.3);
            border-radius: 50%;
            transform: translate(-50%, -50%);
        }

        /* Why Choose Us Section */
        #why-choose-us {
            background-color: #0f0f0f;
            position: relative;
        }

        #why-choose-us::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, #9d4edd, transparent);
        }

        .section-header {
            text-align: center;
            margin-bottom: 5rem;
        }

        .section-title {
            font-size: clamp(2.5rem, 5vw, 4rem);
            font-weight: 900;
            margin-bottom: 1rem;
            background: linear-gradient(45deg, #9d4edd, #00b4d8);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            letter-spacing: -0.02em;
        }

        .section-subtitle {
            font-size: 1.2rem;
            opacity: 0.8;
            max-width: 600px;
            margin: 0 auto;
            color: #ddd;
        }

        .differentiators-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
        }

        .diff-card {
            background: linear-gradient(135deg, rgba(157, 78, 221, 0.1), rgba(0, 180, 216, 0.05));
            border: 1px solid rgba(157, 78, 221, 0.2);
            padding: 3rem 2rem;
            position: relative;
            overflow: hidden;
            transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
        }

        .diff-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, #9d4edd, #00b4d8);
            opacity: 0;
            transition: opacity 0.5s;
            z-index: -1;
        }

        .diff-card:hover {
            transform: translateY(-10px) scale(1.02);
            border-color: #9d4edd;
            box-shadow: 0 20px 40px rgba(157, 78, 221, 0.2);
        }

        .diff-card:hover::before {
            opacity: 0.1;
        }

        .diff-number {
            font-size: 3rem;
            font-weight: 900;
            color: #9d4edd;
            margin-bottom: 1rem;
            opacity: 0.3;
        }

        .diff-card h3 {
            font-size: 1.5rem;
            margin-bottom: 1rem;
            color: #ffffff;
        }

        .diff-card p {
            line-height: 1.7;
            opacity: 0.9;
            color: #dfe1e5;
        }

        /* Values Section */
        .values-section {
            background: transparent;
            padding: 8rem 5%;
            position: relative;
            overflow: hidden;
            perspective: 1000px;
        }

        .values-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, #9d4edd, transparent);
        }

        .values-title-container {
            text-align: center;
            margin-bottom: 5rem;
            overflow: hidden;
        }

        .marquee-container {
            width: 100%;
            overflow: hidden;
            position: relative;
            padding: 2rem 0;
        }

        .marquee {
            display: flex;
            animation: scroll 20s linear infinite;
        }

        .marquee-content {
            display: flex;
            align-items: center;
            white-space: nowrap;
            padding-right: 50px;
        }

        .marquee-icon {
            color: #9d4edd;
            font-size: 36px;
            margin: 0 15px;
        }

        .decorative-symbol {
            color: #9d4edd;
            font-size: 36px;
            margin: 0 15px;
        }

        @keyframes scroll {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-50%);
            }
        }

        .cube-container {
            width: 300px;
            height: 300px;
            margin: 0 auto;
            position: relative;
            transform-style: preserve-3d;
            animation: rotateCube 20s infinite linear;
        }

        @keyframes rotateCube {
            0% {
                transform: rotateX(0deg) rotateY(0deg);
            }
            100% {
                transform: rotateX(360deg) rotateY(360deg);
            }
        }

        .cube-face {
            position: absolute;
            width: 300px;
            height: 300px;
            background: rgba(157, 78, 221, 0.1);
            border: 1px solid rgba(157, 78, 221, 0.3);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 2rem;
            backdrop-filter: blur(5px);
        }

        .cube-face-front {
            transform: translateZ(150px);
            background: rgba(157, 78, 221, 0.2);
        }

        .cube-face-back {
            transform: rotateY(180deg) translateZ(150px);
            background: rgba(0, 180, 216, 0.2);
        }

        .cube-face-right {
            transform: rotateY(90deg) translateZ(150px);
            background: rgba(157, 78, 221, 0.15);
        }

        .cube-face-left {
            transform: rotateY(-90deg) translateZ(150px);
            background: rgba(0, 180, 216, 0.15);
        }

        .cube-face-top {
            transform: rotateX(90deg) translateZ(150px);
            background: rgba(157, 78, 221, 0.25);
        }

        .cube-face-bottom {
            transform: rotateX(-90deg) translateZ(150px);
            background: rgba(0, 180, 216, 0.25);
        }

        .cube-icon {
            font-size: 3rem;
            margin-bottom: 1rem;
            background: linear-gradient(45deg, #9d4edd, #00b4d8);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }

        .cube-title {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: #9d4edd;
        }

        .cube-text {
            font-size: 1rem;
            line-height: 1.5;
            opacity: 0.9;
        }

        /* CTA Section */
        #cta {
            background-color: #0f0f0f;
            position: relative;
            overflow: hidden;
        }

        .cta-container {
            text-align: center;
            padding: 5rem 2rem;
            position: relative;
            z-index: 2;
        }

        .cta-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle at 50% 50%, rgba(157, 78, 221, 0.2) 0%, transparent 70%);
            filter: blur(100px);
        }

        .cta-title {
            font-size: clamp(2.5rem, 5vw, 4rem);
            font-weight: 900;
            margin-bottom: 1.5rem;
            background: linear-gradient(45deg, #9d4edd, #00b4d8);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }

        .cta-text {
            font-size: 1.3rem;
            margin-bottom: 3rem;
            opacity: 0.9;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
            color: #fff;
        }

        .cta-buttons {
            display: flex;
            gap: 2rem;
            justify-content: center;
            flex-wrap: wrap;
        }

        .cta-primary {
            padding: 1.2rem 3rem;
            background: linear-gradient(45deg, #9d4edd, #00b4d8);
            color: #ffffff;
            text-decoration: none;
            font-weight: 700;
            font-size: 1.1rem;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            position: relative;
            overflow: hidden;
            clip-path: polygon(0 0, 90% 0, 100% 30%, 100% 100%, 10% 100%, 0 70%);
            transition: all 0.3s;
        }

        .cta-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 30px rgba(157, 78, 221, 0.4);
        }

        .cta-secondary {
            padding: 1.2rem 3rem;
            background: transparent;
            color: #ffffff;
            text-decoration: none;
            font-weight: 700;
            font-size: 1.1rem;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            border: 2px solid #9d4edd;
            position: relative;
            overflow: hidden;
            clip-path: polygon(0 0, 90% 0, 100% 30%, 100% 100%, 10% 100%, 0 70%);
            transition: all 0.3s;
        }

        .cta-secondary:hover {
            background: #9d4edd;
            transform: translateY(-3px);
            box-shadow: 0 15px 30px rgba(157, 78, 221, 0.4);
        }

        /* Responsive Design */
        @media (max-width: 1024px) {
            .story-container {
                gap: 3rem;
            }
            
            .story-visual {
                height: 400px;
            }
            
            .differentiators-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .cursor,
            .cursor-follower {
                display: none;
            }

            body {
                cursor: auto;
            }

            .story-container {
                grid-template-columns: 1fr;
                gap: 3rem;
            }

            .story-visual {
                height: 400px;
            }

            .ceo-image-wrapper {
                width: 200px;
                height: 200px;
            }

            .timeline-item {
                width: 150px;
                height: 150px;
            }

            .cube-container {
                width: 250px;
                height: 250px;
            }

            .cube-face {
                width: 250px;
                height: 250px;
            }

            .cube-face-front {
                transform: translateZ(125px);
            }

            .cube-face-back {
                transform: rotateY(180deg) translateZ(125px);
            }

            .cube-face-right {
                transform: rotateY(90deg) translateZ(125px);
            }

            .cube-face-left {
                transform: rotateY(-90deg) translateZ(125px);
            }

            .cube-face-top {
                transform: rotateX(90deg) translateZ(125px);
            }

            .cube-face-bottom {
                transform: rotateX(-90deg) translateZ(125px);
            }

            .differentiators-grid {
                grid-template-columns: 1fr;
            }
            .glitch-button {
                padding: 10px;
            }

            .cta-buttons {
                flex-direction: column;
                align-items: center;
            }
            .cta-primary{
                 padding: 10px; 
            }
        }

        @media (max-width: 480px) {
            .section {
                padding: 5rem 3%;
            }
            
            .hero-content {
                padding: 1rem;
            }
            
            .diff-card {
                padding: 2rem 1.5rem;
            }
            
            .story-text {
                font-size: 1rem;
            }
            
            .ceo-quote {
                font-size: 0.9rem;
            }
            
            .cta-title {
                font-size: 2rem;
            }
            
            .cta-text {
                font-size: 1.1rem;
            }
        }

 /*Floating Vertical Button*/
 .floating-btn {
     position: fixed;
     top: 50%;
     right: 0;
     transform: translateY(-50%);
     background-color: #ff2200;
     color: white;
     padding: 12px 5px;
     writing-mode: vertical-rl;
     text-orientation: mixed;
     font-size: 14px;
     font-weight: bold;
     border-radius: 5px 0 0 5px;
     text-align: center;
     cursor: pointer;
     z-index: 999;
     text-decoration: none;
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
     transition: all 0.3s ease;
 }

 .floating-btn:hover {
     background-color: #e70000;
     transform: translateY(-5px);
 }

 /* end*/
/* Newsletter Section Styles */
.newsletter-section {
    background: linear-gradient(135deg, #0A1429 0%, #1a2744 100%);
    padding: 60px 0;
    
}
.newsletter-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.newsletter-left {
    display: flex;
    align-items: center;
    gap: 30px;
    flex: 1;
}

.newsletter-image img {
    width: 120px;
    height: auto;
    border-radius: 14px;
    
}

.newsletter-text h2 {
    color: white;
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.newsletter-text p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1rem;
}

.newsletter-form {
    display: flex;
    gap: 15px;
    flex: 1;
    max-width: 500px;
}

.newsletter-form input {
    flex: 1;
    padding: 15px 20px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 1rem;
    outline: none;
    transition: all 0.3s ease;
}

.newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.newsletter-form input:focus {
    border-color: #D4AF37;
    background: rgba(255, 255, 255, 0.15);
}

.newsletter-form button {
    padding: 15px 30px;
    background: linear-gradient(135deg, #D4AF37 0%, #e6c75a 100%);
    color: #0A1429;
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.newsletter-form button:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.3);
}

.newsletter-form button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Custom Thank You Message */
.custom-thank-you {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    max-width: 400px;
    width: 90%;
}

.custom-thank-you.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

.thank-you-icon {
    font-size: 4rem;
    color: #27ae60;
    margin-bottom: 20px;
}

.thank-you-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #0A1429;
    margin-bottom: 15px;
}

.thank-you-text {
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
}

.thank-you-button {
    background: linear-gradient(135deg, #0A1429 0%, #1a2744 100%);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.thank-you-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(10, 20, 41, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
    .newsletter-content {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }
    
    .newsletter-left {
        flex-direction: column;
        gap: 20px;
    }
    
    .newsletter-form {
        flex-direction: column;
        width: 100%;
    }
    
    .newsletter-text h2 {
        font-size: 1.5rem;
    }
}
 /* Main Footer */
 footer {
     background-color: #1a1a2e;
     color: #fff;
     overflow: hidden;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
 }

 .footer-grid {
     max-width: 1200px;
     margin: 0 auto;
     padding: 60px 20px 40px;
     display: grid;
     grid-template-columns: 2fr 1fr 1fr 1fr;
     gap: 40px;
 }

 .footer-brand .brand-logo {
     display: flex;
     align-items: center;
     gap: 15px;
     margin-bottom: 20px;
 }

 .logo-icon {
     width: 50px;
     height: 50px;
     border-radius: 10px;
     display: flex;
     align-items: center;
     justify-content: center;
     overflow: hidden;
 }

 .logo-icon img {
     width: 100%;
     height: auto;
     object-fit: contain;
 }

 .brand-name {
     font-size: 22px;
     font-weight: 700;
     color: white;
 }

 .brand-description {
     margin-bottom: 25px;
     line-height: 1.7;
     color: #b0b0b0;
     font-size: 15px;
 }

 .social-icons {
     display: flex;
     gap: 15px;
 }

 .social-icons a {
     display: flex;
     align-items: center;
     justify-content: center;
     width: 40px;
     height: 40px;
     background-color: #2d2d44;
     border-radius: 50%;
     color: white;
     transition: all 0.3s ease;
     text-decoration: none;
 }

 .social-icons a:hover {
     background-color: #2575fc;
     transform: translateY(-3px);
 }

 .footer-column h3 {
     font-size: 18px;
     margin-bottom: 20px;
     position: relative;
     padding-bottom: 10px;
     color: white;
 }

 .footer-column h3::after {
     content: '';
     position: absolute;
     bottom: 0;
     left: 0;
     width: 40px;
     height: 3px;
     background-color: #2575fc;
 }

 .footer-links {
     list-style: none;
 }

 .footer-links li {
     margin-bottom: 12px;
 }

 .footer-links a {
     color: #b0b0b0;
     text-decoration: none;
     transition: all 0.3s ease;
     display: flex;
     align-items: center;
     gap: 8px;
 }

 .footer-links a:hover {
     color: #2575fc;
     transform: translateX(5px);
 }

 .footer-links i {
     font-size: 12px;
     color: #2575fc;
 }

 .qr-section {
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 15px;
 }

 .qr-code {
     width: 120px;
     height: 120px;
     background-color: white;
     border-radius: 10px;
     padding: 8px;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .qr-code img {
     width: 100%;
     height: auto;
 }

 .visitor-counter {
     text-align: center;
 }

 .counter {
     font-size: 42px;
     font-weight: 700;
     color: #2575fc;
     margin-bottom: 10px;
 }

 .visitor-counter p {
     color: #b0b0b0;
     font-size: 14px;
 }

 .footer-bottom {
     max-width: 1200px;
     margin: 0 auto;
     padding: 25px 20px;
     border-top: 1px solid #2d2d44;
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     align-items: center;
     gap: 20px;
 }

 .footer-bottom p {
     color: #b0b0b0;
 }

 .footer-links-bottom {
     display: flex;
     gap: 25px;
 }

 .footer-links-bottom a {
     color: #b0b0b0;
     text-decoration: none;
     font-size: 14px;
     transition: color 0.3s ease;
 }

 .footer-links-bottom a:hover {
     color: #2575fc;
 }

 /* Responsive Design */
 @media (max-width: 768px) {
     .newsletter-content {
         flex-direction: column;
         text-align: center;
     }

     .newsletter-left {
         flex-direction: column;
     }

     .newsletter-form {
         width: 100%;
     }

     .footer-grid {
         grid-template-columns: 1fr;
         gap: 30px;
     }

     .qr-section {
         justify-content: center;
         text-align: center;
     }

     .footer-bottom {
         flex-direction: column;
         text-align: center;
     }
 }

 