@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-Light.ttf);
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-Regular.ttf);
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-Medium.ttf);
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-SemiBold.ttf);
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-Bold.ttf);
    font-weight: 700;
    font-display: swap;
}
.menu,.footer,.footer-copy,.preloader {
    display: none;
}
body,
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Inter;
    font-weight: 400;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    z-index: 2;
    display: none
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

a {
    text-decoration: none;
}

section {
    position: relative;
}

.mobile-only {
    display: none;
}

/* navbar */
header {
    padding: 10px 0;
    position: fixed;
    width: 100%;
    top: 20px;
    z-index: 100;
    transition: 0.3s ease all;
}
.navbar-list li a {
    font-family: IBMPlexSans !important;
    font-weight: 400;
  }
.dropdown-list ul::before {
    background-color: #146eb7;
}
.navWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.skyLogo a {
    display: block;
}

header.sky-navbar.fixed-header {
    background-color: #075595;
    top: 0;
}

.skyLogo a img {
    display: block;
    max-width: 147px;
    width: 100%;
    height: 30px;
}

.navItems {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    column-gap: 25px;
}

.navlinks {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    cursor: pointer;
}

.registerNow {
    display: flex;
    align-items: center;
    column-gap: 4px;
    justify-content: center;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.42px;
    background: linear-gradient(180deg, #F07527 0%, #BD5919 100%);
    border: none;
    padding: 9px 13px;
    max-width: 195px;
    width: 100%;
    outline: none;
    text-decoration: none;
    border-radius: 100px;
    cursor: pointer;
}




















/* banner */
.skyBanner {
    /* background-image: url(../images/banner-bg-1.svg), url(../images/banner-bg-2.svg); */
    background-image: url(../images/sky-banner-1920.svg), url(../images/banner-bg-2.svg);
    background-position: top left, bottom right;
    background-repeat: no-repeat, no-repeat;
    padding-top: 226px;
    padding-bottom: 120px;
    background-size: 100%,494px 714px;
}

.bannerWrapper p {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 195%;
    margin: 0;
}

.bannerWrapper h1 {
    color: #FFF;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    padding-bottom: 16px;
    margin: 0;
}

.bannerWrapper h1 span {
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
    color: #fff;
    font-family: sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 195.832%;
    letter-spacing: -1.9px;
    text-transform: uppercase;
}

.bannerWrapper .banner-desc {
    display: block;
    max-width: 622px;
    width: 100%;
    color: #FFF;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 195.832%;
    padding-bottom: 26px;
}

.bannerWrapper .registerNow {
    padding: 17px 28px;
    column-gap: 8px;
}

.skyShipProgram {
    margin-top: 500px;
}

.programHead {
    color: #08080F;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 150%;
    padding-bottom: 7px;
    margin: 0;
}

.programHead span {
    color: #F07527;
    font-size: 32px;
    font-weight: 700;
    line-height: 150%;
}

.program-desc {
    color: #08080F;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    margin: 0;
}

.programFeatures {
    padding-top: 50px;
    display: flex;
    justify-content: center;
    column-gap: 22px;
}

.featureBox {
    max-width: 302px;
    width: 100%;
    display: flex;
    flex-direction: column;
    column-gap: 2px;
    border-bottom: 2px solid #197AC9;
    background: #F2F7FF;
    box-shadow: 0px 4px 9.5px 0px rgba(218, 218, 218, 0.25);
    padding: 30px 20px;
    height: 160px;
    justify-content: flex-end;
}

.featureHead {
    display: flex;
    column-gap: 11px;
    align-items: baseline;
}

.Number {
    display: flex;
}

.Number p {
    color: #F07527;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    margin: 0;
    line-height: 120%;
}

.Number .plus {
    color: #F07527;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.featureHead span {
    color: #08080F;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 195.832%;
}

.featureBox .desc {
    color: #373737;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 165.8%;
}



/* skyShipPerks */

.skyShipPerks {
    padding: 60px 0;
    background-color: #F2F7FF;
}

.perksHead h2 {
    color: #08080F;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    line-height: 150%;
    padding-bottom: 7px;
    margin: 0;

}

.perksHead h2 span {
    color: #075595;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.perksHead p {
    color: #08080F;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    margin: 0;

}

.skyShipWrapper {
    padding-top: 50px;
    position: relative;
}

.skyShipWrapper::before {
     position: absolute;
    content: '';
    top: 50px;
    background-image: url(../images/perks-slider-bg.svg);
    width: 49px;
    right: 0;
    height: 171px;
    z-index: 2;
}

.skyShipWrapper.show-bg::after {
     position: absolute;
    content: '';
    top: 50px;
    background-image: url(../images/perks-slider-bg.svg);
    width: 49px;
    left: 0;
    height: 171px;
    transform: rotate(-181deg);
    z-index: 2;
}

/* .skyShipWrapper::after{
    position: absolute;
    content: '';
    background: #000;
    width: 49px;
    top: 50px;
    left: 0;
    height: 177px;
    z-index: 2;
    background: linear-gradient(270deg, #F8F9FD 0%, rgba(248, 249, 253, 0.00) 113.76%);
    opacity: 0.6;
} */

.perkSlide {
    max-width: 192px;
    width: 100%;
    margin: 0 auto;
    border-radius: 4px;
    border: 1px solid #EFF2FF;
    background: #FFF;
    box-shadow: 0px 4px 9.5px 0px rgba(218, 218, 218, 0.25);
    justify-content: center;
    padding: 30px 0 22px;
}

.perkIcon {
    margin: 0 auto 11px;
    max-width: max-content;
    width: 100%;
}

.perkIcon img {
    display: block;
    width: 50px;
    height: 50px;
}

.perkSlide p {
    color: #08080F;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    line-height: 150%;
}

.perk-controls .swiperButton {
    border-radius: 71px;
    border: 1px solid #0D4382;
    background: #FFF;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    box-shadow: 0px 4px 9.5px 0px rgba(218, 218, 218, 0.25);
}

.perk-controls .swiper-button-next:after,
.perk-controls .swiper-button-prev:after {
    color: #0D4382;
    font-size: 12px;
    font-weight: 700;
}

.perk-controls {
    position: absolute;
    width: 100%;
    top: 60%;
}

.perk-controls .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: -18px;
}

