.featurestrip{padding:2.4rem 0;background:linear-gradient(90deg,#0057e7 0%,#6f5bff 100%)}
.featurestrip__list{display:grid;gap:2rem}
.featurestrip__list li{display:flex;align-items:flex-start;gap:1.6rem;padding:1rem 0}
.featurestrip__list svg{width:5.6rem;height:5.6rem;padding:1.4rem;border-radius:50%;background:rgba(255,255,255,.14);color:#fff;flex-shrink:0}
.featurestrip__list strong{display:block;font-size:2rem;font-weight:700;line-height:1.3;color:#fff}
.featurestrip__list p{margin-top:.6rem;font-size:1.5rem;font-weight:500;line-height:1.7;color:rgba(255,255,255,.9)}

.about{padding:6rem 0;background:#fff}
.about .container{display:grid;gap:4rem;align-items:center}
.about__content h2{font-size:2.8rem;font-weight:600;line-height:1.3;color:var(--primarydark)}
.about__content p{margin-top:2.4rem;font-size:1.8rem;font-weight:400;line-height:1.8;color:#333}
.about__content strong{font-weight:700;color:#1e293b}
.aboutsection__btn{height:5.4rem;margin-top:3rem;padding-inline:3rem;border-radius:1.4rem;background:var(--primarydark);display:inline-flex;align-items:center;justify-content:center;font-size:1.7rem;font-weight:700;color:#fff;transition:transform .3s ease,background .3s ease}
.aboutsection__btn:hover{transform:translateY(-.3rem);background:#6c95ce;}
.about__image{display:none;}
.about__image img{width:100%;height:auto}

.contactsection{padding:6rem 0;background:linear-gradient(180deg,#f8fcff 0%,#edf6ff 100%);overflow:hidden}
.contactsection .container{display:grid;align-items:center}
.contactsection__image{width:30rem;margin:auto;}
.contactsection__image img{width:100%;height:auto}
.contactsectionheading{padding:2rem; background:#fff;}
.section-title{position:relative; display:inline-block;font-size:2.8rem;font-weight:600;line-height:1.3;color:var(--primarydark);padding-bottom:3rem}
.section-title span{color:#062a64;}
.section-title::before,.section-title::after{content:"";position:absolute;bottom:0;height:2px;background:#233e8f}
.section-title::before{width:30px;left:50%; top:80%;transform:translate(-50%, -20%)}
.section-title::after{width:50px;left:50%; top:70%;transform:translate(-50%, -40%)}
.contactsectionheading p{font-size:2rem;font-weight:600;line-height:1.5;text-align:center;color:#0f7ae5;margin-top:1rem;}

.contactform{display:flex;flex-direction:column;gap:2rem}
.form-group{display:flex;flex-direction:column;gap:15px}
.form-group input,.contactform textarea,.form-captcha input{font-family:"Inter",sans-serif;width:100%;padding:0.8rem 2rem;border:.1rem solid #cbd5e1;border-radius:1rem;font-size:1.7rem;font-weight:500;color:#1e293b;background:#fff;outline:none;transition:border-color .3s ease,box-shadow .3s ease}
.form-group input:focus,.contactform textarea:focus,.form-captcha input:focus{border-color:var(--primary);box-shadow:0 0 0 .4rem rgba(20,86,255,.1)}
.contactform textarea{resize:none;height:16rem;}
.captcha-wrapper{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:10px}
.captcha-label{font-family:system-ui,-apple-system,sans-serif;font-weight:600;color:#475569;font-size:14px;margin:0}
.captcha-controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.captcha-image-box{background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:4px 12px;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 1px 2px #0000000d;width:max-content;}
.captcha-image-box img{display:block;height:30px;mix-blend-mode:multiply}
.captcha-refresh{background:none;border:none;cursor:pointer;color:#f28c28;padding:6px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}
.captcha-refresh:hover{background-color:#e2e8f0;color:#3b82f6}
.captcha-refresh svg{width:20px;height:20px}
.captcha-input{width:100px;padding:10px 12px;border:1px solid #cbd5e1;border-radius:6px;font-size:16px;font-family:monospace;text-align:center;outline:none;transition:border-color 0.2s,box-shadow .2s}
.captcha-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}
.captcha-input::-webkit-outer-spin-button,.captcha-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.captcha-input[type=number]{appearance:textfield}
.btn-submit{background:#2f74d8;color:#fff;padding:12px 3rem;border:none;border-radius:5px;font-weight:600;cursor:pointer;transition:background .3s ease;width:fit-content;margin:0 auto}
.btn-submit:hover{background:var(--primarydark)}
.hidden{display:none;}
.error{color: red; padding: 10px;}
.success{color:green; }
.sr-only{position:absolute;width:.1rem;height:.1rem;padding:0;margin:-.1rem;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

.services{padding:6rem 0;background:#fff}
.sectionheading{text-align:center;}
.services__grid{display:grid;gap:2.4rem;margin-top:5rem}
.servicecard{height:100%;padding:3rem;border-radius:2.4rem;background:#fff;box-shadow:0 .8rem 3rem rgba(15,23,42,.08);transition:transform .35s ease,box-shadow .35s ease}
.servicecard:hover{transform:translateY(-.6rem);box-shadow:0 1.6rem 4rem rgba(15,23,42,.12)}
.servicecard .sc_img{width:8rem;height:4rem;padding:1rem;border-radius:50%;background:#eef4ff; display:flex; align-items:center;}
.servicecard .sc_img img{width:100%; height:auto;}
.servicecard h3{margin-top:2rem;font-size:2.5rem;font-weight:600;line-height:1.3;color:#062a64;}
.servicecard p{margin-top:2rem;font-size:1.6rem;font-weight:500;line-height:1.8;color:#333}
.servicecard a{margin-top:2.4rem;display:inline-flex;align-items:center;gap:.8rem;font-size:1.8rem;font-weight:700;color:#0f7ae5;transition:gap .3s ease}
.servicecard a::after{content:'→';font-size:2rem}
.servicecard:hover a{gap:1.2rem}

.processsection{padding:6rem 0}
.processsection .container{padding:5rem 3rem;border-radius:2rem;background:#f6f8fc}
.processlist{display:grid;gap:4rem;margin-top:2rem}
.processcard{text-align:center;position:relative}
.pc_img{width:12rem;height:12rem;padding:3rem;border-radius:50%;background:var(--primarydark);display:flex; align-items:center; margin:auto;}
.processcard img{width:100%; height:auto;}
.processcard h3{margin-top:2.4rem;font-size:2.5rem;font-weight:600;line-height:1.2;color:#0f172a}
.processcard p{margin-top:1rem;font-size:1.6rem;font-weight:500;line-height:1.7;color:#475569}

.ctabanner{padding:6rem 0;background:var(--primarydark);}
.ctabanner .container{display:grid;gap:4rem;align-items:center}
.ctabanner__content h2{max-width:72rem;font-size:3rem;font-weight:800;line-height:1.6;text-align:center;text-transform:uppercase;color:#fff}
.ctabanner__btn{width:max-content; height:6rem; padding-inline:3.2rem;border-radius:1.6rem;background:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:800;color:var(--primarydark);transition:transform .3s ease,background .3s ease; margin:3rem auto 0;}
.ctabanner__btn:hover{transform:translateY(-.3rem);background:#f8fafc}
.ctabanner__media{display:none}

.whychoose{padding:6rem 0;background:#fcfcfe}
.whychoose .sectionheading p{color:var(--primarydark); font-size:1.8rem;}
.whychoose__wrapper{display:grid;gap:4rem;align-items:center;margin-top:5rem}
.whychoose__list{display:grid;gap:3rem}
.whychoosecard{text-align:center}
.whychoosecard img{width:9.6rem;height:9.6rem;margin-inline:auto;object-fit:contain}
.whychoosecard h3{margin-top:1rem;font-size:2.5rem;font-weight:700;line-height:1.2;color:#0f172a}
.whychoosecard p{max-width:34rem;margin:1rem auto 0;font-size:1.6rem;font-weight:500;line-height:1.8;color:#475569}
.whychoose__image{display:none}

.locationsection{padding:6rem 0;background:#fff}
.locationcard{padding:3rem;border-radius:3rem;background:#f6f8fc;display:grid;gap:4rem;align-items:center;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.locationcard__image img{width:100%;max-width:42rem;height:auto;margin-inline:auto}
.locationcard__content h2{font-size:2.8rem;font-weight:600;line-height:1.3;text-align:center;color:var(--primarydark)}
.locationcard__content h2 span{display:block}
.locationcard__info{display:grid;gap:2rem;margin-top:4rem}
.locationcard__info li{display:flex;align-items:center;gap:1.4rem;font-size:1.5rem;font-weight:600;color:#333}
.locationcard__info svg{color:var(--primary);flex-shrink:0}
.locationcard__info a{transition:color .3s ease; color:#000}
.locationcard__info a:hover{color:var(--primary)}

.blogsection{padding:0 0 6rem;background:#fff}
.bloggrid{display:grid;gap:3rem;margin-top:5rem}
.blogcard{height:100%;overflow:hidden;border:.1rem solid #e2e8f0;border-radius:3rem;background:#fff;transition:transform .35s ease,box-shadow .35s ease}
.blogcard:hover{transform:translateY(-.8rem);box-shadow:0 1.6rem 4rem rgba(15,23,42,.12)}
.blogcard__image{display:block;overflow:hidden}
.blogcard__image img{width:100%;height:auto;transition:transform .5s ease}
.blogcard:hover .blogcard__image img{transform:scale(1.05)}
.blogcard__content{padding:2rem}
.blogcard h3 a{font-size:1.8rem;font-weight:600;line-height:1.35;color:#0f7ae5;transition:color .3s ease}
.blogcard h3 a:hover{color:var(--primarydark)}
.blogcard p{margin-top:1rem;font-size:1.6rem;font-weight:500;line-height:1.8;color:#475569;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;overflow: hidden;}
.blogcard__link{margin-top:1.5rem;display:inline-flex;align-items:center;gap:.8rem;font-size:1.7rem;font-weight:700;color:#0f7ae5;transition:gap .3s ease}
.blogcard__link::after{content:'→';font-size:2rem}
.blogcard:hover .blogcard__link{gap:1.2rem}

.blogsection__action{margin-top:5rem;text-align:center}
.blogsection__btn{height:5.6rem;padding-inline:3.2rem;border-radius:1.4rem;background:var(--primary);display:inline-flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;color:#fff;transition:transform .3s ease,background .3s ease}
.blogsection__btn:hover{transform:translateY(-.3rem);background:var(--primarydark)}

.footer{background:var(--primary);color:#fff}
.footer .container{padding-block:6rem}
.footer .footer__bottom .container{padding-block:2rem}
.footer__grid{display:grid;gap:5rem}
.footer__logo{display:inline-block}
.footer__logo img{max-width:32rem;height:auto;border-radius:2rem;background:#fff}
.footer__about p{max-width:42rem;margin-top:3rem;font-size:1.7rem;font-weight:500;line-height:1.9;color:rgba(255,255,255,.92)}
.footer__social{margin-top:4rem}
.footer__social h3{font-size:2.5rem;font-weight:600}
.footer__social ul{display:flex;align-items:center;margin-top:2rem}
.footer__social a{width:5rem;height:5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:background .3s ease,transform .3s ease}
.footer__social a:hover{background:rgba(255,255,255,.12);transform:translateY(-.3rem)}
.footer__nav h2, .footer__newsletter h2{font-size:2.8rem;font-weight:700;line-height:1.3;text-transform:uppercase}
.footer__nav ul{display:grid;gap:1.6rem;margin-top:3rem}
.footer__nav a{font-size:1.6rem;font-weight:500;color:rgba(255,255,255,.92);transition:padding-left .3s ease,color .3s ease}
.footer__nav a:hover{padding-left:.8rem;color:#fff}
.newsletterform{display:flex;flex-wrap:wrap;gap:1.4rem;margin-top:3rem}
.newsletterform input{height:5.6rem;flex:1;padding-inline:2rem;border-radius:1.2rem;background:#fff;font-size:1.6rem;color:#0f172a}
.newsletterform button{height:5.6rem;padding-inline:3rem;border-radius:5rem;background:rgba(255,255,255,.14);font-size:1.6rem;font-weight:700;letter-spacing:.08rem;text-transform:uppercase;color:#fff;transition:background .3s ease}
.newsletterform button:hover{background:rgba(255,255,255,.24)}
.footer__bottom{background:var(--primarydark)}
.footer__bottom p{font-size:1.4rem;font-weight:500;text-align:center;color:#fff}

/* Go To Top */
.gototop{position:fixed;right:2rem;bottom:2rem;width:5.4rem;height:5.4rem;border:none;border-radius:50%;background:#f98900;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 1rem 3rem rgba(15,23,42,.2);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(1.6rem) scale(.9);transition:opacity .3s ease,visibility .3s ease,transform .3s ease,background .3s ease;z-index:999}
.gototop.active{background:#f98900; opacity:1;visibility:visible;transform:translateY(0) scale(1)}
.gototop:hover{background:#6c95ce;transform:translateY(-.4rem) scale(1.05)}
.gototop svg{pointer-events:none}

@media(min-width:768px) {
	.featurestrip__list{grid-template-columns:repeat(2,1fr);gap:3rem}
	.about__content h2, .section-title{font-size:3rem}
	.contactsectionheading h2{font-size:3rem}

	.services{padding:8rem 0}
	.services__grid{grid-template-columns:repeat(2,1fr)}

	.processlist{grid-template-columns:repeat(2,1fr)}

	.ctabanner{padding:8rem 0}
	.ctabanner__content{text-align:center}
	.ctabanner__content h2{margin-inline:auto;font-size:4rem}

	.whychoose{padding:8rem 0}
	.whychoose__list{grid-template-columns:repeat(2,1fr)}

	.locationcard{padding:5rem}
	.locationcard__content h2{font-size:3rem}

	.blogsection{padding:0 0 8rem}
	.bloggrid{grid-template-columns:repeat(2,1fr)}

	.footer__grid{grid-template-columns:repeat(2,1fr)}
	
	.gototop{right:3rem;bottom:3rem}
}
@media(min-width:1024px) {
	.contactsection{padding:3rem 0;background:#f6fbff url('../images/contact-bg-placeholder.webp') bottom center/cover no-repeat}
	.contactsection .container{grid-template-columns:40rem minmax(0,1fr);gap:8rem}
	.contactsection__image{display:block;}
	.contactsectionheading{background:transparent; padding:0}
	.contactsectionheading h2, .contactsectionheading p{text-align:left}		
}
@media(min-width:1200px) {
	.featurestrip{padding:3rem 0}
	.featurestrip__list{grid-template-columns:repeat(4,1fr);gap:2rem}
	.featurestrip__list li{padding-inline:1rem;position:relative}
	.featurestrip__list li:not(:last-child)::after{content:'';position:absolute;top:50%;right:0;width:.1rem;height:7rem;background:rgba(255,255,255,.15);transform:translateY(-50%)}
	.featurestrip__list strong{font-size:1.8rem;}
	.about .container{grid-template-columns:minmax(0,1fr) 52rem;gap:6rem}
	.about__content{text-align:justify;}
	.about__content h2, .locationcard__content h2, .section-title{font-size:3.5rem;font-weight:700;}
	.about__image{display:block;}

	.contactform{text-align:left; flex:1;}
	.form-group{flex-direction:row}
	.form-group input{width:50%}
	.form-captcha{justify-content:flex-start}
	.btn-submit{margin:0;}

	.services__grid{grid-template-columns:repeat(4,1fr)}
	.servicecard h3{font-size:2rem}
	
	.processsection{padding:0 0 8rem}
	.processlist{grid-template-columns:repeat(5,1fr);gap:3rem}
	.processlist li{position:relative}
	.processlist li:not(:last-child)::after{content:'›';position:absolute;top:3.6rem;right:-2rem;font-size:6rem;font-weight:300;line-height:1;color:var(--primary)}
	.processcard h3{font-size:2rem}
	.processcard p{font-size:1.5rem}
	
	.whychoose__wrapper{grid-template-columns:1fr 46rem 1fr;gap:5rem}
	.whychoose .sectionheading p{color:var(--primarydark); font-size:2.5rem; font-weight:600}
	.whychoose__list{grid-template-columns:1fr}
	.whychoose__image{display:block}
	.whychoose__image img{width:100%;height:auto}
	.whychoosecard h3{font-size:2.5rem}
	.whychoosecard p{font-size:1.6rem}

	.locationsection{padding:6rem 0}
	.locationcard{display:flex; gap:8rem; justify-content:center; align-items:center; padding:0}
	.locationcard__content h2{text-align:left}
	.locationcard__info li{font-size:2rem}

	.bloggrid{grid-template-columns:repeat(3,1fr)}
	.blogcard p{font-size:1.6rem}
	
	.footer__grid{grid-template-columns:1.3fr .8fr .8fr 1fr;gap:6rem}
	.footer__nav h2, .footer__newsletter h2{font-size:2rem;}
	.footer__newsletter h2{max-width:30rem;}
}
@media(min-width:1280px) {
	.contactsection .container{grid-template-columns:50rem minmax(0,1fr);gap:8rem; position:relative;}
	.contactsection__image img{position:absolute; top:-3rem; left:0; width:55rem; height:auto;}
	
	.servicesheading h2{font-size:3rem;}
	.servicecard{padding:2rem 1rem;border-radius:1rem; display:flex; gap:1rem; align-items:start;}
	.servicecard h3{margin-top:0;font-size:1.7rem;font-weight:600;}
	.servicecard p{margin-top:1rem;font-size:1.4rem;font-weight:500;}
	.servicecard a{margin-top:1rem; font-size:1.5rem;font-weight:600;}
	
	.ctabanner{padding:0;background:linear-gradient(90deg,var(--primary) 0%,#0f4dcf 100%)}
	.ctabanner .container{grid-template-columns:minmax(0,1fr) 30rem;gap:6rem}
	.ctabanner__content{text-align:left;padding:8rem 0}
	.ctabanner__content h2{margin:0;font-size:5rem}
	.ctabanner__btn{font-size:3rem;font-weight:700}
	.ctabanner__media{display:flex;align-items:flex-end;justify-content:flex-end;position:relative;height:100%}
	.ctabanner__icon{position:absolute;top:50%;left:-20rem;width:22rem;height:auto;transform:translateY(-60%);z-index:1}
	.ctabanner__girl{position:absolute; z-index:2; top:-5rem; right:0; width:100%;max-width:40rem;height:auto}
}
@media(min-width:1600px) {
	.featurestrip__list strong{font-size:2rem;}
	.contactsection{padding:8rem 0;}
	.contactsection .container{grid-template-columns:60rem minmax(0,1fr);gap:12rem}
	.contactsection__image img{top:-4rem; width:60rem;}

	.servicecard{padding:2rem;border-radius:2rem;}
	.servicecard h3{margin-top:0.5rem;font-size:2rem;}
	.servicecard p{font-size:1.5rem;}
	.servicecard a{font-size:1.6rem;}

	.ctabanner .container{grid-template-columns:minmax(0,1fr) 55rem;gap:6rem}
	.ctabanner__content h2{font-size:5.5rem}
	.ctabanner__icon{left:-10rem;width:30rem;}
	.ctabanner__girl{top:-5rem; right:0; width:100%;max-width:31rem;}

	.whychoose__wrapper{grid-template-columns:1fr 49rem 1fr;}
}
/* Related Section Id Link */
[id]{scroll-margin-top:20rem;}
/* Scroll Reveal Animation */
[data-reveal]{opacity:0;transform:translate3d(0,4rem,0);transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1);will-change:transform,opacity}
[data-reveal].revealed{opacity:1;transform:translate3d(0,0,0)}
[data-reveal="left"]{transform:translate3d(-4rem,0,0)}
[data-reveal="right"]{transform:translate3d(4rem,0,0)}
[data-reveal="scale"]{transform:scale(.92)}
@media(prefers-reduced-motion:reduce){
[data-reveal]{opacity:1!important;transform:none!important;transition:none!important}
}