html {
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", "Segoe UI", Arial, sans-serif;
    font-size: 1.03rem;
    line-height: 1.55;
}

.brand-logo {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
}

.brand-icon {
    position: relative;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 0.7rem;
    background: linear-gradient(135deg, #fff8e1, #f3e7bf);
    border: 1px solid #f2df9f;
    box-shadow: 0 8px 20px rgba(201, 162, 39, 0.2);
}

.sun-arc {
    position: absolute;
    left: 0.45rem;
    top: 0.35rem;
    width: 1.3rem;
    height: 0.8rem;
    border: 2px solid #bb9a2f;
    border-bottom: 0;
    border-radius: 999px 999px 0 0;
}

.tower-left,
.tower-right {
    position: absolute;
    bottom: 0.36rem;
    width: 0.38rem;
    border-radius: 0.12rem;
    background: #334155;
}

.tower-left {
    left: 0.62rem;
    height: 0.95rem;
}

.tower-right {
    left: 1.18rem;
    height: 1.2rem;
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.brand-title {
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: #0f172a;
}

.brand-tag {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: #7c6a28;
}

.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    z-index: 48;
}

.mobile-nav-drawer {
    position: fixed;
    top: 0;
    left: 0;
    height: 100svh;
    width: min(82vw, 320px);
    background: #ffffff;
    border-right: 1px solid #e2e8f0;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.2);
    z-index: 49;
    transform: translateX(-100%);
    transition: transform 0.28s ease;
}

.mobile-nav-drawer.is-open {
    transform: translateX(0);
}

.mobile-nav-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e2e8f0;
}

.mobile-nav-links {
    display: grid;
    gap: 0.25rem;
    padding: 0.75rem;
}

.mobile-nav-links a {
    display: block;
    border-radius: 0.65rem;
    padding: 0.7rem 0.75rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #334155;
}

.mobile-nav-links a:hover {
    background: #f8fafc;
    color: #b45309;
}

.hero-slider {
    background: #f6f0e2;
}

.hero-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.9s ease;
}

.hero-slide.active {
    opacity: 1;
}

.hero-card {
    border-radius: 1.5rem;
    border: 1px solid rgba(254, 243, 199, 0.9);
    background: rgba(255, 255, 255, 0.84);
    padding: 1.5rem;
    box-shadow: 0 20px 48px rgba(100, 116, 139, 0.22);
}

.fixed-enquiry {
    position: absolute;
    right: 1.5rem;
    top: 5.5rem;
    width: 21rem;
    z-index: 30;
}

.fixed-card {
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    padding: 1.05rem 1.05rem 1.1rem;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.16);
}

.fixed-quick-actions {
    margin-top: 0.75rem;
    border-radius: 0.9rem;
    border: 1px solid #d8e3f4;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(47, 63, 132, 0.11);
    overflow: hidden;
}

.fixed-top-contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #0f172a;
}

.fixed-top-contact a {
    text-align: center;
    color: #ffffff;
    font-size: 0.76rem;
    font-weight: 600;
    padding: 0.5rem 0.35rem;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.fixed-top-contact a:last-child {
    border-right: 0;
}

.fixed-icon-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
    padding: 0.8rem 0.7rem 0.65rem;
}

.fixed-icon-item {
    text-align: center;
}

.icon-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #d8e3f4;
    font-size: 0.95rem;
}

.fixed-icon-item p {
    margin-top: 0.32rem;
    font-size: 0.68rem;
    line-height: 1.2;
    font-weight: 600;
    color: #0f172a;
}

