:root {
    --primary-red: #e63946;
    --gold: #c5a059;
    --dark: #1a1a1a;
    --light: #f8f9fa;
}



.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}
#module {
    height: 80vh;
}
.modal-content {
    background: rgb(0 0 0 / 67%);
    margin: 10% auto;
    padding: 2px;
    border-radius: 5px;
    width: 90%;
    max-width: 600px;
    position: relative;
}
.close {
    position: absolute;
    right: 15px; top: 10px;
    font-size: 28px;
    font-weight: bold;
    color: #7a6967;
    cursor: pointer;
}
.close:hover {
    color: #f44336;
}
.form_heading {
    text-align: center;
    padding: 5px;
    border-bottom: 2px solid #01596b;
    margin-bottom: 20px;
}
.enqModal small.phoneRequired {
    position: absolute;
    top: 35%;
    left: 93%;
    font-size: 25px;
    color: red;
}
.enqModal small.nameRequired {
    position: absolute;
    top: 80%;
    left: 93%;
    font-size: 25px;
    color: red;
}
.modal-content {
    margin: 25px auto;
}

.open-popup-btn {
    cursor: pointer;
}


body {
    font-family: 'Open Sans', sans-serif !important;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: var(--light);
    line-height: 1.6 !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase !important;
    font-weight: 700;
}
h1 {
    font-size: 50px;
}
h2 {
    font-size: 25px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 18px;
}
/* Header & Hero */
header {
    background: var(--dark);
    color: white;
    padding: 20px;
    text-align: center;
    border-bottom: 3px solid var(--gold);
}
.live-badge {
    background: var(--primary-red);
    color: white;
    padding: 5px 15px;
    border-radius: 50px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
    animation: blink 1s infinite;
}
@keyframes blink { 50% { opacity: 0.5; } }
.hero {
    background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url('https://m3mpremium.in/wp-content/uploads/2024/01/m3m-bg-placeholder.jpg'); /* Replace with actual M3M banner */
    background-size: cover;
    color: white;
    padding: 60px 15%;
    text-align: center;
    margin-top: 5%;
}
.timer-container {
    background: rgba(255,255,255,0.1);
    display: inline-block;
    padding: 15px 30px;
    border-radius: 10px;
    margin: 20px 0;
    border: 1px solid var(--gold);
}
/* Content Sections */
.container { max-width: 900px; margin: auto; padding: 20px; }
.date-box {
    background: white;
    border-left: 5px solid var(--primary-red);
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
/* Table Styling */
.project-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: white;
}
.project-table th, .project-table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}
.project-table th { background: var(--dark); color: white; }

/* FAQ Accordion */
.faq-item {
    background: white;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}
.faq-question {
    width: 100%;
    padding: 15px;
    cursor: pointer;
    font-weight: bold;
    background: #eee;
    display: block;
}
.po {
    font-size: 30px;
    font-weight: 800;
    color: var(--gold);;
    position: relative;
    top: -12px;
}
.faq-answer {
    padding: 15px;
    display: none;
    border-top: 1px solid #ddd;
}
@media (max-width: 600px) {
    .hero h1 { font-size: 1.5rem; }
    .project-table { font-size: 0.8rem; }
}
.sticky-footer {
    display: none;
}
.logo {
    width: 8%;
    filter: invert(1) brightness(100);
}
a.live-badge.open-popup-btn, a {
    text-decoration: none;
}
a.live-badge.open-popup-btn:hover {
    color: #fff;
}

.card {
    background: #fff;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
}
.timeline {
    border-left: 3px solid var(--gold);
    padding-left: 20px;
}
ul {
    list-style: none;
}
.pull-right {
    float: right;
}
.blink {
    animation: blinker 1s step-end infinite;
}
span.last_up {
    position: relative;
    bottom: 50px;
    right: -60%;
}



@media only screen and (max-width:768px) {
    .hero {
        margin-top: 20%;
    }
    .logo {
        width: 30%;
    }
    span.last_up {
        bottom: 37px;
        right: -35%;
        font-size: 12px;
    }
    .po {
        top: -30px;
    }
    a.live-badge {
        font-size: 11px;
    }
    .sticky-footer {
        display: flex;
        flex: 1;
        text-align: center;
        padding: 15px;
        text-decoration: none;
        font-weight: bold;
        color: white;
        position: fixed;
        bottom: 0;
        width: 100%;
        background: white;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
        z-index: 99;
        padding: 0;
    }
    .btn-whatsapp {
        color: #fff;
        background: #25d366;
        width: 49%;
        padding: 10px;
        text-decoration: none;
    }
    .btn-call { 
        background: var(--dark); 
        border-left: 1px solid #333; 
        width:49%;
        padding: 10px;
        color: #fff;
        text-decoration: none;
    }
}