/* ===========================
   CUSTOM FONTS – MFMT
=========================== */
:root {
    --theme-blue: #1f3b6d;
    --grey-bg: #e0e0e0;
}

/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*/
/* Cinzel */
@font-face {
    font-family: 'Cinzel';
    src: url('../font/Cinzel/Cinzel-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* EB Garamond – Normal */
@font-face {
    font-family: 'EB Garamond';
    src: url('../font/EB_Garamond/EBGaramond-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* EB Garamond – Italic */
@font-face {
    font-family: 'EB Garamond';
    src: url('../font/EB_Garamond/EBGaramond-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

/* Red Hat Display – Normal */
@font-face {
    font-family: 'Red Hat Display';
    src: url('../font/Red_Hat_Display/RedHatDisplay-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* Red Hat Display – Italic */
@font-face {
    font-family: 'Red Hat Display';
    src: url('../font/Red_Hat_Display/RedHatDisplay-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}


body {
    font-family: 'EB Garamond';
    font-weight: 500;
    font-size: 20px;
    color: #000;
}

html {
  font-size: 14px;
}
 
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* prevent horizontal scroll */
}

html {
  position: relative;
  min-height: 100%;
}

img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.headFont {
    font-family: 'Cinzel', serif !important;
    font-weight: 700;
    font-size: 2rem;
    color: #cc9933;
    letter-spacing: 4px;
    word-spacing: 8px;
}


.bgGFW {
    font-family: 'Cinzel', serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 2px;
    color: #fff;

    background: #cc9933;
    padding: 16px 60px;
 
}
.BlueBtn {
    background: #1d2d7d;
    color: #fff;
    font-family: 'Cinzel', serif;
    font-weight: 500;
    font-size: 3rem;
    padding:20px 30px;
}

.corner-shape {
    --cut: 16px; /* corner depth */
    --bg: currentColor; /* just for mask calc */

    -webkit-mask: radial-gradient(circle var(--cut) at top left, transparent 98%, #000) top left, radial-gradient(circle var(--cut) at top right, transparent 98%, #000) top right, radial-gradient(circle var(--cut) at bottom left, transparent 98%, #000) bottom left, radial-gradient(circle var(--cut) at bottom right,transparent 98%, #000) bottom right;
    -webkit-mask-size: 51% 51%;
    -webkit-mask-repeat: no-repeat;
    mask: radial-gradient(circle var(--cut) at top left, transparent 98%, #000) top left, radial-gradient(circle var(--cut) at top right, transparent 98%, #000) top right, radial-gradient(circle var(--cut) at bottom left, transparent 98%, #000) bottom left, radial-gradient(circle var(--cut) at bottom right,transparent 98%, #000) bottom right;
    mask-size: 51% 51%;
    mask-repeat: no-repeat;
}
.corner-left {
    --cut: 16px;
    -webkit-mask: radial-gradient(circle var(--cut) at top left, transparent 98%, #000) top left, radial-gradient(circle var(--cut) at bottom left, transparent 98%, #000) bottom left;
    -webkit-mask-size: 50% 50%;
    -webkit-mask-repeat: no-repeat;
    mask: radial-gradient(circle var(--cut) at top left, transparent 98%, #000) top left, radial-gradient(circle var(--cut) at bottom left, transparent 98%, #000) bottom left;
    mask-size: 50% 50%;
    mask-repeat: no-repeat;
}


.corner-right {
    --cut: 16px;
    -webkit-mask: radial-gradient(circle var(--cut) at top right, transparent 98%, #000) top right, radial-gradient(circle var(--cut) at bottom right, transparent 98%, #000) bottom right;
    -webkit-mask-size: 50% 50%;
    -webkit-mask-repeat: no-repeat;
    mask: radial-gradient(circle var(--cut) at top right, transparent 98%, #000) top right, radial-gradient(circle var(--cut) at bottom right, transparent 98%, #000) bottom right;
    mask-size: 50% 50%;
    mask-repeat: no-repeat;
}

.bgRDesign{
    background-image:url(../images/R_design.svg);
    background-repeat:no-repeat;
    background-position: top right;
    background-size:16%;
    overflow:hidden;
}
.bgYellowImg {
    background-image: url(../images/Highlight-bg.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    overflow: hidden;
}
.heighlightText {
    font-family: 'Cinzel', serif !important;
    font-weight: 600;
    font-size: 22px;
    color: #000;
    text-transform:none;
}
.colorBlue {
    color: #24385e;
}
.w-85 {
    width: 85%;
}
footer {
    background: #24385e !important;
}
.bgFoot {
    background-image: url(../images/footer_1.png);
    background-position: top right;
    background-repeat:no-repeat;
    background-size:contain;
    padding:70px 0px 30px;
}
.footTit {
    font-family: 'EB Garamond';
    font-style: italic;
    color: #dcbf74;
    font-size:22px;
}
.footDet {
    font-family: 'EB Garamond';
    color: #fff;
    font-size: 20px;
    line-height:24px;
}
.borLefGolden {
    border-left: 2px solid #dcbf74;
    padding-left:30px;
    margin-top:40px;
}
a{
    text-decoration:none !important;
}
.bg-black{
    padding:15px 0px;
    font-size:12px;
    font-family:Montserrat;
}

.seating-box {
    background: #f5f5f5;
    border-radius: 10px;
}

.seat-block {
    border: 1px solid #bdbdbd;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 0px;
    cursor: default;
}

/* Clickable Zones */
.click-zone {
    cursor: pointer;
    transition: all .25s ease;
}

    .click-zone:hover {
        background: #1e3a8a !important;
        color: #ffffff;
    }

    .click-zone.active {
        background: #162b4d !important;
        color: #ffffff;
        border-color: #162b4d;
    }

.stage {
    background: #ffffff;
   
}

.invitees {
    background: #dedede;
}

.stage-curved {
    background: #162b4d;
    border: 2px solid #cfcfcf;
    border-bottom: none;
    border-radius: 0 0 160px 160px;
    padding: 45px 0 30px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 3px;
    position: relative;
    text-transform: uppercase;
    font-size: 30px;
    line-height:60px;
    color:#fff;
}
 


.vip {
    background: #f6d58b;
}

.sponsor {
    background: #dedede;
}

.zone-a {
    background: #f4c7ab;
}

.zone-b {
    background: #b9ffff;
}

/* Ticket Panel */
.zone-option {
    cursor: pointer;
    border-radius: 6px;
}

    .zone-option.active {
        background: #162b4d;
        color: #ffffff;
    }

.ticket-counter button {
    width: 42px;
    height: 42px;
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    background: #162b4d;
    color: #fff;
    border-radius: 50%;
    padding-bottom: 10px;
}
 
.user-menu-wrapper {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}

/* User icon */
.user-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .25s ease;
}

/* NOT logged in */
.user-icon.guest {
    background: var(--grey-bg);
    color: #666;
}

/* Logged in */
.user-icon.logged-in {
    background: var(--theme-blue);
    color: #fff;
}

/* Popup common */
.popup-box {
    position: absolute;
    top: 55px;
    right: 0;
    background: #e4e4e4;
    border-radius: 18px;
    padding: 15px 20px;
    min-width: 230px;
    display: none;
}

.popup-box.show {
    display: block;
}

.popup-box .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: var(--theme-blue);
    margin-bottom: 8px;
}

.popup-box hr {
    border: none;
    border-top: 1px solid #cfcfcf;
    margin: 8px 0;
}

    .popup-box a {
        display: block;
        text-align: center;
        color: var(--theme-blue);
        font-weight: 500;
        text-decoration: underline;
        margin: 8px 0;
        font-family: Montserrat;
        font-size: 15px;
        text-align: right;
        color: #243864 !important;
    }

.login-btn {
    width: 100%;
    border: none;
    background: var(--theme-blue);
    color: #fff;
    padding: 8px;
    border-radius: 20px;
    cursor: pointer;
}

.auth-modal {
    border-radius: 20px;
    padding: 10px;
}

.auth-card {
    text-align: center;
    padding: 30px;
}

.auth-logo h6 {
    font-size: 11px;
    letter-spacing: 1px;
    color: #c08b2d;
}

.auth-logo h2 {
    font-size: 26px;
    color: #d8a032;
    font-weight: 700;
    margin-bottom: 20px;
}

.auth-card input {
    border-radius: 30px;
    padding: 12px;
}

.btn-theme {
    background: #1f3b6d;
    color: #fff;
    font-weight: 600;
    
    font-size: 17px !important;
    font-family: "Montserrat", sans-serif;
    
}
.fontmonts {
    font-family: "Montserrat", sans-serif;
}
#mobileError {
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
}
.resend {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    color: #1f3b6d !important;
    text-decoration: underline !important;
}

/* Slide up animation */
.slide-up .modal-dialog {
    transform: translateY(80px);
    transition: transform .35s ease-out;
}

.slide-up.show .modal-dialog {
    transform: translateY(0);
}

/* Branding */
.brand-small {
    font-size: 11px;
    letter-spacing: 1px;
    color: #c08b2d;
}

.brand-title {
    font-size: 24px;
    color: #d8a032;
    font-weight: 700;
    margin-bottom: 20px;
}

.btn-theme {
    background: #1f3b6d;
    color: #fff;
    font-weight: 600;
}

/* OTP */
.otp-box {
    display: flex;
    justify-content: center;
    gap: 8px;
}

    .otp-box input {
        width: 42px;
        height: 42px;
        text-align: center;
        font-size: 18px;
        border-radius: 8px;
        border: 1px solid #ccc;
    }

.resend {
    font-size: 13px;
    color: #1f3b6d;
    text-decoration: underline !important;
}
.modal-sm{
    max-width:400px;

}
.modal-body {
    padding: 15px 60px;
}
.form-control {
    font-family: "Montserrat", sans-serif;
}
.logTit {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    color: #d4a133;
    padding-top:15px;
}
.form-control:focus {
    box-shadow: 0 0 0 0rem white, 0 0 0 0.1rem #258cfb;
}
#otpStep {
    font-family: "Montserrat", sans-serif;
    color: #808080;
}
.desc {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: #808080;
}
.btn-theme:hover{
    color: #fff !important;
}


.bg-light {
    background-color: #efefef !important;
}

.stage-box {
    text-align: center;
    margin-bottom: 20px;
}

.baithak-title {
    text-align: center;
    font-weight: 600;
}

.guest-area {
    position: relative;
    text-align: center;
    padding: 40px 0;
}

.vip-box, .sponsor-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 16px 24px;
    border-radius: 6px;
    font-weight: 600;
}
 
.vip-box {
    left: 0;
    background: #ffd200;
}

.sponsor-box {
    right: 0;
    background: #3cc;
}

.guest-text {
    font-size: 18px;
}

.baithak-title {
    text-align: center;
    padding: 5px;
    border-radius: 8px;
    margin-top: 20px;
    background: #ffcc99
}

.aalap1-box, .aalap2-box {
    text-align: center;
    padding: 16px;
    border-radius: 8px;
    margin-top: 20px;
}

.aalap1-box {
    background: #a8d5a2;
}

.aalap2-box {
    background: #47c1c1;
}

.date-row, .price-row {
    display: grid;
    grid-template-columns: 90px repeat(3,1fr);
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
    padding:0px 25px;
}

.date-box {
    text-align: center;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
    cursor:pointer;
}

    .date-box.active {
        background: #1f2f4f;
        color: #fff
    }

.zone-badge {
    text-align: center;
    padding: 8px;
    border-radius: 6px;
    font-weight: 600
}

.vip {
    background: #ffd200;
}

.aalap1 {
    background: #a8d5a2;
}

.aalap2 {
    background: #47c1c1;
}

.baithak {
    background: #ffcc99;
}

.amount-box {
    padding: 8px;
    border: 1px solid #999;
    border-radius: 6px;
    background: #fff;
    position: relative;
}

    .amount-box.active {
        background: #1f2f4f;
        color: #fff;
        border-color: #1f2f4f
    }

.pass-box {
    display: flex;
    justify-content: space-between;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 8px;
    margin-top:5px !important;
}

    .pass-box button {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: none;
        background: #1f3b6d;
        color: #fff;
        font-weight:800;
    }

.summary-box {
    background: #f3f3f3;
    padding: 12px;
    border-radius: 8px
}

    .summary-box div {
        display: flex;
        justify-content: space-between
    }

.total-row {
    font-weight: 700;
    margin-top: 6px
}

/* Wrapper */
.guests-wrapper {
    margin: 30px 0;
}

/* Pink Guests Area */
.guests-box {
    position: relative;
    background: #ff9f9f;
    height: 160px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Center Text */
.guest-text {
    font-style: italic;
    font-size: 18px;
}

/* White Containers */
.white-holder {
    position: absolute;
    width: 180px;
    height: 100px;
    background: #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

    /* Left white box */
    .white-holder.left {
        left: 0px;
        bottom:-10px;
    }

    /* Right white box */
    .white-holder.right {
        right: 0px;
        bottom: -10px;
    }

/* VIP Box */
.vip-box {
    width: 170px;
    height: 80px;
    background: #ffd200;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: italic;
}

/* Sponsor Box */
.sponsor-box {
    width: 170px;
    height: 80px;
    background: #cbb6ff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: italic;
}

.baithakpanel,
.aalap1panel,
.aalap2panel,
.vipPnl{
    padding:10px 25px
}
.vipPnl {
    background: #ffd200;
}
.aalap1panel {
    background: #a8d5a2;
}
.aalap2panel {
    background: #47c1c1;
}
.baithakpanel {
    background: #ffcc99;
}
/*.seatbooking {
    border-radius: 10px;
    font-family: Montserrat !important;
    font-size: 15.7px;
    position: relative;
    
}
*/
.seatbooking {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
/*    border: 1px solid #dee2e6;*/
    font-family: Montserrat !important;
    font-size: 15.7px;
} 

.titSeat {
    text-transform: uppercase;
    color: #1f2f4f;
    font-weight: 600;
    margin-bottom: 0px;

}


#processingOverlay {
    position: fixed;
    inset: 0;
    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(6px);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

/* Processing Box */
.processingBox {
    background: #fff;
    padding: 30px 40px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0,0,0,.15);
}

    .processingBox img {
        width: 80px;
        margin-bottom: 15px;
    }

/* Blur main page */
.page-blur {
    filter: blur(5px);
    pointer-events: none;
}

.user-icon {
    cursor: pointer;
}

    .user-icon.logged-in i {
        color: #fff; /* dark blue */
    }

    .user-icon.guest i {
        color: #777;
    }

 /*   .user-icon.logged-in i {
        color: #0b1e3c;
    }*/


.fast-icon {
    position: absolute;
    top: 4px;
    right: 6px;
    font-size: 14px;
    cursor: pointer;
    opacity: 1;
    width: 11px;
    transition: transform 0.2s, opacity 0.2s;
}

.amount-box:hover .fast-icon {
    opacity: 1;
    transform: scale(1.1);
}


/********************  Display *************************/
.displayCo {
    display: block;
}

@media(max-width:1025px) {
    .displayCo {
        display: none;
    }
}

.displayIp {
    display: none;
}

@media(max-width:1025px) {
    .displayIp {
        display: block;
    }
}

.displayCoMo {
    display: block;
}

@media(max-width:769px) {
    .displayCoMo {
        display: none;
    }
}

@media(max-width:740px) {
    .displayCoMo {
        display: block;
    }
}

.displayIonly {
    display: none;
}

.displayHP {
    display: None;
}

@media(max-width:1025px) {
    .displayIonly {
        display: block;
    }
}

@media(max-width:740px) {
    .displayIonly {
        display: none;
    }
}

@media screen and (min-width: 1360px) and (max-width: 1380px) {
    .displayHP {
        display: block;
    }
}

.displayCoI {
    display: block;
}

@media(max-width:700px) {
    .displayCoI {
        display: none !important;
    }
}

.displayMOnly {
    display: none;
}

@media(max-width:800px) {
    .headFont {
        font-family: 'Cinzel', serif !important;
        font-weight: 700;
        font-size: 1.5rem;
        color: #cc9933;
        letter-spacing: 0px;
        word-spacing: 2px;
    }
    .heighlightText {
        font-size: 18px;
        padding-top: 10px;
    }

}

    @media(max-width:700px) {
        .zone-badge{
            padding-left:0px;
        }
        .amount-box {
            font-weight: 500 !important;
        }

        .displayMOnly {
            display: block;
        }

        .date-row, .price-row {
            grid-template-columns: 50px repeat(3, 1fr);
        }

        .baithakpanel, .aalap1panel, .aalap2panel, .vipPnl {
            padding: 10px 15px;
        }

        .date-row, .price-row {
            gap: 3px;
            padding: 10px 10px;
        }

        .corner-shape {
            --cut: 10px;
        }

        .seatbooking {
            font-size: 13px;
            overflow: visible;
        }

        .bgFoot {
            background-position: bottom right;
            background-size: 30%;
            padding: 70px 0px 100px;
        }

        .m250 {
            max-width: 200px;
        }

        .footDet, .footTit {
            text-align: center;
        }

        .border {
            border-radius: 15px;
        }

        .mobpad {
            padding: 0px 30px;
        }

        .headFont {
            font-family: 'Cinzel', serif !important;
            font-weight: 700;
            font-size: 1.5rem;
            color: #cc9933;
            letter-spacing: 0px;
            word-spacing: 2px;
        }

        .w-85 {
            width: 100%;
        }

        .heighlightText {
            font-size: 18px;
            padding-top: 10px;
        }

        .bgYellowImg {
            background-image: url(../images/bgM.png);
            background-repeat: no-repeat;
            background-position: top right;
            background-size: contain;
            overflow: hidden;
        }

        .colorBlue {
            color: #24385e !important;
        }
        .fast-icon {
            width: 8px;
        }
    }

.amount-box.sold-out {
    position: relative;
    background: #ffffff;
    color: #999;
    cursor: not-allowed;
    pointer-events: none;
    border: 1px solid #ccc;
    opacity: 0.95;
}

 

    /* SOLD OUT badge */
    .amount-box.sold-out .sold-label {
        position: absolute;
        top: 6px;
        right: 6px;
        background: #ffffff;
        color: #fff;
        font-size: 11px;
        padding: 2px 6px;
        border-radius: 4px;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        text-decoration: none;
    }

.terms-list li {
    margin-bottom: 0px;
    font-size: 13px;
    padding-bottom: 0px;
}

#termsModal, #moreTerms {
    font-family: Montserrat;
    font-size: 14px;
}
    #termsModal .modal-body {
        padding: 15px 15px;
        padding-top: 4px;
        height: 290px !important;
        overflow: scroll;
        overflow-x: hidden;
    }

    


    #termsModal .modal-header {
        padding-bottom: 0px;
    }
    #termsModal .modal-header {
        padding-bottom: 0px;
        border-bottom:0px;
    }
        #termsModal .modal-header > h5 {
            font-size: 15px;
        }

#agreeTermsBtn, .btn-outline-secondary {
    font-size: 14px !important;
    padding: 2px 15px;
}
.modal-footer {
    justify-content: center;
}
.botL{
    position:fixed;
    bottom:20px;
    left:20px;
    cursor:pointer;
}

   

    .botL img {
        width: 110px;
        animation: zoomLoop 2s infinite ease-in-out;
    }


@keyframes zoomLoop {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}


#TicketModal .modal-content, #TicketModal .modal-dialog {
    background: rgba(0,0,0,0);
    max-width: 290px;
    border: 0px !important;
    margin:0px auto;
}

#TicketModal .modal-body {
    padding:0px !important;
}
#DhruvModal .modal-body {
    padding: 40px !important;
    background: #fff;
    font-size: 17px;
    font-weight: 400;
}
.text-left{
    text-align:left;
}
.img-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 2000;
}
    /* MODAL IMAGE */

    .img-modal img {
        width: 70px;
        transform: scale(0);
        transition: all 0.4s ease;
    }
    /* ACTIVE STATE */

    .img-modal.active {
        opacity: 1;
        pointer-events: auto;
    }

        .img-modal.active img {
            width: 350px; /* popup size */
            transform: scale(1);
        }

.about-dhruv-trigger {
    cursor: pointer;
}



@media(max-width:700px) {

    .botL img {
        width: 80px;
    }

    #DhruvModal .modal-body {
        padding: 20px !important;
        max-height: 480px;
        overflow: scroll;
    }
    #DhruvModal .modal-dialog {
        margin: 20px !important;
    }
    .ptm{
        padding-top:20px;
    }
}