.gp-bg-glow, .gp-bg-grid {
    position: fixed;
    z-index: 0;
}

.gp-section, body {
    min-height: 100vh;
}

.gp-city, .gp-section {
    flex-direction: column;
}

.gp-door-title, body {
    -webkit-font-smoothing: antialiased;
}

.gp-door, .gp-flight {
    visibility: hidden;
    inset: 0px;
    pointer-events: none;
}

.gp-door-title, .gp-touchdown-display {
    text-shadow: rgba(0, 0, 0, 0.25) 0px 4px 20px;
    text-transform: uppercase;
}

.gp-bg-glow, .gp-bg-grid, .gp-city-bg, .gp-door, .gp-door-flash, .gp-door-portal-wrap, .gp-flight, .gp-plane, .gp-portal-ring {
    pointer-events: none;
}

.gp-city-badge-tag, .gp-city-landmark, .gp-door-eyebrow, .gp-door-sub, .gp-door-title, .gp-eyebrow, .gp-flight-caption, .gp-flight-marker-label, .gp-nri-pill, .gp-reveal-eyebrow, .gp-touchdown-display, .gp-trust-item {
    text-transform: uppercase;
}

.gp-float-wa-btn, .gp-ivr-pill, .gp-wa-top-link, a {
    text-decoration: none;
}

:root {
    --bg-main: #ffffff;
    --card-bg: #ffffff;
    --text-main: #000000;
    --text-secondary: #333333;
    --text-dim: #666666;
    --accent-gold: #000000;
    --accent-aux: #222222;
    --line: #e5e5e5;
    --line-soft: rgba(0, 0, 0, 0.05);
    --shadow-sm: 0 4px 16px rgba(0, 0, 0, 0.05);
    --shadow-hover: 0 16px 36px rgba(0, 0, 0, 0.15);
    --font-display: 'Cormorant Garamond',serif;
    --font-body: 'Inter',sans-serif;
    --ease: cubic-bezier(.22, 1, .36, 1);
}

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

html {
    scroll-behavior: smooth;
}

body {
    background: var(--bg-main);
    color: var(--text-main);
    font-family: var(--font-body);
    font-weight: 300;
    min-height: 100dvh;
    overflow-x: hidden;
}

::selection {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.gp-brand-mark, .gp-brand-text {
    color: var(--text-main);
    font-family: var(--font-display);
}

a {
    color: inherit;
}

button {
    font-family: inherit;
    background: 0px 0px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0s !important;
        transition-duration: 0s !important;
    }
}

a:focus-visible, button:focus-visible {
    outline: 1.5px solid var(--accent-gold);
    outline-offset: 4px;
}

.gp-bg-grid {
    inset: 0px;
    background-image: linear-gradient(var(--line-soft) 1px,transparent 1px),linear-gradient(90deg,var(--line-soft) 1px,transparent 1px);
    background-size: 52px 52px;
    mask-image: radial-gradient(85% 70% at 50% 45%, black 30%, transparent 85%);
    opacity: 0.85;
}

.gp-bg-glow {
    width: 900px;
    height: 900px;
    top: -320px;
    left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(0, 0, 0, 0.03) 0px, transparent 65%);
}

.gp-section {
    position: relative;
    z-index: 2;
    min-height: 100dvh;
    display: flex;
    padding: clamp(16px, 3vh, 28px) clamp(16px, 4vw, 24px) clamp(20px, 4vh, 30px);
}

.gp-brand, .gp-topbar {
    display: flex;
    align-items: center;
}

.gp-topbar {
    justify-content: space-between;
    max-width: 1180px;
    width: 100%;
    margin: 0px auto;
    padding-bottom: clamp(20px, 4vh, 46px);
    gap: 12px;
    min-height: 52px;
}

.gp-brand {
    gap: 10px;
    flex-shrink: 0;
    padding: 6px 14px;
    border-radius: 8px;
    /* border: 1.5px solid rgb(0, 0, 0); */
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 10px; */
    transition: transform .3s var(--ease);
}

.gp-brand-mark, .gp-topbar-right {
    align-items: center;
    display: flex;
}

.gp-brand:hover {
    transform: translateY(-1px) scale(1.02);
}

.gp-logo-img {
    height: clamp(32px, 4.5vw, 55px);
    max-height: 48px;
    width: auto;
    object-fit: contain;
    display: block;
    filter: none !important;
}

.gp-brand-mark {
    width: 34px;
    height: 34px;
    border: 1px solid var(--text-main);
    border-radius: 50%;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.gp-city, .gp-nri-pill {
    border: 1px solid var(--line);
}

.gp-brand-text {
    font-size: 18px;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.gp-brand-text em {
    font-style: normal;
    color: var(--text-secondary);
}

.gp-topbar-right {
    gap: 12px;
    flex-shrink: 0;
    min-height: 38px;
}

.gp-ivr-pill, .gp-nri-pill {
    gap: 8px;
    white-space: nowrap;
}

.gp-nri-pill {
    display: flex;
    align-items: center;
    border-radius: 40px;
    padding: 7px 14px 7px 9px;
    font-size: 11.5px;
    letter-spacing: 0.8px;
    color: var(--text-secondary);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 10px;
}

.gp-nri-pill .gp-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000000;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 8px;
    flex-shrink: 0;
    animation: 2.2s ease-in-out 0s infinite normal none running pulseDot;
}

@keyframes pulseDot {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.35;
    }
}

.gp-ivr-pill {
    display: inline-flex;
    align-items: center;
    border: 1.5px solid rgb(0, 0, 0);
    border-radius: 40px;
    padding: 8px 16px;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
    backdrop-filter: blur(10px);
    transition: all .3s var(--ease);
}

.gp-ivr-pill:hover {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 14px;
    transform: translateY(-1px);
}

.gp-float-wa-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gp-contact-btn, .gp-wa-top-link {
    align-items: center;
    letter-spacing: 0.5px;
    transition: all .3s var(--ease);
    display: inline-flex;
    font-weight: 500;
    white-space: nowrap;
}

#gpDisclaimerMoreText p {
    font-size: 0.85rem;
}

@media (max-width: 640px) {
    .gp-float-wa-btn {
        bottom: 16px;
        right: 16px;
        padding: 10px 18px;
        font-size: 12.5px;
    }
}

.gp-wa-top-link {
    gap: 7px;
    border: 1px solid rgba(37, 211, 102, 0.4);
    border-radius: 40px;
    padding: 8px 15px;
    font-size: 12px;
    color: rgb(37, 211, 102);
    background: rgba(37, 211, 102, 0.12);
    backdrop-filter: blur(8px);
}

.gp-wa-top-link:hover {
    background: rgb(37, 211, 102);
    color: rgb(255, 255, 255);
    box-shadow: rgba(37, 211, 102, 0.4) 0px 4px 16px;
}

