.service-features-section{padding:30px 0 10px;background-color:#fff}.feature-card{text-align:center;padding:20px 15px;margin-bottom:30px;transition:transform 0.3s ease}.feature-card:hover{transform:translateY(-5px)}.icon-container{margin-bottom:20px;height:60px;display:flex;align-items:center;justify-content:center}.feature-icon{height:100px;width:auto}.feature-title{font-size:16px;font-weight:600;color:#333;margin-bottom:0;line-height:1.4}@media (max-width:991px){.service-features-section{padding:40px 0}}@media (max-width:767px){.feature-card{margin-bottom:20px}.service-features-section .col-lg-3.col-md-6{width:50%}.feature-title{font-size:14px}}.packages-section{padding:80px 0;background-color:#FCFBFC;background-image:url(../images/hexagon-pattern.webp);background-size:auto;background-position:top;position:relative;background-repeat:no-repeat}.section-header{margin-bottom:10px}.section-title{font-size:36px;font-weight:700;color:#000;margin-bottom:15px}.purple-wave{display:flex;justify-content:center;margin:15px auto}.section-subtitle{font-size:18px;color:#333;margin-top:20px}.packages-row{justify-content:center}.packages-row h3.section-title{text-align:center;color:#000}.package-card{background-color:#fff;border-radius:20px;box-shadow:0 5px 20px rgb(0 0 0 / .1);overflow:hidden;height:100%;display:flex;flex-direction:column;position:relative;border:1px solid #f0f0f0;padding:15px}.package-card::before{display:none}.package-header{padding:20px;text-align:center;border-bottom:none;background-color:#fff}.package-title{font-size:18px;line-height:30px;font-weight:700;margin-bottom:15px;color:#000;text-transform:uppercase;letter-spacing:.5px}.package-price{display:flex;align-items:center;gap:10px;justify-content:center}.original-price{font-size:16px;color:#777;text-decoration:line-through;margin-bottom:5px}.discounted-price{font-size:26px;font-weight:700;color:#000}.package-features{padding:0 20px;flex-grow:1;border:none;max-height:250px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgb(83 77 231 / .5) #fff0}.package-features::-webkit-scrollbar{width:6px}.package-features::-webkit-scrollbar-thumb{background-color:rgb(83 77 231 / .5);border-radius:10px}.package-features::-webkit-scrollbar-track{background:#fff0}.features-list{list-style:none;padding:0;margin:0}.features-list li{padding:8px 0;font-size:15px;color:#333;display:flex;align-items:flex-start;border-bottom:1px solid #f5f5f5}.check-icon{color:#b066ff;margin-right:10px;font-weight:700;font-size:16px}.next-order{font-size:14px;text-align:center;color:#333;padding:15px 20px;font-weight:600;background-color:#f9f9f9;margin:15px -20px 0;border-top:1px solid #f0f0f0}.package-footer{padding:20px;background-color:#fff;border-top:none;margin-top:10px}.btn-order{display:block;font-weight:600;padding:15px;text-align:center;border-radius:5px;margin-bottom:20px;transition:all 0.3s ease;text-decoration:none;text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 10px rgb(83 77 231 / .3)}.contact-options{display:flex;justify-content:space-between;font-size:13px;border:1px solid #eee;border-radius:10px;overflow:hidden}.contact-phone,.contact-chat{text-align:center;flex:1;padding:10px 5px}.contact-phone{border-right:1px solid #eee}.contact-phone div,.contact-chat div{font-size:12px;color:#555;margin-bottom:3px}.phone-link{color:var(--primary-color);display:block;text-decoration:none;font-weight:700;font-size:13px}.chat-link{color:#b066ff;display:block;text-decoration:none;font-weight:700;font-size:13px}@media (max-width:1199px){.package-title{font-size:16px}.discounted-price{font-size:22px}}@media (max-width:991px){.package-card{max-width:350px;margin:0 auto 0}.package-features{max-height:200px}.contact-options{flex-direction:row}}@media (max-width:767px){.packages-section{padding:30px 0}.section-title{font-size:28px}.section-subtitle{font-size:16px}}.portfolio-section{padding:80px 0;background-color:#121828;color:#fff;position:relative;overflow:hidden}.portfolio-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(../images/portfolio-bg.webp);background-size:cover;background-position:center;opacity:.3;z-index:0}.portfolio-section .container{position:relative;z-index:1}.portfolio-subtitle{font-size:24px;margin-bottom:10px;color:#fff;font-weight:500}.portfolio-title{font-size:42px;font-weight:700;margin-bottom:20px;color:#fff}.portfolio-description{max-width:800px;margin:0 auto 40px;font-size:16px;line-height:1.6;color:rgb(255 255 255 / .9)}.portfolio-filter{margin-bottom:40px;display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.filter-btn{padding:8px 16px;background-color:#fff0;color:#fff;border:1px solid rgb(255 255 255 / .2);border-radius:25px;font-size:14px;cursor:pointer;transition:all 0.3s ease}.filter-btn:hover,.filter-btn.active{background:var(--gradient);border-color:rgb(83 77 231);color:#fff}.portfolio-gallery{margin-top:30px}.portfolio-item{padding:15px;margin-bottom:30px}.portfolio-card{position:relative;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px rgb(0 0 0 / .1);transition:transform 0.3s ease;height:100%}.portfolio-card:hover{transform:translateY(-5px)}.portfolio-link{overflow:hidden;height:400px;border-radius:10px;position:relative}.portfolio-link img{width:100%;display:block;object-fit:cover;transform:translateY(0);transition:none;will-change:transform}.portfolio-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgb(0 0 0 / .7);display:flex;align-items:center;justify-content:center;opacity:1;transition:opacity 0.3s ease;border-radius:10px}.portfolio-card:hover .portfolio-overlay{opacity:0}.overlay-content{text-align:center;padding:20px;color:#fff}.overlay-content h4{font-size:22px;font-weight:600;margin-bottom:5px}.overlay-content p{font-size:14px;opacity:.8}.btn-call-now{background:var(--gradient);color:#fff;font-weight:600;padding:12px 30px;border-radius:5px;margin-top:20px;display:inline-block;text-decoration:none;transition:background-color 0.3s ease}.btn-call-now:hover{background-color:var(--primary-color);color:#fff}@media (max-width:991px){.portfolio-title{font-size:36px}.portfolio-filter{gap:8px}.filter-btn{padding:6px 14px;font-size:13px}}@media (max-width:767px){.portfolio-title{font-size:28px}.portfolio-subtitle{font-size:20px}.portfolio-description{font-size:15px}.portfolio-filter{flex-wrap:wrap}.portfolio-item{padding:10px 15px;margin-bottom:5px}.portfolio-card{padding:0}}.trusted-by-section{padding:60px 0 30px;background-color:#f2f8fd}.trusted-title{font-size:30px;font-weight:700;color:#000}.trusted-by-section p{color:#000;text-align:center;margin-bottom:40px}.trusted-logos{color:#000}.trusted-logos .swiper-slide{display:flex;justify-content:center;align-items:center}.trusted-logos .swiper-slide img{width:100%;height:150px;object-fit:contain}@media (max-width:479px){.trusted-logos .swiper-slide img{height:100px}}.platforms-section{padding:30px 0 60px;background-color:#fff}.platforms-title{font-size:36px;font-weight:700;color:#000;margin-bottom:15px}.platforms-logos{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;margin-top:50px;gap:60px}.platform-logo{display:flex;flex-direction:column;align-items:center;transition:transform 0.3s ease}.platform-logo:hover{transform:translateY(-5px)}.platform-img{height:80px;width:auto;margin-bottom:10px}.platform-name{font-size:14px;font-weight:600;color:#333;text-transform:uppercase}@media (max-width:991px){.trusted-logos,.platforms-logos{gap:20px}.trust-badge{height:120px}.platform-img{height:80px}}@media (max-width:767px){.trusted-title,.platforms-title{font-size:28px}.trusted-logos,.platforms-logos{gap:15px}.platform-img{height:80px}.platform-name{font-size:12px}}@media (max-width:425px){.trusted-logos,.platforms-logos{justify-content:space-evenly}}.services-section{padding:100px 0;background-color:#f9f9f9;background-image:url(../images/circle-pattern.webp);background-size:contain;background-position:center;position:relative}.services-title{font-size:40px;font-weight:700;color:#000;margin-bottom:15px}.services-subtitle{font-size:18px;color:#333;margin-bottom:40px}.services-list{margin-top:30px}.service-item{display:flex;margin-bottom:30px;background-color:#fff;border-radius:10px;padding:20px;box-shadow:0 5px 15px rgb(0 0 0 / .05);position:relative;transition:all 0.3s ease}.service-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgb(0 0 0 / .1)}.service-item::before{content:'';position:absolute;top:0;bottom:0;width:4px;border-radius:2px 0 0 2px;left:0}.service-item:nth-child(1)::before{background-color:var(--primary-color)}.service-item:nth-child(2)::before{background-color:var(--primary-color)}.service-item:nth-child(3)::before{background-color:var(--primary-color)}.service-item:nth-child(4)::before{background-color:var(--primary-color)}.service-icon{flex:0 0 60px;margin-right:20px}.service-icon img{width:100%;height:auto}.service-info{flex:1}.service-info h3{font-size:20px;font-weight:600;color:#000;margin-bottom:10px}.service-info p{font-size:15px;color:#555;line-height:1.6;margin-bottom:0}.services-image{text-align:center}.services-image img{max-width:100%;border-radius:10px}@media (max-width:991px){.services-section{padding:70px 0}.services-title{font-size:32px}.services-image{margin-top:50px}}@media (max-width:767px){.services-title{font-size:28px}.services-subtitle{font-size:16px}.service-item{padding:15px}.service-icon{flex:0 0 50px;margin-right:15px}.service-info h3{font-size:18px}}.our-services-section{padding:80px 0 60px;background-color:#fff;position:relative;overflow:hidden}.our-services-section::before{content:'';position:absolute;top:0;right:0;width:300px;height:300px;background-image:url(../images/blue-blob.webp);background-size:contain;background-repeat:no-repeat;background-position:top right;z-index:0}.our-services-section .container{position:relative;z-index:1}.services-cards{margin-top:50px}.service-card{padding:30px;border-radius:15px;box-shadow:0 5px 25px rgb(0 0 0 / .05);background:var(--gradient);color:#fff;height:100%;text-align:center;transition:all 0.3s ease;position:relative;overflow:hidden;display:flex;flex-direction:column}.service-card:hover{background:linear-gradient(135deg,rgb(9 218 245 / .9),rgb(83 77 231 / .9));box-shadow:0 15px 35px rgb(0 0 0 / .1)}.service-card-icon{margin-bottom:20px;flex-shrink:0;flex:0 0 auto}.service-card-icon img{width:70px;height:70px;filter:invert(1)}.service-card-title{font-size:20px;font-weight:700;margin-bottom:15px;color:#fff}.purple-wave-small{display:flex;justify-content:center;margin:15px auto;flex-shrink:0}.service-card-description{font-size:15px;color:#fff;line-height:1.6}.services-swiper{padding:30px 10px 70px;margin-top:20px}.services-swiper .swiper-slide{height:auto;display:flex}.services-swiper .service-card{height:100%;display:flex;flex-direction:column;width:100%}.services-swiper .service-card-description{flex-grow:1;margin-bottom:0}.services-swiper .swiper-button-prev,.services-swiper .swiper-button-next{color:#fff;background:rgb(255 255 255 / .2);width:40px;height:40px;border-radius:50%}.services-swiper .swiper-button-prev:after,.services-swiper .swiper-button-next:after{font-size:18px;font-weight:700}.services-swiper .swiper-pagination{bottom:10px}.services-swiper .swiper-pagination-bullet{background:#fff;opacity:.6}.services-swiper .swiper-pagination-bullet-active{opacity:1;background:#fff}@media (max-width:991px){.service-card{margin-bottom:30px}}@media (max-width:767px){.service-card{padding:25px}.service-card-title{font-size:18px}.service-card-description{font-size:14px}.services-swiper{padding:20px 5px 60px}.services-swiper .swiper-button-prev,.services-swiper .swiper-button-next{width:35px;height:35px}.services-swiper .swiper-button-prev:after,.services-swiper .swiper-button-next:after{font-size:16px}.services-swiper .swiper-button-prev,.services-swiper .swiper-button-next{display:none}}.stats-counter-section{padding:20px 0;background-size:cover;background-position:center;background-blend-mode:overlay;position:relative;color:#fff}.stats-row{display:flex;justify-content:space-between;text-align:center}.stat-item{padding:20px 10px;transition:transform 0.3s ease;background:#f6f6f6;padding:40px}.stat-item:hover{transform:translateY(-10px)}.stat-icon{margin-bottom:15px}.stat-icon img{width:50px;animation:logo infinite 5s;animation-delay:2s}.stat-number{font-size:42px;font-weight:700;margin-bottom:5px;line-height:1;color:#111}.stat-title{font-size:14px;letter-spacing:1px;opacity:.8}@keyframes logo{0%{transform:rotate(0deg)}15%{transform:rotate(360deg)}30%{transform:rotate(0deg)}45%{transform:rotate(360deg)}60%{transform:rotate(0deg)}70%{transform:rotate(30deg)}80%{transform:rotate(-30deg)}90%{transform:rotate(0deg)}100%{transform:rotate(0deg)}}@media (max-width:991px){.stat-number{font-size:36px}.stat-title{font-size:12px}}@media (max-width:767px){.stats-counter-section{padding:40px 0}.stat-item{margin-bottom:20px}.stat-number{font-size:32px}.stat-title{font-size:11px}}@media (max-width:500px){.stat-item{height:240px;display:flex;flex-direction:column;justify-content:center;align-items:center}}.development-stages-section{padding:60px 0;background-color:#fff;position:relative}.development-stages-section .section-title{font-size:36px;font-weight:700;margin-bottom:15px}.development-stages-section .section-subtitle{max-width:80%;margin-left:auto;margin-right:auto;font-size:16px;line-height:1.7;color:#666;text-align:center}.stages-row{justify-content:center;margin-top:50px}.stage-card{background:var(--gradient);color:#fff;border-radius:15px;padding:30px;height:100%;position:relative;overflow:hidden;box-shadow:0 10px 30px rgb(144 19 254 / .2);transition:all 0.3s ease;text-align:center}.stage-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px rgb(144 19 254 / .3)}.stage-number{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background-color:#fff;color:var(--primary-color);border-radius:50%;font-size:24px;font-weight:700;margin:0 auto 20px;box-shadow:0 5px 15px rgb(144 19 254 / .3)}.stage-title{font-size:20px;font-weight:700;margin-bottom:15px;color:#fff}.stage-description{font-size:15px;line-height:1.6;color:rgb(255 255 255 / .9)}@media (max-width:991px){.development-stages-section{padding:30px 0}.development-stages-section .section-title{font-size:28px}.stage-card{margin-bottom:30px;padding:25px}.stage-title{font-size:18px}.offset-lg-1{margin-left:0}}@media (max-width:767px){.development-stages-section .section-subtitle{max-width:100%;padding-left:15px;padding-right:15px}.stage-card{padding:20px}.stage-number{width:40px;height:40px;font-size:20px}.stage-title{font-size:16px}.stage-description{font-size:14px}}.testimonials-section{padding:60px 0 80px;background-color:#fff;position:relative;overflow:hidden}.testimonials-section .section-title{font-size:36px;font-weight:700;margin-bottom:5px;color:#333}.testimonials-section .rating-text{font-size:38px;font-weight:700;margin-bottom:10px;color:#333}.testimonials-section .rating-subtitle{font-size:20px;color:#666;margin-bottom:60px}.blob-decoration{position:absolute;width:300px;height:300px;opacity:.1;z-index:0}.blob-right{top:-100px;right:-100px}.blob-left{bottom:-100px;left:-100px;transform:rotate(180deg)}.testimonial-carousel{margin:0 -15px;position:relative;z-index:1}.testimonial-item{padding:0 15px;transition:transform 0.3s ease;outline:none}.testimonial-content{background:#fff;border-radius:10px;padding:30px;box-shadow:0 10px 30px rgb(0 0 0 / .08);height:100%;transition:all 0.3s ease;position:relative;display:flex;flex-direction:column;border:1px solid #f0f0f0}.testimonial-content:hover{transform:translateY(-10px);box-shadow:0 15px 40px rgb(144 19 254 / .15)}.client-info{display:flex;align-items:center;margin-bottom:20px}.client-image{width:70px;height:70px;border-radius:50%;overflow:hidden;margin-right:15px;border:2px solid var(--primary-color)}.client-image img{width:100%;height:100%;object-fit:cover}.client-name{font-size:20px;font-weight:700;color:#333;margin-bottom:0}.testimonial-text{margin-bottom:20px;flex-grow:1}.testimonial-text p{font-size:15px;line-height:1.6;color:#666}.testimonial-rating{margin-bottom:15px}.stars{color:gold}.stars i{margin-right:3px}.review-platforms{display:flex;flex-wrap:wrap;gap:15px}.platform{display:flex;align-items:center;margin-right:15px}.platform-logo{margin-right:5px}.review-count{font-size:12px;color:#666;font-weight:500}.testimonial-carousel .slick-dots{bottom:-40px;padding:0;margin-top:20px}.testimonial-carousel .slick-dots li{margin:0 5px}.testimonial-carousel .slick-dots li button:before{font-size:12px;color:#d1d1d1;opacity:1;transition:all 0.3s ease}.testimonial-carousel .slick-dots li.slick-active button:before{color:var(--primary-color);transform:scale(1.2)}@media (max-width:991px){.testimonials-section{padding:70px 0 100px}.testimonial-item{margin-bottom:20px}}@media (max-width:767px){.testimonials-section .section-title{font-size:28px}.testimonials-section .rating-text{font-size:24px}.testimonials-section .rating-subtitle{font-size:16px;margin-bottom:30px}.client-image{width:60px;height:60px}.client-name{font-size:18px}.review-platforms{flex-direction:column;gap:10px}}.awards-section{padding:100px 0;background-color:#fff;position:relative}.awards-section .section-title{font-size:18px;font-weight:600;color:#333;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px}.awards-headline{font-size:36px;font-weight:700;color:#000;margin-bottom:20px}.awards-description{max-width:80%;margin:0 auto 60px;font-size:16px;line-height:1.7;color:#555}.awards-row{display:flex;justify-content:center}.award-card{padding:20px;text-align:center;transition:all 0.3s ease;margin-bottom:30px}.award-card:hover{transform:translateY(-10px)}.award-image{height:120px;display:flex;align-items:center;justify-content:center;margin-bottom:25px;padding:10px}.award-image img{max-height:100%;max-width:100%;object-fit:contain}.award-title{font-size:18px;font-weight:700;color:#333;margin-top:15px;line-height:1.5}@media (max-width:991px){.awards-section{padding:60px 0}.awards-headline{font-size:30px}.awards-description{max-width:90%}}@media (max-width:767px){.awards-section{padding:30px 0}.awards-headline{font-size:26px}.awards-description{max-width:100%;margin-bottom:40px}.award-card{margin-bottom:30px}}.faq-section{padding:100px 0;background-color:#f9f9f9;position:relative}.faq-section .section-title{font-size:32px;font-weight:700;color:#333;margin-bottom:10px;text-align:center}.faq-section .section-subtitle{font-size:16px;color:#666;margin-bottom:40px}.faq-content{padding-right:30px;height:100%}.faq-accordion .accordion-item{border:none;border-radius:8px;overflow:hidden;margin-bottom:15px;box-shadow:0 3px 10px rgb(0 0 0 / .05);background-color:#fff}.faq-accordion .accordion-button{padding:20px;font-size:17px;font-weight:600;color:#333;background-color:#fff;box-shadow:none}.faq-accordion .accordion-button:not(.collapsed){color:var(--primary-color);background-color:#fff;box-shadow:none}.faq-accordion .accordion-button:focus{box-shadow:none;border-color:rgb(144 19 254 / .2)}.faq-accordion .accordion-button::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%239013fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");filter:hue-rotate(301deg)}.faq-accordion .accordion-body{padding:0 20px 20px;font-size:15px;line-height:1.6;color:#666}.faq-images{height:100%;display:flex;align-items:center;background:#232459;border-radius:10px;display:flex;justify-content:center;align-items:center}.faq-images .col-12{display:flex;justify-content:center;align-items:center}.faq-images .row{width:100%}.faq-images img{width:90%;animation:face-anim 10s linear infinite}@keyframes face-anim{0%{transform:translate3d(15px,15px,0)}25%{transform:rotate3d(0,0,1,5deg)}50%{transform:translate3d(-15px,-15px,0)}75%{transform:rotate3d(0,0,1,-5deg)}100%{transform:translate3d(15px,15px,0)}}@media (max-width:991.98px){.faq-images{margin-top:30px;height:400px}}@media (max-width:767.98px){.faq-images{height:350px}}@media (max-width:991px){.faq-section{padding:70px 0}.faq-section .section-title{font-size:28px}.faq-content{padding-right:0;margin-bottom:40px}.faq-accordion .accordion-button{padding:15px;font-size:16px}}@media (max-width:767px){.faq-section{padding:60px 0}.faq-section .section-title{font-size:24px}.faq-section .section-subtitle{margin-bottom:30px;text-align:center}.faq-accordion .accordion-button{padding:15px;font-size:15px}.faq-accordion .accordion-body{padding:0 15px 15px;font-size:14px}.contact-section{padding:40px 0}.contact-form-card{padding:20px}}.contact-section{background:#232459;padding:80px 0;color:var(--white);position:relative;overflow:hidden}.contact-section h2{font-size:50px;font-weight:600}.contact-section .container{position:relative;z-index:1}.contact-section .section-title{color:var(--white)}.contact-section .section-subtitle{color:var(--white)}@media (max-width:767px){.contact-section h2{font-size:28px}}.section-title-underline{width:100px;height:4px;background:var(--gradient);margin:15px auto 20px;position:relative}.section-title-underline::before{content:'';position:absolute;width:50px;height:4px;background:var(--primary-color);top:-8px;left:50%;transform:translateX(-50%)}.section-title-underline::after{content:'';position:absolute;width:50px;height:4px;background:var(--primary-color);bottom:-8px;left:50%;transform:translateX(-50%)}.contact-info-wrapper{margin-right:30px}.contact-info-wrapper h3{font-size:28px;font-weight:700;margin-bottom:20px}.contact-info-item{display:flex;margin-bottom:30px;align-items:center}.contact-icon{width:30px;height:60px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-right:20px;flex-shrink:0;font-size:30px}.contact-icon img{width:30px;filter:invert(1)}.contact-details h5{font-size:18px;font-weight:600;margin-bottom:5px}.contact-details p{margin-bottom:0;font-size:15px;opacity:.9}.contact-form-card{border-radius:15px;padding:10px;width:85%}@media (max-width:500px){.contact-section h2{text-align:center}.contact-section p{text-align:center}}@media (min-width:992px){.contact-form-card{width:100%}}.contact-form-card h4{font-size:24px;font-weight:600;color:#000}.contact-form-card p{color:#000}.form-control{background:#f9f9f9;border:1px solid #e0e0e0;height:50px;border-radius:8px;padding:10px 20px;color:#333;margin-bottom:15px;box-shadow:0 4px 10px rgb(0 0 0 / .05)}.form-control::placeholder{color:#777}textarea.form-control{height:auto;resize:none}.btn-submit{border:none;height:50px;border-radius:8px;font-weight:600;box-shadow:0 6px 15px rgb(83 77 231 / .3);text-transform:uppercase;letter-spacing:1px;transition:all 0.3s ease}.contact-form{max-width:700px;margin:auto;border-radius:10px;color:#fff}.contact-form label{font-weight:600;margin-bottom:8px;display:block;font-size:16px}.contact-form input,.contact-form textarea{width:100%;padding:16px 20px;border-radius:10px;border:none;outline:none;margin-bottom:20px}.contact-form textarea{border-radius:20px;resize:vertical;min-height:140px}.contact-form .row{display:flex}.contact-form .row .col{flex:1}.contact-form button{border:none;padding:14px 35px;border-radius:10px;color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:0.3s}@media (max-width:991px){.contact-form-card{width:100%}}@media (max-width:600px){.contact-form .row{flex-direction:column}}@media (max-width:425px){.contact-form label{font-size:14px}.contact-form input,.contact-form textarea{padding:10px 10px;margin-bottom:10px;font-size:12px;border-radius:5px}}.footer{background-color:#13001e;border:1px solid rgb(255 255 255 / .1);padding:40px 0 20px;color:var(--white)}.footer-main{padding-bottom:30px;border-bottom:1px solid rgb(255 255 255 / .1);margin-bottom:20px}.footer-logo{height:50px}@media (max-width:400px){.footer-logo{width:100%;object-fit:contain}}.footer-copyright{margin-bottom:0;opacity:.7;font-size:14px}.payment-icons{height:50px}.footer-bottom{padding-top:20px;display:flex;align-items:center}.footer-links{display:flex;gap:10px;justify-content:center;align-items:center}.footer-links a{text-decoration:none;color:var(--white);text-align:center}.trust-badge{height:150px;margin-right:15px;opacity:.8;transition:all 0.3s ease}.trust-badge:hover{opacity:1}.back-to-top i{margin-right:5px;display:flex;justify-content:center;align-items:center}@media (max-width:1440px){.footer-links a{font-size:14px}}@media (max-width:991px){.contact-info-wrapper{margin-right:0;margin-bottom:40px}.contact-form-card{padding:30px}.footer-main{text-align:center}.footer-copyright{margin:20px 0}.footer-payment-methods{text-align:center!important}.footer-bottom{flex-direction:column}.footer-trust-badges{margin-bottom:20px;text-align:center}.back-to-top{margin:0 auto}}@media (max-width:767px){.contact-section{padding:60px 0}.contact-icon{width:50px;height:50px}.contact-icon i{font-size:20px}.contact-details h5{font-size:16px}.contact-form-card{padding:5px;width:100%}.footer{padding:30px 0 15px}}@media (max-width:576px){.hero-text h1{font-size:24px}.hero-text h2{font-size:18px}.hero-buttons{flex-direction:column}.hero-buttons .btn{margin:5px 0;width:100%}.section-title{font-size:24px}.section-subtitle{font-size:16px}.contact-info-item{flex-direction:column;text-align:center}.contact-icon{margin:0 auto 15px}.form-control{font-size:14px}.btn-submit{font-size:14px;height:45px}.trust-badge{height:100px}.footer-logo{height:40px;margin-bottom:15px}.footer-copyright{font-size:12px}.faq-accordion .accordion-button{font-size:14px;padding:12px 15px}.faq-accordion .accordion-body{font-size:13px;padding:12px}.faq-images .img-fluid{margin-bottom:10px}.footer-links a{font-size:12px}}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .8);display:none;justify-content:center;align-items:center;z-index:9999;opacity:0;transition:opacity 0.3s ease-in-out}.popup-overlay.active{display:flex;opacity:1}.popup-container{width:100%;max-width:550px;background:#FFF;border-radius:10px;box-shadow:0 15px 30px rgb(0 0 0 / .3);position:relative;overflow:hidden;animation:popupFadeIn 0.5s ease-in-out forwards;margin:20px}.popup-content{padding:30px;position:relative;z-index:1}@media (max-height:690px){.popup-container{height:100%}.popup-content{height:100%;overflow:auto}}.popup-close{position:absolute;top:10px;right:15px;background:none;border:none;color:#000;font-size:30px;cursor:pointer;line-height:1;transition:transform 0.3s}.popup-close:hover{transform:rotate(90deg)}.popup-header{text-align:center;margin-bottom:20px}.popup-header h2{font-size:28px;font-weight:700;color:#000;margin-bottom:5px}.popup-header h3{font-size:18px;font-weight:600;color:#333}.popup-form-container{border-radius:8px;padding:20px;backdrop-filter:blur(5px)}.popup-form .form-control{background:#f9f9f9;border:1px solid #e0e0e0;padding:12px 15px;border-radius:5px;margin-bottom:15px;color:#333;box-shadow:0 4px 10px rgb(0 0 0 / .05)}.popup-form .form-control::placeholder{color:#999}.popup-form select.form-control option{background-color:#fff;color:#333}.popup-form textarea.form-control{min-height:80px;resize:none}.popup-trust{text-align:center;margin-top:15px;font-size:14px;color:#333}.popup-trust p{margin-bottom:8px}.popup-trust-icons{display:flex;justify-content:space-evenly}.popup-trust-icons span{margin:0 10px}@keyframes popupFadeIn{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:576px){.popup-container{max-width:95%;margin:10px}.popup-header h2{font-size:20px;margin-top:5px}.popup-header h3{font-size:16px}.popup-content{padding:40px 10px}.popup-form-container{padding:5px}h2.section-title{padding:0 30px}h3.section-title{padding:0 30px}h2.portfolio-title{padding:0 30px}h2.platforms-title.text-center{padding:0 30px}h3.awards-headline{padding:0 30px}.popup-trust{font-size:11px}}.ninth-sec{background-color:#232459;padding:110px 8vw}.ninth-sec .row-1 .row{align-items:center}.ninth-sec .box{display:flex;overflow:hidden;width:max-content!important;height:max-content;align-items:center;margin:0;padding:0;transform:translateY(-2px)}.ninth-sec .box .inner{background-color:#fff0;display:flex;justify-content:center;align-items:center;width:350px!important;height:60px;white-space:nowrap;overflow:hidden;position:relative;border:none!important;border-radius:0;padding:0}.ninth-sec .box .inner span{color:var(--light-red,#09daf5);font-family:Poppins;font-size:50px;font-style:normal;font-weight:700;text-transform:capitalize;line-height:70px;animation:common-up-down 10s infinite;text-align:left!important;width:max-content!important}.ninth-sec .col-lg-6 h2{color:var(--White,#FFF);font-family:Poppins;font-size:50px;font-style:normal;font-weight:700;line-height:70px;text-transform:capitalize;width:max-content}.ninth-sec .col-lg-6 h2 span{color:#09daf5;font-family:Poppins;font-size:60px;font-style:normal;font-weight:700;line-height:70px;text-transform:capitalize}.ninth-sec .col-lg-6 h6{padding-top:10px;color:var(--White,#FFF);font-family:Poppins;font-size:24px;font-style:normal;font-weight:300;line-height:37px}.ninth-sec .row-1{margin-bottom:50px}.reviews-sec .swiper-slide{display:flex;flex-direction:column;justify-content:flex-start!important;align-items:flex-start!important;width:154px;height:525px!important;border-radius:20px;background:#34337E;margin-right:30px;padding:25px 15px 25px 15px;text-align:left!important;position:relative}.review-card *{text-align:left!important;display:flex;justify-content:flex-start}.review-card .title{color:var(--White,#FFF);font-family:Poppins;font-size:18px;font-style:normal;font-weight:700;line-height:26px;height:50px}.review-card .rating{margin-top:5px}.review-card .review p{color:#FFF;font-family:Poppins;font-size:16px;font-style:normal;font-weight:300;line-height:22px;margin:10px 0 15px}.review-card .review p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:7;overflow:hidden}.review-card .client{color:var(--White,#FFF);font-family:Poppins;font-size:14px;font-style:normal;font-weight:700;line-height:10px}.review-card .designation{color:rgb(255 255 255 / .9);font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:26px;margin:0!important}.review-card .platform{width:fit-content!important;margin-top:10px}.review-card .platform-link{width:max-content}.review-card .mergeBox{position:absolute;bottom:15px;display:block}.review-card .mergeBox img{width:60px}.review-card .mergeBox img.white{filter:invert(1)}@media (max-width:1366px){.review-card .review p{font-size:15px;line-height:20px}}@media (max-width:767px){.ninth-sec .col-lg-6 h2{font-size:28px;line-height:35px;width:100%;text-align:center}.ninth-sec .col-lg-6 h2 span{font-size:30px;line-height:40px}.ninth-sec .col-lg-6.imgCenter{display:flex;flex-direction:column;justify-content:center;align-items:center}.ninth-sec .col-lg-6 h6{font-size:16px;line-height:22px;text-align:center}}.stat-title{color:#111}.navty{padding:20px 10px;position:absolute;width:100%}.thankyou{height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background:#121828;color:#FFF}.thankyou .container{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;overflow:hidden}.thankyou h1{font-size:150px;line-height:160px;font-weight:700;text-align:center;font-family:"Marcellus",serif}.thankyou p{font-size:18px;text-align:center}.thankyou .btn{padding:10px 20px;font-size:18px}@media (max-width:1024px){.thankyou h1{font-size:110px;line-height:110px}.thankyou p{font-size:16px}}@media (max-width:767px){.thankyou h1{font-size:80px;line-height:80px}.thankyou p{font-size:16px}}@media (max-width:576px){.thankyou h1{font-size:50px;line-height:50px}.thankyou p{font-size:16px;margin-bottom:0}.thankyou .btn{padding:8px 10px;font-size:16px}}@media (max-width:400px){.thankyou p{font-size:14px}}h1.tp_reveal_anim{overflow:hidden}.tracker{position:absolute;top:52%;left:50%;transform:translate(-50%,-50%);width:75%;height:75%;padding:2em 0}.emoji{position:absolute;top:14%;left:50%;transform:translate(-50%,-50%);width:150px;height:150px;background:url(./sphere.png) no-repeat 50% 50%;background-size:cover;border-radius:100%}.emoji-face{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;display:flex;flex-direction:column}.eyes,.mouth-wrapper{flex:1}.eyes{display:flex;justify-content:space-around}.eyes img{width:30px;height:30px;animation:rotateEyes 4s infinite linear}.mouth-wrapper{display:flex;justify-content:center;align-items:flex-start}.mouth{width:40px;height:60px;border-radius:50px;background:#000;animation:wonderFace 2s infinite cubic-bezier(.075,.82,.165,1)}