@charset "UTF-8";.navbar{width:100%;background:#fff;box-shadow:0 2px 10px #00000014;position:sticky;top:0;z-index:1100}.navbar .nav-container{display:flex;align-items:center;justify-content:space-between;padding:15px 20px}.navbar .logo img{height:3rem;width:auto}.navbar .nav-links{display:none;list-style:none}.navbar .nav-links li{margin:0 5px}.navbar .nav-links a{position:relative;text-decoration:none;color:#111}.navbar .nav-links a:after{content:"";position:absolute;left:0;bottom:-5px;width:0%;height:2px;background:#e50914;transition:.3s}.navbar .nav-links a:hover:after{width:100%}.navbar .nav-links a.active{color:#e50914;font-weight:600}.navbar .nav-links a.active:after{width:100%}.navbar .nav-right{display:flex;align-items:center;gap:15px}.navbar .nav-right .btn{display:none}.navbar .menu-icon{font-size:1.7rem;cursor:pointer}.mobile-menu{position:fixed;top:0;right:-100%;width:260px;height:100%;background:#fff;box-shadow:0 6px 30px #0000001a;transition:.3s;padding:20px;z-index:1000}.mobile-menu.active{right:0}.mobile-menu .close-btn{text-align:right;font-size:2rem;cursor:pointer}.mobile-menu ul{margin-top:30px}.mobile-menu ul li{margin-bottom:20px}.mobile-menu ul a{text-decoration:none;color:#111;display:block}.mobile-menu ul a.active{color:#e50914;font-weight:600}.mobile-menu .mobile-btn{width:100%;margin-top:20px;padding:12px}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;z-index:999}@media(min-width:768px){.navbar{padding:0 2rem}.navbar .nav-links{display:flex;gap:25px}.menu-icon{display:none}.navbar .nav-right .btn{display:inline-block}.mobile-menu,.overlay{display:none}}@media(min-width:1024px){.navbar .logo img{height:3.5rem}.navbar .nav-container{padding:20px 40px}.nav-links{gap:30px}.nav-right .btn{padding:10px 22px}}.footer{background:#111;color:#ccc;padding-top:60px}.footer .footer-container{display:grid;gap:30px;padding:0 20px}.footer .footer-col .logo{font-size:24px;font-weight:700;color:#fff}.footer .footer-col .logo span{color:#e50914}.footer .footer-col p{margin:15px 0;line-height:1.6;color:#aaa}.footer .footer-col h3{margin-bottom:15px;color:#fff;position:relative}.footer .footer-col h3:after{content:"";display:block;width:40px;height:2px;background:#e50914;margin-top:5px}.footer .footer-col ul{list-style:none}.footer .footer-col ul li{margin-bottom:10px;cursor:pointer;transition:all .3s ease}.footer .footer-col ul li:hover{color:#e50914;transform:translate(5px)}.footer .footer-col ul li i{margin-right:8px;color:#e50914}.footer .footer-col .socials{margin-top:15px}.footer .footer-col .socials i{margin-right:12px;font-size:18px;cursor:pointer;transition:all .3s ease}.footer .footer-col .socials i:hover{color:#e50914;transform:scale(1.2)}.footer .footer-bottom{margin-top:50px;background:#0d0d0d;text-align:center;padding:15px;font-size:14px;border-top:1px solid #222}.footer .footer-bottom span{cursor:pointer}.footer .footer-bottom span:hover{color:#e50914}@media(min-width:768px){.footer .footer-container{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer .footer-container{grid-template-columns:repeat(4,1fr);padding:0 60px}.footer .footer-bottom{display:flex;justify-content:space-between;padding:15px 60px}}*{margin:0;padding:0;box-sizing:border-box}body{background-color:#fff;color:#555;line-height:1.6;margin:0;padding:0}html,body,#root{width:100%;height:100%;margin:0;padding:0;overflow:hidden;font-family:Poppins,sans-serif}.container{margin:0 auto;padding:0 20px}.scroll-container{width:100%;height:100%;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{color:#111;font-weight:600}h1{font-size:48px}h2{font-size:36px}h3{font-size:28px}.btn{display:inline-block;padding:12px 28px;border-radius:6px;font-weight:500;transition:all .3s ease;cursor:pointer;text-decoration:none;border:none}.btn--primary{background-color:#e50914;color:#fff}.btn--primary:hover{background-color:#c40812}.btn--outline{border:2px solid #E50914;color:#e50914;background:transparent}.btn--outline:hover{background:#e50914;color:#fff}.section{padding:80px 0}.section--light{background-color:#f8f9fa}.section--dark{background-color:#111;color:#fff}.section--dark h1,.section--dark h2,.section--dark h3{color:#fff}.card{background:#fff;border-radius:10px;padding:20px;box-shadow:0 4px 20px #0000000d;transition:all .3s ease}.card:hover{transform:translateY(-5px);box-shadow:0 6px 30px #0000001a}a{text-decoration:none;color:inherit}.text-center{text-align:center}.text-red{color:#e50914}.bg-red{background-color:#e50914;color:#fff}.scroll-container{min-height:100vh}.main{width:100%;display:flex;flex-direction:column}.main .hero-section{width:100%;min-height:100vh;background-image:url(/assets/landingtest4-BxgFzLcC.png);background-size:cover;background-position:90% 50%;position:relative}.main .hero-section .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;flex-direction:column;justify-content:center;align-items:center}.main .hero-section .overlay h1{color:#fff;font-size:2rem;text-align:center;line-height:1.3;margin-top:-28rem;margin-bottom:.8rem}.main .hero-section .overlay h1 span{color:#ff3b3b}.main .hero-section .overlay p{color:#e0e0e0;font-size:.9rem;text-align:center;line-height:1.5;margin-bottom:1.2rem;padding:0 10px}.main .hero-section .overlay button{padding:12px 24px;font-size:1rem;color:#fff;background:linear-gradient(135deg,#ff3b3b,red);border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;display:block}.main .hero-section .overlay button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #f006}.main .about-section{width:100%;padding:40px 20px;background:#fff;display:flex;flex-direction:column;align-items:center}.main .about-section .about-heading{font-size:28px;font-weight:700;margin-bottom:30px;text-align:center}.main .about-section .about-container{width:100%;display:flex;flex-direction:column;gap:20px}.main .about-section .about-top{background:#f8f8f8;padding:20px;border-radius:12px;text-align:center}.main .about-section .about-top h3{font-size:20px;margin-bottom:10px}.main .about-section .about-top p{font-size:14px;color:#555;margin-bottom:15px}.main .about-section .about-top p span{color:red}.main .about-section .about-top .about-btn{padding:10px 20px;border:none;background:red;color:#fff;border-radius:6px;cursor:pointer}.main .about-section .about-bottom{background:#f8f8f8;border-radius:12px;overflow:hidden}.main .about-section .about-bottom .about-image{width:100%;height:200px;background:url(/assets/aboutsec-7APC7jp4.png) center/cover no-repeat}.main .about-section .about-bottom .about-text{padding:15px}.main .about-section .about-bottom .about-text p{font-size:14px;color:#555;text-align:center}.main .section-heading{font-size:28px;text-align:center;margin-bottom:30px;font-weight:700;color:#111}.main .section-heading span{color:red}.main .why-section{padding:50px 20px;background:#0f0f0f;color:#fff}.main .why-section .section-heading{color:#fff}.main .why-section .why-container{display:flex;flex-direction:column;gap:20px}.main .why-section .why-card{background:linear-gradient(145deg,#1a1a1a,#111);padding:25px;border-radius:14px;text-align:center;border:1px solid #222;transition:all .3s ease}.main .why-section .why-card h3{font-size:20px;margin-bottom:10px;color:#fff}.main .why-section .why-card p{font-size:14px;color:#bbb}.main .why-section .why-card:hover{transform:translateY(-5px);border-color:red;box-shadow:0 0 20px #f003}.main .mvv-section{padding:50px 20px;background:#fff}.main .mvv-section .mvv-container{display:flex;flex-direction:column;gap:20px}.main .mvv-section .mvv-box{background:#fff;padding:25px;border-radius:14px;border:1px solid #eee;text-align:center;transition:all .3s ease}.main .mvv-section .mvv-box h3{font-size:20px;margin-bottom:10px;color:#111}.main .mvv-section .mvv-box p{font-size:14px;color:#555}.main .mvv-section .mvv-box:hover{transform:translateY(-5px);border-color:red;box-shadow:0 10px 25px #ff000026}.main .service-section{padding:50px 20px;background:#0f0f0f;color:#fff}.main .service-section .section-heading{text-align:center;font-size:28px;margin-bottom:30px;color:#f5f5f5}.main .service-section .section-heading span{color:red}.main .service-section .service-container{display:flex;flex-direction:column;gap:20px}.main .service-section .service-card{background:linear-gradient(145deg,#1a1a1a,#111);padding:25px;border-radius:14px;border:1px solid #222;transition:all .3s ease;text-align:center}.main .service-section .service-card h3{font-size:20px;margin-bottom:10px;color:#f5f5f5}.main .service-section .service-card p{font-size:14px;color:#bbb}.main .service-section .service-card:hover{transform:translateY(-6px);border-color:red;box-shadow:0 0 25px #ff000040}.main .process-section{padding:50px 20px;background:#0f0f0f;color:#fff}.main .process-section .section-heading{text-align:center;font-size:28px;margin-bottom:40px;color:#f5f5f5}.main .process-section .section-heading span{color:red}.main .process-section .process-container{display:flex;flex-direction:column;gap:25px;position:relative}.main .process-section .process-step{background:linear-gradient(145deg,#1a1a1a,#111);padding:20px;border-radius:14px;border:1px solid #222;position:relative;transition:.3s ease}.main .process-section .process-step .step-number{font-size:22px;font-weight:700;color:red;margin-bottom:10px}.main .process-section .process-step h3{font-size:18px;margin-bottom:8px;color:#f5f5f5}.main .process-section .process-step p{font-size:14px;color:#bbb;line-height:1.5}.main .process-section .process-step:hover{transform:translateY(-5px);border-color:red;box-shadow:0 0 20px #ff000040}.main .tools-section{padding:50px 20px;background:#fff}.main .tools-section .section-heading{text-align:center;font-size:28px;margin-bottom:30px}.main .tools-section .section-heading span{color:red}.main .tools-section .tools-container{display:flex;flex-direction:column;gap:20px}.main .tools-section .tool-card{background:#f9f9f9;padding:20px;border-radius:12px;text-align:center;border:1px solid #eee;transition:.3s ease}.main .tools-section .tool-card p{margin-top:10px;font-size:14px;color:#333}.main .tools-section .tool-card:hover{transform:translateY(-5px);border-color:red;box-shadow:0 10px 20px #ff00001a}.main .tools-section .tool-img{height:100px;margin:auto;background-size:contain;background-repeat:no-repeat;background-position:center}.main .tools-section .google{background-image:url(/assets/googleads-dnD3gaUw.png)}.main .tools-section .meta{background-image:url(/assets/metaads-DoPF4j9a.png)}.main .tools-section .analytics{background-image:url(data:image/png;base64,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)}.main .tools-section .googlesearchconsole{background-image:url(data:image/png;base64,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)}.main .tools-section .semrush{background-image:url(data:image/png;base64,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)}.main .tools-section .ahrefs{background-image:url(/assets/ahrefs-c8Eycmit.png)}.main .tools-section .wordpress{background-image:url(/assets/wordpress-BQVN_zHB.jpg)}.main .tools-section .shopify{background-image:url(/assets/shopify-BfDUuX2R.png)}.main .tools-section .mongodb{background-image:url(/assets/mongodb-BzSAA_az.svg)}.main .tools-section .express{background-image:url(/assets/expressjs-sluAjXm8.png)}.main .tools-section .react{background-image:url(/assets/reactjs-BHRtP_ov.png)}.main .tools-section .node{background-image:url(/assets/nodejs-C-kOQVaJ.jpg)}.main .tools-section .html{background-image:url(/assets/html-c8cN8_hr.webp)}.main .tools-section .css{background-image:url(/assets/css-Ua5jMgez.webp)}.main .tools-section .javascript{background-image:url(/assets/javascript-DhgJOd3O.jpeg)}.main .industry-section{padding:50px 20px;background:#0f0f0f;color:#fff}.main .industry-section .section-heading{text-align:center;font-size:28px;margin-bottom:30px;color:#f5f5f5}.main .industry-section .section-heading span{color:red}.main .industry-section .industry-container{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;justify-items:center}.main .industry-section .industry-card{background:linear-gradient(145deg,#1a1a1a,#111);padding:20px;border-radius:14px;border:1px solid #222;text-align:center;transition:.3s ease;width:100%;max-width:160px}.main .industry-section .industry-card h3{font-size:16px;margin:10px 0 5px;color:#f5f5f5}.main .industry-section .industry-card p{font-size:12px;color:#bbb}.main .industry-section .industry-card:hover{transform:translateY(-5px);border-color:red;box-shadow:0 0 20px #ff000040}.main .industry-section .industry-img{height:100px;margin:auto;background-size:contain;background-repeat:no-repeat;background-position:center}.main .industry-section .education{background-image:url(/assets/education-D4bmut_1.png)}.main .industry-section .healthcare{background-image:url(/assets/healthcare-Cplo9RPc.avif)}.main .industry-section .realestate{background-image:url(/assets/realestate-BKX60CEb.avif)}.main .industry-section .ecommerce{background-image:url(/assets/ecommerce-BSJ10FbH.avif)}.main .industry-section .local{background-image:url(/assets/localbusiness-CaLOMEWJ.avif)}.main .industry-section .startup{background-image:url(/assets/startups-BAcq0mPA.avif)}.main .stats-section{padding:50px 20px;background:#0f0f0f;color:#fff}.main .stats-section .stats-container{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;text-align:center}.main .stats-section .stat-card{background:linear-gradient(145deg,#1a1a1a,#111);padding:25px;border-radius:14px;border:1px solid #222;transition:.3s ease}.main .stats-section .stat-card h2{font-size:28px;color:red;margin-bottom:5px}.main .stats-section .stat-card p{font-size:14px;color:#bbb}.main .stats-section .stat-card:hover{transform:translateY(-5px);border-color:red;box-shadow:0 0 20px #ff000040}.main .client-section{padding:60px 0;background:#fff;overflow:hidden}.main .client-section .section-heading{text-align:center;font-size:28px;margin-bottom:30px}.main .client-section .section-heading span{color:red}.main .client-section .client-slider{width:100%;overflow:hidden;position:relative}.main .client-section .slide-track{display:flex;width:2500px;animation:scroll 25s linear infinite;gap:40px}.main .client-section img{width:180px;height:80px;object-fit:contain;filter:grayscale(100%);opacity:.7;transition:.3s ease}.main .client-section img:hover{filter:grayscale(0%);opacity:1;transform:scale(1.05)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.main .testimonial-section{padding:50px 20px;background:#0f0f0f;color:#fff}.main .testimonial-section .section-heading{text-align:center;font-size:28px;margin-bottom:30px;color:#f5f5f5}.main .testimonial-section .section-heading span{color:red}.main .testimonial-section .testimonial-container{display:flex;flex-direction:column;gap:20px}.main .testimonial-section .testimonial-card{background:linear-gradient(145deg,#1a1a1a,#111);padding:20px;border-radius:14px;border:1px solid #222;transition:.3s ease}.main .testimonial-section .testimonial-card .review-top{margin-bottom:10px}.main .testimonial-section .testimonial-card .review-top h3{font-size:18px;margin-bottom:3px;color:#f5f5f5}.main .testimonial-section .testimonial-card .review-top span{font-size:13px;color:#aaa}.main .testimonial-section .testimonial-card .stars{color:#fc0;margin-bottom:10px;font-size:16px;letter-spacing:2px}.main .testimonial-section .testimonial-card p{font-size:14px;color:#bbb;line-height:1.5}.main .testimonial-section .testimonial-card:hover{transform:translateY(-6px);border-color:red;box-shadow:0 0 20px #ff000040}.main .faq-section{padding:50px 20px;background:#fff}.main .faq-section .section-heading{text-align:center;font-size:28px;margin-bottom:30px}.main .faq-section .section-heading span{color:red}.main .faq-section .faq-container{display:flex;flex-direction:column;gap:15px}.main .faq-section .faq-item{background:#f9f9f9;padding:20px;border-radius:12px;border-left:4px solid red;transition:.3s ease}.main .faq-section .faq-item h3{font-size:16px;margin-bottom:8px;color:#111}.main .faq-section .faq-item p{font-size:14px;color:#555;line-height:1.6;white-space:pre-line}.main .faq-section .faq-item:hover{transform:translateY(-4px);box-shadow:0 8px 20px #ff00001a}.main .faq-section .faq-cta{margin-top:30px;text-align:center}.main .faq-section .faq-cta p{margin-bottom:10px;font-size:15px}.main .faq-section .faq-cta a{padding:10px 20px;border:none;background:red;color:#fff;border-radius:6px;cursor:pointer}.main .contact-section{padding:50px 20px;background:#fff}.main .contact-section .section-heading{text-align:center;font-size:28px;margin-bottom:30px}.main .contact-section .section-heading span{color:red}.main .contact-section .contact-container{display:flex;flex-direction:column;gap:20px}.main .contact-section .contact-info{display:flex;flex-direction:column;gap:15px}.main .contact-section .info-box{background:#f9f9f9;padding:15px;border-radius:10px;border-left:4px solid red}.main .contact-section .info-box:hover{transform:translateY(-4px);box-shadow:0 8px 20px #ff00001a}.main .contact-section .info-box h3{font-size:16px;margin-bottom:5px}.main .contact-section .info-box a:hover{text-decoration:underline;color:red}.main .contact-section .info-box p{font-size:14px;color:#555}.main .contact-section .contact-form{background:#f9f9f9;padding:20px;border-radius:12px}.main .contact-section .contact-form form{display:flex;flex-direction:column;gap:10px}.main .contact-section .contact-form form input,.main .contact-section .contact-form form textarea{padding:10px;border:1px solid #ddd;border-radius:6px;font-size:14px}.main .contact-section .contact-form form button{margin-top:10px;padding:12px;background:red;color:#fff;border:none;border-radius:6px;cursor:pointer}.main .contact-section .map-container{margin-top:30px}.main .contact-section .map-container iframe{width:100%;height:250px;border:none;border-radius:10px}@media(min-width:768px){.main .hero-section{background-position:center}.main .hero-section .overlay h1{font-size:3.5rem;margin-top:-15rem;max-width:700px}.main .hero-section .overlay p{font-size:.9rem;max-width:500px}.main .hero-section .overlay button{font-size:1rem;padding:12px 24px}.main .about-section{padding:80px 60px}.main .about-section .about-heading{font-size:36px;margin-bottom:50px}.main .about-section .about-container{flex-direction:row;align-items:center;justify-content:space-between;gap:40px}.main .about-section .about-top{width:50%;text-align:left;padding:40px}.main .about-section .about-top h3{font-size:26px}.main .about-section .about-top p{font-size:16px}.main .about-section .about-top .about-btn{margin-top:10px}.main .about-section .about-bottom{width:50%}.main .about-section .about-bottom .about-image{height:300px}.main .about-section .about-bottom .about-text{padding:20px}.main .about-section .about-bottom .about-text p{font-size:15px;text-align:left}.main .section-heading{font-size:36px;margin-bottom:50px}.main .why-section{padding:100px 80px}.main .why-section .why-container{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:30px}.main .why-section .why-card{width:22%;text-align:left;padding:30px}.main .why-section .why-card h3{font-size:22px}.main .why-section .why-card p{font-size:15px}.main .mvv-section{padding:100px 80px}.main .mvv-section .mvv-container{flex-direction:row;justify-content:space-between;gap:30px}.main .mvv-section .mvv-box{width:32%;text-align:left;padding:30px}.main .mvv-section .mvv-box h3{font-size:24px}.main .mvv-section .mvv-box p{font-size:15px}.main .service-section{padding:100px 80px}.main .service-section .section-heading{font-size:36px;margin-bottom:50px}.main .service-section .service-container{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:30px}.main .service-section .service-card{width:30%;text-align:left;padding:30px}.main .service-section .service-card h3{font-size:22px}.main .service-section .service-card p{font-size:15px}.main .client-section{padding:100px 0}.main .client-section .section-heading{font-size:36px;margin-bottom:50px}.main .client-section img{width:200px;height:90px}.main .testimonial-section{padding:100px 80px}.main .testimonial-section .section-heading{font-size:36px;margin-bottom:50px}.main .testimonial-section .testimonial-container{flex-direction:row;justify-content:space-between;gap:30px}.main .testimonial-section .testimonial-card{width:32%;padding:30px}.main .testimonial-section .testimonial-card h3{font-size:20px}.main .testimonial-section .testimonial-card p{font-size:15px}.main .faq-section{padding:100px 80px}.main .faq-section .section-heading{font-size:36px;margin-bottom:50px}.main .faq-section .faq-container{gap:20px}.main .faq-section .faq-item{padding:25px}.main .faq-section .faq-item h3{font-size:18px}.main .faq-section .faq-item p{font-size:15px}.main .faq-section .faq-cta{margin-top:50px}.main .faq-section .faq-cta p{font-size:18px}.main .process-section{padding:100px 80px}.main .process-section .section-heading{font-size:36px;margin-bottom:60px}.main .process-section .process-container{flex-direction:row;justify-content:space-between;gap:20px}.main .process-section .process-step{width:18%;text-align:left;padding:25px}.main .process-section .process-step .step-number{font-size:26px}.main .process-section .process-step h3{font-size:20px}.main .process-section .process-step p{font-size:15px}.main .tools-section{padding:100px 80px}.main .tools-section .section-heading{font-size:36px;margin-bottom:50px}.main .tools-section .tools-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:20px}.main .tools-section .tool-card{width:180px;flex:0 0 auto;padding:25px}.main .tools-section .tool-img{height:70px}.main .industry-section{padding:100px 80px}.main .industry-section .section-heading{font-size:36px;margin-bottom:50px}.main .industry-section .industry-container{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:30px}.main .industry-section .industry-card{max-width:200px}.main .industry-section .industry-card h3{font-size:18px}.main .industry-section .industry-card p{font-size:13px}.main .industry-section .industry-img{width:60px;height:60px}.main .stats-section{padding:80px}.main .stats-section .stats-container{grid-template-columns:repeat(4,1fr);gap:30px}.main .stats-section .stat-card{padding:35px}.main .stats-section .stat-card h2{font-size:40px}.main .stats-section .stat-card p{font-size:16px}.main .contact-section{padding:100px 80px}.main .contact-section .section-heading{font-size:36px;margin-bottom:50px}.main .contact-section .contact-container{flex-direction:row;justify-content:space-between;gap:40px}.main .contact-section .contact-info{width:40%}.main .contact-section .contact-form{width:55%}.main .contact-section .map-container iframe{height:350px}}@media(min-width:1024px){.main .hero-section{background-position:right center}.main .hero-section .overlay{align-items:flex-start;padding-left:80px}.main .hero-section .overlay h1{font-size:4rem;text-align:left;max-width:800px}.main .hero-section .overlay p{font-size:1rem;text-align:left;max-width:600px;line-height:1.6}.main .hero-section .overlay button{align-self:flex-start;font-size:1rem}}@media(min-width:1024px)and (min-width:1200px){.main .hero-section .overlay h1{font-size:4.5rem}.main .hero-section .overlay p{font-size:1.1rem}}.whatsapp-float{position:fixed;bottom:20px;right:20px;width:55px;height:55px;background:#25d366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:26px;z-index:999;box-shadow:0 5px 15px #0000004d;transition:all .3s ease;z-index:1000}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 8px 20px #25d36699}@media(min-width:768px){.whatsapp-float{width:60px;height:60px;font-size:28px;margin-right:1rem}}.service-page .service-hero{width:100%;height:100vh;background:url(/assets/serviceslanding-BLGXVeZA.png) top/cover no-repeat;position:relative}.service-page .service-hero .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;flex-direction:column;justify-content:center;align-items:center}.service-page .service-hero .overlay h1{color:#fff;font-size:2.2rem;margin-bottom:10px;margin-top:-35rem}.service-page .service-hero .overlay h1 span{color:red}.service-page .service-hero .overlay p{color:#ccc;font-size:.9rem;max-width:500px;text-align:center}.service-page .service-intro{width:100%;min-height:25vh;background:#fff;display:flex;align-items:center;justify-content:center;text-align:center;padding:40px 20px}.service-page .service-intro .intro-content{max-width:700px}.service-page .service-intro .intro-content h2{font-size:1.6rem;color:#111;margin-bottom:10px}.service-page .service-intro .intro-content p{font-size:.9rem;color:#555;line-height:1.6}.service-page .service-section{padding:50px 20px;background:#0f0f0f;color:#fff}.service-page .service-section .section-heading{text-align:center;font-size:28px;margin-bottom:30px;color:#f5f5f5}.service-page .service-section .section-heading span{color:red}.service-page .service-section .service-container{display:flex;flex-direction:column;gap:20px}.service-page .service-section .service-card{background:linear-gradient(145deg,#1a1a1a,#111);padding:25px;border-radius:14px;border:1px solid #222;transition:all .3s ease;text-align:center}.service-page .service-section .service-card h3{font-size:20px;margin-bottom:10px;color:#f5f5f5}.service-page .service-section .service-card p{font-size:14px;color:#bbb}.service-page .service-section .service-card:hover{transform:translateY(-6px);border-color:red;box-shadow:0 0 25px #ff000040}.service-page .industry-section{padding:50px 20px;background:#0f0f0f;color:#fff}.service-page .industry-section .section-heading{text-align:center;font-size:28px;margin-bottom:30px;color:#f5f5f5}.service-page .industry-section .section-heading span{color:red}.service-page .industry-section .industry-container{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;justify-items:center}.service-page .industry-section .industry-card{background:linear-gradient(145deg,#1a1a1a,#111);padding:20px;border-radius:14px;border:1px solid #222;text-align:center;transition:.3s ease;width:100%;max-width:160px}.service-page .industry-section .industry-card h3{font-size:16px;margin:10px 0 5px;color:#f5f5f5}.service-page .industry-section .industry-card p{font-size:12px;color:#bbb}.service-page .industry-section .industry-card:hover{transform:translateY(-5px);border-color:red;box-shadow:0 0 20px #ff000040}.service-page .industry-section .industry-img{height:100px;margin:auto;background-size:contain;background-repeat:no-repeat;background-position:center}.service-page .industry-section .education{background-image:url(/assets/education-D4bmut_1.png)}.service-page .industry-section .healthcare{background-image:url(/assets/healthcare-Cplo9RPc.avif)}.service-page .industry-section .realestate{background-image:url(/assets/realestate-BKX60CEb.avif)}.service-page .industry-section .ecommerce{background-image:url(/assets/ecommerce-BSJ10FbH.avif)}.service-page .industry-section .local{background-image:url(/assets/localbusiness-CaLOMEWJ.avif)}.service-page .industry-section .startup{background-image:url(/assets/startups-BAcq0mPA.avif)}.service-page .why-section{padding:50px 20px;background:#0f0f0f;color:#fff;display:flex;flex-direction:column;align-items:center;gap:2rem}.service-page .why-section .section-heading{color:#fff}.service-page .why-section .why-container{display:flex;flex-direction:column;gap:20px}.service-page .why-section .why-card{background:linear-gradient(145deg,#1a1a1a,#111);padding:25px;border-radius:14px;text-align:center;border:1px solid #222;transition:all .3s ease}.service-page .why-section .why-card h3{font-size:20px;margin-bottom:10px;color:#fff}.service-page .why-section .why-card p{font-size:14px;color:#bbb}.service-page .why-section .why-card:hover{transform:translateY(-5px);border-color:red;box-shadow:0 0 20px #f003}.service-page .mvv-section{padding:50px 20px;background:#fff;display:flex;flex-direction:column;align-items:center;gap:2rem}.service-page .mvv-section .mvv-container{display:flex;flex-direction:column;gap:20px}.service-page .mvv-section .mvv-box{background:#fff;padding:25px;border-radius:14px;border:1px solid #eee;text-align:center;transition:all .3s ease}.service-page .mvv-section .mvv-box h3{font-size:20px;margin-bottom:10px;color:#111}.service-page .mvv-section .mvv-box p{font-size:14px;color:#555}.service-page .mvv-section .mvv-box:hover{transform:translateY(-5px);border-color:red;box-shadow:0 10px 25px #ff000026}.service-page .faq-section{padding:50px 20px;background:#fff}.service-page .faq-section .section-heading{text-align:center;font-size:28px;margin-bottom:30px}.service-page .faq-section .section-heading span{color:red}.service-page .faq-section .faq-container{display:flex;flex-direction:column;gap:15px}.service-page .faq-section .faq-item{background:#f9f9f9;padding:20px;border-radius:12px;border-left:4px solid red;transition:.3s ease}.service-page .faq-section .faq-item h3{font-size:16px;margin-bottom:8px;color:#111}.service-page .faq-section .faq-item p{font-size:14px;color:#555;line-height:1.6;white-space:pre-line}.service-page .faq-section .faq-item:hover{transform:translateY(-4px);box-shadow:0 8px 20px #ff00001a}.service-page .faq-section .faq-cta{margin-top:30px;text-align:center}.service-page .faq-section .faq-cta p{margin-bottom:10px;font-size:15px}.service-page .faq-section .faq-cta button{padding:10px 20px;border:none;background:red;color:#fff;border-radius:6px;cursor:pointer}@media(min-width:768px){.service-page .service-hero{height:70vh}.service-page .service-hero .overlay h1{font-size:3rem;margin-top:-15rem}.service-page .service-hero .overlay p{font-size:1.1rem}.service-page .service-intro{min-height:30vh;padding:60px 80px}.service-page .service-intro .intro-content h2{font-size:2.2rem}.service-page .service-intro .intro-content p{font-size:1rem}.service-page .service-section{padding:100px 80px}.service-page .service-section .section-heading{font-size:36px;margin-bottom:50px}.service-page .service-section .service-container{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:30px}.service-page .service-section .service-card{width:30%;text-align:left;padding:30px}.service-page .service-section .service-card h3{font-size:22px}.service-page .service-section .service-card p{font-size:15px}.service-page .industry-section{padding:100px 80px}.service-page .industry-section .section-heading{font-size:36px;margin-bottom:50px}.service-page .industry-section .industry-container{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:30px}.service-page .industry-section .industry-card{max-width:200px}.service-page .industry-section .industry-card h3{font-size:18px}.service-page .industry-section .industry-card p{font-size:13px}.service-page .industry-section .industry-img{width:60px;height:60px}.service-page .why-section{padding:100px 80px}.service-page .why-section .why-container{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:30px}.service-page .why-section .why-card{width:22%;text-align:left;padding:30px}.service-page .why-section .why-card h3{font-size:22px}.service-page .why-section .why-card p{font-size:15px}.service-page .mvv-section{padding:100px 80px}.service-page .mvv-section .mvv-container{flex-direction:row;justify-content:space-between;gap:30px}.service-page .mvv-section .mvv-box{width:32%;text-align:left;padding:30px}.service-page .mvv-section .mvv-box h3{font-size:24px}.service-page .mvv-section .mvv-box p{font-size:15px}.service-page .faq-section{padding:100px 80px}.service-page .faq-section .section-heading{font-size:36px;margin-bottom:50px}.service-page .faq-section .faq-container{gap:20px}.service-page .faq-section .faq-item{padding:25px}.service-page .faq-section .faq-item h3{font-size:18px}.service-page .faq-section .faq-item p{font-size:15px}.service-page .faq-section .faq-cta{margin-top:50px}.service-page .faq-section .faq-cta p{font-size:18px}}.breadcrumb{padding:15px 20px;background:#f5f5f5;font-size:14px}.breadcrumb a{text-decoration:none;color:#333}.breadcrumb span{color:#999}.breadcrumb{background:#0f0f0f;color:#fff}.breadcrumb a{color:#ccc}.breadcrumb a:hover{color:red}.breadcrumb span{color:#666}.about-page .about-hero{height:60vh;background:url(/assets/about-CxGjPH0y.png) center/cover no-repeat;position:relative}.about-page .about-hero .overlay{position:absolute;width:100%;height:100%;background:#0009;display:flex;flex-direction:column;justify-content:center;align-items:center}.about-page .about-hero .overlay h1{color:#fff;font-size:2.2rem;margin-top:-18rem}.about-page .about-hero .overlay h1 span{color:red}.about-page .about-hero .overlay p{color:#ccc;font-size:.9rem;max-width:500px;text-align:center;max-width:90%}.about-page .about-intro{background:#fff;padding:40px 20px;text-align:center}.about-page .about-intro h2{margin-bottom:10px}.about-page .about-intro p{color:#555;font-size:.9rem}.about-page .about-main{padding:50px 20px;background:#0f0f0f;color:#fff}.about-page .about-main .about-container{display:flex;flex-direction:column;gap:20px}.about-page .about-main .about-left h3{margin-bottom:10px;color:#f5f5f5}.about-page .about-main .about-left p{color:#bbb}.about-page .about-main .about-left button{margin-top:10px;padding:10px 20px;background:red;color:#fff;border:none}.about-page .about-main .about-right .about-image{height:200px;background:url(/assets/aboutsec-7APC7jp4.png) center/cover no-repeat;margin-bottom:10px;border-radius:.8rem}.about-page .about-main .about-right p{color:#bbb}@media(min-width:768px){.about-page .about-hero{height:70vh}.about-page .about-hero .overlay h1{font-size:3rem;margin-top:-25rem}.about-page .about-main{padding:100px 80px}.about-page .about-main .about-container{flex-direction:row;align-items:center;gap:40px}.about-page .about-main .about-left,.about-page .about-main .about-right{width:50%}.about-page .about-main .about-right .about-image{height:300px}}.contact-page .contact-hero{height:60vh;background:url(/assets/contact-BqL8hptk.png) center/cover no-repeat;position:relative}.contact-page .contact-hero .overlay{position:absolute;width:100%;height:100%;background:#0009;display:flex;flex-direction:column;justify-content:center;align-items:center}.contact-page .contact-hero .overlay h1{color:#fff;font-size:2.2rem;margin-top:-19rem}.contact-page .contact-hero .overlay h1 span{color:red}.contact-page .contact-hero .overlay p{color:#ccc;font-size:.9rem;text-align:center;max-width:90%}.contact-page .contact-intro{background:#fff;padding:40px 20px;text-align:center}.contact-page .contact-intro h2{margin-bottom:10px}.contact-page .contact-intro p{font-size:.9rem;color:#555}.contact-page .contact-section{padding:50px 20px;background:#fff}.contact-page .contact-section .section-heading{text-align:center;font-size:28px;margin-bottom:30px}.contact-page .contact-section .section-heading span{color:red}.contact-page .contact-section .contact-container{display:flex;flex-direction:column;gap:20px}.contact-page .contact-section .contact-info{display:flex;flex-direction:column;gap:15px}.contact-page .contact-section .info-box{background:#f9f9f9;padding:15px;border-radius:10px;border-left:4px solid red}.contact-page .contact-section .info-box:hover{transform:translateY(-4px);box-shadow:0 8px 20px #ff00001a}.contact-page .contact-section .info-box h3{font-size:16px;margin-bottom:5px}.contact-page .contact-section .info-box a:hover{text-decoration:underline;color:red}.contact-page .contact-section .info-box p{font-size:14px;color:#555}.contact-page .contact-section .contact-form{background:#f9f9f9;padding:20px;border-radius:12px}.contact-page .contact-section .contact-form form{display:flex;flex-direction:column;gap:10px}.contact-page .contact-section .contact-form form input,.contact-page .contact-section .contact-form form textarea{padding:10px;border:1px solid #ddd;border-radius:6px;font-size:14px}.contact-page .contact-section .contact-form form button{margin-top:10px;padding:12px;background:red;color:#fff;border:none;border-radius:6px;cursor:pointer}.contact-page .contact-section .map-container{margin-top:30px}.contact-page .contact-section .map-container iframe{width:100%;height:250px;border:none;border-radius:10px}@media(min-width:768px){.contact-page .contact-hero{height:70vh}.contact-page .contact-hero .overlay h1{font-size:3rem;margin-top:-20rem}.contact-page .contact-section{padding:100px 80px}.contact-page .contact-section .section-heading{font-size:36px;margin-bottom:50px}.contact-page .contact-section .contact-container{flex-direction:row;justify-content:space-between;gap:40px}.contact-page .contact-section .contact-info{width:40%}.contact-page .contact-section .contact-form{width:55%}.contact-page .contact-section .map-container iframe{height:350px}}.blog-page .blog-intro{padding:40px 20px;text-align:center}.blog-page .blog-intro h2{color:#000;margin-bottom:15px}.blog-page .blog-intro p{color:#0000007e;font-size:14px;max-width:600px;margin:0 auto}.blog-page .blog-list{padding:50px 20px;background:#0f0f0f}.blog-page .blog-list .blog-container{display:grid;grid-template-columns:repeat(1,1fr);gap:20px}.blog-page .blog-list .blog-card{background:#1a1a1a;border-radius:12px;overflow:hidden;transition:.3s}.blog-page .blog-list .blog-card:hover{transform:translateY(-5px);border:1px solid red}.blog-page .blog-list .blog-img{height:180px;background-size:cover;background-position:center}.blog-page .blog-list .blog-content{padding:15px}.blog-page .blog-list .blog-content h3{color:#fff;margin-bottom:8px}.blog-page .blog-list .blog-content p{color:#bbb;font-size:13px;margin-bottom:10px}.blog-page .blog-list .blog-content a{background:red;color:#fff;border:none;padding:8px 16px;cursor:pointer}.blog-page .blog-list .blog1{background-image:url(/assets/ai-C1r9gcmC.avif)}.blog-page .blog-list .blog2{background-image:url(/assets/hp-Be63Zyxy.avif)}.blog-page .blog-list .blog3{background-image:url(/assets/seoaeo-CttwJtBW.png)}.blog-page .blog-list .blog4{background-image:url(../../assets/blog4.jpg)}.blog-page .blog-list .blog5{background-image:url(../../assets/blog5.jpg)}.blog-page .blog-list .blog6{background-image:url(../../assets/blog6.jpg)}.blog-page .blog-list .blog7{background-image:url(../../assets/blog7.jpg)}.blog-page .blog-list .blog8{background-image:url(../../assets/blog8.jpg)}.blog-page .blog-list .blog9{background-image:url(../../assets/blog9.jpg)}.blog-page .blog-list .blog10{background-image:url(../../assets/blog10.jpg)}@media(min-width:768px){.blog-page .blog-list{padding:100px 80px}.blog-page .blog-list .blog-container{grid-template-columns:repeat(3,1fr);gap:30px}.blog-page .blog-list .blog-img{height:200px}}.policy-page{padding:50px 20px;background:#fff;color:#111}.policy-page h1{text-align:center;margin-bottom:10px;font-size:2rem}.policy-page .last-updated{text-align:center;font-size:13px;color:#777;margin-bottom:30px}.policy-page .policy-content{max-width:800px;margin:0 auto}.policy-page .policy-content h2{margin-top:20px;margin-bottom:8px;font-size:18px;color:#000}.policy-page .policy-content p{font-size:14px;color:#444;line-height:1.6}@media(min-width:768px){.policy-page{padding:100px 80px}.policy-page h1{font-size:2.5rem}.policy-page .policy-content h2{font-size:20px}.policy-page .policy-content p{font-size:15px}}.terms-page{padding:50px 20px;background:#fff;color:#111}.terms-page h1{text-align:center;margin-bottom:10px;font-size:2rem}.terms-page .last-updated{text-align:center;font-size:13px;color:#777;margin-bottom:30px}.terms-page .terms-content{max-width:800px;margin:0 auto}.terms-page .terms-content h2{margin-top:20px;margin-bottom:8px;font-size:18px;color:#000}.terms-page .terms-content p{font-size:14px;color:#444;line-height:1.6}@media(min-width:768px){.terms-page{padding:100px 80px}.terms-page h1{font-size:2.5rem}.terms-page .terms-content h2{font-size:20px}.terms-page .terms-content p{font-size:15px}}.form-float-btn{position:fixed;bottom:90px;right:20px;width:55px;height:55px;background:red;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;cursor:pointer;z-index:999;box-shadow:0 5px 15px #0000004d}.form-float-btn:hover{transform:scale(1.1)}.form-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999}.form-overlay{position:absolute;width:100%;height:100%;background:#000000b3}.form-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:600px;height:80%;background:#fff;border-radius:10px;overflow:hidden}.form-container iframe{width:100%;height:100%;border:none}.close-btn{position:absolute;top:10px;right:10px;background:red;color:#fff;border:none;padding:5px 10px;cursor:pointer;z-index:10}@media(min-width:768px){.form-container{max-width:700px;height:85%}}.blog-detail{max-width:900px;margin:100px auto 60px;padding:0 20px;color:#222;line-height:1.7}.blog-detail h1{font-size:2.5rem;margin-bottom:20px;font-weight:700;color:#111}.blog-detail h2{font-size:1.5rem;margin-top:30px;margin-bottom:10px;color:#e50914}.blog-detail p{margin-bottom:15px;font-size:1rem;color:#444}.blog-detail ul{margin:15px 0;padding-left:20px}.blog-detail ul li{margin-bottom:8px;list-style:disc}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