.gp-contact-btn {
    gap: 6px;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border: 1.5px solid rgb(0, 0, 0);
    padding: 7px 16px;
    border-radius: 40px;
    font-size: 11.5px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 14px;
}

.gp-city, .gp-region-card {
    position: relative;
    background: rgb(255, 255, 255);
    border: 1.5px solid rgb(0, 0, 0);
    box-shadow: var(--shadow-sm);
    transition: transform .4s var(--ease),border-color .4s var(--ease),background .4s var(--ease),color .4s var(--ease),box-shadow .4s var(--ease);
    overflow: hidden;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.gp-contact-btn:hover {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    transform: translateY(-1px);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 6px 20px;
}

.gp-hero-copy {
    max-width: 900px;
    width: 100%;
    margin: 0px auto;
    text-align: center;
    padding-bottom: clamp(26px, 6.5vh, 45px);
    min-height: clamp(140px, 18vh, 190px);
}

.gp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: clamp(10.5px, 2vw, 12px);
    letter-spacing: 2.5px;
    color: var(--accent-gold);
    margin-bottom: clamp(12px, 2vh, 20px);
    max-width: 100%;
}

.gp-eyebrow span {
    width: clamp(20px, 4vw, 34px);
    height: 1px;
    background: rgba(0, 0, 0, 0.25);
    display: inline-block;
    flex-shrink: 0;
}

.gp-headline {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(1.8rem, 5.2vw, 4.4rem);
    line-height: 1.1;
    letter-spacing: 0.2px;
    color: var(--text-main);
    overflow-wrap: break-word;
}

.gp-headline .gp-italic {
    font-style: italic;
    color: var(--text-secondary);
}

.gp-sub {
    max-width: 580px;
    margin: clamp(12px, 2vh, 20px) auto 0px;
    font-size: clamp(14px, 2.2vw, 15.5px);
    line-height: 1.8;
    color: var(--text-secondary);
    font-weight: 300;
    padding: 0px 8px;
}

.gp-cities {
    flex: 1 1 0%;
    display: flex;
    align-items: center;
    max-width: 1180px;
    width: 100%;
    margin: 0px auto;
}

.gp-city-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}

.gp-city {
    gap: clamp(10px, 2vh, 16px);
    padding: clamp(24px, 3.5vh, 34px) clamp(16px, 2vw, 24px) clamp(20px, 3vh, 28px);
    min-height: clamp(210px, 25vh, 250px);
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gp-city.gp-highlight {
    border: 2px solid #000000;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 12px 32px;
}

.gp-region-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 26px;
    max-width: 1280px;
    margin: 0px auto;
}

.gp-region-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding: 38px 24px 32px;
    min-height: 280px;
    border: 1px solid var(--line);
    border-radius: 18px;
}

.gp-region-card:hover {
    transform: translateY(-10px);
    border-color: #000000;
    background: #000000;
    color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 22px 52px;
}

.gp-region-card:hover * {
    color: #ffffff !important;
}

.gp-region-card .gp-city-icon-wrap {
    width: 92px;
    height: 92px;
    border-radius: 50%;
}

.gp-region-card .gp-city-icon-img {
    width: 54px;
    height: 54px;
}

.gp-city-badge-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    background: #000000;
    color: #ffffff;
    font-size: 10.5px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    letter-spacing: 0.6px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
}

.gp-city-bg {
    position: absolute;
    inset: 0px;
    background-size: cover;
    background-position: center center;
    opacity: 0.22;
    transition: transform .7s var(--ease),opacity .5s var(--ease),filter .5s var(--ease);
    filter: saturate(1.2) brightness(0.85);
    z-index: 0;
}

.gp-city-icon-wrap, .gp-city-landmark, .gp-city-name, .gp-city-price {
    position: relative;
    z-index: 1;
}

.gp-city:focus-visible .gp-city-bg, .gp-city:hover .gp-city-bg {
    opacity: 0.55;
    transform: scale(1.08);
    filter: saturate(1.35) brightness(1.02);
}

.gp-city::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: radial-gradient(circle at 50% -10%, rgba(255, 255, 255, 0.1), transparent 60%);
    opacity: 0;
    transition: opacity 0.5s;
    z-index: 1;
}

.gp-city:focus-visible, .gp-city:hover {
    transform: translateY(-8px);
    border-color: rgb(0, 0, 0);
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    box-shadow: var(--shadow-hover);
    display: flex;
    align-items: center;
    justify-content: center;
}

.gp-city:hover::before, .gp-flight.gp-show .gp-flight-caption, .gp-flight.gp-show .gp-flight-path-svg path, .gp-flight.gp-show .gp-plane, .gp-reveal.gp-show .gp-reveal-line {
    opacity: 1;
}

.gp-city-icon-wrap {
    width: clamp(62px, 8vw, 82px);
    height: clamp(62px, 8vw, 82px);
    border: 1.5px solid rgb(0, 0, 0);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s var(--ease);
    background: rgb(248, 249, 250);
    flex-shrink: 0;
}

.gp-city-arrow, .gp-city-price {
    transition: all .4s var(--ease);
}

.gp-city:focus-visible .gp-city-icon-wrap,
.gp-city:hover .gp-city-icon-wrap {
    border-color: #ffffff;
    background: #000000;
    box-shadow: rgba(255, 255, 255, 0.15) 0px 8px 28px;
    transform: scale(1.12);
}

.gp-city-icon-wrap img, .gp-city-icon-wrap svg {
    width: clamp(34px, 4.2vw, 44px);
    height: clamp(34px, 4.2vw, 44px);
    stroke: rgb(0, 0, 0);
    fill: none;
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .6s var(--ease);
    filter: none !important;
}

.gp-city:hover .gp-city-icon-wrap img, .gp-city:hover .gp-city-icon-wrap svg {
    transform: scale(1.1);
    filter: invert(1) brightness(1.4);
}

.gp-city-name {
    font-family: var(--font-display);
    font-size: clamp(17px, 2.2vw, 20px);
    letter-spacing: 0.3px;
    color: var(--text-main);
    line-height: 1.2;
}

.gp-city-landmark {
    font-size: 10px;
    letter-spacing: 0.5px;
    color: var(--text-secondary);
    text-align: center;
    line-height: 1.3;
    overflow-wrap: break-word;
    word-break: normal;
    max-width: 100%;
}

.gp-door, .gp-door-panel, .gp-flight, .gp-reveal {
    overflow: hidden;
}

.gp-city-price {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: var(--text-main);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--line);
    padding: 3px 9px;
    border-radius: 12px;
    margin-top: 2px;
    white-space: nowrap;
}

