/*================================================
                    BANNER CSS
==================================================*/

.banner {
    background-image: url("../images/banner.jpg");
    background-position: 50% 50%;
    background-size: cover;
    height: 90vh;
    margin-top: 80px;
}

@media (min-width : 768px) {
    .banner {
        height: 75vh;
    }
}

.banner-box {
    background-color: #ffffff;
    padding: 40px 10px;
    box-shadow: 3px 0 29px rgba(0, 0, 0, 0.26);
    border-radius: 10px;
    margin: 0 auto;
}

.banner-content .text1 {
    color: #2a4493;
    font-size: 50px;
}

.banner-content .text2 {
    color: #5a636b;
    font-size: 22px;
}

.banner-content .text3 {
    color: #2a4493;
    /* color: #5a636b; */
    font-weight: 500;
    font-size: 18px;
    font-weight: bold;
    /* margin-top: 8px; */
}

.card-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-top: -85px;
}

.card-link {
    cursor: pointer;
    width: 100px;
    background-color: #2a4493;
    height: 100px;
    border-radius: 50%;
}

.card-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100px;
}

.card-box img {
    width: 40px;
    padding-top: 10px;
}

.card-box h4 {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    color: #ffffff;
    font-family: "Roboto";
}

.card-link:hover {
    box-shadow: 0 0 0px 6px #c5c6c6;
}

@media (min-width : 768px) {
    .card-link {
        width: 220px;
        border-radius: 10px;
        height: auto;
    }

    .card-box {
        flex-direction: row;
        width: 220px;
    }

    .card-box img {
        width: 80px;
        padding: 8px;
    }

    .card-box h4 {
        font-size: 24px;
    }
}

@media (min-width : 992px) {
    .card-link {
        width: 225px;
    }

    .card-box {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .card-box img {
        width: 70px;
    }

    .card-box h4 {
        font-size: 20px;
    }

    .card-container {
        margin-top: -78px;
    }
}

.banner-content {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner-content h3,
h1,
h4 {
    color: #000;
    margin-bottom: 7px;
    font-weight: 600;
    text-align: center;
}

.book-now-btn {
    color: #fff;
    background: transparent;
    border: 2px solid #034dc1;
    background: #062d6a;
    position: relative;
    margin: 1em;
    display: inline-block;
    padding: 8px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 8px;
    cursor: pointer;
}

@media (max-width:768px) {
    a.book-now-btn {
        margin: 0;
        margin-bottom: 10px;
    }
}


.book-now-btn:hover {
    color: #2a4493;
    background-color: #ffffff;
    border: 2px solid #034dc1;
    font-weight: bold;
    box-shadow: 6px 6px 0px 0px #c5c6c6;

}

.offer-tabs {
    padding: 10px 0px;
}

ul#offerTab {
    padding: 10px 0px 30px 0px;
    top: 67px;
    background-color: #f8f9fa;
    z-index: 1;
}

/* ul#offerTab .nav-link {
    background-color: #2a4493;
    color: #fff;
    font-family: "Roboto";
    font-size: 14px;
    padding: 3px 5px;
    font-weight: 600;
    text-transform: capitalize;
} */

ul#offerTab .nav-link {
    background-color: #2a4493;
    color: #fff;
    font-family: "Roboto";
    font-size: 15px;
    padding: 5px 8px;
    font-weight: 600;
    text-transform: capitalize;
}

ul#offerTab .nav-item {
    margin-right: 10px;
}

.offer-tabs ul li a.active {
    color: #2555a0 !important;
    background-color: #f0f0f0 !important;
    box-shadow: 3px 3px 0px 1px #2555a0;
}

.offer-tabs ul li a:hover {
    color: #2555a0 !important;
    background-color: #ffffff !important;
    border: 2px solid !important;
    box-shadow: 3px 3px 0px 1px #c5c6c6;
}

@media (min-width:768px) {
    ul#offerTab {
        top: 80px;
    }

    ul#offerTab .nav-link {
        font-size: 20px;
        padding: 5px 10px;
    }
}

.card {
    padding: 10px;
    border: 2px solid #2555a0a1;
}

/* .card-title {
    font-size: 18px;
    text-align: left;
    font-family: "Roboto";
} */


.card-title {
    font-size: 18px;
    text-align: left;
    font-family: "Roboto";
}

.card-details {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width:992px) {
    .card-details {
        padding: 5px 15px;
    }
}

.card-details li {
    font-family: "Roboto";
    font-weight: 600;
    color: #4E342E;
    font-size: 16px;
    margin-right: 9px;
}

.card-details li i {
    font-size: 16px;
    color: #2555a0;
    margin-top: 4px;
    margin-right: 6px;
}

.tab-content .active {
    background-color: #fff;
}

.card:hover {
    /* background-image: linear-gradient(45deg, #87ace5, #c5c6c6); */
    box-shadow: #222 1px 0 10px;
}

.more-details {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 15px 0px;
}

