/* ==========================================================================
   APEX ROSARIO — Premium & Ultra-Luxury Styles
   Official Domain: https://apexrosario.in
   ========================================================================== */

:root {
    --primary-color: #0f172a;
    --primary-dark: #020617;
    --secondary-color: #1e293b;
    --gold: #d97706;
    --gold-light: #fbbf24;
    --gold-dark: #b45309;
    --accent-color: #d97706;
    --accent-gradient: linear-gradient(135deg, #b45309 0%, #d97706 50%, #f59e0b 100%);
    --accent-gradient-hover: linear-gradient(135deg, #92400e 0%, #b45309 50%, #d97706 100%);
    --light-bg: #f8fafc;
    --cream: #faf9f6;
    --white: #ffffff;
    --text-dark: #0f172a;
    --text-light: #475569;
    --text-muted: #64748b;
    --border-color: #e2e8f0;
    --font-heading: 'Playfair Display', Georgia, serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;
    --shadow-soft: 0 4px 20px rgba(15, 23, 42, 0.06);
    --shadow-luxury: 0 10px 35px rgba(15, 23, 42, 0.1);
    --shadow-gold: 0 8px 25px rgba(217, 119, 6, 0.35);
    --transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-body);
    line-height: 1.7;
    color: var(--text-dark);
    overflow-x: hidden;
    background: #ffffff;
    position: relative;
}

html {
    scroll-behavior: smooth;
}

/* ==========================================================================
   NAVIGATION — Pristine Luxury White Theme
   ========================================================================== */
.navbar {
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.04);
    transition: var(--transition);
    z-index: 1030;
}

.navbar.scrolled {
    background: #ffffff !important;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
    padding: 0.6rem 0;
}

.navbar-brand img {
    height: 48px;
    width: auto;
    object-fit: contain;
    transition: var(--transition);
}

.navbar-nav .nav-link {
    color: #1e293b !important;
    font-weight: 600;
    font-size: 0.92rem;
    letter-spacing: 0.01em;
    margin: 0 3px;
    padding: 0.5rem 0.7rem !important;
    position: relative;
    transition: var(--transition);
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    width: 0;
    height: 2.5px;
    background: var(--accent-gradient);
    transition: var(--transition);
    transform: translateX(-50%);
    border-radius: 2px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--gold-dark) !important;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    width: 75%;
}

.nav-cta-btn {
    background: var(--accent-gradient) !important;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 0.88rem;
    padding: 0.5rem 1.25rem !important;
    border-radius: 6px;
    border: none;
    box-shadow: 0 3px 12px rgba(217, 119, 6, 0.28);
    transition: var(--transition);
    margin-left: 0.5rem;
}

.nav-cta-btn:hover {
    background: var(--accent-gradient-hover) !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 18px rgba(217, 119, 6, 0.38);
}

/* Navbar Toggler for Mobile */
.navbar-toggler {
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    padding: 0.4rem 0.6rem;
    border-radius: 6px;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(217, 119, 6, 0.25);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%230f172a' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

@media (max-width: 991px) {
    .navbar-collapse {
        background: #ffffff;
        padding: 1rem 1.25rem 1.25rem;
        border-radius: 12px;
        margin-top: 0.75rem;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(0, 0, 0, 0.06);
    }
    .navbar-nav .nav-link {
        padding: 0.65rem 0.5rem !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    }
    .nav-cta-btn {
        margin-top: 0.75rem;
        margin-left: 0;
        text-align: center;
        display: block;
    }
}

/* ==========================================================================
   HERO SECTION — Single Dedicated Luxury Showcase Panel
   ========================================================================== */
.hero-section {
    position: relative;
    min-height: 92vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-top: 66px;
    background-color: #070d18;
}

.hero-single-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-single-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 25%;
    transform: scale(1.02);
    filter: brightness(0.82) contrast(1.05);
}

.hero-luxury-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        105deg,
        rgba(7, 13, 24, 0.88) 0%,
        rgba(7, 13, 24, 0.72) 45%,
        rgba(7, 13, 24, 0.35) 75%,
        rgba(7, 13, 24, 0.55) 100%
    );
    z-index: 2;
    pointer-events: none;
}

