/* POPUP-1 Start */

/* ------------OTP POPUP------------ */
.otp-content {
    position: relative;
    background-color: #fefefe;
    margin: 10% auto;
    padding: 30px;
    border: 1px solid #888;
    width: 80%;
    max-width: 477px;
    border-radius: 20px;
}


.otp-container {
    margin: 20px 0px;
    display: flex;
    justify-content: left;
    gap: 20px;
}

.otp-container input {
    width: 40px;
    /* Adjust width as needed */
    height: 40px;
    /* Adjust height as needed */
    text-align: center;
    font-size: 20px;
    /* Adjust font size as needed */
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
}

.otp-container input:focus {
    border-color: #007bff;
    /* Adjust border color on focus */
}

button.otp-btn {
    background: linear-gradient(142deg, rgba(21, 30, 190, 1) 0%, rgba(106, 115, 255, 1) 100%);
    color: white;
}

.otp_button {
    margin-top: 120px;
}

.text_otp {
    padding: 5px 0px;
}

.otp_resend,
.text_otp {
    font-size: 12px;
    font-weight: 500;
    color: #706f6f;
}

.otp_heading {
    font-size: 20px;
}

/* END */



/* General styling */
body,
button,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
input,
span,
label {
    font-family: "Montserrat", sans-serif;
}

/* Modal */
.hight_box {
    overflow-y: auto;
    height: 527px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    /* Use rgba for transparency */
    padding-top: 60px;
}

/* Modal content */
.modal-content {
    border-radius: 10px;
    background-color: #fefefe;
    margin: 5% auto;
    border: 1px solid #888;
    width: 510px;
}

/* Modal header */
.modal-header {
    border-bottom: 1.5px solid #dadcdf;
    /* Use lowercase for hex colors */
    border-radius: 10px 10px 0 0;
    /* Simplify border-radius syntax */
    margin: 0;
    padding: 22px;
    background-color: #f6faff;
    color: #171717;
    position: relative;
}

.modal-header h2 {
    font-size: 20px;
}

/* Modal body */
.modal-body {
    padding: 20px;
}

.checkbox_item {
    font-weight: 600;
    color: #555555;
}

.lable_data {
    color: #0466DA;
    font-weight: 600;
}

.modal-body-heading {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Checkbox styling */

.checkbox_data label {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.checkbox_data input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Custom checkbox */
.custom-checkbox {
    display: inline-block;
    width: 19px;
    height: 19px;
    background-color: #ccc;
    border-radius: 4px;
    position: relative;
    margin-right: 5px;
}

/* Custom checkbox checked state */
.checkbox_data input[type="checkbox"]:checked+.custom-checkbox {
    background-color: blue;
}

/* Checkmark */
.custom-checkbox::after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 3px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

/* Show checkmark when checked */
.checkbox_data input[type="checkbox"]:checked+.custom-checkbox::after {
    display: block;
}

.checkbox_cancle {
    border: solid #dadcdf;
    border-width: 1.5px 0px 0px 0px;
    padding-top: 10px;
}

.close-modal-btn {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 14px;
    background: linear-gradient(142deg, rgba(21, 30, 190, 1) 0%, rgba(106, 115, 255, 1) 100%);
    color: white;
    padding: 14px 40px;
    border: none;
    border-radius: 8px;
}

/* Close button */
button.send {
    font-family: "Montserrat", sans-serif;
    color: #3742FA;
    border: 0;
    background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    margin-right: 20px;
}

.close {
    color: #3742fa;
    font-size: 25px;
    font-weight: 500;
    border-radius: 30px;
    background-color: #edeefa;
    padding: 0 8px;
    position: absolute;
    right: 5px;
    top: 8%;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* Additional styles */
.Cancel_insurance_booking {
    padding: 0 0 10px;
    border-bottom: 1.5px solid #dadcdf;
}

.upload-container {
    border-bottom: 1.5px solid #dadcdf;

    text-align: left;
}



.upload-container input[type="file"] {
    display: none;
}

.upload-container label {
    font-size: 14px;
    cursor: pointer;
    color: #007bff;
    font-weight: 600;
    text-decoration: none;
}

.button-container {
    padding: 20px 0;
    text-align: right;
}

.textarea {
    font-size: 14px;
    color: #171717 !important;
    font-weight: 600;
}

textarea#newTextarea {
    margin-top: 5px;
}


.error {
    font-size: 12px;
    color: red;
}

.popup_form {
    min-height: 340px;
    border-bottom: 1.5px solid #dadcdf;
}



/* END */






/* POPUP-2 Start */


.subhading {
    margin-top: 20px;
}

.text_area {
    margin-bottom: 20px;
}

.dropdown {
    position: relative;
    display: inline-block;

}

.popup_form select {
    appearance: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    width: 300px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s, box-shadow 0.3s;
}

.popup_form select:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(38, 143, 255, 0.2);
    outline: none;
}

.dropdown::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url('../images/common/dropdown.png') no-repeat center center;
    background-size: contain;
    pointer-events: none;
}

