:root {
    --text-white: #fff;
    --body-font: "Poppins", sans-serif;
}

.text-white {
    color: var(--text-white);
}

.lh-1-1 {
    line-height: 1.1;
}

body {
    font-family: var(--body-font);
}

img {
    max-width: 100%;
}

ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

a {
    text-decoration: none;
}

.section-full-height {
    min-height: 100vh;
}

.py-6 {
    padding-top: 6em;
    padding-bottom: 6em;
}

.pt-6 {
    padding-top: 6em;
}

.pb-6 {
    padding-bottom: 6em;
}

h1 {
    font-weight: 900;
    font-style: italic;
    line-height: 1;
    margin-bottom: 10px;
}

h2 {
    font-weight: 900;
    line-height: 1;
    margin-bottom: 10px;
    color: #000000;
}

h3 {
    color: #163472;
    font-style: italic;
    line-height: 1;
    font-size: 1.5rem;
    font-weight: 400;
}

.book-btn {
    background: #FFB542;
    color: #FFFFFF;
    border-radius: 25px;
    text-transform: uppercase;
    padding: 10px 75px;
    font-size: 20px;
    margin-top: 10px;
    display: inline-block;
    font-weight: 700;
    border: 0;
}

p {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 200;
    margin-bottom: 0;
    font-style: normal;
}

.nav .nav-item {
    padding: 0 15px;
}

.nav .nav-item a {
    color: #241F21;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 0 5px;
    cursor: pointer;
    font-weight: 300;
}

.nav .nav-item a.active {
    font-weight: 600;
    position: relative;
}

.nav .nav-item a.active::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: #EF5336;
    left: 0;
    bottom: 0;
}

.intl-tel-input,
.intl-tel-input input {
    width: 100%;
    /* height: 46px; */
}


/* Header Block Starts */

.header-block {
    position: absolute;
    z-index: 999999999;
    width: 100%;
    top: 0;
    left: 0;
}

.header-block .left-logo {
    width: 160px;
}


/* Header Block Ends */


/* Hero Section Starts */

.banner-section {
    background-image: url(../images/banner-web.svg);
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 100dvh; */
    background-position: center;
    padding: 8em 0 0;
}

.banner-section .banner-left {
    width: 345px;
    margin-top: 1em;
}

.banner-section .banner-center {
    width: 320px;
    margin-bottom: 1em;
}

.banner-section .banner-lists {
    width: 345px;
    margin: 2em 0 1em;
}

.banner-section .banner-flags {
    width: 325px;
}

.banner-section h5 {
    color: #1A1818;
    font-size: 18px;
    font-weight: 500;
}

.banner-section .countdown {
    display: flex;
    gap: 25px;
    justify-content: center;
    margin: 1.5em 0 1em;
}

.banner-section .time {
    text-align: center;
}

.banner-section .digits {
    display: flex;
    gap: 2px;
    justify-content: center;
    margin-bottom: 6px;
}

.banner-section .digits span {
    display: inline-block;
    background: #fff;
    color: #123;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 5px;
    border-radius: 6px;
    width: 30px;
    text-align: center;
}

.banner-section .label {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #eee;
}

.banner-section .banner-btm-img {
    width: 90%;
    margin: 2em auto 0;
    position: relative;
    z-index: 99;
    bottom: -5px;
}

.banner-section .banner-btm-bg {
    bottom: 0;
    z-index: 9;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.banner-section .banner-btm-bg .banner-btm-track {
    display: flex;
    width: 200%;
    height: 100%;
    animation: scrollLoop 30s linear infinite;
    align-items: end;
}

.banner-section .banner-btm-bg .banner-btm-track img {
    width: 50%;
    /* each image takes half of track */
    flex: 0 0 auto;
}

@keyframes scrollLoop {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-20%);
    }
}

.banner-section .book-btn {
    background: #002A47;
    padding: 10px 55px;
    font-size: 18px;
    z-index: 99999999;
    cursor: pointer;
    position: relative;
}


/* Hero Section Ends */


/* Form Section Starts */

.contact-block {
    background: #3E5E58;
}

.contact-block h2 {
    color: #fff;
}

.contact-block label {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 3px;
}

.contact-block input[type="text"],
.contact-block select {
    background: #fff;
    border: 0;
    border-bottom: 1px solid #A1A1A1;
    border-radius: 5px;
    color: #83b0a8;
    font-size: 15px;
    padding: 12px 15px;
    font-weight: bold;
}

