@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
    font-family: "Poppins", sans-serif;
}
.main-header {
    background: #1c3046;
}
.bg-green {
    background: #1c3046 !important;
}
.text-green {
    color: #1c3046;
}
.text-d-red {
    color: #c36;
}
img {
    max-width: 100%;
}
h2 {
    font-size: 34px;
    font-weight: 700;
}
h3 {
    font-size: 24px;
    font-weight: 700;
}
h4 {
    font-size: 22px;
    font-weight: 700;
}
.whatsaap-btn {
    background: #25d366;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 23px;
    right: 8px;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    z-index: 9;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu-link {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
}
.menu-link li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 2px 12px;
    display: inline-block;
    border-left: 3px solid #ffffff;
}
#videoBox {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

#soundBtn {
    border-radius: 50px;
}
.form-box input,
.form-box textarea {
    background: transparent !important;
    border: 1px solid #fff;
    color: #fff;
}
label.form-label {
    color: #fff;
}
.bx3s {
    background: #1c30460f;
    padding: 30px 15px;
    height: 100%;
    border-radius: 7px;
}
.btn1 {
    background: #fff;
    padding: 11px 28px;
    display: inline-block;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: #1c3046;
}
.imm-kye {
    min-height: 116px;
    text-align: center;
}
.imm-kye {
    min-height: 116px;
    text-align: center;
}
.kye-s {
    background: #fff;
    border-radius: 7px;
    text-align: center;
    padding: 22px 22px;
    height: 100%;
}
.imm-kye img {
    max-width: 80px;
}
.kye-s p {
    margin: 0;
}
.hkl {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 100%;
}
.hkl p {
    padding: 22px 20px;
}
.pl::placeholder{
    color: #fff;
}
.pl input{
    color: #fff;
}
.pl input:focus{
    color: #fff;
}
.sitp {
    background: url("../images/sitep.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.kfkpn {
    background: #fff;
    padding: 40px 33px;
    border-radius: 7px;
}
.bg-1c {
    background: url("../images/ct11.jpg");
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hklp {
    border: 1px solid #1c3046;
    border-radius: 7px;
    padding: 20px 20px;
    height: 100%;
}

.faq-container {
    max-width: 900px;
    margin: 40px auto;
}
.faq-item {
    background: #ffffff;
    margin-bottom: 10px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #d3e6dd;
}
.faq-question {
    background: #0a7c5f;
    color: #fff;
    padding: 18px;
    font-size: 18px;
    cursor: pointer;
    position: relative;
}
.faq-question i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}
.faq-answer {
    display: none;
    padding: 18px;
    background: #e0f2ec;
    border-top: 1px solid #cfe6dd;
    font-size: 16px;
}
.rotate {
    transform: translateY(-50%) rotate(180deg);
}

.fbx {
    background: url("../images/fbm1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 49px 20px;
    border-radius: 8px;
}
.form-box.content-f {
    max-width: 750px;
    margin: auto;
    background: #fff;
    border-radius: 7px;
    padding: 25px;
}
.form-box.content-f input,
.form-box.content-f textarea {
    background: transparent !important;
    border: 1px solid #1c3046;
    color: #000;
}
.form-box.content-f label.form-label {
    color: #000;
}
.toggle-menu {
    font-size: 27px;
    background: #fff;
    padding: 0 10px;
    line-height: normal;
    border-radius: 5px;
    display: none;
}
.hkl img {
    height: 300px;
    object-position: center;
    object-fit: cover;
    width: 100%;
}

/*pop*/
/* Modal Overlay and Content */
.modal-overlay {
    position: fixed;
    top: 2%;
    left: 0;
    right: 0;
    width: 98%;
    height: 96%;
    background: rgba(0, 0, 0, 0.7);
    display: none; /* Hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 1000;
    margin: auto;
    overflow-y: scroll;
    z-index: 99;
}

.modal-content {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    width: 100%;
    max-width: 650px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: auto;
}

.header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

/* Calendar Grid */
.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    text-align: center;
}

.day-name {
    font-weight: bold;
    color: #555;
    padding: 5px 0;
}

/* Date Cell Styling */
.date-cell {
    padding: 10px 0;
    cursor: pointer;
    border-radius: 50%;
    transition: background 0.2s;
    font-weight: 500;
}

.date-cell.current-month:hover:not(.disabled) {
    background-color: #e0f7fa;
}

.date-cell.selected {
    background-color: #00bcd4;
    color: white;
    pointer-events: none;
}

/* Disabled (Past) Dates */
.date-cell.disabled {
    color: #ccc; /* Shows the date */
    cursor: not-allowed;
    opacity: 1;
}

/* Time Picker Specific CSS */
#time-slots-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    max-height: 250px;
    overflow-y: auto;
    padding-right: 10px;
}

.time-slot-btn {
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    padding: 10px 5px;
    border-radius: 5px;
    cursor: pointer;
    transition:
        background 0.2s,
        border-color 0.2s;
    font-weight: 500;
    text-align: center;
}

.time-slot-btn:hover {
    background-color: #e0f7fa;
    border-color: #00bcd4;
}

.time-slot-btn.selected {
    background-color: #00bcd4;
    color: white;
    border-color: #00bcd4;
    pointer-events: none;
}

.main-btn {
    padding: 10px 20px;
    background-color: #a57bb4;
    color: white;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
    position: fixed;
    bottom: 24px;
    left: 9px;
}
.main-btn-2 {
    padding: 10px 20px;
    background-color: #a57bb4;
    color: white;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.main-btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.back-btn {
    background-color: #9e9e9e !important;
}
.f-l {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*checkbox*/
.custom-check {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    background: #1e3a8a; /* Blue background */
    border: 2px solid #ffffff; /* White border */
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}

/* Checked state */
.custom-check:checked {
    background: #2563eb; /* Darker blue when checked */
}

/* Check mark */
.custom-check:checked::after {
    content: "✔";
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    top: -1px;
    left: 2px;
}
/*2*/
.custom-check2 {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    background: #2563eb; /* Blue background */
    border: 2px solid #2563eb; /* White border */
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}

/* Checked state */
.custom-check2:checked {
    background: #fff; /* Darker blue when checked */
}

/* Check mark */
.custom-check2:checked::after {
    content: "✔";
    color: #2563eb;
    font-size: 14px;
    position: absolute;
    top: -1px;
    left: 2px;
}
/*end*/

 /*css popup */

    .popup{
    position: fixed;
    top:0; left:0;
    width:100%; height:100%;
    background: rgba(0,0,0,0.6);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:9999;
}
.popup-inner {
    padding: 30px;
    border-radius: 10px;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    display: flex;
    align-items: center;
    justify-content: center;
}
.close-btn {
    position: absolute;
    top: 4px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    opacity: 0.4;
    /*color: #fff;*/
}

/*pop-end*/

@media screen and (max-width: 992px) {
    .toggle-menu {
        display: block;
    }
    .menu-bar {
        position: absolute;
        background: #ffffff;
        top: 62px;
        z-index: 999;
        border-radius: 7px;
        left: 0;
        right: 0;
        width: 96%;
        margin: auto;
        padding: 14px 20px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease;
    }
    .menu-bar.main {
        opacity: 1;
        visibility: visible;
        transition: all 0.5s ease;
    }
    .menu-link li a {
        color: #1c3046;
        text-decoration: none;
        font-size: 16px;
        padding: 2px 12px;
        display: inline-block;
        border-left: none;
        padding: 0;
    }
    ul.menu-link {
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
    }
    .menu-link li {
        width: 100%;
        padding: 4px 0;
    }
}

@media screen and (max-width: 768px) {
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 21px;
    }
    h4 {
        font-size: 20px;
    }
    .f-l {
        flex-wrap: wrap;
    }
    .popup-inner {
         padding: 5px;
     }
     .close-btn {
        color: #000000;
    }
}
