/* popup css start */
.schedule-section {
    padding: 60px 20px 35px;
    text-align: center;
}

.schedule-btn {
    color: rgb(67, 223, 245) !important;
    font-size: 2em !important;
    font-weight: 800 !important;
    background-color: rgb(20, 48, 67) !important;
    width: auto !important;
    margin-top: 3rem;
}

.popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    align-items: center;
    justify-content: center;
    padding: 16px;
    touch-action: none;
}

.popup {
    width: 100%;
    max-width: 900px;
    background: #fff;
    border-radius: 6px;
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.popup-close {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 22px;
    cursor: pointer;
    z-index: 10;
}

body.modal-open {
    overflow: hidden;
    height: 100vh;
}

.scheduleForm {
    display: flex;
}

.left-panel,
.right-panel {
    width: 50%;
    padding: 40px;
}

.right-panel {
    background: #091c27;
    color: #fff;
    position: relative;
}

.right-panel::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 40px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #091c27;
}

.left-panel-heading {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 30px;
    color: #142f42;
}

.right-panel-heading {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 30px;
    color: #43dff5;
}

.contactInfo-fieldGap {
    margin-bottom: 3rem !important;
}

.scheduleForm input,
.scheduleForm textarea,
.scheduleForm select {
    width: 100%;
    padding: 12px;
    margin-bottom: 2rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1.5rem;
    color: #716d6d;
}

.scheduleForm input::placeholder,
.scheduleForm textarea::placeholder,
.scheduleForm select::placeholder {
    font-size: 1.5rem;
    color: #716d6d;
    opacity: 1 !important;
}

.scheduleForm input:focus-visible,
.scheduleForm textarea:focus-visible,
.scheduleForm select:focus-visible {
    outline: none;
}

.scheduleForm textarea {
    height: 80px;
    resize: none;
    margin-bottom: 1rem !important;
}

.date-label {
    font-size: 1.5rem !important;
    font-weight: 100 !important;
}

/* ===== CHECKBOX MULTISELECT ===== */
.multi-select {
    position: relative;
    margin-bottom: 2.3rem;
}

.multi-select-label {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 1.5rem !important;
    font-weight: 100 !important;
}

.multi-select-box {
    background: #fff;
    color: #716d6d;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1.5rem;
}

.multi-select-options {
    display: none;
    position: absolute;
    background: #fff;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    z-index: 20;
}

.multi-select-options label {
    display: grid;
    grid-auto-flow: column;
    gap: 10px;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 14px;
    color: #716d6d;
    line-height: 1.4;
    justify-content: start;
}

.multi-select-options input[type="checkbox"] {
    margin: 0;
    flex-shrink: 0;
    /* prevents checkbox from drifting */
}

.multi-select-options input {
    margin-right: 8px;
}

.multi-select.open .multi-select-options {
    display: block;
}

.send-btn {
    width: 100%;
    padding: 14px;
    background: #43dff5;
    border: none;
    font-size: 1.5em;
    font-weight: 800;
    cursor: pointer;
    margin-top: 0rem;
}

.contactInfo-error {
    margin-top: -3rem;
    margin-bottom: 3rem;
    color: red;
    font-size: 1.3rem;
    font-weight: 300;
    display: none;
}

.bookingDetails-error {
    margin-top: -2rem;
    margin-bottom: 2rem;
    color: red;
    font-size: 1.3rem;
    font-weight: 300;
    display: none;
}

/* Popup overlay */
.popupForm-thankYou-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Popup box */
.popupForm-thankYou-box {
    background: #ffffff;
    padding: 30px 40px;
    text-align: center;
    border-radius: 8px;
    max-width: 400px;
    width: 90%;
}

.popupForm-thankYou-heading {
    margin: 0 0 10px;
    color: #333;
}

.popupForm-thankYou-text {
    margin-bottom: 20px;
    color: #555;
}

.popupForm-thankYou-box button {
    padding: 10px 25px;
    background: #143043;
    border: none;
    color: #43dff5;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.popupForm-thankYou-box button:hover {
    color: #ffffff;
}

/* Popup css end */