.hero-content-wrap {
    position: relative;
    z-index: 3;
    color: var(--white);
    padding: 3.5rem 0 4rem;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(251, 191, 36, 0.4);
    backdrop-filter: blur(10px);
    color: #fef08a;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.4rem 1.1rem;
    border-radius: 50px;
    margin-bottom: 1.25rem;
}

.hero-badge i {
    color: var(--gold-light);
}

.hero-title {
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 5.5vw, 4.4rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: 0.02em;
    color: #ffffff;
    margin-bottom: 0.75rem;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.hero-title .gold-accent {
    background: linear-gradient(135deg, #fde68a 0%, #f59e0b 50%, #d97706 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-subtitle {
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.92);
    max-width: 620px;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-bottom: 2rem;
    max-width: 640px;
}

.hero-pill-item {
    background: rgba(15, 23, 42, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(8px);
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 500;
    padding: 0.45rem 0.95rem;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.hero-pill-item i {
    color: var(--gold-light);
    font-size: 0.85rem;
}

.hero-cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

.hero-quick-card {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
    border-radius: 14px;
    padding: 2rem;
    color: var(--text-dark);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.hero-quick-card h4 {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.35rem;
    color: var(--primary-color);
    margin-bottom: 0.35rem;
}

.hero-quick-card p {
    font-size: 0.88rem;
    color: var(--text-muted);
    margin-bottom: 1.25rem;
}

.hero-quick-card .stat-badge {
    background: #f1f5f9;
    border-radius: 8px;
    padding: 0.75rem;
    text-align: center;
    border: 1px solid #e2e8f0;
}

.hero-quick-card .stat-val {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--gold-dark);
}

.hero-quick-card .stat-lbl {
    font-size: 0.75rem;
    color: var(--text-muted);
    text-transform: uppercase;
    font-weight: 600;
}

/* ==========================================================================
   BUTTONS — Modern Luxury Amber Gold Palette
   ========================================================================== */
.btn-primary,
.btn-luxury {
    background: var(--accent-gradient) !important;
    border: none !important;
    color: #ffffff !important;
    padding: 0.85rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.02em;
    box-shadow: var(--shadow-gold);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    cursor: pointer;
    text-decoration: none;
}

.btn-primary:hover,
.btn-luxury:hover {
    background: var(--accent-gradient-hover) !important;
    color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(217, 119, 6, 0.45);
}

.btn-primary:active,
.btn-luxury:active {
    transform: translateY(0);
}

.btn-outline-primary {
    color: var(--gold-dark) !important;
    border: 2px solid var(--gold) !important;
    background: transparent !important;
    padding: 0.75rem 1.85rem;
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: 0.02em;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    text-decoration: none;
}

.btn-outline-primary:hover {
    background: var(--accent-gradient) !important;
    color: #ffffff !important;
    border-color: transparent !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(217, 119, 6, 0.35);
}

.btn-hero-outline {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #ffffff !important;
    border: 2px solid rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    padding: 0.85rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: 0.02em;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-decoration: none;
}

.btn-hero-outline:hover {
    background: #ffffff !important;
    color: var(--primary-dark) !important;
    border-color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.35);
}

/* ==========================================================================
   SECTION TYPOGRAPHY & COMMON LAYOUTS
   ========================================================================== */
.section-padding {
    padding: 5.5rem 0;
}

.section-padding.bg-light {
    background: var(--light-bg) !important;
}

.section-padding:not(.bg-light) {
    background: #ffffff;
}

.section-tag {
    color: var(--gold-dark);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.section-title {
    font-family: var(--font-heading);
    color: var(--primary-color);
    font-size: clamp(2.1rem, 3.8vw, 3rem);
    font-weight: 700;
    letter-spacing: -0.01em;
    margin-bottom: 0.6rem;
}

.section-subtitle {
    font-family: var(--font-body);
    color: var(--text-light);
    font-size: 1.05rem;
    font-weight: 400;
    margin-bottom: 2.5rem;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.section-divider {
    width: 60px;
    height: 3px;
    background: var(--accent-gradient);
    margin: 0.75rem auto 1.5rem;
    border-radius: 2px;
}

/* ==========================================================================
   OVERVIEW & EXPERIENCE CARDS
   ========================================================================== */
.overview-lead-text {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #1e293b;
    font-weight: 500;
}

.overview-stat-box {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 1.5rem 1rem;
    text-align: center;
    box-shadow: var(--shadow-soft);
    transition: var(--transition);
}

.overview-stat-box:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-luxury);
    border-color: rgba(217, 119, 6, 0.4);
}

.overview-stat-num {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 2rem;
    color: var(--gold-dark);
    line-height: 1;
    margin-bottom: 0.35rem;
}

.overview-stat-lbl {
    font-size: 0.85rem;
    color: var(--text-muted);
    font-weight: 600;
    text-transform: uppercase;
}

.experience-card {
    background: #ffffff;
    padding: 2.25rem 1.75rem;
    border-radius: 12px;
    text-align: center;
    box-shadow: var(--shadow-soft);
    border: 1px solid var(--border-color);
    border-top: 4px solid var(--gold);
    transition: var(--transition);
    height: 100%;
}

.experience-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-luxury);
    border-top-color: var(--gold-dark);
}

