.bs-btn.typ-bnnr-btn {
    /* background-color: transparent;
    border: 1px solid #fff;
    color: #fff; */
    border-radius: 10px;
    font-size: 14px;
}

.bs-btn.typ-bnnr-btn.color2-btn {
    background-color: #ef569f;
    border: 1px solid #ef569f;
}



.plan-backgrground1 {
    background: #190c26 !important;
}



.bs-header.sticky .navbar-nav li.active a {
    color: #000;
}


/* Banner section */
.new-heading-1 {
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.5;
    display: block;
    /* Ensures it behaves as a block element */
    width: 100%;
    /* Forces full width */
    text-align: center;
    /* Centers the full-width text */
}

.new-heading-2 {
    background: linear-gradient(to right, #bf953f 0%, #fcf6ba 25%, #b38728 50%, #fbf5b7 75%, #aa771c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 35px !important;
    font-weight: 600 !important;
    line-height: 2 !important;
    ;
}

.new-heading-3 {
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.4 !important;

}

.bs-banner .contentbx {
    width: 100%;
    position: absolute;
    left: 0;
    top: 35% !important;
    text-align: center;
    z-index: 10;
}

/*.bs-btn {
    background-color: #6baf48;
    color: #fff;
    font-weight: 800;
    border-radius: 0;
    margin-top: 15px;
    display: inline-block;
   
    text-decoration: none;
   
    padding: 10px 20px;
    
}*/

/* Banner section */


/* flip timer section */
/* Container styling */
.flip-timer-wrapper {
    text-align: center;
}

.flip-timer-container {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

/* Individual unit styling */
.flip-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 120px;
}

/* Flip card base */
.flip-card {
    position: relative;
    width: 100%;
    height: 130px;
    background-color: #b03070;
    /* Magenta background matching image */
    border-radius: 12px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    font-size: 4.5rem;
    font-weight: bold;
    color: #ffffff;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Middle split line */
.flip-card::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 3px;
    background: rgba(0, 0, 0, 0.25);
    z-index: 5;
    transform: translateY(-50%);
}

/* Text containers inside card */
.flip-card .top,
.flip-card .bottom {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    height: 50%;
    overflow: hidden;
}

.flip-card .top {
    top: 0;
    line-height: 130px;
    /* Aligns numbers beautifully */
}

.flip-card .bottom {
    bottom: 0;
    line-height: 0px;
    background-color: #94235b;
    /* Slightly darker bottom shade */
}

/* Labels styling */
.flip-label {
    margin-top: 12px;
    font-size: 16px;
    font-weight: bold;
    color: #b03070;
    letter-spacing: 1px;
}

/* Hidden target message container */
#expired-message {
    display: none;
    font-size: 3rem;
    font-weight: bold;
    color: #b03070;
    animation: fadeIn 1s ease-in-out;
}

/* flip timer section */






/* Image responsive wrapper */
.floor-plan-img-wrapper img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

/* Right Side Content Elements */
.floor-plan-content {
    padding-left: 20px;
}