.blur {
    filter: blur(5px);
    pointer-events: none;
}

.no-scroll {
    overflow: hidden;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    z-index: 1000;
}

/* .custom-footer {
    padding-top: 10rem;
} */

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.submit-btn {
    width: 100%
}

.second-heading {
    color: #fff !important;
    font-size: 1.4em !important;
    margin-top: .6em !important;
    font-weight: 400 !important
}

input[type=file]::file-selector-button {
    background-color: #04091014;
    color: #7a8c94;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer
}

.last-section-text {
    font-size: 2.5em !important;
    color: #000;
    text-align: right;
    margin: 0
}

.start-button {
    padding: 14px 60px !important;
    font-size: 20px
}

.form-question {
    color: #ffff !important;
    margin-bottom: 10px !important;
    font-weight: 200 !important;
    font-size: 15px !important
}

.btn-position {
    float: left
}

.seconline-heading {
    color: #43dff5;
    display: inline-block;
    margin-bottom: .4em
}

.first-desc {
    margin-bottom: .3em
}

.secndSec-heading1 {
    color: #143043 !important;
    font-weight: 500 !important
}

.secndSec-heading2 {
    display: inline-block;
    color: #143043 !important;
    font-weight: 700 !important;
    margin-bottom: .5em
}

.consult,
.services-heading2,
.work {
    font-weight: 500 !important;
    margin-bottom: .5em
}

.second-section {
    position: relative
}

.topright {
    position: absolute;
    top: 0;
    right: 16px
}

.secnd-sec-img img {
    height: 75px;
    width: 75px
}

.secndSec-hading {
    margin-top: 60px
}

.img-width {
    width: 65px !important
}

.consult,
.services-heading2 {
    display: inline-block;
    color: #143043 !important
}

.work {
    display: flow
}

.work-icon img {
    width: 65px
}

ul {
    padding-left: 0;
    padding-right: 0
}

.services-heading {
    margin-top: 20px;
    line-height: 1.1
}

.services {
    margin-bottom: 0 !important
}

.services-heading1 {
    color: #143043 !important;
    font-weight: 700 !important
}

.address-text,
.calling-text,
.giffy,
.services-text {
    font-weight: 600
}

.termsConditions {
    margin: 5em 0
}

.termsConditions h1 {
    font-weight: 700;
    font-size: 1.5em;
    margin-bottom: 1em
}

.termsConditions p {
    font-size: 1.25em;
    margin: 1em 0;
    line-height: 1.5
}

.termsConditions h2 {
    font-weight: 700;
    font-size: 2.5em;
    margin: .6em 0
}

.privacyPolicy h2,
.termsConditions h3 {
    font-size: 1.5em !important;
    font-weight: 700 !important;
    margin-bottom: 1em
}

.privacyPolicy {
    margin-bottom: 5em
}

.privacyPolicy h1 {
    font-size: 3em !important;
    font-weight: 700 !important;
    margin: 1.3em 0
}

.privacyPolicy h3 {
    font-size: 1.38em !important;
    font-weight: 700 !important;
    margin-bottom: 1em
}

.privacyPolicy p {
    font-size: 1.2em;
    margin: 1.3em 0;
    line-height: 1.6
}

.privacyPolicy li {
    font-size: 1.18em;
    margin-bottom: .7em
}

.privacyPolicy .lsitStyle li {
    list-style: none
}

.custom-footer {
    background-image: url("https://storage.googleapis.com/giffycms-verifyyourrates/5705188677517312");
    background-position: center;
    background-size: cover;
    padding-bottom: 5rem;
    height: auto;
}

.footer-logo img {
    width: 335px;
    margin-top: 5em;
    margin-bottom: 1em
}

.address-img,
.calling-img {
    width: 50%
}

.footer-logo {
    border-bottom: 2px solid #fff;
    margin-bottom: 6em
}

.address-icon,
.calling-icon {
    font-size: 1.5em;
    color: #ffff
}

.address,
.calling-number {
    font-size: 1.5em;
    color: #ffff;
    margin-left: -2em
}