.fixed-callback-btn {
    display: block;
    margin: 0.25rem 0.7rem 0.75rem;
    text-align: center;
    padding: 0.56rem 0.62rem;
    border-radius: 0.65rem;
    background: linear-gradient(135deg, #2f3f84, #4458a9);
    color: #ffffff;
    font-size: 0.79rem;
    font-weight: 600;
}

.fixed-card-form input,
.fixed-card-form select {
    border-radius: 0.95rem;
    border: 1px solid #c7d6ee;
    padding: 0.78rem 0.95rem;
    font-size: 0.96rem;
    line-height: 1.2;
}

.fixed-card-form input::placeholder {
    color: #94a3b8;
    font-weight: 500;
}

.fixed-card-form .btn-primary {
    width: 100%;
    margin-top: 0.25rem;
    font-weight: 600;
}

.glass {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(184, 134, 11, 0.16);
    box-shadow: 0 10px 30px rgba(179, 142, 55, 0.12);
}

.btn-primary,
.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary {
    background: linear-gradient(135deg, #ffd12b, #ffb300);
    color: #1f2937;
    box-shadow: 0 12px 30px rgba(255, 179, 0, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 35px rgba(255, 179, 0, 0.4);
}

.btn-secondary {
    border: 1px solid rgba(148, 163, 184, 0.45);
    color: #334155;
    background: rgba(255, 255, 255, 0.72);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.95);
}

.section-card {
    border-radius: 1.5rem;
    border: 1px solid rgba(200, 214, 236, 0.9);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 16px 40px rgba(47, 63, 132, 0.12);
    backdrop-filter: blur(8px);
}

.info-card {
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 1rem;
    padding: 1rem;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.info-card span {
    color: #64748b;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.info-card strong {
    font-size: 1.05rem;
    color: #0f172a;
}

.feature-specs-card {
    border-radius: 1.5rem;
    border: 1px solid rgba(71, 100, 176, 0.32);
    background: linear-gradient(140deg, #eaf3ff 0%, #dceaff 100%);
    box-shadow: 0 16px 38px rgba(47, 63, 132, 0.14);
}

.feature-spec-item {
    position: relative;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 245, 201, 0.72));
    padding: 0.7rem 0.9rem 0.7rem 1.45rem;
    font-weight: 700;
    color: #1e2e5d;
    border: 1px solid rgba(255, 214, 89, 0.45);
}

.feature-spec-item::before {
    content: "";
    position: absolute;
    left: 0.65rem;
    top: 50%;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: #2f3f84;
    transform: translateY(-50%);
}

.pricing-row {
    gap: 1rem;
    border-top: 1px solid #dce5f1;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 600;
    color: #0f172a;
}

.pricing-table {
    border-color: #2f3f84;
}

.pricing-head {
    background: linear-gradient(135deg, #2f3f84, #4458a9);
}

.pricing-row-alt {
    background: #f8faff;
}

.pricing-enquire-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.65rem;
    background: linear-gradient(135deg, #ffcb2e, #f2b705);
    border: 1px solid #d79e00;
    color: #1f2937;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 0.65rem 1rem;
    min-width: 190px;
    transition: all 0.25s ease;
}

.pricing-enquire-btn:hover {
    background: linear-gradient(135deg, #ffd85f, #f7bf16);
    transform: translateY(-1px);
}

.pricing-enquire-btn:focus,
.pricing-enquire-btn:focus-visible,
.pricing-enquire-btn:active {
    outline: none;
    box-shadow: none;
}

.pricing-label {
    margin-right: 0.35rem;
    color: #64748b;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.enquiry-form input,
.enquiry-form select {
    border-radius: 0.85rem;
    border: 1px solid #d5e1f2;
    background: #ffffff;
    padding: 0.78rem 0.95rem;
    font-size: 1rem;
    color: #0f172a;
}

.enquiry-form input::placeholder {
    color: #98a6bc;
    font-weight: 500;
}

.enquiry-form .label {
    font-weight: 600;
    color: #334155;
}

.enquiry-form .btn-primary {
    min-width: 170px;
}

.enquire-modal {
    background: rgba(15, 23, 42, 0.62);
    backdrop-filter: blur(6px);
}

.enquire-modal-panel {
    overflow: hidden;
    border-radius: 1.15rem;
    border: 1px solid rgba(255, 209, 77, 0.45);
    background: #ffffff;
    box-shadow:
        0 28px 64px rgba(15, 23, 42, 0.32),
        0 0 0 1px rgba(255, 255, 255, 0.08) inset;
    animation: enquireModalIn 0.32s ease;
}

.enquire-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.15rem 1.25rem 1.05rem;
    background: linear-gradient(135deg, #15203d 0%, #2f3f84 52%, #3a4f96 100%);
    border-bottom: 3px solid #ffb300;
}

.enquire-modal-heading {
    min-width: 0;
}

.enquire-modal-eyebrow {
    margin: 0;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 214, 102, 0.95);
}

.enquire-modal-title {
    margin: 0.2rem 0 0;
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0.01em;
    color: #ffffff;
}

.enquire-modal-close {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.45rem;
    height: 2.45rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 1.55rem;
    line-height: 1;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.enquire-modal-close:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 211, 77, 0.75);
    box-shadow: 0 0 0 3px rgba(255, 179, 0, 0.22);
    transform: translateY(-1px);
}

.enquire-modal-close:focus,
.enquire-modal-close:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 179, 0, 0.35);
}

.enquire-modal-body {
    padding: 1.2rem 1.25rem 1.3rem;
}

.enquire-modal-body .enquiry-form {
    margin-top: 0;
}

@keyframes enquireModalIn {
    from {
        opacity: 0;
        transform: translateY(14px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.enquiry-highlight {
    animation: enquiryPulse 1.15s ease;
}

@keyframes enquiryPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 179, 0, 0.45);
    }
    100% {
        box-shadow: 0 0 0 14px rgba(255, 179, 0, 0);
    }
}

.floor-card {
    border-radius: 1rem;
    border: 1px solid rgba(203, 213, 225, 0.85);
    background: #ffffff;
    padding: 0.75rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.floor-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(148, 163, 184, 0.28);
}

.floor-plan-display {
    display: block;
    border-radius: 1rem;
    border: 1px solid rgba(203, 213, 225, 0.9);
    background: #ffffff;
    padding: 0.75rem;
    height: 360px;
    box-shadow: 0 10px 28px rgba(47, 63, 132, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.floor-plan-display:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(47, 63, 132, 0.18);
}

.floor-plan-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 0.75rem;
}

.location-map-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    background: #e8eef5;
    box-shadow: 0 12px 32px rgba(47, 63, 132, 0.1);
    aspect-ratio: 16 / 9;
    min-height: 280px;
}