.gp-city:focus-visible .gp-city-price,
.gp-city:hover .gp-city-price {
    background: #ffffff !important;
    color: #000000 !important;
    border-color: #ffffff !important;
}

.gp-city-arrow {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 13px;
    color: var(--text-dim);
    opacity: 0;
    transform: translate(-4px, 4px);
}

.gp-city:focus-visible .gp-city-arrow,
.gp-city:hover .gp-city-arrow {
    opacity: 1;
    transform: translate(0px, 0px);
    color: #ffffff !important;
}

.gp-trust {
    max-width: 1180px;
    width: 100%;
    margin: clamp(20px, 3.5vh, 40px) auto 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(14px, 3vw, 40px);
    padding-top: 65px;
}

.gp-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11.5px;
    letter-spacing: 0.5px;
    color: rgb(0, 0, 0);
    white-space: nowrap;
}

.gp-trust-item svg {
    width: 16px;
    height: 16px;
    stroke: rgb(0, 0, 0);
    fill: none;
    stroke-width: 1.5;
    flex-shrink: 0;
}

.gp-door {
    position: fixed;
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: opacity 0.2s, visibility 0.2s;
}

.gp-door.gp-show, .gp-flight.gp-show {
    opacity: 1;
    visibility: visible;
    display: block !important;
}

.gp-door-panel {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: calc(1.5px + 50vw);
    height: 100%;
    background: rgb(255, 255, 255);
    border: 1.5px solid rgb(0, 0, 0);
    transition: transform 1.6s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    z-index: 1;
}

.gp-door-portal-wrap, .gp-door-text-content {
    width: 100vw;
    display: flex;
    position: absolute;
}

.gp-door-portal-wrap {
    top: 0px;
    bottom: 0px;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.gp-door-portal-wrap.left {
    left: 0px;
    right: auto;
}

.gp-door-portal-wrap.right {
    right: 0px;
    left: auto;
}

.gp-portal-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.gp-portal-ring.ring-outer {
    width: clamp(260px, 82vw, 680px);
    height: clamp(260px, 82vw, 680px);
    border: 1.5px solid rgba(0, 0, 0, 0.25);
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 45px;
}

.gp-portal-ring.ring-mid {
    width: clamp(200px, 64vw, 520px);
    height: clamp(200px, 64vw, 520px);
    border: 1.5px dashed rgba(0, 0, 0, 0.45);
}

.gp-portal-ring.ring-inner {
    width: clamp(140px, 46vw, 360px);
    height: clamp(140px, 46vw, 360px);
    border: 2px solid rgb(0, 0, 0);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 30px;
}

.gp-door-panel.left {
    left: 0px;
    transform: translateX(-100%);
}

.gp-door-panel.right {
    right: 0px;
    transform: translateX(100%);
}

.gp-door.gp-show .gp-door-panel.left, .gp-door.gp-show .gp-door-panel.right {
    transform: translateX(0px);
}

.gp-door-text-content {
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.gp-door-eyebrow {
    font-size: clamp(11px, 1.8vw, 15px);
    letter-spacing: 4px;
    color: var(--accent-gold);
    margin-bottom: 12px;
    font-weight: 400;
}

.gp-door-title {
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 7vw, 6.2rem);
    font-weight: 600;
    letter-spacing: clamp(4px, 1vw, 10px);
    color: rgb(0, 0, 0);
    text-shadow: rgba(0, 0, 0, 0.15) 0px 2px 20px;
    line-height: 1;
    margin: 0px;
    white-space: nowrap;
    transition: transform 1.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 1.2s;
    transform: scale(0.65);
    opacity: 0;
    text-rendering: geometricprecision;
}

.gp-door.gp-show .gp-door-title {
    transform: scale(1);
    opacity: 1;
}

.gp-door-sub {
    font-size: clamp(10.5px, 1.8vw, 15px);
    letter-spacing: clamp(1.5px, 0.8vw, 3.5px);
    color: var(--text-secondary);
    margin-top: 14px;
    font-weight: 400;
    white-space: nowrap;
}

.gp-reveal-city, .gp-touchdown-display {
    font-weight: 600;
    font-family: var(--font-display);
}

.gp-door.gp-opening .gp-door-panel.left {
    transform: translateX(-100%);
    transition: transform 2.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.gp-door.gp-opening .gp-door-panel.right {
    transform: translateX(100%);
    transition: transform 2.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.gp-door.gp-opening .gp-door-text-content {
    opacity: 0;
    transition: opacity 0.4s;
}

.gp-door-flash {
    position: absolute;
    inset: 0px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.95) 0px, rgba(255, 255, 255, 0.5) 40%, transparent 70%);
    opacity: 0;
    z-index: 10;
}

.gp-door.gp-flash .gp-door-flash {
    animation: 1.2s ease-out 0s 1 normal forwards running doorFlash;
}

@keyframes doorFlash {
    0%, 100% {
        opacity: 0;
    }

    35% {
        opacity: 0.85;
    }
}

.gp-flight {
    position: fixed;
    z-index: 9998;
    background: rgb(255, 255, 255);
    display: none;
    opacity: 0;
    transition: opacity 0.35s;
}

.gp-flight-stars {
    position: absolute;
    inset: 0px;
    background-image: radial-gradient(1.5px 1.5px at 12% 22%, rgba(255, 255, 255, 0.4), transparent), radial-gradient(1.5px 1.5px at 28% 68%, rgba(255, 255, 255, 0.35), transparent), radial-gradient(1px 1px at 44% 14%, rgba(255, 255, 255, 0.4), transparent), radial-gradient(1.5px 1.5px at 63% 40%, rgba(255, 255, 255, 0.3), transparent), radial-gradient(1px 1px at 77% 66%, rgba(255, 255, 255, 0.4), transparent), radial-gradient(1.5px 1.5px at 91% 18%, rgba(255, 255, 255, 0.35), transparent), radial-gradient(1px 1px at 8% 80%, rgba(255, 255, 255, 0.3), transparent), radial-gradient(1.5px 1.5px at 55% 85%, rgba(255, 255, 255, 0.35), transparent);
    opacity: 0.8;
}

.gp-flight-path-svg {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
}

.gp-flight-path-svg path {
    fill: none;
    stroke: rgb(0, 0, 0);
    stroke-width: 0.8;
    stroke-dasharray: 2, 3;
    vector-effect: non-scaling-stroke;
    filter: drop-shadow(rgba(0, 0, 0, 0.3) 0px 0px 3px);
    opacity: 0;
    transition: opacity 0.5s 0.15s;
}

.gp-flight-marker {
    position: absolute;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    opacity: 0;
    transition: opacity 0.4s;
}

.gp-modal-backdrop, .gp-reveal {
    display: none;
    visibility: hidden;
}

.gp-form, .gp-reveal {
    flex-direction: column;
    gap: 14px;
}

.gp-flight-marker#gpDestMarker {
    transform: translate(-50%, -50%);
}