.calling-text {
    font-size: 1.8em;
    color: #ffff;
    margin-left: -1.8em
}

.calling-text a,
.calling-text a:hover {
    color: #ffff
}

.social-icon {
    font-size: 2em;
    color: #ffff
}

.address-text,
.powered {
    font-size: 1.8em;
    color: #ffff
}

.social-div {
    float: right
}

.contact-media {
    margin-bottom: 3.5em
}

.address-text {
    margin-left: -1.67em
}

.powered {
    text-align: right
}

.powered a {
    color: #ffff !important
}

.dropdown-menu {
    height: 300px;
    overflow-y: scroll;
    width: 100%
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px 3px 2em;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.services-box {
    background-color: #143043;
    width: 100%;
    box-shadow: 0 0 7px 2px rgb(150 147 147 / 72%);
    padding: 1.5em 2em;
    border-radius: 5px;
    margin-bottom: 3em
}

.services-text {
    color: #43dff5;
    text-align: center;
    font-size: 1.3em;
    padding-top: 10px
}

.carousel-indicators {
    bottom: 0
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #143043;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #143043
}

.giffy-logo {
    width: 4%;
    margin-left: .3em
}

.giffy-text {
    font-size: .8em
}

.modal-container {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999;
    padding: 20px
}

.modal-box {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, 1fr);
    height: 80%;
    width: 60%;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
    position: relative
}

.modal-left {
    flex: 1;
    padding: 40px;
    background: linear-gradient(to right, #143142 17%, #1f4652 70%);
    color: #fff;
    text-align: center
}

.modal-right {
    display: block
}

.modal-left h1 {
    font-size: 3em;
    font-weight: 700;
    margin-bottom: .8em;
    margin-top: .8em
}

.modal-left p {
    font-size: 1.3em;
    line-height: 1.2;
    margin-bottom: 10px
}

.close-modal {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1.8em;
    color: #000;
    background: 0 0;
    border: none;
    cursor: pointer;
    font-weight: 100
}

@media (min-width:1025px) and (max-width:1367.98px) {
    /* .custom-footer {
        height: auto;
        padding-bottom: 13rem;
    } */
}

@media (min-width:768px) and (max-width:1024.98px) {
    .header img {
        max-width: 55% !important
    }

    /* .custom-footer {
        height: auto
    } */
}

@media (min-width:768px) {
    .consult-img {
        height: 100vh !important
    }
}

@media (max-width:767.98px) {

    .address-img,
    .calling-img {
        width: 75%
    }

    .address,
    .calling-number {
        font-size: 1.2em;
        margin-left: -1.5em
    }

    .address-text,
    .calling-text {
        font-size: 1.2em;
        margin-left: -1.6em
    }

    .modal-box {
        grid-auto-flow: column;
        grid-auto-columns: unset;
        height: 75%
    }

    .modal-right {
        display: none
    }

    .modal-left {
        padding: 20px
    }

    .secnd-sec-img img {
        height: 45px;
        width: 50px
    }

    .contact-media {
        margin-bottom: 0
    }

    .footer-logo,
    .powered {
        margin-bottom: 4em
    }

    .dropdown-menu {
        height: 215px
    }

    /* .custom-footer {
        height: auto
    } */

    .footer-logo img {
        margin-top: 5em
    }

    .social-div {
        float: none
    }

    .powered {
        text-align: left;
        font-size: 1.2em
    }

    .calling {
        margin-bottom: 3.5em
    }

    .address-div {
        margin-bottom: 3em
    }

    /* popup css start */

    .scheduleForm {
        flex-direction: column;
    }

    .popup {
        overflow-y: scroll;
        max-height: 80vh;
    }

    .schedule-btn {
        font-size: 1.1em !important;
    }

    .left-panel,
    .right-panel {
        width: 100%;
    }

    .right-panel::before {
        display: none;
    }

    .popup-close {
        font-size: 5rem;
        font-weight: 300;
        color: #000;
    }

    /* popup css end */
}

@media (min-width:653px) and (max-width:767px) {
    /* .custom-footer {
        height: auto
    } */

    .header img {
        max-width: 70% !important
    }
}