* {
    margin: 0px;
    padding: 0px;
}
body {
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}
.featuredBanner {
    padding-top: 250px;
    padding-bottom: 150px;
}
.featuredBanner .featuredBannerDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.featuredBanner .featuredBannerDiv h1 {
    color: #fff;
    font-family: "Montserrat";
    font-size: 50px;
    font-weight: 700;
    max-width: 60%;
    text-align: center;
}
.featuredBanner .featuredBannerDiv p {
    color: #fff;
    margin-top: 30px;
    font-family: "Montserrat";
    font-size: 24px;
    font-weight: 700;
    max-width: 60%;
    text-align: center;
    border-bottom: 1px solid #556ea4;
    padding-bottom: 10px;
}
.featuredBanner .featuredBannerDiv a {
    cursor: pointer;
    text-decoration: none;
    color: #fff !important;
    margin-top: 30px;
    font-family: "Montserrat";
    font-size: 24px;
    font-weight: 300;
    max-width: 60%;
    text-align: center;
    background-color: #556ea4;
    padding: 10px 30px;
    border-radius: 10px;
    box-shadow: 0px 1px 4px 6px #3a4d68;
}
.ceoSection {
    margin-top: 180px;
}
.ceoDivBox {
    border-radius: 10px;
    border: 1px solid #556ea4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
}
.ceoDivBox h1 {
    color: #fff;
    margin-top: 60px;
    font-family: "Montserrat";
    font-size: 46px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #556ea4;
}
.ceoSection .ceoDivBox .ceoDivBoxInner {
    display: flex;
    margin-top: 40px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 90%;
    gap: 8%;
}
.ceoSection .ceoDivBox .ceoDivBoxInner .ceoDivBoxInnerContent1 {
    width: 100%;
    max-width: 46%;
}
.ceoSection .ceoDivBox .ceoDivBoxInner .ceoDivBoxInnerContent1 .heading1 {
    display: flex;
    align-items: center;
}
.ceoSection
    .ceoDivBox
    .ceoDivBoxInner
    .ceoDivBoxInnerContent1
    .heading1
    .headingContent1
    h2 {
    color: #fff;
    font-size: 20px;
    font-family: "Montserrat";
    font-weight: 600;
}
.ceoSection
    .ceoDivBox
    .ceoDivBoxInner
    .ceoDivBoxInnerContent1
    .heading1
    .headingContent1
    p {
    color: #fff;
    margin-top: 20px;
    font-size: 20px;
    font-family: "Montserrat";
    font-weight: 400;
}
.ceoSection
    .ceoDivBox
    .ceoDivBoxInner
    .ceoDivBoxInnerContent2
    .ceoDivBoxInnerContent2img {
    border: 1px solid #556ea4;
    border-right: none;
    padding: 20px 30px;
    border-radius: 10px;
}
.ceoSection
    .ceoDivBox
    .ceoDivBoxInner
    .ceoDivBoxInnerContent2
    .ceoDivBoxInnerContent2img
    img {
    width: 500px;
    border-radius: 10px;
}

.statsBox {
    margin: 80px 0;
}
.statsBox .statsBoxInner {
    display: flex;
    align-items: start;
    justify-content: space-around;
    background-color: #556ea4;
    box-shadow: 0px 15px 7px rgba(0 0 0 / 25%);
    border-radius: 35px 35px 0 0;
    padding: 30px 20px;
}
.statsBox .statsBoxCol {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    text-align: center;
    flex-basis: 20%;
}
.statsBox .statsBoxCol h4 {
    font-size: 32px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #fff;
}
.statsBox .statsBoxCol p {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #fff;
}

