* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    height: 100vh;
    font-family: "EB Garamond", serif;

}

h4 {
    font-size: 21px;
    color: #e93f52;
}

.otp {
    color: #bd4855 !important;
    font-size: 16px !important;
}

.button {
    font-size: 16px !important;
}

.w-80 {
    width: 80% !important;
}

.v-otp {
    color: #e93f52;
}

/* Dark overlay */
.overlay {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Card UI */
.card {
    height: 100%;
    background-image: url(../images/bg-back.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 350px;
    min-height: 550px;
    padding: 25px;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    color: #fff;
}

.red-btn {
    background: #e83b4e;
    color: #fff;
    padding: 10px 34px;
    border-radius: 18px;
    text-decoration: none;
    margin-top: 20px;
    transition: 0.5s;
    border: none;
}

.red-btn:hover {
    background-color: #e93f52b8;
}

.total-reg {
    background-color: #f9c7cd;
    padding: 20px;
    border-radius: 10px;
    line-height: 26px;
}

.total-reg-tab {
    width: 80%;
    margin-top: 20px;


    tbody,
    td,
    tfoot,
    thead,
    tr {
        border-color: #ffffff;
        border-style: solid;
        border-width: 1px;
        padding: 5px;
        font-weight: 700;
        color: #e93f52;
    }

    th {
        color: #e93f52;
        border-right: 1px solid #ffffff;
        padding: 7px;
    }
}

tr {
    padding: 7px;
}
}

.red-btn:hover {
    background-color: #fff;
    color: #e93f52;
}

/* POST EVENT title ko light rakho */
.card .button.title-only {
    background: #f7cfcf;
    /* light pink */
    color: #e93f52;
    cursor: default;
}



/* Logo */
.logo {
    width: 50%;

    margin: 70px auto;

}

.card h2 {
    margin-bottom: 8px;
}

.card p {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}

.card input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.card .button {
    padding: 12px;
    background: #f9c7cd;
    color: #e93f52;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
}



.enter {
    h4 {
        font-size: 20px;
        color: #e93f52;
        margin-bottom: 20px;
    }

    span {
        color: #e93f52;
        display: block;
    }

    .card .button {
        margin-top: 30px;
    }

}





.event-gal {
    position: relative;

    .fa-house {
        background: #e93f52;
        color: #fff;
        font-size: 1.5rem;
        border-radius: 100%;
        width: 50px;
        height: 50px;
        line-height: 44px;
    }

    .button {
        margin-top: 20px;
    }

    .home-btn {
        position: absolute;
        bottom: 30px;
        width: 100%;
        left: 0;
    }

}

.event-inr {
    background-image: url(../images/EVENT-ITINERARY.png);

    .schedule-table {
        max-width: 720px;
        margin: auto;
        border-collapse: collapse;
    }

    .schedule-table td {
        border: none;
        padding: 4px;
        font-size: 11px;
        color: #fff;
        background-color: #eb8837;
    }

    /* LEFT DAY COLUMN */
    .day-col {
        background: #f4a12f;
        color: #000 !important;
        font-weight: bold;
        width: 90px;
        text-align: center;
    }

    /* SECTION TITLE */
    .section-title {
        background: #f4a12f;
        color: #000 !important;
        font-weight: bold;
        text-align: center;
    }

    /* TIME COLUMN */
    .time-col {
        background: #d63b6f;
        width: 110px;
        font-weight: 600;
    }

    /* EVENT COLUMN */
    .event-col {
        background: #d63b6f;
    }

    /* Alternate darker strip */
    .schedule-table tr:nth-child(even) .time-col,
    .schedule-table tr:nth-child(even) .event-col {
        background: #c83264;
    }

    .logo-sm {
        width: 32%;
        margin: 15px auto;
    }

    h4 {
        background-color: #fff;
        padding: 3px 12px;
        color: #d63b6f;
        width: fit-content;
        margin: 0 auto;
        font-size: 18px;
        border-radius: 5px 5px 0px 0px;
    }

    .table>tbody {
        margin-bottom: 10px;
        display: block;
    }

    .table>tbody:last-child {
        margin-bottom: 0;
    }


}

.EVENT-GALLERY {
    background-color: #e93f52;
    width: 100%;
    padding: 10px;
}

.info-box {
    background-color: #f1ecdb;
    padding: 10px;
    border-radius: 20px;
    width: 95%;
    text-align: left;
    margin-top: 20px;

    h5 {
        color: #000;
        margin-bottom: 10px;
        font-size: 15px;
    }

    p {
        font-size: 12px !important;
        margin-bottom: 10px;
    }

    .f-right {
        float: right;
    }

    .cancel {
        border: 1px solid #e93f52;
        color: #000;
        padding: 4px 12px;
        border-radius: 10px;
        font-size: 12px;
        transition: 0.5s;
    }

    .cancel:hover {
        background-color: #e93f52;
        color: #fff;
    }

    .Understand {
        background-color: #e93f52;
        border: 1px solid #e93f52;
        color: #fff9f9;
        padding: 4px 12px;
        border-radius: 10px;
        font-size: 12px;
        transition: 0.5s;
    }

    .Understand:hover {
        background-color: #fff;
        color: #e93f52;
    }
}

.cooking-info {
    text-align: center;
    color: #e93f52;
    padding: 40px 18px;
    font-size: 18px;
}

.personal-detail {
    .multi-select {
        position: relative;
        width: 100%;
    }

    .select-input {
        width: 100%;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 6px;
        cursor: pointer;
        background: #fff;
    }

    .options {
        display: none;
        position: absolute;
        width: 100%;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 6px;
        margin-top: 4px;
        max-height: 180px;
        overflow-y: auto;
        z-index: 999;
    }

    .options label {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        cursor: pointer;
    }

    .options label:hover {
        background: #f5f5f5;
    }

    .options input {
        width: auto;
    }

    .card input[type="checkbox"] {
        margin-bottom: 0;
    }

    .card {
        height: 100%;
        text-align: left;
        padding: 30px;
        text-align: left;
    }


    h4 {
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    label {
        color: #e93f52;
        padding-bottom: 4px;
        text-transform: uppercase;
    }

    #dealerCodeMsg {
        color: #a06868;
        position: relative;
        top: -16px;
    }

    .dash {}

}






@media (max-width: 768px) {

    body {
        margin: 0;
    }

    .overlay {
        background: #000;
        padding: 0;
    }

    .card {
        width: 100%;
        height: 100vh;
        max-width: none;
        min-height: 100vh;
        border-radius: 0;
        box-shadow: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0px;
    }

    .logo {
        width: 190px;
        margin: 0;
        margin-bottom: 20px;
    }

    .card h2 {
        font-size: 22px;
    }

    .card p {
        font-size: 14px;
    }

    .card .button {
        width: 70%;
    }


    .event-gal {
        position: relative;

        .fa-house {
            background: #e93f52;
            color: #fff;
            font-size: 1.2rem;
            border-radius: 100%;
            width: 40px;
            height: 40px;
            line-height: 40px;
        }

        .button {
            margin-top: 20px;
        }

        .home-btn {
            position: absolute;
            bottom: 20px;
            width: 100%;
        }

    }

    .EVENT-GALLERY {
        background-color: #e93f52;
        width: 100%;
        padding: 10px;



    }

    .dashboard .red-btn {
        width: 80% !important;
    }

    .event-inr {
        .schedule-table {
            margin: initial;
            width: 90%;
        }

        .table>tbody {
            margin-bottom: 10px;
            display: inline-table;
            width: 100%;
        }
    }

}