.gp-flight.gp-show .gp-flight-marker {
    opacity: 1;
    transition-delay: 0.25s;
}

.gp-dot-marker {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgb(0, 0, 0);
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 8px;
}

.gp-flight-marker#gpDestMarker.gp-landing-zoom {
    transform: translate(-50%, -50%) scale(1.6);
    transition: transform .6s var(--ease),filter .6s var(--ease);
    filter: drop-shadow(rgba(0, 0, 0, 0.4) 0px 0px 14px);
}

.gp-touchdown-display {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.2);
    font-size: clamp(2.8rem, 10vw, 8rem);
    letter-spacing: clamp(3px, 1.2vw, 14px);
    color: rgb(255, 255, 255);
    min-height: 1em;
    white-space: nowrap;
    opacity: 0;
    filter: blur(14px);
    pointer-events: none;
    z-index: 100;
    transition: transform 1.8s cubic-bezier(0.16, 1, 0.3, 1), left 1.8s cubic-bezier(0.16, 1, 0.3, 1), top 1.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 1s, filter 1.2s;
    max-width: 95vw;
    text-align: center;
}

.gp-touchdown-display.gp-active {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    filter: blur(0px);
    top: 50% !important;
    left: 50% !important;
}

.gp-dot-marker.dest.pulse {
    background: #000000;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 20px, rgba(0, 0, 0, 0.15) 0px 0px 40px;
    transform: scale(1.8);
    transition: transform .5s var(--ease),background .5s var(--ease),box-shadow .5s var(--ease);
}

.gp-dot-marker.pulse::after {
    content: "";
    position: absolute;
    inset: -12px;
    border: 1.5px solid #000000;
    border-radius: 50%;
    animation: 1.2s ease-out 0s infinite normal none running markerPulse;
}

@keyframes markerPulse {
    0% {
        transform: scale(0.3);
        opacity: 1;
    }

    100% {
        transform: scale(3.5);
        opacity: 0;
    }
}

.gp-flight-marker-label {
    font-size: clamp(9px, 2vw, 10.5px);
    letter-spacing: 1.5px;
    color: var(--text-secondary);
    white-space: nowrap;
    transition: opacity 0.3s;
}

.gp-flight-caption, .gp-reveal-landmark {
    text-align: center;
    max-width: 90vw;
    white-space: normal;
}

.gp-plane {
    position: absolute;
    width: clamp(40px, 5.5vw, 54px);
    height: clamp(40px, 5.5vw, 54px);
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 0;
    color: rgb(0, 0, 0);
    fill: rgb(0, 0, 0);
    z-index: 100;
    pointer-events: none;
    transition: opacity 0.35s;
    filter: drop-shadow(rgba(0, 0, 0, 0.35) 0px 2px 8px);
}

.gp-plane svg {
    width: 100%;
    height: 100%;
    display: block;
}

.gp-flight-caption {
    position: absolute;
    bottom: 9%;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(10px, 2.5vw, 11.5px);
    letter-spacing: clamp(1.5px, 0.8vw, 3px);
    color: var(--text-secondary);
    opacity: 0;
    transition: opacity 0.3s;
    width: 100%;
    padding: 0px 12px;
}

.gp-reveal {
    position: fixed;
    inset: 0px;
    z-index: 9998;
    background: rgb(255, 255, 255);
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s;
    padding: 24px 16px;
}

.gp-reveal-bg, .gp-reveal-mask {
    position: absolute;
    inset: 0px;
    pointer-events: none;
}

.gp-reveal-bg {
    background-size: cover;
    background-position: center center;
    opacity: 0;
    filter: brightness(0.96) saturate(1.1);
    transform: scale(1.8);
    transition: transform 1.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.8s, filter 0.8s;
    z-index: 0;
    will-change: transform, opacity;
}

.gp-reveal-mask {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.35) 0px, rgba(255, 255, 255, 0.9) 100%);
    z-index: 1;
}

.gp-reveal-city, .gp-reveal-eyebrow, .gp-reveal-landmark, .gp-reveal-line {
    position: relative;
    z-index: 10;
    opacity: 0;
}

.gp-modal-backdrop.gp-active, .gp-reveal.gp-show {
    opacity: 1;
    visibility: visible;
    display: flex !important;
}

.gp-reveal.gp-show .gp-reveal-bg {
    opacity: 0.9;
    transform: scale(1);
    filter: brightness(0.96) saturate(1.1);
}

.gp-reveal-eyebrow {
    font-size: clamp(10px, 2.2vw, 12px);
    letter-spacing: clamp(2px, 0.8vw, 4px);
    color: #000000 !important;
    transform: translateY(8px);
    transition: all .5s var(--ease) .1s;
    text-align: center;
    max-width: 90vw;
    text-shadow: 0 1px 6px rgba(255, 255, 255, 0.9);
}

.gp-reveal-city {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: clamp(2.5rem, 8vw, 6rem);
    line-height: 1.1;
    letter-spacing: clamp(3px, 1vw, 8px);
    color: #000000 !important;
    text-transform: uppercase;
    transform: translateY(14px) scale(0.97);
    transition: all .6s var(--ease) .2s;
    text-align: center;
    max-width: 90vw;
    overflow-wrap: break-word;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.12), 0 0 30px rgba(255, 255, 255, 0.85) !important;
}

.gp-form-group label, .gp-reveal-landmark {
    text-transform: uppercase;
    font-weight: 500;
}

.gp-reveal-landmark {
    font-size: clamp(11px, 2.2vw, 13px);
    letter-spacing: clamp(2px, 0.8vw, 4px);
    color: #222222 !important;
    transform: translateY(8px);
    transition: all .5s var(--ease) .32s;
    padding: 0px 12px;
    line-height: 1.4;
    text-shadow: 0 1px 6px rgba(255, 255, 255, 0.9);
}

.gp-reveal.gp-show .gp-reveal-eyebrow, .gp-reveal.gp-show .gp-reveal-landmark {
    opacity: 1;
    transform: translateY(0px);
}

.gp-reveal.gp-show .gp-reveal-city {
    opacity: 1;
    transform: translateY(0px) scale(1);
}

