*{margin:0;padding:0;box-sizing:border-box}:root{--yellow-color: #ffcc00;--black-color: #202020;--white-color: #fff;--text-color: #333;--dark: #000;--light: #f0f0f0;--kiroo-big: 95px;--sub-kiroo-title: 59px;--sub-kiroo-title-weight: 800}h1,h2,h3,h4,h5,p,span,form{width:100%}.kiroo-yellow{color:var(--yellow-color)}body{font-family:Sora,Helvetica;line-height:1.6;background:#f9f9f9;overflow-x:hidden}.container{max-width:1200px;margin:auto;padding:0 16px;display:flex;align-items:center;justify-content:space-between}.row{display:flex}.button{width:60px;background-color:var(--yellow-color);border:none;border-radius:5px;color:var(--white-color);height:30px}.hero-btn{background:linear-gradient(90deg,#00c6ff,#0072ff);color:var(--white-color);border:none;padding:.9rem 2.2rem;border-radius:2rem;font-weight:600;cursor:pointer;box-shadow:0 4px 16px #0000001f;transition:background .3s,transform .2s}.main{padding:24px}.logo{font-size:1.5rem;font-weight:700;color:var(--yellow-color);text-decoration:none}.nav{display:flex;gap:24px}.nav a{text-decoration:none;color:var(--text-color);font-weight:500;transition:color .3s ease}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer}.hamburger span{width:25px;height:3px;background:var(--white-color);border-radius:3px;transition:all .3s ease}.search{width:300px;height:30px;padding-left:10px;border-radius:5px;border:1px solid #f9f9;margin-right:10px}.navbar-signup-btn{color:var(--dark);background-color:var(--yellow-color);font-weight:600;padding:5px 10px;text-decoration:none;border-radius:10px}.navbar-header{background:#000;box-shadow:0 2px 8px #0000000a;position:sticky;top:0;z-index:100}.navbar-container{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:.5rem 1rem;height:75px}.navbar-logo img{height:40px}.navbar-nav{display:flex;gap:1rem;align-items:center;transition:right .3s}.navbar-link{padding:.5rem 1.2rem;border-radius:6px;color:var(--white-color);text-decoration:none;font-weight:500;background:transparent;transition:background .2s,color .2s}.navbar-link:hover{background-image:url(/assets/nav.png);background-position:center;background-size:contain;background-repeat:no-repeat}.navbar-link.active{background-image:url(/assets/nav.png);background-position:center;background-size:contain;background-repeat:no-repeat}.navbar-hamburger{display:none;background:none;color:var(--white-color);border:none;cursor:pointer;margin-left:1rem}.new-hero-section{position:relative;width:100vw;height:100vh;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center}.hero-bg{width:100%;height:100%;position:relative;background-image:url(/assets/hero-bg.png);background-size:cover;background-position:center;background-repeat:no-repeat}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:3}.hero-main-content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;flex:1;width:100%;max-width:1084px;padding:2rem}.hero-brand-section{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:93%}.hero-brand-title{font-size:clamp(3rem,8vw,4.125rem);font-weight:800;line-height:normal;margin:0}.kiroo-brand-yellow{color:#fc0}.kiroo-brand-white{color:#fff}.confidence-badge{display:flex;padding:3px 9px;justify-content:center;align-items:center;background:#090909;margin-top:.5rem}.confidence-text{font-size:1.5rem;font-weight:400;color:#fff}.ride-booking-section{display:flex;padding:2.5rem 2.5rem 2.5rem 0;flex-wrap:wrap}.ride-mood-title{font-size:clamp(1.5rem,4vw,2.375rem);font-weight:700;color:#fff;margin:0;align-self:stretch}.booking-form{display:flex;flex-direction:column;align-items:center;gap:1.8rem;flex:1;padding:.3rem 0}.location-inputs-container{display:flex;align-items:center;gap:1.25rem;align-self:stretch;position:relative}.location-input-group{display:flex;padding:0 10px;justify-content:space-between;align-items:center;flex:1;border-radius:32px;background:#f3f3f3;height:50px}.location-input-group{gap:.75rem}.location-dot{width:9px;height:9px;border-radius:5px;background:#000}.location-dot-square{width:9px;height:9px;background:#000}.location-input{flex:1;border:none;background:transparent;outline:none;font-size:1rem;font-weight:400;color:#61676d}.location-input::placeholder{color:#61676d}.ride-type-selector{display:flex;width:124px;height:34px;padding:10px 13px;justify-content:space-between;align-items:center;border-radius:17px;background:#171717;cursor:pointer}.ride-type-text{font-size:.625rem;font-weight:700;color:#d8d8d8;background-color:#fff0;border:#ffffff00}.dropdown-icon{color:#d8d8d8;transform:rotate(90deg)}.connection-line{position:absolute;left:50%;transform:translate(-50%);width:30px;height:3px;background:#000;z-index:1}.find-rides-btn{padding:12px 7px;justify-content:center;align-self:stretch;border-radius:16px;background:var(--yellow-color);box-shadow:0 -2px 2px #3332326b inset,0 4px 4px #ffffff40 inset;border:none;cursor:pointer;transition:background .2s ease}.find-rides-btn:hover{background:#c4a519}.find-rides-btn span{font-size:1.06rem;font-weight:700;color:#090909}@media (max-width: 768px){.location-input{height:41px;width:100%}.hero-main-content{gap:1rem;padding:1rem}.confidence-text{font-size:1rem}.ride-booking-section{flex-direction:column;align-items:flex-start;gap:1.5rem;padding:1.5rem 1rem;width:100%}.location-inputs-container{flex-direction:column;gap:5px}.connection-line{position:static;transform:rotate(90deg);width:18px;height:2px;align-self:center}.location-input-group{width:100%}.ride-type-selector{width:auto;min-width:100px}}@media (max-width: 480px){.hero-main-content{padding:.5rem}.confidence-badge{padding:2px 6px}.confidence-text{font-size:.875rem}.ride-booking-section{padding:1rem .75rem}.location-input-group{padding:.8rem 1rem}.find-rides-btn{padding:1.2rem 1.5rem}}.col-lg-12{width:100%}.col-lg-8{width:66.66%}.col-lg-6{width:50%}.col-lg-4{width:33%}@media screen and (max-width: 600px){.new-hero-section .hero-main-content{padding:1rem .5rem}:root{--yellow-color: #ffcc00;--black-color: #202020;--white-color: #fff;--text-color: #333;--dark: #000;--light: #f0f0f0;--kiroo-big: 60px;--sub-kiroo-title: 30px;--sub-kiroo-title-weight: 800}.ussd-title{font-size:40px}}.features-section{margin:0 auto;background:var(--white-color)}.features-header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;flex-wrap:wrap;margin-bottom:2.5rem}.features-title{color:var(--black-color);line-height:1.1;margin-bottom:0}.features-header-desc{max-width:48%;color:var(--black-color);font-size:15px;line-height:1.6}.features-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.feature-card{background:#f6f6f6;border-radius:1.2rem;padding:1.6rem 1.2rem 1.2rem;display:flex;flex-direction:column;align-items:flex-start;min-height:340px;box-shadow:0 2px 8px #00000008;position:relative}.big-feature-card{width:48%}.small-feature-card{width:30%}.feature-card h3{font-size:1.13rem;font-weight:700;margin-bottom:.5rem;color:var(--black-color)}.feature-card p{font-size:12px;color:var(--text-color);margin-bottom:1.2rem;height:5.2rem}.feature-img{align-self:center;background-repeat:no-repeat;border-radius:10px;box-shadow:0 2px 8px #0000000a}.feature-img.small-feature-img{width:100%;background-size:cover;background-position:center;height:150px}.feature-img.small-feature-img img{width:100%;height:100%;object-fit:contain}.feature-img.big-feature-img{width:100%;background-size:contain;background-position:center;height:379px}.feature-card-cta{background-image:url(/assets/f2-small-bg.png);background-position:center;background-size:cover;display:flex;min-height:100%;text-align:center;grid-column:3;grid-row:2;padding:29px;align-content:space-between;justify-content:center}.feature-card-cta h3{color:var(--black-color);font-size:39px;font-weight:700;text-align:left;line-height:40px}@media (max-width: 1000px){.section-padding{padding-left:20px;padding-right:20px}.features-header-row{flex-direction:column;gap:1.2rem}.features-grid{grid-template-columns:1fr 1fr;grid-template-rows:repeat(3,1fr)}.feature-card-cta{grid-column:2;grid-row:3;min-height:180px}.feature-img.small-feature-img,.feature-img.big-feature-img,.col-lg-4{width:100%}}@media (max-width: 700px){.section-padding{padding-left:20px;padding-right:20px}.features-title{font-size:1.5rem}.features-header-desc{min-width:100%;font-size:1rem}.features-grid{grid-template-columns:1fr;grid-template-rows:none;gap:1.2rem}.feature-card,.feature-card-cta{min-height:160px;padding:1.1rem .7rem 1rem;width:100%}.feature-card-cta{grid-column:1;grid-row:auto}.feature-img{max-width:100%;min-width:0}}.footer-section{background:var(--text-color);color:var(--white-color);padding:2.5rem 0 1.5rem;border-top:2px solid #222;width:100vw}.footer-container{max-width:1100px;margin:0 auto;display:flex;gap:2.5rem;justify-content:center;align-items:flex-start;flex-wrap:wrap}.footer-col{min-width:120px;flex:1}.footer-col h4{font-size:1rem;font-weight:600;margin-bottom:1rem;color:var(--white-color);letter-spacing:.5px}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col ul li{margin-bottom:.6rem}.footer-col ul li a{color:#ccc;text-decoration:none;font-size:.97rem;transition:color .2s;display:flex;align-items:center;gap:.4rem}.footer-col ul li a:hover,.footer-col ul li .footer-more{color:var(--yellow-color)}.footer-more{color:var(--yellow-color);font-size:.95rem;font-weight:500}.footer-socials li a{gap:.5rem}@media (max-width: 768px){.section-padding{padding-left:20px;padding-right:20px}.nav{display:none;flex-direction:column;background:#fff;position:absolute;top:70px;right:16px;width:200px;padding:16px;box-shadow:0 2px 10px #0003}.nav.active,.hamburger{display:flex}.search-container{display:none;background:#fff;position:absolute;top:70px;width:90%;padding:9px;align-items:center;justify-content:center}.search-container.active{display:flex}.open_search{width:20px;height:20px;background-color:red}}@media (max-width: 900px){.section-padding{padding-left:20px;padding-right:20px}.navbar-container{flex-wrap:wrap}.pickup-wrapper{width:100%}.footer-container{flex-wrap:wrap;gap:1.5rem;padding:0 1rem}.footer-col{min-width:140px;flex:1 1 40%;margin-bottom:1.5rem}}@media (max-width: 700px){.section-padding{padding-left:20px;padding-right:20px}.navbar-nav{position:absolute;top:46px;right:-100px;display:none;flex-direction:column;background:#000;width:70vw;box-shadow:0 2px 8px #00000014;padding:1.5rem 1rem;gap:1rem;align-items:flex-start;z-index:200;transition:.3s}.navbar-nav.open{display:flex;right:0;background:#000;transition:.3s;transition-duration:.5s;transition-delay:.5s}.navbar-hamburger{display:block}}@media (max-width: 600px){.section-padding{padding-left:20px;padding-right:20px}.footer-container{gap:1.2rem;padding:0 .5rem}.footer-col{min-width:0;width:100%}}.dataselect-page{width:100vw;background:var(--white-color);overflow-x:hidden}.getting-started-section{display:flex;align-items:flex-start;justify-content:center;gap:2.5rem;max-width:1200px;margin:0 auto;flex-wrap:wrap}.getting-started-left{flex:1.4;align-self:center}.getting-started-title{font-size:2.3rem;font-weight:800;color:var(--text-color);text-align:center;margin-bottom:-30px}.getting-started-desc{color:var(--text-color);font-size:15px;text-align:center;margin-bottom:1.2rem}.getting-started-steps{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem 2rem;margin-top:.5rem}.step-card{background:var(--white-color);border-radius:1.1rem;box-shadow:0 2px 12px #00000012;padding:1.2rem;align-items:flex-start;gap:1rem;min-height:150px}.step-card-dark{background:var(--text-color);color:var(--white-color)}.step-card-dark h3,.step-card-dark p{color:var(--white-color)}.step-number{background:var(--yellow-color);color:var(--text-color);font-weight:700;font-size:1.1rem;border-radius:50%;width:2.1rem;height:2.1rem;display:flex;align-items:center;justify-content:center;margin-right:.7rem;margin-top:.2rem;flex-shrink:0}.step-card h3{font-weight:700;margin-bottom:.4rem}.step-card p{font-size:1rem;color:var(--black-color);margin-bottom:0}.getting-started-right{flex:1;min-width:260px;display:flex;align-items:center;justify-content:center}.getting-started-img{width:320px;max-width:90vw;border-radius:2rem;box-shadow:0 8px 32px #0000001f;background:var(--white-color)}.enjoy-life-section{background:var(--yellow-color);display:flex;align-items:center;justify-content:center;gap:2.5rem;max-width:100vw;margin:0 auto;flex-wrap:wrap}.section-padding{padding:80px 95px}.enjoy-life-left{flex:1.2;max-width:540px}.enjoy-life-title{font-size:48px;font-weight:900;color:var(--text-color);margin-bottom:.7rem;line-height:1}.enjoy-life-title span{font-size:63px}.enjoy-life-sub{font-weight:700;color:var(--text-color);margin-bottom:1.1rem}.enjoy-life-desc{color:var(--text-color);font-size:15px;margin-bottom:1.2rem}.enjoy-life-list{margin-bottom:1rem;color:var(--text-color);font-size:15px}.enjoy-life-list ul,.enjoy-life-list ol{margin:.4rem 0 0 1.2rem;padding:0}.enjoy-life-list li{margin-bottom:.3rem}.enjoy-life-bold{font-weight:700;color:var(--text-color);margin-bottom:1.2rem;margin-top:.7rem}.enjoy-life-btn{display:inline-block;background:var(--text-color);color:var(--white-color);font-weight:700;border:none;border-radius:10px;padding:.8rem 2.2rem;font-size:20px;text-decoration:none;margin-top:.7rem;transition:background .2s,color .2s}.enjoy-life-btn:hover{background:var(--yellow-color);color:var(--text-color);border:1px solid var(--text-color)}.enjoy-life-right{width:490px;height:694px;background-image:url(/assets/belle.png);background-position:center;background-size:contain;background-repeat:no-repeat}.enjoy-life-img{width:auto;object-fit:cover;height:630px}@media (max-width: 1000px){.section-padding{padding-left:20px;padding-right:20px}.getting-started-section,.enjoy-life-section{flex-direction:unset;align-items:center;gap:2rem}.getting-started-right,.enjoy-life-right{justify-content:center;min-width:100%}.getting-started-img,.enjoy-life-img{width:90vw;max-width:340px;height:auto}}@media (max-width: 700px){.section-padding{padding-left:20px;padding-right:20px}.getting-started-steps{grid-template-columns:1fr;gap:1rem}.step-card{padding:1rem .7rem;min-height:110px}.enjoy-life-left{max-width:100vw}}@media (max-width: 500px){.section-padding{padding-left:20px;padding-right:20px}.getting-started-img,.enjoy-life-img{width:98vw;max-width:98vw;border-radius:1.2rem;height:auto}}.s-gap{gap:20px}.ussd-section{display:flex;align-items:center;justify-content:center;gap:2.5rem;max-width:1200px;margin:0 auto;flex-wrap:wrap}.ussd-left{flex:1;min-width:260px;display:flex;align-items:center;justify-content:center}.ussd-img{width:260px;max-width:90vw;object-fit:contain}.ussd-right{flex:1.2;max-width:540px}.ussd-title{font-size:51px;font-weight:800;color:var(--text-color);margin-bottom:.7rem;line-height:1}.ussd-yellow{color:var(--yellow-color)}.ussd-sub{color:var(--text-color);margin-bottom:.3rem}.ussd-desc{color:var(--text-color);font-size:1.05rem;margin-bottom:1.2rem}.ussd-dial{margin-top:1.2rem;line-height:.9;font-size:33px;font-weight:700;color:var(--text-color);font-family:cursive;text-shadow:3px 1px 2px #ffcc00}.ussd-dial-code{font-size:40px;font-weight:900}.do-more-section{background-image:url(/assets/yellow-bg.png);background-position:center;background-size:cover;background-repeat:no-repeat;display:flex;align-items:center;gap:2.5rem;max-width:100vw;margin:0 auto;flex-wrap:wrap;height:100vh}.do-more-right{width:50%;height:400px;overflow:hidden;position:relative}.do-more-left{flex:1.2;max-width:540px}.do-more-title{font-size:48px;font-weight:900;color:var(--text-color);margin-bottom:.7rem}.do-more-title span{color:var(--text-color);font-size:60px;line-height:1}.do-more-sub{font-weight:700;color:var(--text-color);margin-bottom:1.1rem}.do-more-btn{display:inline-block;background:var(--yellow-color);color:var(--white-color);font-weight:700;border:none;border-radius:15px;padding:.8rem 2.2rem;font-size:1rem;text-decoration:none;margin-top:.7rem;transition:background .2s,color .2s}.do-more-btn:hover{background:var(--yellow-color);color:var(--text-color);border:1px solid var(--text-color)}@media (max-width: 1000px){.enjoy-life-right,.getting-started-right,.ussd-left,.do-more-right{justify-content:center}.enjoy-life-img,.getting-started-img,.ussd-img,.do-more-img{width:90vw;max-width:340px}}@media (max-width: 700px){.getting-started-steps{grid-template-columns:1fr;gap:1rem}.step-card{padding:1rem .7rem;min-height:110px}.enjoy-life-left,.do-more-left{max-width:100vw}.do-more-section{background-position:right}.do-more-title,.do-more-title span,.do-more-sub{color:var(--white-color)}.getting-started-title,.getting-started-desc{text-align:left}}@media (max-width: 500px){.enjoy-life-img,.getting-started-img,.ussd-img,.do-more-img{width:98vw;max-width:98vw;border-radius:1.2rem}.do-more-right{width:100%}}.do-more-driver-section{position:relative;width:100vw;height:100vh;background-position:center;background-size:cover;background-repeat:no-repeat;display:flex;align-items:center;justify-content:flex-start;overflow:hidden;margin:0}.do-more-driver-img{width:100vw;height:340px;object-fit:cover;object-position:center right;position:absolute;top:0;left:0;z-index:1}.do-more-driver-overlay{position:relative;z-index:2;max-width:500px}.do-more-yellow{color:var(--yellow-color);font-weight:700;font-size:48px}.do-more-white{color:var(--white-color);font-size:90px;line-height:1}.do-more-driver-desc{color:var(--white-color);font-size:1.05rem;margin:1.2rem 0;max-width:350px}.insurance-section{display:flex;align-items:center;justify-content:center;gap:2.5rem;max-width:1200px;margin:0 auto;flex-wrap:wrap;background:var(--white-color)}.insurance-left{flex:1.2;max-width:540px}.insurance-yellow{color:var(--yellow-color);font-weight:800}.insurance-left h1{font-size:48px;font-weight:900;color:var(--text-color);margin-bottom:.7rem;line-height:1}.insurance-desc{color:var(--text-color);font-size:1.05rem;margin-bottom:1.2rem}.insurance-list{color:var(--text-color)!important;font-size:1.05rem!important;margin-bottom:1.2rem!important}.insurance-footer{font-size:44px;font-weight:700;color:var(--text-color);margin-top:-.5rem;position:absolute}.insurance-right{flex:1;min-width:260px;display:flex;align-items:center;justify-content:center}.insurance-img{width:447px;border-radius:2rem;object-fit:cover}.make-deliveries-section{display:flex;align-items:center;justify-content:flex-end;gap:2.5rem;margin:0 auto;flex-wrap:wrap;background-image:url(/assets/deliveries-illustration.png);background-position:center;background-size:cover;background-repeat:no-repeat;height:95vh}.make-deliveries-left{flex:1;min-width:260px;display:flex;align-items:center;justify-content:center}.make-deliveries-img{width:320px;max-width:90vw;border-radius:1.2rem;object-fit:cover;background:var(--white-color)}.make-deliveries-right{flex:1.2;max-width:540px}.make-yellow{color:var(--yellow-color);font-weight:800}.make-deliveries-right h1{font-size:48px;font-weight:900;color:var(--text-color);margin-bottom:.7rem}.make-deliveries-desc{color:var(--dark);font-size:1.05rem;margin-bottom:1.2rem}@media (max-width: 900px){.make-deliveries-section{height:73vh;justify-content:center;display:block;background-position:center;background-size:cover}.make-deliveries-left{display:none}.make-deliveries-right{flex:0;height:100%;justify-content:flex-start;align-items:flex-start;display:flex;flex-wrap:wrap;gap:0px;align-content:center;background:linear-gradient(251deg,#8c6a6a00 40%,#0000004d)}.do-more-driver-section{min-height:200px}.do-more-driver-overlay{padding:2rem 0 2rem 4vw;max-width:90vw}.insurance-img,.make-deliveries-img{width:90vw;max-width:340px}}@media (max-width: 600px){.do-more-driver-section{min-height:120px}.do-more-driver-overlay{padding:1.2rem 0 1.2rem 2vw}.insurance-footer{font-size:1rem;margin-top:10px;position:relative}.insurance-left{flex:1.2;width:100%}}.faq-section{background:#181818;min-height:100vh;display:flex;align-items:center;justify-content:flex-start;position:relative;overflow:hidden;background-position:center;background-size:cover;background-repeat:no-repeat;background-image:url(/assets/f9-bg.png)}.faq-container{max-width:640px;margin:0;z-index:2}.faq-header{margin-bottom:2.5rem}.faq-title{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:.5rem;letter-spacing:-1px}.faq-subtitle{color:#ccc;font-size:1.1rem;line-height:1.5;margin:0}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#ffc800;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000000a;transition:box-shadow .2s}.faq-item.open{box-shadow:0 4px 16px #0000001a}.faq-question{display:flex;align-items:center;width:100%;background:none;border:none;outline:none;padding:1.1rem 1.5rem;cursor:pointer;font-size:14px;font-weight:800;color:var(--text-color);transition:background .2s;gap:1.2rem}.faq-number{background:#a39151e0;color:var(--white-color);border-radius:50%;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-right:.7rem;flex-shrink:0}.faq-toggle-icon{margin-left:auto;display:flex;align-items:center}.faq-answer{background:#fffbe6;color:#222;font-size:1rem;padding:0 1.5rem;border-top:1px solid #ffe066;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .3s;max-height:0;overflow:hidden}.faq-item.open .faq-answer{padding:1rem 1.5rem}@media (max-width: 700px){.faq-container{max-width:100%}.faq-section{padding:2rem .5rem;justify-content:center}.faq-title{font-size:2rem}.faq-question{padding:1rem}}.waitlist-section{min-height:100vh;width:100vw;background-image:url(/assets/f11-bg.png);display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;background-position:center;background-size:cover}.waitlist-content{width:100%;max-width:540px;margin:0 auto;text-align:center;z-index:2}.waitlist-title{color:var(--white-color);font-size:3rem;font-weight:700}.waitlist-highlight{color:var(--yellow-color);display:block;font-size:3.2rem;font-weight:800}.waitlist-desc{color:var(--white-color);font-size:1.15rem;margin-bottom:2.5rem;line-height:1.5}.waitlist-coming{font-weight:600;color:var(--white-color);letter-spacing:1px}.waitlist-form{background:var(--white-color);border-radius:12px;box-shadow:0 4px 24px #0000001f;padding:2rem 2rem 1.5rem;display:flex;flex-direction:column;gap:1.2rem}.waitlist-form-row{display:flex;gap:1.2rem}.waitlist-form-group{flex:1;display:flex;flex-direction:column;align-items:flex-start}.waitlist-form-group label{font-size:1rem;color:var(--text-color);margin-bottom:.4rem;font-weight:500}.waitlist-form-group input{width:100%;padding:.7rem 1rem;border:1px solid #eee;border-radius:6px;font-size:1rem;background:#fafafa;transition:border .2s}.waitlist-form-group input:focus{border:1.5px solid #ffc800;outline:none;background:var(--white-color)}.waitlist-btn{width:100%;background:#ffc800;color:var(--text-color);font-size:1.1rem;font-weight:700;border:none;border-radius:6px;padding:.85rem 0;margin-top:.5rem;cursor:pointer;transition:background .2s}.waitlist-btn:hover{background:#ffda47}@media (max-width: 700px){.waitlist-content{max-width:98vw;padding:0 .5rem}.waitlist-title,.waitlist-highlight{font-size:2rem}.waitlist-form{padding:1.2rem .7rem 1rem}.waitlist-form-row{flex-direction:column;gap:.7rem}}.see-more{text-align:center}.see-more a{text-decoration:none;color:var(--yellow-color)}.about-hero{background-image:url(/assets/about-hero.png);background-size:cover;background-position:center;height:131vh;color:#fff;margin-bottom:-200px;display:flex}.about-us-text{font-size:88px;line-height:1;rotate:-90deg;font-weight:bolder}.about-us-text-container{width:auto;height:100vh;display:flex;align-content:center;justify-content:center;align-items:center}.demo{height:30px;border:1px solid red}.aframe2-mid{background-image:url(/assets/about-mid-img.png);background-position:center bottom;background-size:contain;background-repeat:no-repeat;width:35%}.aframe2-top{width:35%;background-position:top center;background-size:contain;background-repeat:no-repeat}.aframe2-bottom{width:30%}.aframe2-top p{font-size:15px;color:#666;margin-bottom:10px;line-height:1}.aframe2-top h2{color:#666}.aframe2-top h1{line-height:1;font-size:113px}.aframe2-top p b{color:#000}.aframe2-bottom h3{font-size:40px;margin-bottom:10px;color:#666}.aframe2-bottom p{color:#666}.aframe2-bottom img{margin:70px 0}.sec-aframe2{width:65%}.sec-aframe2 h3{text-transform:uppercase;font-size:29px;margin:15px 0;line-height:1}.sec-aframe2 h3 span{color:var(--yellow-color)}.sec-aframe2 p{font-size:15px;color:#666;line-height:1}.sec-aframe2 h1{text-transform:uppercase;line-height:.8;font-size:97px;font-weight:900;color:#31230a}.sticky-img{position:absolute;right:90px;margin-top:-250px}.sec-aframe2 h1 span{font-size:50px;color:var(--yellow-color)}.ser-col{width:33%;background-size:contain;background-repeat:no-repeat;background-position:top center;align-content:end;box-shadow:3px 5px 20px #633e3e;padding:10px;border-radius:10px;margin-top:20px}.ser-col img{width:100%}.ser-col .botton-container{gap:5px;margin-top:10px}.ser-col a,.ser-col p{color:var(--black-color)}.botton-container button{border:1px solid #000;padding:5px 10px;border-radius:4px;background-color:#fff;font-size:10px}@media (max-width: 700px){.ser-col{width:100%}.sec-aframe2 h3{font-size:22px}.sticky-img{display:none}.sec-aframe2 h1{line-height:1;font-size:50px}.s-head{font-size:40px!important}.aframe2-bottom h3{font-size:20px;font-weight:700;margin:0}.aframe2-top h1{line-height:1;font-size:40px;font-weight:700}.aframe2-top,.aframe2-mid,.aframe2-bottom,.sec-aframe2{width:100%;margin:0;padding:0}.aframe2-mid{height:60vh}.about-frame2{flex-wrap:wrap;height:auto}.about-us-text{rotate:360deg;font-size:50px}.about-hero{padding:20px;margin:0}.sm-flex-wra{flex-wrap:wrap}}.testimonial-section{text-align:center}.arrow:active{transform:scale(.95)}.testimonial-heading{font-size:3rem;font-weight:700;margin-bottom:1.5rem;color:#333;text-align:right;line-height:1}.testimonial-card{display:flex;align-items:center;justify-content:space-between;position:relative;margin:0 auto}.arrow{background:none;border:none;font-size:2rem;cursor:pointer;color:#fff;transition:color .3s ease;background-color:#555;border-radius:50%;padding:6px}.arrow:hover{color:#000}.testimonial-content{display:flex;flex-direction:row;align-items:center;gap:1.5rem;text-align:left}.testimonial-image img{width:260px}.testimonial-text{max-width:500px}.quote{font-size:1.2rem;font-style:italic;color:#444;margin-bottom:.5rem}.author{font-size:1rem;font-weight:500;color:#777}@media (max-width: 768px){.testimonial-content{flex-direction:column;text-align:center}.testimonial-image img{margin-bottom:1rem}.arrow{position:absolute;top:50%;transform:translateY(-50%)}.arrow.left{left:10px}.arrow.right{right:10px}}