.experience-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1.25rem;
    background: linear-gradient(135deg, rgba(217, 119, 6, 0.15), rgba(251, 191, 36, 0.1));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.experience-icon i {
    font-size: 1.6rem;
    color: var(--gold-dark);
}

.experience-card h4 {
    font-family: var(--font-heading);
    color: var(--primary-color);
    font-size: 1.35rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.experience-card p {
    color: var(--text-light);
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.65;
}

/* ==========================================================================
   HIGHLIGHTS SECTION
   ========================================================================== */
.highlight-card {
    background: #ffffff;
    padding: 2rem 1.5rem;
    border-radius: 12px;
    text-align: center;
    box-shadow: var(--shadow-soft);
    border: 1px solid var(--border-color);
    border-top: 4px solid var(--gold);
    transition: var(--transition);
    height: 100%;
}

.highlight-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-luxury);
    border-top-color: var(--gold-dark);
}

.highlight-card i {
    font-size: 2.3rem;
    color: var(--gold-dark);
    margin-bottom: 1rem;
}

.highlight-card h5 {
    font-family: var(--font-heading);
    color: var(--primary-color);
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

/* ==========================================================================
   PRICE CARDS
   ========================================================================== */
.price-card {
    background: #ffffff;
    padding: 2.75rem 2rem;
    border-radius: 14px;
    text-align: center;
    box-shadow: var(--shadow-soft);
    transition: var(--transition);
    border: 1px solid var(--border-color);
    position: relative;
    overflow: hidden;
}

.price-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--accent-gradient);
}

.price-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-luxury);
    border-color: rgba(217, 119, 6, 0.4);
}

.price-card h4 {
    font-family: var(--font-heading);
    color: var(--primary-color);
    font-size: 1.65rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.price-card .size {
    color: var(--text-light);
    margin-bottom: 1.25rem;
    font-size: 0.98rem;
    line-height: 1.5;
}

.price-card .price {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--gold-dark);
    margin-bottom: 1.75rem;
}

/* ==========================================================================
   AMENITY CARDS
   ========================================================================== */
.amenity-card {
    background: #ffffff;
    padding: 1.75rem 1rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: var(--shadow-soft);
    border: 1px solid var(--border-color);
    transition: var(--transition);
    height: 100%;
}

.amenity-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-luxury);
    border-color: rgba(217, 119, 6, 0.4);
}

.amenity-card i {
    font-size: 2.1rem;
    color: var(--gold-dark);
    margin-bottom: 0.85rem;
    display: block;
}

.amenity-card h6 {
    font-family: var(--font-heading);
    color: var(--primary-color);
    font-size: 1.05rem;
    font-weight: 600;
    margin: 0;
}

/* ==========================================================================
   FLOOR PLAN CARDS
   ========================================================================== */
.floor-plan-card {
    background: #ffffff;
    padding: 1.75rem;
    border-radius: 12px;
    text-align: center;
    box-shadow: var(--shadow-soft);
    border: 1px solid var(--border-color);
    transition: var(--transition);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.floor-plan-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-luxury);
    border-color: rgba(217, 119, 6, 0.35);
}