.gp-reveal-line {
    width: 2px;
    height: clamp(28px, 4vh, 38px);
    background: linear-gradient(180deg, transparent, #000000, transparent) !important;
    transition: opacity 0.5s 0.2s;
}

.gp-modal-backdrop {
    position: fixed;
    inset: 0px;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(8px);
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.35s, visibility 0.35s;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.gp-modal-card {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    max-width: 540px;
    width: 100%;
    padding: 38px 34px 32px;
    box-shadow: rgba(0, 0, 0, 0.85) 0px 24px 60px;
    position: relative;
    transform: translateY(20px) scale(0.96);
    transition: all .35s var(--ease);
    border: 2px solid rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    max-height: 88vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
}

.gp-modal-backdrop.gp-active .gp-modal-card {
    transform: translateY(0px) scale(1);
}

.gp-modal-close {
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 22px;
    background: 0px 0px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    cursor: pointer;
    color: rgb(0, 0, 0);
    line-height: 1;
    transition: color 0.2s;
}

.gp-modal-close:hover {
    color: #000000;
    opacity: 0.6;
    transform: scale(1.15);
}

.gp-modal-title {
    font-family: var(--font-display);
    font-size: 24px;
    color: rgb(0, 0, 0);
    margin-bottom: 4px;
}

.gp-modal-sub {
    font-size: 13px;
    color: var(--text-secondary);
    margin-bottom: 22px;
}

.gp-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
}

.gp-form-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.gp-form-group label {
    font-size: 11px;
    letter-spacing: 0.5px;
    color: var(--text-secondary);
}

.select-wrapper {
    position: relative !important;
    width: 100% !important;
    display: block !important;
}

.select-wrapper::after {
    content: "" !important;
    position: absolute !important;
    right: 14px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 0px !important;
    height: 0px !important;
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    border-top: 6px solid #000000 !important;
    pointer-events: none !important;
    z-index: 10 !important;
}

.gp-input, .gp-select {
    width: 100%;
    padding: 10px 14px;
    font-family: var(--font-body);
    font-size: 13.5px;
    border: 1.5px solid #cbd5e1;
    border-radius: 6px;
    background: #ffffff !important;
    color: #000000 !important;
    -webkit-text-fill-color: #000000 !important;
    outline: 0px;
    transition: border-color 0.3s, background 0.3s;
}

.gp-select,
.gp-modal-card select,
.select-wrapper select,
select.gp-select {
    width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;
    line-height: 1.3 !important;
    padding: 10px 36px 10px 14px !important;
    font-family: var(--font-body), system-ui, -apple-system, sans-serif !important;
    font-size: 14px !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: 6px !important;
    background-color: #ffffff !important;
    background: #ffffff !important;
    color: #000000 !important;
    -webkit-text-fill-color: #000000 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    box-sizing: border-box !important;
    outline: none !important;
    vertical-align: middle !important;
    cursor: pointer !important;
}

.gp-select option {
    background-color: #ffffff !important;
    color: #000000 !important;
    padding: 10px !important;
    font-size: 14px !important;
}

.gp-input:focus, .gp-select:focus {
    border-color: #000000 !important;
    background: #ffffff !important;
    color: #000000 !important;
    box-shadow: 0 0 0 1px #000000 !important;
}

/* Modal Form & Phone Input Explicit Overrides */
.gp-modal-card input:not([type="checkbox"]),
.gp-modal-card input[type="tel"],
.gp-modal-card input[type="text"],
.gp-modal-card input[type="email"],
.gp-modal-card select,
.gp-modal-card input.phone-input,
.gp-modal-card .iti input,
.gp-modal-card .iti input[type="tel"],
input[type="tel"]:not(.bannerForm input),
input.phone-input:not(.bannerForm input),
.phone-input:not(.bannerForm input),
#phone_contact,
#phone {
    background-color: #ffffff !important;
    background: #ffffff !important;
    color: #000000 !important;
    -webkit-text-fill-color: #000000 !important;
    caret-color: #000000 !important;
    line-height: normal !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    opacity: 1 !important;
}

.gp-modal-card input::placeholder,
input[type="tel"]::placeholder,
input.phone-input::placeholder,
.phone-input::placeholder,
#phone_contact::placeholder {
    color: #64748b !important;
    -webkit-text-fill-color: #64748b !important;
    opacity: 1 !important;
}

input[type="tel"]:-webkit-autofill,
input.phone-input:-webkit-autofill,
.gp-modal-card input:-webkit-autofill,
.iti input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
    -webkit-text-fill-color: #000000 !important;
    box-shadow: 0 0 0 30px #ffffff inset !important;
    background-color: #ffffff !important;
    color: #000000 !important;
}

.iti {
    width: 100% !important;
    position: relative !important;
    display: block !important;
}

.iti__flag-container {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    padding: 0 !important;
    z-index: 25 !important;
    pointer-events: auto !important;
    display: flex !important;
    align-items: center !important;
}

.iti input,
.iti input[type="tel"],
.iti input[type="text"],
.phone-input {
    width: 100% !important;
    padding-left: 96px !important;
    box-sizing: border-box !important;
    position: relative !important;
    z-index: 1 !important;
}

.iti__selected-flag {
    position: relative !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 10px 0 12px !important;
    background-color: #f8fafc !important;
    background: #f8fafc !important;
    border-right: 1.5px solid #000000 !important;
    border-radius: 7px 0 0 7px !important;
    outline: none !important;
    z-index: 25 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    transition: border-color 0.2s ease, background-color 0.2s ease !important;
}

.bannerForm .iti__selected-flag {
    background-color: rgba(255, 255, 255, 0.1) !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border-right: 1.5px solid rgba(255, 255, 255, 0.4) !important;
    border-radius: 7px 0 0 7px !important;
}

.gp-modal-card .iti__selected-flag {
    background-color: #f8fafc !important;
    background: #f8fafc !important;
    border-right: 1.5px solid #000000 !important;
    border-radius: 7px 0 0 7px !important;
}

.iti__selected-flag:hover,
.iti__selected-flag:focus {
    background-color: #e2e8f0 !important;
    border-right-color: #000000 !important;
}