.perk-controls .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: -18px;
}

.perk-controls .swiper-button-next:hover,
.perk-controls .swiper-button-prev:hover {
    background: #0D4382;
}

.perk-controls .swiper-button-next:hover:after,
.perk-controls .swiper-button-prev:hover:after {
    color: #fff;
}

/* skyShipProcess */
.skyShipProcess {
    background-color: #fff;
    padding: 120px 0;
    background-image: url(../images/process-bg.svg);
    background-repeat: no-repeat;
    background-position: top left;
}

.processHead h2 {
    color: #08080F;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    line-height: 150%;
    padding-bottom: 7px;
    margin: 0;
}


.processHead h2 span {
    color: #075595;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.processHead p {
    color: #08080F;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;

    text-align: center;
}

.processWrapper {
    padding-top: 50px;
    max-width: max-content;
    margin: 0 auto;
}

.stepWrapper{
    max-width: 422px;
    position: relative;
    width: 100%;
    border-radius: 4px;
    background: linear-gradient(181deg, #1C80D1 -304.91%, #075595 99.42%);
    padding: 1px;
    margin-bottom: 12px;
    box-shadow: 0px 4px 9.5px 0px rgba(218, 218, 218, 0.25);
}
.singleStep {
    border-radius: 4px;
    padding: 21px 10px 21px 30px;
    width: 100%;
    background: #FFF;
}

.stepWrapper:first-child:before {
    display: none;
}

.stepWrapper::before {
    position: absolute;
    content: '';
    width: 90px;
    height: 90px;
    background-image: url(../images/steps-bg.svg);
    left: -125px;
    top: -25px;
}

.singleStep:first-child:before {
    display: none;
}

.singleStep::before {
    position: absolute;
    content: '';
    width: 90px;
    height: 90px;
    background-image: url(../images/steps-bg.svg);
    left: -125px;
    top: -25px;
}

.step-2 {
    margin-left: 106px;
}

.step-3 {
    margin-left: 242px;
}

.step-4 {
    margin-left: 376px;
}

.singleStep p {
    color: #075595;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 4px;
}

.singleStep span {
    display: block;
    color: #373737;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.singleStep .counter {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-color: #F07527;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

/* skyShipCriteria */


.skyShipCriteria {
    padding: 60px 0;
    background-color: #F2F7FF;
}

.criteriaHead h2 {
    color: #08080F;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    line-height: 150%;
    padding-bottom: 7px;
    margin: 0;

}

.criteriaHead h2 span {
    color: #075595;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.criteriaHead p {
    color: #08080F;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    margin: 0;
}



.skyShipeWrapper {
    padding-top: 50px;
    position: relative;
}
.skyShipeWrapper::before {
    position: absolute;
    content: '';
    top: 50px;
    background-image: url(../images/perks-slider-bg.svg);
    width: 49px;
    right: 0;
    height: 171px;
    z-index: 2;
}
.skyShipeWrapper.show-bg::after {
     position: absolute;
    content: '';
    top: 50px;
    background-image: url(../images/perks-slider-bg.svg);
    width: 49px;
    left: 0;
    height: 171px;
    z-index: 2;
    transform: rotate(-181deg);
}

.criteriaSlide {
    max-width: 192px;
    width: 100%;
    margin: 0 auto;
    border-radius: 4px;
    border: 1px solid #EFF2FF;
    background: #FFF;
    box-shadow: 0px 4px 9.5px 0px rgba(218, 218, 218, 0.25);
    justify-content: center;
    padding: 30px 0 22px;
}

.criteriaIcon {
    margin: 0 auto 11px;
    max-width: max-content;
    width: 100%;
}

.criteriaIcon img {
    display: block;
    width: 50px;
    height: 50px;
}

.criteriaSlide p {
    color: #08080F;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    line-height: 150%;
}

.criteria-controls .swiperButton {
    border-radius: 71px;
    border: 1px solid #0D4382;
    background: #FFF;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    box-shadow: 0px 4px 9.5px 0px rgba(218, 218, 218, 0.25);
}

.criteria-controls .swiper-button-next:after,
.criteria-controls .swiper-button-prev:after {
    color: #0D4382;
    font-size: 12px;
    font-weight: 700;
}

.criteria-controls {
    position: absolute;
    width: 100%;
    top: 60%;
}

.criteria-controls .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: -18px;
}

.criteria-controls .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: -18px;
}