.commonGetInTouchSec {
    margin: 80px 0 40px 0;
}
.commonGetInTouchSecOuter {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.commonGetInTouchSecHead {
    width: 80%;
    border: 1px solid #556ea4;
    min-height: 80px;
}
.commonGetInTouchSecFoot {
    width: 80%;
    border: 1px solid #556ea4;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}
.commonGetInTouchSecFoot a {
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #fff;
    padding: 10px 20px;
    min-width: 250px;
    background-color: #556ea4;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: 0.3s;
}
.commonGetInTouchSecFoot a:hover {
    background-color: #fff;
    color: #000;
    transition: 0.3s;
}
.commonGetInTouchSecInner {
    border: 4px solid #556ea4;
    text-align: center;
    border-radius: 20px;
    padding: 30px 20px 40px 20px;
}
.commonGetInTouchSecInner h2 {
    font-size: 46px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #fff;
}
.commonGetInTouchSecInner p {
    font-size: 32px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #fff;
    line-height: 1.3em;
    margin: 0;
}

.section-4 .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#discover .container .discoverHeading {
    text-align: center;
    color: #fff;
    font-family: "Montserrat";
    font-size: 46px;
    border: 1px solid #556ea4;
    padding: 10px 30px;
    border-radius: 10px;
    max-width: 50%;
}
.cards {
    display: flex;
    margin-top: 60px !important;
}
.card-1 {
    text-align: center;
    border: none;
    background: #d9d9d9;
    color: #ffffff;
    padding-bottom: 0px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 13px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 13px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 13px 4px 0px rgba(0, 0, 0, 0.25);
    transition: transform 0.5s ease-in-out;
}
.card-1:hover {
    transform: scale(1.1);
}
/* .card-1:hover {
  text-align: center;
  border-radius: 10px;
  background-color: #556ea4;
  color: white;
  opacity: 1;
  transition: 0.3s;
} */
.card-1 .card-head {
    border: none;
    border-radius: 10px;
    background: rgb(41, 68, 123);
    background: linear-gradient(
        117deg,
        rgba(41, 68, 123, 0.7063200280112045) 49%,
        rgba(41, 68, 123, 1) 50%
    );
    -webkit-box-shadow: 0px 3px 2px 0px #d9d9d9;
    -moz-box-shadow: 0px 3px 2px 0px #d9d9d9;
    box-shadow: 0px 3px 2px 0px #d9d9d9;
}
.card-1 .card-bottom {
    background: rgb(41, 68, 123);
    background: linear-gradient(
        117deg,
        rgba(41, 68, 123, 0.7063200280112045) 49%,
        rgba(41, 68, 123, 1) 50%
    );
}
.card-2 {
    text-align: center;
    border: none;
    background: #d9d9d9;
    color: #ffffff;
    padding-bottom: 0px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 13px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 13px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 13px 4px 0px rgba(0, 0, 0, 0.25);
    transition: transform 0.5s ease-in-out;
}
.card-2:hover {
    transform: scale(1.1);
}
/* .card-2:hover {
  text-align: center;
  border-radius: 10px;
  background-color: #556ea4;
  color: white;
  opacity: 1;
  transition: 0.3s;
} */
.card-2 .card-head {
    border: none;
    border-radius: 10px;
    background: #757575;
    background: linear-gradient(
        117deg,
        rgba(117, 117, 117, 0.4962359943977591) 49%,
        rgba(117, 117, 117, 1) 50%
    );
    -webkit-box-shadow: 0px 3px 2px 0px #d9d9d9;
    -moz-box-shadow: 0px 3px 2px 0px #d9d9d9;
    box-shadow: 0px 3px 2px 0px #d9d9d9;
}
.card-2 .card-bottom {
    background: rgb(117, 117, 117);
    background: linear-gradient(
        117deg,
        rgba(117, 117, 117, 0.4962359943977591) 49%,
        rgba(117, 117, 117, 1) 50%
    );
}
.card-3 {
    text-align: center;
    border: none;
    background: #d9d9d9;
    color: #ffffff;
    padding-bottom: 0px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 13px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 13px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 13px 4px 0px rgba(0, 0, 0, 0.25);
    transition: transform 0.5s ease-in-out;
}
.card-3:hover {
    transform: scale(1.1);
}
/* .card-3:hover {
  text-align: center;
  border-radius: 10px;
  background-color: #556ea4;
  color: white;
  opacity: 1;
  transition: 0.3s;
} */
.card-3 .card-head {
    border: none;
    border-radius: 10px;
    background: rgb(217, 217, 217);
    background: linear-gradient(
        114deg,
        rgba(57, 57, 57, 0.972) 49%,
        rgba(26, 26, 26, 1) 50%
    );
    -webkit-box-shadow: 0px 3px 2px 0px #d9d9d9;
    -moz-box-shadow: 0px 3px 2px 0px #d9d9d9;
    box-shadow: 0px 3px 2px 0px #d9d9d9;
}
.card-3 .card-bottom {
    background: rgb(217, 217, 217);
    background: linear-gradient(
        114deg,
        rgba(57, 57, 57, 0.972) 49%,
        rgba(26, 26, 26, 1) 50%
    );
}
.card-head {
    padding-top: 5px;
    padding-bottom: 2px;
    font-weight: 600;
    font-size: 48px;
    line-height: 24.38px;
}
.card-headh1 {
    padding: 0px;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 0px;
}
.card-headh6 {
    padding: 0px;
    font-size: 20px;
    font-weight: 400;
    font-family: "Montserrat";
}
.cardhead-para {
    font-size: 20px;
    margin-top: -10px;
    font-weight: 600;
}
.card-mid {
    padding: 20px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
}
.card-bottom {
    border: none;
    border-radius: 10px;
    background: rgb(41, 68, 123);
    background: linear-gradient(
        130deg,
        rgba(41, 68, 123, 0.5718662464985995) 0%,
        rgba(41, 68, 123, 1) 53%
    );
    padding: 10px 0px;
    line-height: 48.72px;
}
.card-bottomh1 {
    font-size: 20px;
    font-weight: 600;
    font-family: "Montserrat";
}
.card-bottom-inner {
    font-family: "Montserrat";
    font-size: 50px;
    font-weight: 600;
}

.modalContent {
    max-width: 800px;
    background-color: transparent;
    border: 1px solid #556ea4;
    border-radius: 10px;
    box-shadow: 0px 1px 4px 6px #3a4d68;
    margin-top: 30px;
    overflow: hidden;
}
.modalBody {
    padding: 20px 20px;
}
.modalFooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px 20px 20px;
}
.modalFooter .btn {
    width: 200px;
    height: 50px;
    background-color: #556ea4;
    font-size: 20px;
    font-family: "Montserrat";
    color: white;
    outline: none;
    border: none;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
#powerYourDreamModal {
    height: 0; /* Collapse the height */
    opacity: 0; /* Make it invisible */
    overflow: hidden; /* Prevent content overflow */
    transform: translateY(-20px); /* Add a slight upward slide */
    transition: height 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

#powerYourDreamModal.active {
    height: auto; /* Expand to fit content */
    opacity: 1; /* Make it visible */
    transform: translateY(0); /* Reset position */
    transition: height 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
.swal2-popup .swal2-styled {
    background: #556ea4 !important;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding: 5px 32px;
    border-radius: 5px;
}

#swal2-html-container {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.swal2-popup .swal2-title {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.select2-container {
    width: 100% !important;
}

