@keyframes logoFloat{0%,50%,to{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-4px) rotate(1deg)}75%{transform:translateY(4px) rotate(-1deg)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scrollText{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes gentle-shake{0%,14%,to{transform:translateX(0)}2%,6%{transform:translateX(-3px) rotate(-1deg)}4%,8%{transform:translateX(3px) rotate(1deg)}10%{transform:translateX(-2px) rotate(-.5deg)}12%{transform:translateX(2px) rotate(.5deg)}}@keyframes float1{0%,to{transform:translate(0,0) rotate(0deg)}50%{transform:translate(-20px,-20px) rotate(5deg)}}@keyframes float2{0%,to{transform:translate(0,0) rotate(0deg)}50%{transform:translate(20px,-15px) rotate(-5deg)}}@keyframes float3{0%,to{transform:translate(0,0) rotate(0deg)}50%{transform:translate(-15px,20px) rotate(8deg)}}@keyframes float4{0%,to{transform:translate(0,0) rotate(0deg)}50%{transform:translate(15px,15px) rotate(-8deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}*{margin:0;padding:0;box-sizing:border-box;transition:all .3s ease-in-out}html{scroll-behavior:smooth;scroll-snap-type:y mandatory;overflow-y:scroll;scroll-padding-top:60px;overscroll-behavior:none}body{font-family:"Inter",sans-serif;background-color:#f5f5f5;overflow-x:hidden;cursor:grab}body:active{cursor:grabbing}.no-select,body{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.nav-links a,header{transition:all .3s ease}.header-fade,header{position:fixed;top:0;left:0;right:0}header{padding:.3rem 2rem;background:rgba(255,255,255,.5);z-index:9999}main{padding-top:60px}.header-fade{height:60px;background:linear-gradient(to bottom,rgba(245,245,245,.95)0,rgba(245,245,245,.85) 40%,rgba(245,245,245,.6) 70%,rgba(245,245,245,0) 100%);pointer-events:none;z-index:9998;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.logo,nav{display:flex;align-items:center}nav{justify-content:space-between;height:32px}.logo{gap:.8rem;font-weight:600;font-size:1.2rem;position:relative}.logo img{height:35px;width:auto;object-fit:contain;animation:logoFloat 3s ease-in-out infinite;transform-origin:center center}.logo span,body{color:#000}@media (max-width:768px){.logo img{height:32px}}.nav-links{margin-right:-1.6rem}.nav-links a{text-decoration:none;color:#000;margin-left:2rem;position:relative;padding-left:0}.nav-links a:hover,.nav-links a[href="#portfolio"]:hover{color:red}.nav-links a::after{content:"";position:absolute;width:0;height:2px;bottom:-4px;left:0;background-color:red;transition:width .3s ease}.nav-links a:hover::after,header{width:100%}.hero-content,.hero-section{display:flex;align-items:center;justify-content:center}.hero-section{position:relative;height:100vh;overflow:hidden;perspective:1000px;background-image:url(images/hero-bg.png);background-size:cover;background-position:top center;background-repeat:no-repeat;background-attachment:fixed;margin-top:-20px}.hero-content{flex-direction:column;min-height:100vh;padding:2px;transform-style:preserve-3d}.hero-section::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:1}.hero-content,.hero-subtitle,.hero-title{text-align:center;width:100%}.hero-title{font-size:4rem;font-weight:700;margin-bottom:1rem;color:#fff}.hero-subtitle{font-size:1.5rem;margin-bottom:2rem;color:red}.hero-background,.overlay-image{position:absolute;top:0;left:0;width:100%;height:100%}.hero-background{display:flex;align-items:center;justify-content:center;z-index:1;transform-style:preserve-3d}.overlay-image{object-fit:cover;opacity:.2;z-index:0;transform:translateZ(-200px);will-change:transform}.background-text{position:fixed;top:50%;left:0;width:100%;transform:translateY(-50%);overflow:hidden;z-index:2;pointer-events:none;opacity:.45;filter:blur(5px)}.scroll-text{font-size:12rem;font-weight:700;white-space:nowrap;color:rgba(15,15,15,.03);animation:scrollText 20s linear infinite;padding:0;margin:0;display:flex;text-shadow:0 0 10px rgba(0,0,0,.1)}.scroll-text span{display:inline-block;margin-right:50px;filter:blur(2px)}.contact-email{display:none}@media (max-width:1024px){h1{font-size:10rem}.hero-images-grid{width:400px;height:400px}}@media (max-width:768px){.hero-section{flex-direction:column;padding:2rem;background-attachment:scroll;margin-top:-10px}.hero-content{width:100%;padding-right:0;text-align:center}#hero-canvas{position:relative;width:100%;height:50vh}.loading{right:50%}h1{font-size:3rem}#hero-canvas,.contact-email{transform:none;margin-top:2rem}.contact-email{position:static;text-align:center}.logo img{height:32px}.logo span{font-size:1rem}}.hero{text-align:center;padding:50px 20px}.hero h2,h1{font-size:24px}.hero h2,.hero p{margin:10px 0}.hero h3,.stat h2{font-size:36px;margin:20px 0}.hero p{font-size:16px}.about p,.image-container{margin:20px 0}.image-container img{max-width:60%;height:auto}.about{text-align:center;padding:50px 10px;background-color:#f0f0f0}.about p{font-size:20px}.stats{gap:40px}.stat h2{margin:0}.stat p{font-size:14px}.container{text-align:center;max-width:800px;margin:auto}h1{line-height:1.5;margin-bottom:40px}.stats{display:flex;justify-content:space-around;margin-top:20px}.stat{background-color:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 5px rgba(0,0,0,.1);flex:1;margin:0 10px}.footer-container{display:flex;justify-content:space-between;align-items:flex-start;max-width:1200px;margin:0 auto;gap:2rem}.footer-left{text-align:left}.footer-left h3{font-size:1.5rem;margin-bottom:1.5rem}.social-links img:hover{transform:scale(1.1)}.footer-links a{display:block;margin:.5rem 0;transition:color .3s ease}.newsletter-signup{max-width:400px}.newsletter-signup h3{font-size:1.5rem;margin-bottom:1rem}.newsletter-signup p{margin-bottom:1.5rem;color:#666}.signup-form{display:flex;gap:1rem}.signup-form input{flex:1;padding:.8rem;border:1px solid #eee;border-radius:4px}.signup-form button{padding:.8rem 1.5rem;background:red;color:#fff;border:0;border-radius:4px;cursor:pointer;transition:all .3s ease}.footer-credits{margin-top:2rem;padding-top:1rem;border-top:1px solid #eee;text-align:center}@media (max-width:768px){footer{padding:2rem 1rem}.footer-container{flex-direction:column;gap:2rem}.footer-left{text-align:center;width:100%}.social-links{justify-content:center}.footer-links{text-align:center}.footer-links a{padding:.5rem 0}.newsletter-signup{width:100%;text-align:center}.signup-form{flex-direction:column;gap:1rem}.book-appointment,.signup-form button,.signup-form input{width:100%;padding:1rem}.book-appointment{font-size:1rem}}@media (max-width:480px){footer{padding:1.5rem 1rem}.footer-left h3,.newsletter-signup h3{font-size:1.3rem}.social-links{gap:1rem}.social-links img{width:20px;height:20px}.footer-credits{font-size:.8rem}}.vision-section{padding:6rem 4rem;margin-top:4rem;scroll-snap-align:start;min-height:100vh;position:relative;scroll-snap-stop:always}.vision-text{max-width:1200px;margin:0 auto}.vision-text h2{font-size:3.5rem;font-weight:400;line-height:1.2;position:relative}.image-insert{display:inline-block;width:80px;height:80px;vertical-align:middle;margin:0 10px}.image-insert img{border-radius:50%}.stats-container{display:flex;justify-content:center;gap:8rem;margin-top:6rem}.stat-item{text-align:center}.stat-item h3{font-size:3.5rem;font-weight:500;margin-bottom:.5rem}.service-card p,.stat-item p{font-size:1rem;color:#666}@media (max-width:1024px){.stat-item h3,.vision-text h2{font-size:2.5rem}.image-insert{width:60px;height:60px}.stats-container{gap:4rem}}@media (max-width:768px){.vision-section{padding:4rem 2rem}.vision-text h2{font-size:2rem}.stats-container{flex-direction:column;gap:3rem}.image-insert{width:50px;height:50px;margin:5px}}.stack-subtitle{position:absolute;top:calc(50% - 200px);left:50%;transform:translateX(-50%);z-index:3;width:100%;text-align:center}.stack-subtitle h2{font-size:5.5rem;font-weight:400;line-height:1.2;margin-bottom:2rem;letter-spacing:-.02em}.services{padding:6rem 4rem;background-color:#fff;scroll-snap-align:start;min-height:100vh;position:relative;scroll-snap-stop:always;scroll-margin-top:80px}.services-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;position:relative;padding:2rem}.service-card,.service-content{position:relative;background:#fff}.service-card{border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.1);transition:transform .3s ease;cursor:pointer;height:300px}.service-content{padding:2rem;z-index:2;height:100%;width:100%;transition:opacity .3s ease}.details-content h3,.service-card h3{font-size:1.5rem;font-weight:500;color:#000}.service-card h3{margin-bottom:1rem}.service-card p{line-height:1.6;margin-bottom:1.5rem;transition:transform .3s ease}.video-overlay,.video-tag{position:absolute;opacity:0;transition:all .3s ease}.video-overlay{top:0;left:0;width:100%;height:100%;visibility:hidden;z-index:1}.image-insert img,.video-overlay video{width:100%;height:100%;object-fit:cover}.service-card:hover{transform:translateY(-5px)}.service-card:hover .service-content{opacity:0}.service-card:hover .video-overlay{opacity:1;visibility:visible;z-index:3}.video-tag{bottom:20px;left:20px;background:rgba(255,255,255,.9);padding:8px 16px;border-radius:4px;font-size:.9rem;font-weight:500;color:#000;transform:translateY(20px);z-index:4}.service-card:hover .video-tag{opacity:1;transform:translateY(0)}@media (max-width:1024px){.services-container{grid-template-columns:repeat(2,1fr);padding:1.5rem}}@media (max-width:768px){.services-container{grid-template-columns:1fr;padding:1rem}.service-card{height:300px}}.portfolio{padding:4rem;background-color:#f9f9f9;scroll-snap-align:start;min-height:100vh;position:relative;scroll-snap-stop:always;scroll-margin-top:80px}.portfolio-header{text-align:center;margin-bottom:3rem}.portfolio-header h2{font-weight:400}.portfolio-header p{font-size:1.1rem;color:#666;line-height:1.6}.portfolio-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;padding:2rem}.portfolio-item{display:flex;flex-direction:column;gap:1rem}.portfolio-card,.portfolio-details{border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.1)}.portfolio-card{aspect-ratio:16/9}.portfolio-card img,.service-card h3{transition:transform .3s ease}.portfolio-card:hover img{transform:scale(1.05)}.portfolio-details{background:#fff;padding:1.5rem}.details-content{text-align:left}.details-content h3{margin-bottom:.5rem}.challenge-list li,.details-content p{font-size:1rem;color:#666;margin-bottom:1rem}.pdf-controls button,.view-project{background:#000;color:#fff;border-radius:4px}.view-project{display:inline-block;padding:.8rem 1.5rem;text-decoration:none;font-size:.9rem;transition:all .3s ease}.view-project:hover{transform:translateY(-2px)}@media (max-width:1024px){.portfolio-gallery{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.portfolio-gallery{grid-template-columns:1fr;padding:1rem}.portfolio-card{aspect-ratio:16/10}.portfolio-details{padding:1rem}}.client-logos,.clients{position:relative;background:#fff}.clients{padding:4rem;text-align:center;scroll-snap-align:start;min-height:50vh;scroll-snap-stop:always}.clients h3{font-size:1rem;font-weight:500;margin-bottom:2rem;letter-spacing:.1em}.client-logos{overflow:hidden;width:100%}.logo-track{display:flex;white-space:nowrap;animation:scroll 30s linear infinite}.logo-row{display:flex;gap:50px;padding:0 15px}.logo-row img{height:130px;opacity:.9;transition:all .3s ease}.logo-row img:hover{opacity:1}.client-logos:hover .logo-track{animation-play-state:paused}.testimonials{background-color:#f9f9f9;padding:8rem 4rem 2rem;scroll-snap-align:start;min-height:30vh;position:relative}.testimonial-header{text-align:center;margin-bottom:4rem}.portfolio-header h2,.testimonial-header h2{font-size:2.4rem;margin-bottom:1rem}.testimonial-slider{position:relative;display:flex;align-items:center;justify-content:center;gap:2rem;height:400px;max-width:1200px;margin:0 auto;padding:0 80px}.testimonial-cards-container{position:relative;width:800px;height:100%;overflow:hidden}.testimonial-card{position:absolute;width:100%;background:#d3d3d3;padding:3rem;border-radius:12px;display:flex;gap:2rem;transition:all 1.2s cubic-bezier(.4,0,.2,1);opacity:0;pointer-events:none;transform:translateY(30px)}.testimonial-card.active{opacity:1;pointer-events:all;transform:translateY(0)}.testimonial-card img{width:120px;height:120px;border-radius:50%;object-fit:cover}@media (max-width:768px){.testimonials{padding:4rem 1rem}.testimonial-header h2{font-size:2rem}.testimonial-slider{height:auto;padding:0 40px;margin-bottom:2rem}.testimonial-cards-container{width:100%;height:auto;min-height:400px}.testimonial-card{flex-direction:column;align-items:center;text-align:center;padding:2rem 1.5rem;gap:1rem}.testimonial-card img{width:80px;height:80px}.testimonial-content{width:100%}.testimonial-content p{font-size:.95rem;line-height:1.6}.testimonial-author h4{font-size:1.1rem;margin-bottom:.3rem}.testimonial-author p{font-size:.9rem}.slider-arrow{width:40px;height:40px;font-size:1.2rem}.slider-arrow.prev{left:0}.slider-arrow.next{right:0}}@media (max-width:480px){.testimonial-card{padding:1.5rem 1rem}.testimonial-card img{width:60px;height:60px}.testimonial-content p{font-size:.9rem}.testimonial-cards-container{min-height:450px}}.slider-arrow{position:absolute;background:rgba(0,0,0,.1);border:0;font-size:1.5rem;cursor:pointer;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .6s ease;z-index:5;top:50%;transform:translateY(-50%)}.slider-arrow.prev{left:0}.slider-arrow.next{right:0}.slider-arrow:hover{transform:translateY(-50%) scale(1.1)}@media (max-width:768px){.testimonial-slider{padding:0 40px}.slider-arrow{width:40px;height:40px;font-size:1.2rem}}.rating{color:#f10;margin-top:1rem}footer{padding:3rem 2rem;background:#fff}.social-links{display:flex;justify-content:left;gap:2rem;margin:2rem 0}.social-links img{width:40px;height:40px;opacity:1;transition:all .6s ease}.logo-row img:hover,.social-links img:hover{transform:scale(1.1) rotate(5deg);transition:transform .3s ease}.footer-links{margin:2rem 0}.footer-links a{color:#666;justify-content:left;text-decoration:none;margin:0}.footer-credits{color:#999;font-size:.9rem}@media (max-width:1024px){.services{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.services{grid-template-columns:1fr;padding:4rem 2rem;margin-top:150px}.portfolio,footer{padding:3rem 2rem}.portfolio-header h2{font-size:2.4rem}.portfolio-gallery{grid-template-columns:1fr;gap:1rem}.portfolio-overlay h3{font-size:1.5rem}.testimonial-cards-container{width:90%}.testimonial-slider{padding:0 60px}.slider-arrow{width:40px;height:40px;font-size:1.2rem}.slider-arrow.prev{left:10px}.slider-arrow.next{right:10px}.logo-row img{height:25px}.social-links{gap:1.5rem}.social-links img{width:20px;height:20px}.clients{padding:3rem 2rem;min-height:40vh}}@media (max-width:1024px) and (min-width:769px){.portfolio-gallery{grid-template-columns:repeat(2,1fr);max-width:800px}}.back-to-top{position:fixed;bottom:2rem;right:1.65rem;width:24px;height:24px;background:0 0;border:0;border-radius:50%;color:#0000006b;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease;z-index:1000}.back-to-top.visible{opacity:1;visibility:visible}.back-to-top:hover{transform:translateY(-3px)}@media (max-width:768px){.back-to-top{right:1rem}}@media (max-width:480px){.back-to-top{right:.5rem}}.project-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.9);display:none;justify-content:center;align-items:center;z-index:1000;overflow-y:auto;padding:2rem}.project-content{background:#fff;max-width:1200px;width:90%;max-height:90vh;border-radius:12px;overflow-y:auto;position:relative;padding:2rem}.close-overlay{position:absolute;top:1rem;right:1rem;background:0 0;border:0;color:#000;font-size:2rem;cursor:pointer;z-index:2;transition:transform .3s ease}.close-overlay:hover,.close-video:hover{transform:scale(1.1)}.project-content h2{font-size:2.5rem;margin-bottom:2rem;color:#000}.project-hero{width:100%;height:400px;overflow:hidden;border-radius:8px;margin-bottom:2rem}.project-hero img{width:100%;height:100%;object-fit:cover}.project-info-container{display:flex;flex-direction:column;gap:3rem}.project-section{margin-bottom:2rem}.project-section h3{margin-bottom:1rem}.project-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem;padding:2rem;background:#f8f8f8;border-radius:8px}.meta-item h4{font-size:1rem;color:#666;margin-bottom:.5rem}.challenge-list,.solution-details ul{list-style:none;padding:0}.challenge-list li{padding:1rem;background:#f8f8f8;border-radius:4px;color:#444}.results-grid,.solution-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}.solution-gallery img,.video-item img{width:100%;object-fit:cover;transition:transform .3s ease}.solution-gallery img{height:200px;border-radius:8px}.project-card:hover .project-card-image img,.solution-gallery img:hover,.video-item:hover img{transform:scale(1.05)}.results-grid{gap:2rem}.result-item{padding:2rem;background:#f8f8f8;border-radius:8px;text-align:center}.result-item h4{font-size:1.2rem;margin-bottom:1rem;color:#000}.result-item p{color:#666;font-size:1rem}@media (max-width:1024px){.project-content{padding:1.5rem}.solution-gallery{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.project-meta,.results-grid,.solution-gallery{grid-template-columns:1fr}.project-hero{height:300px}}#services-section{padding-top:3rem}.services-header{grid-column:1/-1;text-align:center;margin-bottom:4rem;padding-top:4rem}.services-header h2{font-size:2.4rem;font-weight:400;margin-bottom:1rem}.services-header p{font-size:1.1rem;color:#666;line-height:1.6}@media (max-width:768px){.services-header h2{font-size:2rem}#services-section,.services-header{padding-top:2rem}}.pdf-viewer{width:100%;background:#f5f5f5;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.1)}.pdf-viewer iframe{border:0;display:block}.pdf-controls{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem;background:#fff;border-top:1px solid #eee}.pdf-controls button{padding:.5rem 1rem;border:0;cursor:pointer;transition:background .3s ease}.pdf-controls button:hover{background:#333}.pdf-page-info{font-size:.9rem;color:#666}@media (max-width:768px){.pdf-viewer iframe{height:400px}.pdf-controls{flex-direction:row;padding:.5rem}}.video-gallery{margin-top:3rem}.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1.5rem}.video-item{position:relative;aspect-ratio:16/9;cursor:pointer;border-radius:8px;overflow:hidden}.video-item img{height:100%}.play-button,.video-modal{justify-content:center;align-items:center}.play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;background:rgba(0,0,0,.7);border-radius:50%;display:flex;color:#fff;font-size:1.5rem;transition:all .3s ease}.video-item:hover .play-button{background:rgba(0,0,0,.9);transform:translate(-50%,-50%) scale(1.1)}.video-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.95);display:none;z-index:3000;padding:2rem}.video-modal video{max-width:90%;max-height:85vh;box-shadow:0 0 30px rgba(0,0,0,.5)}.close-video{position:absolute;top:2rem;right:2rem;background:0 0;border:0;color:#fff;font-size:2.5rem;cursor:pointer;transition:transform .3s ease;z-index:3001}@media (max-width:768px){.video-grid{grid-template-columns:1fr}}.scroll-sequence{position:relative;height:100vh;background:#000;overflow:hidden;scroll-snap-align:start}.sequence-container{position:sticky;top:0;width:100%;height:100vh;display:flex;align-items:center;justify-content:center}#sequence-canvas{max-width:100%;max-height:100vh;object-fit:contain}.sequence-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;text-align:center;z-index:2;pointer-events:none}.sequence-text h2{font-size:3rem;margin-bottom:1rem}.sequence-text p{font-size:1.2rem;opacity:.8}.hero-heading{position:relative;text-align:center;margin-top:2rem;z-index:2}.hero-heading .main-heading{font-size:50px;font-weight:700;color:#f60;margin-bottom:.5rem;transition:transform .4s ease;padding-top:5rem}.hero-heading .main-heading:hover{transform:scale(1.05) skewX(2deg)}.hero-heading .hero-subtitle{font-size:24px;color:#fff;margin:0}.hero-cta{margin-top:2.5rem;opacity:0;animation:fadeInUp 1s ease-out forwards;animation-delay:.9s}.explore-btn{display:inline-flex;align-items:center;gap:10px;background-color:red;color:#fff;text-decoration:none;padding:12px 24px;border-radius:4px;font-weight:600;transition:all .3s ease;border:2px solid red;box-shadow:0 4px 15px rgba(255,0,0,.2);animation:shake .5s ease-in-out infinite;animation-delay:5s}.explore-btn:hover{transform:translateY(-2px)}.explore-arrow{transition:transform .3s ease}.explore-btn:hover .explore-arrow{transform:translateX(5px)}.explore-btn.hover-effect{transform:translateX(calc(var(--mouse-x)*20px)) translateY(calc(var(--mouse-y)*20px))}@media (max-width:768px){.hero-cta{margin-top:2rem}.explore-btn{padding:.7rem 1rem;font-size:.85rem;transform:scale(.85)}}.hero-heading,.hero-section video,.hero-text{will-change:transform}.section-hidden{opacity:0;transform:translateY(50px);transition:all 1s cubic-bezier(.645,.045,.355,1)}.section-visible{opacity:1;transform:translateY(0);transition-delay:.2s}section{transition:transform .8s cubic-bezier(.645,.045,.355,1)}.hero-subtitle:hover,.hero-title:hover{transform:scale(1.02)}.cta-button{margin:20px 0 40px;text-align:center}.get-started{display:inline-block;background-color:red;color:#fff;font-family:"Inter",sans-serif;font-weight:600;font-size:16px;letter-spacing:1px;padding:12px 24px;border-radius:4px;text-decoration:none;text-transform:uppercase;box-shadow:0 4px 15px rgba(255,0,0,.2);transition:all .3s ease;border:2px solid red;animation:gentle-shake 4s ease-in-out infinite;cursor:pointer}.get-started:hover{transform:translateY(-2px);animation-play-state:paused}@media (max-width:768px){.cta-button{margin:15px 0 30px}.get-started{font-size:14px;padding:10px 20px}}.parallax-wrapper{height:100vh;overflow-x:hidden;overflow-y:auto;perspective:1000px}.parallax-element{will-change:transform;transform-style:preserve-3d}@media (prefers-reduced-motion:no-preference){.hero-title{transition:transform .1s linear}.hero-subtitle{transition:transform .15s linear}.circle{transition:transform .2s linear}.overlay-image{transition:transform .25s linear}}@media (max-width:768px){.circle{width:300px;height:300px;transform:translate(-50%,-50%) translateZ(-50px)}.hero-title{font-size:3rem}}.nav-links a[href="#portfolio"]{text-decoration:none;color:#000;margin-left:2rem;transition:all .3s ease;position:relative}.back-to-top:hover,.explore-btn:hover,.get-started:hover,.newsletter-signup button:hover,.slider-arrow:hover,.view-project:hover{background-color:red;border-color:red;color:#fff}#hero-canvas,.loading{position:absolute;top:50%}#hero-canvas{right:0;width:50%;height:100%;transform:translateY(-50%);z-index:1}.loading{right:25%;transform:translate(50%,-50%);z-index:2;background:rgba(0,0,0,.7);color:#fff;padding:1rem 2rem;border-radius:4px;font-size:.9rem}.resume-section{position:relative;padding:6rem 4rem;background-color:transparent;margin:2rem 4rem}.resume-content{position:relative;z-index:1;background:0 0;padding:2rem;border-radius:0;backdrop-filter:none}.project-section h3,.resume-left h3{font-size:1.8rem;color:#000}.resume-left h3,.resume-right h3{text-shadow:1px 1px 1px rgba(255,255,255,.5);font-weight:500;margin-bottom:2rem}@media (max-width:768px){.resume-right .description{font-size:1rem;padding:1rem}}@media (max-width:768px){.resume-section{padding:3rem 1rem;margin:1rem}.resume-content{padding:1.5rem}}.resume-container{max-width:1200px;margin:0 auto}.resume-header{margin-bottom:3rem}.resume-title{font-size:3.5rem;font-weight:600;color:#000;position:relative}.resume-content{grid-template-columns:1fr 1.5fr;gap:4rem}.education-item{margin-bottom:2rem}.education-item h4,.experience-item h4{font-size:1.2rem;font-weight:500;margin-bottom:.5rem}.education-item .date{color:#666;font-size:.9rem;margin-bottom:.5rem}.education-item .description{color:#444;font-size:1rem}.skills-grid{gap:1.5rem}.skill-item{gap:1rem}.skill-item img{object-fit:contain}.experience-item{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #eee}.experience-item:last-child{border-bottom:none}.experience-item .role{color:#666;font-style:italic;margin-bottom:.3rem}.experience-item .date{color:#666;font-size:.9rem;margin-bottom:.8rem}.experience-item .description{color:#444;font-size:1rem;line-height:1.6}@media (max-width:1024px){.resume-section{padding:4rem 2rem;margin:2rem}.resume-content{gap:2rem}}@media (max-width:768px){.resume-section{padding:3rem 1.5rem;margin:1rem}.resume-content{grid-template-columns:1fr;gap:3rem}.resume-title{font-size:2.5rem}.skills-grid{grid-template-columns:1fr}}.profile-section{gap:1.5rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #eee}.profile-image{box-shadow:0 4px 20px rgba(0,0,0,.1)}.profile-name h2{font-size:1.8rem;font-weight:600;margin-bottom:.5rem;color:#000}.profile-name p{font-size:1rem;color:#666}@media (max-width:768px){.profile-section{flex-direction:column;text-align:center;gap:1rem}.profile-image{width:100px;height:100px}}.project-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}.project-card{transition:transform .3s ease}.project-card:hover{transform:translateY(-5px)}.project-card-content{padding:1.5rem}.project-card-content h3{margin-bottom:.5rem;color:#fff}.project-card-content p{color:#666;margin-bottom:1rem}.view-details-btn{background:#000;color:#fff;border:0;padding:.8rem 1.5rem;border-radius:4px;cursor:pointer;transition:background .3s ease}.view-details-btn:hover{background:red}.project-details-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.9);display:none;justify-content:center;align-items:center;z-index:1100}.close-details{position:absolute;top:1rem;right:1rem;background:0 0;border:0;color:#000;font-size:2rem;cursor:pointer;z-index:2;transition:transform .3s ease}@media (max-width:1024px){.project-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.project-grid{grid-template-columns:1fr}}.solution-details{margin-top:2rem;padding:2rem;background:#f8f8f8;border-radius:8px}.solution-details li{position:relative;padding-left:1.5rem;margin-bottom:1rem;color:#444}.solution-details li::before{content:"→";position:absolute;left:0;color:red}.project-details-content{background:#fff;max-width:1200px;width:90%;max-height:90vh;overflow-y:auto;border-radius:12px;padding:3rem;position:relative}.project-details-content h2{font-size:2.5rem;margin-bottom:2rem;color:#000}.project-details-content::-webkit-scrollbar{width:8px}.project-details-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.project-details-content::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.project-details-content::-webkit-scrollbar-thumb:hover{background:#555}@media (max-width:768px){.project-details-content{padding:2rem;width:95%}.project-details-content h2{font-size:2rem}.solution-details{padding:1.5rem}}@media (max-width:1200px){.container,.footer-container{width:95%;padding:0 20px}.services-container{padding:1.5rem}.portfolio-gallery{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:992px){header{padding:1rem 2rem}.nav-links{gap:1.5rem}.hero-section{min-height:80vh;padding:2rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.services-container{grid-template-columns:repeat(2,1fr)}.resume-content{flex-direction:column;gap:2rem}.resume-left,.resume-right{width:100%}.project-grid,.solution-gallery{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.nav-links{display:none}.hero-title{font-size:2rem}.hero-content{text-align:center;padding:1rem}.services-container{grid-template-columns:1fr;gap:1.5rem}.service-card{height:250px}.portfolio-gallery,.project-grid{grid-template-columns:1fr}.project-meta{gap:1rem}.project-meta,.results-grid{grid-template-columns:1fr}.footer-container,.signup-form{flex-direction:column;gap:2rem}.signup-form{gap:1rem}.social-links{justify-content:center}}@media (max-width:480px){.logo,.portfolio-details h3{font-size:1.2rem}.hero-title{font-size:1.8rem}.hero-subtitle{font-size:1rem}.explore-btn{padding:.7rem 1rem;font-size:.85rem;transform:scale(.85)}.explore-btn:hover{transform:scale(.9)}.portfolio-header h2,.services-header h2{font-size:1.5rem}.service-card{height:200px}.project-details-content{padding:1.5rem}.project-hero{height:200px}.project-section h3{font-size:1.4rem}footer{padding:2rem 1rem}.newsletter-signup h3{font-size:1.2rem}}@supports (-webkit-touch-callout:none){.hero-section{min-height:-webkit-fill-available}}@media (hover:none) and (pointer:coarse){.nav-links a,.social-links a,.view-details-btn,.view-project,button{min-height:44px;min-width:44px;padding:12px}}.mobile-menu-button{display:none;background:0 0;border:0;font-size:1.8rem;cursor:pointer;padding:8px;color:#000;z-index:1000;transition:all .3s ease}.nav-links{display:flex;gap:2rem}@media (max-width:768px){.mobile-menu-button{display:block}.nav-links{position:fixed;top:0;right:-100%;height:100vh;width:70%;background:rgba(255,255,255,.98);flex-direction:column;align-items:center;justify-content:center;padding:80px 40px;gap:30px;transition:all .3s ease-in-out;backdrop-filter:blur(10px);box-shadow:-2px 0 10px rgba(0,0,0,.1);z-index:999}.nav-links.active{right:0}.nav-links a{font-size:1.2rem;font-weight:500;color:#333;text-decoration:none;transition:all .3s ease}.nav-links a:hover{color:red;transform:translateX(5px)}}body.menu-open{overflow:hidden}.social-bar{position:fixed;right:1.65rem;top:72%;transform:translateY(-50%);display:flex;flex-direction:column;gap:1rem;z-index:1000}.social-icon img{width:24px;height:24px;opacity:.6;transition:all .3s ease}.social-icon:hover img{opacity:1;filter:brightness(0)}@media (max-width:768px){.social-bar{right:1rem;top:70%}}@media (max-width:480px){.social-bar{right:.5rem;top:75%}}.social-bar.hide-permanent{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-65%) translateX(100%)}.social-icon{width:30px;height:30px;background:0 0;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px rgba(59,59,59,.1);transition:all .2s ease}.social-icon svg{width:20px;height:20px;color:#0000006b;transition:all .2s ease;object-fit:contain;max-width:100%;max-height:100%}.social-icon.behance svg,.social-icon.tiktok svg{width:18px;height:18px}.social-icon:hover{transform:translateY(-3px);box-shadow:0 5px 15px rgba(0,0,0,.2);background:red}.social-icon:hover svg{color:#000}@media (max-width:768px){.social-bar{right:1rem;top:70%}.social-icon{width:35px;height:35px}.social-icon svg{width:18px;height:18px}}@media (max-width:480px){.social-bar{right:.5rem;top:75%}.social-icon{width:30px;height:30px}.social-icon svg{width:16px;height:16px}}.explore-btn,.get-started,.signup-form button,.view-details-btn,button[type=submit]{transform-style:preserve-3d;perspective:1000px;transition:all .3s cubic-bezier(.34,1.56,.64,1);transform:translateZ(0) rotateX(0) rotateY(0);backface-visibility:hidden}.explore-btn:hover,.get-started:hover,.signup-form button:hover,.view-details-btn:hover,button[type=submit]:hover{transform:translateZ(10px) rotateX(2deg) rotateY(-2deg);box-shadow:-6px 6px 0 rgba(0,0,0,.1),-2px 2px 0 rgba(0,0,0,.06)}.explore-btn:active,.get-started:active,.signup-form button:active,.view-details-btn:active,button[type=submit]:active{transform:translateZ(2px) rotateX(0) rotateY(0);box-shadow:-2px 2px 0 rgba(0,0,0,.1),-1px 1px 0 rgba(0,0,0,.06)}.explore-btn,.get-started,.view-details-btn{transform-origin:center center -10px;will-change:transform,box-shadow}@media (prefers-reduced-motion:reduce){.explore-btn,.get-started,.signup-form button,.view-details-btn,button[type=submit]{transition:none;transform:none!important}}.communities{padding:60px 5%;background-color:#f8f8f8;text-align:center}.communities-header{margin-bottom:40px;max-width:800px;margin-left:auto;margin-right:auto}.communities-header h2,.stat span{font-size:2.5rem;margin-bottom:15px;color:#333;font-weight:700}.communities-header p{font-size:1rem;color:#555;line-height:1.6}.communities-container{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;max-width:1200px;margin:0 auto}.community-card{flex:1 1 100%;max-width:800px;min-width:280px;background-size:cover;background-position:center;border-radius:15px;overflow:hidden;position:relative;min-height:250px;display:flex;flex-direction:row;align-items:center;color:#fff;box-shadow:0 8px 20px rgba(0,0,0,.1);transition:transform .4s cubic-bezier(.25,.8,.25,1),box-shadow .4s cubic-bezier(.25,.8,.25,1);padding:30px;box-sizing:border-box}.community-card::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to top,rgba(0,0,0,.7)0,rgba(0,0,0,.3) 70%);z-index:1;border-radius:15px;transition:background .4s ease}.community-card:hover{transform:translateY(-8px) scale(1.01);box-shadow:0 12px 25px rgba(0,0,0,.15)}.community-card:hover::before{background:linear-gradient(to top,rgba(0,0,0,.9)0,rgba(0,0,0,.4) 70%)}.community-image{display:none}.community-content{position:relative;z-index:2;text-align:left;padding-bottom:10px}.community-content h3{font-size:1.6rem;margin-bottom:8px;font-weight:600;text-shadow:1px 1px 3px rgba(0,0,0,.4)}.community-content p{font-size:.95rem;line-height:1.5;margin-bottom:15px;color:rgba(255,255,255,.9)}.community-stats{display:flex;gap:15px;margin-bottom:15px}.stat{text-align:left}.stat span{display:block;font-size:1.4rem;color:#000;margin-bottom:2px}.stat p{font-size:.85rem;margin:0;color:#000;opacity:1;transform:none}.join-btn{background-color:red;color:#fff;padding:10px 20px;border-radius:20px;text-decoration:none;font-weight:600;font-size:.9rem;display:inline-block;transition:background-color .3s ease,transform .3s ease;border:0;cursor:pointer}.join-btn:hover{background-color:#e60000;transform:translateY(-2px)}@media (max-width:992px){.community-card{flex-basis:100%;max-width:700px;min-height:220px}.communities-header h2{font-size:2.2rem}}@media (max-width:768px){.community-card{flex-basis:100%;max-width:100%;min-height:200px;flex-direction:column;text-align:center}.communities-header h2{font-size:2rem}.communities-container{gap:20px}.community-content h3{font-size:1.5rem}.community-content p{font-size:.9rem}.join-btn{padding:9px 18px;font-size:.85rem}}@media (max-width:480px){.communities{padding:40px 5%}.communities-header h2{font-size:1.8rem}.community-card{min-height:180px;padding:20px;flex-direction:column;text-align:center}.community-content h3{font-size:1.4rem}.community-content p{font-size:.85rem}.community-stats{gap:10px}.stat span{font-size:1.3rem}.join-btn{padding:8px 16px;font-size:.8rem}}.hero-title .letter{display:inline-block;position:relative;transform-origin:center;will-change:transform,opacity}.hero-title br{display:block}img,video{content-visibility:auto;contain-intrinsic-size:400px}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.testimonials .cta-container{margin-top:2rem;padding-top:1rem}.testimonials .get-started{margin-top:1.5rem}.testimonial-footer{margin-top:2rem;padding-top:.5rem}.skill-item .tooltip{background-color:rgba(0,0,0,.85);font-size:14px;pointer-events:none}.skill-item .tooltip::after{margin-left:-5px;content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border-width:6px;border-style:solid;border-color:rgba(0,0,0,.9) transparent transparent}@media (max-width:768px){.skill-item .tooltip{width:160px;font-size:12px}.skill-item:first-child .tooltip,.skill-item:nth-child(4) .tooltip{left:0;transform:translateX(0)}.skill-item:first-child .tooltip::after,.skill-item:nth-child(4) .tooltip::after{left:20px}.skill-item:nth-child(3) .tooltip,.skill-item:nth-child(6) .tooltip{left:auto;right:0;transform:translateX(0)}.skill-item:nth-child(3) .tooltip::after,.skill-item:nth-child(6) .tooltip::after{left:auto;right:20px}}.floating-icons{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;transform-style:preserve-3d}.float-icon{position:absolute;width:80px;height:90px;opacity:1;filter:grayscale(30%);will-change:transform}.icon1{top:20%;left:15%;transform:translateZ(-50px);animation:float1 6s ease-in-out infinite}.icon2{top:10%;right:15%;transform:translateZ(-100px);animation:float2 8s ease-in-out infinite}.icon3{bottom:25%;left:25%;transform:translateZ(-150px);animation:float3 7s ease-in-out infinite}.icon4{bottom:35%;right:15%;transform:translateZ(-200px);animation:float4 9s ease-in-out infinite}@media (max-width:768px){.float-icon{width:30px;height:30px}.icon1{left:10%}.icon2{right:10%}.icon3{left:15%}.icon4{right:12%}}.quote-popup{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);z-index:10000;opacity:0;transition:opacity .3s ease;pointer-events:auto}.quote-popup.active{display:flex;opacity:1}.quote-popup-content{position:relative;width:90%;max-width:600px;margin:auto;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 5px 30px rgba(0,0,0,.3);transform:translateY(-20px);transition:transform .3s ease;z-index:10001}.close-quote-popup{position:absolute;top:1rem;right:1rem;background:0 0;border:0;font-size:1.5rem;cursor:pointer;padding:.5rem;line-height:1}.quote-form{position:relative;overflow:hidden}.form-step{display:none;animation:fadeIn .3s ease}.form-step.active{display:block}.service-options{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin:1.5rem 0}.service-option{position:relative;cursor:pointer}.service-option input{position:absolute;opacity:0}.option-content{display:flex;flex-direction:column;align-items:center;padding:1.5rem;border:2px solid #eee;border-radius:8px;transition:all .3s ease}.service-option input:checked+.option-content{border-color:red;background:#fff5f5}.form-group label,.service-icon{font-size:2rem;margin-bottom:.5rem}.form-group{margin-bottom:1.5rem}.form-group label{font-weight:500;display:block;font-size:1rem;margin-bottom:8px;color:#333}.form-group input,.form-group select,.form-group textarea{padding:.8rem;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:red;outline:0}.step-buttons{display:flex;justify-content:space-between;margin-top:2rem}.next-step,.prev-step,.submit-quote{padding:.8rem 1.5rem;border:0;border-radius:6px;cursor:pointer;font-weight:500;transition:all .3s ease}.next-step,.submit-quote{background:red;color:#fff}.prev-step{background:#eee;color:#333}.next-step:hover,.submit-quote:hover{background:#c00;transform:translateY(-2px)}.prev-step:hover{background:#ddd}.ai-suggestions{position:absolute;background:#fff;border:1px solid #eee;border-radius:6px;max-height:150px;overflow-y:auto;width:100%;display:none;box-shadow:0 4px 12px rgba(0,0,0,.1);z-index:1000}.ai-suggestions.active{display:block}.suggestion-item{padding:.8rem;cursor:pointer;transition:background .2s ease}.suggestion-item:hover{background:#f5f5f5}@media (max-width:768px){.service-options{grid-template-columns:1fr}.quote-popup-content{padding:1.5rem;width:95%}}.footer-cta{text-align:center;margin:2rem 0}.book-appointment{display:inline-flex;align-items:center;gap:10px;background-color:red;font-family:"Inter",sans-serif;font-size:14px;box-shadow:0 4px 15px rgba(255,0,0,.2);width:auto;min-width:180px;max-width:220px;justify-content:center}.book-appointment:hover{background-color:transparent;color:red;box-shadow:0 6px 20px rgba(255,0,0,.25)}@media (max-width:768px){.book-appointment{font-size:13px;padding:8px 16px;min-width:160px;max-width:200px}}.calendar-icon{font-size:1.2em;transition:transform .3s ease}.book-appointment:hover .calendar-icon{transform:scale(1.1)}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.fade-in.visible{opacity:1;transform:translateY(0)}.logo-link{display:flex;align-items:center}.logo-link,.logo-link:hover{text-decoration:none}.logo-link img{height:35px;width:auto;object-fit:contain;animation:logoFloat 3s ease-in-out infinite;transform-origin:center center}.logo-link:hover img{animation-play-state:running;animation-duration:4s}.store-page{padding-top:60px}.store-hero{text-align:center;padding:4rem 2rem;background:linear-gradient(to right,#f5f5f5,#fff);display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:40vh}.store-hero h1{font-size:3.5rem;margin-bottom:1rem;font-weight:600}.store-hero p{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}@media (max-width:768px){.store-hero{padding:3rem 1.5rem;min-height:30vh}.store-hero h1{font-size:2.5rem}.store-hero p{font-size:1rem}}@media (max-width:480px){.store-hero{padding:2rem 1rem}.store-hero h1{font-size:2rem}}.store-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;padding:1.5rem;max-width:1200px;margin:0 auto}.product-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);width:100%;max-width:250px;height:300px;margin:0 auto;display:flex;flex-direction:column}.product-image{position:relative;height:200px;background:#f8f8f8;flex-shrink:0}.product-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.product-info{padding:1rem;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.product-info h3{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.9rem;margin:0 0 .2rem}.price{font-size:1rem;margin:.3rem 0}.description{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0}@media (max-width:1200px){.store-grid{grid-template-columns:repeat(3,1fr);gap:1.2rem}}@media (max-width:900px){.store-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.product-card{max-width:280px}}@media (max-width:480px){.store-grid{grid-template-columns:repeat(1,1fr);padding:1rem}.product-card{max-width:300px;height:320px}.product-image{height:220px}}.download-btn{font-size:.85rem}.category-btn{font-size:.9rem}.product-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.product-card:hover .product-overlay{opacity:1}.add-to-cart,.whatsapp-checkout{background:red;color:#fff;border:0;padding:.6rem 1.2rem;border-radius:4px;cursor:pointer;transform:translateY(20px);transition:all .3s ease;font-size:.9rem}.product-card:hover .add-to-cart,.product-card:hover .whatsapp-checkout{transform:translateY(0)}.price{font-weight:600;color:red;margin-bottom:.2rem}.description{font-size:.75rem;color:#666}.shopping-cart{position:fixed;bottom:2rem;right:2rem;z-index:1000}.cart-toggle{background:red;color:#fff;border:0;padding:1rem;border-radius:50%;cursor:pointer;box-shadow:0 4px 15px rgba(0,0,0,.2);transition:transform .3s ease}.cart-toggle:hover{transform:scale(1.1)}.cart-count{position:absolute;top:-5px;right:-5px;background:#fff;color:red;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600}@media (max-width:1200px){.store-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}@media (max-width:768px){.store-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.5rem;padding:1.5rem}}@media (max-width:480px){.store-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;padding:1rem}}.store-categories{display:flex;justify-content:center;gap:1rem;margin:2rem 0;padding:0 1.5rem;flex-wrap:wrap}.category-btn{padding:.8rem 1.5rem;border:0;border-radius:25px;background:#f5f5f5;color:#333;font-weight:500;cursor:pointer;transition:all .3s ease}.category-btn.active{background:red;color:#fff;transform:translateY(-2px);box-shadow:0 4px 10px rgba(255,0,0,.2)}.category-btn:hover:not(.active){background:#e5e5e5;transform:translateY(-1px)}.product-card{transition:opacity .3s ease,transform .3s ease;opacity:1;transform:translateY(0)}@media (max-width:768px){.store-categories{gap:.5rem;margin:1.5rem 0}.category-btn{padding:.6rem 1rem;font-size:.9rem}}@media (max-width:480px){.store-categories{flex-direction:row;flex-wrap:wrap;justify-content:center}.category-btn{padding:.5rem .8rem;font-size:.8rem}}.product-card[data-category=apparel] .price{display:block}.product-card:not([data-category=apparel]) .price{display:none}.download-btn{background:red;color:#fff;text-decoration:none;padding:.8rem 1.5rem;border-radius:4px;display:flex;align-items:center;gap:.5rem;transform:translateY(20px);transition:all .3s ease}.download-btn:hover,.enroll-btn:hover{background:#c00;transform:translateY(0)}.download-icon{font-size:1.2rem}.product-card[data-category=apparel] .product-overlay{background:rgba(0,0,0,.7)}.product-card:not([data-category=apparel]) .product-overlay{background:rgba(0,0,0,.85)}.product-card:not([data-category=apparel]):hover .download-btn{transform:translateY(0)}.enroll-btn{background:red;color:#fff;border:0;padding:.8rem 1.5rem;border-radius:4px;cursor:pointer;transform:translateY(20px);transition:all .3s ease;font-weight:500;font-size:1rem}.product-card[data-category=merch]{background:linear-gradient(to bottom,#fff,#f8f8f8)}.product-card[data-category=merch] .product-info{border-top:1px solid #eee}.product-card[data-category=merch] .price{color:red;font-size:1.2rem;font-weight:600}.product-card[data-category=merch] .description{color:#444;font-size:.9rem;margin-top:.5rem}.product-card[data-category=merch] .product-overlay{background:rgba(0,0,0,.8)}.product-card[data-category=merch]:hover .enroll-btn{transform:translateY(0)}.subscription-section{padding:6rem 4rem;background-color:#fff;scroll-margin-top:80px}.subscription-header{text-align:center;margin-bottom:4rem}.subscription-header h2{font-size:2.4rem;font-weight:400;margin-bottom:1rem}.subscription-header p{font-size:1.1rem;color:#666}.subscription-cards{gap:2rem;padding:2rem}.subscription-card{flex:1;background:#f8f8f8;padding:2.5rem;display:flex;flex-direction:column;gap:1.5rem}.subscription-card:hover{transform:translateY(-10px)}.subscription-card h3{font-size:1.8rem;font-weight:600;margin-bottom:1rem;text-align:center}.subscription-features{flex-grow:1}.subscription-features p{margin-bottom:1.2rem;font-size:1rem;line-height:1.5;color:#333}.subscription-features span{color:#666;font-size:.9rem;font-style:italic}.subscription-footer{margin-top:auto}.subscription-btn{width:100%;padding:1rem;background:#000;border:0;font-size:.9rem;cursor:pointer}.subscription-btn:hover{background:red}@media (max-width:1024px){.subscription-cards{flex-direction:column;align-items:center;padding:1rem}.subscription-card{width:100%;max-width:500px}}@media (max-width:768px){.subscription-section{padding:4rem 2rem}.subscription-header h2{font-size:2rem}.subscription-card{padding:2rem}}@media (max-width:480px){.subscription-section{padding:3rem 1rem}.subscription-header h2{font-size:1.8rem}.subscription-card h3{font-size:1.5rem}}.peeping-character{position:fixed;bottom:-200px;left:20px;width:150px;height:auto;transition:bottom .5s ease-in-out;z-index:1000;pointer-events:none}.peeping-character.peek{bottom:0}.subscription-btn{text-decoration:none;display:inline-block;padding:12px 20px;background-color:red;color:#fff;border-radius:8px;font-weight:700;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 6px rgba(0,0,0,.1)}.subscription-btn:hover{transform:translateY(-5px);box-shadow:0 8px 12px rgba(0,0,0,.2)}.subscription-card::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,255,255,.4)0,rgba(255,255,255,0) 100%);z-index:1;pointer-events:none}.resume-right .description{max-width:100%;background-color:transparent;padding:1.5rem 0;border-radius:0;box-shadow:none;margin-bottom:1.5rem}@media (max-width:768px){.resume-right .description{font-size:1rem;padding:1rem}}.social-icon[href*=behance] svg,.social-icon[href*=tiktok] svg{width:18px;height:18px}.social-icon[href*=behance] img,.social-icon[href*=tiktok] img{width:18px;height:18px;object-fit:contain}.calendar-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1000}.modal-content{position:relative;background-color:#fff;margin:5%auto;padding:2rem;width:90%;max-width:600px;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.15)}.close-modal{position:absolute;right:1rem;top:1rem;font-size:1.5rem;cursor:pointer}.calendar-container{margin-top:1.5rem}.date-picker,.footer-right p{margin-bottom:1.5rem}.available-slots{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem;margin-top:1rem}.time-slot{padding:.8rem;text-align:center;background:#f5f5f5;border-radius:6px;cursor:pointer;transition:all .3s ease}.time-slot.selected,.time-slot:hover{background:red;color:#fff}.appointment-form{display:flex;flex-direction:column;gap:1rem}.appointment-form input,.appointment-form textarea{padding:.8rem;border:1px solid #ddd;border-radius:6px;font-size:.9rem}.confirm-btn{background:red;color:#fff;border:0;padding:1rem;border-radius:6px;cursor:pointer;font-weight:600;transition:all .3s ease}.confirm-btn:hover{background:#c00}@media (max-width:768px){.modal-content{margin:10%auto;padding:1.5rem}}.appointment-scheduling-button:hover,.footer-right .appointment-scheduling-button:hover{background-color:transparent;color:red;transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,0,0,.25)}@media (max-width:768px){.appointment-scheduling-button{font-size:13px;padding:8px 16px;min-width:160px;max-width:200px}}.calendar-button-container{margin:2rem 0}.appointment-scheduling-button{gap:10px;background-color:red;color:#fff;font-family:"Inter",sans-serif;font-weight:600;font-size:14px;padding:10px 20px;border:2px solid red;border-radius:4px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(255,0,0,.2);width:auto;min-width:180px;max-width:220px}@media (max-width:768px){.appointment-scheduling-button{font-size:13px;padding:8px 16px;min-width:160px;max-width:200px}}.footer-right .calendar-button-container{display:flex;justify-content:center;margin-top:1.5rem}.footer-right .appointment-scheduling-button{display:inline-flex;align-items:center;gap:10px;background-color:#039be5;color:#fff;font-family:"Inter",sans-serif;font-weight:600;font-size:14px;padding:10px 20px;border:2px solid #039be5;border-radius:4px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(3,155,229,.2);width:auto;min-width:180px;max-width:220px;justify-content:center}.footer-right .appointment-scheduling-button:hover{color:#039be5;box-shadow:0 6px 20px rgba(3,155,229,.25)}@media (max-width:768px){.footer-right .appointment-scheduling-button{font-size:13px;padding:8px 16px;min-width:160px;max-width:200px}}.footer-right{text-align:center;padding:2rem}.footer-right h3{margin-bottom:1rem}.calendar-button-container{display:flex;justify-content:center;align-items:center;margin:0 auto;width:100%}.appointment-scheduling-button{margin:0 auto;display:inline-flex!important;justify-content:center!important;align-items:center!important}.load-pdf-button span{font-weight:500;color:#333}.quote-overlay{left:0}.quote-container h1{font-size:2rem;margin-bottom:30px;color:#000}.mpesa-header h2{margin:0;color:#333;font-size:1.5rem}.product-image-container img{width:100%;height:100%;object-fit:cover}.product-details h3{margin-top:0;margin-bottom:8px;font-size:1.2rem}.form-group small{display:block;margin-top:5px;color:#666;font-size:.8rem}.payment-steps p{margin:8px 0;color:#666;font-size:.9rem}.custom-cursor{position:fixed;width:20px;height:20px;border-radius:50%;background-color:rgba(255,0,0,.2);pointer-events:none;transform:translate(-50%,-50%);z-index:9999;opacity:0;transition:transform .1s,opacity .3s,width .3s,height .3s}.subscription-card:hover~.custom-cursor{width:40px;height:40px;opacity:1;background-color:rgba(255,0,0,.15)}@media (max-width:768px){.quote-container{width:95%;padding:20px}.subscription-cards{gap:20px}.subscription-card{max-width:100%}}.mpesa-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);z-index:1000;justify-content:center;align-items:center;backdrop-filter:blur(5px)}.mpesa-container{width:90%;max-width:500px;padding:30px;background:#fff;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.2);position:relative}.close-mpesa{position:absolute;top:15px;right:15px;background:0 0;border:0;font-size:24px;cursor:pointer;color:#333;z-index:2}.mpesa-header{display:flex;align-items:center;margin-bottom:25px;padding-bottom:15px;border-bottom:1px solid #eee}.mpesa-logo{height:40px;margin-right:15px}.product-summary{display:flex;margin-bottom:25px;padding-bottom:15px;border-bottom:1px solid #eee}.product-image-container{width:100px;height:100px;overflow:hidden;border-radius:8px;margin-right:15px}.product-details{flex:1}.product-price{font-weight:600;color:#333;margin-bottom:10px}.quantity-selector{display:flex;align-items:center;max-width:120px}.phone-input-container,.quantity-btn{display:flex;align-items:center;border:1px solid #ddd}.quantity-btn{width:30px;height:30px;background:#f5f5f5;border-radius:4px;justify-content:center;cursor:pointer;font-size:16px;user-select:none}#productQuantity{width:40px;height:30px;text-align:center;border:1px solid #ddd;margin:0 5px;font-size:14px}.phone-input-container{border-radius:8px;overflow:hidden}.country-code{background:#f5f5f5;padding:12px;border-right:1px solid #ddd;color:#333;font-weight:600}#phoneNumber{flex:1;border:0;padding:12px;outline:0}.total-section{margin:20px 0;padding:15px;background:#f9f9f9;border-radius:8px}.shipping,.subtotal,.total{display:flex;justify-content:space-between;margin-bottom:8px}.total{margin-top:10px;padding-top:10px;border-top:1px solid #ddd;font-weight:700;font-size:1.1rem}.mpesa-pay-btn{width:100%;padding:14px;background:#4caf50;color:#fff;border:0;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background .3s}.mpesa-pay-btn:hover{background:#3e8e41}.pay-text{margin-right:10px}.payment-steps{margin-top:20px;padding-top:15px;border-top:1px solid #eee}.store-product .add-to-cart{background:red;color:#fff;border:0;padding:10px 15px;border-radius:5px;cursor:pointer;font-weight:600;transition:background .3s}.store-product .add-to-cart:hover{background:#c00}.email-btn{display:inline-flex;align-items:center;background:#fff;color:#333;padding:8px 16px;border-radius:6px;text-decoration:none;margin-top:10px;font-weight:500;transition:all .3s ease;border:1px solid rgba(0,0,0,.1);box-shadow:0 2px 4px rgba(0,0,0,.05)}.email-btn:hover{background:#f5f5f5;transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.load-pdf-button,.pdf-placeholder{display:flex;align-items:center;justify-content:center;border-radius:8px}.pdf-placeholder{width:100%;height:600px;background-color:#f5f5f5;border:1px solid #ddd}.load-pdf-button{flex-direction:column;background-color:#fff;border:0;padding:20px;cursor:pointer;box-shadow:0 4px 8px rgba(0,0,0,.1);transition:transform .2s,box-shadow .2s}.load-pdf-button:hover{transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,.15)}.pdf-icon{width:64px;height:64px;margin-bottom:10px}.quote-overlay{display:none;position:fixed;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);z-index:1000;justify-content:center;align-items:center}.quote-container{width:90%;max-width:600px;padding:40px;background:#fff;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);position:relative}.close-quote{position:absolute;top:20px;right:20px;background:0 0;border:0;font-size:24px;cursor:pointer;padding:5px;color:#333}.form-group{margin-bottom:20px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px;font-size:1rem}.form-group textarea{min-height:120px;resize:vertical}.submit-btn{background:red;color:#fff;padding:12px 30px;border:0;border-radius:8px;font-size:1rem;cursor:pointer;transition:background-color .3s}.submit-btn:hover,.subscribe-form button:hover{background:#c00}@media (max-width:768px){.quote-container{width:95%;padding:20px}}.subscription-card{text-align:center;position:relative;background:#fff;padding:20px;border-radius:12px;overflow:hidden;max-width:280px;margin:0 auto;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;transform-style:preserve-3d;transform:translateZ(0);will-change:transform,box-shadow}.subscription-card>*{position:relative;z-index:2}.subscription-card:hover{transform:translateY(-10px) translateZ(0);box-shadow:0 20px 40px rgba(0,0,0,.2)}.subscription-cards{display:flex;justify-content:center;gap:30px;flex-wrap:wrap;margin:40px auto;max-width:1000px;perspective:1000px}img:not([src]){opacity:0;transition:opacity .3s}img[src]{opacity:1;transition:opacity .3s}.background-text,.logo-track,.testimonial-slider{will-change:transform;transform:translateZ(0)}.community-image,.portfolio-card{position:relative;height:0;padding-bottom:75%;overflow:hidden}.project-card-image{padding-bottom:75%}.community-image img,.portfolio-card img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.project-card-image img{position:absolute;top:0;left:0}.hero-title{position:relative;transition:opacity .3s ease;cursor:pointer;display:inline-block;z-index:5}.particle-canvas{z-index:10;pointer-events:none;position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important}.hero-content{position:relative;z-index:5}@media (max-width:768px){.resume-card{min-height:auto;height:auto;padding:20px;margin-bottom:20px}.resume-card h3{font-size:1rem;margin-bottom:10px}.resume-card p{font-size:.9rem;line-height:1.4}.resume-card .date{position:static;margin-bottom:10px;display:inline-block;font-size:.8rem}.resume-card .company{margin-bottom:5px}.resume-section{padding:30px 15px}.resume-grid{grid-template-columns:1fr;gap:15px}.resume-tabs{flex-direction:row;flex-wrap:wrap;justify-content:center;margin-bottom:20px}.resume-tab{margin:5px;padding:8px 12px;font-size:.9rem}}.resume-card-content{flex:1}.resume-card p{overflow-wrap:break-word;word-wrap:break-word;hyphens:auto}.resume-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1200px;margin:0 auto}.resume-card,.resume-card-content{display:flex;flex-direction:column;height:auto}.resume-card{background:#fff;border-radius:12px;padding:25px;box-shadow:0 4px 6px rgba(0,0,0,.1);position:relative;margin-bottom:20px}.resume-card-content{gap:10px;width:100%}.resume-card .description{margin-top:10px;overflow:visible;height:auto;display:block;position:relative;width:100%;margin-bottom:15px}@media (max-width:768px){.resume-section{padding:20px 15px;margin-bottom:30px}.resume-card{padding:15px;margin-bottom:20px;height:auto;width:100%}.resume-right{height:auto;margin-bottom:30px}.resume-card .description{font-size:.9rem;line-height:1.5;padding-bottom:15px}.resume-grid{grid-template-columns:1fr;gap:20px;margin-bottom:30px}#portfolio-section{margin-top:40px;position:relative;z-index:1}}.resume-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.resume-left,.resume-right{display:flex;flex-direction:column}.resume-left{gap:20px}.resume-right{z-index:1}.resume-right .description{text-overflow:unset;width:100%}@media (max-width:768px){.resume-content{grid-template-columns:1fr;gap:20px}.resume-right,.resume-section{margin-bottom:40px}.resume-right .description{font-size:.9rem;line-height:1.5;margin-bottom:20px}#portfolio-section{margin-top:40px;position:relative;z-index:1}}.skills-grid{grid-template-columns:repeat(3,1fr);padding:10px}.skill-item{cursor:pointer}.skill-item img{transition:transform .3s ease}.skill-item .tooltip{position:center;background:rgba(0,0,0,.8);max-width:200px}.skill-item:hover img{transform:scale(1.1)}.skill-item:hover .tooltip{opacity:1;visibility:visible;bottom:130%}@media (max-width:768px){.skills-grid{grid-template-columns:repeat(3,1fr);gap:10px}.skill-item img{width:25px;height:25px}.skill-item span{font-size:.7rem}}.profile-section{display:flex;align-items:center;gap:20px;margin-bottom:20px}.profile-image{width:100px;height:100px;border-radius:50%;overflow:hidden}.profile-image img{width:100%;height:100%;object-fit:cover}.skills-section{margin:15px 0;padding:15px;background:#f8f9fa;border-radius:8px}.resume-right h3,.skills-section h3{font-size:1.2rem;margin-bottom:15px;color:#333}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(70px,1fr));gap:10px;justify-content:center;align-items:start}.skill-item img{width:32px;height:32px;margin-bottom:8px}.skill-item span{font-size:.85rem;text-align:center;color:#444}.resume-right{margin-top:20px}@media (min-width:1024px){.resume-content{flex-direction:row}.resume-left{flex:1;max-width:300px}.resume-right{flex:2;margin-top:0;margin-left:30px}}@media (max-width:768px){.resume-section{padding:15px;margin:10px;height:auto;min-height:auto;overflow:visible}.resume-content{flex-direction:column;gap:20px;height:auto;overflow:visible}.resume-left{width:100%;max-width:none;height:auto}.resume-right,.resume-right .description{margin:0;height:auto;min-height:auto;overflow:visible}.resume-right{width:100%;padding:15px;background:#f8f9fa;border-radius:8px}.resume-right .description{font-size:.9rem;line-height:1.6;padding:0 0 15px;max-height:none;white-space:normal;word-wrap:break-word}.skills-section{margin:10px 0;padding:10px;height:auto}#portfolio-section{margin-top:20px;padding-top:20px}}@media (max-width:480px){.resume-section{padding:10px;margin:5px}.resume-right{padding:12px}.resume-right .description{font-size:.85rem;line-height:1.5}}.skill-item,.social-icons a{display:flex;align-items:center}.skill-item{position:relative;flex-direction:column;padding:10px;background:#fff;border-radius:8px;transition:transform .2s ease}.skill-item .tooltip{position:absolute;bottom:120%;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.9);color:#fff;padding:10px;border-radius:6px;font-size:.75rem;line-height:1.4;opacity:0;visibility:hidden;transition:all .3s ease;z-index:100;width:200px;text-align:center;white-space:normal;box-shadow:0 2px 8px rgba(0,0,0,.2)}@media (max-width:768px){.skill-item .tooltip{width:160px;font-size:.7rem;padding:8px;bottom:110%}@media (max-width:360px){.skill-item .tooltip{display:none}}}.resume-section{padding:30px 60px;background:#fff;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);margin:20px;overflow:visible;height:auto}.resume-content{display:flex;flex-direction:column;max-width:1200px;margin:0 auto;gap:50px}.resume-right,.resume-right .description{height:auto!important;max-height:none!important;overflow:visible!important}.resume-right{padding:20px;background:#f8f9fa;border-radius:8px;width:100%;min-height:auto!important;position:relative}.resume-right .description{font-size:.95rem;color:#444;line-height:1.6;padding:0;margin:0;min-height:0!important;white-space:normal;word-wrap:break-word;position:static;display:block}@media (max-width:768px){.resume-section{padding:15px;margin:10px}.resume-content{gap:20px}.resume-right,.resume-right .description{margin:0;height:auto!important;min-height:0!important;max-height:none!important}.resume-right{padding:15px;display:block;position:static}.resume-right .description{font-size:.9rem;padding:0;overflow:visible!important}}@media (max-width:480px){.resume-section{padding:10px;margin:5px}.resume-right{padding:12px}.resume-right .description{font-size:.85rem}}.project-card-image{overflow:hidden}.project-card-image img{transition:transform .3s ease;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.project-card-content{background:linear-gradient(transparent,rgba(0,0,0,.7))}.project-card-content h3{font-size:1.1rem;margin-bottom:4px}.project-card-content p{font-size:.9rem;margin:0;opacity:.9}@media (max-width:768px){.project-card{height:150px}.project-card-content{padding:8px}.project-card-content h3{font-size:.9rem}.project-card-content p{font-size:.8rem}}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.project-card{position:relative;width:100%;height:160px;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.1);margin-bottom:10px;background:#fff;cursor:pointer}.project-card-image{width:100%;height:100%;position:relative}.project-card-content{position:absolute;bottom:0;left:0;right:0;padding:8px;background:linear-gradient(transparent,rgba(0,0,0,.8));color:#fff}@media (max-width:768px){.project-card{height:140px}}.connect-section{display:flex;flex-direction:column;gap:20px}.connect-section h2,.newsletter-section h2{font-size:2rem;font-weight:700;color:#000}.social-icons{display:flex;gap:15px;margin-top:10px}.social-icons a{width:40px;height:40px;justify-content:center;border-radius:50%;transition:transform .3s ease}.social-icons img{width:30px;height:30px;object-fit:contain}.contact-info{margin-top:20px;font-size:1rem;color:#666}.newsletter-section{display:flex;flex-direction:column;gap:20px}.newsletter-section p{color:#666;font-size:1rem}.subscribe-form{display:flex;gap:10px;margin-top:10px}.subscribe-form input{flex:1;padding:12px 15px;border:1px solid #ddd;border-radius:6px;font-size:.9rem}.subscribe-form button{padding:12px 25px;background:red;color:#fff;border:0;border-radius:6px;font-weight:600;cursor:pointer;transition:background .3s ease}.copyright{color:#666;font-size:.9rem;margin-top:40px}@media (max-width:768px){.footer-section{grid-template-columns:1fr;padding:40px 20px;gap:30px}.connect-section h2,.newsletter-section h2{font-size:1.5rem}.subscribe-form{flex-direction:column}.subscribe-form button{width:100%}}.book-appointment-container{width:100%;text-align:center;margin:0 auto}.book-appointment{display:inline-block;margin:0 auto}@media (max-width:768px){.book-appointment-container{padding:15px 0}.book-appointment{padding:10px 25px;font-size:.9rem}}.footer-section{padding:60px 20px;background:#fff;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto auto auto;gap:40px;max-width:1200px;margin:0 auto}.book-appointment-container{grid-column:1/-1;grid-row:2;display:flex;justify-content:center;align-items:center;padding:30px 0}.book-appointment{padding:12px 30px;background:#09f;color:#fff;border:0;border-radius:6px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;text-decoration:none}.book-appointment:hover{background:#07c;transform:translateY(-2px)}.copyright{grid-column:1/-1;grid-row:3;text-align:center;padding-top:20px}@media (max-width:768px){.footer-section{grid-template-columns:1fr;padding:40px 20px;gap:30px}.book-appointment-container{padding:20px 0}.book-appointment{padding:10px 25px;font-size:.9rem}}.clients-logos{margin:40px 0}.client-logo,.client-logos img,.clients-logos img,.partner-logos img{height:50px;width:auto;max-width:120px;object-fit:contain;filter:brightness(0);opacity:.8;transition:all .3s ease}.client-logo:hover,.client-logos img:hover,.clients-logos img:hover,.partner-logos img:hover{opacity:1;transform:scale(1.05)}@media (max-width:768px){.clients-logos{gap:20px}.client-logo{height:40px;max-width:100px}}.client-logos,.clients-logos,.partner-logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:40px;padding:30px}.client-logos img,.clients-logos img,.partner-logos img{height:45px;max-width:130px;opacity:.7}@media (max-width:768px){.client-logos,.clients-logos,.partner-logos{gap:25px;padding:20px 15px}.client-logos img,.clients-logos img,.partner-logos img{height:40px;max-width:120px}}@media (max-width:480px){.client-logos img,.clients-logos img,.partner-logos img{height:35px;max-width:110px}}.social-icons-fixed{position:fixed;bottom:100px;right:20px;display:flex;flex-direction:column;gap:10px;z-index:1000}.social-icons-fixed a{display:block;width:27px;height:27px}.social-icons-fixed a img{width:100%;height:auto}.footer .social-icon{width:40px;height:40px}