*{box-sizing:border-box}body{padding-top:80px;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}body.mobile-menu-open{overflow:hidden!important}.custom-header.desktop-nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:transparent;transition:all .3s ease;padding:1rem 0;display:none}.custom-header.desktop-nav.scrolled{background:#000000f2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-bottom:1px solid rgba(255,143,42,.2);box-shadow:0 4px 20px #0000004d;padding:.75rem 0}.nav-container{display:flex;align-items:center;justify-content:space-between;padding:0 2rem;min-height:80px;max-width:1400px;margin:0 auto}.desktop-logo{display:flex;align-items:center;text-decoration:none;transition:transform .3s ease;z-index:10}.desktop-logo:hover{transform:scale(1.05)}.desktop-logo img{height:60px;width:auto;transition:all .3s ease}.custom-header.desktop-nav.scrolled .desktop-logo img{height:50px}.custom-nav-links{display:flex;align-items:center;justify-content:flex-end;gap:2rem}.custom-link{color:#fff;text-decoration:none;font-weight:500;padding:.75rem 1.25rem;border-radius:8px;transition:all .3s ease;position:relative;overflow:hidden;font-size:1rem}.custom-link:hover{color:#ff8f2a;transform:translateY(-2px);background:#ff8f2a1a}.custom-link.gradiendColorAdd,.custom-link.active{background:linear-gradient(45deg,#ff8f2a,#ffeb3b);color:#000;font-weight:600}.text-hover-background-swipe:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,143,42,.1),transparent);transition:left .5s ease;z-index:-1}.text-hover-background-swipe:hover:before{left:100%}.mirror-container{position:absolute;bottom:-1px;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,143,42,.3),transparent)}.mobile-navbar.custom-header-mobile{position:fixed;top:0;left:0;right:0;z-index:2000;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:none;padding:0;display:block;transition:all .3s ease}.mobile-navbar.custom-header-mobile.scrolled{background:#000000f2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-bottom:1px solid rgba(255,143,42,.2);box-shadow:0 4px 20px #00000080}.mobile-nav-container{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;min-height:70px}.mobile-brand{display:flex;align-items:center;text-decoration:none;z-index:2001}.mobile-logo-img{height:45px;width:auto;transition:transform .3s ease}.mobile-brand:hover .mobile-logo-img{transform:scale(1.05)}.hamburger-menu{display:flex;flex-direction:column;justify-content:space-around;width:50px;height:50px;background:linear-gradient(135deg,#ff8f2a26,#ffeb3b1a);border:2px solid rgba(255,143,42,.3);border-radius:12px;cursor:pointer;padding:12px 10px;z-index:2001;transition:all .3s ease;position:relative;overflow:hidden}.hamburger-menu:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,143,42,.2),transparent);transition:left .5s ease}.hamburger-menu:hover:before{left:100%}.hamburger-menu:hover{background:linear-gradient(135deg,#ff8f2a40,#ffeb3b26);border-color:#ff8f2a80;transform:scale(1.05)}.hamburger-menu:focus{outline:none;box-shadow:0 0 0 3px #ff8f2a4d}.hamburger-line{width:100%;height:3px;background:linear-gradient(90deg,#ff8f2a,#ffeb3b);border-radius:3px;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);box-shadow:0 2px 5px #0003}.hamburger-menu.active .hamburger-line:nth-child(1){transform:translateY(10px) rotate(45deg)}.hamburger-menu.active .hamburger-line:nth-child(2){opacity:0;transform:translate(20px)}.hamburger-menu.active .hamburger-line:nth-child(3){transform:translateY(-10px) rotate(-45deg)}.mobile-menu-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1999;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-menu-drawer{position:fixed;top:0;right:-100%;width:85%;max-width:400px;height:100vh;background:linear-gradient(135deg,#0a0a0afa,#141414fa,#0f0f0ffa);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:-5px 0 30px #00000080;z-index:2000;transition:right .4s cubic-bezier(.68,-.55,.265,1.55);overflow-y:auto;border-left:2px solid rgba(255,143,42,.3)}.mobile-menu-drawer.open{right:0}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:2rem 1.5rem 1.5rem;border-bottom:1px solid rgba(255,143,42,.2);background:linear-gradient(135deg,#ff8f2a1a,#ffeb3b0d)}.menu-title{margin:0;font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#ff8f2a,#ffeb3b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.close-menu-btn{width:40px;height:40px;border:2px solid rgba(255,143,42,.3);background:#ff8f2a1a;border-radius:50%;color:#ff8f2a;font-size:1.5rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.close-menu-btn:hover{background:#ff8f2a33;transform:rotate(90deg);border-color:#ff8f2a80}.mobile-nav-links{list-style:none;padding:2rem 1rem;margin:0}.mobile-nav-item{margin-bottom:.5rem;opacity:0;animation:slideInRight .4s ease forwards}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.mobile-nav-link{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1.5rem;color:#fff;text-decoration:none;border-radius:15px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;background:#ffffff05;border:1px solid transparent;font-weight:500;font-size:1rem}.mobile-nav-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,#ff8f2a26,#ffeb3b1a);transition:left .4s ease;z-index:-1}.mobile-nav-link:hover:before{left:0}.mobile-nav-link:hover{transform:translate(8px);border-color:#ff8f2a4d;box-shadow:0 5px 20px #ff8f2a26}.mobile-nav-link.active{background:linear-gradient(135deg,#ff8f2a33,#ffeb3b1a);border-color:#ff8f2a66;box-shadow:0 5px 20px #ff8f2a33}.mobile-nav-link.active:after{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#ff8f2a,#ffeb3b);border-radius:0 4px 4px 0}.nav-icon{font-size:1.5rem;margin-right:1rem;display:flex;align-items:center;justify-content:center;min-width:30px;transition:transform .3s ease}.mobile-nav-link:hover .nav-icon{transform:scale(1.2) rotate(5deg)}.nav-label{flex:1;font-size:1rem;letter-spacing:.3px}.nav-arrow{font-size:1.2rem;opacity:0;transform:translate(-10px);transition:all .3s ease;color:#ff8f2a}.mobile-nav-link:hover .nav-arrow,.mobile-nav-link.active .nav-arrow{opacity:1;transform:translate(0)}.mobile-menu-footer{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;text-align:center;border-top:1px solid rgba(255,143,42,.2);background:#0000004d}.mobile-menu-footer p{margin:0;color:#ffffff80;font-size:.85rem}@media (min-width: 992px){.custom-header.desktop-nav{display:block!important}.mobile-navbar.custom-header-mobile{display:none!important}body{padding-top:90px}}@media (max-width: 991px){.custom-header.desktop-nav{display:none!important}.mobile-navbar.custom-header-mobile{display:block!important}body{padding-top:70px}}@media (max-width: 576px){.mobile-nav-container{padding:.75rem 1rem;min-height:60px}.mobile-logo-img{height:40px}.hamburger-menu{width:45px;height:45px;padding:10px 8px}.mobile-menu-drawer{width:90%}.mobile-nav-link{padding:1rem 1.2rem;font-size:.95rem}.nav-icon{font-size:1.3rem}body{padding-top:60px}}@media (max-width: 375px){.mobile-nav-container{padding:.5rem .75rem}.mobile-logo-img{height:35px}.hamburger-menu{width:40px;height:40px}.mobile-menu-header{padding:1.5rem 1rem 1rem}.menu-title{font-size:1.3rem}}@media (max-height: 500px) and (orientation: landscape){.mobile-menu-drawer{overflow-y:auto}.mobile-nav-links{padding:1rem}.mobile-nav-link{padding:.8rem 1rem}}.mobile-menu-drawer,.mobile-nav-link,.hamburger-line{will-change:transform}html{scroll-behavior:smooth}.hamburger-menu,.mobile-nav-link,.close-menu-btn{-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.hamburger-menu:focus-visible,.mobile-nav-link:focus-visible,.close-menu-btn:focus-visible{outline:2px solid #ff8f2a;outline-offset:2px}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}src/components/layout/Footer.css .site-footer{padding:120px 0 40px;background:#000;position:relative;overflow:hidden}.footer-background-container{padding:16px}.footer-background{border-radius:100px;margin:16px;width:calc(100% - 32px);background:linear-gradient(135deg,#141414cc,#000000e6);border:1px solid rgba(255,235,59,.1);padding:40px;position:relative}.footer-top{display:flex;justify-content:space-between;align-items:center;padding-bottom:70px;margin-bottom:40px}.top-footer-logo{max-width:200px;display:flex;align-items:center;transition:transform .3s ease}.top-footer-logo:hover{transform:scale(1.05)}.footer-logo-img{width:100%;height:auto;filter:drop-shadow(0 4px 15px rgba(255,235,59,.3))}.top-footer-tagline{display:flex;align-items:center;justify-content:flex-end}.h5-elegant{font-size:20px;font-weight:400;color:#ffffffe6;margin:0;letter-spacing:1px}.h5-elegant strong{background:linear-gradient(90deg,#ffeb3b,#ff8f2a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.divider{display:block;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,235,59,.3) 50%,transparent 100%);margin:40px 0}.footer-main{padding:60px 0}.footer-main-large-col{padding-right:40px}.fancy-gradient-text-box{margin-bottom:20px}.h3-elegant{font-size:32px;font-weight:700;letter-spacing:1.5px;margin-bottom:20px}.sk__gradient-fancy-text{background:linear-gradient(135deg,#ffeb3b,#ff8f2a,#ffeb3b);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShift 3s ease infinite}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.p-v2{color:#ffffffb3;font-size:16px;line-height:1.8;margin-bottom:15px}.mw-440{max-width:440px}.contact-info{margin-top:20px;padding:15px;background:#ffeb3b0d;border-left:3px solid #FFEB3B;border-radius:5px}.contact-info span{display:inline-block;color:#ffffffe6}.footer-main-small-col{margin-bottom:30px}.footer-column-title{font-size:18px;font-weight:600;color:#ffeb3b;margin-bottom:25px;letter-spacing:1px;text-transform:uppercase}.footer-links-list{list-style:none;padding:0;margin:0}.footer-links-list li{margin-bottom:12px}.footer-main-links{color:#ffffffb3;text-decoration:none;font-size:16px;font-weight:500;line-height:2.5;transition:all .3s ease;display:inline-block;position:relative}.footer-main-links:before{content:"→";position:absolute;left:-20px;opacity:0;transition:all .3s ease;color:#ffeb3b}.footer-main-links:hover{color:#ffeb3b;padding-left:25px;transform:translate(5px)}.footer-main-links:hover:before{left:0;opacity:1}.gradient-links:hover{background:linear-gradient(90deg,#ffeb3b,#ff8f2a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-socials-section{width:100%}.footer-socials-inner{margin-top:15px}.footer-socials{display:flex;gap:15px;flex-wrap:wrap}.social-icons{width:45px;height:45px;border-radius:50%;background:#ffeb3b1a;border:2px solid rgba(255,235,59,.3);display:flex;align-items:center;justify-content:center;color:#ffeb3b;text-decoration:none;font-size:18px;transition:all .3s ease;position:relative;overflow:hidden}.social-icons:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffeb3b;transform:translate(-50%,-50%);transition:all .4s ease;z-index:-1}.social-icons:hover{color:#000;border-color:#ffeb3b;transform:translateY(-5px);box-shadow:0 5px 20px #ffeb3b66}.social-icons:hover:before{width:100%;height:100%}.footer-bottom{padding-top:30px}.footer-copyright{color:#ffffff80;font-size:14px;margin:0}.footer-bottom-right{display:flex;flex-direction:column;gap:15px;align-items:flex-end}.footer-legal-links{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.footer-bottom-right-links{color:#fff9;text-decoration:none;font-size:14px;transition:color .3s ease}.footer-bottom-right-links:hover{color:#ffeb3b}.separator{color:#ffffff4d;margin:0 5px}.footer-socials-mobile{display:flex;gap:10px;justify-content:center;margin-top:20px}.sk__back-to-top-wrap{position:fixed;bottom:30px;right:30px;z-index:999}.sk__back-to-top{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#ffeb3b,#ff8f2a);display:flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 4px 15px #ffeb3b66;transition:all .3s ease;opacity:0;visibility:hidden;transform:translateY(20px)}.sk__back-to-top.show{opacity:1;visibility:visible;transform:translateY(0)}.sk__back-to-top:hover{transform:translateY(-5px);box-shadow:0 6px 25px #ffeb3b99}.sk__back-to-top-icon{color:#000;font-size:24px;font-weight:700}@media (max-width: 991px){.site-footer{padding:70px 0 40px}.footer-background{border-radius:47px;padding:30px 20px}.footer-top{padding-bottom:32px}.footer-main{padding:30px 0 24px}.footer-main-large-col{padding-right:0;margin-bottom:40px}.h3-elegant{font-size:26px}}@media (max-width: 767px){.footer-main{padding:30px 0 35px}.top-footer-tagline{justify-content:center;margin-top:20px}.footer-column-title{font-size:16px}.footer-bottom-right{align-items:center}.footer-legal-links{justify-content:center}}@media (max-width: 575px){.site-footer{padding:50px 0 30px}.footer-background{border-radius:30px;padding:20px 15px}.footer-main{padding:20px 0 30px}.h3-elegant{font-size:22px}.p-v2{font-size:14px}.sk__back-to-top-wrap{bottom:20px;right:20px}.sk__back-to-top{width:45px;height:45px}}.site-wrapper{min-height:100vh;display:flex;flex-direction:column;background:#000}.site-main{flex:1;padding-top:0;position:relative}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#000;color:#fff;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::selection{background:#ffeb3b;color:#000}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#111}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#ffeb3b,#ff8f2a);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#ffeb3b}.container{max-width:1320px;margin:0 auto;padding:0 15px}@media (max-width: 1400px){.container{max-width:1140px}}@media (max-width: 1200px){.container{max-width:960px}}@media (max-width: 992px){.container{max-width:720px}}@media (max-width: 768px){.container{max-width:540px}}@media (max-width: 576px){.container{max-width:100%;padding:0 20px}}
