/* =============================
   FIGMA NAVBAR STYLE
============================= */

body {
    font-family: 'Roboto', sans-serif;
}

/* Navbar floating over hero */
.custom-navbar {
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    z-index: 999;
    background: transparent !important;
    padding: 0;
}

/* Rounded Glass Capsule */
.custom-navbar-inner {
    max-width: 1400px;
    background: rgba(0, 0, 0, 0.70);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 10px 30px;
}

/* Logo */
.custom-navbar .navbar-brand img {
    height: 42px;
}

/* Nav links */
.custom-navbar .nav-link {
    color: #FAFCF8 !important;
    font-weight: 500;
    font-size: 15px;
    margin: 0 12px;
    transition: 0.2s ease;
}

.custom-navbar .nav-link:hover {
    color: #CE6645 !important;
}

.custom-navbar .nav-link.active {
    color: #CE6645 !important;
}

/* Auth Buttons Capsule */
.auth-buttons {
    display: flex;
    align-items: center;
    background: #FAFCF8;
    padding: 6px 10px;
    border-radius: 14px;
    gap: 10px;
}

/* Signup */
.signup-link {
    color: #CE6645;
    font-weight: 600;
    text-decoration: none;
    padding: 6px 12px;
}

/* Login */
.login-btn {
    background: #CE6645;
    color: #FAFCF8;
    padding: 8px 18px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
}

.login-btn:hover {
    opacity: 0.9;
}

/* Sticky Navbar */
.custom-navbar.sticky {
    position: fixed;
    top: 0;
    padding: 10px 0;
}

.custom-navbar.sticky .custom-navbar-inner {
    border-radius: 0;
    max-width: 100%;
}

/* =============================
   FOOTER SECTION
============================= */

.main-footer {
    position: relative;
    background: url("../images/footer-background.jpeg") center/cover no-repeat;
    padding: 60px 0;
    overflow: hidden;
}

/* Soft dark overlay (not heavy black) */
.footer-bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0,0,0,0.65),
        rgba(0,0,0,0.55)
    );
}

/* Container */
.footer-container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 10px;
}

/* LEFT SIDE */
.footer-left h2 {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 25px;
    line-height: 1.2;
}

.footer-left h2 span {
    color: #CE6645;
}

.footer-left p {
    color: #EAEAEA;
    max-width: 420px;
    margin-top: 20px;
    font-size: 16px;
}

.footer-logo {
    height: 55px;
}

/* RIGHT GLASS CARD */
.footer-glass-card {
    display: flex;
    justify-content: space-between;
    gap: 150px;

    background: rgba(0, 0, 0, 0.57);
    backdrop-filter: blur(14px);

    padding: 20px 30px 20px 40px;
    border-radius: 20px;
    min-width: 380px;
}

/* Links */
.footer-links {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
    transition: 0.3s ease;
}

.footer-links a:hover {
    color: #CE6645;
}

/* Social icons */
.footer-socials {
    display: flex;
    flex-direction: column;
    gap: 18px;
    color: #ffffff;
    font-size: 18px;
}

.hero-section {
    height: 100vh;
    background: url("../images/landing-hero.jpeg") center/cover no-repeat;
    position: relative;
}

.hero-section {
    min-height: 100vh;
}

/* =============================
   HERO SECTION IMPROVED
============================= */

.hero-overlay {
    background: linear-gradient(
        rgba(0, 0, 0, 0.75),
        rgba(0, 0, 0, 0.65)
    );
    height: 100%;
    display: flex;
    align-items: center;
}

.hero-content {
    max-width: 900px;
    margin-top: 100px;
}

/* Top Tag */
.hero-tag {
    display: inline-block;
    background: rgba(0,0,0,0.75);
    padding: 8px 18px;
    border-radius: 10px;
    font-size: 14px;
}

/* Title */
.hero-title {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
}