/* Disabled placeholder styling */
option[value="-Select-"] {
    color: #999;
}

/* Hover effect for dropdown options */
select option {
    background-color: #fff;
}

select option:hover {
    background-color: #0466DA;
    color: #fff;
    /* Optional: Change text color on hover */
}

/* END */

/* POPUP-3 Start */

.upload-container {
    display: flex;
    flex-direction: column;
}

.date-label {
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 16px;
    color: #333;
}

.date-input {
    width: 100%;
    max-width: 384px;
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s, box-shadow 0.3s;
    border: 1px solid #ccc;
    /* Border color of the input field */
    padding: 10px;
    font-size: 16px;
    margin-bottom: 20px;
    border-radius: 1px;
    transition: border-color 0.3s, box-shadow 0.3s;
}

/* Styling the icon part of the date input */
.date-input::-webkit-calendar-picker-indicator {
    padding: 0;
    background-color: #D7E0FF;
    /* Background color of the icon */
    border-radius: 5px;
    /* Optional: make the icon background rounded */
    zoom: 1.8;
    /* Increase the size of the icon */
    /* Alternatively, you can use transform */
    /* transform: scale(1.5); */
}

/* Remove black border on focus and active states */
.date-input:focus,
.date-input:active {
    outline: none;
    border-color: #4147D5;
    /* Ensure the border color remains the same */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* Optional: maintain the same box-shadow */
}








/* 

.upload-container {
    padding-bottom: 20px;
   
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.date-label {
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 16px;
    color: #333;
}

.date-input {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    max-width: 384px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s, box-shadow 0.3s;
}

.date-input:focus {
    border-color: #66afe9;
    outline: none;
    box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}
 */



/* Register Form POPUP */

.register_container {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}