.floor-plan-title {
    color: #E2C385;
    /* Premium muted gold */
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: right;

    /* background: linear-gradient(to right, #bf953f 0%, #fcf6ba 25%, #b38728 50%, #fbf5b7 75%, #aa771c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    font-family: 'Georgia', 'Times New Roman', serif;


}

.floor-plan-desc {
    color: #E0DBEC;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 35px;
    text-align: right;
}

/* Features Grid (3 Columns) */
.features-grid {
    background-color: #0B031E;
    /* Darker inner panel color */
    border-radius: 4px;
    padding: 25px 15px;
    margin-bottom: 35px;
}

.feature-item {
    margin-bottom: 15px;
}

.feature-item i {
    color: #E2C385;
    /* Gold Icons */
    font-size: 24px;
    margin-bottom: 12px;
    display: inline-block;
}

.feature-item h5 {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 6px 0;
}

.feature-item p {
    font-size: 12px;
    color: #A39BB4;
    line-height: 1.4;
    margin: 0;
}

/* Action Buttons styling */
.floor-plan-btns {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-floor {
    font-size: 15px;
    font-weight: bold;
    padding: 12px 28px;
    border-radius: 10px;
    /* Pill shaped buttons */
    text-decoration: none !important;
    transition: all 0.3s ease;
    display: inline-block;
    border: none;
    color: #ffffff !important;
}

/* View Button (Purple) */
.btn-floor-view {
    background-color: #8E54B1;
}

.btn-floor-view:hover {
    background-color: #754194;
}

/* Download Button (Pink) */
.btn-floor-download {
    background-color: #E94B8A;
}

.btn-floor-download:hover {
    background-color: #D03572;
}

/* Desktop layout alignment fix */
@media (min-width: 992px) {
    .floor-plan-content {
        text-align: left;
    }

    .feature-item {
        text-align: left;
        margin-bottom: 0;
    }

    .floor-plan-btns {
        justify-content: flex-end;
    }
}

/* Mobile text center fallback */
@media (max-width: 991px) {
    .floor-plan-content {
        text-align: center;
        margin-top: 40px;
    }

    .feature-item {
        text-align: center;
        margin-bottom: 25px;
    }

    .feature-item:last-child {
        margin-bottom: 0;
    }

    .floor-plan-btns {
        justify-content: center;
    }

    .btn-floor {
        width: 100%;
        /* Full-width buttons on mobile for easier touch targets */
        max-width: 320px;
    }
}


/* Celebrating 14 Editions section  */

/* Section Container Wrapper */
.celebration-section {
    padding: 60px 0;
    background-color: #ffffff;
    font-family: 'Arial', sans-serif;
}

/* Left Column Styling */
.celebration-content {
    text-align: left;
    padding-right: 30px;
}

/* Elegant Serif Heading matching the image */
.celebration-heading {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 38px;
    line-height: 1.25;
    color: #111111;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 30px;
}

/* Pink text highlight accent */
.text-pink-highlight {
    color: #E94B8A;
    font-weight: normal;
}

/* Body Paragraphs */
.celebration-text {
    font-size: 15px;
    line-height: 1.6;
    color: #222222;
    margin-bottom: 20px;
    font-weight: 400;
}

/* Button Pillar */
.btn-know-more {
    display: inline-block;
    background-color: #8E54B1;
    /* Solid purple accent */
    color: #ffffff !important;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 35px;
    border-radius: 10px;
    text-transform: none;
    /* Keeps 'Know More' exact capitalization */
    border: none;
    transition: background-color 0.3s ease;
    text-decoration: none !important;
    margin-top: 15px;
}

.btn-know-more:hover {
    background-color: #754194;
}

/* Right Column: Styled Image Frame */
.celebration-img-frame {
    border: 3px solid #8E54B1;
    /* Purple outer boundary frame matching image */
    padding: 0;
    display: inline-block;
    overflow: hidden;
    width: 100%;
}

.celebration-img-frame img {
    width: 100%;
    height: auto;
    display: block;
}

/* Responsive Adjustments using Bootstrap breakpoints */
@media (max-width: 991px) {
    .celebration-content {
        text-align: center;
        padding-right: 0;
        margin-bottom: 40px;
    }

    .celebration-heading {
        font-size: 30px;
    }

    .celebration-img-frame {
        max-width: 550px;
        /* Prevents image from becoming overly blown up on tablets */
    }
}

/* Celebrating 14 Editions section  */


/* counter section  */
.mod-counter .cont-bx {
    width: 16%;
}


.plan-backgrground1 .cont-bx {
    width: 20%;
}

@media only screen and (max-width: 767px) {
    .mod-counter .cont-bx {
        width: 50%;
    }

    .plan-backgrground1 .cont-bx {
        width: 50%;
        margin-bottom: 25px;
    }
}

/* counter section  */


/* Plan Your Visit section */
/* Section Main Wrapper */
.plan-visit-section {
    background-color: #12072B;
    /* Deep dark violet background */
    padding: 60px 0;
    font-family: 'Arial', sans-serif;
    color: #ffffff;
}

/* Main Section Title */
.plan-visit-main-title {
    color: #E2C385;
    /* Muted gold color from image */
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 40px;
    text-align: center;
}

/* Dual Card Container Styling */
.plan-card {
    background-color: #0B031E;
    /* Inner slightly darker card background */
    border: 2px solid #D4AF37;
    /* Gold border stroke */
    border-radius: 12px;
    padding: 40px 20px;
    margin-bottom: 30px;
    min-height: 440px;
    /* Ensures equal structural height on desktop panels */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

/* Card Headings (Serif Font) */
.plan-card-title {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 28px;
    color: #ffffff;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
}

/* Media Display Wrappers */
.card-media-box {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
    /* Rigid alignment base for different media elements */
}

.card-media-box img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

/* Action Buttons Style Rules */
.btn-plan {
    font-size: 16px;
    font-weight: bold;
    padding: 12px 40px;
    border-radius: 25px;
    /* Pill layout */
    text-decoration: none !important;
    transition: transform 0.2s ease, background-color 0.3s ease;
    display: inline-block;
    border: none;
    color: #ffffff !important;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.btn-plan:active {
    transform: scale(0.98);
}

/* Purple Layout Variations */
.btn-purple-action {
    background-color: #8E54B1;
}

.btn-purple-action:hover {
    background-color: #754194;
}

/* Pink Layout Variations */
.btn-pink-action {
    background-color: #E94B8A;
}

.btn-pink-action:hover {
    background-color: #D03572;
}

/* Responsive Fallback adjustments */
@media (max-width: 991px) {
    .plan-card {
        min-height: auto;
        /* Allow auto scaling heights on tablets and mobile screens */
        padding: 30px 15px;
    }

    .plan-card-title {
        font-size: 24px;
    }
}

/* Plan Your Visit section */



/* Plan Your Visit section */

/* Media Display Grid */
.grid-card-media-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.grid-card-media-box figure {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin: 0;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    /* Prevent overflow */
}

.grid-card-media-box img {
    max-width: 100%;
    max-height: 70px;
    /* Control logo height */
    object-fit: contain;
}

.grid-card-media-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width: 991px) {
    .grid-card-media-box {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .grid-card-media-box {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Plan Your Visit section */


@media only screen and (max-width: 767px) {
    .bs-banner.typ-innr-page .contentbx {
        margin-top: 0;
    }
}