/* Subtitle */
.hero-subtitle {
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 35px;
    line-height: 1.55;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

/* Buttons */
.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.btn-primary-custom {
    background: #CE6645;
    color: #fff;
    padding: 12px 26px;
    border-radius: 14px;
    font-weight: 600;
    text-decoration: none;
}

.btn-primary-custom:hover {
    opacity: 0.9;
    color: #fff;
}

.btn-light-custom {
    background: #FAFCF8;
    color: #CE6645;
    padding: 12px 26px;
    border-radius: 14px;
    font-weight: 600;
    text-decoration: none;
}

.btn-light-custom:hover {
    background: #fff;
}

/* Feature Pills */
.hero-features {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.hero-features span {
    background: rgba(0,0,0,0.8);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
}

/* Bottom Text */
.hero-bottom-text {
    font-size: 16px;
    color: #F5F5F5;
    margin-top: 10px;
}

/* =============================
   FEATURED MALLS SECTION
============================= */

.featured-malls-section {
    background: #F0D8CF; /* soft peach tone */
    padding: 70px 0 100px 0;
}

/* Section Heading */
.section-title {
    font-size: 52px;
    font-weight: 700;
    color: #CE6645;
    margin-bottom: 14px;
}

.section-subtitle {
    font-size: 18px;
    color: 00000;
    margin-bottom: 30px;
}

.featured-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Mall Card */
.mall-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 320px;
}

.mall-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Rent Badge */
.rent-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(135, 224, 40, 0.71);
    color: #143100;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 10px;
}

/* Glass Info Box */
.mall-info {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    background: rgba(0, 0, 0, 0.53);
    backdrop-filter: blur(8px);
    border-radius: 14px;
    padding: 18px;
    text-align: center;
    color: #fff;
}

.mall-info h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.mall-info .brand {
    font-size: 14px;
    margin-bottom: 2px;
    color: #EAEAEA;
}

.mall-info small {
    font-size: 13px;
    opacity: 0.85;
}

/* =============================
   LIVE EVENTS SECTION
============================= */

.live-events-section {
    background: #FAFCF8;
    padding: 50px 0;
}

.events-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Event Card */
.event-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 340px;
}

.event-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Badge */
.event-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #EBC4B8;
    color: #CE6645;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 10px;
}

/* Glass Info */
.event-info {
    position: absolute;
    bottom: 15px;
    left: 35px;
    right: 35px;
    background: rgba(0, 0, 0, 0.57);
    backdrop-filter: blur(8px);
    border-radius: 14px;
    padding: 16px;
    text-align: center;
    color: #fff;
}

.event-info h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.event-info p {
    font-size: 14px;
    margin: 0;
    opacity: 0.9;
}

/* =============================
   NEWSLETTER SECTION
============================= */

.newsletter-section {
    background: #FAFCF8;
    padding-bottom: 50px;
}

.newsletter-container {
    max-width: 1200px;
    margin: 0 auto;
    background: url("../images/newsletter-backgound.jpeg") center/cover no-repeat;
    border-radius: 25px;
    padding: 50px 40px;
    position: relative;
    overflow: hidden;
}

/* Dark Overlay */
.newsletter-container::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.newsletter-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
}

.newsletter-content h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}

.newsletter-content p {
    font-size: 16px;
    margin-bottom: 35px;
}

/* Form */
.newsletter-form {
    display: flex;
    background: #fff;
    border-radius: 15px;
    padding: 8px;
    max-width: 650px;
    margin: 0 auto;
}

.newsletter-form input {
    flex: 1;
    border: none;
    outline: none;
    padding: 12px 15px;
    border-radius: 10px;
}

.newsletter-form button {
    background: #CE6645;
    color: #FAFCF8;
    border: none;
    padding: 10px 25px;
    border-radius: 10px;
    font-weight: 600;
}

/* =============================
   ENTER MALL HERO
============================= */

.mall-hero-section {
    height: 100vh;
    background: url("../images/landing-hero.jpeg") center/cover no-repeat;
    position: relative;
}

.mall-hero-overlay {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(
        rgba(0,0,0,0.75),
        rgba(0,0,0,0.65)
    );
}

.mall-hero-content {
    max-width: 750px;
}

/* Location Tag */

.mall-location {
    display: inline-block;
    background: rgba(0,0,0,0.8);
    padding: 8px 18px;
    border-radius: 10px;
    font-size: 14px;
    margin-bottom: 20px;
}

/* Title */

.mall-title {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 20px;
}

/* Description */

.mall-description {
    font-size: 17px;
    color: #EAEAEA;
    margin-bottom: 35px;
}

/* Stats */

