@keyframes mfade { 0% { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } } .section { padding: 68px 0; } .section--tight { padding: 52px 0; } .section--mist { background: var(--mist); } .section--ink { background: var(--ink); color: #c9d4e6; } .section--ink h2, .section--ink h3 { color: #fff; } .eyebrow { display: flex; align-items: center; gap: 12px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--teal-dark); margin-bottom: 10px; } .eyebrow--center::before, .eyebrow::after { content: ""; flex: 0 0 46px; height: 1px; background: var(--teal); opacity: 0.55; } .section--ink .eyebrow, .site-footer a:hover { color: var(--teal); } .eyebrow--center { justify-content: center; } h2.h-display, h3.h-sub { font-family: var(--serif); font-weight: 600; color: var(--ink); } h2.h-display { font-size: clamp(1.7rem, 4.4vw, 2.6rem); line-height: 1.16; letter-spacing: -0.01em; margin: 0 0 18px; } h3.h-sub { font-size: 1.25rem; margin: 0 0 10px; } .lead-txt { font-size: 1.03rem; line-height: 1.72; color: var(--muted); } .wavemark { display: block; width: 54px; height: 14px; margin-bottom: 16px; color: var(--teal); } .wavemark--center { margin-inline: auto; } .factstrip { background: #fff; border-bottom: 1px solid var(--line); } .factstrip .row { --bs-gutter-x: 0; } .fact { display: flex; align-items: center; gap: 12px; padding: 20px 14px; border-right: 1px solid var(--line); } .fact:last-child, .mobile-cta a:last-child { border-right: 0; } .fact svg { flex: 0 0 26px; color: var(--teal); } .fact b { display: block; font-size: 0.96rem; font-weight: 700; color: var(--ink); line-height: 1.3; } .fact span { font-size: 0.72rem; letter-spacing: 0.1em; color: var(--muted); } .about-img { position: relative; border-radius: 3px; overflow: hidden; } .about-img img, .lifestyle-img img { width: 100%; height: auto; display: block; } .fact span, .imp-tag { text-transform: uppercase; } .imp-tag { position: absolute; right: 0; bottom: 0; background: rgba(11, 26, 54, 0.72); color: #fff; font-size: 0.62rem; letter-spacing: 0.08em; padding: 4px 9px; } .ticklist { list-style: none; padding: 0; margin: 22px 0 0; } .ticklist li { position: relative; padding: 7px 0 7px 30px; font-size: 0.96rem; color: var(--text); border-bottom: 1px solid var(--line); } .price-table tr:last-child td, .ticklist li:last-child { border-bottom: 0; } .ticklist li::before { content: ""; position: absolute; left: 2px; top: 13px; width: 14px; height: 8px; border-left: 2px solid var(--teal); border-bottom: 2px solid var(--teal); transform: rotate(-45deg); } .amen-grid, .usp { border: 1px solid var(--line); } .usp { height: 100%; background: #fff; border-top: 2px solid var(--teal); padding: 26px 22px; } .usp svg { color: var(--navy); margin-bottom: 14px; } .usp h3 { font-family: var(--sans); font-size: 1rem; font-weight: 700; color: var(--ink); margin: 0 0 8px; } .usp p { font-size: 0.9rem; color: var(--muted); margin: 0; line-height: 1.62; } .amen-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); } .amen { background: #fff; padding: 20px 8px; text-align: center; transition: background 0.25s ease; } .amen:hover { background: var(--mist); } .amen svg { color: var(--teal-dark); margin-bottom: 8px; } .amen span { display: block; font-size: 0.78rem; font-weight: 500; color: var(--text); line-height: 1.35; } .amen-list { columns: 2; column-gap: 34px; list-style: none; padding: 0; margin: 0; } .amen-list li { break-inside: avoid; position: relative; padding: 6px 0 6px 18px; font-size: 0.88rem; color: var(--muted); } .amen-list li::before { content: ""; position: absolute; left: 0; top: 14px; width: 6px; height: 6px; background: var(--teal); border-radius: 50%; } .lifestyle-img { border-radius: 3px; overflow: hidden; } .plan { background: #fff; border: 1px solid var(--line); height: 100%; } .plan-thumb { position: relative; display: block; overflow: hidden; background: var(--mist); } .gal-item img, .plan-thumb img { width: 100%; height: auto; display: block; } .plan-thumb img { filter: blur(7px) saturate(0.55) brightness(1.04); transform: scale(1.08); } .plan-lock { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; background: rgba(11, 26, 54, 0.42); color: #fff; text-align: center; padding: 12px; } .plan-lock b { font-size: 0.84rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; } .plan-lock small { font-size: 0.72rem; opacity: 0.85; } .plan-body { padding: 18px 20px 22px; } .plan-body h3, .tower-head h3 { font-family: var(--serif); font-weight: 600; } .plan-body h3 { font-size: 1.15rem; color: var(--ink); margin: 0 0 4px; } .plan-body p { font-size: 0.84rem; color: var(--muted); margin: 0 0 14px; } .price-wrap { background: #fff; border: 1px solid var(--line); } .tower-head { background: var(--ink); color: #fff; padding: 16px 22px; } .tower-head h3 { font-size: 1.2rem; margin: 0; color: #fff; } .tower-head span { font-size: 0.78rem; color: var(--teal); letter-spacing: 0.08em; text-transform: uppercase; } .price-table { width: 100%; border-collapse: collapse; } .price-table td, .price-table th { border-bottom: 1px solid var(--line); } .price-table th { background: var(--mist); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); padding: 11px 14px; text-align: left; } .price-table td { padding: 14px; font-size: 0.92rem; color: var(--text); vertical-align: middle; } .price-table td.cfg { font-weight: 700; color: var(--ink); } .loc-list li b, .price-table td.amt { color: var(--teal-dark); font-weight: 700; } .price-table td.amt { white-space: nowrap; } .dev-stat span, .fld label, .pill-btn { font-size: 0.74rem; text-transform: uppercase; } .pill-btn { display: inline-block; font-weight: 700; letter-spacing: 0.05em; color: var(--navy); background: #fff; border: 1px solid var(--navy); padding: 6px 13px; border-radius: 2px; text-decoration: none; white-space: nowrap; transition: background 0.2s ease, color 0.2s ease; } .pill-btn:hover { background: var(--navy); color: #fff; } .faq-a p, .form-card > p.sub, .price-note { font-size: 0.78rem; color: var(--muted); margin: 16px 0 0; } .gal-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; } .gal-item { position: relative; display: block; overflow: hidden; border-radius: 2px; cursor: pointer; background: #101f3d; padding: 0; border: 0; width: 100%; } .gal-item img { transition: transform 0.55s cubic-bezier(0.2, 0.7, 0.3, 1), opacity 0.3s ease; } .gal-item:hover img { transform: scale(1.06); opacity: 0.82; } .gal-item::after { content: ""; position: absolute; inset: auto 0 0 0; height: 42%; background: linear-gradient(to top, rgba(11, 26, 54, 0.5), transparent); pointer-events: none; } .lightbox { position: fixed; inset: 0; z-index: 2000; background: rgba(6, 14, 30, 0.94); display: none; align-items: center; justify-content: center; padding: 20px; } .lightbox.is-open { display: flex; } .lightbox img { max-width: 100%; max-height: 82vh; border-radius: 2px; } .lb-btn { position: absolute; background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.28); color: #fff; width: 44px; height: 44px; border-radius: 50%; font-size: 1.3rem; line-height: 1; cursor: pointer; } .lb-close { top: 18px; right: 18px; } .lb-next, .lb-prev { top: 50%; transform: translateY(-50%); } .lb-prev { left: 14px; } .lb-next { right: 14px; } .lb-cap { position: absolute; bottom: 22px; left: 0; right: 0; text-align: center; color: #c9d4e6; font-size: 0.8rem; } .loc-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; } .loc-tab { background: #fff; border: 1px solid var(--line); color: var(--muted); font-size: 0.82rem; font-weight: 600; padding: 8px 16px; border-radius: 2px; cursor: pointer; transition: all 0.2s ease; } .loc-tab:hover { border-color: var(--teal); color: var(--teal-dark); } .loc-tab.is-active { background: var(--ink); border-color: var(--ink); color: #fff; } .loc-panel { display: none; } .dev-stat b, .err.show, .loc-panel.is-active { display: block; } .loc-list { list-style: none; padding: 0; margin: 0; columns: 2; column-gap: 32px; } .loc-list li { break-inside: avoid; display: flex; gap: 12px; padding: 10px 0; font-size: 0.9rem; color: var(--text); } .loc-list li b { flex: 0 0 62px; font-size: 0.84rem; } .dev-stat b { font-family: var(--serif); font-size: 1.9rem; font-weight: 600; color: #fff; line-height: 1.1; } .dev-stat span, .fld label { letter-spacing: 0.1em; color: var(--teal); } .faq-item, .loc-list li { border-bottom: 1px solid var(--line); } .faq-q, .form-card h3 { font-weight: 600; color: var(--ink); } .faq-q { width: 100%; background: 0 0; border: 0; text-align: left; padding: 18px 40px 18px 0; position: relative; font-family: var(--sans); font-size: 1rem; cursor: pointer; line-height: 1.5; } .faq-q::after { right: 8px; } .faq-q::after, .faq-q::before { content: ""; position: absolute; top: 50%; background: var(--teal); transition: transform 0.28s ease, opacity 0.28s ease; } .faq-q::after { width: 15px; height: 2px; margin-top: -1px; } .faq-q::before { width: 2px; height: 15px; margin-top: -7px; right: 14px; } .faq-q[aria-expanded="true"]::before { transform: rotate(90deg); opacity: 0; } .faq-a { overflow: hidden; height: 0; transition: height 0.3s ease; } .faq-a p { font-size: 0.94rem; line-height: 1.75; margin: 0 0 18px; padding-right: 30px; } .fld input, .fld select, .form-card { border: 1px solid var(--line); background: #fff; } .form-card { border-top: 3px solid var(--teal); padding: 30px 26px 28px; } .form-card h3 { font-family: var(--serif); font-size: 1.4rem; margin: 0 0 6px; } .form-card > p.sub { font-size: 0.88rem; margin: 0 0 20px; } .fld { margin-bottom: 14px; } .fld label { display: block; font-weight: 700; letter-spacing: 0.08em; color: var(--muted); margin-bottom: 6px; } .fld input, .fld select { width: 100%; border-radius: 2px; padding: 12px 13px; font-family: inherit; font-size: 0.95rem; color: var(--ink); transition: border-color 0.2s ease, box-shadow 0.2s ease; } .fld input:focus, .fld select:focus { outline: 0; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(3, 156, 187, 0.14); } .fld input.is-bad { border-color: #c0392b; } .phone-row { display: grid; grid-template-columns: 116px 1fr; gap: 8px; } .err { display: none; font-size: 0.76rem; color: #c0392b; margin-top: 5px; } .consent { display: flex; gap: 9px; align-items: flex-start; margin: 14px 0 0; font-size: 0.74rem; line-height: 1.6; color: var(--muted); } .consent input { margin-top: 3px; flex: 0 0 auto; } .consent a { color: var(--navy); } .hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; } .form-alert { background: #fdecea; border: 1px solid #f5c6c0; color: #a5342a; font-size: 0.85rem; padding: 10px 13px; border-radius: 2px; margin-bottom: 16px; } .contact-line { display: flex; align-items: center; gap: 14px; padding: 16px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.12); color: #c9d4e6; text-decoration: none; font-size: 0.95rem; } .contact-line:last-child { border-bottom: 0; } .contact-line svg { flex: 0 0 20px; color: var(--teal); } .contact-line b { display: block; color: #fff; font-weight: 600; } .contact-line small { display: block; font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: #7e8fab; } .site-footer { background: var(--ink); color: #8fa0bc; padding: 48px 0 28px; font-size: 0.82rem; line-height: 1.7; } .magnet span, .site-footer h4 { font-weight: 700; text-transform: uppercase; } .site-footer h4 { font-size: 0.74rem; letter-spacing: 0.12em; color: #fff; margin: 0 0 12px; } .site-footer a { color: #b9c6da; text-decoration: none; } .rera-box { display: flex; gap: 14px; align-items: flex-start; } .rera-box img { flex: 0 0 76px; background: #fff; padding: 5px; border-radius: 2px; } .disclaimer { font-size: 0.9rem; line-height: 1.65; color: #6e7f9c; border-top: 1px solid rgba(255, 255, 255, 0.1); margin-top: 32px; padding-top: 22px; } .foot-links { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 18px; font-size: 0.78rem; } .br-modal { position: fixed; inset: 0; z-index: 2100; display: none; align-items: center; justify-content: center; padding: 18px; background: rgba(6, 14, 30, 0.78); } .br-modal.is-open { display: flex; } .br-modal-dialog { background: #fff; width: 100%; max-width: 440px; max-height: 92vh; overflow-y: auto; position: relative; border-radius: 3px; animation: mfade 0.3s ease both; } .br-modal-head { background: var(--ink); color: #fff; padding: 22px 26px 20px; text-align: center; } .br-modal-head h3 { font-family: var(--serif); font-size: 1.35rem; font-weight: 600; margin: 0 0 6px; color: #fff; } .magnet { display: flex; justify-content: center; flex-wrap: wrap; gap: 6px 10px; margin-top: 12px; } .magnet span { font-size: 0.68rem; letter-spacing: 0.07em; border: 1px solid rgba(3, 156, 187, 0.45); padding: 4px 9px; border-radius: 2px; } .br-modal-body { padding: 24px 26px 26px; } .mobile-cta a, .mobile-cta button, .modal-x { background: 0 0; border: 0; color: #fff; cursor: pointer; } .modal-x { position: absolute; top: 10px; right: 12px; font-size: 1.6rem; line-height: 1; opacity: 0.8; z-index: 2; } .mobile-cta { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 1900; background: var(--ink); border-top: 1px solid rgba(255, 255, 255, 0.1); } .mobile-cta a, .mobile-cta button { flex: 1; border-right: 1px solid rgba(255, 255, 255, 0.1); text-decoration: none; padding: 9px 4px 8px; font-size: 0.68rem; font-weight: 600; letter-spacing: 0.04em; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 3px; } .magnet span, .mobile-cta svg { color: var(--teal); } .mobile-cta .wa svg { color: #25d366; } .mobile-cta .enq { background: var(--teal); } .mobile-cta .enq svg, .wa-float svg { color: #fff; } .wa-float { position: fixed; right: 18px; bottom: 18px; z-index: 1500; width: 52px; height: 52px; border-radius: 50%; background: #25d366; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22); } .js .reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.2, 0.7, 0.3, 1); will-change: opacity, transform; } .js .reveal.in { opacity: 1; transform: none; } @media (prefers-reduced-motion: reduce) { .js .reveal { opacity: 1; transform: none; transition: none; } * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; } } @media (max-width: 991.98px) { .amen-grid, .gal-grid { grid-template-columns: repeat(3, 1fr); } .fact { border-right: 0; border-bottom: 1px solid var(--line); } } @media (max-width: 767.98px) { .section { padding: 46px 0; } .section--tight { padding: 38px 0; } .amen-grid, .gal-grid { grid-template-columns: repeat(2, 1fr); } .gal-grid { gap: 8px; } .amen-list, .loc-list { columns: 1; } .mobile-cta { display: flex; } .wa-float { display: none; } body { padding-bottom: 58px; } .price-table td, .price-table th { padding: 11px 9px; font-size: 0.84rem; } .form-card { padding: 24px 18px 22px; } .site-footer { padding-bottom: 70px; } }