.floor-plan-card img.floor-plan-thumb {
    width: 100%;
    height: auto;
    max-height: 380px;
    object-fit: contain;
    background: #f8fafc;
    border-radius: 8px;
    padding: 0.5rem;
    margin-bottom: 1.25rem;
}

.floor-plan-card h5 {
    font-family: var(--font-heading);
    color: var(--primary-color);
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

/* ==========================================================================
   LOCATION ADVANTAGE
   ========================================================================== */
.location-item {
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 1.35rem 1.5rem;
    border-radius: 10px;
    box-shadow: var(--shadow-soft);
    border: 1px solid var(--border-color);
    margin-bottom: 1rem;
    transition: var(--transition);
}

.location-item:hover {
    transform: translateY(-3px);
    border-color: rgba(217, 119, 6, 0.4);
    box-shadow: var(--shadow-luxury);
}

.location-number {
    width: 44px;
    height: 44px;
    background: var(--accent-gradient);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.05rem;
    margin-right: 1.25rem;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(217, 119, 6, 0.3);
}

.location-text h6 {
    font-family: var(--font-heading);
    color: var(--primary-color);
    font-weight: 600;
    margin: 0;
    font-size: 1.05rem;
}

/* ==========================================================================
   CONTACT FORM & MODALS
   ========================================================================== */
.contact-form-card {
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 14px;
    box-shadow: var(--shadow-luxury);
    border: 1px solid var(--border-color);
}

.contact-form-card h4 {
    font-family: var(--font-heading);
    color: var(--primary-color);
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: 1.5rem;
}

.form-control {
    border-radius: 8px;
    border: 1px solid #cbd5e1;
    padding: 0.85rem 1.1rem;
    font-size: 0.95rem;
    transition: var(--transition);
}

.form-control:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(217, 119, 6, 0.18);
}

/* Accordion FAQs */
.accordion-item {
    border: 1px solid var(--border-color);
    border-radius: 10px !important;
    margin-bottom: 0.85rem;
    overflow: hidden;
}

.accordion-button {
    font-family: var(--font-heading);
    font-weight: 600;
    color: var(--primary-color);
    font-size: 1.08rem;
    padding: 1.25rem 1.5rem;
    background: #ffffff;
}

.accordion-button:not(.collapsed) {
    color: var(--gold-dark);
    background-color: #fffbeb;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(217, 119, 6, 0.3);
}

.accordion-body {
    padding: 1.25rem 1.5rem;
    color: var(--text-light);
    line-height: 1.7;
    background: #ffffff;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
    background: var(--primary-dark);
    color: rgba(255, 255, 255, 0.8);
    padding: 4rem 0 2.5rem;
    text-align: center;
    border-top: 1px solid rgba(217, 119, 6, 0.25);
}

.footer p {
    margin-bottom: 1.25rem;
    font-size: 0.9rem;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

.footer-links a {
    color: var(--gold-light);
    text-decoration: none;
    margin: 0 1rem;
    font-weight: 500;
    transition: var(--transition);
}

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

/* ==========================================================================
   FLOATING WHATSAPP BUTTON
   ========================================================================== */
.whatsapp-btn {
    position: fixed;
    bottom: 24px;
    left: 24px;
    width: 58px;
    height: 58px;
    background: #25d366;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.65rem;
    text-decoration: none;
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.45);
    transition: var(--transition);
    z-index: 1000;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.whatsapp-btn:hover {
    transform: scale(1.1);
    background: #128c7e;
    color: #ffffff;
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.6);
}

/* Scroll reveal — initial state */
.reveal {
    opacity: 0;
    transform: translateY(35px);
    transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}
.reveal-up {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal.revealed .reveal-up,
.reveal-up.revealed {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-section {
        min-height: auto;
        padding-top: 1.5rem;
        padding-bottom: 2rem;
    }
    .hero-content-wrap {
        padding: 2rem 0;
    }
    .section-padding {
        padding: 3.5rem 0;
    }
    .location-item {
        flex-direction: column;
        text-align: center;
    }
    .location-number {
        margin-right: 0;
        margin-bottom: 0.75rem;
    }
}