 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
     font-family: 'Poppins', sans-serif;
 }

 body {
     background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
     color: white;
     line-height: 1.6;
 }

 .container {
     width: 100%;
     max-width: 1200px;
     margin: 0 auto;
     padding: 80px 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: #000;
     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);
     color: #000;
 }

 .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 */
 .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;
     }
 }

 .section-title {
     text-align: center;
     margin-bottom: 60px;
 }

 .section-title h2 {
     font-size: 2.5rem;
     margin-bottom: 15px;
     position: relative;
     display: inline-block;
 }

 .section-title h2::after {
     content: '';
     position: absolute;
     width: 70px;
     height: 4px;
     background: linear-gradient(to right, #6C63FF, #FF6584);
     bottom: -10px;
     left: 50%;
     transform: translateX(-50%);
     border-radius: 2px;
 }

 .section-title p {
     color: #aaa;
     max-width: 600px;
     margin: 0 auto;
     font-size: 1.1rem;
 }

 /* Enhanced Hero Section */
 .hero {
     min-height: 100vh;
     display: flex;
     align-items: center;
     text-align: center;
     background: radial-gradient(circle at 20% 50%, #2a2d3e 0%, #1a1a2e 70%);
     position: relative;
     overflow: hidden;
 }

 .hero::before {
     content: '';
     position: absolute;
     width: 200%;
     height: 200%;
     background: radial-gradient(circle, rgba(108, 99, 255, 0.1) 0%, rgba(255, 101, 132, 0.05) 30%, transparent 70%);
     top: -50%;
     left: -50%;
     animation: pulse 15s infinite linear;
 }

 @keyframes pulse {
     0% {
         transform: rotate(0deg);
     }

     100% {
         transform: rotate(360deg);
     }
 }

 .hero-content {
     max-width: 800px;
     margin: 4rem auto;
     position: relative;
     z-index: 2;
 }

 .hero h1 {
     font-size: 4rem;
     margin-bottom: 20px;
     background: linear-gradient(to right, #6C63FF, #FF6584);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     background-clip: text;
     line-height: 1.2;
 }

 .hero p {
     font-size: 1.3rem;
     margin-bottom: 40px;
     color: #ccc;
 }

 .hero-buttons {
     display: flex;
     gap: 20px;
     justify-content: center;
     flex-wrap: wrap;
 }

 /* 3D Carousel Styles */
 .carousel-container {
     display: flex;
     justify-content: center;
     margin: 60px 0;
     perspective: 1000px;
 }

 @keyframes autoRun3d {
     from {
         transform: perspective(800px) rotateY(-360deg);
     }

     to {
         transform: perspective(800px) rotateY(0deg);
     }
 }

 @keyframes animateBrightness {
     10% {
         filter: brightness(1);
     }

     50% {
         filter: brightness(0.1);
     }

     90% {
         filter: brightness(1);
     }
 }

 .card-3d {
     position: relative;
     width: 400px;
     height: 200px;
     transform-style: preserve-3d;
     transform: perspective(800px);
     animation: autoRun3d 20s linear infinite;
     will-change: transform;
 }

 .card-3d div {
     position: absolute;
     width: 80px;
     height: 112px;
     background: linear-gradient(135deg, #6C63FF, #FF6584);
     border: solid 2px rgba(255, 255, 255, 0.2);
     border-radius: 0.5rem;
     top: 50%;
     left: 50%;
     transform-origin: center center;
     animation: animateBrightness 20s linear infinite;
     transition-duration: 200ms;
     will-change: transform, filter;
     display: flex;
     align-items: center;
     justify-content: center;
     color: white;
     font-size: 12px;
     text-align: center;
     padding: 5px;
     font-weight: bold;
 }

 .card-3d:hover {
     animation-play-state: paused !important;
 }

 .card-3d:hover div {
     animation-play-state: paused !important;
 }

 .card-3d div:nth-child(1) {
     transform: translate(-50%, -50%) rotateY(0deg) translateZ(150px);
     animation-delay: -0s;
 }

 .card-3d div:nth-child(2) {
     transform: translate(-50%, -50%) rotateY(36deg) translateZ(150px);
     animation-delay: -2s;
 }

 .card-3d div:nth-child(3) {
     transform: translate(-50%, -50%) rotateY(72deg) translateZ(150px);
     animation-delay: -4s;
 }

 .card-3d div:nth-child(4) {
     transform: translate(-50%, -50%) rotateY(108deg) translateZ(150px);
     animation-delay: -6s;
 }

 .card-3d div:nth-child(5) {
     transform: translate(-50%, -50%) rotateY(144deg) translateZ(150px);
     animation-delay: -8s;
 }

 .card-3d div:nth-child(6) {
     transform: translate(-50%, -50%) rotateY(180deg) translateZ(150px);
     animation-delay: -10s;
 }

 .card-3d div:nth-child(7) {
     transform: translate(-50%, -50%) rotateY(216deg) translateZ(150px);
     animation-delay: -12s;
 }

 .card-3d div:nth-child(8) {
     transform: translate(-50%, -50%) rotateY(252deg) translateZ(150px);
     animation-delay: -14s;
 }

 .card-3d div:nth-child(9) {
     transform: translate(-50%, -50%) rotateY(288deg) translateZ(150px);
     animation-delay: -16s;
 }

 .card-3d div:nth-child(10) {
     transform: translate(-50%, -50%) rotateY(324deg) translateZ(150px);
     animation-delay: -18s;
 }

 /* Services Grid */
 .services-grid {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
     gap: 30px;
     margin-top: 40px;
 }

 .service-category {
     background: rgba(255, 255, 255, 0.05);
     border-radius: 15px;
     padding: 25px;
     transition: all 0.3s ease;
     border: 1px solid rgba(255, 255, 255, 0.1);
     backdrop-filter: blur(10px);
 }

 .service-category:hover {
     transform: translateY(-10px);
     box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
     border-color: #6C63FF;
 }

 .service-category h3 {
     font-size: 1.5rem;
     margin-bottom: 20px;
     color: #6C63FF;
     display: flex;
     align-items: center;
     padding-bottom: 15px;
     border-bottom: 2px solid rgba(108, 99, 255, 0.3);
 }

 .service-category h3 i {
     margin-right: 10px;
     font-size: 1.8rem;
 }

 .service-list {
     list-style: none;
 }

 .service-item {
     padding: 15px 0;
     border-bottom: 1px solid rgba(255, 255, 255, 0.1);
     display: flex;
     justify-content: space-between;
     align-items: flex-start;
     transition: all 0.3s ease;
 }

 .service-item:last-child {
     border-bottom: none;
 }

 .service-item:hover {
     background: rgba(108, 99, 255, 0.1);
     border-radius: 8px;
     padding-left: 10px;
     padding-right: 10px;
 }

 .service-info {
     flex: 1;
 }

 .service-name {
     font-weight: 600;
     margin-bottom: 8px;
     color: white;
     font-size: 1rem;
 }

 .service-desc {
     font-size: 0.85rem;
     color: #aaa;
     margin-bottom: 8px;
     line-height: 1.4;
 }

 .service-meta {
     display: flex;
     font-size: 0.8rem;
     color: #6C63FF;
     gap: 15px;
 }

 .service-duration,
 .service-support {
     background: rgba(108, 99, 255, 0.2);
     padding: 4px 8px;
     border-radius: 12px;
     font-weight: 500;
 }


 .processs-body {
     background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
     color: white;
     min-height: 100vh;
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 40px 20px;
 }



 .process-section {
     max-width: 1200px;
     width: 100%;
 }

 .section-title {
     text-align: center;
     margin-bottom: 80px;
 }

 .section-title h2 {
     font-size: 3rem;
     margin-bottom: 20px;
     background: linear-gradient(to right, #6C63FF, #FF6584);
     -webkit-background-clip: text;
     background-clip: text;
     -webkit-text-fill-color: transparent;
 }

 .section-title p {
     font-size: 1.2rem;
     color: #ccc;
     max-width: 600px;
     margin: 0 auto;
     line-height: 1.6;
 }

 .process-container {
     position: relative;
 }

 /* Process Steps */
 .process-steps {
     display: flex;
     justify-content: space-between;
     position: relative;
     margin: 0 40px;
 }

 /* Connecting Line */
 .process-line {
     position: absolute;
     top: 60px;
     left: 10%;
     width: 80%;
     height: 4px;
     background: linear-gradient(to right, #6C63FF, #FF6584);
     z-index: 1;
 }

 .process-step {
     text-align: center;
     position: relative;
     z-index: 2;
     flex: 1;
     padding: 0 20px;
 }

 .step-circle {
     width: 120px;
     height: 120px;
     background: linear-gradient(135deg, #6C63FF, #FF6584);
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0 auto 30px;
     font-size: 2.5rem;
     font-weight: bold;
     box-shadow: 0 10px 30px rgba(108, 99, 255, 0.4);
     position: relative;
     transition: all 0.3s ease;
 }

 .step-circle:hover {
     transform: scale(1.1);
     box-shadow: 0 15px 40px rgba(108, 99, 255, 0.6);
 }

 .step-icon {
     position: absolute;
     top: -15px;
     right: -15px;
     width: 50px;
     height: 50px;
     background: #FF6584;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 1.5rem;
     box-shadow: 0 5px 15px rgba(255, 101, 132, 0.5);
 }

 .step-content h3 {
     font-size: 1.5rem;
     margin-bottom: 15px;
     color: #6C63FF;
 }

 .step-content p {
     color: #ccc;
     line-height: 1.6;
     font-size: 1rem;
 }

 /* Step-specific icons */
 .step-1 .step-icon {
     background: #6C63FF;
 }

 .step-2 .step-icon {
     background: #FF6584;
 }

 .step-3 .step-icon {
     background: #20C997;
 }

 .step-4 .step-icon {
     background: #FFC107;
     color: #333;
 }

 /* Responsive Design */
 @media (max-width: 992px) {
     .process-steps {
         flex-direction: column;
         align-items: center;
         gap: 60px;
     }

     .process-line {
         display: none;
     }

     .process-step {
         max-width: 400px;
         width: 100%;
     }
 }

 @media (max-width: 768px) {
     .section-title h2 {
         font-size: 2.2rem;
     }

     .step-circle {
         width: 100px;
         height: 100px;
         font-size: 2rem;
     }

     .step-icon {
         width: 40px;
         height: 40px;
         font-size: 1.2rem;
     }
 }

 /* Animation */
 @keyframes fadeInUp {
     from {
         opacity: 0;
         transform: translateY(30px);
     }

     to {
         opacity: 1;
         transform: translateY(0);
     }
 }

 .process-step {
     animation: fadeInUp 0.6s ease forwards;
 }

 .process-step:nth-child(1) {
     animation-delay: 0.1s;
 }

 .process-step:nth-child(2) {
     animation-delay: 0.3s;
 }

 .process-step:nth-child(3) {
     animation-delay: 0.5s;
 }

 .process-step:nth-child(4) {
     animation-delay: 0.7s;
 }
 /* CTA Section */
 .cta {
     text-align: center;
     padding: 100px 0;
     position: relative;
     overflow: hidden;
 }

 .cta::before {
     content: '';
     position: absolute;
     width: 100%;
     height: 100%;
     background: radial-gradient(circle at center, rgba(108, 99, 255, 0.1) 0%, transparent 70%);
     top: 0;
     left: 0;
 }

 .cta-content {
     max-width: 700px;
     margin: 0 auto;
     position: relative;
     z-index: 2;
 }

 .cta h2 {
     font-size: 3rem;
     margin-bottom: 20px;
     background: linear-gradient(to right, #6C63FF, #FF6584);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     background-clip: text;
 }

 .cta p {
     font-size: 1.2rem;
     margin-bottom: 40px;
     color: #ccc;
 }

 .btn {
     padding: 16px 40px;
     border-radius: 30px;
     text-decoration: none;
     font-weight: 600;
     transition: all 0.3s ease;
     display: inline-block;
     font-size: 1.1rem;
     border: none;
     cursor: pointer;
 }

 .btn-primary {
     background: linear-gradient(135deg, #6C63FF, #FF6584);
     color: white;
     box-shadow: 0 5px 15px rgba(108, 99, 255, 0.4);
 }

 .btn-primary:hover {
     transform: translateY(-5px);
     box-shadow: 0 12px 25px rgba(108, 99, 255, 0.6);
 }

 .btn-outline {
     border: 2px solid #6C63FF;
     color: #6C63FF;
     background: transparent;
 }

 .btn-outline:hover {
     background: #6C63FF;
     color: white;
 }

 /* Responsive Design */
 @media (max-width: 768px) {
     .hero h1 {
         font-size: 2.8rem;
     }

     .hero p {
         font-size: 1.1rem;
     }

     .card-3d {
         width: 300px;
         height: 150px;
     }

     .card-3d div {
         width: 60px;
         height: 84px;
         font-size: 9px;
     }

     .services-grid {
         grid-template-columns: 1fr;
     }

     .process-steps {
         flex-direction: column;
     }

     .process-step {
         margin-bottom: 40px;
     }

     .cta h2 {
         font-size: 2.2rem;
     }
 }
 /* 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*/