.bannerForm .iti__selected-flag:hover,
.bannerForm .iti__selected-flag:focus {
    border-right-color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.iti--container {
    z-index: 999999 !important;
    position: absolute !important;
    pointer-events: auto !important;
}

.iti--container .iti__country-list,
.iti__country-list {
    max-width: 340px !important;
    background-color: #ffffff !important;
    border: 1.5px solid #cbd5e1 !important;
    color: #000000 !important;
    border-radius: 8px !important;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 16px 40px !important;
    z-index: 999999 !important;
    pointer-events: auto !important;
    max-height: 240px !important;
    overflow-y: auto !important;
}

.iti__country {
    color: #000000 !important;
    background-color: #ffffff !important;
    padding: 8px 12px !important;
    font-size: 13px !important;
    cursor: pointer !important;
}

.iti__country.iti__highlight, .iti__country:hover {
    background-color: #f1f5f9 !important;
    color: #000000 !important;
}

.gp-modal-card .iti__selected-dial-code,
.iti:not(.bannerForm .iti) .iti__selected-dial-code {
    color: #000000 !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
}

.bannerForm .iti__selected-dial-code {
    color: #ffffff !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
}

.iti__country-name {
    color: #000000 !important;
    margin-right: 6px !important;
}

.iti__dial-code {
    color: #475569 !important;
}

.gp-modal-card .iti__arrow,
.iti:not(.bannerForm .iti) .iti__arrow {
    border-top-color: #000000 !important;
}

.gp-modal-card .iti__arrow--up,
.iti:not(.bannerForm .iti) .iti__arrow--up {
    border-bottom-color: #000000 !important;
}

.bannerForm .iti__arrow {
    border-top-color: #ffffff !important;
}

.bannerForm .iti__arrow--up {
    border-bottom-color: #ffffff !important;
}

.gp-submit-btn {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: 1.5px solid rgb(0, 0, 0);
    cursor: pointer;
    margin-top: 4px;
    transition: 0.3s;
}

.gp-submit-btn:hover {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border-color: rgb(0, 0, 0);
    box-shadow: rgba(255, 255, 255, 0.3) 0px 4px 16px;
}

.gp-consent-box {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 10px !important;
    width: 100% !important;
    margin-top: 14px !important;
    box-sizing: border-box !important;
}

.gp-consent-box input[type="checkbox"],
.gp-modal-card input[type="checkbox"],
input[type="checkbox"]#vehicle1 {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    max-width: 16px !important;
    max-height: 16px !important;
    flex-shrink: 0 !important;
    margin-top: 2px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    appearance: auto !important;
    -webkit-appearance: checkbox !important;
    accent-color: #000000 !important;
    cursor: pointer !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
}

.gp-consent-label {
    flex: 1 !important;
    min-width: 0 !important;
    width: auto !important;
    font-size: 11.5px !important;
    line-height: 1.45 !important;
    color: #475569 !important;
    cursor: pointer !important;
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
}

.gp-consent-label a {
    color: #000000 !important;
    text-decoration: underline !important;
    font-weight: 500 !important;
}

.gp-swipe-hint {
    display: none;
}

@keyframes subtlePulse {
    0%, 100% {
        opacity: 0.6;
        transform: translateX(0);
    }
    50% {
        opacity: 0.95;
        transform: translateX(3px);
    }
}

@media (max-width: 1180px) {
    .gp-city-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .gp-cities {
        width: 100%;
        max-width: 100%;
        overflow: visible;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
        margin-top: 10px;
    }

    .gp-city-grid {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
        gap: 12px !important;
        padding: 10px 18px 18px 18px !important;
        margin: 0 -16px !important;
        width: calc(100% + 32px) !important;
        box-sizing: border-box !important;
        cursor: grab;
        user-select: none;
        -webkit-user-select: none;
    }

    .gp-city-grid::-webkit-scrollbar {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
    }

    .gp-city-grid:active {
        cursor: grabbing;
    }

    .gp-city {
        flex: 0 0 142px !important;
        width: 142px !important;
        min-width: 142px !important;
        max-width: 148px !important;
        min-height: 182px !important;
        height: auto !important;
        scroll-snap-align: start !important;
        border-radius: 14px !important;
        padding: 18px 10px 16px !important;
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        touch-action: pan-x pan-y !important;
    }

    .gp-city-icon-wrap {
        width: 56px !important;
        height: 56px !important;
    }

    .gp-city-icon-wrap img, .gp-city-icon-wrap svg {
        width: 28px !important;
        height: 28px !important;
    }

    .gp-city-name {
        font-size: 16.5px !important;
        margin-top: 6px !important;
    }

    .gp-swipe-hint {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: 11px;
        font-weight: 500;
        color: var(--text-secondary);
        letter-spacing: 0.8px;
        text-transform: uppercase;
        margin-top: 4px;
        margin-bottom: 8px;
        opacity: 0.7;
        animation: subtlePulse 2.5s ease-in-out infinite;
    }

    .gp-flight-marker#gpDestMarker.gp-landing-zoom {
        transform: translate(-50%, -50%) scale(1.35);
    }

    .gp-flight-marker#gpDestMarker.gp-landing-zoom .gp-flight-marker-label {
        font-size: clamp(1.8rem, 8.5vw, 3.8rem);
        letter-spacing: clamp(1px, 0.8vw, 4px);
        max-width: 92vw;
    }

    .gp-door-title, .gp-touchdown-display {
        font-size: clamp(1.8rem, 8.5vw, 4.5rem);
        letter-spacing: clamp(1px, 0.8vw, 5px);
        max-width: 92vw;
    }

    .gp-door-eyebrow {
        font-size: clamp(10px, 2.2vw, 13px);
        letter-spacing: 2.5px;
        margin-bottom: 8px;
    }

    .gp-door-panel .gp-handle {
        height: 50px;
        width: 2px;
    }

    .gp-door-panel.left .gp-handle {
        right: 14px;
    }

    .gp-door-panel.right .gp-handle {
        left: 14px;
    }

    .gp-plane {
        width: 26px;
        height: 26px;
    }

    .gp-trust {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px 20px;
        justify-items: center;
    }
}

@media (max-width: 580px) {
    .gp-trust {
        grid-template-columns: repeat(2, 1fr);
    }

    .gp-topbar {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding-bottom: 18px;
        min-height: auto;
        width: 100%;
    }

    .gp-topbar-right {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 100%;
        max-width: 100%;
        flex-flow: column wrap;
        min-height: auto;
    }

    .gp-nri-pill {
        font-size: 10px;
        padding: 5px 10px;
    }

    .gp-contact-btn {
        font-size: 10.5px;
        padding: 5px 12px;
    }

    .gp-hero-copy {
        padding-bottom: 20px;
        min-height: auto;
    }

    .gp-headline {
        font-size: clamp(1.6rem, 6.8vw, 2.8rem);
    }

    .gp-city-landmark {
        font-size: 9px;
    }

    .gp-city-price {
        font-size: 9.5px;
        padding: 2px 7px;
    }

    .gp-door-title {
        font-size: clamp(1.6rem, 8.8vw, 4rem);
        letter-spacing: clamp(1px, 0.8vw, 4px);
        max-width: 95vw;
    }

    .gp-modal-card {
        padding: 24px 18px 20px;
        max-width: 94vw;
        border-radius: 12px;
        max-height: 88vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box;
    }

    .gp-trust {
        gap: 12px 10px;
        padding-top: 16px;
        margin-top: 20px;
    }

    .gp-trust-item {
        font-size: 10.5px;
        letter-spacing: 0.4px;
    }

    .gp-flight-caption, .gp-reveal-eyebrow, .gp-reveal-landmark {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .gp-flight-marker#gpDestMarker.gp-landing-zoom .gp-flight-marker-label {
        font-size: clamp(1.5rem, 8vw, 2.8rem);
        letter-spacing: 1px;
        max-width: 90vw;
    }
}

