@import url("/cdn-fonts/cdnjs/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap");


* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

:root {
font-family: cabin;
  --white: rgba(255, 255, 255, 1);
  --neutral-100: rgba(255, 255, 255, 1);
  --headings-typography-size-4-font-family: "cabin", sans-serif;
  --headings-typography-size-4-font-weight: 500;
  --headings-typography-size-4-font-size: 32px;
  --headings-typography-size-4-letter-spacing: 0px;
  --headings-typography-size-4-line-height: 28px;
  --headings-typography-size-4-font-style: normal;
  --cards-short-default: 0px 5px 16px 0px rgba(8, 15, 52, 0.06);
}

::selection{
  background: #ccc;
  color: #171717;
}


.section{
margin: 0 auto;
padding: 120px 0;
justify-content: center;
}

.container{
max-width: 1320px;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
}


a {
  text-decoration: none;
}

html,
body {
  margin: 0px auto;
  height: 100%;
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}


/* typography styles */
h1 {
  font-family: Cabin;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: -0.5px;
  color: #3A3A3A;
}
h2{
  font-family: "Cabin" ;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2em;
  color: #3A3A3A;
}
h3{
  font-family: "Cabin" ;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3em;
  color: #3A3A3A;
}
h4{
  font-family: "Cabin" ;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3em;
  color: #3A3A3A;
}

h5{
  font-family: "Cabin" ;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3em;
  color: #3A3A3A;
}

h6{
  font-family: "Cabin" ;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3em;
  color: #3A3A3A;
}

p{
  font-family: "Cabin" ;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
  color: #666666;
}

.medium{
  font-weight: 500;
}

.bold{
  font-weight: 700;
  line-height: 2em;
}

a {
  color: #2774D8;
}

a:hover{
  color: #000;
}

ul li{
  
  color: #666666;
  font-family: cabin;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Header Styles Starts~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.hero {
  background: #092E6C;
  padding: 0;
  background-image: url('/cdn-img/k0P4EcPiouU_XzyGSmgmUw/af46ba52-f460-4de5-2fbe-2ed515f10100/public');
}

.hero-top {
  width: 100%;
  justify-content: space-between;
  display: flex;
  padding: 16px 0;
}

.logo {
  width: 230px;
  padding-left: 20px;
}

.logo img {
  max-height: 70px;
}

.nav-logo {

}

/* Mobile Menu Toggle Button */
.mobile-menu-toggle {
  display: none;
  font-size: 32px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 100;
  position: relative;
  color: #fff;
}


/* Mobile Menu Overlay */
.mobile-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9); /* Semi-transparent background */
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.mobile-nav-overlay.open {
  display: flex;
}

/* Close Button */
.mobile-menu-close {
  position: absolute;
  top: 30px;
  right: 10px;
  font-size: 32px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

.dropdown-menu {
  display: none;
}

.dropdown:hover .dropdown-menu {
  display: block;
}


.mainmenu {

}

.nav-item {
 position: relative; 
}

.nav-item.active-nav a{
  color: #fff !important;
}
.nav-item span, .home-usps span {
  color: #FFD11C;
  vertical-align: super;
  line-height: 12px;
  font-size: 14px;
  font-weight: 800;
}

.nav-item a {
  color: #DFDFDF;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  padding: 9px 12px;
}

.nav-item a:hover{
  
  text-decoration: underline;
}

#arrow{
  line-height: 150% !important;
  vertical-align: middle !important;
  margin-left: 4px;
  color: #dfdfdf !important;
}

.dropdown{}

.dropdown-menu{
  display: none !important;
  position: absolute;
  top: 100%;
  left: 0;
  list-style-type: none;
  background-color: #21314cf7;
  padding: 8px 0px;
  margin: 0;
  width: 340px;
}

.nav-child{
    padding: 8px 4px;
}

.dropdown:hover .dropdown-menu {
    display: block !important;
}

.cta-top {
  width: 230px;
}


.button-primary a {
  background: #FFD11C;
  color: #171717;
  font-size: 18px;
  font-weight: 500;
  padding: 9px 36px;
  border-radius: 8px;
  display: block;
  line-height: 150%;
  cursor: pointer;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Header Styles Ends~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.section-title{
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-direction: column;
  width: 70%;
}

.section-title h3{
  text-align: center;
}

.section-title p{
  text-align: center;
}

.CTA-box {
  background: #2774D8;
  gap: 48px;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1096px;
  height: 327.139px;
  justify-content: center;
  text-align: center;
  margin-top: -290px;
  margin-bottom: 120px;
}

.CTA-box h3{
  color:#FFF;
}

.CTA-box p{
  color:#DFDFDF;
  width:80%;
}





#cta-button{
  background: #FFD11C;
  padding: 16px 36px;
  border-radius: 8px;
  color: #171717;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;

}


.cta-text{
  display: flex;
flex-direction: column;
align-items: center;
gap: 16px;
}

























/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Footer Styles Starts~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer {
  background: #092E6C;
  padding-bottom: 0px;
  background-image: url('img/footer-logo.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%; 
}

.footer-content{
  display: flex;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 240px;
    width: 100%;
}


.footer-item{
  width: 250px;
  overflow: hidden;
}



.footer-item p{
  color: #fff;
  margin-bottom: 16px;
}
.footer-item ul{}
.footer-item ul li{
      margin-bottom: 8px;
}

.footer-item ul li a{
  color: #DFDFDF;
  line-height: 150%;
}

.footer-item ul li a:hover{
  color: #fff;
}

.{}
.{}

/*Footer Styles Ends*/