form .div1 {
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 20px;
}
form input,
form select {
    font-family: "Montserrat";
    font-size: 20px;
    border: 1px solid #3a4d68;
    color: white;
    background-color: transparent;
    outline: none;
    height: 80px;
    width: 100%;
    border-radius: 10px;
    padding: 20px;
}
form input::placeholder,
form select::placeholder {
    color: white;
    font-size: 20px;
    font-family: "Montserrat";
}
form .state {
    font-family: "Montserrat";
    font-size: 20px;
    border: 1px solid #3a4d68;
    color: white;
    background-color: transparent;
    outline: none;
    height: 80px;
    width: 100%;
    border-radius: 10px;
    padding: 20px;
}
form .state::placeholder {
    color: white;
    font-size: 20px;
    font-family: "Montserrat";
}

.custom-dropdown {
    position: relative;
    width: 100%; /* Adjust width as needed */
    height: 80px;
    color: white;
    border-radius: 8px; /* Rounded corners */
    overflow: hidden;
    background-color: transparent;
    display: flex;
    align-items: center;
    padding: 0 0px;
}

/* Styling for the select dropdown */
.custom-dropdown select {
    appearance: none; /* Hides the default dropdown arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    outline: none;
    font-family: "Montserrat";
    background-color: transparent;
    font-size: 20px;
    color: #ffffff; /* Light gray text */
    width: 100%;
    cursor: pointer;
    border: 1px solid #3a4d68; /* Border color matching the image */
}
.custom-dropdown select option {
    background-color: transparent;
    color: rgb(0, 0, 0);
}

/* Add the custom dropdown arrow */
.custom-dropdown::after {
    content: "▼";
    font-size: 7px;
    right: 20px;
    color: #ffffff; /* Light blue arrow */
    position: absolute;
    pointer-events: none;
}

.select2-container .select2-selection--single {
    height: 80px !important;
    /* width: 324px; */
    border-radius: 10px !important;
    background-color: transparent;
    outline: none;
    font-family: "Montserrat";
    font-size: 20px;
    padding: 20px;
    position: relative;
    font-weight: 300;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    color: #000;
    z-index: 9 !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: #000;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 30px !important;
    position: absolute;
    top: 40px !important;
    right: 11px !important;
    width: 50px !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #474747 transparent transparent transparent;
    border-width: 7px 6px 0 6px;
}

.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #474747 transparent;
    border-width: 0 6px 7px 6px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__clear {
    float: unset;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    color: red;
}

.stateSelectContainer {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 50%;
}

.stateSelectContainer .stateSelectCol {
    width: 100%;
    z-index: 9 !important;
}
.stateSelect {
    z-index: 9 !important;
}

.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #556ea4;
    color: white;
}

.select2-results__option {
    color: #000;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #fff !important;
    line-height: 40px !important;
}
.select2-dropdown {
    margin-top: 10px !important;
    background-color: white;
    border: 1px solid #3a4d68 !important;
    border-radius: 10px !important;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1060 !important;
}
.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border-radius: 4px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #ffffff transparent transparent transparent !important;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: white !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #556ea4 !important;
    border-radius: 10px;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}
.stateSelectContainer select {
    display: none;
}
#ajaxLoader {
    height: 100%;
    width: 100%;
    background: #ffffffd6;
    position: fixed;
    z-index: 9999;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ajaxLoader .ajaxLoaderInner {
    max-width: 500px;
    max-height: 500px;
}

#ajaxLoader .ajaxLoaderInner .ajaxLoaderInnerHead {
    position: relative;
    z-index: 1;
}

#ajaxLoader .ajaxLoaderInner .ajaxLoaderInnerHead .loaderLogo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    max-width: 60%;
    border-radius: 0 !important;
}

#ajaxLoader .ajaxLoaderInner img {
    border-radius: 50%;
}

#ajaxLoader .ajaxLoaderInner h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    color: #556ea4;
    text-align: center;
    margin-top: 20px;
}
