@import"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;200;300&display=swap";:root{--primary-color: #00d4ff;--bg-dark: #020c1b;--bg-nav: #0a192f;--text-light: #e6f1ff;--hero-bg: #ffffff;--hero-gradient: none;--hero-text: #112240;--hero-desc: #444444;--hero-nav-link: #112240}html{scroll-behavior:smooth}body{margin:0;padding:0;font-family:"Outfit",sans-serif;color:#333}body:not(.home){padding-top:112px}.col-full,.site-content,#content,#primary,#main,.site-header,.site-footer{max-width:100% !important;width:100% !important;padding:0 !important;margin:0 !important}.site-content{margin-top:0 !important}.one-page-hero{height:100vh;background-color:var(--hero-bg);background-image:var(--hero-gradient);color:var(--hero-text);display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}@media(max-width: 992px){.one-page-hero{height:auto;min-height:100vh}}#hero-canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-content{flex-grow:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:20px;position:relative;z-index:2}.logo-img{max-width:300px;height:auto;filter:drop-shadow(0 0 10px rgba(0, 212, 255, 0.5))}.hero-subtitle{font-size:1.5rem;color:#8892b0;margin-top:10px}#masthead.one-page-nav{background-color:rgba(10,25,47,.95);width:100%;padding:0;transition:all .3s ease;z-index:9999;border-top:1px solid hsla(0,0%,100%,.1);position:fixed;top:0;left:0;border-bottom:1px solid hsla(0,0%,100%,.1)}#masthead.one-page-nav .container{padding-top:30px;padding-bottom:30px;transition:padding .3s catch-all}.home #masthead.one-page-nav{position:absolute;background-color:rgba(0,0,0,0);border-bottom:none}#masthead.one-page-nav.is-sticky{position:fixed;top:0;left:0;background-color:var(--hero-bg);box-shadow:0 10px 30px -10px rgba(2,12,27,.7);border-top:none;border-bottom:1px solid rgba(0,0,0,.1)}body.dark-mode #masthead.one-page-nav.is-sticky{background-color:rgba(10,25,47,.95);border-bottom:1px solid hsla(0,0%,100%,.1)}#masthead.one-page-nav.is-sticky .container{padding-top:15px;padding-bottom:15px}.nav-container{display:flex;justify-content:space-between;align-items:center}.nav-logo img{height:50px;width:auto;display:block}.nav-site-title-link{text-decoration:none}.nav-site-title{font-family:"Barlow Condensed","Arial Narrow",sans-serif;font-weight:300;font-size:2.2rem;text-transform:uppercase;letter-spacing:.25em;color:#fff;display:inline-block;line-height:1;text-shadow:0 0 20px hsla(0,0%,100%,.08);transition:color .3s ease,text-shadow .3s ease}.nav-site-title-link:hover .nav-site-title{color:var(--primary-color);text-shadow:0 0 16px rgba(0,212,255,.55)}.one-page-nav ul{list-style:none;margin:0;padding:0;display:flex;justify-content:flex-end;flex-wrap:wrap;gap:30px}.one-page-nav a{color:var(--hero-nav-link);text-decoration:none;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;position:relative;padding:5px 0;transition:color .3s ease,text-shadow .3s ease,transform .1s ease}.one-page-nav a::after{content:"";position:absolute;bottom:0;left:0;width:0%;height:2px;background-color:var(--primary-color);transition:width .3s ease;box-shadow:0 0 5px var(--primary-color)}.one-page-nav a:hover{color:var(--primary-color);text-shadow:0 0 8px rgba(0,212,255,.6)}.one-page-nav a:hover::after{width:100%}.one-page-nav a:active{transform:scale(0.95);color:#0fa}.one-page-section{padding:100px 0}@media(max-width: 992px){.one-page-section{padding:60px 0}}@media(max-width: 576px){.one-page-section{padding:40px 0}}#nosotros{background-color:#fff;text-align:center}.about-content{max-width:800px;margin:0 auto}.about-text{font-size:1.1rem;color:#222;line-height:1.8;margin-bottom:20px}#nosotros .section-title{color:#112240}.tech-stack-container{display:flex;flex-wrap:wrap;justify-content:center;gap:15px;margin-top:40px}.tech-badge{background-color:#f0f4f8;color:#112240;padding:10px 20px;border-radius:50px;font-weight:600;font-size:.9rem;border:1px solid #d4e4ef;transition:all .3s ease}.tech-badge:hover{background-color:var(--primary-color);color:#fff;transform:translateY(-3px);box-shadow:0 5px 15px rgba(0,212,255,.3)}.section-title{font-size:2.5rem;text-align:center;margin-bottom:60px;color:var(--text-light);position:relative}.section-title::after{content:"";display:block;width:60px;height:3px;background-color:var(--primary-color);margin:20px auto 0}.site-footer.custom-home-footer{background-color:#020c1b}#portafolio{background-color:#f9f9f9}#portafolio .section-title{color:#112240}.portfolio-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px}@media(max-width: 992px){.portfolio-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 576px){.portfolio-grid{grid-template-columns:1fr}}.portfolio-item{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,.05);transition:transform .3s ease;text-align:left}.portfolio-item:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.1)}.portfolio-image-placeholder{width:100%;height:180px;background-color:#e0e0e0;position:relative}.portfolio-image-placeholder::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.2) 50%, transparent 60%);background-size:200% 200%;animation:placeholderShimmer 3s infinite linear}@keyframes placeholderShimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}.portfolio-info{padding:20px}.portfolio-info h3{font-size:1.1rem;color:#112240;margin:0 0 10px;font-weight:700}.portfolio-info p{font-size:.9rem;color:#444;margin-bottom:15px;line-height:1.5}.portfolio-link{font-size:.85rem;color:var(--primary-color);text-decoration:none;font-weight:600}.portfolio-link:hover{text-decoration:underline}.container{max-width:1200px;margin:0 auto;padding:0 20px}#servicios{background-color:#f4f6f8}#servicios .section-title{color:#112240}.services-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:30px}.service-card{background-color:#fff;padding:40px 30px;border-radius:8px;text-align:center;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 5px 15px rgba(0,0,0,.05)}.service-card h3{color:#112240;margin:20px 0 15px;font-size:1.5rem;font-weight:700}.service-card p{color:#222;font-size:1.05rem;font-weight:500;font-weight:400;line-height:1.7}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,.1)}.service-card:hover h3{color:var(--primary-color)}.service-icon{margin-bottom:20px}.service-icon img{width:64px;height:64px;display:inline-block;transition:transform .3s ease}.service-card:hover .service-icon img{transform:scale(1.1)}#contacto{background-color:#f4f6f8;color:#222;text-align:center;position:relative;z-index:1}#contacto .section-title{color:#112240}.stario-contact-form{max-width:800px;margin:40px auto 0;text-align:left}.form-row{display:flex;gap:20px;margin-bottom:20px}.form-group{flex:1;display:flex;flex-direction:column}.form-group label{margin-bottom:8px;font-size:.9rem;color:#444;font-weight:600}.form-group input,.form-group select{background-color:#fff;border:1px solid #d4e4ef;padding:12px;color:#333;border-radius:4px;transition:all .3s}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--primary-color);background-color:#fff;box-shadow:0 0 5px rgba(0,212,255,.2)}.btn-submit{background-color:var(--primary-color);color:#fff;border:none;padding:12px 30px;font-size:1rem;font-weight:700;border-radius:4px;cursor:pointer;transition:all .3s;display:block;margin-left:auto}.btn-submit:hover{transform:translateY(-2px);background-color:#00b8e6;box-shadow:0 5px 15px rgba(0,212,255,.3)}.hero-slide{display:none;width:100%;height:100%;justify-content:center;align-items:center;opacity:0;transition:opacity .5s ease-in-out}.hero-slide.active{display:flex;opacity:1}@media(max-width: 992px){.hero-slide{height:auto;padding-bottom:60px}}.slide-content-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:center;max-width:1200px;width:100%;padding:0 20px;gap:40px}@media(max-width: 992px){.slide-content-wrapper{flex-direction:column;text-align:center;gap:20px;justify-content:center;padding-top:80px;padding-bottom:40px}}@media(max-width: 992px){.hero-slider-container{height:auto !important;min-height:100vh;align-items:flex-start}}.slide-image{flex:1;max-width:50%;display:flex;justify-content:center;align-items:center}@media(max-width: 992px){.slide-image{max-width:100%;width:100%;order:-1;margin-bottom:10px;flex:auto}}.slide-img-placeholder{width:100%;height:auto;display:flex;justify-content:center}.slide-img-placeholder img{max-width:100%;height:auto;max-height:500px;object-fit:contain;display:block}@media(max-width: 992px){.slide-img-placeholder img{max-height:none;width:80%;max-width:400px}}@media(max-width: 576px){.slide-img-placeholder img{width:100%;max-width:100%;max-height:40vh}}.slide-text{flex:1;max-width:50%;color:var(--text-light)}.slide-text h2{font-size:3rem;margin-bottom:20px;color:var(--hero-text);font-weight:700}@media(max-width: 992px){.slide-text h2{font-size:2.2rem}}@media(max-width: 576px){.slide-text h2{font-size:1.8rem;margin-bottom:15px}}.slide-text .slide-desc{font-size:1.1rem;margin-bottom:30px;line-height:1.6;color:var(--hero-desc)}@media(max-width: 992px){.slide-text .slide-desc{font-size:1rem;margin-bottom:20px}}@media(max-width: 992px){.slide-text{max-width:100%;padding:0 10px}}.slide-cta{display:inline-block;padding:12px 30px;background-color:rgba(0,0,0,0);border:1px solid var(--primary-color);color:var(--primary-color);font-size:1rem;font-weight:600;text-decoration:none;border-radius:4px;transition:all .3s ease}.slide-cta:hover{background-color:rgba(0,212,255,.1);transform:translateY(-2px)}.slider-nav{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:flex;justify-content:space-between;padding:0 40px;z-index:20;pointer-events:none}.slider-nav button{pointer-events:auto;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);color:#fff;width:60px;height:60px;font-size:1.2rem;padding:3px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.slider-nav button:hover{background:var(--primary-color);border-color:var(--primary-color)}.slider-nav button svg{width:24px;height:24px;fill:none;stroke:#fff !important;stroke-width:2;display:block}.slider-nav button svg path{stroke:#fff !important}@media(max-width: 992px){.slider-nav{padding:0 10px;top:auto;bottom:10px;transform:none;justify-content:center;gap:20px}.slider-nav button{width:40px;height:40px;background:rgba(0,0,0,.3)}}.theme-toggle-item{display:flex;align-items:center}.theme-toggle-btn{background:rgba(0,0,0,0);border:1px solid var(--hero-nav-link);opacity:.8;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;padding:0;color:var(--hero-nav-link)}.theme-toggle-btn:hover{background:rgba(0,212,255,.1);border-color:var(--primary-color);transform:scale(1.1)}.theme-toggle-btn:active{transform:scale(0.95)}.theme-toggle-btn svg{width:20px;height:20px;transition:all .3s ease}.theme-toggle-btn .moon-icon{display:none}body.dark-mode{background-color:#1a1a1a !important;--hero-bg: #020c1b;--hero-gradient: radial-gradient(circle at center, #112240 0%, #020c1b 100%);--hero-text: #ffffff;--hero-desc: #ccd6f6;--hero-nav-link: #e6f1ff}body.dark-mode #page,body.dark-mode .site,body.dark-mode .site-content,body.dark-mode #content,body.dark-mode .col-full{background-color:#1a1a1a !important}body.dark-mode .theme-toggle-btn .sun-icon{display:none}body.dark-mode .theme-toggle-btn .moon-icon{display:block}body.dark-mode #nosotros{background-color:#1a1a1a}body.dark-mode #nosotros .section-title{color:#fff}body.dark-mode #nosotros .about-text{color:#e0e0e0}body.dark-mode #nosotros .tech-badge{background-color:#2a2a2a;color:#fff;border-color:#3a3a3a}body.dark-mode #nosotros .tech-badge:hover{background-color:var(--primary-color);color:#fff}body.dark-mode #servicios{background-color:#1a1a1a}body.dark-mode #servicios .section-title{color:#fff}body.dark-mode #servicios .service-card{background-color:#2a2a2a;box-shadow:0 5px 15px rgba(0,0,0,.3)}body.dark-mode #servicios .service-card h3{color:#fff}body.dark-mode #servicios .service-card p{color:#e0e0e0}body.dark-mode #servicios .service-card:hover{box-shadow:0 20px 40px rgba(0,0,0,.5)}body.dark-mode #portafolio{background-color:#1a1a1a}body.dark-mode #portafolio .section-title{color:#fff}body.dark-mode #portafolio .portfolio-item{background-color:#2a2a2a;box-shadow:0 4px 10px rgba(0,0,0,.3)}body.dark-mode #portafolio .portfolio-item:hover{box-shadow:0 10px 20px rgba(0,0,0,.5)}body.dark-mode #portafolio .portfolio-info h3{color:#fff}body.dark-mode #portafolio .portfolio-info p{color:#e0e0e0}body.dark-mode #portafolio .portfolio-link{color:var(--primary-color)}body.dark-mode #contacto{background-color:#1a1a1a;color:#e0e0e0}body.dark-mode #contacto .section-title{color:#fff}body.dark-mode #contacto .form-group label{color:#e0e0e0}body.dark-mode #contacto .form-group input,body.dark-mode #contacto .form-group select{background-color:#2a2a2a;border-color:#3a3a3a;color:#fff}body.dark-mode #contacto .form-group input:focus,body.dark-mode #contacto .form-group select:focus{background-color:#2a2a2a;border-color:var(--primary-color)}body.dark-mode #contacto .form-group input::placeholder,body.dark-mode #contacto .form-group select::placeholder{color:#888}body.dark-mode #como-trabajamos{background-color:#1a1a1a}body.dark-mode #como-trabajamos .section-title{color:#fff}body.dark-mode #como-trabajamos h3,body.dark-mode #como-trabajamos h4,body.dark-mode #como-trabajamos h5,body.dark-mode #como-trabajamos h6{color:#fff}body.dark-mode #como-trabajamos p,body.dark-mode #como-trabajamos li{color:#e0e0e0}body.dark-mode .one-page-section:not(#hero):not(.site-footer) h1,body.dark-mode .one-page-section:not(#hero):not(.site-footer) h2,body.dark-mode .one-page-section:not(#hero):not(.site-footer) h3,body.dark-mode .one-page-section:not(#hero):not(.site-footer) h4,body.dark-mode .one-page-section:not(#hero):not(.site-footer) h5,body.dark-mode .one-page-section:not(#hero):not(.site-footer) h6{color:#fff}body.dark-mode .one-page-section:not(#hero):not(.site-footer) p,body.dark-mode .one-page-section:not(#hero):not(.site-footer) li,body.dark-mode .one-page-section:not(#hero):not(.site-footer) span{color:#e0e0e0}body.dark-mode.blog,body.dark-mode.single-post,body.dark-mode.archive,body.dark-mode.search{background-color:#1a1a1a}body.dark-mode.blog .site-content,body.dark-mode.single-post .site-content,body.dark-mode.archive .site-content,body.dark-mode.search .site-content{background-color:#1a1a1a}body.dark-mode.blog #primary,body.dark-mode.blog #main,body.dark-mode.single-post #primary,body.dark-mode.single-post #main,body.dark-mode.archive #primary,body.dark-mode.archive #main,body.dark-mode.search #primary,body.dark-mode.search #main{background-color:#1a1a1a}body.dark-mode.blog article,body.dark-mode.single-post article,body.dark-mode.archive article,body.dark-mode.search article{background-color:#2a2a2a;color:#e0e0e0}body.dark-mode.blog article .entry-title,body.dark-mode.blog article .entry-title a,body.dark-mode.single-post article .entry-title,body.dark-mode.single-post article .entry-title a,body.dark-mode.archive article .entry-title,body.dark-mode.archive article .entry-title a,body.dark-mode.search article .entry-title,body.dark-mode.search article .entry-title a{color:#fff}body.dark-mode.blog article .entry-content,body.dark-mode.blog article .entry-summary,body.dark-mode.single-post article .entry-content,body.dark-mode.single-post article .entry-summary,body.dark-mode.archive article .entry-content,body.dark-mode.archive article .entry-summary,body.dark-mode.search article .entry-content,body.dark-mode.search article .entry-summary{color:#e0e0e0}body.dark-mode.blog article .entry-content h1,body.dark-mode.blog article .entry-content h2,body.dark-mode.blog article .entry-content h3,body.dark-mode.blog article .entry-content h4,body.dark-mode.blog article .entry-content h5,body.dark-mode.blog article .entry-content h6,body.dark-mode.blog article .entry-summary h1,body.dark-mode.blog article .entry-summary h2,body.dark-mode.blog article .entry-summary h3,body.dark-mode.blog article .entry-summary h4,body.dark-mode.blog article .entry-summary h5,body.dark-mode.blog article .entry-summary h6,body.dark-mode.single-post article .entry-content h1,body.dark-mode.single-post article .entry-content h2,body.dark-mode.single-post article .entry-content h3,body.dark-mode.single-post article .entry-content h4,body.dark-mode.single-post article .entry-content h5,body.dark-mode.single-post article .entry-content h6,body.dark-mode.single-post article .entry-summary h1,body.dark-mode.single-post article .entry-summary h2,body.dark-mode.single-post article .entry-summary h3,body.dark-mode.single-post article .entry-summary h4,body.dark-mode.single-post article .entry-summary h5,body.dark-mode.single-post article .entry-summary h6,body.dark-mode.archive article .entry-content h1,body.dark-mode.archive article .entry-content h2,body.dark-mode.archive article .entry-content h3,body.dark-mode.archive article .entry-content h4,body.dark-mode.archive article .entry-content h5,body.dark-mode.archive article .entry-content h6,body.dark-mode.archive article .entry-summary h1,body.dark-mode.archive article .entry-summary h2,body.dark-mode.archive article .entry-summary h3,body.dark-mode.archive article .entry-summary h4,body.dark-mode.archive article .entry-summary h5,body.dark-mode.archive article .entry-summary h6,body.dark-mode.search article .entry-content h1,body.dark-mode.search article .entry-content h2,body.dark-mode.search article .entry-content h3,body.dark-mode.search article .entry-content h4,body.dark-mode.search article .entry-content h5,body.dark-mode.search article .entry-content h6,body.dark-mode.search article .entry-summary h1,body.dark-mode.search article .entry-summary h2,body.dark-mode.search article .entry-summary h3,body.dark-mode.search article .entry-summary h4,body.dark-mode.search article .entry-summary h5,body.dark-mode.search article .entry-summary h6{color:#fff}body.dark-mode.blog article .entry-content a,body.dark-mode.blog article .entry-summary a,body.dark-mode.single-post article .entry-content a,body.dark-mode.single-post article .entry-summary a,body.dark-mode.archive article .entry-content a,body.dark-mode.archive article .entry-summary a,body.dark-mode.search article .entry-content a,body.dark-mode.search article .entry-summary a{color:var(--primary-color)}body.dark-mode.blog article .entry-content a:hover,body.dark-mode.blog article .entry-summary a:hover,body.dark-mode.single-post article .entry-content a:hover,body.dark-mode.single-post article .entry-summary a:hover,body.dark-mode.archive article .entry-content a:hover,body.dark-mode.archive article .entry-summary a:hover,body.dark-mode.search article .entry-content a:hover,body.dark-mode.search article .entry-summary a:hover{color:#00b8e6}body.dark-mode.blog article .entry-meta,body.dark-mode.single-post article .entry-meta,body.dark-mode.archive article .entry-meta,body.dark-mode.search article .entry-meta{color:#999}body.dark-mode.blog article .entry-meta a,body.dark-mode.single-post article .entry-meta a,body.dark-mode.archive article .entry-meta a,body.dark-mode.search article .entry-meta a{color:#999}body.dark-mode.blog article .entry-meta a:hover,body.dark-mode.single-post article .entry-meta a:hover,body.dark-mode.archive article .entry-meta a:hover,body.dark-mode.search article .entry-meta a:hover{color:var(--primary-color)}body.dark-mode.blog .widget-area,body.dark-mode.blog .sidebar,body.dark-mode.single-post .widget-area,body.dark-mode.single-post .sidebar,body.dark-mode.archive .widget-area,body.dark-mode.archive .sidebar,body.dark-mode.search .widget-area,body.dark-mode.search .sidebar{background-color:#1a1a1a}body.dark-mode.blog .widget-area .widget,body.dark-mode.blog .sidebar .widget,body.dark-mode.single-post .widget-area .widget,body.dark-mode.single-post .sidebar .widget,body.dark-mode.archive .widget-area .widget,body.dark-mode.archive .sidebar .widget,body.dark-mode.search .widget-area .widget,body.dark-mode.search .sidebar .widget{background-color:#2a2a2a;color:#e0e0e0}body.dark-mode.blog .widget-area .widget .widget-title,body.dark-mode.blog .sidebar .widget .widget-title,body.dark-mode.single-post .widget-area .widget .widget-title,body.dark-mode.single-post .sidebar .widget .widget-title,body.dark-mode.archive .widget-area .widget .widget-title,body.dark-mode.archive .sidebar .widget .widget-title,body.dark-mode.search .widget-area .widget .widget-title,body.dark-mode.search .sidebar .widget .widget-title{color:#fff}body.dark-mode.blog .widget-area .widget a,body.dark-mode.blog .sidebar .widget a,body.dark-mode.single-post .widget-area .widget a,body.dark-mode.single-post .sidebar .widget a,body.dark-mode.archive .widget-area .widget a,body.dark-mode.archive .sidebar .widget a,body.dark-mode.search .widget-area .widget a,body.dark-mode.search .sidebar .widget a{color:var(--primary-color)}body.dark-mode.blog .widget-area .widget a:hover,body.dark-mode.blog .sidebar .widget a:hover,body.dark-mode.single-post .widget-area .widget a:hover,body.dark-mode.single-post .sidebar .widget a:hover,body.dark-mode.archive .widget-area .widget a:hover,body.dark-mode.archive .sidebar .widget a:hover,body.dark-mode.search .widget-area .widget a:hover,body.dark-mode.search .sidebar .widget a:hover{color:#00b8e6}body.dark-mode.blog .widget-area .widget ul li,body.dark-mode.blog .sidebar .widget ul li,body.dark-mode.single-post .widget-area .widget ul li,body.dark-mode.single-post .sidebar .widget ul li,body.dark-mode.archive .widget-area .widget ul li,body.dark-mode.archive .sidebar .widget ul li,body.dark-mode.search .widget-area .widget ul li,body.dark-mode.search .sidebar .widget ul li{color:#e0e0e0;border-color:#3a3a3a}body.dark-mode.blog .pagination a,body.dark-mode.blog .pagination span,body.dark-mode.blog .page-links a,body.dark-mode.blog .page-links span,body.dark-mode.single-post .pagination a,body.dark-mode.single-post .pagination span,body.dark-mode.single-post .page-links a,body.dark-mode.single-post .page-links span,body.dark-mode.archive .pagination a,body.dark-mode.archive .pagination span,body.dark-mode.archive .page-links a,body.dark-mode.archive .page-links span,body.dark-mode.search .pagination a,body.dark-mode.search .pagination span,body.dark-mode.search .page-links a,body.dark-mode.search .page-links span{background-color:#2a2a2a;color:#e0e0e0;border-color:#3a3a3a}body.dark-mode.blog .pagination a:hover,body.dark-mode.blog .pagination span:hover,body.dark-mode.blog .page-links a:hover,body.dark-mode.blog .page-links span:hover,body.dark-mode.single-post .pagination a:hover,body.dark-mode.single-post .pagination span:hover,body.dark-mode.single-post .page-links a:hover,body.dark-mode.single-post .page-links span:hover,body.dark-mode.archive .pagination a:hover,body.dark-mode.archive .pagination span:hover,body.dark-mode.archive .page-links a:hover,body.dark-mode.archive .page-links span:hover,body.dark-mode.search .pagination a:hover,body.dark-mode.search .pagination span:hover,body.dark-mode.search .page-links a:hover,body.dark-mode.search .page-links span:hover{background-color:var(--primary-color);color:#fff}body.dark-mode.blog .pagination .current,body.dark-mode.blog .page-links .current,body.dark-mode.single-post .pagination .current,body.dark-mode.single-post .page-links .current,body.dark-mode.archive .pagination .current,body.dark-mode.archive .page-links .current,body.dark-mode.search .pagination .current,body.dark-mode.search .page-links .current{background-color:var(--primary-color);color:#fff}body.dark-mode.blog .comments-area,body.dark-mode.single-post .comments-area,body.dark-mode.archive .comments-area,body.dark-mode.search .comments-area{background-color:#2a2a2a;color:#e0e0e0}body.dark-mode.blog .comments-area .comment-author,body.dark-mode.single-post .comments-area .comment-author,body.dark-mode.archive .comments-area .comment-author,body.dark-mode.search .comments-area .comment-author{color:#fff}body.dark-mode.blog .comments-area .comment-content,body.dark-mode.single-post .comments-area .comment-content,body.dark-mode.archive .comments-area .comment-content,body.dark-mode.search .comments-area .comment-content{color:#e0e0e0}body.dark-mode.blog .comments-area .comment-form input[type=text],body.dark-mode.blog .comments-area .comment-form input[type=email],body.dark-mode.blog .comments-area .comment-form input[type=url],body.dark-mode.blog .comments-area .comment-form textarea,body.dark-mode.single-post .comments-area .comment-form input[type=text],body.dark-mode.single-post .comments-area .comment-form input[type=email],body.dark-mode.single-post .comments-area .comment-form input[type=url],body.dark-mode.single-post .comments-area .comment-form textarea,body.dark-mode.archive .comments-area .comment-form input[type=text],body.dark-mode.archive .comments-area .comment-form input[type=email],body.dark-mode.archive .comments-area .comment-form input[type=url],body.dark-mode.archive .comments-area .comment-form textarea,body.dark-mode.search .comments-area .comment-form input[type=text],body.dark-mode.search .comments-area .comment-form input[type=email],body.dark-mode.search .comments-area .comment-form input[type=url],body.dark-mode.search .comments-area .comment-form textarea{background-color:#1a1a1a;border-color:#3a3a3a;color:#fff}body.dark-mode.blog .comments-area .comment-form input[type=text]:focus,body.dark-mode.blog .comments-area .comment-form input[type=email]:focus,body.dark-mode.blog .comments-area .comment-form input[type=url]:focus,body.dark-mode.blog .comments-area .comment-form textarea:focus,body.dark-mode.single-post .comments-area .comment-form input[type=text]:focus,body.dark-mode.single-post .comments-area .comment-form input[type=email]:focus,body.dark-mode.single-post .comments-area .comment-form input[type=url]:focus,body.dark-mode.single-post .comments-area .comment-form textarea:focus,body.dark-mode.archive .comments-area .comment-form input[type=text]:focus,body.dark-mode.archive .comments-area .comment-form input[type=email]:focus,body.dark-mode.archive .comments-area .comment-form input[type=url]:focus,body.dark-mode.archive .comments-area .comment-form textarea:focus,body.dark-mode.search .comments-area .comment-form input[type=text]:focus,body.dark-mode.search .comments-area .comment-form input[type=email]:focus,body.dark-mode.search .comments-area .comment-form input[type=url]:focus,body.dark-mode.search .comments-area .comment-form textarea:focus{border-color:var(--primary-color)}.site-footer.custom-home-footer{background-color:#020c1b;color:#fff;padding-top:100px !important;padding-bottom:60px !important;padding-left:0;padding-right:0;border-top:none;position:relative;overflow:hidden}.site-footer.custom-home-footer h2,.site-footer.custom-home-footer h3,.site-footer.custom-home-footer h4,.site-footer.custom-home-footer p,.site-footer.custom-home-footer a,.site-footer.custom-home-footer li{color:#fff !important;position:relative;z-index:2}.site-footer.custom-home-footer #footer-particles{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.footer-container{display:grid;grid-template-columns:1fr;gap:40px}@media(min-width: 768px){.footer-container{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.footer-container{grid-template-columns:repeat(4, minmax(0, 1fr));gap:30px}}.footer-container{margin-bottom:60px;text-align:left;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 20px}.footer-logo{max-width:150px;margin-bottom:20px}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:10px}.footer-links a{color:#fff;text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--primary-color);padding-left:5px}.footer-social{display:flex;flex-direction:column;gap:15px}.footer-social h3{margin-bottom:10px}.footer-social .social-icons{display:flex;gap:10px;flex-wrap:wrap}.social-icon{width:40px;height:40px;border-radius:50%;background-color:hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .3s;font-size:.9rem}.social-icon:hover{background-color:var(--primary-color);transform:translateY(-3px)}.site-footer .site-info{text-align:center;border-top:1px solid hsla(0,0%,100%,.1);padding-top:30px;font-size:.9rem;color:#8892b0;max-width:1200px;margin:0 auto}.site-footer .site-info a{color:#8892b0}.site-footer .site-info a:hover{color:var(--primary-color)}.hero-slider-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;overflow:hidden}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:opacity .6s ease-in-out,visibility .6s ease-in-out;display:flex;align-items:center;justify-content:center;padding-top:80px}.hero-slide.active{opacity:1;visibility:visible;z-index:2}.hero-slide.active .slide-content-wrapper{transform:translateY(0);opacity:1}.hero-slide.slide-web{background:var(--hero-gradient, none)}.hero-slide.slide-software{background:var(--hero-gradient, none)}.hero-slide.slide-aws{background:var(--hero-gradient, none)}.hero-slide.slide-design{background:var(--hero-gradient, none)}body.dark-mode .hero-slide.slide-web{background:linear-gradient(135deg, rgba(2, 12, 27, 0.8) 0%, rgba(0, 212, 255, 0.1) 100%)}body.dark-mode .hero-slide.slide-software{background:linear-gradient(135deg, rgba(2, 12, 27, 0.8) 0%, rgba(100, 255, 218, 0.1) 100%)}body.dark-mode .hero-slide.slide-aws{background:linear-gradient(135deg, rgba(2, 12, 27, 0.8) 0%, rgba(255, 153, 0, 0.1) 100%)}body.dark-mode .hero-slide.slide-design{background:linear-gradient(135deg, rgba(2, 12, 27, 0.8) 0%, rgba(255, 0, 212, 0.1) 100%)}.slide-content-wrapper{display:flex;align-items:center;justify-content:center;width:100%;max-width:1200px;margin:0 auto;padding:0 40px;gap:60px;transform:translateY(20px);opacity:0;transition:all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) .2s}@media(max-width: 992px){.slide-content-wrapper{flex-direction:column;text-align:center;gap:30px}}.slide-image{flex:1;display:flex;justify-content:center;align-items:center;max-width:500px}.slide-image .slide-img-placeholder{width:100%;height:350px;border-radius:12px;overflow:hidden;display:flex;justify-content:center;align-items:center;box-shadow:0 20px 50px rgba(0,0,0,.4);background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);backdrop-filter:blur(10px)}.slide-image .slide-img-placeholder img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .5s ease}.slide-image .slide-img-placeholder img[src$=".svg"]{width:100px;height:100px;object-fit:contain;filter:drop-shadow(0 0 20px rgba(255, 255, 255, 0.2))}.slide-image .slide-img-placeholder:hover img:not([src$=".svg"]){transform:scale(1.03)}.slide-image .slide-img-placeholder:hover img[src$=".svg"]{transform:scale(1.1) rotate(5deg)}.slide-text{flex:1;color:var(--hero-text)}.slide-text h2{font-size:3.5rem;font-weight:700;margin-bottom:20px;line-height:1.1;color:var(--hero-text)}@media(max-width: 768px){.slide-text h2{font-size:2.5rem}}.slide-text p{font-size:1.2rem;color:var(--hero-desc);margin-bottom:30px;line-height:1.6;max-width:500px}@media(max-width: 992px){.slide-text p{margin-left:auto;margin-right:auto}}.slide-text .slide-cta{display:inline-block;padding:12px 30px;border:1px solid var(--primary-color);color:var(--primary-color);text-decoration:none;border-radius:4px;font-weight:600;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;font-size:.9rem}.slide-text .slide-cta:hover{background:rgba(0,212,255,.1);box-shadow:0 0 20px rgba(0,212,255,.2)}.slider-nav{position:absolute;top:50%;width:100%;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 40px;z-index:20;pointer-events:none}.slider-nav button{pointer-events:auto;background:rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.1);color:var(--hero-nav-link)}body.dark-mode .slider-nav button{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);color:var(--hero-nav-link)}.slider-nav button{width:60px;height:60px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;backdrop-filter:blur(5px)}.slider-nav button svg{width:24px;height:24px;transition:transform .3s ease}.slider-nav button:hover{background:var(--primary-color);color:#020c1b;border-color:var(--primary-color);transform:scale(1.1);box-shadow:0 0 15px rgba(0,212,255,.4)}.slider-nav button.hero-prev:hover svg{transform:translateX(-3px)}.slider-nav button.hero-next:hover svg{transform:translateX(3px)}.slider-nav button:focus{outline:none}@media(max-width: 768px){.slider-nav{padding:0 10px}.slider-nav button{width:40px;height:40px;font-size:1.2rem}}.mobile-header-bar{display:none;position:fixed;top:0;left:0;width:100%;height:70px;background-color:var(--hero-bg);border-bottom:1px solid rgba(0,0,0,.05);z-index:1000;align-items:center;padding:0 15px;box-shadow:0 2px 10px rgba(0,0,0,.05)}body.dark-mode .mobile-header-bar{background-color:var(--bg-nav);border-bottom-color:hsla(0,0%,100%,.05)}@media(max-width: 991px){.mobile-header-bar{display:flex}}.mobile-nav-trigger{width:30px;height:24px;position:relative;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between}.mobile-nav-trigger span{display:block;width:100%;height:2px;background-color:var(--hero-text);transition:all .3s ease;border-radius:2px}.mobile-logo{flex:1;display:flex;justify-content:center}.mobile-logo img{max-height:40px;width:auto}.mobile-logo a{font-family:"Outfit",sans-serif;font-weight:700;font-size:1.2rem;color:var(--hero-text);text-decoration:none;text-transform:uppercase;letter-spacing:1px}.mobile-theme-item{width:30px;display:flex;justify-content:flex-end}.mobile-theme-item .theme-toggle-btn{border:none;width:32px;height:32px;color:var(--hero-text)}.mobile-theme-item .theme-toggle-btn:hover{background:rgba(0,212,255,.1);transform:scale(1.1)}@media(max-width: 991px){.site-header.one-page-nav{display:none !important}body{padding-top:70px}}.mobile-drawer-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1001;opacity:0;visibility:hidden;transition:all .3s ease;backdrop-filter:blur(3px)}.mobile-drawer-overlay.is-active{opacity:1;visibility:visible}.mobile-drawer{position:fixed;top:0;left:-300px;width:300px;height:100%;background-color:#fff;z-index:1002;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);box-shadow:5px 0 20px rgba(0,0,0,.1);display:flex;flex-direction:column}body.dark-mode .mobile-drawer{background-color:var(--bg-dark)}.mobile-drawer.is-active{left:0}.mobile-drawer-close{position:absolute;top:15px;right:15px;background:none;border:none;font-size:2rem;color:var(--hero-text);cursor:pointer;line-height:1;z-index:10}.mobile-drawer-content{flex:1;overflow-y:auto;padding:60px 25px 40px}.mobile-drawer-widgets{margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid rgba(0,0,0,.05)}body.dark-mode .mobile-drawer-widgets{border-bottom-color:hsla(0,0%,100%,.1)}.mobile-drawer-widgets .widget-title{font-size:.9rem;text-transform:uppercase;letter-spacing:1px;color:var(--primary-color);margin-bottom:15px}.mobile-drawer-nav ul{list-style:none;padding:0;margin:0}.mobile-drawer-nav ul li{margin-bottom:5px}.mobile-drawer-nav ul li a{display:block;padding:12px 0;font-size:1.1rem;font-weight:500;color:var(--hero-text);text-decoration:none;transition:color .2s ease}.mobile-drawer-nav ul li a:hover{color:var(--primary-color)}.mobile-drawer-nav ul li.current-menu-item>a{color:var(--primary-color);font-weight:600}