.contact-block select {
    appearance: none;
    background-image: url(../images/calendar.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 10px center;
    cursor: pointer;
}

.contact-block select option {
    color: #000000;
}

.contact-block .intl-tel-input .country-list {
    color: #000000;
    z-index: 999999999;
    background: #fff;
}

.contact-block .intl-tel-input .country-list .country {
    background: #fff;
    position: relative;
    z-index: 999999999;
}

.contact-block .intl-tel-input.allow-dropdown .flag-container,
.contact-block .intl-tel-input.separate-dial-code .flag-container {
    height: 47px;
}

.intl-tel-input.iti-container {
    z-index: 999999999!important;
}

input[type="text"]:focus,
select:focus,
input[type="text"]:focus-visible,
select:focus-visible {
    outline: none;
}

.contact-block input::placeholder {
    color: #83b0a8;
}

.contact-block .book-btn {
    margin-top: 2em;
}


/* Form Section Ends */


/* Slider Section Starts */

.logo-slider-wrapper {
    position: relative;
    overflow: hidden;
}

.logo-slider-wrapper::before,
.logo-slider-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.logo-slider-wrapper::before {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.logo-slider-wrapper::after {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.slider-block .client-slide-items {
    margin: 2.5em 0 3.5em;
    overflow: hidden;
}

.slider-block .client-slide-items .client-slide-item {
    padding: 0 5px;
    height: auto!important;
}

.slider-block .client-slide-items .client-slide-item img {
    height: 65px;
    width: auto;
    margin: auto;
}


/* Slider Section Ends */


/* Footer Block Starts */

.footer-block small {
    color: #343434;
}


/* Footer Block Ends */


/* Sliding Form */

#instant-callback-div {
    position: fixed;
    vertical-align: top;
    right: -245px;
    top: 16%;
    z-index: 999999999;
}

#instant-callback-div .instant-switch {
    background: url(../images/enquire.png) no-repeat scroll 0 0 #fff;
    background-size: 42px;
    box-shadow: 0 0 4px 0 rgba(51, 51, 51, 0.2);
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 175px;
    cursor: pointer;
    margin-top: 6em;
    border-radius: 5px;
}

#instant-callback-div .content-switcher {
    display: inline-block;
    width: 280px;
    margin: 0 0 0 -4px;
    vertical-align: top;
    border-radius: 6px;
    background: #fefefe;
    padding: 2em 1em;
}

.sliding-form label {
    font-size: .875em;
    color: var(--text-dark);
    font-weight: normal;
    display: block;
}

.sliding-form label.error {
    color: red;
}

.sliding-form input,
.sliding-form select {
    border: 1px solid #000;
    font-size: 15px;
    padding: 6px 10px;
    width: 100%;
}

.sliding-form .intl-tel-input.separate-dial-code .flag-container {
    height: 35px;
}


/* .sliding-form input,
.sliding-form textarea {
    padding: 0;
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    height: 30px;
    width: 100%;
    font-weight: var(--fw-semibold);
    font-size: 14px;
} */

.sliding-form input:focus-visible,
.sliding-form textarea:focus-visible {
    outline: none;
}

.sliding-form textarea {
    resize: none;
}

.sliding-form input[type="submit"] {
    color: #fff;
    background-color: var(--bg-primary);
    border: 1px solid var(--bg-primary);
    width: auto;
    padding: 8px 20px;
    text-transform: uppercase;
    height: auto;
    font-size: 15px;
}

#hide {
    background-color: var(--bg-primary);
    border-radius: 50%;
    position: absolute;
    right: 7px;
    top: 7px;
    cursor: pointer;
    font-size: 16px;
    line-height: 13px;
    margin-bottom: 0;
}

#switch-for-mobile,
#switch-panel-mobile {
    display: none;
}

#open-link {
    position: fixed;
    cursor: pointer;
    z-index: 999999999;
    bottom: 0;
    background-repeat: no-repeat;
    width: 100%;
    background: #163472;
    text-align: center;
    padding: 6px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    animation: breathe 3s ease-in-out infinite;
}

@keyframes breathe {
    0%,
    100% {
        box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.15);
    }
    50% {
        box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.25);
    }
}

.up-arrow {
    animation: upBounce 1s ease-in-out infinite;
    font-weight: 500;
}

@keyframes upBounce {
    0%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-6px);
    }
    60% {
        transform: translateY(-3px);
    }
}

#switch-panel-mobile {
    padding: 2.65em 1em 1em;
    width: 100%;
    right: 0;
    position: fixed;
    bottom: 0;
    z-index: 999999999;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    box-sizing: border-box;
    background: #fefefe;
}

#close-link {
    background-color: var(--bg-primary);
    border-radius: 50%;
    position: absolute;
    right: 7px;
    top: 7px;
    cursor: pointer;
    font-size: 16px;
    line-height: 13px;
    margin-bottom: 0;
}

@media only screen and (orientation: landscape) {
    #switch-panel-mobile {
        height: 150px;
        overflow: scroll;
    }
}


/* Sliding Form Ends*/

@media (min-width: 768px) and (max-width: 992px) {}

@media (max-width: 767.98px) {
    p br {
        display: none;
    }
    .pt-6 {
        padding-top: 3em;
    }
    .pb-6 {
        padding-bottom: 3em;
    }
    .py-6 {
        padding-top: 3em;
        padding-bottom: 3em;
    }
    h1 {
        margin-bottom: 5px;
    }
    h2 {
        font-size: 1.5rem;
        font-weight: 600;
    }
    .banner-section {
        text-align: center;
        background-image: url(../images/mbl-banner.svg);
        padding-top: 5em;
    }
    .banner-section img {
        margin: 1em auto 0;
        display: block;
        padding: 0 10px;
    }
    .banner-section .banner-left {
        margin-bottom: 1em;
        width: 280px;
    }
    .banner-section .banner-center,
    .banner-section .banner-lists,
    .banner-section .banner-flags {
        width: 280px;
    }
    .banner-section .banner-btm-bg {
        display: none;
    }
    .banner-section .countdown {
        gap: 10px;
    }
    .banner-section h5 {
        font-size: 16px;
    }
    .banner-section .book-btn {
        font-size: 16px;
    }
    .contact-block input[type="text"],
    .contact-block select {
        font-size: 14px;
    }
    .contact-block .book-btn {
        margin-top: 1em;
        font-size: 16px;
    }
    .slick-dots {
        text-align: center;
    }
    .slick-dots li {
        display: inline-block;
        margin: 0 5px;
    }
    .slick-dots li button {
        padding: 0;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 0;
        background: #000;
        color: transparent;
        margin-top: 1em;
        opacity: .3;
    }
    .slick-dots li.slick-active button {
        opacity: 1;
    }
}