body {
    font-family: 'Roboto', sans-serif;
    background-color: #f8f9fa;
}


/* Top strip */
.top-strip {
    background-color: #ffeb3b;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

/* Mega Menu desktop layout */
.mega-menu {
    width: 100%;
    left: 0 !important;
}

/* Remove hover flicker */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

/* Dropdown fade */
.dropdown-menu {
    border-radius: 0;
    border: none;
    box-shadow: 0px 4px 10px rgba(0,0,0,.1);
}

/* Mobile dropdown fix */
@media(max-width: 767px) {
    .mega-menu img {
        display: none;
    }
}


.hero-slide {
    height: 75vh;                     /* Desktop height */
    background-size: cover;
    background-position: center;
    position: relative;
}

/* dark overlay on image */
.hero-slide .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);
}

/* ensure text shows on top */
.carousel-caption {
    position: absolute;
    bottom: 30%;
    z-index: 2;
}

.carousel-caption h2,
.carousel-caption p {
    color: #fff;
}

/* -------- MOBILE RESPONSIVE FIXES -------- */

@media (max-width: 768px) {

    .hero-slide {
        height: 55vh;                 /* reduce height for mobile */
    }

    .carousel-caption {
        bottom: 15%;                 /* move text up */
    }

    .carousel-caption h2 {
        font-size: 1.4rem;           /* adjust size */
        font-weight: 600;
    }

    .carousel-caption p {
        font-size: 0.9rem;
        margin-top: 5px;
    }
}

@media (max-width: 576px) {

    .hero-slide {
        height: 45vh;                /* even smaller on tiny screens */
    }

    .carousel-caption {
        bottom: 10%;
        text-align: center;
    }

    .carousel-caption h2 {
        font-size: 2rem;
    }

    .carousel-caption p {   
        font-size: 1.2rem;
    }
}


#hero {
    margin: 0;
    padding: 0;
}
    

.card-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.card-text {
    color: #666;
}

.footer-links a {
    color: #bbb;
    text-decoration: none;
    display: block;
    padding: 4px 0;
    transition: 0.3s ease;
}

.footer-links a:hover {
    color: #fff;
    transform: translateX(4px);
}




.events .card,
.festivals .card {
    cursor: pointer;
    transition: transform .3s;
}
.events .card:hover,
.festivals .card:hover {
    transform: translateY(-10px);
}

.stats {
    background-color: #426988;
}

.stats-icon,
.stats h2,
.stats p {
    color: #E8D49A;
}

.brands img {
    max-width: 180px;
}



.plan-visit-section {
    background: #000; /* full black */
}

/* wrapper for image */
.visit-image-wrapper {
    margin: 0 auto;
}

/* white strip */
.visit-strip {
    bottom: 10%;
    background: rgba(255,255,255,0.9);
    font-size: 1.5rem;
}

/* responsive text resize */
@media (max-width: 576px) {
  .visit-strip {
    font-size: 1.1rem;
    padding: 0.6rem 1rem;
  }
}


.marquee-strip {
    overflow: hidden;
    white-space: nowrap;
    padding: 12px 0;
}



.marquee-yellow {
    background: #F2C94C;     /* yellow */
    color: #000000;          /* text black */
}

.marquee-blue {
    background:#426988;     /* blue */
    color: #ffffff;          /* text white */
}

.marquee-track {
    display: inline-flex;
    animation: scroll 18s linear infinite;
}

.marquee-track.reverse {
    animation-direction: reverse;
}

.marquee-track span {
    padding: 0 2rem;
    font-weight: bold;
    font-size: 1.25rem;
    letter-spacing: 1px;
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Mobile adjustments */
@media(max-width:576px){
    .marquee-track span {
        font-size: 1rem;
        padding: 0 1rem;
    }
}

.brand-box {
  background: #fff;
  transition: transform .3s ease;
}

.brand-box:hover {
  transform: translateY(-6px);
}

.events {
    background-color: #dddada;
}
.about-mall img {
    object-fit: cover;
    height: 260px;
}

.service-item {
    gap: 1rem;              
}

.service-icon {
    min-width: 48px;        
    text-align: center;
}


.page-banner {
    height: 60vh;
    background: url("https://images.unsplash.com/photo-1503387762-592deb58ef4e") center/cover no-repeat;
    position: relative;
}

.page-banner .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.map-section iframe {
    width: 100%;
    height: 450px;
    border: 0;
    display: block;
}


.about-mall-modern {
    background: #f8f9fa;
}

.about-modern-images {
    position: relative;
}

.about-modern-sub-img {
    width: 100%;
    margin-left: auto;
    margin-top: -40px;
}

.about-modern-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    background: #fff;
    padding: 12px 16px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.about-modern-feature i {
    font-size: 1.2rem;
}

.contact-card-modern {
    background: #fff;
    padding: 30px 20px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.contact-card-modern i {
    font-size: 2.5rem;
    color: #f5a623;
}

.contact-card-modern:hover {
    transform: translateY(-8px);
}

.contact-form-card {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}

.contact-form-card .form-control {
    border-radius: 10px;
    padding: 12px;
}

.contact-image-full img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
}

.terms-content h4 {
    margin-bottom: 10px;
}

.terms-content p {
    line-height: 1.7;
}