.more-details span {
    width: 92px;
    text-align: center;
    border: 2px solid #c5c6c6;
    border-radius: 8%;
    padding: 0px 1px;
    font-family: "Roboto";
    font-weight: 600;
    color: #4E342E;
    font-size: 14px;
}

@media (min-width:992px) and (max-width:1200px) {
    .more-details span {
        width: 85px;
    }
}

.more-details span:hover {
    color: #2555a0;
    background-color: #ffffff;
    box-shadow: 3px 3px 0px 1px #c5c6c6;
}

.btn-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 15px;
}

.book-btn,
.call-btn {
    color: #fff;
    font-family: "Roboto";
    font-size: 18px;
    padding: 8px 0px;
    border: 2px solid;
    font-weight: 600;
    width: 110px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.book-btn {
    background-color: #2a4493;
}

.call-btn {
    /* background: linear-gradient(to bottom, #00c223, #28D146); */
    background-color: #2a4493;
}

.book-btn:before,
.book-btn:after,
.call-btn:before,
.call-btn::after {
    content: '';
    display: block;
    position: absolute;
    border-color: #2555a0;
    box-sizing: border-box;
    border-style: solid;
    width: 1em;
    height: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.call-btn:before,
.call-btn::after {
    border-color: #2555a0;
}

.book-btn:before,
.call-btn:before {
    top: -6px;
    left: -6px;
    border-width: 2px 0 0 2px;
    z-index: 0;
}

.book-btn:after,
.call-btn::after {
    bottom: -6px;
    right: -6px;
    border-width: 0px 2px 2px 0px;
    z-index: 0;
}

.book-btn:hover {
    color: #fff;
    background-color: #2555a0;
    border-color: #2555a0;
}

.call-btn:hover {
    color: #fff;
    background-color: #2555a0;
    border-color: #2555a0;
}

.book-btn:hover:before,
.book-btn:hover:after {
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border-color: #2555a0
}

.call-btn:hover:before,
.call-btn:hover:after {
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border-color: #2555a0
}

@media (min-width:992px) {
    .card {
        padding: 10px;
    }

    .card-content {
        flex-direction: column;
    }

    /* .card-title {
        font-size: 24px;
        text-align: center;
    } */

    .card-title {
        font-size: 24px;
        text-align: center;
    }

    /* .card-details li {
        font-size: 16px;
        margin-bottom: 12px;
    } */

    .card-details li i {
        /* width: 30px; */
        font-size: 20px;
    }

    /* .card-img {
        height: 200px;
    } */
    .card-img {
        height: 140px;
    }

}

/*================================================
                    MODEL WINDOW CSS
==================================================*/


/* Style for the modal container */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

/* Style for the modal content */
.modal-content {
    margin: 0 auto;
    margin-top: 28%;
    padding: 10px 10px;
    /* border: 3px solid #888; */
    width: 90%;
    height: auto;
    z-index: 1;
    background-color: #0000006e;
}

/* Style for the close button */
.close {
    color: #aaa;
    font-size: 30px;
    font-weight: bold;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 8px;
    right: 12px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.model-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    color: #14181c;
}

@media (min-width:768px) {
    .modal-content {
        margin-top: 15%;
        width: 80%;
    }
}

@media (min-width:992px) {
    .modal-content {
        margin-top: 7%;
        width: 70%;
    }
}

/*================================================
                 BOOKING FORM CSS
==================================================*/


.form-title {
    /* background: #dbe1e7; */
    color: #000;
    padding: 20px;
    position: relative;
}


.form-title h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    color: #fff;
}

/* .form-title:after {
    content: '';
    display: block;
    position: absolute;
    left: 40px;
    bottom: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ffffff;
} */

.form-container {
    padding: 15px 0px;
    color: #fff;
    background-color: #0000009e;
    border-radius: 10px;
    border: 2px solid #fff;
}

.dropdown-select.mt-3 {
    position: relative;
}

.dropdown-select {
    position: relative;
}

.dropdown-icon {
    position: absolute;
    top: 10px;
    right: 18px;
    color: #000;
}

.form-floating>label {
    color: #000;
}

.submit-btn-container {
    text-align: center;
    padding: 25px;
    border-top: 2px solid;
}

.submit-btn {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 600;
    padding: 8px 15px;
    border-radius: 6px;
    outline: none;
    background-color: #2a4493;
    color: #fff;
    border: none;
}

@media (min-width:768px) {}


.form-group.has-icon,
.form-subscribe {
    position: relative;
}

label {
    font-size: 14px;
    /* color: #14181c; */
}

.has-icon .form-control {
    padding-right: 50px;
}

.has-label .form-control-icon {
    top: 20px;
    color: #000;
}

.form-control-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.datepicker {
    color: #ff944d;
}

.datepicker-dropdown {
    top: 0;
    left: 0;
}

.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
}

.ui-timepicker-standard {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
    background-color: #FFF;
    border: 1px solid #AAA;
    color: #222;
    margin: 0;
    padding: 2px;
}