.criteria-controls .swiper-button-next:hover,
.criteria-controls .swiper-button-prev:hover {
    background: #0D4382;
}

.criteria-controls .swiper-button-next:hover:after,
.criteria-controls .swiper-button-prev:hover:after {
    color: #fff;
}

.note {
    color: #373737;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 0;
    padding-top: 18px;
}

.note strong {
    font-weight: 700;
}


/* skyShipStories */




.skyShipStories {
    padding: 60px 0 120px;
}
.skyShipStories:after {
    content:'';
    width:417px;
    height: 543px;
    background-image:url('../images/skyship-stories-bg.svg');
    position:absolute;
    top: 0;
    right: 0;
}
.storiesHead h2 {
    color: #08080F;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    line-height: 150%;
    padding-bottom: 7px;
    margin: 0;
}

.storiesHead h2 span {
    color: #075595;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.storiesHead p {
    color: #08080F;
    font-size: 15px;
    font-style: normal;
    margin: 0;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
}



.storiesWrapper {
    padding-top: 50px;
    position: relative;
    padding-bottom: 25px;
}

.story-slide {
    max-width: 955px;
    width: 100%;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: 0px 4px 9.5px 0px rgba(218, 218, 218, 0.25);
    padding: 48px;
    background-image: url('../images/story-slide-bg.svg');
    background-repeat: no-repeat;
    background-position: top left;
    display: flex;
    column-gap: 33px;
}

.storyIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 207px;
    height: 207px;
    width: 100%;
    border-radius: 100px;
}

.storyIcon img {
    display: block;
    width: 100%;
    height: 100%;
}

.storyDesc .story {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    margin: 0;
}

.storyTeller {
    margin-top: 38px;
}

.storyTeller p {
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    margin: 0;
}

