.navbar-custom{z-index:1000;background:0 0;width:100%;padding:1rem 2rem;transition:all .35s;position:fixed;top:0;left:0}.container-custom{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links>ul{gap:2rem;margin:0;padding:0;list-style:none;display:flex}.nav-links a{color:#000;font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover{color:#7b5cf7}.navbar-btn .btn-gradient{color:#fff;background:linear-gradient(20deg,#be60ff,#6131e8);border-radius:50px;padding:.6rem 1.5rem;font-size:18px;font-weight:600;text-decoration:none;transition:opacity .3s}.navbar-btn .btn-gradient:hover{opacity:.85;color:#fff}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:25px;height:20px;padding:0;display:none}.hamburger span{background:#000;border-radius:2px;width:100%;height:3px;transition:all .3s;display:block}.hamburger.active span:first-child{transform:rotate(45deg)translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (max-width:992px){.hamburger{display:flex}.nav-links{background:#fff;flex-direction:column;max-height:0;transition:max-height .3s;position:absolute;top:100%;left:0;right:0;overflow:hidden}.nav-links.open{max-height:500px;box-shadow:0 2px 5px #0000001a}.nav-links ul{flex-direction:column;gap:1rem;padding:1rem 0}.navbar-btn{text-align:center;margin-bottom:1rem}}.navbar-custom{transition:all .3s}.navbar-custom.scrolled{background:#fff;box-shadow:0 6px 20px #00000014}.nav-icon{margin-left:6px;font-size:10px}.dropdown{position:relative}.dropdown-menu{opacity:0;visibility:hidden;background:#fff;border-radius:0;flex-direction:column;gap:0;min-width:200px;padding:10px 0;list-style:none;transition:all .3s;display:flex;position:absolute;top:120%;left:0;transform:translateY(10px)}.dropdown-menu li{padding:6px 18px}.dropdown-menu li a{color:#333;font-size:14px;text-decoration:none}.dropdown-menu li:hover{background:#f3e8ff}.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.nav-links>ul{gap:2rem;display:flex}html{scroll-behavior:smooth}section{scroll-margin-top:90px}.nav-links ul li a:hover,.nav-links ul li a.active-link{-webkit-text-fill-color:transparent;color:#0000;background:linear-gradient(90deg,#6131e8 0%,#7b5cf7 25%,#a855f7 45%,#be60ff 65%,#c084fc 80%,#ec4899 100%);-webkit-background-clip:text;background-clip:text}.nav-icon{color:#000;margin-left:6px;font-size:12px;transition:all .3s}.nav-links li a:hover .nav-icon,.active-link .nav-icon{color:#7b5cf7}.mobile-services{display:none}@media (max-width:992px){.desktop-services{display:none}.mobile-services{padding:0;display:block}.mobile-service-toggle{cursor:pointer;color:#000;background:0 0;border:none;align-items:center;gap:6px;width:100%;padding:0;font-size:16px;font-weight:500;display:flex}.mobile-submenu{max-height:0;margin:0;padding:0;list-style:none;transition:max-height .3s;display:block;overflow:hidden}.mobile-submenu.open{max-height:300px}.mobile-submenu li{padding:6px 0 6px 18px}.mobile-submenu li a{color:#000;font-size:14px;text-decoration:none}.navbar-logo{width:90px;height:auto}}.nav-links a,.nav-links button.nav-link{color:#000;cursor:pointer;font-weight:500;font:inherit;background:0 0;border:none;align-items:center;gap:4px;padding:0;text-decoration:none;transition:color .3s;display:inline-flex}.nav-links a:hover,.nav-links a.active-link,.nav-links button.nav-link:hover,.nav-links button.nav-link.active-link{background:linear-gradient(90deg,#6131e8 0%,#7b5cf7 25%,#a855f7 45%,#be60ff 65%,#c084fc 80%,#ec4899 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text}.nav-links button.nav-link .nav-icon{color:#000;margin-left:6px;font-size:12px;transition:all .3s}.nav-links button.nav-link:hover .nav-icon,.nav-links button.nav-link.active-link .nav-icon{color:#7b5cf7}.nav-links a,.nav-links button.nav-link{font-weight:600}.nav-links button.nav-link{cursor:pointer;background:0 0;border:none;outline:none}.nav-links button.nav-link,.navbar-btn .btn-gradient{box-shadow:none;cursor:pointer;border:none;outline:none}
.carousel-section{background:#f3e8ff;justify-content:center;width:100%;min-height:650px;padding:4rem 2rem;display:flex;position:relative;overflow:visible}.carousel-left-bg{z-index:0;background-image:url(/images/carouselimg1.png);background-position:50%;background-repeat:no-repeat;background-size:cover;width:500px;position:absolute;top:0;bottom:0;left:0}.carousel-right-bg{z-index:0;background-image:url(/images/carouselimg2.png);background-position:50%;background-repeat:no-repeat;background-size:cover;width:500px;position:absolute;top:0;bottom:0;right:0}.carousel-container{z-index:1;justify-content:space-between;align-items:center;gap:2rem;width:100%;max-width:1200px;display:flex;position:relative}@media (max-width:992px){.carousel-right-bg{display:none}}.carousel-text h1{color:#111;margin:0 0 1rem;font-size:3rem;font-weight:800;line-height:1.2}.carousel-text p{color:#555;margin-bottom:2rem;font-size:1.1rem}.carousel-buttons{gap:1rem;display:flex}.carousel-buttons .btn{border-radius:50px;padding:.8rem 2rem;font-weight:600;text-decoration:none;transition:opacity .3s}.carousel-image-wrapper{z-index:0;position:absolute;top:55%;right:0;transform:translateY(-50%)}.carousel-image img{object-fit:contain;width:600px;height:auto}@media (max-width:992px){.carousel-container{text-align:center;flex-direction:column-reverse;gap:2rem;position:relative}.carousel-left-bg{display:none}.carousel-text h1{font-size:2.5rem}.carousel-buttons{justify-content:center}.carousel-image-wrapper{position:relative;right:0;transform:none}}.carousel-text{z-index:2;max-width:600px;margin-top:100px;position:relative}.carousel-shape2{z-index:-1;background-image:url(/images/carousel-shape2.png);background-position:50%;background-repeat:no-repeat;background-size:contain;width:150px;height:150px;position:absolute;bottom:-100px;left:550px}.carousel-shape1{z-index:0;background-image:url(/images/carousel-shape1.png);background-position:50%;background-repeat:no-repeat;background-size:contain;width:150px;height:150px;position:absolute;top:30%;right:150px;transform:translateY(-50%)}.carousel-buttons .btn{border-radius:50px;align-items:center;padding:.8rem 2rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.carousel-buttons .btn-primary{color:#fff;background:linear-gradient(20deg,#be60ff,#6131e8)}.carousel-buttons .btn-primary:hover{opacity:.85}.carousel-buttons .btn-secondary{color:#7b5cf7;background:#fff;border:2px solid #7b5cf7}.carousel-buttons .btn-secondary:hover{opacity:.85}.carousel-buttons .btn svg{font-size:1.2rem}@media (max-width:992px){.carousel-shape1,.carousel-shape2,.carousel-left-bg,.carousel-right-bg{display:none}.carousel-container{text-align:center;flex-direction:column;align-items:center;gap:2rem}.carousel-image-wrapper{width:90%;max-width:350px;margin:0 auto;position:relative;transform:none}.carousel-image img{width:100%;height:auto}.carousel-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:400px;padding:1rem}.carousel-text{max-width:90%;margin:0 auto}.carousel-image-wrapper{display:none}.carousel-section{justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.carousel-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;width:100%;max-width:90%}.carousel-text{margin:0}.carousel-text h1{font-size:2.4rem;line-height:1.3}.carousel-text p{margin-bottom:1.5rem;font-size:1.1rem}.carousel-left-bg,.carousel-right-bg,.carousel-image-wrapper,.carousel-shape1,.carousel-shape2{display:none}.carousel-buttons{flex-wrap:wrap;justify-content:center;gap:1rem}}
.number-section{justify-content:center;width:100%;margin-top:60px;display:flex}.number-container{background:linear-gradient(20deg,#be60ff,#6131e8);justify-content:space-between;align-items:center;width:1200px;padding:40px 30px;display:flex}.number-container:hover{cursor:pointer}.number-item{text-align:center;flex:1}.number-item h2{color:#fff;margin-bottom:8px;font-size:2.4rem;font-weight:700}.number-item p{color:#fff;opacity:.9;font-size:1rem}@media (max-width:992px){.number-container{flex-direction:column;gap:15px;width:90%;padding:30px 20px}.number-item{margin:0}.number-item h2{font-size:2rem}.number-item p{font-size:.95rem}}
.services-section{background-color:#fff;width:100%;padding:100px 20px;position:relative;overflow:hidden}.services-container{z-index:2;max-width:1200px;margin:auto;position:relative}.services-heading{text-align:center;margin-bottom:60px;font-size:40px;font-weight:700}.services-grid{grid-template-columns:repeat(4,1fr);gap:25px;display:grid}.service-card{background:#fff;border:2px solid;border-image:linear-gradient(90deg,#6131e8,#7b5cf7,#a855f7,#be60ff,#c084fc,#ec4899) 1;padding:25px;transition:transform .3s}.service-card:hover{cursor:pointer}.service-card-top{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.enquire-btn{color:#fff;cursor:pointer;background:#be60ff;border:1px solid #0000;border-radius:50%;align-items:center;gap:6px;padding:12px;display:flex}.enquire-btn:hover{background:#000}.gradient-text{-webkit-text-fill-color:transparent;color:#0000;background:linear-gradient(90deg,#6131e8 0%,#7b5cf7 25%,#a855f7 45%,#be60ff 65%,#c084fc 80%,#ec4899 100%);-webkit-background-clip:text;background-clip:text;margin-bottom:5px}.servicemain-title{margin-bottom:15px;font-size:20px;font-weight:700;line-height:1.4}.servicemain-desc{color:#555;font-size:15px;line-height:1.7}@media (max-width:992px){.services-heading{margin-bottom:40px;font-size:28px}.services-heading .gradient-text{font-size:28px}.services-grid{grid-template-columns:1fr;gap:20px}.service-card{padding:20px}}.enquire-btn svg{font-size:1.4rem}
.about-section{background:radial-gradient(circle,#be60ff26 0%,#ff69b41f 35%,#ffd6661a 55%,#fffffff2 80%),linear-gradient(90deg,#fff 0%,#fff9 50%,#fff 100%);width:100%;padding:100px 20px}.about-container{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1200px;margin:auto;display:grid}.about-text h2{margin:10px 0 20px;font-size:40px;font-weight:700;line-height:1.2}.about-text p{color:#555;margin-bottom:30px;font-size:16px;line-height:1.7}.about-buttons{align-items:center;gap:15px;margin-top:20px;display:flex}.btn-primary{color:#fff;background:linear-gradient(90deg,#6131e8,#be60ff);padding:12px 24px;font-weight:600;text-decoration:none}.btn-outline{color:#6131e8;border:2px solid #6131e8;padding:10px 22px;font-weight:600;text-decoration:none}.about-image img{width:100%;height:auto}@media (max-width:992px){.about-container{text-align:center;grid-template-columns:1fr}.about-buttons{justify-content:center}}.about-image{position:relative}.google-badge{background:#fff;padding:10px 14px;position:absolute;bottom:-20px;left:-20px;box-shadow:0 10px 25px #00000026}.google-badge img{width:120px;height:auto}.gradient-text-about{-webkit-text-fill-color:transparent;color:#0000;background:linear-gradient(90deg,#6131e8 0%,#7b5cf7 25%,#a855f7 45%,#be60ff 65%,#c084fc 80%,#ec4899 100%);text-transform:uppercase;word-spacing:1.6px;-webkit-background-clip:text;background-clip:text;font-size:15px;font-weight:600}@media (max-width:992px){.about-container{text-align:center;grid-template-columns:1fr;gap:40px}.about-text h2{margin-bottom:20px;font-size:28px;line-height:1.3}.about-text p{margin-bottom:20px;font-size:15px;line-height:1.6}.gradient-text-about{font-size:13px}.about-buttons{justify-content:center;gap:12px;margin-top:15px}.btn-primary{padding:10px 20px;font-size:14px}.btn-outline{padding:8px 18px;font-size:14px}.about-image img{width:90%;max-width:400px;height:auto}.google-badge{padding:8px 12px}.google-badge img{width:100px}}.btn-primary,.btn-outline{justify-content:center;align-items:center;gap:.2rem;text-decoration:none;display:inline-flex}
.tech-section{background:#fff;width:100%;padding:100px 20px;position:relative;overflow:hidden}.tech-left-bg{pointer-events:none;opacity:.5;z-index:0;background-image:url(/images/big_bg.png);background-position:0;background-repeat:no-repeat;background-size:contain;width:900px;height:900px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.tech-circle{opacity:.35;pointer-events:none;z-index:0;background-image:url(/images/circle.png);background-repeat:no-repeat;background-size:contain;width:120px;height:120px;position:absolute}.tech-circle1{top:120px;right:120px}.tech-circle2{bottom:10px;left:80%}.tech-container{text-align:center;z-index:2;max-width:1200px;margin:auto;position:relative}.tech-heading{text-align:center;margin-bottom:60px;font-size:40px;font-weight:700}.gradient-text{-webkit-text-fill-color:transparent;color:#0000;background:linear-gradient(90deg,#6131e8 0%,#7b5cf7 25%,#a855f7 45%,#be60ff 65%,#c084fc 80%,#ec4899 100%);-webkit-background-clip:text;background-clip:text;margin-bottom:5px}.tech-box{grid-template-columns:repeat(5,1fr);gap:25px;display:grid}.tech-card{background:#fff;flex-direction:column;justify-content:flex-start;align-items:center;padding:25px 10px;transition:all .3s;display:flex;box-shadow:0 8px 30px #0000000f}.tech-card img{object-fit:contain;width:60px;height:60px;margin-bottom:12px;transition:transform .8s cubic-bezier(.4,0,.2,1)}.tech-card:hover img{transform:scale(1.1)}.tech-card:before{content:""}.tech-card p{margin-top:auto;font-size:15px;font-weight:500}.tech-card:hover{cursor:pointer}@media (max-width:992px){.tech-box{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.tech-box{grid-template-columns:repeat(2,1fr)}}.tech-marquee{width:100%;margin-top:80px;overflow:hidden}.tech-marquee-track{width:max-content;animation:60s linear infinite marqueeMove;display:flex}.tech-marquee-track span{color:#0000001f;white-space:nowrap;margin-right:80px;font-size:80px;font-weight:700}@keyframes marqueeMove{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:992px){.tech-heading{margin-bottom:40px;font-size:28px}.tech-box{grid-template-columns:repeat(3,1fr);gap:20px}.tech-card p{font-size:14px}.tech-marquee-track span{margin-right:50px;font-size:60px}.tech-left-bg{opacity:.35;width:600px;height:600px}.tech-circle{width:80px;height:80px}.tech-circle1{top:80px;right:80px}.tech-circle2{bottom:5px;left:70%}}@media (max-width:600px){.tech-box{grid-template-columns:repeat(2,1fr);gap:15px}.tech-card p{font-size:13px}.tech-marquee-track span{margin-right:30px;font-size:40px}.tech-left-bg{opacity:.25;width:400px;height:400px}.tech-circle{width:60px;height:60px}.tech-circle1{top:50px;right:50px}.tech-circle2{bottom:0;left:60%}.tech-section{padding:10px 15px}.tech-marquee{margin-top:30px}}
.work-section{background:radial-gradient(circle,#be60ff26 0%,#ff69b41f 35%,#ffd6661a 55%,#fffffff2 80%),linear-gradient(90deg,#fff 0%,#fff9 50%,#fff 100%);width:100%;padding:100px 20px}.work-container{text-align:center;max-width:1200px;margin:auto}.work-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.work-card{background:#fff;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 8px 30px #0000000f}.card-image{height:200px;overflow-y:auto}.card-image img{width:100%;height:200px}.card-content{text-align:left;padding:20px}.card-content h3{margin-bottom:8px;font-size:18px;font-weight:700}.card-content p{color:#555;margin-bottom:15px;font-size:14px;line-height:1.7}.tech-badges{flex-wrap:wrap;gap:8px;display:flex}.tech-badges span{color:#6131e8;background:#f3e8ff;border-radius:4px;padding:4px 10px;font-size:12px}.card-footer{background:linear-gradient(20deg,#be60ff,#6131e8);margin-top:auto;padding:6px 14px}.card-footer a{color:#fff;font-weight:600;text-decoration:none}.load-more-wrap{margin-top:40px}.load-btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#6131e8,#be60ff);border:none;border-radius:30px;padding:12px 30px;font-weight:600}@media (max-width:992px){.work-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.work-grid{grid-template-columns:1fr}}.card-footer{background:linear-gradient(20deg,#be60ff,#6131e8);justify-content:center;margin-top:auto;padding:8px 14px;display:flex}.card-footer a{color:#fff;align-items:center;gap:6px;font-weight:600;text-decoration:none;display:inline-flex}
.why-section{background:#f3e8ff;width:100%;padding:0 20px}.why-container{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1200px;margin:auto;display:grid}.why-image img{width:550px;height:600px}.why-grid{grid-template-columns:1fr 1fr;gap:30px;display:grid}.why-item{gap:15px;display:flex}.why-icon{color:#be60ff;margin-top:5px;font-size:30px}.why-item h4{margin-bottom:5px;font-size:20px;font-weight:600}.why-item p{color:#555;font-size:16px;line-height:1.7}@media (max-width:900px){.why-container,.why-grid{grid-template-columns:1fr}.why-section{padding:40px 20px 0}.why-container{grid-template-columns:1fr;grid-template-areas:"content""image";gap:40px;display:grid}.why-content{grid-area:content}.why-image{grid-area:image;justify-content:center;display:flex}.why-grid{grid-template-columns:1fr}.why-image img{width:100%;max-width:400px;height:500px}}
.contact-section{background:#fff;width:100%;padding:100px 20px}.contact-container{max-width:1200px;margin:auto}.contact-main-title{text-align:center;margin-bottom:10px;font-size:40px;font-weight:700}.contact-subtitle{text-align:center;color:#555;max-width:650px;margin:auto auto 60px;line-height:1.7}.contact-grid{grid-template-columns:1fr 1fr;gap:60px;display:grid}.contact-left h3{margin-bottom:10px;font-size:24px;font-weight:700}.contact-left p{color:#555;margin-bottom:30px}.contact-info{flex-direction:column;gap:20px;display:flex}.contact-box{align-items:flex-start;gap:15px;display:flex}.contact-icon{color:#a855f7;margin-top:5px;font-size:22px}.contact-box h4{margin-bottom:3px;font-size:18px}.contact-box span{color:#555;font-size:14px}.follow-us{margin-top:30px}.follow-heading{font-size:20px;font-weight:700}.social-icons{gap:15px;margin-top:10px;display:flex}.social-icons a{color:#fff;background:#a855f7;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:16px;transition:all .3s;display:flex}.social-icons a:hover{color:#fff;background:#6131e8}.contact-form{background:#fafafa;padding:35px}.contact-form h3{margin-bottom:20px;font-size:25px;font-weight:700}.contact-form form{flex-direction:column;gap:15px;display:flex}.contact-form input,.contact-form textarea,.contact-form select{border:1px solid #ddd;outline:none;padding:12px;font-size:14px}.contact-form button{color:#fff;cursor:pointer;background:linear-gradient(20deg,#be60ff,#6131e8);border:none;padding:12px;font-weight:600}@media (max-width:900px){.contact-grid{grid-template-columns:1fr}}.contact-form .recaptcha-container{margin:5px 0;display:inline-block}@media (max-width:600px){.contact-form{padding:20px}.contact-form input,.contact-form textarea,.contact-form select{padding:10px;font-size:14px}.contact-form button{padding:10px;font-size:16px}.contact-form .recaptcha-container{transform-origin:0 0;margin:10px 0;transform:scale(.85)}.contact-form form{box-sizing:border-box;flex-direction:column;gap:12px;width:100%;display:flex}}@media (max-width:480px){.contact-container{padding-left:15px;padding-right:15px}.contact-grid{flex-direction:column;gap:40px;display:flex}.contact-left,.contact-form{box-sizing:border-box;width:100%;margin:0 auto}.contact-form{padding:20px 15px}.contact-form input,.contact-form textarea,.contact-form select,.contact-form button{box-sizing:border-box;width:100%}.contact-form .recaptcha-container{transform-origin:0 0;margin:10px 0;transform:scale(.75)}}
.floating-buttons{z-index:9999;flex-direction:column;align-items:center;gap:15px;display:flex;position:fixed;bottom:30px;right:30px}.floating-btn{color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:28px;display:flex;position:relative;overflow:visible}.whatsapp-btn{color:#fff;background-color:#25d366;animation:3s infinite bounceShake}.whatsapp-btn .ring-ring{pointer-events:none;background-color:#25d3664d;border-radius:50%;width:60px;height:60px;animation:4s infinite ringPulse;position:absolute;top:0;left:0}.whatsapp-btn .ring2{animation-delay:2s}.scroll-btn{background:linear-gradient(20deg,#be60ff,#6131e8)}.scroll-btn:hover{transform:scale(1.1)}@keyframes bounceShake{0%,to{transform:translateY(0)rotate(0)}15%{transform:translateY(-5px)rotate(-10deg)}30%{transform:translateY(0)rotate(10deg)}45%{transform:translateY(-5px)rotate(-10deg)}60%{transform:translateY(0)rotate(10deg)}75%{transform:translateY(-3px)rotate(-5deg)}90%{transform:translateY(0)rotate(5deg)}}@keyframes ringPulse{0%{opacity:.5;transform:scale(1)}to{opacity:0;transform:scale(2)}}.scroll-vertical-btn{cursor:pointer;z-index:9999;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-top:20px;margin-bottom:30px;margin-left:20px;display:flex;position:relative;overflow:visible}.vertical-text{white-space:nowrap;transform-origin:bottom;align-items:center;font-size:16px;font-weight:700;display:inline-flex;transform:rotate(-90deg)}.vertical-text .arrow-icon{margin-top:3px;margin-left:10px;font-size:16px;position:relative;top:0;transform:rotate(90deg)}.vertical-text span.scroll-text{background:linear-gradient(90deg,#be60ff 0%,#6131e8 25%,#7b5cf7 45%,#a855f7 65%,#c084fc 80%,#ec4899 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text}.vertical-text .arrow-icon{color:#6131e8;margin-left:8px;font-size:16px;position:relative;top:0;transform:rotate(90deg)}@media (max-width:768px){.scroll-vertical-btn{width:45px;height:45px;margin-top:10px}.vertical-text .arrow-icon{margin-left:5px;font-size:14px}.floating-buttons{align-items:flex-end;gap:20px;right:10px}.floating-btn{width:45px;height:45px;font-size:22px}.whatsapp-btn .ring-ring{width:45px;height:45px}.scroll-vertical-btn{width:45px;height:45px;margin-top:15px;margin-left:20px;padding-left:20px}.vertical-text{font-size:14px}.vertical-text .arrow-icon{margin-top:2px;margin-left:8px;font-size:14px}}
.footer{color:#fff;background:#000;padding-top:80px}.footer-container{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px;max-width:1200px;margin:auto;padding:0 20px;display:grid}.footer-about img{margin-bottom:15px}.footer-about p{color:#bbb;font-size:15px;line-height:1.7}.footer-links h3,.footer-contact h3{margin-bottom:20px;font-size:20px}.footer-links a{color:#ccc;text-decoration:none}.footer-links a:hover{color:#fff}.contact-item{color:#ccc;gap:10px;margin-bottom:10px;font-size:15px;display:flex}.footer-social{gap:12px;margin-top:15px;display:flex}.footer-social a:hover{background:#6131e8}.footer-bottom{text-align:center;color:#aaa;border-top:1px solid #222;margin-top:50px;padding:20px;font-size:14px}@media (max-width:900px){.footer-container{grid-template-columns:1fr 1fr}}@media (max-width:600px){.footer-container{grid-template-columns:1fr}}.footer-links li svg,.footer-contact .contact-item svg{color:#be60ff}.contact-item svg{color:#be60ff;min-width:16px;font-size:18px}.footer-social a{color:#fff;background:linear-gradient(20deg,#be60ff,#6131e8);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:17px;transition:all .3s;display:flex}.footer-social a:hover{transform:scale(1.1)}.footer-brand{background:linear-gradient(90deg,#6131e8 0%,#7b5cf7 25%,#a855f7 45%,#be60ff 65%,#c084fc 80%,#ec4899 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;font-weight:700;text-decoration:underline;transition:all .3s}.footer-brand:hover{opacity:.8}.footer-links ul{padding:0;list-style:none}.footer-links li{color:#ccc;align-items:center;gap:8px;margin-bottom:10px;font-size:15px;display:flex}.footer-links li button{all:unset;cursor:pointer;color:#ccc;align-items:center;gap:8px;font-size:15px;transition:color .3s;display:flex}.footer-links li button:hover{color:#fff}.footer-links li svg{color:#be60ff}