@media (max-width: 380px) {
    .gp-nri-pill {
        font-size: 10px;
        padding: 5px 10px;
    }

    .gp-brand-text {
        font-size: 16px;
    }

    .gp-city-landmark {
        font-size: 8.5px;
    }

    .gp-trust {
        grid-template-columns: 1fr;
        justify-items: start;
        max-width: 260px;
    }
}

@media (max-height: 740px) {
    .gp-section {
        padding-top: 16px;
        padding-bottom: 16px !important;
    }

    .gp-topbar {
        padding-bottom: 16px;
    }

    .gp-hero-copy {
        padding-bottom: 18px;
    }

    .gp-eyebrow {
        margin-bottom: 10px;
    }

    .gp-sub {
        margin-top: 10px;
    }

    .gp-city {
        padding-top: 14px;
        padding-bottom: 12px;
        min-height: auto;
    }

    .gp-trust {
        margin-top: 16px;
        padding-top: 12px;
    }
}

.gp-float-wa-btn {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 99999;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(37, 211, 102);
    border: 3px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    box-shadow: rgba(37, 211, 102, 0.65) 0px 8px 25px, rgba(0, 0, 0, 0.5) 0px 4px 14px;
    transition: 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    animation: 2.8s ease-in-out 0s infinite normal none running floatPulseWa;
}

.gp-float-wa-btn:hover {
    transform: scale(1.14) translateY(-3px);
    background: rgb(18, 140, 126);
    color: rgb(255, 255, 255);
    box-shadow: rgba(37, 211, 102, 0.85) 0px 12px 32px, rgba(37, 211, 102, 0.7) 0px 0px 28px;
    animation-play-state: paused;
}

.gp-float-wa-btn svg {
    animation: 3.6s ease-in-out 0s infinite normal none running floatIconShake;
    filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 2px 4px);
}

@keyframes floatPulseWa {
    0%, 100% {
        transform: translateY(0px) scale(1);
        box-shadow: rgba(37, 211, 102, 0.65) 0px 8px 25px, rgba(37, 211, 102, 0.6) 0px 0px 0px 0px;
    }

    50% {
        transform: translateY(-6px) scale(1.05);
        box-shadow: rgba(37, 211, 102, 0.75) 0px 14px 30px, rgba(37, 211, 102, 0) 0px 0px 0px 14px;
    }
}

@keyframes floatIconShake {
    0%, 100%, 82% {
        transform: rotate(0deg);
    }

    86% {
        transform: rotate(10deg);
    }

    90% {
        transform: rotate(-10deg);
    }

    94% {
        transform: rotate(6deg);
    }
}

.gp-mobile-bottom-bar {
    display: none;
}

@media (max-width: 768px) {
    body, main {
        padding-bottom: 75px !important;
    }

    .gp-float-wa-btn {
        display: none !important;
    }

    .gp-mobile-bottom-bar {
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        width: 100%;
        z-index: 99999;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: rgb(255, 255, 255);
        border-top: 1.5px solid rgb(0, 0, 0);
        box-shadow: rgba(0, 0, 0, 0.8) 0px -8px 24px;
        padding: 9px 12px;
        gap: 8px;
        backdrop-filter: blur(16px);
    }

    .gp-mbar-btn {
        flex: 1 1 0%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        padding: 11px 8px;
        border-radius: 8px;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0.4px;
        text-decoration: none;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: none;
        cursor: pointer;
        white-space: nowrap;
        transition: transform 0.15s, background 0.15s;
    }

    .gp-mbar-btn:active {
        transform: scale(0.97);
    }

    .gp-mbar-wa {
        background: rgb(37, 211, 102);
        color: rgb(255, 255, 255);
        box-shadow: rgba(37, 211, 102, 0.35) 0px 4px 14px;
    }

    .gp-mbar-call {
        background: rgb(0, 0, 0);
        color: rgb(255, 255, 255);
        border: 1px solid rgb(0, 0, 0);
        font-weight: 700;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 14px;
    }
}

.gp-city:focus-visible .gp-city-name,
.gp-city:hover .gp-city-name {
    color: #ffffff !important;
}

.gp-city:focus-visible .gp-city-landmark,
.gp-city:hover .gp-city-landmark {
    color: #cccccc !important;
}

.gp-city:focus-visible .gp-city-arrow,
.gp-city:hover .gp-city-arrow {
    color: #ffffff !important;
}

.gp-city:focus-visible .gp-city-icon-wrap,
.gp-city:hover .gp-city-icon-wrap {
    background: #000000 !important;
    border-color: #ffffff !important;
}

.gp-city:focus-visible .gp-city-icon-wrap img,
.gp-city:focus-visible .gp-city-icon-wrap svg,
.gp-city:hover .gp-city-icon-wrap img,
.gp-city:hover .gp-city-icon-wrap svg {
    filter: invert(1) !important;
    stroke: #ffffff !important;
}

.gp-disclaimer-notice {
    padding-bottom: 12px;
    font-size: 0.85rem;
    background: rgb(255, 255, 255) !important;
    color: rgb(51, 51, 51) !important;
}

.gp-disclaimer-notice strong {
    margin: 13px 0px;
    color: rgb(0, 0, 0) !important;
}

.gp-disclaimer-notice #gpReadMoreBtn,
#gpReadMoreBtn {
    background: #000000 !important;
    color: #ffffff !important;
    border: 1.5px solid #000000 !important;
    padding: 6px 16px !important;
    border-radius: 20px !important;
    font-size: 0.775rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.25s ease !important;
}

.gp-disclaimer-notice #gpReadMoreBtn:hover,
#gpReadMoreBtn:hover {
    background: #ffffff !important;
    color: #000000 !important;
    border-color: #000000 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

.gp-disclaimer-notice a {
    color: rgb(0, 0, 0) !important;
    text-decoration: underline !important;
}

.gp-flight.gp-show .gp-plane {
    opacity: 1 !important;
    visibility: visible !important;
}

.gp-flight.gp-show .gp-flight-path-svg path {
    opacity: 1 !important;
}

.gp-flight.gp-show .gp-flight-caption {
    opacity: 1 !important;
}

.gp-flight.gp-show .gp-flight-marker {
    opacity: 1 !important;
}

/* ==========================================================================
   Agent RERA Cards Responsive Styling
   ========================================================================== */
.footer-rera-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
    margin: 24px auto 28px;
    max-width: 1200px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 16px;
}