.storyTeller span {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    margin: 0;
}

.story-controls .swiperButton {
    border-radius: 71px;
    border: 1px solid #0D4382;
    background: #FFF;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    box-shadow: 0px 4px 9.5px 0px rgba(218, 218, 218, 0.25);
}


.story-controls .swiper-button-next:after,
.story-controls .swiper-button-prev:after {
    color: #0D4382;
    font-size: 12px;
    font-weight: 700;
}

.story-controls .swiper-button-next:hover,
.story-controls .swiper-button-prev:hover {
    background: #0D4382;
}

.story-controls .swiper-button-next:hover:after,
.story-controls .swiper-button-prev:hover:after {
    color: #fff;
}

.story-controls {
    position: absolute;
    width: 100%;
    top: 60%;
}

.story-controls .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 40px;
}

.story-controls .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 40px;
}

.storyPagination {
    position: absolute;
    max-width: max-content;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -15px;
    display: flex;
    column-gap: 8px;
}

.storyPagination .swiper-pagination-bullet {
    width: 15px;
    background-color: #E3EEFF;
    opacity: 1;
    height: 15px;
}

.storyPagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #075595;
}


/* registerYourself */

.registerYourself {
    padding: 60px 0;
    background-color: #F2F7FF;
    background-image: url(../images/form-bg.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.registerHead h2 {
    color: #08080F;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    line-height: 150%;
    padding-bottom: 7px;
    margin: 0;
}

.registerHead h2 span {
    color: #075595;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.registerHead p {
    color: #08080F;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
}

.formField #gb_graduation {
    background-image: url(../images/calender.svg) !important;
    -webkit-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: 97%;
    color: #3f3f3f
}

.formField #gb_graduation::-webkit-calendar-picker-indicator {
    background: 0 0;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto
}

.formWrapper {
    margin: 50px auto 0;
    background-color: #fff;
    padding: 28px 15px;
    max-width: 700px;
    width: 100%;
    border-radius: 5px;
}

.dualFields {
    display: flex;
    column-gap: 16px;
    justify-content: center;
    margin-bottom: 12px;
}

.singleField {
    position: relative;
    flex: 1;
}

.formField input {
    display: block;
    padding: 15px;
    height: 48px;
    border-radius: 3px;
    border: 1px solid #ECEAEA;
    background: #FFF;
    width: 100%;
    outline: none;
    flex: 1;
}

.formField input:focus {
    border-color: #075595;
}


.formField label {
    position: absolute;
    left: 15px;
    top: 14px;
    transition: 0.3s ease all;
    pointer-events: none;
    color: #5E5E5E;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    background-color: #fff;
    line-height: normal;
}

.formField input:focus+label,
input.has-value+label {
    top: -9px;
    padding: 0 6px;
    background-color: #fff;
    color: #075595;
}

.error-message {
    font-size: 13px;
    line-height: 21px;
    letter-spacing: -0.008em;
    color: #DF4D4D !important;
    position: relative;
    margin-top: 8px;
    padding-left: 28px;
    display: none;

}

.selectedCandidates {
    color: #373737;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    padding-top: 14px;
    line-height: 150%;
    max-width: 694px;
    width: 100%;
    margin: 0 auto;
}

input#gb_phone {
    max-width: calc(100% - 77px);
    margin-left: auto;
    padding: 17px 40px 16px 0px;
    /* padding-left: 15px !important; */
    width: 100%;
    border: none;
}

.error-message::before {
    position: absolute;
    content: '';
    width: 19px;
    height: 19px;
    left: 0;
    top: 0;
    background: url(../images/error-sign-new.png);
    background-repeat: no-repeat;
}

.error {
    border-color: #DF4D4D !important;
}

.iti {
    display: block;
}

.iti__flag-container {
    border: 1px solid #ECEAEA;
    width: 70px;
    height: 48px;
    border-radius: 3px;
}