.mall-stats {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

/* Individual stat */

.mall-stat {
    background: rgba(0,0,0,0.65);
    backdrop-filter: blur(10px);
    padding: 12px 20px;
    border-radius: 10px;
    text-align: center;
    min-width: 90px;
}

.stat-number {
    display: block;
    font-size: 22px;
    font-weight: 700;
}

.stat-label {
    font-size: 11px;
    letter-spacing: 1px;
}

/* Buttons */

.mall-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.btn-enter-mall {
    background: #CE6645;
    color: #fff;
    padding: 12px 26px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
}

.btn-enter-mall:hover {
    opacity: 0.9;
}

.btn-directory {
    background: #FAFCF8;
    color: #CE6645;
    padding: 12px 26px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
}

.btn-directory:hover {
    background: #fff;
}

/* =============================
   FEATURED STORES / FLOORS
============================= */

.featured-stores-section {
    background: #FAFCF8;
    padding-top: 70px;
}

.featured-title {
    font-size: 48px;
    font-weight: 700;
    color: #CE6645;
}

.featured-subtitle {
    font-size: 16px;
    margin-bottom: 50px;
}

/* Floor Image Wrapper */

.floor-wrapper {
    position: relative;
    width: 100%;
}

.floor-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

/* Floor label */

.floor-label {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);

    background: rgba(0,0,0,0.57);
    color: #fff;
    padding: 10px 40px;
    border-radius: 8px;
    font-weight: 600;
}

/* Store Tag */

.store-tag {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;

    background: #fff;
    border-radius: 30px;
    padding: 8px 14px;
    font-size: 13px;

    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

/* Green dot */

.store-tag .dot {
    width: 10px;
    height: 10px;
    background: #59D12E;
    border-radius: 50%;
}

/* Text */

.store-tag strong {
    font-size: 14px;
    display: block;
}

.store-tag small {
    font-size: 11px;
    color: #777;
}

/* =============================
   PRIVACY POLICY HERO
============================= */

.privacy-hero-section {
    height: 85vh;
    background: url("../images/privacy-banner.jpeg") center/cover no-repeat;
    position: relative;
}

.privacy-hero-overlay {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(
        rgba(0,0,0,0.75),
        rgba(0,0,0,0.6)
    );
}

.privacy-hero-content {
    max-width: 750px;
}

/* Small Tag */

.privacy-tag {
    display: inline-block;
    background: rgba(0,0,0,0.75);
    padding: 8px 18px;
    border-radius: 10px;
    font-size: 14px;
    margin-bottom: 20px;
}

/* Title */

.privacy-title {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

/* Description */

.privacy-description {
    font-size: 17px;
    color: #EAEAEA;
    margin-bottom: 30px;
}

/* =============================
   PRIVACY POLICY CONTENT
============================= */

.privacy-content-section {
    background: #FAFCF8;
    padding: 25px 0;
}

/* Title */

.privacy-main-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Divider */

.privacy-divider {
    max-width: 900px;
    margin: 0 auto 40px auto;
    opacity: 0.4;
}

/* Content Wrapper */

.privacy-content {
    max-width: 900px;
    margin: 0 auto;
}

/* Policy Block */

.policy-block {
    margin-bottom: 35px;
}

/* Heading */

.policy-block h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Paragraph */

.policy-block p {
    color: #909090;
    font-size: 16px;
    line-height: 1.6;
}

/* =============================
   CONTACT PAGE
============================= */

.contact-section {
    background: #FAFCF8;
    padding: 80px 0;
}

/* Card */

.contact-card {
    background: #F2F2F2;
    padding: 50px 60px;
    border-radius: 18px;
    max-width: 1000px;
    margin: auto;
}

/* Title */

.contact-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

/* Inputs */

.custom-input {
    background: #FFFFFF;
    border: none;
    border-radius: 10px;
    padding: 12px 14px;
}

.custom-input:focus {
    box-shadow: none;
    outline: none;
}

/* Button */

.btn-send-message {
    background: #CE6645;
    color: #fff;
    border: none;
    padding: 12px 160px;
    border-radius: 10px;
    font-weight: 600;
}

.btn-send-message:hover {
    opacity: 0.9;
}

/* =============================
   FAQ SECTION
============================= */

.faq-section {
    background: #FAFCF8;
    padding: 80px 0;
}

/* Title */

.faq-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
}

/* Wrapper */

.faq-wrapper {
    background: #F2F2F2;
    padding: 40px;
    border-radius: 20px;
    max-width: 1000px;
    margin: auto;
}

/* FAQ Item */

.faq-item {
    border: none;
    background: #FFFFFF;
    border-radius: 14px;
    margin-bottom: 20px;
    overflow: hidden;
}

/* Question */

.faq-question {
    font-size: 20px;
    font-weight: 600;
    background: transparent;
    box-shadow: none;
}

/* Remove default bootstrap arrow background */

.accordion-button::after {
    filter: hue-rotate(330deg);
}

/* Answer */

.faq-answer {
    color: #777;
    font-size: 15px;
}