.close4 {
    right: 6px;
    top: 1%;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.form-group {
    margin-bottom: 20px;
}

.form-group input::placeholder,
.form-group select {
    color: #C9C9C9;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: #000;
    font-weight: 600;
}

.form-group input {
    width: 100%;
    padding: 13px;
    font-size: 16px;
    border: 1px solid #A7A9AB;
    border-radius: 10px;
}

.form-group input:focus,
.form-group input:active {
    border-color: #A7A9AB;
    /* Keep the border color the same on focus and active */
    outline: none;
    /* Remove default outline on focus */
}


.bgline {
    margin-bottom: 30px;
    text-align: center;
    background-image: url(../images/common/bgline.png);
    background-repeat: no-repeat;
    background-position: center center;
}

span.login_opt {
    background-color: #ffff;
    padding: 6px;
    color: #A7A9AB;
}

.form-group button {
    width: 100%;
    padding: 13px;
    font-size: 16px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 10px;
}

.form-group button.register-btn {
    background-color: #EBEBEB;
    color: #A7A9AB;
    margin-bottom: 20px;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}

.form-group button.google-btn {

    margin-bottom: 100px;
    background-color: #fff;
    color: #171717;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);

}

.form-group button.google-btn img {
    margin-right: 10px;
}

.reg_form {
    border: none !important;
}

.logo {
    display: block;
    margin: 0 auto 50px;
}

.policy {
    text-align: center;
}

.policy p {
    text-decoration: none;
    color: #A7A9AB;
    font-size: 12px;
    font-weight: 600;
}

.policy a {
    text-decoration: none;
    color: #3742FA;
}


/* END */





/* ----------HOTEL Booking POPUP-------------------------------- */

/* Hotel Booking Popup container */
.hotelbooking_popup {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Popup content */
.popup-content {
    position: relative;
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    max-width: 80%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

/* Close button */
.close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #3742FA !important;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
}

/* Tabs container */
.tabs {

    justify-content: space-around;
    border-bottom: 1.5px solid #DBDBDB;
    margin-bottom: 20px;
    flex-wrap: wrap;
    /* Allow wrapping on smaller screens */
}

/* Tab buttons */
.tab-button {
    margin-right: 60px;
    flex: 1;
    text-align: center;
    padding: 20px 0;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: transparent;
    font-size: 16px;
    color: #171717;
    transition: color 0.3s, border-bottom 0.3s;
}

.tab-button.active {
    position: relative;
    /* To position the pseudo-element correctly */
}

.tab-button.active::after {
    content: "";
    position: absolute;
    bottom: 0px;
    /* Adjust this value to align the border visually */
    left: 0;
    right: 0;
    height: 5px;
    background-color: #3742FA;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/* Tab content */
.tab-content {
    display: none;
    padding: 20px 0;
}

/* paymnt popup css */
.register-content.paymnt_content {
    margin: 5% auto;
}

#payment_modal img {
    width: 100%;
}

/* SChedule demo  popup */
.schedule-body {
    position: relative;
    margin: 15% auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px !important;
    width: 100%;
    border-radius: 20px ! IMPORTANT;
    border: 1px solid #888;
    background: linear-gradient(90deg, #3742FA 0%, #212794fc 92%, hsla(236, 100%, 71%, 1) 100%);
}

.schdeul_content {
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
}

#scheduledemo_modal .popup_form.reg_form {
    background-color: #fefefe;
    width: 45%;
    padding: 40px 35px;
    border-radius: 20px;
}

.colorF69824 {
    color: #F69824;
}

.scheduledemo {
    padding: 50px;
    width: 55%;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.close.close14 {
    z-index: 9;
}

.schedule-body .register-btn {
    margin-bottom: 0 !important;
    color: #fff !important;
}

.schedulehaeding {
    color: #Fff;
    font-size: 36px;
    margin-bottom: 20px;
    max-width: 350px;
    font-weight: 500;
}

.schedule-body .scheduledemo p {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.scheduledemo ul li {
    background: #ffffff17;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ffffff45;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 20px;
}

.scheduledemo .demolsit {
    max-width: 350px;
    display: block;
}

.scheduledemo ul {
    width: 100%;
}

/* Specific styling for tab content area */
#guestReviews,
#policies,
#servicesAmenities {
    padding: 20px;
}

#signup_modal label {
    font-weight: bold;
}

.signup-content {
    position: relative;
    background-color: #fefefe;
    margin: 15% auto;
    padding: 30px;
    border: 1px solid #888;
    width: 80%;
    max-width: 477px;
    border-radius: 20px;
}

#signup_modal .form-group button.register-btn {
    color: #fff;
}

#signup_modal .register-content {
    margin: 3% auto;

    /* height: 100vh; */
}

/* Responsive adjustments */

/* For screens 1440px and below */
@media (max-width: 1440px) {
    .popup-content {
        width: 90%;
        padding: 20px;
    }

    .tab-button {
        font-size: 16px;
        padding: 10px 0;
    }
}

/* For screens 1024px and below */
@media (max-width: 1024px) {
    .popup-content {
        width: 95%;
        padding: 15px;
    }

    .tab-button {
        font-size: 15px;
        padding: 8px 0;
    }
}

/* For screens 767px and below */
@media (max-width: 767px) {
    .popup-content {
        width: 95%;
        padding: 10px;
        border-radius: 5px;
    }

    .tab-button {
        font-size: 14px;
        padding: 8px 0;
    }
}





































/* Prevent scrolling */
.register_container {
    overflow: hidden;
    /* This prevents scrolling on the modal itself */
}

/* Ensure the modal content does not cause overflow */
.register-body {
    overflow: hidden;
    /* This hides any overflow within the modal content */
}