.formField select {
    display: block;
    padding:10px 15px;
    height: 48px;
    border-radius: 3px;
    border: 1px solid #ECEAEA;
    background: #FFF;
    width: 100%;
    color: #5E5E5E;
    outline: none;
    cursor: pointer;
}
.formField #jobType {    background-image: url(../images/skyship-form-downarrow.svg) !important;    background-repeat: no-repeat;    background-position-x: 95%;    background-position-y: 20px;}#jobType {    appearance: none; /* Removes default arrow in modern browsers */   }
.formField select:hover,
.formField input:hover {
    border-color: #075595;
}

.formBtns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.file-input {
    max-width: max-content;
    width: 100%;
}

.file-input__input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.file-input__label {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #007AE0;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}
#file-name{
    margin:0 5px;
    text-decoration: underline;
}
.file-input__label svg {
    height: 19px;
    margin-right: 4px;
}

.formWrapper button {
    display: flex;
    align-items: center;
    column-gap: 4px;
    border-radius: 24px;
    background: linear-gradient(180deg, #1C80D1 0%, #075595 100%);
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
    text-align: none;
    max-width: max-content;
    padding: 8px 20px;
    cursor: pointer;
}

.formWrapper button:hover {
    background: linear-gradient(181deg, #1C80D1 -304.91%, #075595 99.42%);
}

.required {
    color: #F00;
}



.formField input.gb_input::placeholder {
    opacity: 0;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.formField input:focus+.gb_inputLabel,
.formField input:not(:placeholder-shown)+.gb_inputLabel {
    top: -11px;
    padding: 4px 4px;
}

.formField label.focused {
    top: -11px;
    padding: 4px 4px;
}





/* contactSection */
.contactSection {
    padding: 72px 0;
    background-color: #fff;
}

.contactWrapper {
    display: flex;
    column-gap: 28px;
    justify-content: center;
}

.contactBox {
    max-width: 508px;
    width: 100%;
    padding: 70px 32px 43px;
    border-radius: 4px;
    background: linear-gradient(102deg, #F2F7FF -3.22%, #F8F9FD 93.67%, #F8F9FD 100.7%);
}

.contactBox p {
    color: #08080F;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    padding-bottom: 6px;
    margin: 0;
}

.contactBox span {
    display: block;
    color: #08080F;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.contactBox a {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 9px;
    max-width: 197px;
    width: 100%;
    height: 48px;
    color: #075595;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    border-radius: 24px;
    padding: 13px 16px 13px 25px;
    margin-top: 42px;
    border: 2px solid transparent;
    background: linear-gradient(0deg, #fff, #fff), linear-gradient(180deg, #1C80D1 0%, #075595 100%);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    overflow: hidden;
    transition: all .2s;
}
.contactBox:hover a {
    background: linear-gradient(180deg, #1C80D1 0%, #075595 100%);
    color: #fff;
    border-radius: 24px !important;
    border: 2px solid transparent;
    background-clip: padding-box, border-box;
}


.contactBox:hover a img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(61deg) brightness(105%) contrast(101%);

}

.navMobileBtns,
.mob-logo {
    display: none;
}

/* Modal Styles */
#myModal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 476px;
    height: 284px;
    border-radius: 4px;
    border: 1px solid #EFF2FF;
    background: #FFF;
    box-shadow: 0px 4px 9.5px 0px rgba(218, 218, 218, 0.25);
    text-align: center;
    z-index: 2;
    /* Higher z-index for modal */
}

#myModal svg {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

#myModal img {
    margin-top: 31px;
    margin-bottom: 10px;
}

#myModal p {
    color: #0D4382;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin: 0;
    padding-bottom: 4px;
}

#myModal span {
    color: #08080F;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

/* Background Overlay Styles */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Semi-transparent black */
    z-index: 1;
    /* Lower z-index for overlay */
}

/* Modal Backdrop Styles */
.modal-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.swiper-wrapper{
    height: auto;
}
.phone-field {
    display: flex;
    border: 1px solid #ECEAEA;
    border-radius: 3px;
}
.number-icon{
    border-right: 1px solid #ECEAEA;
    margin: 10px 0;
    width: 70px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hidden{
            display: none;
        }
.phone-code {
    position: absolute;
    color: #1C5084;
    background: white;
    top: 36%;
    left: 24%;
    font-size: 13px;
    font-weight: 400;
    line-height: 15.73px;

}
@media(max-width:1440px){
    .skyShipProgram {
        margin-top: 340px;
    }
    .skyBanner{
    background-image: url(../images/banner-bg-1.svg), url(../images/banner-bg-2.svg);
        background-size: 100%,494px 714px;
    }
}
@media(max-width:991px){
    header {
        width: 100%;
        width: calc(100% - 30px);
        margin: 0 auto;
        left: 50%;
        transform: translate(-50%, 0);
        top: 15px;
        border-radius: 10px;
        background: #ffffff17;
        box-shadow: 0px 0px 13px 0px #5b5b5b26;
        padding: 11px 0px ;
        z-index: 11;
      }
      .scrollbar-nav {
        top: 15px;
        width: calc(100% - 30px);
        margin: 0 auto;
        background: linear-gradient(184.38deg, #1A67C2 19.51%, #062A8E 69.25%, #F07527 109.92%);
        box-shadow: 0px 0px 13px 0px #5b5b5b26;
      }
      
      .navbar-list-content {
        display: block;
        position: absolute;
        max-width: 266px;
        width: 100%;
        height: 100vh;
        top: -27px;
        right: -292px;
        transition: 0.5s;
        background: linear-gradient(
          186.66deg,
          #1a67c2 -4.32%,
          #062a8e 61.52%,
          #f07527 115.36%
        );
        z-index: 1111;
      }
      
.perk-controls .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: -10px;
    }

    .perk-controls .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: -10px;
    }
.criteria-controls .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: -10px;
    }

    .criteria-controls .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: -10px;
    }
}
@media (max-width:575px) {
.site-logo {
        max-width: 136px;
        width: 100%;
        height: 28px;
      }
      .site-logo img{
        max-width: 136px;
        width: 100%;
        height: 28px;
      }
    header.sky-navbar.fixed-header {
        background-color: transparent;
        top: unset;
    }

    header.sky-navbar.fixed-header .navWrapper {
        background-color: #075595;
    }

    .skyLogo a img {
        max-width: 95px;
        height: auto;
    }

    .navWrapper {
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.09);
        box-shadow: 0px 0px 13px 0px rgba(91, 91, 91, 0.15);
        padding: 15px 8px;
    }

    .navItems {
        display: flex;
        align-items: unset;
        flex: 1;
        justify-content: unset;
        position: fixed;
        top: 0;
        height: 100vh;
        right: 0px;
        flex-direction: column;
        width: 0;
        background-color: #075595;
        transition: 0.3s ease all;
        overflow-y: auto;

    }

    .navItems .registerNow {
        padding: 9px 32px;
        margin: 40px auto 0;
    }

    .mob-logo {
        padding: 25px 20px 24px;
        display: flex;
        border-bottom: 1px solid #DAE5F52E;
        align-items: center;
        justify-content: space-between;
    }

    .navMobileBtns {
        display: flex;
        align-items: center;
        column-gap: 7px;
    }

    .navlinks {
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        color: #fff;
        padding: 17px 20px 13px;
        border-bottom: 1px solid #DAE5F52E;
    }

    .navMobileBtns .nav-toggler {
        border: none;
        outline: none;
        background-color: transparent;
    }

    .skyBanner {
        background-image: url(../images/banner-mob-bg.svg);
        background-position: top left;
        background-repeat: no-repeat;
   
        padding-bottom: 120px;
    }
