@charset "UTF-8";
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;}
html{font-size:10px;scroll-behavior:smooth;}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:1.6rem;color:#1f2937;background-color:#fff;line-height:1.6;-webkit-font-smoothing:antialiased;}
img{width:100%;max-width:100%;height:auto;border:none;display:block;}
a,a:link,a:active{text-decoration:none;color:inherit;transition:all 0.2s ease;}
ul{list-style:none;}
ol{padding-left:2rem;}
ol li::marker{color:#f37021;font-weight:700;font-size:1.6rem;}
h1{font-size:3.2rem;line-height:1.2;font-weight:700;color:#004b87;margin-bottom:2rem;}
h2{font-size:2.6rem;line-height:1.3;font-weight:700;color:#004b87;margin-bottom:1rem;}
h3{font-size:2.2rem;line-height:1.4;font-weight:600;color:#1f2937;}
h4{font-size:1.8rem;line-height:1.4;font-weight:600;color:#004b87;}
p{font-size:1.6rem;color:#4b5563;margin-bottom:1.5rem;}
.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:1.2rem 2.4rem;font-size:1.6rem;font-weight:600;border-radius:4px;cursor:pointer;transition:all 0.3s ease;border:none;text-align:center;}
.btn-accent{background-color:#f37021;color:#fff;box-shadow:0 4px 10px rgba(243,112,33,0.3);}
.btn-accent:hover{background-color:#d95e16;color:#000;transform:translateY(-1px);}
.btn-primary{background-color:#004b87;color:#fff;}
.btn-primary:hover{background-color:#003460;color:#fff;}
.section-padding{padding:6rem 0;}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;}

.site-header{background-color:#fff;box-shadow:0 2px 15px rgba(0,0,0,0.06);position:sticky;top:0;z-index:100;padding:1.2rem 0;}
.header-wrap{display:flex;flex-direction:column;gap:1rem;justify-content:space-between;align-items:center;}
.excellence_logo{display:none;}
.header-actions{display:flex;align-items:center;gap:1.5rem;}
.contact-pill{display:none;}
.header-wrap .btn-accent{color:#000}

.hero-section{position:relative;background-color:#004b87;padding:4rem 0;overflow:hidden; height:56.5rem;}
.hero-bg-wrapper{display:none;}
.hero-content{position:relative;z-index:2;display:flex;justify-content:center;align-items:center;}
.hero-form-widget{width:100%;max-width:480px;margin:0 auto;}

@media (min-width:480px){
	.hero-section{height:50rem;}
}

@media(min-width:768px){
}

@media(min-width:1024px){	
	.header-wrap{flex-direction:row;gap:2rem;}	
	.contact-pill{display:inline-flex;align-items:center;gap:0.8rem;font-weight:700;color:#004b87;font-size:1.8rem;}
	.contact-pill:hover{color:#f37021;}

	.hero-section{padding:0;background-color:transparent;height:46rem;}
	.hero-bg-wrapper{display:block;width:100%;}
	.hero-bg-wrapper img{width:100%;height:46rem;display:block;}
	.hero-content{position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;height:100%;display:flex; justify-content:flex-end;padding:2rem;}
	.hero-form-widget{width:430px; margin:0; display:flex; justify-content:flex-end;box-shadow:0 2px 15px rgba(0,0,0,0.06);}
}

@media (min-width:1280px){
	.container{padding:0;}
	.excellence_logo{display:flex; align-items:center; gap:10px; line-height:25px; color:#136fa3; font-weight:500; text-align:left;}
	.excellence_logo img{width:60px;}	
	.hero-content{width:120rem;}
	.hero-form-widget{width:430px;}
}

@media (min-width:1600px){
	.hero-section{height:auto;}
	.hero-bg-wrapper img{height:auto;}
}