.register_container {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* Prevent scrolling */
    background-color: rgba(0, 0, 0, 0.5);
    /* Black background with opacity */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Center the modal content */

.register-content {
    position: relative;
    background-color: #fefefe;
    margin: 6% auto;
    padding: 50px;
    border: 1px solid #888;
    width: 80%;
    max-width: 477px;
    border-radius: 20px;
}

.signup_content {

    position: relative;
    background-color: #fefefe;

    padding: 50px;
    border: 1px solid #888;
    width: 80%;
    max-width: 497px !important;
    border-radius: 20px;
    position: relative;
    background-color: #fefefe;
    margin: 15% auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    width: 100%;
    max-width: 477px;
    border-radius: 20px;
}


.register-content {
    position: relative;
    background-color: #fefefe;
    margin: 10% auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    width: 100%;
    max-width: 477px;
    border-radius: 20px;
}


.loader {
    height: 28px;
    width: 28px;
    position: absolute;
    top: 8px;
    display: none;
    right: 10px;
    border-radius: 50%;
    border: 3px solid #FFF;
    border-top: 3px solid transparent;
    animation: loading 0.4s linear infinite;
}

@keyframes loading {
    from {
        transform: rotate(-360deg);
    }

    to {
        transform: rotate(0deg);
    }
}



/* The Modal (background) */
.fetch_modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.fetch_modal-content {


    position: relative;
    background-color: #fefefe;
    margin: 15% auto;
    padding: 50px;
    border: 1px solid #888;

    border-radius: 20px;


    background-color: #fefefe;
    margin: 10% auto;
    /* 10% from the top and centered */
    padding: 20px 30px;
    border: 1px solid #888;
    width: 100%;
    max-width: 510px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Heading Style */
.fetch_modal-content h2 {
    font-size: 24px;
    /* Font size for h2 */
    font-weight: bold;
    /* Font weight for h2 */
}

/* Paragraph Style */
.fetch_modal-content p {
    font-weight: 500;
    line-height: 1.6em;
    font-size: 12px;
    /* Font size for paragraphs */
}

/* Details Section */
.fetch_details {
    padding: 25px 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    /* Space between items */
}

.fetch_details p {
    margin: 0;
    flex: 1;
    /* Ensure items grow to fill the row */
}

/* The Close Button */
.fetch_close {
    z-index: 99;
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.fetch_close:hover,
.fetch_close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Additional styling for buttons */
.editBtn,
.confirmBtn {
    padding: 10px 20px;
    margin: 0px 5px;
    font-size: 16px;
    cursor: pointer;
}

.editBtn {
    background: none;
    color: #3742FA;
    font-weight: 600;
}

/* Details Section */
.fetch_details {

    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
    /* Space between columns */
}

/* Each Detail Row */
.fetch_detail-row {
    display: contents;
    /* Makes the rows behave as if they are part of the grid */
}

/* Label and Value */
.fetch_label {

    margin: 0;
    /* Remove default margin */
}

.fetch_value {

    font-weight: bold;
    margin: 0;
    /* Remove default margin */
}

p.fetch_label {
    font-size: 14px;
}

p.fetch_value {
    font-weight: 700;
    font-size: 14px;
}

.border_btm {
    position: relative;

}

.border_btm::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    border-bottom: 2.5px solid #DADCDF;
    transform: translateY(100%);
}

.policy_cont {
    padding: 10px 0;
}

.btns {
    padding-top: 20px;
    text-align: -webkit-right;
}

.confirmBtn {
    background: linear-gradient(142deg, rgba(21, 30, 190, 1) 0%, rgba(106, 115, 255, 1) 100%);
    color: white;
    border-radius: 10px;
    font-size: 14px;
    padding: 14px 36px;
}

.badge {
    margin-top: 20px;
}


.adult-buttons {
    margin-top: 20px;
    border: 1px solid #c9c8c8;
    display: flex;
    justify-content: space-between;
    padding: 5px;
    border-radius: 8px;
}

.adult-button {
    background-color: #fff;
    /* Background color for buttons */
    font-weight: 600;
    color: #333;
    /* Text color for buttons */
    padding: 10px 20px;
    /* Padding inside buttons */
    font-size: 12px;
    /* Font size for button text */
    border-radius: 5px;
    /* Rounded corners for buttons */
    cursor: pointer;
    /* Pointer cursor on hover */
    transition: background-color 0.3s ease, color 0.3s ease;
    /* Smooth transition for background and text color */
}

.adult-button.active {
    background-color: #3742fa17;
    border: 1px solid #3742FA;
    color: #3742FA;
    font-weight: 700;
}