 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
     font-family: 'Poppins', sans-serif;
 }

 body {
     background: linear-gradient(135deg, #f5f7fa 0%, #e4edf5 100%);
     color: #333;
     line-height: 1.6;
     overflow-x: hidden;
     padding-top: 80px;

 }

 .container {
     width: 100%;
     max-width: 1200px;
     margin: 0 auto;
     padding: 0 20px;
 }

 :root {
     --primary: #0A1429;
     --secondary: #1a2744;
     --accent: #D4AF37;
 }

 /* 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);
     }
 }
 .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 - PROPERLY SCROLLABLE */
 .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;
     }
 }

 /*Hero Section*/
 .hero {
     min-height: 100vh;
     display: flex;
     align-items: center;
     position: relative;
     overflow: hidden;
 }
 /* Space Background */
 .space-bg {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background:
         radial-gradient(circle at 20% 80%, rgba(102, 126, 234, 0.1) 0%, transparent 50%),
         radial-gradient(circle at 80% 20%, rgba(212, 175, 55, 0.1) 0%, transparent 50%),
         linear-gradient(180deg, #000428 0%, #004e92 100%);
     z-index: -2;
 }

 /* Animated Stars */
 .stars {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     pointer-events: none;
     z-index: -1;
 }

 .star {
     position: absolute;
     background: white;
     border-radius: 50%;
     animation: twinkle 4s ease-in-out infinite;
 }

 @keyframes twinkle {

     0%,
     100% {
         opacity: 0.2;
         transform: scale(1);
     }

     50% {
         opacity: 1;
         transform: scale(1.2);
     }
 }

 .container2 {
     max-width: 1200px;
     margin: 0 auto;
     padding: 0 20px;
     position: relative;
     z-index: 10;
     display: grid;
     grid-template-columns: 1fr auto;
     gap: 80px;
     align-items: center;
 }

 .hero-content {
     max-width: 600px;
 }

 .hero-content h1 {
     font-size: 4rem;
     margin-bottom: 20px;
     background: linear-gradient(135deg, #ffffff, var(--accent), #667eea);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     background-clip: text;
     text-shadow: 0 0 50px rgba(102, 126, 234, 0.3);
     font-weight: 700;
     line-height: 1.1;
 }

 .hero-content p {
     font-size: 1.4rem;
     margin-bottom: 40px;
     color: rgba(255, 255, 255, 0.9);
     line-height: 1.6;
     text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
 }

 .cta-buttons {
     display: flex;
     gap: 20px;
     flex-wrap: wrap;
 }

 .btn {
     padding: 18px 40px;
     border-radius: 50px;
     text-decoration: none;
     font-weight: 600;
     font-size: 1.1rem;
     transition: all 0.3s ease;
     display: inline-flex;
     align-items: center;
     gap: 12px;
 }

 .btn-primary {
     background: linear-gradient(135deg, var(--accent), #ffd700);
     color: var(--primary);
     border: none;
     box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
 }

 .btn-primary:hover {
     transform: translateY(-5px);
     box-shadow: 0 15px 40px rgba(212, 175, 55, 0.5);
 }

 .btn-outline {
     background: transparent;
     color: white;
     border: 2px solid var(--accent);
     backdrop-filter: blur(10px);
 }

 .btn-outline:hover {
     background: var(--accent);
     color: var(--primary);
     transform: translateY(-5px);
     box-shadow: 0 10px 25px rgba(212, 175, 55, 0.3);
 }
 /* Astronaut Only */
 .astronaut-container {
     position: relative;
     width: 300px;
     height: 400px;
 }

 .astronaut {
     width: 100%;
     height: 100%;
     background: url('https://uiverse.io/astronaut.png') center/contain no-repeat;
     animation: floatAstronaut 8s ease-in-out infinite;
     filter: drop-shadow(0 0 30px rgba(255, 255, 255, 0.3));
 }

 @keyframes floatAstronaut {

     0%,
     100% {
         transform: translateY(0px) translateX(0px) rotate(0deg);
     }

     25% {
         transform: translateY(-20px) translateX(-10px) rotate(-5deg);
     }

     50% {
         transform: translateY(10px) translateX(10px) rotate(3deg);
     }

     75% {
         transform: translateY(-15px) translateX(5px) rotate(-2deg);
     }
 }

 /* Astronaut Glow Effect */
 .astronaut-glow {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     width: 120%;
     height: 120%;
     background: radial-gradient(circle, rgba(212, 175, 55, 0.2) 0%, transparent 70%);
     border-radius: 50%;
     animation: glowPulse 3s ease-in-out infinite;
     z-index: -1;
 }

 @keyframes glowPulse {

     0%,
     100% {
         opacity: 0.3;
         transform: translate(-50%, -50%) scale(1);
     }

     50% {
         opacity: 0.6;
         transform: translate(-50%, -50%) scale(1.1);
     }
 }

 /* Floating Particles */
 .space-particle {
     position: absolute;
     background: rgba(255, 255, 255, 0.8);
     border-radius: 50%;
     animation: particleFloat 6s linear infinite;
 }

 @keyframes particleFloat {
     0% {
         transform: translateY(100vh) translateX(0) rotate(0deg);
         opacity: 0;
     }

     10% {
         opacity: 1;
     }

     90% {
         opacity: 0.5;
     }

     100% {
         transform: translateY(-100px) translateX(100px) rotate(360deg);
         opacity: 0;
     }
 }

 /* Responsive Design */
 @media (max-width: 1024px) {
     .container2 {
         grid-template-columns: 1fr;
         gap: 50px;
         text-align: center;
         margin-top: 70px;
     }

     .hero-content {
         max-width: 100%;
     }

     .astronaut-container {
         margin: 0 auto;
     }
 }

 @media (max-width: 768px) {
     .hero-content h1 {
         font-size: 2.5rem;
     }

     .hero-content p {
         font-size: 1.1rem;
     }

     .cta-buttons {
         flex-direction: column;
         align-items: center;
     }

     .btn {

         justify-content: center;
     }

     .astronaut-container {
         width: 250px;
         height: 350px;
     }
 }

 @media (max-width: 480px) {
     .astronaut-container {
         width: 200px;
         height: 300px;
     }
 }
 /*portfolio Section */
 .portfolio {
     align-items: center;
     justify-content: center;
     display: flex;
     height: 100vh;
     background: rgba(10, 20, 41, 0.9);
 }

 .main_wrapper {
     display: flex;
     align-items: center;
     justify-content: center;
     width: 80%;
     height: 80%;
 }

 .main {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     margin-top: 5em;
 }

 .antenna {
     width: 5em;
     height: 5em;
     border-radius: 50%;
     border: 2px solid black;
     background-color: #f27405;
     margin-bottom: -6em;
     margin-left: 0em;
     z-index: -1;
 }

 .antenna_shadow {
     position: absolute;
     background-color: transparent;
     width: 50px;
     height: 56px;
     margin-left: 1.68em;
     border-radius: 45%;
     transform: rotate(140deg);
     border: 4px solid transparent;
     box-shadow:
         inset 0px 16px #a85103,
         inset 0px 16px 1px 1px #a85103;
     -moz-box-shadow:
         inset 0px 16px #a85103,
         inset 0px 16px 1px 1px #a85103;
 }

 .antenna::after {
     content: "";
     position: absolute;
     margin-top: -9.4em;
     margin-left: 0.4em;
     transform: rotate(-25deg);
     width: 1em;
     height: 0.5em;
     border-radius: 50%;
     background-color: #f69e50;
 }

 .antenna::before {
     content: "";
     position: absolute;
     margin-top: 0.2em;
     margin-left: 1.25em;
     transform: rotate(-20deg);
     width: 1.5em;
     height: 0.8em;
     border-radius: 50%;
     background-color: #f69e50;
 }

 .a1 {
     position: relative;
     top: -102%;
     left: -130%;
     width: 12em;
     height: 5.5em;
     border-radius: 50px;
     background-image: linear-gradient(#171717,
             #171717,
             #353535,
             #353535,
             #171717);
     transform: rotate(-29deg);
     clip-path: polygon(50% 0%, 49% 100%, 52% 100%);
 }

 .a1d {
     position: relative;
     top: -211%;
     left: -35%;
     transform: rotate(45deg);
     width: 0.5em;
     height: 0.5em;
     border-radius: 50%;
     border: 2px solid black;
     background-color: #979797;
     z-index: 99;
 }

 .a2 {
     position: relative;
     top: -210%;
     left: -10%;
     width: 12em;
     height: 4em;
     border-radius: 50px;
     background-color: #171717;
     background-image: linear-gradient(#171717,
             #171717,
             #353535,
             #353535,
             #171717);
     margin-right: 5em;
     clip-path: polygon(47% 0,
             47% 0,
             34% 34%,
             54% 25%,
             32% 100%,
             29% 96%,
             49% 32%,
             30% 38%);
     transform: rotate(-8deg);
 }

 .a2d {
     position: relative;
     top: -294%;
     left: 94%;
     width: 0.5em;
     height: 0.5em;
     border-radius: 50%;
     border: 2px solid black;
     background-color: #979797;
     z-index: 99;
 }

 .notfound_text {
     background-color: black;
     padding-left: 0.3em;
     padding-right: 0.3em;
     font-size: 0.75em;
     color: white;
     letter-spacing: 0;
     border-radius: 5px;
     z-index: 10;
 }

 .tv {
     width: 28em;
     height: 15em;
     margin-top: 3em;
     border-radius: 15px;
     background-color: #d36604;
     display: flex;
     justify-content: center;
     border: 2px solid #1d0e01;
     box-shadow: inset 0.2em 0.2em #e69635;
 }

 .tv::after {
     content: "";
     position: absolute;
     width: 28em;
     height: 15em;
     border-radius: 15px;
     background:
         repeating-radial-gradient(#d36604 0 0.0001%, #00000070 0 0.0002%) 50% 0/2500px 2500px,
         repeating-conic-gradient(#d36604 0 0.0001%, #00000070 0 0.0002%) 60% 60%/2500px 2500px;
     background-blend-mode: difference;
     opacity: 0.09;
 }

 .curve_svg {
     position: absolute;
     margin-top: 0.25em;
     margin-left: -0.25em;
     height: 12px;
     width: 12px;
 }

 .display_div {
     display: flex;
     align-items: center;
     align-self: center;
     justify-content: center;
     border-radius: 15px;
     box-shadow: 3.5px 3.5px 0px #e69635;
 }

 .screen_out {
     width: auto;
     height: auto;
     border-radius: 10px;
 }

 .screen_out1 {
     width: 22em;
     height: 13em;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 10px;
 }

 .screen {
     width: 24em;
     height: 13.5em;
     font-family: Montserrat;
     border: 2px solid #1d0e01;
     background: #000;
     border-radius: 10px;
     z-index: 99;
     display: flex;
     align-items: center;
     justify-content: center;
     font-weight: bold;
     color: #252525;
     letter-spacing: 0.15em;
     text-align: center;
     overflow: hidden;
     position: relative;
 }
 /* YouTube video iframe styling */
 .screen iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     border-radius: 8px;
 }

 .lines {
     display: flex;
     column-gap: 0.1em;
     align-self: flex-end;
 }

 .line1,
 .line3 {
     width: 2px;
     height: 0.5em;
     background-color: black;
     border-radius: 25px 25px 0px 0px;
     margin-top: 0.5em;
 }

 .line2 {
     flex-grow: 1;
     width: 2px;
     height: 1em;
     background-color: black;
     border-radius: 25px 25px 0px 0px;
 }

 .buttons_div {
     width: 4.25em;
     align-self: center;
     height: 8em;
     background-color: #e69635;
     border: 2px solid #1d0e01;
     padding: 0.6em;
     border-radius: 10px;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-direction: column;
     row-gap: 0.75em;
     box-shadow: 3px 3px 0px #e69635;
 }

 .b1 {
     width: 1.65em;
     height: 1.65em;
     border-radius: 50%;
     background-color: #7f5934;
     border: 2px solid black;
     box-shadow:
         inset 2px 2px 1px #b49577,
         -2px 0px #513721,
         -2px 0px 0px 1px black;
 }

 .b1::before {
     content: "";
     position: absolute;
     margin-top: 1em;
     margin-left: 0.5em;
     transform: rotate(47deg);
     border-radius: 5px;
     width: 0.1em;
     height: 0.4em;
     background-color: #000000;
 }

 .b1::after {
     content: "";
     position: absolute;
     margin-top: 0.9em;
     margin-left: 0.8em;
     transform: rotate(47deg);
     border-radius: 5px;
     width: 0.1em;
     height: 0.55em;
     background-color: #000000;
 }

 .b1 div {
     content: "";
     position: absolute;
     margin-top: -0.1em;
     margin-left: 0.65em;
     transform: rotate(45deg);
     width: 0.15em;
     height: 1.5em;
     background-color: #000000;
 }

 .b2 {
     width: 1.65em;
     height: 1.65em;
     border-radius: 50%;
     background-color: #7f5934;
     border: 2px solid black;
     box-shadow:
         inset 2px 2px 1px #b49577,
         -2px 0px #513721,
         -2px 0px 0px 1px black;
 }

 .b2::before {
     content: "";
     position: absolute;
     margin-top: 1.05em;
     margin-left: 0.8em;
     transform: rotate(-45deg);
     border-radius: 5px;
     width: 0.15em;
     height: 0.4em;
     background-color: #000000;
 }

 .b2::after {
     content: "";
     position: absolute;
     margin-top: -0.1em;
     margin-left: 0.65em;
     transform: rotate(-45deg);
     width: 0.15em;
     height: 1.5em;
     background-color: #000000;
 }

 .speakers {
     display: flex;
     flex-direction: column;
     row-gap: 0.5em;
 }

 .speakers .g1 {
     display: flex;
     column-gap: 0.25em;
 }

 .speakers .g1 .g11,
 .g12,
 .g13 {
     width: 0.65em;
     height: 0.65em;
     border-radius: 50%;
     background-color: #7f5934;
     border: 2px solid black;
     box-shadow: inset 1.25px 1.25px 1px #b49577;
 }

 .speakers .g {
     width: auto;
     height: 2px;
     background-color: #171717;
 }

 .bottom {
     width: 100%;
     height: auto;
     display: flex;
     align-items: center;
     justify-content: center;
     column-gap: 8.7em;
 }

 .base1 {
     height: 1em;
     width: 2em;
     border: 2px solid #171717;
     background-color: #4d4d4d;
     margin-top: -0.15em;
     z-index: -1;
 }

 .base2 {
     height: 1em;
     width: 2em;
     border: 2px solid #171717;
     background-color: #4d4d4d;
     margin-top: -0.15em;
     z-index: -1;
 }

 .base3 {
     position: absolute;
     height: 0.15em;
     width: 28.5em;
     background-color: #171717;
     margin-top: 0.8em;
 }

 .text_404 {
     position: absolute;
     display: flex;
     flex-direction: row;
     column-gap: 6em;
     z-index: -5;
     margin-bottom: 2em;
     align-items: center;
     justify-content: center;
     opacity: 0.5;
     font-family: Montserrat;
 }

 .text_4041 {
     transform: scaleY(24.5) scaleX(9);
 }

 .text_4042 {
     transform: scaleY(24.5) scaleX(9);
 }

 .text_4043 {
     transform: scaleY(24.5) scaleX(9);
 }

 @media (max-width: 768px) {
     .portfolio {
         padding: 10px;
     }

     .main_wrapper {
         width: 95%;
         height: 95%;
     }

     .main {
         margin-top: 3em;
     }

     .tv {
         width: 20em;
         height: 11em;
         margin-top: 2em;
     }

     .tv::after {
         width: 20em;
         height: 11em;
     }

     .screen_out1 {
         width: 16em;
         height: 9em;
     }

     .screen {
         width: 18em;
         height: 9.5em;
     }

     .buttons_div {
         width: 3.5em;
         height: 6em;
         padding: 0.4em;
     }

     .base3 {
         width: 20.5em;
     }

     .bottom {
         column-gap: 6em;
     }
 }

 /* SERVICES SECTION */
 .services-section {
     padding: 100px 0;
     background: rgba(10, 20, 41, 0.9);
     position: relative;
     overflow: hidden;
     min-height: 100vh;
     display: flex;
     align-items: center;
     width: 100%;
 }

 .services-container {
     max-width: 1400px;
     margin: 0 auto;
     padding: 0 20px;
     width: 100%;
     text-align: center;
 }

 .services-header {
     text-align: center;
     margin-bottom: 80px;
 }

 .section-title {
     font-size: 4rem;
     margin-bottom: 20px;
     background: linear-gradient(135deg, #ffffff, #D4AF37);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     background-clip: text;
     font-weight: 700;
 }

 .section-subtitle {
     font-size: 1.4rem;
     color: rgba(255, 255, 255, 0.8);
     max-width: 600px;
     margin: 0 auto;
     line-height: 1.6;
 }

 /* 3D Card Styles */
 .one-div {
     position: relative;
     width: 320px;
     height: 380px;
     border-radius: 1rem;
     font-family: 'Poppins', sans-serif;
     font-size: large;
     background: rgba(30, 40, 70, 0.6);
     backdrop-filter: blur(10px);
     transform: rotateX(-15deg) rotateY(-35deg);
     perspective: 600px;
     box-shadow:
         rgba(102, 126, 234, 0.3) 4px -4px 18px,
         0rem 5rem 25px 10px rgba(0, 0, 0, 0.4);
     border: dashed 2px rgba(212, 175, 55, 0.3);
     transition: 0.6s ease-in-out;
     user-select: none;
     margin: 0 auto;
 }

 .one-div:hover {
     transform: translateY(-15px) translateX(15px) rotateX(-15deg) rotateY(-35deg);
     background: rgba(40, 50, 90, 0.7);
     border: dashed 2px rgba(212, 175, 55, 0.5);
     box-shadow:
         rgba(102, 126, 234, 0.4) 4px -4px 18px,
         -1rem 5rem 25px 20px rgba(0, 0, 0, 0.3);
 }

 .layer {
     position: absolute;
     border-radius: 1rem;
     box-shadow: rgba(102, 126, 234, 0.2) 4px -4px 12px;
     border: solid 1px rgba(212, 175, 55, 0.2);
     top: 0;
     left: 0;
     transition: 0.4s cubic-bezier(0.87, 0, 0.13, 1);
     transition-delay: 0.05s;
 }

 .layer .label {
     position: absolute;
     left: calc(100% + 15px);
     top: 50%;
     transform: translateY(-50%) scale(1);
     transform-origin: left center;
     color: #ccc;
     font-size: 1.1rem;
     font-weight: 600;
     text-shadow: none;
     opacity: 0;
     pointer-events: none;
     transition: color 0.3s, text-shadow 0.3s, transform 0.3s, opacity 0.3s;
     white-space: nowrap;
     background: rgba(0, 0, 0, 0.7);
     padding: 8px 15px;
     border-radius: 25px;
     border: 1px solid rgba(212, 175, 55, 0.3);
 }

 .layer:hover .label {
     opacity: 1;
     color: #D4AF37;
     text-shadow: 0 0 10px #D4AF37;
     transform: translateY(-50%) scale(1.05);
 }

 /* Layer backgrounds */
 .layer1 {
     width: 320px;
     height: 380px;
     background: rgba(20, 30, 60, 0.8);
 }

 .layer2 {
     width: 300px;
     height: 360px;
     background: rgba(25, 35, 65, 0.75);
     transform: translateY(10px) translateX(-10px);
 }

 .layer3 {
     width: 280px;
     height: 340px;
     background: rgba(30, 40, 70, 0.7);
     transform: translateY(20px) translateX(-20px);
 }

 .layer4 {
     width: 260px;
     height: 320px;
     background: rgba(35, 45, 75, 0.65);
     transform: translateY(30px) translateX(-30px);
 }

 .layer5 {
     width: 240px;
     height: 300px;
     background: rgba(40, 50, 80, 0.6);
     transform: translateY(40px) translateX(-40px);
 }

 .layer6 {
     width: 220px;
     height: 280px;
     background: rgba(45, 55, 85, 0.55);
     transform: translateY(50px) translateX(-50px);
 }

 .layer7 {
     width: 200px;
     height: 260px;
     background: rgba(50, 60, 90, 0.5);
     transform: translateY(60px) translateX(-60px);
 }

 .layer8 {
     width: 180px;
     height: 240px;
     background: rgba(55, 65, 95, 0.45);
     transform: translateY(70px) translateX(-70px);
 }

 /* Hover transforms */
 .one-div:hover .layer2 {
     transform: translateY(20px) translateX(-20px);
 }

 .one-div:hover .layer3 {
     transform: translateY(40px) translateX(-40px);
 }

 .one-div:hover .layer4 {
     transform: translateY(60px) translateX(-60px);
 }

 .one-div:hover .layer5 {
     transform: translateY(80px) translateX(-80px);
 }

 .one-div:hover .layer6 {
     transform: translateY(100px) translateX(-100px);
 }

 .one-div:hover .layer7 {
     transform: translateY(120px) translateX(-120px);
 }

 .one-div:hover .layer8 {
     transform: translateY(140px) translateX(-140px);
 }

 /* Space Background Elements */
 .space-bg {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background:
         radial-gradient(circle at 20% 80%, rgba(102, 126, 234, 0.1) 0%, transparent 50%),
         radial-gradient(circle at 80% 20%, rgba(212, 175, 55, 0.1) 0%, transparent 50%),
         linear-gradient(180deg, #000428 0%, #004e92 100%);
     z-index: -2;
 }

 .stars {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     pointer-events: none;
     z-index: -1;
 }

 .star {
     position: absolute;
     background: white;
     border-radius: 50%;
     animation: twinkle 4s ease-in-out infinite;
 }

 @keyframes twinkle {

     0%,
     100% {
         opacity: 0.2;
         transform: scale(1);
     }

     50% {
         opacity: 1;
         transform: scale(1.2);
     }
 }

 .space-particle {
     position: absolute;
     background: rgba(255, 255, 255, 0.8);
     border-radius: 50%;
     animation: particleFloat 6s linear infinite;
 }

 @keyframes particleFloat {
     0% {
         transform: translateY(100vh) translateX(0) rotate(0deg);
         opacity: 0;
     }

     10% {
         opacity: 1;
     }

     90% {
         opacity: 0.5;
     }

     100% {
         transform: translateY(-100px) translateX(100px) rotate(360deg);
         opacity: 0;
     }
 }

 /* Responsive Design */
 @media (max-width: 768px) {
     .services-section {
         padding: 60px 0;
     }

     .section-title {
         font-size: 2.5rem;
     }

     .section-subtitle {
         font-size: 1.1rem;
     }

     .one-div {
         width: 280px;
         height: 340px;
         transform: rotateX(-10deg) rotateY(-25deg);
     }

     .layer1 {
         width: 280px;
         height: 340px;
     }

     .layer2 {
         width: 260px;
         height: 320px;
     }

     .layer3 {
         width: 240px;
         height: 300px;
     }

     .layer4 {
         width: 220px;
         height: 280px;
     }

     .layer5 {
         width: 200px;
         height: 260px;
     }

     .layer6 {
         width: 180px;
         height: 240px;
     }

     .layer7 {
         width: 160px;
         height: 220px;
     }

     .layer8 {
         width: 140px;
         height: 200px;
     }

     .layer .label {
         font-size: 0.9rem;
         left: calc(100% + 10px);
         padding: 6px 12px;
     }
 }

 /* 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: 40px 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: 20px;
 }

 .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) {
     .footer-grid {
         grid-template-columns: 1fr;
         gap: 30px;
     }

     .qr-section {
         justify-content: center;
         text-align: center;
     }

     .footer-bottom {
         flex-direction: column;
         text-align: center;
     }
 }
 /*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*/
 /* Responsive Design */