*{font-family:Poppins,sans-serif}.main-container .hero-section{position:relative;width:100%;height:auto;overflow:hidden}.main-container .hero-section .hero-overlay{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;height:100%;padding:0 60px;gap:40px}.main-container .hero-section .hero-content{max-width:600px}.main-container .hero-section .hero-overlay h1{font-size:52px;font-weight:700;line-height:1.3;color:#05223e;margin:0 0 20px}.main-container .hero-section .hero-overlay h1 span{color:#b00}.main-container .hero-section .hero-overlay h3{font-size:20px;font-weight:400;line-height:1.6;color:#444;margin:0 0 30px}.main-container .hero-section .hero-image{flex:1 1;display:flex;justify-content:center;align-items:center}.main-container .hero-section .hero-image img{width:100%;max-width:500px;height:auto;display:block}@media(max-width:992px){.main-container .hero-section .hero-overlay{flex-direction:column;align-items:center;text-align:center;padding:20px}.main-container .hero-section .hero-image{max-width:80%;margin-top:30px}.main-container .hero-section .hero-overlay h1{font-size:38px}.main-container .hero-section .hero-overlay h3{font-size:18px}}.main-container .counter{width:100%}@media(max-width:768px){.main-container .container{flex-wrap:wrap}}.main-container .call-us{color:#000}@media(max-width:767px){.main-container .about-container{flex-wrap:wrap}}.main-container .about-us-text{font-weight:800;font-size:30px;color:#334770}.main-container .about-us-sub-text{color:gray;font-size:18px}.main-container .about-image{height:300px}.blogs-section{display:flex;flex-direction:column;margin-bottom:80px}.blogs-section h5{line-height:30px;border-bottom:5px solid #334770}.blogs-section h2{color:#334770;margin-bottom:20px}.Book-Free-Consultation{line-height:1;text-decoration:none;display:inline-flex;border:none;cursor:pointer;align-items:center;gap:.75rem;background-color:var(--clr);color:#fff;border-radius:10rem;font-weight:600;padding:15px;transition:all .3s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.button__icon-wrapper{flex-shrink:0;width:25px;height:25px;position:relative;color:var(--clr);background-color:#fff;border-radius:50%;display:grid;place-items:center;transition:all .3s ease;overflow:hidden}.Book-Free-Consultation:hover{background:#084074;transform:scale(1.05);box-shadow:0 8px 20px rgba(0,0,0,.2)}.Book-Free-Consultation:hover .button__icon-wrapper{color:#000}.button__icon-svg--copy{position:absolute;transform:translate(-150%,150%)}.Book-Free-Consultation:hover .button__icon-svg:first-child{transition:transform .3s ease-in-out;transform:translate(150%,-150%)}.Book-Free-Consultation:hover .button__icon-svg--copy{transition:transform .3s ease-in-out .1s;transform:translate(0)}.business-hours-section{padding:4rem 1.5rem;background:#f8fafc}@media(min-width:768px){.business-hours-section{padding:6rem 5rem}}.business-hours-section .container{max-width:80rem;margin:0 auto}.business-hours-section .section-header{text-align:center;margin-bottom:3rem}.business-hours-section .section-header .section-title{font-size:2rem;font-weight:700;color:#2d3748;margin-bottom:1rem}@media(min-width:768px){.business-hours-section .section-header .section-title{font-size:33px}}@media(min-width:1024px){.business-hours-section .section-header .section-title{font-size:33px}}.business-hours-section .section-header .title-divider{width:80px;height:4px;background:linear-gradient(135deg,#1e5a9c,#3d84c6);margin:0 auto;border-radius:9999px}.business-hours-section .section-header .section-description{margin-top:1.5rem;color:#718096;font-size:1.125rem;max-width:42rem;margin-left:auto;margin-right:auto}.business-hours-section .hours-card{background:#fff;border-radius:1rem;overflow:hidden;border:1px solid rgba(226,232,240,.5);box-shadow:0 10px 40px -10px rgba(30,90,156,.15)}.business-hours-section .hours-card .hours-row{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);border-bottom:1px solid rgba(226,232,240,.5)}@media(min-width:768px){.business-hours-section .hours-card .hours-row{padding:1.25rem 2.5rem}}.business-hours-section .hours-card .hours-row:last-child{border-bottom:none}.business-hours-section .hours-card .hours-row:hover{background:#f0f7ff}.business-hours-section .hours-card .hours-row:hover .status-dot{transform:scale(1.25)}.business-hours-section .hours-card .hours-row:hover .hours-text.is-open{color:#1e5a9c}.business-hours-section .hours-card .hours-row .day-wrapper{display:flex;align-items:center;gap:.75rem}.business-hours-section .hours-card .hours-row .day-wrapper .status-dot{width:8px;height:8px;border-radius:50%;transition:all .3s}.business-hours-section .hours-card .hours-row .day-wrapper .status-dot.open{background:#1e5a9c}.business-hours-section .hours-card .hours-row .day-wrapper .status-dot.closed{background:rgba(220,53,69,.6)}.business-hours-section .hours-card .hours-row .day-wrapper .day-text{font-size:1.125rem;font-weight:600;color:#2d3748}.business-hours-section .hours-card .hours-row .hours-text{font-size:1rem;font-weight:500;transition:color .3s}.business-hours-section .hours-card .hours-row .hours-text.is-open{color:#718096}.business-hours-section .hours-card .hours-row .hours-text.is-closed{color:#dc3545;font-weight:600}.business-hours-section .hours-card .footer-note{background:rgba(247,250,252,.8);padding:1rem 1.5rem;border-top:1px solid rgba(226,232,240,.5);text-align:center;font-size:.875rem;color:#718096}@media(min-width:768px){.business-hours-section .hours-card .footer-note{padding:1rem 2.5rem}}.business-hours-section .hours-card .footer-note .note-label{font-weight:600;color:#2d3748}.business-hours-section .info-cards{display:grid;grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}@media(min-width:768px){.business-hours-section .info-cards{grid-template-columns:repeat(2,1fr)}}.business-hours-section .info-cards .info-card{background:#fff;border-radius:.75rem;padding:1.5rem;border:1px solid rgba(226,232,240,.5);transition:all .3s}.business-hours-section .info-cards .info-card:hover{border-color:rgba(30,90,156,.3)}.business-hours-section .info-cards .info-card .card-content{display:flex;align-items:flex-start;gap:1rem}.business-hours-section .info-cards .info-card .card-content .icon-wrapper{width:48px;height:48px;border-radius:.5rem;background:rgba(30,90,156,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0}.business-hours-section .info-cards .info-card .card-content .icon-wrapper svg{width:24px;height:24px;color:#1e5a9c}.business-hours-section .info-cards .info-card .card-content .card-details .card-title{font-weight:600;color:#2d3748;margin-bottom:.25rem}.business-hours-section .info-cards .info-card .card-content .card-details .card-subtitle{font-size:.875rem;color:#718096}.business-hours-section .info-cards .info-card .card-content .card-details .card-highlight{color:#1e5a9c;font-weight:500;margin-top:.25rem}.services-hero-section{padding:60px 20px 50px;background:radial-gradient(ellipse at top left,rgba(255,121,121,.15) 0,transparent 50%),radial-gradient(ellipse at top right,rgba(115,204,232,.15) 0,transparent 50%),linear-gradient(180deg,transparent 0,transparent 60%,rgba(255,255,255,.8) 80%,rgb(255,255,255)),#fff;flex-direction:column;min-height:550px;overflow:hidden}.services-container,.services-hero-section{position:relative;width:100%;display:flex;align-items:center;justify-content:center}.services-container{max-width:1100px;height:550px;margin:0 auto}.center-q-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;display:flex;align-items:center;justify-content:center;z-index:2}.gradient-ring{top:0;left:0;width:100%;height:100%;animation:rotateRing 25s linear infinite;transform-origin:center center}.center-q-logo svg{display:block;width:100%;height:100%;max-width:100%}.q-logo-wrapper{position:absolute;top:53%;left:53%;transform:translate(-50%,-50%);z-index:3;display:flex;align-items:center;justify-content:center}.q-logo{width:460px!important;height:auto;filter:drop-shadow(0 4px 20px rgba(0,0,0,.1));transition:transform .3s ease;position:relative;z-index:4;display:block;margin:0 auto;max-width:none}.q-logo:hover{transform:scale(1.05)}.service-item{position:absolute;transition:transform .3s ease,opacity .3s ease;z-index:3}.service-top-left:hover{transform:translate(-5px,-5px) scale(1.05);opacity:.9}.service-right:hover{transform:translate(5px,-5px) scale(1.05);opacity:.9}.service-bottom-left:hover{transform:translate(-5px,5px) scale(1.05);opacity:.9}.service-bottom-right:hover{transform:translate(5px,5px) scale(1.05);opacity:.9}.service-item img{width:85px;height:85px;margin-bottom:15px;object-fit:contain;transition:transform .3s ease}.service-item:hover img{transform:scale(1.1)}.service-item p{font-weight:700;font-size:24px;line-height:1.3;margin:0;transition:color .3s ease;display:flex;flex-direction:column;gap:3px}.service-item p span{display:block}.service-top-left{top:2%;left:12%;transform:translate(0)}.service-right{top:2%;right:12%;transform:translate(0)}.service-bottom-left{bottom:2%;left:12%;transform:translate(0)}.service-bottom-right{bottom:2%;right:12%;transform:translate(0)}.service-red p{color:#e03232}.service-blue p{color:#1c43d7}.consultation-button-wrapper{margin-top:60px;width:100%;max-width:800px;display:flex;justify-content:center;padding:0 20px;z-index:10;position:relative}.consultation-button{width:100%;max-width:700px;padding:24px 60px;background:linear-gradient(90deg,#FFDEDE,#FAFAFF);opacity:1;border-radius:40px;text-align:center;font-size:24px;color:#000;font:normal normal 600 26px/22px Montserrat,sans-serif;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.1);border:none;cursor:pointer;letter-spacing:.3px}.consultation-button:hover{background:linear-gradient(90deg,#FFCECE,#F0F0FF);transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.15);color:#000}.consultation-button:active{transform:translateY(0);box-shadow:0 4px 15px rgba(0,0,0,.1)}@media(min-width:1025px)and (max-width:1200px){.services-container{max-width:1000px}.center-q-logo{width:550px;height:550px}.q-logo{width:400px!important}.service-item img{width:75px;height:75px}.service-item p{font-size:22px}.service-top-left{top:2%;left:10%}.service-right{top:2%;right:10%}.service-bottom-left{bottom:2%;left:10%}.service-bottom-right{bottom:2%;right:10%}}@media(min-width:768px)and (max-width:1024px){.services-hero-section{padding:50px 20px 45px;min-height:500px}.services-container{max-width:900px;height:500px}.center-q-logo{width:480px;height:480px}.q-logo{width:350px!important}.service-item img{width:70px;height:70px;margin-bottom:12px}.service-item p{font-size:20px}.service-top-left{top:2%;left:8%}.service-right{top:2%;right:8%}.service-bottom-left{bottom:2%;left:8%}.service-bottom-right{bottom:2%;right:8%}.consultation-button{font-size:21px;padding:20px 48px;max-width:600px}.consultation-button-wrapper{margin-top:50px}}@media(max-width:767px){.services-hero-section{padding:40px 16px 35px;min-height:450px;overflow:hidden}.services-container{max-width:100%;width:100%;height:450px;min-height:450px;position:relative;padding:0}.center-q-logo,.services-container{display:flex;align-items:center;justify-content:center}.center-q-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:280px;height:280px;z-index:2}.center-q-logo svg.gradient-ring{position:absolute;top:0;left:0;width:100%;height:100%}.center-q-logo svg{width:280px;height:280px;max-width:100%}.q-logo-wrapper{position:absolute;top:50%;left:55%;transform:translate(-50%,-50%);z-index:3;display:flex;align-items:center;justify-content:center}.q-logo{width:214px!important;height:auto;filter:drop-shadow(0 4px 20px rgba(0,0,0,.1))}.service-item{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;z-index:3}.service-top-left{top:2%;left:8%;transform:translate(0)}.service-right{top:2%;right:8%;transform:translate(0)}.service-bottom-left{bottom:2%;left:8%;transform:translate(0)}.service-bottom-right{bottom:2%;right:8%;transform:translate(0)}.service-top-left:hover{transform:translate(-3px,-3px) scale(1.05)}.service-right:hover{transform:translate(3px,-3px) scale(1.05)}.service-bottom-left:hover{transform:translate(-3px,3px) scale(1.05)}.service-bottom-right:hover{transform:translate(3px,3px) scale(1.05)}.service-item img{width:60px;height:60px;margin-bottom:8px;object-fit:contain}.service-item:hover img{transform:scale(1.1)}.service-item p{font-weight:700;font-size:16px;line-height:1.3;margin:0}.service-item p span{display:block}.consultation-button-wrapper{margin-top:40px;padding:0 16px;width:100%;display:flex;justify-content:center;z-index:10;position:relative}.consultation-button{font-size:15px!important;padding:16px 32px!important;max-width:100%;width:100%;border-radius:35px;line-height:1.4;letter-spacing:.2px}}@media(max-width:480px){.services-hero-section{padding:35px 12px 30px;min-height:400px}.services-container{height:400px;min-height:400px}.center-q-logo,.center-q-logo svg{width:240px;height:240px}.q-logo{width:190px!important}.service-top-left{top:2%;left:6%}.service-right{top:2%;right:6%}.service-bottom-left{bottom:2%;left:6%}.service-bottom-right{bottom:2%;right:6%}.service-item img{width:55px;height:55px;margin-bottom:6px}.service-item p{font-size:14px}.consultation-button-wrapper{margin-top:35px;padding:0 12px}.consultation-button{font-size:14px!important;padding:14px 28px!important;border-radius:30px}}.section-bg{position:relative;width:100%;height:500px;overflow:hidden}.bg-left,.bg-right{position:absolute;opacity:.15;filter:blur(50px);pointer-events:none}.bg-left{top:-95px;left:-312px;width:1200px;height:200px;background:#ff7979}.bg-right{top:-74px;left:841px;width:1392px;height:200px;background:#73cce8}.services-wrapper{position:relative;z-index:5;display:flex;align-items:center;justify-content:center;height:100%;gap:120px}.services-column{justify-content:space-between;height:420px;gap:115px}.service-item,.services-column{display:flex;flex-direction:column}.service-item{align-items:center;justify-content:center;text-align:center}.service-item img{width:90px;margin-bottom:8px}.service-item.red p{color:#e03232;font-weight:700;font-size:25px}.service-item.blue p{color:#1c43d7;font-weight:700;font-size:25px}.center-logo{position:relative;width:420px;height:420px}.gradient-ring{position:absolute;top:19px;left:-13px;pointer-events:none}.center-logo img{width:350px;height:auto;margin:68px 40px 40px;filter:drop-shadow(0 0 8px rgba(0,0,0,.15));transition:.3s}.center-logo img:hover{scale:1.1}.banner-section{margin-top:80px}.gradient-ring{animation:rotateRing 15s linear infinite;transform-origin:50% 50%}@keyframes rotateRing{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.service-item{text-decoration:none}.desktop-version{display:block}@media(max-width:768px){.desktop-version{display:none}}.mobile-version{display:none}@media(max-width:768px){.mobile-version{display:block}}.mobile-version .services-row{margin-top:30px;display:flex;justify-content:space-around}.mobile-version .service-item.blue p{font-size:16px}.mobile-version .service-item img{width:39px;height:39px}.mobile-version .service-item.red p{font-size:16px}@media(min-width:1700px){.steps-section{height:-moz-fit-content!important;height:fit-content!important}.steps-section .road-bg{height:-webkit-fill-available!important}.steps-wrapper{margin-bottom:80px;gap:181px!important}}@media(min-width:500px)and (max-width:767px){.xx-card-grid{grid-template-columns:repeat(2,250px)!important}}@media(max-width:499px){.xx-card-grid{grid-template-columns:repeat(1,300px)!important}}@media(max-width:767px){.mobile .desktop{display:none!important}.mobile .services-wrapper .gradient-ring{top:-22px;height:451px;left:-29px}.mobile .services-wrapper .services-column{width:100%;justify-content:space-around}.mobile.section-bg{height:-moz-fit-content;height:fit-content}.mobile .services-wrapper{margin-top:50px;flex-wrap:wrap;gap:33px}.mobile .services-wrapper .gradient-ring{top:0;width:100%;max-height:255px;height:-webkit-fill-available;left:auto}.mobile .services-wrapper .services-column{flex-direction:row;height:-moz-fit-content;height:fit-content}.mobile .services-wrapper .services-column .service-item{text-decoration:none}.mobile .services-wrapper .services-column .service-item p{font-size:18px}.mobile .services-wrapper .services-column .service-item img{height:65px}.mobile .bg-left{height:300px}.mobile .bg-right{top:auto;bottom:0;height:250px;left:0}.mobile .road-bg{display:block}.mobile .center-logo{width:100%;height:265px!important}.mobile .center-logo img{width:auto;height:auto;margin:0}.mobile .title-container2{padding:0 16px!important;margin-bottom:0!important}.mobile .title-container2 .section-title{font-size:clamp(24px,5vw,32px)!important;line-height:clamp(28px,6vw,38px)!important;margin-bottom:0!important}.mobile.student-wrapper{padding-bottom:0}.mobile.blogs-section{padding:0 20px}.mobile.student-wrapper2 .student-image-wrapper2{width:100%}.mobile.student-wrapper2 .student-container{flex-direction:column-reverse}.mobile .bg-left-mobile{height:50%}.mobile .bg-right-mobile{bottom:0;top:auto;height:50%;left:0}.mobile .student-text h2{font-size:35px}.mobile .student-text h3{font-size:22px}.mobile .student-text p{margin-bottom:20px}.mobile .steps-section{height:-moz-fit-content;height:fit-content;padding:40px 0 20px!important}.mobile .steps-wrapper{flex-direction:column!important;align-items:center!important;gap:0!important;margin-top:30px!important;padding:0 16px!important;width:100%!important}.mobile .step-card{width:100%!important;max-width:320px!important;min-height:auto!important;padding:20px!important;margin:0 auto!important;box-sizing:border-box!important;overflow:visible!important;position:relative!important}.mobile .step-card h3,.mobile .step-card p{width:100%!important;box-sizing:border-box!important;word-wrap:break-word!important;overflow-wrap:break-word!important}.mobile .step-card:not(:last-child){margin-bottom:100px!important}.mobile .card-2{margin-top:0!important;border-radius:50% 50% 20px 20px!important;width:100%!important;max-width:320px!important;margin-bottom:0!important;padding-top:20px!important;overflow:visible!important;position:relative!important}.mobile .card-2 .step-title{max-width:100%!important;width:100%!important;box-sizing:border-box!important}.mobile .card-2 h3,.mobile .card-2 p{width:100%!important;box-sizing:border-box!important;word-wrap:break-word!important;overflow-wrap:break-word!important}.mobile .road-bg{display:none!important}.mobile .line-marker{display:block!important;position:absolute!important;width:4px!important;left:50%!important;transform:translateX(-50%)!important;z-index:10!important}.mobile .blue-marker{background:linear-gradient(180deg,#1e40ff,#00147a)!important}.mobile .red-marker{background:linear-gradient(180deg,#dc2626,#991b1b)!important}.mobile .line-bottom{bottom:0!important;top:auto!important;height:50px!important}.mobile .line-top{top:-86px!important;bottom:auto!important;height:86px!important}.mobile .blue-marker:after{background:#001a80!important}.mobile .blue-marker:after,.mobile .red-marker:after{content:""!important;position:absolute!important;width:14px!important;height:14px!important;border-radius:50%!important;left:50%!important;transform:translateX(-50%)!important;z-index:11!important}.mobile .red-marker:after{background:#991b1b!important}.mobile .line-bottom .blue-marker:after,.mobile .line-bottom .red-marker:after{bottom:-43px!important;top:auto!important}.mobile .line-top .blue-marker:after,.mobile .line-top .red-marker:after{top:-43px!important;bottom:auto!important}.mobile .step-title{font-size:16px!important;padding:8px 0!important;margin-bottom:5px!important}.mobile .step-card h3{font-size:17px!important;margin:10px 0!important;line-height:1.3!important}.mobile .step-card p{font-size:14px!important;line-height:1.5!important;margin-top:8px!important}.mobile .subtitle{font:16px poppins}.mobile .why-column{padding:0 20px!important;flex-direction:column!important}.mobile .why-item{display:flex;flex-direction:column;align-items:center;justify-content:center}.mobile .section-title{height:67px;font:700 30px/35px POPPINS,sans-serif}.mobile .xx-tab-title{height:80px;padding:0 20px;font:600 28px/22px Montserrat,sans-serif;width:100%;max-width:500px;cursor:pointer;transition:all .3s ease-in-out;box-shadow:0 2px 8px rgba(0,0,0,.08)}.mobile .xx-tab-title:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.12)}.mobile .xx-tab-title:active{transform:translateY(0);box-shadow:0 2px 8px rgba(0,0,0,.08)}.mobile .xx-tab-title:first-child:hover{background:linear-gradient(90deg,#C8C8FF,#F0F0FF)}.mobile .xx-tab-title:nth-child(2):hover{background:linear-gradient(90deg,#FFC8C8,#FFF0F0)}.mobile .xx-tab-titles{flex-direction:column;align-items:center;gap:16px;padding:0 16px}.mobile .xx-section-bg{padding-top:60px;padding-bottom:100px}.mobile .xx-card-grid{grid-template-columns:repeat(3,minmax(200px,280px));gap:24px;padding:0 16px}.mobile .xx-card{height:140px}.mobile .xx-card-icon{width:45px;height:45px;margin-bottom:12px}.mobile .xx-card-title{font:normal normal 600 18px/14px Montserrat,sans-serif}.mobile .xx-bg-left{height:100vh}.mobile .xx-bg-right{bottom:0;top:auto;height:900px;left:0}.mobile.consult-banner{font:600 22px/22px poppins,sans-serif;text-align:center}.mobile.numbers-section{padding:0 20px}.mobile.numbers-section .stats-header .title{font:700 25px/30px poppins}.mobile.numbers-section .stats-header .subtitle{font:18px/18px poppins}}@media(min-width:768px)and (max-width:1024px){.mobile .provide-flow-bg{padding:0 32px}.mobile .title-container,.mobile .xx-card-grid,.mobile .xx-tabs-container{padding:0 16px}.mobile .xxl-section-bg{padding-bottom:60px;padding-left:32px;padding-right:32px}.mobile .title-container2{padding:0 20px}.mobile .title-container2 .section-title{font-size:clamp(42px,5vw,60px);line-height:clamp(48px,5.5vw,70px)}.mobile .title-container2 .subtitle{font-size:clamp(18px,2vw,22px);line-height:clamp(22px,2.4vw,26px);max-width:90%}.mobile .why-wrapper{padding:80px 32px 60px}.mobile .why-container{justify-content:center;flex-wrap:wrap;gap:32px;padding:0 12px}.mobile .why-column{gap:35px}.mobile .why-center{max-width:380px;padding:0 16px}.mobile .bg-left{height:300px}.mobile .center-logo img{width:auto;margin:0 auto}.mobile .bg-right{top:auto;bottom:0;height:250px;left:0}.mobile .services-wrapper{margin-top:50px;flex-wrap:wrap;gap:33px}.mobile .services-wrapper .gradient-ring{top:-22px;width:100%;height:451px;left:-29px}.mobile .services-wrapper .services-column{flex-direction:row;width:100%;justify-content:space-around;height:-moz-fit-content;height:fit-content}.mobile .services-wrapper .services-column .service-item{text-decoration:none}.mobile .services-wrapper .services-column .service-item p{font-size:18px}.mobile .services-wrapper .services-column .service-item img{height:65px}.mobile.section-bg{height:-moz-fit-content;height:fit-content}.mobile .center-logo{width:100%;height:400px}.mobile .center-logo,.mobile .smobile-version .center-logo{display:flex;justify-content:center}.mobile .mobile-version .center-logo img{width:300px}.mobile .title-container2 .section-title{font:700 22px/22px POPPINS,sans-serif}.mobile.student-wrapper{padding-bottom:0}.mobile.blogs-section{padding:0 20px}.mobile.student-wrapper2 .student-image-wrapper2{width:100%}.mobile.student-wrapper2 .student-container{flex-direction:column-reverse}.mobile .bg-left-mobile{height:50%}.mobile .bg-right-mobile{bottom:0;top:auto;height:50%;left:0}.mobile .student-text h2{font-size:35px}.mobile .student-text h3{font-size:22px}.mobile .student-text p{margin-bottom:20px}.mobile .steps-section{padding:60px 0!important;height:-moz-fit-content;height:fit-content}.mobile .steps-section .card-2{margin-top:0}.mobile .steps-section .line-marker{display:none}.mobile .steps-wrapper{flex-wrap:wrap!important;display:grid!important;grid-template-columns:repeat(2,minmax(200px,280px))!important;grid-gap:30px!important;gap:30px!important;justify-content:center!important;margin-top:40px!important;padding:0 20px 50px!important}.mobile .step-card{width:100%!important;min-height:220px!important;padding:20px!important}.mobile .step-card h3{font-size:16px!important}.mobile .step-card p{font-size:13px!important}.mobile .step-title{font-size:16px!important;padding:8px 0!important}.mobile .subtitle{font:16px poppins}.mobile .road-bg{display:block!important;position:absolute!important;top:0!important;left:0!important;width:100%!important;z-index:1!important;opacity:.3!important}.mobile .steps-section,.mobile .steps-wrapper{position:relative!important}.mobile .steps-wrapper{z-index:2!important}.mobile .why-column{padding:0 20px;width:100%;gap:30px}.mobile .why-column,.mobile .why-item{flex-direction:column;align-items:center}.mobile .why-item{display:flex;justify-content:center;text-align:center;max-width:100%}.mobile .why-item h3{font-size:20px;margin-bottom:10px}.mobile .why-item p{text-align:center;font-size:14px;line-height:1.6}.mobile .why-wrapper{padding:50px 20px;margin-top:0}.mobile .why-container{flex-direction:column;gap:40px;padding:0}.mobile .why-center{width:100%;max-width:320px;padding:0 12px;order:-1}.mobile .why-icon{width:50px;height:50px;margin-bottom:14px}.mobile .why-icon img{width:26px;height:26px}.mobile .xxl-section-bg{padding-bottom:40px;padding-left:20px;padding-right:20px;background:linear-gradient(180deg,#ffffff,#ffffff 30%,#fff8f8 60%,#f6fbff 85%,#f0fbff)}.mobile .xxl-bg-left,.mobile .xxl-bg-right{width:100%;max-width:100%;left:0;right:0}.mobile .title-container2{padding:0 16px}.mobile .title-container2 .section-title{font-size:clamp(28px,6vw,42px);line-height:clamp(34px,7vw,50px);margin-bottom:12px}.mobile .title-container2 .subtitle{font-size:clamp(16px,3vw,18px);line-height:clamp(20px,3.5vw,22px);max-width:100%;margin-top:16px;padding:0 8px}.mobile .section-title{height:67px;font:700 30px/35px POPPINS,sans-serif}.mobile .xx-tab-title{height:70px;padding:0 16px;font:600 22px/20px Montserrat,sans-serif;width:100%;cursor:pointer;transition:all .3s ease-in-out;box-shadow:0 2px 8px rgba(0,0,0,.08)}.mobile .xx-tab-title:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.12)}.mobile .xx-tab-title:active{transform:translateY(0);box-shadow:0 2px 8px rgba(0,0,0,.08)}.mobile .xx-tab-title:first-child:hover{background:linear-gradient(90deg,#C8C8FF,#F0F0FF)}.mobile .xx-tab-title:nth-child(2):hover{background:linear-gradient(90deg,#FFC8C8,#FFF0F0)}.mobile .xx-tab-titles{flex-direction:column;align-items:stretch;gap:12px;padding:0}.mobile .provide-flow-bg{padding:0 20px}.mobile .xx-tabs-container{padding:0 12px}.mobile .xx-bg-left,.mobile .xx-bg-right{top:0;bottom:0;height:auto;width:100%;max-width:100%;left:0}.mobile .xx-section-bg{padding:40px 0 60px}.mobile .xx-card-grid{grid-template-columns:repeat(2,minmax(140px,1fr));gap:14px;padding:0 12px}.mobile .title-container{padding:0 12px}.mobile .xx-card{height:130px}.mobile .xx-card-icon{width:40px;height:40px;margin-bottom:10px}.mobile .xx-card-title{font:normal normal 600 16px/14px Montserrat,sans-serif}.mobile.consult-banner{font:600 22px/22px poppins,sans-serif;text-align:center}.mobile.numbers-section{padding:0 20px}.mobile.numbers-section .stats-header .title{font:700 25px/30px poppins}.mobile.numbers-section .stats-header .subtitle{font:18px/22px poppins}}.consult-banner{width:100%;max-width:1510px;height:130px;background:rgba(0,0,0,0) linear-gradient(90deg,#FFDEDE,#FAFAFF) 0 0 no-repeat padding-box;border-radius:65px;opacity:1;display:flex;justify-content:center;align-items:center;text-align:left;font:normal normal 600 29px/29px poppins,sans-serif;letter-spacing:0;color:#000;margin:0 auto}.subtitle{font:normal normal normal 20px/25px poppins;color:#555;margin-bottom:80px}.title-container,.title-container2{width:100%;display:flex;justify-content:center;align-items:center}.title-container2{flex-direction:column;position:relative;z-index:2;margin-bottom:60px;margin-top:60px}.section-title{text-align:center;font:normal normal 700 60px/70px Montserrat,sans-serif;letter-spacing:0;color:#000;text-transform:uppercase}.xx-tabs-container{display:block;margin-top:20px}.xx-tab-titles{font:normal normal 600 45px/29px Montserrat,sans-serif;width:100%;gap:35px;margin-bottom:20px}.xx-tab-titles,.xx-tab-titles.container{display:flex;justify-content:center;align-items:center}.xx-tab-titles.container{max-width:100%}.xx-tab-title{width:683px;height:100px;background:rgba(0,0,0,0);border-radius:65px;display:flex;justify-content:center;align-items:center;font:normal normal 600 30px/35px Montserrat,sans-serif;cursor:pointer;transition:all .3s ease-in-out;box-shadow:0 2px 8px rgba(0,0,0,.08)}.xx-tab-title:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.12)}.xx-tab-title:active{transform:translateY(0);box-shadow:0 2px 8px rgba(0,0,0,.08)}.xx-tab-title:first-child{background:linear-gradient(90deg,#DCDCFF,#FAFAFF)}.xx-tab-title:first-child:hover{background:linear-gradient(90deg,#C8C8FF,#F0F0FF)}.xx-tab-title:nth-child(2){background:linear-gradient(90deg,#FFDCDC,#FFF9F9)}.xx-tab-title:nth-child(2):hover{background:linear-gradient(90deg,#FFC8C8,#FFF0F0)}.xx-tab-selected{opacity:1}.xx-tab-content{text-align:center;font-size:18px;position:relative;z-index:2;background:rgba(0,0,0,0)}.provide-flow-bg{position:relative;overflow:hidden;background:linear-gradient(180deg,#ffffff,#ffffff 40%,#fff7f2 65%,#eef7ff);background-repeat:no-repeat;background-size:100% 160%;background-position:top}.provide-flow-bg:before{inset:-260px 0 auto 0;height:420px}.provide-flow-bg:after,.provide-flow-bg:before{content:"";position:absolute;pointer-events:none;z-index:0}.provide-flow-bg:after{inset:0;background:radial-gradient(120% 120% at 50% 55%,rgba(255,255,255,.55) 0,rgba(255,255,255,.3) 35%,rgba(255,255,255,.7) 0)}.provide-flow-bg>*{position:relative;z-index:1}.xx-section-bg{margin-top:0;padding-top:80px;overflow:visible;background:rgba(0,0,0,0)}.xx-section-bg,.xxl-section-bg{position:relative;width:100%;height:-moz-fit-content;height:fit-content;padding-bottom:140px}.xxl-section-bg{overflow:hidden}.xxl-section-bg1{position:relative;width:100%;height:-moz-fit-content;height:fit-content;padding-bottom:140px;overflow:hidden}.xxl-section-bg1:after,.xxl-section-bg1:before{content:"";position:absolute;left:0;right:0;pointer-events:none;z-index:1}.xxl-section-bg1:before{top:-400px;background:radial-gradient(120% 120% at 50% 55%,rgba(255,255,255,.55) 0,rgba(255,255,255,.3) 35%,rgba(255,255,255,.5) 0)}.xxl-section-bg1:after{bottom:0;background:linear-gradient(0deg,rgba(255,255,255,.82),rgba(255,255,255,0))}.xx-bg-left,.xx-bg-right{position:absolute;opacity:.1;filter:blur(50px);pointer-events:none;z-index:0}.xx-bg-left{top:0;left:-312px;width:1129px;height:431px;background:#ff7979 0 0 no-repeat padding-box}.xx-bg-right{top:0;left:841px;width:1392px;height:390px;background:#73cce8 0 0 no-repeat padding-box}.xxl-bg-left,.xxl-bg-right{position:absolute;opacity:.1;filter:blur(50px);pointer-events:none;z-index:0}.xxl-bg-left{top:0;left:-312px;width:1129px;height:200px}.xxl-bg-right{top:0;left:841px;width:1392px;height:200px}.xx-tabs-wrapper{gap:20px;margin-bottom:40px}.xx-tab,.xx-tabs-wrapper{display:flex;justify-content:center}.xx-tab{width:300px;height:70px;background:hsla(0,0%,100%,.3764705882);border-radius:50px;align-items:center;font-weight:600;cursor:pointer;transition:.3s}.xx-tab-active{background:#fff;border:3px solid #fff;box-shadow:0 3px 10px rgba(0,0,0,.1254901961)}.xx-card-grid{display:grid;background:rgba(0,0,0,0);grid-template-columns:repeat(4,300px);grid-gap:30px;gap:30px;justify-content:center;position:relative;z-index:2}@media(min-width:1025px)and (max-width:1280px){.xx-card-grid{grid-template-columns:repeat(3,300px)}}@media(min-width:768px)and (max-width:1024px){.provide-flow-bg{padding:0 32px}.title-container{padding:0 16px}.xx-tabs-container{margin-top:16px;padding:0 16px}.xx-tab-titles{flex-direction:column;align-items:center;gap:16px;margin-bottom:24px;padding:0}.xx-tab-title{width:100%;max-width:500px;height:80px;font:normal normal 600 28px/22px Montserrat,sans-serif}.xx-section-bg{padding:60px 0 100px}.xx-card-grid{grid-template-columns:repeat(3,minmax(200px,280px));gap:20px;padding:0 16px}.xx-card{height:140px}.xx-card-icon{width:45px;height:45px;margin-bottom:12px}.xx-card-title{font:normal normal 600 18px/14px Montserrat,sans-serif}}@media(max-width:767px){.provide-flow-bg{padding:0 20px}.title-container{padding:0 12px}.xx-tabs-container{margin-top:12px;padding:0 12px}.xx-tab-titles{flex-direction:column;align-items:stretch;gap:12px;margin-bottom:20px;padding:0}.xx-tab-title{width:100%;height:70px;font:normal normal 600 22px/20px Montserrat,sans-serif;padding:0 16px}.xx-section-bg{padding:40px 0 60px}.xx-card-grid{grid-template-columns:repeat(2,minmax(140px,1fr));gap:14px;padding:0 12px}.xx-card{height:130px;padding:12px}.xx-card-icon{width:40px;height:40px;margin-bottom:10px}.xx-card-title{font:normal normal 600 16px/14px Montserrat,sans-serif}.xx-bg-left,.xx-bg-right{width:100%;max-width:100%;left:0;right:0}}@media(max-width:479px){.provide-flow-bg{padding:0 16px}.title-container,.xx-tabs-container{padding:0 8px}.xx-tab-titles{padding:0}.xx-tab-title{height:65px;font:normal normal 600 20px/18px Montserrat,sans-serif;padding:0 14px}.xx-section-bg{padding:30px 0 50px}.xx-card-grid{grid-template-columns:1fr;gap:14px;padding:0 8px}.xx-card{height:120px;max-width:100%}.xx-card-icon{width:38px;height:38px;margin-bottom:8px}.xx-card-title{font:normal normal 600 15px/13px Montserrat,sans-serif}}.xx-card{width:auto;height:150px;position:relative;background-color:#fff;box-shadow:0 16px 40px rgba(17,24,39,.08);border-radius:16px;text-decoration:none;color:#1b1464;display:flex;z-index:1;flex-direction:column;align-items:center;justify-content:center;transition:.25s ease-in-out;overflow:hidden}.xx-card:after{content:"";position:absolute;inset:0;border-radius:16px;background:conic-gradient(#ff5f6d,#ffc371,#40e0d0,#3a7bd5,#ff5f6d);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:4px;opacity:0;transition:.3s ease;pointer-events:none}.xx-card:hover:after{opacity:1}.xx-card:hover{transform:translateY(-5px)}.xx-card-icon{width:50px;height:50px;margin-bottom:15px}.xx-card-title{text-align:center;font:normal normal 600 20px/15px Montserrat,sans-serif}.step-by-step-section{margin-top:0;padding-top:15px;padding-bottom:20px}.why-wrapper{width:100%;padding:60px 16px 70px;margin-top:0;position:relative;overflow:hidden;background:linear-gradient(180deg,#FFFFFF,rgba(255,255,255,.95) 30%,rgba(255,255,255,.9) 60%,#FFFFFF)}.why-wrapper:before{left:10%;width:40%;background:#ff7979 0 0 no-repeat padding-box;opacity:.07;filter:blur(50px)}.why-wrapper:after,.why-wrapper:before{content:"";position:absolute;top:20%;height:50%;z-index:0;border-radius:50%;pointer-events:none}.why-wrapper:after{right:-10%;width:35%;background:#73cce8 0 0 no-repeat padding-box;opacity:.12;filter:blur(60px)}.why-wrapper>*{position:relative;z-index:1}.why-container{max-width:1200px;margin:auto;display:flex;justify-content:space-between;align-items:center;gap:40px}.why-column{display:flex;flex-direction:column;gap:45px;width:30%}.why-item h3{font-size:22px;margin-bottom:8px;font-weight:600}.why-item p{color:#555;font-size:15px;line-height:1.5}.why-icon{width:55px;height:55px;border-radius:50%;background:linear-gradient(180deg,#ffe4ec,#e5e8ff);display:flex;align-items:center;justify-content:center;margin-bottom:12px}.why-icon img{width:28px;height:28px}.why-center{width:420px;height:auto;overflow:hidden;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,0)}.why-center img{width:100%;height:auto}@media(max-width:992px){.why-container{flex-direction:column;text-align:center}.why-column{width:100%;align-items:center}.why-center{width:auto;height:-moz-fit-content;height:fit-content;padding:0 20px}}@media(min-width:768px)and (max-width:1024px){.xxl-section-bg{padding-bottom:60px;padding-left:32px;padding-right:32px}.title-container2{padding:0 20px}.title-container2 .section-title{font-size:clamp(42px,5vw,60px);line-height:clamp(48px,5.5vw,70px)}.title-container2 .subtitle{font-size:clamp(18px,2vw,22px);line-height:clamp(22px,2.4vw,26px);max-width:90%;padding:0 8px}.why-wrapper{padding:50px 32px 60px;margin-top:0}.why-container{gap:32px;padding:0 12px}.why-column{gap:35px}.why-center{width:100%;max-width:380px;padding:0 16px}.why-item h3{font-size:20px}.why-item p{font-size:14px}.why-icon{width:50px;height:50px}.why-icon img{width:26px;height:26px}.xxl-bg-left,.xxl-bg-right{width:100%;max-width:100%;left:0;right:0}}@media(max-width:767px){.xxl-section-bg{padding-bottom:40px;padding-left:20px;padding-right:20px}.xxl-bg-left,.xxl-bg-right{width:100%;max-width:100%;left:0;right:0}.title-container2{padding:0 16px}.title-container2 .section-title{font-size:clamp(28px,6vw,42px);line-height:clamp(34px,7vw,50px);margin-bottom:12px}.title-container2 .subtitle{font-size:clamp(16px,3vw,18px);line-height:clamp(20px,3.5vw,22px);max-width:100%;margin-top:16px;padding:0 8px}.why-wrapper{padding:40px 20px 50px;margin-top:0}.why-container{flex-direction:column;gap:40px;padding:0}.why-column{width:100%;gap:30px;align-items:center}.why-center{width:100%;max-width:320px;padding:0 12px;order:-1}.why-item{text-align:center;max-width:100%}.why-item h3{font-size:20px;margin-bottom:10px}.why-item p{font-size:14px;line-height:1.6}.why-icon{width:50px;height:50px;margin-bottom:14px}.why-icon img{width:26px;height:26px}}@media(max-width:479px){.xxl-section-bg{padding-bottom:30px;padding-left:16px;padding-right:16px}.title-container2{padding:0 12px}.title-container2 .section-title{font-size:26px;line-height:32px}.title-container2 .subtitle{font-size:15px;line-height:20px;padding:0 4px}.why-wrapper{padding:30px 16px 40px;margin-top:0}.why-container{gap:32px}.why-column{gap:28px}.why-center{max-width:280px;padding:0 8px}.why-item h3{font-size:18px}.why-item p{font-size:13px}.why-icon{width:48px;height:48px}.why-icon img{width:24px;height:24px}}.student-wrapper{width:100%;padding:80px 0;background:rgba(0,0,0,0) linear-gradient(180deg,#ffffff,rgba(224,224,255,.5) 50%,#ffffff) 0 0 no-repeat padding-box}.student-wrapper2{width:100%;padding:80px 0;background:rgba(0,0,0,0) linear-gradient(180deg,#ffffff,rgba(252,224,224,.5176470588) 48%,#ffffff) 0 0 no-repeat padding-box}.student-container{max-width:1200px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:60px;padding:0 20px}.student-text{width:50%}.student-text h2{font:normal normal 700 60px/80px Montserrat,sans-serif;margin-bottom:10px}.student-text h3{margin-bottom:20px;font:normal normal 700 28px/20px Montserrat,sans-serif}.student-text p{font-size:16px;line-height:1.6;color:#444;margin-bottom:30px;max-width:90%}.student-btn{background:#c8102e;color:#fff;padding:12px 26px;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease-in-out;box-shadow:0 2px 8px rgba(200,16,46,.3)}.student-btn:hover{background:#a00d25;transform:translateY(-2px);box-shadow:0 4px 12px rgba(200,16,46,.4)}.student-btn:active{transform:translateY(0);box-shadow:0 2px 8px rgba(200,16,46,.3)}.student-image-wrapper{width:50%;border-radius:22px;overflow:hidden;position:relative;background:#fff;box-shadow:12px 14px 0 rgba(180,170,255,.35);transform:translateY(-6px);transition:all .3s ease;cursor:pointer}.student-image-wrapper:hover{transform:translateY(-10px);box-shadow:12px 16px 0 rgba(180,170,255,.45)}.student-image-wrapper:active{transform:translateY(-8px);box-shadow:12px 14px 0 rgba(180,170,255,.35)}.student-image-wrapper img{width:100%;height:auto;display:block}@media(max-width:992px){.student-container{flex-direction:column;text-align:center}.student-image-wrapper,.student-text{width:100%}.student-text p{margin:auto}}@media(min-width:768px)and (max-width:1024px){.student-wrapper,.student-wrapper2{padding:60px 0}.student-container{flex-direction:column;text-align:center;gap:40px;padding:0 32px}.student-text{width:100%;max-width:700px;margin:0 auto}.student-text h2{font-size:clamp(42px,5vw,56px)!important;line-height:clamp(52px,6vw,70px)!important}.student-text h3{font-size:clamp(24px,3vw,28px)!important;line-height:clamp(28px,3.5vw,32px)!important}.student-text p{font-size:clamp(15px,1.8vw,16px)!important;line-height:1.6!important;max-width:100%!important;margin:0 auto 25px!important}.student-image-wrapper,.student-image-wrapper2{width:100%;max-width:600px;margin:0 auto}.student-btn{padding:14px 28px!important;font-size:16px!important}.student-wrapper2 .student-container{flex-direction:column-reverse}}@media(max-width:767px){.student-wrapper,.student-wrapper2{padding:40px 0}.student-container{flex-direction:column;text-align:center;gap:30px;padding:0 20px}.student-text{width:100%;max-width:100%}.student-text h2{font-size:clamp(28px,6vw,42px)!important;line-height:clamp(34px,7vw,52px)!important;margin-bottom:5px!important}.student-text h3{font-size:clamp(20px,4vw,24px)!important;line-height:clamp(24px,5vw,28px)!important;margin-bottom:16px!important}.student-text p{font-size:clamp(14px,3vw,16px)!important;line-height:1.6!important;max-width:100%!important;margin:0 auto 20px!important;text-align:center}.student-image-wrapper,.student-image-wrapper2{width:100%;max-width:100%;margin:0 auto;box-shadow:8px 10px 0 rgba(180,170,255,.35)!important}.student-image-wrapper2{box-shadow:8px 10px 0 #e1b4b4!important}.student-btn{padding:12px 24px!important;font-size:15px!important;width:auto;min-width:140px}.student-wrapper2 .student-container{flex-direction:column-reverse}}@media(max-width:479px){.student-wrapper,.student-wrapper2{padding:30px 0}.student-container{gap:24px;padding:0 16px}.student-text h2{font-size:26px!important;line-height:32px!important;margin-bottom:10px!important}.student-text h3{font-size:18px!important;line-height:22px!important;margin-bottom:14px!important}.student-text p{font-size:14px!important;line-height:1.5!important;margin-bottom:18px!important}.student-image-wrapper,.student-image-wrapper2{box-shadow:6px 8px 0 rgba(180,170,255,.35)!important}.student-image-wrapper2{box-shadow:6px 8px 0 #e1b4b4!important}.student-btn{padding:10px 20px!important;font-size:14px!important;min-width:120px}}.student-image-wrapper2{width:50%;border-radius:22px;overflow:hidden;position:relative;background:#fff;box-shadow:12px 14px 0 #e1b4b4;transform:translateY(-6px);transition:transform .3s ease}.student-image-wrapper2:hover{transform:translateY(-10px)}.student-image-wrapper2 img{width:100%;height:auto;display:block}.steps-section{position:relative;width:100%;height:700px;padding:80px 0}@media(max-width:1024px){.steps-section{height:-moz-fit-content;height:fit-content;position:relative}}.road-bg{width:100%;position:absolute;left:0;top:-37px;z-index:1}@media(max-width:1024px){.road-bg{position:relative!important;top:0!important;left:0!important;display:block!important;width:100%!important;margin-bottom:20px!important;opacity:.4!important;z-index:1!important;order:-1}}.steps-wrapper{position:relative;z-index:2;display:flex;justify-content:center;gap:83px;align-items:flex-start;width:100%;margin-top:75px;padding:0 40px}@media(min-width:1401px){.steps-wrapper{gap:83px;margin-top:75px}}@media(min-width:1024px)and (max-width:1280px){.steps-wrapper{gap:28px;margin-top:17px}}.step-card{width:230px;min-height:262px;background:#fff;padding:25px;border:3px solid #aeaeae;border-radius:20px 20px 50% 50%;text-align:center;box-shadow:0 8px 20px rgba(0,0,0,.1);position:relative;overflow:visible}.card-2{margin-top:15%;border-radius:50% 50% 20px 20px}@media(min-width:1024px)and (max-width:1280px){.card-2{margin-top:18%}}.card-2 .step-title{max-width:120px;background:linear-gradient(180deg,#fca5a5,#fee2e2,#ffffff);font:normal normal 600 20px/25px Montserrat,sans-serif;color:#000;text-shadow:0 1px 2px rgba(0,0,0,.1)}.card-2 .blue-marker{background:linear-gradient(180deg,#1e40ff,#00147a)}.card-2 .blue-marker:after{content:"";position:absolute;left:50%;transform:translateX(-50%);width:14px;height:14px;background:#001a80;border-radius:50%;z-index:11}.card-2 .red-marker{background:linear-gradient(180deg,#dc2626,#991b1b)}.card-2 .red-marker:after{content:"";position:absolute;left:50%;transform:translateX(-50%);width:14px;height:14px;background:#991b1b;border-radius:50%}.step-title{width:100%;padding:10px 0;border-radius:14px;font:normal normal 600 20px/40px Montserrat,sans-serif;background:linear-gradient(180deg,#9bbcff,#ebf2ff,#ffffff);display:inline-block;margin-bottom:10px;color:#000;text-shadow:0 1px 2px rgba(0,0,0,.1)}.step-card h3{margin:8px 0;font-size:18px;font-weight:700}.step-card p{font-size:14px;color:#555}.red{color:#c70000}.line-marker{position:absolute;left:50%;transform:translateX(-50%);width:4px;z-index:10}.line-bottom{bottom:0;top:258px;height:73px}.line-top{top:-94px;bottom:auto;height:94px}.blue-marker{background:linear-gradient(180deg,#1e40ff,#00147a)}.red-marker{background:linear-gradient(180deg,#dc2626,#991b1b)}.blue-marker:after{top:63px;background:#001a80}.blue-marker:after,.red-marker:after{content:"";position:absolute;left:50%;transform:translateX(-50%);width:14px;height:14px;border-radius:50%;z-index:11}.red-marker:after{background:#991b1b}.line-bottom .blue-marker:after,.line-bottom .red-marker:after{bottom:-43px;top:auto}.line-top .blue-marker:after,.line-top .red-marker:after{top:-43px;bottom:auto}@media(min-width:768px)and (max-width:1024px){.step-by-step-section{padding-top:10px!important;padding-bottom:15px!important}.step-by-step-section .steps-section{height:-moz-fit-content!important;height:fit-content!important;padding:0!important;position:relative!important;display:flex!important;flex-direction:column!important}.step-by-step-section .road-bg{display:block!important;position:relative!important;top:0!important;left:0!important;width:100%!important;margin-bottom:0!important;opacity:1!important;z-index:1!important;order:-1!important}.step-by-step-section .steps-wrapper{flex-direction:column!important;align-items:center!important;gap:0!important;margin-top:40px!important;padding:0 20px!important;justify-content:center!important;display:flex!important;position:relative!important;z-index:2!important}.step-by-step-section .step-card{width:100%!important;max-width:320px!important;min-height:220px!important;padding:20px!important;border-radius:20px 20px 50% 50%!important;margin-bottom:0!important}.step-by-step-section .step-card:not(:last-child){margin-bottom:100px!important}.step-by-step-section .card-2{margin-top:0!important;border-radius:50% 50% 20px 20px!important;margin-bottom:0!important}.step-by-step-section .step-card h3{font-size:16px!important}.step-by-step-section .step-card p{font-size:13px!important}.step-by-step-section .step-title{font-size:16px!important;padding:8px 0!important}.step-by-step-section .line-marker{display:block!important;position:absolute!important;width:4px!important;left:50%!important;transform:translateX(-50%)!important;z-index:10!important}.step-by-step-section .line-bottom{bottom:0!important;top:215px!important;height:44px!important}.step-by-step-section .line-top{top:-50px!important;bottom:auto!important;height:50px!important}.step-by-step-section .blue-marker:after{background:#001a80!important;top:41px!important}.step-by-step-section .blue-marker:after,.step-by-step-section .red-marker:after{content:""!important;position:absolute!important;width:14px!important;height:14px!important;border-radius:50%!important;left:50%!important;transform:translateX(-50%)!important;z-index:11!important}.step-by-step-section .red-marker:after{background:#991b1b!important}.step-by-step-section .line-bottom .blue-marker:after,.step-by-step-section .line-bottom .red-marker:after{bottom:-43px!important;top:auto!important}.step-by-step-section .line-top .blue-marker:after,.step-by-step-section .line-top .red-marker:after{top:-43px!important;bottom:auto!important}.step-by-step-section .title-container2{padding:0 20px!important}.step-by-step-section .title-container2 .section-title{font-size:clamp(32px,4vw,48px)!important;line-height:clamp(38px,4.5vw,56px)!important}}@media(min-width:1025px)and (max-width:1400px){.step-by-step-section{padding-top:15px!important;padding-bottom:20px!important}.step-by-step-section .steps-section{height:700px!important;padding:80px 0!important;position:relative!important}.step-by-step-section .road-bg{width:100%!important;position:absolute!important;left:0!important;top:-37px!important;z-index:1!important;display:block!important;opacity:1!important;order:unset!important;margin-bottom:0!important}.step-by-step-section .steps-wrapper{position:relative!important;z-index:2!important;display:flex!important;justify-content:center!important;gap:40px!important;align-items:flex-start!important;width:100%!important;margin-top:75px!important;padding:0 30px!important;flex-direction:row!important;flex-wrap:nowrap!important;order:unset!important}.step-by-step-section .step-card{padding:22px 22px 30px!important;position:relative!important;overflow:visible!important}.step-by-step-section .step-card:not(.card-2){margin-top:-40px!important}.step-by-step-section .card-2{margin-top:18%!important}.step-by-step-section .road-bg{top:-15px!important}.step-by-step-section .step-card h3{font-size:16px!important}.step-by-step-section .step-card p{font-size:13px!important}.step-by-step-section .step-title{font-size:18px!important;padding:9px 0!important}.step-by-step-section .line-marker{display:block!important;position:absolute!important;left:50%!important;transform:translateX(-50%)!important;width:4px!important;z-index:10!important}.step-by-step-section .line-bottom{bottom:0!important;height:73px!important}.step-by-step-section .line-top{top:-94px!important;bottom:auto!important;height:94px!important}.step-by-step-section .blue-marker:after,.step-by-step-section .red-marker:after{content:""!important;position:absolute!important;left:50%!important;transform:translateX(-50%)!important;width:14px!important;height:14px!important;border-radius:50%!important;z-index:11!important}.step-by-step-section .blue-marker:after{background:#001a80!important}.step-by-step-section .red-marker:after{background:#991b1b!important}.step-by-step-section .line-bottom .blue-marker:after,.step-by-step-section .line-bottom .red-marker:after{bottom:-43px!important;top:auto!important}.step-by-step-section .line-top .blue-marker:after,.step-by-step-section .line-top .red-marker:after{top:-43px!important;bottom:auto!important}.step-by-step-section .title-container2{padding:0 30px!important}.step-by-step-section .title-container2 .section-title{font-size:clamp(36px,4.5vw,56px)!important;line-height:clamp(42px,5vw,64px)!important}}@media(min-width:1025px)and (max-width:1100px){.step-by-step-section .step-card:not(.card-2){margin-top:-160px!important}}@media(min-width:1100px)and (max-width:1200px){.step-by-step-section .step-card:not(.card-2){margin-top:-145px!important}}@media(min-width:1200px)and (max-width:1300px){.step-by-step-section .step-card:not(.card-2){margin-top:-98px!important}}@media(min-width:1300px)and (max-width:1370px){.step-by-step-section .step-card:not(.card-2){margin-top:-66px!important}}@media(min-width:1400px)and (max-width:1500px){.step-by-step-section .step-card:not(.card-2){margin-top:-44px!important}}@media(max-width:767px){.step-by-step-section{padding-top:8px!important;padding-bottom:8px!important}.step-by-step-section .steps-section{height:-moz-fit-content!important;height:fit-content!important;padding:0!important;display:flex!important;flex-direction:column!important}.step-by-step-section .road-bg{display:block!important;position:relative!important;top:0!important;left:0!important;width:100%!important;margin-bottom:0!important;opacity:1!important;z-index:1!important;order:-1!important}.step-by-step-section .steps-wrapper{flex-direction:column!important;align-items:center!important;align-content:center!important;gap:0!important;margin-top:0!important;order:1!important;padding:0 16px!important;width:100%!important;display:flex!important;justify-content:center!important}.step-by-step-section .step-card{width:calc(100% - 32px)!important;max-width:280px!important;min-height:auto!important;padding:20px!important;border-radius:20px 20px 50% 50%!important;margin:0 auto!important;box-sizing:border-box!important;overflow:visible!important;position:relative!important}.step-by-step-section .step-card h3,.step-by-step-section .step-card p{width:100%!important;box-sizing:border-box!important;word-wrap:break-word!important;overflow-wrap:break-word!important}.step-by-step-section .step-card:not(:last-child){margin-bottom:93px!important}.step-by-step-section .card-2{margin-top:0!important;border-radius:50% 50% 20px 20px!important;width:calc(100% - 32px)!important;max-width:280px!important;margin-bottom:0!important;padding-top:20px!important;overflow:visible!important;position:relative!important;box-sizing:border-box!important}.step-by-step-section .card-2 .step-title{max-width:100%!important;width:67%!important;box-sizing:border-box!important}.step-by-step-section .card-2 h3,.step-by-step-section .card-2 p{width:100%!important;box-sizing:border-box!important;word-wrap:break-word!important;overflow-wrap:break-word!important}.step-by-step-section .step-title{font-size:16px!important;padding:8px 0!important;margin-bottom:5px!important;width:100%!important;max-width:100%!important}.step-by-step-section .step-card h3{font-size:17px!important;margin:10px 0!important;line-height:1.3!important}.step-by-step-section .step-card p{font-size:14px!important;line-height:1.5!important;margin-top:8px!important}.step-by-step-section .line-marker{display:block!important;position:absolute!important;width:4px!important;left:50%!important;transform:translateX(-50%)!important;z-index:10!important}.step-by-step-section .line-bottom{bottom:0!important;top:223px!important;height:39px!important}.step-by-step-section .line-top{top:-50px!important;bottom:auto!important;height:50px!important}.step-by-step-section .blue-marker:after{background:#001a80!important;top:34px!important}.step-by-step-section .blue-marker:after,.step-by-step-section .red-marker:after{content:""!important;position:absolute!important;width:14px!important;height:14px!important;border-radius:50%!important;left:50%!important;transform:translateX(-50%)!important;z-index:11!important}.step-by-step-section .red-marker:after{background:#991b1b!important}.step-by-step-section .line-bottom .blue-marker:after,.step-by-step-section .line-bottom .red-marker:after{bottom:-43px!important;top:auto!important}.step-by-step-section .line-top .blue-marker:after,.step-by-step-section .line-top .red-marker:after{top:-43px!important;bottom:auto!important}.step-by-step-section .title-container2{padding:0 16px!important;margin-bottom:5px!important}.step-by-step-section .title-container2 .section-title{font-size:clamp(24px,5vw,32px)!important;line-height:clamp(28px,6vw,38px)!important;margin-bottom:0!important}.step-by-step-section .xxl-bg-left,.step-by-step-section .xxl-bg-right{width:100%!important;max-width:100%!important;left:0!important;right:0!important}.step-by-step-section .bg-left-mobile,.step-by-step-section .bg-right-mobile{height:40%!important;opacity:.08!important}}@media(max-width:479px){.step-by-step-section{padding-top:8px!important;padding-bottom:8px!important}.step-by-step-section .steps-section{padding:0!important;position:relative!important;display:flex!important;flex-direction:column!important}.step-by-step-section .road-bg{display:block!important;position:relative!important;top:0!important;left:0!important;width:100%!important;margin-bottom:0!important;opacity:1!important;z-index:1!important;order:-1!important}.step-by-step-section .steps-wrapper{gap:0!important;margin-top:0!important;order:1!important;padding:0 12px!important;position:relative!important;z-index:2!important;flex-direction:column!important;align-items:center!important}.step-by-step-section .blue-marker{background:linear-gradient(180deg,#1e40ff,#00147a)!important}.step-by-step-section .step-card{max-width:280px!important;padding:18px!important;border-width:2px!important;width:calc(100% - 32px)!important;border-radius:20px 20px 50% 50%!important;margin-bottom:0!important}.step-by-step-section .step-card:not(:last-child){margin-bottom:93px!important;height:209px!important}.step-by-step-section .card-2{width:calc(100% - 32px)!important;max-width:280px!important;border-radius:50% 50% 20px 20px!important;margin-bottom:0!important;padding-top:18px!important;overflow:visible!important;position:relative!important}.step-by-step-section .card-2,.step-by-step-section .card-2 .step-title{box-sizing:border-box!important}.step-by-step-section .card-2 h3,.step-by-step-section .card-2 p{width:100%!important;box-sizing:border-box!important;word-wrap:break-word!important;overflow-wrap:break-word!important}.step-by-step-section .line-marker{display:block!important;position:absolute!important;width:4px!important;left:50%!important;transform:translateX(-50%)!important;z-index:10!important}.step-by-step-section .line-bottom{bottom:0!important;top:206px!important;height:39px!important}.step-by-step-section .line-top{top:-50px!important;bottom:auto!important;height:50px!important}.step-by-step-section .blue-marker:after{background:#001a80!important;top:34px!important}.step-by-step-section .blue-marker:after,.step-by-step-section .red-marker:after{content:""!important;position:absolute!important;width:14px!important;height:14px!important;border-radius:50%!important;left:50%!important;transform:translateX(-50%)!important;z-index:11!important}.step-by-step-section .red-marker:after{background:#991b1b!important}.step-by-step-section .line-bottom .blue-marker:after,.step-by-step-section .line-bottom .red-marker:after{bottom:-43px!important;top:auto!important}.step-by-step-section .line-top .blue-marker:after,.step-by-step-section .line-top .red-marker:after{top:-43px!important;bottom:auto!important}.step-by-step-section .card-2 .step-title{max-width:100%!important;width:67%!important}.step-by-step-section .step-title{font-size:15px!important;padding:7px 0!important;width:100%!important;max-width:100%!important}.step-by-step-section .step-card h3{font-size:16px!important;margin:8px 0!important}.step-by-step-section .step-card p{font-size:13px!important;margin-top:6px!important}.step-by-step-section .title-container2{padding:0 12px!important}.step-by-step-section .title-container2 .section-title{font-size:22px!important;line-height:28px!important}}