.rera-card {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 16px 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
    transition: border-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.rera-card:hover {
    border-color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.rera-card .rera-label {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000 !important;
    margin-bottom: 6px;
    display: block;
    font-weight: 700;
    line-height: 1.3;
}

.rera-card .rera-val {
    font-size: 13px;
    color: #333333 !important;
    font-weight: 500;
    margin: 0;
    word-break: break-all;
    overflow-wrap: anywhere;
    max-width: 100%;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .footer-rera-grid {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        margin: 20px auto 24px !important;
        padding: 0 12px !important;
        width: 100% !important;
    }
    .rera-card {
        padding: 14px 16px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .rera-card .rera-val {
        font-size: 13px !important;
        word-break: break-all !important;
        overflow-wrap: anywhere !important;
    }
}

@media (max-width: 480px) {
    .footer-rera-grid {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
        padding: 0 8px !important;
    }
    .rera-card {
        padding: 12px 14px !important;
    }
    .rera-card .rera-label {
        font-size: 10.5px !important;
    }
    .rera-card .rera-val {
        font-size: 12px !important;
    }
}

/* ==========================================================================
   HIGH-IMPACT ANIMATED "NEW LAUNCH" LUXURY PATCH SYSTEM
   ========================================================================== */
.badge-new-launch.is-new-launch {
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: linear-gradient(135deg, #991b1b 0%, #dc2626 40%, #ea580c 100%) !important;
  color: #ffffff !important;
  border: 1.5px solid #facc15 !important;
  outline: 1.5px dashed rgba(255, 240, 160, 0.75) !important;
  outline-offset: -3.5px !important;
  font-size: 11.5px !important;
  font-weight: 900 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  padding: 8px 18px 8px 14px !important;
  border-radius: 4px 16px 4px 16px !important;
  z-index: 15 !important;
  overflow: hidden !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8) !important;
  box-shadow: 0 6px 20px rgba(220, 38, 38, 0.55), 0 0 14px rgba(250, 204, 21, 0.4), 0 2px 6px rgba(0, 0, 0, 0.6) !important;
  animation: gpPatchRadar 2.4s infinite ease-in-out !important;
  cursor: pointer !important;
}

/* Pulsing Gold Diamond Sparkle Icon */
.badge-new-launch.is-new-launch::before {
  content: '✦' !important;
  display: inline-block !important;
  font-size: 13px !important;
  line-height: 1 !important;
  color: #fef08a !important;
  text-shadow: 0 0 8px #facc15 !important;
  animation: gpSparkleTwinkle 1.8s infinite ease-in-out !important;
  flex-shrink: 0 !important;
}

/* High-Gloss Diagonal Laser Sheen */
.badge-new-launch.is-new-launch::after {
  content: '' !important;
  position: absolute !important;
  top: -50% !important;
  left: -150% !important;
  width: 80% !important;
  height: 200% !important;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.6) 50%, transparent 100%) !important;
  transform: rotate(28deg) !important;
  animation: gpLaserSweep 2.8s infinite ease-in-out !important;
  pointer-events: none !important;
}

@keyframes gpPatchRadar {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.7), 0 0 10px rgba(250, 204, 21, 0.4), 0 4px 12px rgba(0, 0, 0, 0.5);
  }
  50% {
    transform: scale(1.03) translateY(-2px);
    box-shadow: 0 0 0 8px rgba(220, 38, 38, 0), 0 0 24px rgba(234, 88, 12, 0.8), 0 8px 22px rgba(0, 0, 0, 0.7);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(220, 38, 38, 0), 0 0 10px rgba(250, 204, 21, 0.4), 0 4px 12px rgba(0, 0, 0, 0.5);
  }
}

@keyframes gpSparkleTwinkle {
  0%, 100% {
    transform: scale(0.9) rotate(0deg);
    opacity: 0.85;
  }
  50% {
    transform: scale(1.25) rotate(15deg);
    opacity: 1;
    filter: drop-shadow(0 0 6px #fff);
  }
}

@keyframes gpLaserSweep {
  0%, 40% {
    left: -150%;
  }
  100% {
    left: 200%;
  }
}

/* ==========================================================================
   MOBILE INPUT VISIBILITY & TOUCH FIX (PREVENTS INVISIBLE TYPING & AUTO-ZOOM)
   ========================================================================== */
@media (max-width: 768px) {
  /* 1. Prevent iOS Auto-Zoom & ensure line-height doesn't vertically clip characters */
  .gp-input,
  .gp-select,
  .gp-modal-card input,
  .gp-modal-card select,
  .gp-modal-card textarea,
  .gp-modal-card .iti input,
  .bannerForm input,
  .bannerForm select,
  .bannerForm textarea,
  .bannerForm .iti input,
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  select {
    font-size: 16px !important; /* >= 16px prevents iOS Safari auto-zoom */
    line-height: normal !important; /* normal prevents clipping & caret offset */
    height: 46px !important;
    box-sizing: border-box !important;
  }

  /* 2. White Theme Form (Modal) Strict Input Visibility */
  .gp-modal-card input,
  .gp-modal-card select,
  .gp-modal-card .gp-input,
  .gp-modal-card input[type="text"],
  .gp-modal-card input[type="tel"],
  .gp-modal-card input[type="email"],
  .gp-modal-card input.phone-input,
  .gp-modal-card .iti input {
    background-color: #ffffff !important;
    background: #ffffff !important;
    color: #000000 !important;
    -webkit-text-fill-color: #000000 !important;
    caret-color: #000000 !important;
    border: 1.5px solid #cbd5e1 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .gp-modal-card input:focus,
  .gp-modal-card select:focus,
  .gp-modal-card .gp-input:focus {
    background-color: #ffffff !important;
    color: #000000 !important;
    -webkit-text-fill-color: #000000 !important;
    caret-color: #000000 !important;
    border-color: #000000 !important;
  }

  /* 3. Dark Theme Form (Hero Banner Form) Strict Input Visibility */
  .bannerForm input,
  .bannerForm select,
  .bannerForm .gp-input,
  .bannerForm input[type="text"],
  .bannerForm input[type="tel"],
  .bannerForm input[type="email"],
  .bannerForm input.phone-input,
  .bannerForm .iti input {
    background-color: #181b24 !important;
    background: #181b24 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    caret-color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .bannerForm input:focus,
  .bannerForm select:focus,
  .bannerForm .gp-input:focus {
    background-color: #181b24 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    caret-color: #ffffff !important;
    border-color: #ffffff !important;
  }

  /* 4. Modal Scroll & Virtual Keyboard Clearance */
  .gp-modal-backdrop {
    align-items: flex-start !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 16px 12px 80px !important;
  }

  .gp-modal-card {
    margin: 20px auto 40px !important;
    max-height: none !important;
    min-height: auto !important;
    overflow: visible !important;
  }
}