.skyBanner:after{
    content:'';
    position:absolute;
    background-image: url(../images/skyship-mob-banner-bg2.svg);
            top: 620px;
        right: 0;
        width: 192px;
        height: 315px;
   z-index: -1; 
}
.skyShipProcess{
  background-image:none;
}
    .skyShipProgram {
        margin-top: 430px;
    }
    .bannerWrapper p {
        color: #FFF;
        font-size: 14px;
    }

    .bannerWrapper h1 {
        font-size: 34px;
    }

    .bannerWrapper h1 span {
        font-size: 23px;
        -webkit-text-stroke: 0.8px #fff;

    }

    .bannerWrapper .banner-desc {
        font-size: 13px;
    }

    .programFeatures {
        flex-direction: column;
        row-gap: 16px;
    }

    .featureBox {
        max-width: 100%;
    }

    .criteriaSlide,
    .perkSlide {
        max-width: 100%;
    }

    

    .step-2,
    .step-3,
    .step-4 {
        margin-left: 0px;
    }

    .singleStep .counter {
        width: 30px;
        height: 30px;
        left: -10px;
    }

    .stepWrapper::before {
        position: absolute;
        content: '';
        width: 16px;
        height: 56px;
        background-image: url(../images/steps-mob-bg.svg);
        left: -15px;
        top: -34px;
        background-repeat: no-repeat;
    }

    

    .story-slide {
       max-width: 330px;
        flex-direction: column;
        padding: 34px 14px;
        background-image: url(../images/story-slide-mob-bg.svg);
        row-gap: 20px;
        background-size: contain;
        min-height: 519px;
    }

    .storyIcon {
        max-width: 132px;
        height: 132px;
        width: 100%;
        margin: 0 auto;
    }

    .storyDesc .story {
        color: #FFF;
        text-align: center;
        font-size: 17px;
        font-weight: 400;
        line-height: 170%;
    }

    .storyTeller p {
        font-size: 18px;
        text-align: center;
    }

    .storyTeller span {
        font-size: 15px;
        display: block;
        text-align: center;
    }

    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .dualFields {
        flex-direction: column;
        row-gap: 12px;
    }

    .formBtns {
        align-items: flex-start;
        flex-direction: column;
        row-gap: 25px;
    }

    .formWrapper button {
        margin: 0 auto;
    }

    .contactWrapper {
        flex-direction: column;
        row-gap: 18px;
    }
    .contactSection {
    padding: 60px 0;
    
    }
    .contactBox {
        padding: 40px 18px;
    }

    .storyPagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