.ui-timepicker-container {
    position: absolute;
    overflow: hidden;
    box-sizing: border-box;
}

.ui-timepicker {
    padding: 0 1px;
    text-align: center;
}

.ui-timepicker,
.ui-timepicker-viewport {
    box-sizing: content-box;
    height: 205px;
    display: block;
    margin: 0;
}

.navigation ul,
.ui-timepicker,
ol,
ul {
    list-style: none;
}

.ui-timepicker-viewport {
    padding: 0;
    overflow: auto;
    overflow-x: hidden;
}

.ui-timepicker,
.ui-timepicker-viewport {
    box-sizing: content-box;
    height: 205px;
    display: block;
    margin: 0;
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

/* 
 */

.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

.datepicker .next.disabled,
.datepicker .prev.disabled,
.vhidden {
    visibility: hidden;
}

.cart-total,
.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th,
.input-append.date .add-on,
.input-prepend.date .add-on,
.nice-select,
.nice-select .option,
.rating span.star:hover,
.to-top {
    cursor: pointer;
}

.datepicker .datepicker-switch {
    width: 145px;
}

.cart-total,
.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th,
.input-append.date .add-on,
.input-prepend.date .add-on,
.nice-select,
.nice-select .option,
.rating span.star:hover,
.to-top {
    cursor: pointer;
}

.phoneText {
    display: flex;
}

.phoneText a {
    display: inline;
    margin-right: 0px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.phone1 {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.phone2 {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.phone3 {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.termsConditions {
    text-decoration: underline;
    font-weight: bold;
    color: #2555a0;
    font-size: 14px;
    cursor: pointer;
}

.checkboxPadding {
    margin-top: 0.5em
}

.radioButtonPadding {
    margin-top: 0.4em
}

#formContainer {
    position: relative;
}


#termsConditionsModel {
    height: auto;
    z-index: 11;
    width: 100%;
    margin: 0 auto;
    left: 0px;
    top: 344px;
    background-color: #000000;
    position: absolute;
}

#termsConditionsModel .modal-content {
    width: 95%;
    margin: 10px;
    background-color: #fff !important;
    color: #000;
    padding: 0;
}

#termsConditionsModel .model-title {
    font-size: 14px;
    margin: 0px 10px 10px 14px;
    text-transform: capitalize;
}

#closeModalBtn3 {
    font-size: 20px;
    border: none;
    background-color: transparent;
    color: #000;
    top: 0px;
    right: 0px;
}

.terms-content::-webkit-scrollbar {
    width: 4px;
    background-color: #BDBDBD;
}

.terms-content::-webkit-scrollbar-thumb {
    background-color: #2a4493;
}

.terms-content {
    overflow-y: auto;
    height: 277px;
    padding: 0px 15px;
    text-align: justify;
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 1.5;
}

.terms-content ol li {
    list-style-type: auto;
}

.terms-content ol {
    padding-left: 15px;
}

.accept-container {
    text-align: center;
    /* padding: 15px 2px; */
    padding: 5px 2px;
    background-color: #fff;
    color: #000;
    box-shadow: inset 0px 6px 8px 0px #E0E0E0;
    width: 100%;
}

.accept-btn,
.decline-btn {
    text-align: center;
    border: none;
    padding: 6px 20px;
    border-radius: 8px;
    font-family: cursive;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 3px 3px 0px 1px #c5c6c6;
    transition: 1s;
}

.accept-btn {
    margin-right: 10px;
    background-color: #2a4493;
    color: #fff;
}

.decline-btn {
    background-color: #a29999;
}

.accept-btn:hover,
.decline-btn:hover {
    box-shadow: 3px 3px 0px 1px #2a4493;
}

@media (min-width: 768px) {
    #termsConditionsModel {
        overflow: hidden;
        top: 75px;
        width: 50%;
        margin: 0px 25%;
    }
}

input[type="checkbox"][readonly] {
    pointer-events: none;
}

.whatsapp-btn {
    border-radius: 5px;
    position: fixed;
    bottom: 32px;
    left: 20px;
    z-index: 1;
    font-size: 46px;
}

@media (min-width: 768px) {
    .whatsapp-btn {
        bottom: 32px;
        left: 32px;
    }
}



/*================================================
                 Style for modal popups
==================================================*/
#successModal .modal {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

#successModal .modal-content {
    background-color: white;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* Additional styling for the success modal */
#successModal .modal-content {
    width: 60%;
    text-align: center;
    columns: black;
}

#successModal .modal-content h2 {
    color: #28a745;
}

#successModal .modal-content button.close {
    color: #062d6a;
    font-size: 24px;
    position: absolute;
    right: 10px;
    top: 10px;
}

 #successModal .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    color: black;
}

@media (max-width: 576px) {
    #successModal .modal-content {
        width: auto;
        text-align: center;
        columns: black;
        margin: 35% auto;
        margin-left: 5px;
        margin-right: 5px;
    }
}