html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}@font-face{font-family:medium_Poppins;src:url(fontfamily/poppins-medium-webfont.woff2) format('woff2'),url(fontfamily/poppins-medium-webfont.woff) format('woff');font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:light_Poppins;src:url(fontfamily/poppins-regular-webfont.woff2) format('woff2'),url(fontfamily/poppins-regular-webfont.woff) format('woff');font-weight:400;font-style:normal;font-display:swap}body{font-family:light_Poppins,sans-serif;color:#333}header{height:100px;display:flex;justify-content:space-around;align-items:center;padding:0 20px;position:relative;z-index:1000}nav{display:flex;gap:25px;align-items:center}nav a{text-decoration:none;color:#333;font-weight:500;transition:.3s ease;padding:8px 15px;border-radius:5px}nav a:hover{color:#2A2A72;font-weight:bold;font-size:15px}.signup{background-color:#00AEEF;color:white;padding:8px 18px;border-radius:6px}.hero{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:20px 20px;gap:40px;animation:fadeIn 1s ease-in-out}.left,.right{flex:1 1 100%;text-align:center}@media (min-width:768px){.left{text-align:left;flex:1 1 50%}.right{flex:1 1 45%}}.right img{width:100%;max-width:400px;height:auto;border-radius:12px;animation:fadeInUp 1.2s ease;margin:0 auto}.hero h1{font-family:medium_Poppins;font-size:clamp(32px,5vw,40px);line-height:1.2;margin-bottom:20px}.hero h1 span{color:#2A2A72}.hero p{font-family:light_Poppins;color:#666;font-size:clamp(14px,2vw,18px);margin-bottom:30px;max-width:480px}.button{background-color:#00AEEF;color:white;padding:14px 32px;font-size:clamp(14px,2vw,16px);border:0;border-radius:8px;cursor:pointer;transition:.3s ease}.button:hover{transform:scale(1.05)}.stats{display:flex;gap:50px;margin-top:40px;flex-wrap:wrap}.stat{text-align:center;min-width:120px;font-size:clamp(12px,1.5vw,15px)}.stat .number{font-size:clamp(20px,3vw,25px);color:#2A2A72;font-weight:bold}.stat span{display:block;color:#666;margin-top:8px}.right img{max-width:100%;height:auto;border-radius:12px;animation:fadeInUp 1.2s ease}footer{text-align:center;padding:30px;background-color:transparent;backdrop-filter:blur(15px);font-size:16px;color:#777;animation:fadeIn 1s ease-in-out;position:relative;z-index:1}.companies-logos{display:flex;justify-content:center;overflow:hidden;padding:10px 0;position:relative;background-color:transparent}.companies-logos-wrapper{display:flex;animation:logoSlide 15s linear infinite}.companies-logos img{margin-right:30px;width:120px;height:auto;transition:transform .3s ease}.companies-logos img:hover{transform:scale(1.1)}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes logoSlide{0%{transform:translateX(100%)}25%{transform:translateX(0)}50%{transform:translateX(-100%)}75%{transform:translateX(-200%)}100%{transform:translateX(-300%)}}@media (max-width:768px){footer{padding:20px 0}.companies-logos img{max-height:50%}}:root{--marquee-width:80%;--marquee-height:120px;--marquee-elements-displayed:6;--marquee-element-width:calc(var(--marquee-width) / var(--marquee-elements-displayed));--marquee-animation-duration:calc(var(--marquee-elements) * 3s)}.logo-row{margin-bottom:20px}.marquee-wrapper{display:flex;flex-direction:column;gap:20px}.marquee{width:var(--marquee-width);height:var(--marquee-height);margin:0 auto;background-color:#fff;overflow:hidden;position:relative}.marquee::before,.marquee::after{position:absolute;top:0;width:10rem;height:100%;content:"";z-index:2;pointer-events:none}.marquee::before{left:0;background:linear-gradient(to right,#fff 0,transparent 100%)}.marquee::after{right:0;background:linear-gradient(to left,#fff 0,transparent 100%)}.marquee-content{list-style:none;height:100%;display:flex;align-items:center;animation:scrolling var(--marquee-animation-duration) linear infinite;padding:0;margin:0}.marquee.reverse .marquee-content{animation:scrolling-reverse var(--marquee-animation-duration) linear infinite}@keyframes scrolling{0%{transform:translateX(0)}100%{transform:translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)))}}@keyframes scrolling-reverse{0%{transform:translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)))}100%{transform:translateX(0)}}.marquee-content li{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:var(--marquee-element-width);height:100%;padding:1rem}.marquee-content li img{max-height:90%;max-width:100%;object-fit:contain}@media (max-width:839px){.right img{max-width:80%;width:80%;height:auto;margin:0 auto}.stats{justify-content:center;align-items:center}}@media (max-width:768px){:root{--marquee-elements-displayed:3;--marquee-width:100%}.marquee::before,.marquee::after{width:5rem}.marquee-content li img{max-height:50%}}@media (max-width:1024px){nav{display:none}.mobile-nav{display:flex!important;flex-direction:column;position:absolute;top:80px;right:20px;background:rgba(255,255,255,.95);border-radius:12px;padding:20px;box-shadow:0 5px 20px rgba(0,0,0,.1);animation:fadeDown .3s ease forwards;z-index:999}}@keyframes fadeDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}:root{--primary-aura-blue:#38388A;--secondary-aura-blue:#6e59ff;--background-aura-light:#F8F9FA;--text-aura-dark:#333;--text-aura-gray:#666;--aura-white:#FFF;--aura-shadow-light:0 4px 12px rgba(0,0,0,.08);--aura-shadow-hover:0 8px 20px rgba(0,0,0,.15)}.aura-seo-solutions{padding:80px 20px;background-color:var(--background-aura-light);font-family:Poppins,sans-serif}.aura-container{max-width:1200px;margin:0 auto;display:flex;gap:40px;align-items:center}.aura-content-main{flex:1;max-width:40%;padding-right:40px}.aura-main-heading{font-size:clamp(24px,5vw,30px);line-height:1.2;margin-bottom:20px}.aura-main-paragraph{font-size:clamp(14px,2vw,16px);color:#666;margin-bottom:30px}.aura-action-button{display:inline-block;padding:12px 28px;background-color:var(--secondary-aura-blue);color:var(--aura-white);text-decoration:none;font-weight:500;border-radius:8px;transition:background-color .3s ease-in-out,transform .2s ease-in-out}.aura-action-button:hover{background-color:var(--primary-aura-blue);transform:translateY(-2px)}.aura-features-grid{flex:1;display:grid;grid-template-columns:repeat(2,1fr);gap:25px}.aura-feature-card{background-color:var(--aura-white);padding:30px;border-radius:12px;box-shadow:var(--aura-shadow-light);transition:all .3s ease-in-out;text-align:left}.aura-feature-card h3{font-size:18px;font-weight:600;color:#2A2A72;margin-bottom:10px}.aura-feature-card p{font-size:14px;color:var(--text-aura-gray);line-height:1.6}.aura-icon-circle{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background-color:rgba(110,89,255,.1);border-radius:50%;margin-bottom:20px;transition:background-color .3s ease-in-out}.aura-feature-icon{width:24px;height:24px;color:#2A2A72;transition:color .3s ease-in-out}.aura-feature-card:hover{background-color:#2A2A72;box-shadow:var(--aura-shadow-hover);transform:translateY(-8px);border-color:var(--secondary-aura-blue)}.aura-feature-card:hover h3,.aura-feature-card:hover p,.aura-feature-card:hover .aura-feature-icon{color:var(--aura-white)}.aura-feature-card:hover .aura-icon-circle{background-color:rgba(255,255,255,.2)}@media (max-width:992px){.aura-container{flex-direction:column;align-items:center}.aura-content-main{max-width:100%;padding-right:0;text-align:center;margin-bottom:40px}.aura-features-grid{max-width:100%;grid-template-columns:1fr}.aura-feature-card{text-align:center}.aura-icon-circle{margin-left:auto;margin-right:auto}}@media (max-width:1026px){.nav{display:none}}@media (min-width:1025px){.main{display:none}}.main{text-align:end;margin-right:70px}.hamburger{position:relative;width:70px;height:70px;display:inline-flex;flex-direction:column;justify-content:space-between;cursor:pointer;padding:20px}.hamburger:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:20px;background:#2A2A72;background:-webkit-linear-gradient(to right,#2A2A72,#2A2A72);background:linear-gradient(to right,#2A2A72,#2A2A72);transform:rotate(0deg);transition:all .4s cubic-bezier(0.54,-.10,.57,.57)}.hamburger-input{position:absolute;opacity:0;left:0;right:0;top:0;bottom:0;cursor:pointer}.hamburger-line{width:100%;background:#fff;height:2px;display:block;border-radius:6px;transition:transform .4s cubic-bezier(0.54,-.81,.57,.57);position:relative}.hamburger-line.first,.hamburger-line.third{width:50%}.hamburger-line.third{margin-left:50%;transform-origin:left}.menu-button-wrapper{position:relative;display:inline-block}.menu-button-wrapper .item-list{position:absolute;top:90px;transform:translateX(-50%) scale(0);transform-origin:center;transition:all .4s cubic-bezier(0.54,-.10,.57,.57);background-color:#303242;color:#fff;width:200px;left:50%;padding:15px 0;text-align:left;border-radius:100px;font-weight:300;opacity:0;user-select:none;z-index:1}.menu-button-wrapper .item-list div{padding:10px 30px;cursor:pointer}.menu-button-wrapper .menu-button{position:absolute;width:70px;height:70px;left:0;z-index:2;opacity:0;cursor:pointer}.menu-button:checked~.item-list{transform:translateX(-50%) scale(1);border-radius:20px;opacity:1;user-select:auto}.menu-button:checked~.icon-wrapper .hamburger-line.second{transform:rotate(-45deg)}.menu-button:checked~.icon-wrapper .hamburger-line.first{transform:translate(2px,8px) rotate(-135deg)}.menu-button:checked~.icon-wrapper .hamburger-line.third{transform:translate(11px,-3px) rotate(-135deg)}.menu-button:checked~.icon-wrapper .hamburger:before{transform:rotate(45deg)}.signature-wrapper{margin-top:150px;margin-bottom:100px;text-align:center}.signature-wrapper .signature-title{font-size:16px;letter-spacing:1px;font-weight:normal;color:#444}.signature-wrapper .signature-link{color:#444;display:inline-block;margin:20px 0 10px;font-size:13px;letter-spacing:.5px;text-decoration:none;border-bottom:solid 2px #444}.testimonial-container{width:100%;max-width:56rem;padding:2rem;margin:0 auto}.testimonial-grid{display:grid;gap:5rem}.image-container{position:relative;width:90%;height:24rem;perspective:1000px}.testimonial-image{position:absolute;width:100%;height:100%;object-fit:cover;border-radius:1.5rem;transition:all .6s cubic-bezier(0.23,1,.32,1);box-shadow:0 10px 30px rgba(0,0,0,.2)}.testimonial-content{display:flex;flex-direction:column;justify-content:space-between}.name{font-size:1.5rem;font-weight:bold;color:#000;margin-bottom:.25rem}.designation{font-size:.875rem;color:#6b7280;margin-bottom:2rem}.quote{font-size:1.125rem;color:#4b5563;line-height:1.75}.arrow-buttons{display:flex;gap:1rem;padding-top:3rem}.arrow-button{width:1.75rem;height:1.75rem;border-radius:50%;background-color:#141414;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s}.arrow-button:hover{background-color:#00a6fb}.arrow-button svg{width:1.25rem;height:1.25rem;fill:#f1f1f7;transition:transform .3s}.arrow-button:hover svg{fill:#fff}.prev-button:hover svg{transform:rotate(-12deg)}.next-button:hover svg{transform:rotate(12deg)}@media (min-width:768px){.testimonial-grid{grid-template-columns:1fr 1fr}.arrow-buttons{padding-top:0}}.main-content-area{display:flex;justify-content:center;align-items:center;padding:40px 20px;overflow:hidden;position:relative}.intro-block-wrapper{background-color:var(--primary-color);border-radius:20px;display:flex;max-width:1200px;width:100%;min-height:250px;box-shadow:0 10px 30px rgba(0,0,0,.1);position:relative;overflow:visible}.media-graphic-area{position:absolute;left:-80px;bottom:0;width:450px;height:450px;overflow:hidden;z-index:2;background-image:url(/images/client.png);background-size:contain;background-repeat:no-repeat;background-position:center bottom;min-height:300px}.callout-text-panel{flex:1;padding:60px 40px 60px 400px;display:flex;flex-direction:column;justify-content:center;color:white;text-align:left;position:relative;z-index:3}.callout-title{font-size:30px;font-weight:700;margin-bottom:15px;line-height:1.2}.callout-subtext{font-size:16px;font-weight:400;margin-bottom:30px;opacity:.9;max-width:450px}.action-button{background-color:white;color:var(--primary-color);padding:12px 25px;border:0;border-radius:8px;font-size:1em;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .2s ease;align-self:flex-start}.action-button:hover{background-color:#f0f0f0;transform:translateY(-1px)}.deco-path-top,.deco-path-bottom{position:absolute;stroke:white;fill:none}.deco-path-top{width:100px;height:60px;top:20px;right:20px}.deco-path-bottom{width:60px;height:40px;bottom:30px;right:130px;transform:rotate(180deg)}@media (max-width:768px){.main-content-area{padding:0}.intro-block-wrapper{flex-direction:column;min-height:auto;border-radius:0;overflow:hidden}.pricing-plan{margin-bottom:40px}.plan-footer{display:flex;flex-direction:column;justify-content:center;align-items:center}.media-graphic-area{position:relative;width:100%;height:auto;background-size:contain;background-position:center center;background-repeat:no-repeat;margin:0 auto;z-index:1}.callout-text-panel{padding:20px;text-align:center;display:flex;justify-content:center;align-items:center;flex-direction:column}.action-button{align-self:center}.deco-path-top,.deco-path-bottom{display:none}}@media (max-width:600px){.hero img{max-width:80%;margin:0 auto}.button{width:100%;padding:15px}.hero h1{font-size:24px}.hero p{font-size:14px;padding:0 15px}}:root{--primary-color:#2A2A72;--light-bg:#f8f8fa;--text-dark:#333}@media (max-width:550px){.callout-title{font-size:16px}.callout-subtext{font-size:12px}.media-graphic-area{margin-left:80px}}#pricing-table-container{text-align:center;max-width:1100px;width:100%;margin:0 auto;padding:20px}.main-title{font-size:2em;color:#333;margin-bottom:40px;font-weight:700}.pricing-plans-wrapper{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,auto);gap:30px;align-items:center;justify-items:center}@media screen and (max-width:768px){.pricing-plans-wrapper{grid-template-columns:1fr;gap:20px}}.pricing-plan{background-color:#fff;border-radius:12px;padding:30px;box-shadow:0 5px 15px rgba(0,0,0,.05);border:1px solid #e0e0e0;text-align:left;transition:all .3s ease;display:flex;flex-direction:column;justify-content:space-between}.pricing-plan:hover{transform:scale(1.05)}.pricing-plan.highlighted{background-color:#3f3fb1;border-color:#2A2A72;color:#fff;box-shadow:0 10px 25px rgba(0,0,0,.15)}.pricing-plan.highlighted:hover{background-color:#2A2A72}.plan-header h3{font-size:1.3em;font-weight:700;margin-top:0;margin-bottom:20px;display:flex;align-items:center;color:#333}.pricing-plan.highlighted .plan-header h3{color:#fff}.plan-header h3 span{font-size:1em;margin-left:8px}.features-columns{display:flex;justify-content:space-between;gap:15px;margin-bottom:25px}.features-list{list-style:none;padding:0;margin:0;flex:1}.features-list li{font-size:.9em;color:#666;margin-bottom:10px;display:flex;align-items:center}.pricing-plan.highlighted .features-list li{color:#e0e0e0}.features-list li .icon{display:inline-flex;justify-content:center;align-items:center;width:16px;height:16px;border-radius:50%;border:2px solid #a0a0a0;color:transparent;font-size:10px;font-weight:700;margin-right:8px;transition:all .3s ease}.pricing-plan.highlighted .features-list li .icon{border-color:#fff;color:#2A2A72;background-color:#fff}.plan-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.price{font-size:2em;color:#333;font-weight:700}.pricing-plan.highlighted .price{color:#fff}.price span{font-size:.5em;font-weight:normal;color:#888;margin-left:3px}.pricing-plan.highlighted .price span{color:#e0e0e0}.get-started-btn{background-color:transparent;color:#2A2A72;padding:10px 20px;border:2px solid #2A2A72;border-radius:5px;font-size:1em;cursor:pointer;transition:all .3s ease;font-weight:600}.get-started-btn:hover{background-color:#2A2A72;color:#fff;border-color:#2A2A72}.get-started-btn.white-btn{background-color:#fff;color:#2A2A72;border:2px solid #fff}.get-started-btn.white-btn:hover{background-color:#2A2A72;border-color:#2A2A72}.pricing-plan:not(.highlighted):hover{border-color:#2A2A72}.pricing-plan:not(.highlighted):hover .get-started-btn{background-color:#2A2A72;color:#fff;border-color:transparent}.pricing-plan.highlighted:hover{background-color:#2A2A72;border-color:#2A2A72}.pricing-plan.highlighted:hover .get-started-btn.white-btn{background-color:#f0f0f0;border-color:#f0f0f0}.pricing-plan:not(.highlighted):hover .features-list li .icon{background-color:#2A2A72;border-color:#2A2A72;color:#fff}@media (min-width:601px) and (max-width:1024px){.pricing-plans-wrapper{grid-template-columns:repeat(2,1fr);gap:20px}.features-list li{font-size:.85em}}@media (max-width:600px){.pricing-plans-wrapper{grid-template-columns:1fr}.main-title{font-size:1.8em}.pricing-plan{padding:25px 20px}.features-columns{flex-direction:column;gap:5px}.plan-footer{flex-direction:row;justify-content:space-between;align-items:center;gap:15px}.get-started-btn{width:90%}.price{font-size:1.8em;width:50%;text-align:left}}:root{--dark-blue-bg:#fff;--light-text-color:#1e293b;--subtle-text-color:#475569;--link-hover-color:#2A2A72;--border-color:#e2e8f0;--logo-aura-initial-A-gradient-start:#007bff;--logo-aura-initial-A-gradient-end:#00bcd4;--logo-aura-rest-color:#2c3e50;--logo-spire-color:#5d3f6a;--logo-hover-color:#10b981}.flow-footer{background-color:var(--dark-blue-bg);color:var(--subtle-text-color);padding:60px 20px 0;font-family:sans-serif}.footer-content-wrapper{max-width:1200px;margin:0 auto;padding-bottom:40px}.footer-main-area{display:flex;align-items:flex-start;gap:100px;justify-content:center}.footer-logo-area{flex-basis:120px;flex-shrink:0;padding-top:5px;justify-content:center;align-items:center;width:100%;text-align:center}.brand-image-logo{width:100px;height:auto;display:block;align-items:center}.footer-nav-columns{display:flex;flex-grow:1;justify-content:space-between;gap:30px;max-width:800px}.nav-column{flex:1 1 200px;max-width:250px}.column-title{font-size:.85rem;font-weight:700;color:var(--light-text-color);margin-bottom:15px;text-transform:uppercase;letter-spacing:.05em}.column-list{list-style:none;padding:0;margin:0}.column-list li{margin-bottom:10px}.list-link{text-decoration:none;color:var(--subtle-text-color);font-size:.95rem;transition:color .2s}.list-link:hover{color:var(--link-hover-color);font-weight:bold;font-size:13px}.social-description{line-height:1.5;margin-bottom:15px;font-size:.95rem}.social-links{display:flex;align-items:center;justify-items:center;justify-content:center;font-size:20px;display:flex;gap:15px;align-items:center}.social-icon-link{display:inline-flex;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s}.social-links svg{width:20px;height:20px;justify-content:center;align-items:center}.social-svg-icon{width:20px;height:20px;fill:var(--subtle-text-color);transition:fill .2s}.social-icon-link:hover .social-svg-icon{fill:var(--link-hover-color)}.footer-bottom-bar{max-width:1200px;margin:0 auto;padding:20px 0;border-top:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center;font-size:.8rem}.copyright-text{margin:0;color:var(--subtle-text-color)}.legal-and-lang-links{display:flex;gap:20px;align-items:center}.legal-link{text-decoration:none;color:var(--subtle-text-color)}.language-select{color:var(--subtle-text-color);cursor:pointer}@media (max-width:992px){.footer-main-area{flex-direction:column;gap:30px;align-items:center;justify-content:center}.footer-logo-area{text-align:center;width:100%}.footer-nav-columns{flex-wrap:wrap;justify-content:center;max-width:80%;margin:0 auto}.nav-column{flex:1 1 45%;text-align:center}.column-list{display:inline-block}.social-links{display:flex;align-items:center;justify-items:center}}@media (max-width:576px){.footer-main-area{align-items:center}.footer-nav-columns{flex-direction:column;max-width:90%;margin:0 auto}.nav-column{flex:1 1 100%;max-width:100%;margin-bottom:20px;text-align:center}.column-list{display:inline-block}.footer-bottom-bar{flex-direction:column;align-items:center;text-align:center;gap:10px}.copyright-text{text-align:center}.legal-and-lang-links{flex-wrap:wrap;justify-content:center;gap:10px 15px}.social-links{justify-content:center}}@media (max-width:576px){.footer-nav-columns{flex-direction:column}.footer-main-area{align-items:center}.nav-column{flex:1 1 100%;max-width:100%;margin-bottom:20px}.footer-bottom-bar{flex-direction:column;align-items:flex-start;gap:10px}.legal-and-lang-links{flex-wrap:wrap;gap:10px 15px}}.footer-brand{display:flex;justify-content:center;align-items:center;width:100%}.brand-image-logo{width:100px;height:auto;transition:transform .3s ease-in-out;transform-origin:center center}.logo-link:hover .brand-image-logo{transform:scale(1.4)}.footer-brand a{display:inline-block;max-width:100%}.logo1{display:flex;justify-content:center;align-items:center}.brand-image{width:100%;max-width:150px;height:auto;transition:transform .3s ease-in-out}a:hover .brand-image{transform:scale(1.2)}