.skyShipStories:after {
    content:unset;

}
.bannerWrapper .registerNow {
    padding: 14px 26px;
    column-gap: 8px;
}
.registerNow {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0px;    
    max-width: 150px;
    width: 100%;
}
.stepWrapper {
    max-width: 314px;
    margin: 0 0 12px auto;
}
.singleStep {
    height: 91px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 4px;
    padding: 15px 21px 15px 24px;
    background: #FFF;
}
.processWrapper {
    max-width: 330px;

}
.skyShipProcess {
    padding: 90px 0;
}
.skyShipCriteria {
    padding: 42px 0;
}
.note {
    font-size: 12px;
}
.criteriaHead h2 {
    font-size: 26px;
}
.criteriaHead h2 span {
    font-size: 26px;
}
.programHead, .programHead span {
    font-size: 26px;
}
.perksHead h2, .perksHead h2 span {
    font-size: 26px;
}
.processHead h2, .processHead h2 span {
    font-size: 26px;
}
.storiesHead h2, .storiesHead h2 span {
    font-size: 26px;
}
.registerHead h2, .registerHead h2 span {
    font-size: 26px;
}
.contactBox p, .contactBox p {
    font-size: 22px;
}
.skyShipStories {
    padding: 90px 0;
}
.selectedCandidates {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}
.registerYourself {
    background-image: none;
}
.perk-controls .swiper-button-next:hover, .perk-controls .swiper-button-prev:hover {
    background:#fff ;
}
.perk-controls .swiper-button-next:hover:after, .perk-controls .swiper-button-prev:hover:after {
    color: #0D4382;
}
.criteria-controls .swiper-button-next:hover, .criteria-controls  .swiper-button-prev:hover {
    background:#fff ;
}
.criteria-controls  .swiper-button-next:hover:after, .criteria-controls  .swiper-button-prev:hover:after {
    color: #0D4382;
}
}
@media (max-width: 413px) {
    .skyBanner {
        background-image: url(../images/skyship-mob-banner.svg);
        background-position: top left, bottom right;
        background-repeat: no-repeat, no-repeat;
        padding-top: 139px;
    }
.skyBanner:after{
    content:'';
    position:absolute;
    background-image: url(../images/skyship-mob-banner-bg2.svg);
    top: 498px;
        right: 0;
        width: 192px;
        height: 315px;
   z-index: -1; 
}
.skyBanner
    .skyShipProgram {
        margin-top: 341px;
    }
}