.location-map-iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (min-width: 1024px) {
    .floor-plan-display {
        height: 400px;
    }
}

.gallery-img {
    width: calc((100% - 3rem) / 4);
    min-width: calc((100% - 3rem) / 4);
    height: 10rem;
    object-fit: cover;
    border-radius: 0.9rem;
    border: 1px solid #e2e8f0;
}

.gallery-wrap {
    width: 100%;
}

.gallery-viewport {
    width: 100%;
    overflow: hidden;
}

.gallery-track {
    display: flex;
    gap: 1rem;
    will-change: transform;
}

.gallery-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
}

.gallery-nav {
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 999px;
    border: 1px solid #d1d5db;
    background: #ffffff;
    color: #0f172a;
    font-size: 1.45rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.1);
    transition: all 0.2s ease;
}

.gallery-nav:hover {
    background: #f8fafc;
    transform: translateY(-1px);
}

.premium-footer {
    border-top: 1px solid #e2e8f0;
    background: linear-gradient(180deg, #ffffff 0%, #f9f7f2 100%);
}

.footer-heading {
    font-size: 1.03rem;
    font-weight: 700;
    color: #0f172a;
}

.footer-list {
    margin-top: 0.7rem;
    display: grid;
    gap: 0.55rem;
    font-size: 0.9rem;
    color: #475569;
}

.footer-list span {
    font-weight: 600;
    color: #1e293b;
}

.footer-bottom {
    border-top: 1px solid #e2e8f0;
    background: rgba(255, 255, 255, 0.75);
}

input,
select {
    width: 100%;
    border-radius: 0.75rem;
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #0f172a;
    padding: 0.75rem 0.9rem;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

input:focus,
select:focus {
    border-color: rgba(201, 162, 39, 0.82);
    box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.18);
}

option {
    color: #111827;
}

.label {
    margin-bottom: 0.45rem;
    display: block;
    font-size: 0.9rem;
    color: #334155;
}

.error {
    margin-top: 0.35rem;
    font-size: 0.8rem;
    color: #fda4af;
}

.fade-in-up {
    animation: fadeInUp 1s ease both;
}

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: all 0.8s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1023px) {
    .hero-card {
        padding: 1.1rem;
    }

    .brand-title {
        font-size: 0.78rem;
    }

    .brand-tag {
        font-size: 0.58rem;
    }

    .gallery-img {
        width: calc((100% - 2rem) / 3);
        min-width: calc((100% - 2rem) / 3);
    }
}

@media (max-width: 767px) {
    .pricing-row {
        display: grid;
        gap: 0.55rem;
    }

    .pricing-enquire-btn {
        width: 100%;
        margin-top: 0.3rem;
    }

    .floor-plan-display {
        height: 320px;
    }

    .gallery-img {
        width: calc((100% - 1rem) / 2);
        min-width: calc((100% - 1rem) / 2);
        height: 9rem;
    }
}
