:root {
    --primary: #f26a21;
    --primary-dark: #c9490d;
    --secondary: #0f766e;
    --secondary-dark: #0f4f4b;
    --dark: #122033;
    --muted: #64748b;
    --light: #fff8f1;
    --white: #ffffff;
    --border: #e8edf3;
    --shadow: 0 20px 50px rgba(15, 23, 42, .14);
    --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: 'Poppins', Arial, sans-serif;
    color: var(--dark);
    background: #ffffff;
    line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }

.top-strip {
    background: linear-gradient(90deg, var(--dark), #193252);
    color: #eef6ff;
    font-size: 13px;
}
.top-strip-inner {
    min-height: 38px;
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.site-header { position: sticky; top: 0; z-index: 50; background: var(--white); box-shadow: 0 10px 24px rgba(15, 23, 42, .08); }
.navbar { background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.nav-inner { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex !important; align-items: center; gap: 12px; font-weight: 900; white-space: nowrap; }
.brand-mark {
    width: 54px; height: 54px; border-radius: 19px;
    display: grid; place-items: center;
    background:
        radial-gradient(circle at 72% 25%, rgba(255,255,255,.72) 0 7px, transparent 8px),
        linear-gradient(135deg, var(--primary), #ffbc58 48%, var(--secondary));
    color: white; font-weight: 900; box-shadow: 0 14px 30px rgba(242, 106, 33, .32);
    position: relative; overflow: hidden; flex: 0 0 auto;
}
.brand-mark::after { content:''; position:absolute; width: 36px; height: 36px; border: 2px solid rgba(255,255,255,.50); border-radius:50%; }
.brand-svg { width: 34px; height: 34px; position: relative; z-index: 1; filter: drop-shadow(0 3px 4px rgba(0,0,0,.18)); }
.brand-text { display:flex; flex-direction:column; justify-content:center; min-width:0; }
.brand-name {
    display: inline-block;
    font-family: 'Playfair Display', serif;
    font-size: clamp(22px, 2.3vw, 30px);
    line-height: 1;
    letter-spacing: -.35px;
    color: var(--dark);
    white-space: nowrap;
}
.brand-tagline { font-size: 10px; line-height: 1; margin-top: 4px; color: var(--secondary); letter-spacing: .7px; text-transform: none; font-weight: 900; }
.footer-brand .brand-name { color: #fff; }
.footer-brand .brand-tagline { color: #ffdfbd; }
.nav-links { display: flex; align-items: center; gap: 8px; }
.nav-links a { padding: 10px 13px; border-radius: 999px; font-size: 14px; font-weight: 800; color: #26384f; text-transform: uppercase; letter-spacing: .45px; }
.nav-links a:hover, .nav-links a.active { color: var(--primary-dark); background: #fff0e7; }
.menu-toggle { display: none; border: 0; background: var(--primary); color: #fff; border-radius: 12px; padding: 10px 13px; font-size: 22px; }

.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    border: 0; cursor: pointer;
    padding: 13px 22px; border-radius: 999px;
    background: linear-gradient(135deg, var(--primary), #ffac39);
    color: white !important; font-weight: 800;
    box-shadow: 0 14px 28px rgba(242, 106, 33, .28);
    transition: transform .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(242, 106, 33, .35); }
.btn-secondary { background: linear-gradient(135deg, var(--secondary), #19a39a); box-shadow: 0 14px 28px rgba(15, 118, 110, .25); }
.btn-light { background: #fff; color: var(--primary-dark) !important; box-shadow: none; }
.btn-outline { background: transparent; color: var(--dark) !important; border: 1px solid var(--border); box-shadow: none; }
.btn-danger { background: linear-gradient(135deg, #e11d48, #fb7185); box-shadow: 0 14px 28px rgba(225,29,72,.22); }
.btn-small { padding: 9px 16px !important; font-size: 14px !important; }

.hero {
    position: relative;
    min-height: 690px;
    display: flex; align-items: center;
    overflow: hidden;
    background: linear-gradient(120deg, rgba(6, 18, 35, .84), rgba(13, 64, 75, .48)), url('https://images.unsplash.com/photo-1524492412937-b28074a5d7da?auto=format&fit=crop&w=1800&q=85') center/cover no-repeat;
    color: #fff;
}
.hero::after {
    content: ''; position: absolute; inset: auto 0 0 0; height: 160px;
    background: linear-gradient(0deg, #fff, rgba(255,255,255,0));
}
.hero-content { position: relative; z-index: 2; max-width: 790px; padding: 80px 0 120px; }
.eyebrow { display: inline-flex; gap: 8px; align-items: center; color: #ffe5c8; font-weight: 800; text-transform: uppercase; letter-spacing: 1.6px; font-size: 13px; }
h1, h2, h3 { line-height: 1.15; margin: 0 0 16px; }
h1 { font-family: 'Playfair Display', serif; font-size: clamp(43px, 7vw, 82px); font-weight: 800; }
h2 { font-family: 'Playfair Display', serif; font-size: clamp(32px, 4vw, 52px); }
h3 { font-size: 22px; }
.hero p { font-size: 18px; color: #f6fbff; max-width: 700px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.hero-stats { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.stat-card { min-width: 150px; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.25); backdrop-filter: blur(12px); padding: 16px 20px; border-radius: 22px; }
.stat-card strong { display: block; font-size: 30px; line-height: 1; }
.stat-card span { font-size: 13px; color: #eaf2f8; }

.section { padding: 84px 0; }
.section-soft { background: linear-gradient(180deg, #fff8f1, #ffffff); }
.section-title { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 36px; }
.section-title p { color: var(--muted); max-width: 640px; margin: 0; }
.center { text-align: center; }
.center p { margin-left: auto; margin-right: auto; }

.search-card {
    position: relative; z-index: 5; margin-top: -76px;
    background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow);
    padding: 28px; display: grid; grid-template-columns: 1.3fr 1fr 1fr auto; gap: 14px; align-items: end;
}
.form-group label { display: block; font-size: 13px; color: var(--muted); font-weight: 700; margin-bottom: 6px; }
input, textarea, select {
    width: 100%; border: 1px solid var(--border); border-radius: 16px;
    padding: 13px 14px; font-family: inherit; font-size: 15px; outline: none; background: #fff;
}
textarea { min-height: 130px; resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--primary); box-shadow: 0 0 0 4px rgba(242,106,33,.12); }

.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.intro-panel {
    display: grid; grid-template-columns: minmax(0, 1.2fr) .8fr; gap: 28px; align-items: stretch;
}
.intro-text, .highlight-box {
    background: #fff; border: 1px solid var(--border); border-radius: 30px; padding: 34px; box-shadow: 0 14px 30px rgba(15,23,42,.07);
}
.intro-text p { color: var(--muted); font-size: 16px; }
.highlight-box { background: linear-gradient(135deg, #0c1726, #11605d); color: #fff; position: relative; overflow: hidden; }
.highlight-box::after { content:'भारत'; position:absolute; right:-10px; bottom:-30px; font-size: 92px; font-weight: 900; opacity:.08; }
.highlight-list { display:grid; gap:14px; margin-top: 18px; }
.highlight-list div { display:flex; gap:12px; align-items:flex-start; }
.highlight-list strong { display:block; color:#ffdfbd; }
.highlight-list span { color:#dff7f3; }

.package-card, .service-card, .info-card, .admin-card, .destination-card {
    background: var(--white); border: 1px solid var(--border); border-radius: var(--radius);
    overflow: hidden; box-shadow: 0 14px 30px rgba(15,23,42,.07);
    transition: transform .2s ease, box-shadow .2s ease;
}
.package-card:hover, .service-card:hover, .info-card:hover, .destination-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.package-card { display:flex; flex-direction:column; }
.package-image { position: relative; height: 178px; overflow: hidden; background: #dde7ef; display:block; }
.package-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.package-card:hover .package-image img { transform: scale(1.06); }
.badge { display: inline-flex; align-items: center; background: #e7fff7; color: #047667; padding: 7px 12px; border-radius: 999px; font-weight: 800; font-size: 12px; }
.package-image .badge { position: absolute; left: 14px; top: 14px; background: rgba(255,255,255,.94); color: var(--primary-dark); }
.package-body { padding: 20px; display:flex; flex-direction:column; flex:1; }
.package-meta { display: flex; gap: 10px; flex-wrap: wrap; color: var(--muted); font-size: 13px; margin-bottom: 10px; }
.package-title, .package-body h3 { font-size: 27px; font-weight: 900; letter-spacing: -.3px; color: var(--dark); }
.package-title:hover { color: var(--primary-dark); }
.price { color: var(--primary-dark); font-weight: 900; font-size: 20px; margin-top:auto; }
.card-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 18px; }

.service-card, .info-card { padding: 28px; }
.icon-pill { width: 58px; height: 58px; display: grid; place-items: center; font-size: 26px; background: #fff2e7; border-radius: 18px; margin-bottom: 18px; color: var(--primary-dark); }
.icon-pill svg { width: 30px; height: 30px; display:block; fill:none; stroke:currentColor; stroke-width:1.9; stroke-linecap:round; stroke-linejoin:round; }
.service-card p, .info-card p, .package-body p { color: var(--muted); }

.destination-cards { display:grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.destination-card img { width:100%; height: 155px; object-fit: cover; }
.destination-card div { padding: 18px; }
.destination-card h3 { font-size: 21px; margin-bottom:8px; }
.destination-card p { color: var(--muted); margin:0; font-size:14px; }
.destination-strip { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; align-items: stretch; }
.big-photo, .small-photo { min-height: 450px; border-radius: 32px; overflow: hidden; position: relative; box-shadow: var(--shadow); }
.small-photo { min-height: 210px; }
.big-photo img, .small-photo img { width: 100%; height: 100%; object-fit: cover; }
.photo-stack { display: grid; gap: 24px; }
.overlay-caption { position: absolute; left: 24px; right: 24px; bottom: 24px; color: white; padding: 20px; border-radius: 22px; background: linear-gradient(135deg, rgba(15,23,42,.8), rgba(15,118,110,.45)); backdrop-filter: blur(8px); }
.overlay-caption p { margin: 0; color: #e6fff9; }

.experience-band {
    display:grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
    background: linear-gradient(135deg, #fff7ed, #ecfdf5); border: 1px solid #ffedd5;
    border-radius: 32px; padding: 28px;
}
.feature-item { background:#fff; border:1px solid var(--border); border-radius:22px; padding:22px; }
.feature-icon { width: 38px; height: 38px; border-radius: 13px; display:inline-grid; place-items:center; background:#fff2e7; margin-right: 8px; vertical-align: middle; }
.feature-icon svg { width: 22px; height: 22px; fill: var(--primary-dark); display:block; }
.experience-band strong { display:inline-block; font-size: 24px; color: var(--primary-dark); margin-bottom:6px; vertical-align: middle; }
.experience-band .feature-item > span:last-child { display:block; color: var(--muted); margin-top:8px; }

.page-hero {
    padding: 105px 0;
    color: #fff;
    background: linear-gradient(120deg, rgba(9, 20, 35, .78), rgba(242, 106, 33, .32)), url('https://images.unsplash.com/photo-1532664189809-02133fee698d?auto=format&fit=crop&w=1800&q=85') center/cover no-repeat;
}
.page-hero p { max-width: 680px; color: #f5f8fb; font-size: 18px; }
.breadcrumbs { color: #ffdfbd; font-weight: 700; margin-bottom: 14px; }

.package-detail-hero {
    min-height: 520px; display: flex; align-items: end; color: #fff; position: relative; overflow: hidden;
    background: var(--dark); padding: 110px 0 60px;
}
.package-detail-hero::before { content:''; position:absolute; inset:0; background: linear-gradient(180deg, rgba(8,18,30,.25), rgba(8,18,30,.82)); z-index:1; }
.package-detail-hero img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.package-detail-content { position: relative; z-index: 2; max-width: 850px; }
.detail-meta { display:flex; flex-wrap:wrap; gap:12px; margin: 18px 0; }
.detail-meta span { background: rgba(255,255,255,.16); border:1px solid rgba(255,255,255,.22); padding: 10px 14px; border-radius: 999px; font-weight:700; }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 34px; align-items: start; }
.sidebar-card { position: sticky; top: 128px; background:#fff; border:1px solid var(--border); border-radius:var(--radius); padding:26px; box-shadow:var(--shadow); }
.list-check { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.list-check li { padding-left: 30px; position: relative; }
.list-check li::before { content:'✓'; position:absolute; left:0; top:0; color:#0f9f76; font-weight:900; }
.list-cross li::before { content:'×'; color:#e11d48; }
.itinerary { display: grid; gap: 16px; }
.day-card { border:1px solid var(--border); border-radius:20px; padding:22px; background:#fff; }
.day-card strong { color: var(--primary-dark); }

.contact-grid { display:grid; grid-template-columns: minmax(0, 1fr) 420px; gap: 30px; align-items:start; }
.contact-card { background:#fff; border:1px solid var(--border); border-radius:var(--radius); box-shadow:var(--shadow); padding:28px; }
.map-box { overflow:hidden; border-radius: var(--radius); min-height: 360px; border:1px solid var(--border); }
.map-box iframe { width:100%; height:420px; border:0; display:block; }
.alert { padding: 14px 16px; border-radius: 16px; margin-bottom: 18px; font-weight: 700; }
.alert-success { background:#e9fff5; color:#047857; border:1px solid #a7f3d0; }
.alert-warning { background:#fff7ed; color:#c2410c; border:1px solid #fed7aa; }
.error-list { background:#fff1f2; color:#be123c; border:1px solid #fecdd3; padding:14px 18px; border-radius:16px; margin-bottom:18px; }
.honeypot { position:absolute; left:-5000px; opacity:0; }

.admin-wrap { padding: 44px 0; background: #f8fafc; min-height:100vh; }
.admin-nav { background:#122033; color:white; padding:16px 0; }
.admin-nav .container { display:flex; justify-content:space-between; align-items:center; gap:14px; flex-wrap:wrap; }
.admin-nav a { margin-left:12px; color:white; font-weight:700; }
.admin-card { padding:26px; }
.admin-table { width:100%; border-collapse: collapse; background:#fff; border-radius:18px; overflow:hidden; }
.admin-table th, .admin-table td { text-align:left; border-bottom:1px solid var(--border); padding:14px; vertical-align: top; }
.admin-table th { background:#fff3e8; color:#8a3a0a; }
.admin-actions { display:flex; gap:8px; flex-wrap:wrap; }
.help-text { color:var(--muted); font-size:13px; margin-top:5px; }
.checkbox-row { display:flex; gap:10px; align-items:center; margin: 8px 0 18px; font-weight:700; }
.checkbox-row input { width:auto; }
.upload-panel { border:1px dashed #f2b486; background:#fffaf4; border-radius:20px; padding:18px; margin: 12px 0 18px; }
.image-preview { margin-top:14px; display:flex; align-items:center; gap:14px; flex-wrap:wrap; }
.image-preview img { width: 180px; height: 105px; object-fit:cover; border-radius:14px; border:1px solid var(--border); background:#fff; }
.image-preview span { color:var(--muted); font-weight:700; }

.cta-band {
    background: linear-gradient(135deg, var(--dark), #135f60);
    color: #fff; border-radius: 34px; padding: 48px;
    display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap;
    overflow:hidden; position:relative;
}
.cta-band::after { content:'✈'; position:absolute; right:34px; bottom:-40px; font-size:160px; opacity:.08; }
.cta-band p { color:#d8f4ef; max-width: 680px; }

.site-footer { background:#0c1726; color:#d9e5f2; padding-top:58px; }
.footer-grid { display:grid; grid-template-columns: 1.4fr .7fr 1fr 1fr; gap: 34px; }
.footer-brand { color:#fff; margin-bottom:16px; }
.site-footer h3 { color:#fff; font-size:18px; }
.site-footer a { display:block; color:#d9e5f2; margin: 9px 0; }
.site-footer .brand { display:inline-flex !important; }
.site-footer a:hover { color:#ffbc58; }
.footer-contact { color:#ffdfbd; font-weight:700; }
.footer-bottom { margin-top:42px; padding:18px 0; background:#08111d; color:#9fb1c8; font-size:14px; }

@media (max-width: 1080px) {
    .destination-cards { grid-template-columns: repeat(2, 1fr); }
    .nav-links a { padding: 9px 10px; font-size: 14px; }
}

@media (max-width: 980px) {
    .top-strip-inner { justify-content: center; text-align:center; }
    .menu-toggle { display:block; }
    .nav-links {
        display:none; position:absolute; top:116px; left:18px; right:18px; background:#fff;
        border:1px solid var(--border); box-shadow:var(--shadow); border-radius:24px; padding:14px;
        flex-direction:column; align-items:stretch;
    }
    .nav-links.open { display:flex; }
    .nav-links a { border-radius:14px; }
    .hero { min-height: 620px; }
    .search-card { grid-template-columns: 1fr; margin-top: -54px; }
    .grid-3, .grid-4, .detail-layout, .contact-grid, .footer-grid, .destination-strip, .intro-panel, .experience-band { grid-template-columns: 1fr; }
    .sidebar-card { position: static; }
}

@media (max-width: 640px) {
    .container { width: min(100% - 24px, 1180px); }
    .top-strip { display:none; }
    .nav-inner { height: 70px; }
    .nav-links { top: 80px; }
    .brand-mark { width:42px; height:42px; border-radius:14px; }
    .brand-name { font-size: 20px; }
    .brand-tagline { font-size: 9px; }
    .hero-content { padding: 60px 0 100px; }
    h1 { font-size: 42px; }
    .section { padding: 60px 0; }
    .section-title { display:block; }
    .grid-2 { grid-template-columns: 1fr; }
    .destination-cards { grid-template-columns: 1fr; }
    .package-image { height: 170px; }
    .package-title, .package-body h3 { font-size: 24px; }
    .cta-band, .intro-text, .highlight-box { padding: 28px; border-radius: 26px; }
    .card-actions, .hero-actions { flex-direction: column; }
    .btn { width: 100%; }
    .admin-table { display:block; overflow-x:auto; }
}

/* Fleet photo gallery */
.fleet-section { position: relative; }
.fleet-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.fleet-card {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 230px;
    border: 0;
    padding: 0;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(15, 23, 42, .12);
    cursor: pointer;
}
.fleet-card img {
    width: 100%;
    height: 100%;
    min-height: 230px;
    object-fit: cover;
    transition: transform .5s ease, filter .5s ease;
}
.fleet-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 48%, rgba(10, 20, 35, .78));
    opacity: .9;
}
.fleet-card span {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 15px;
    z-index: 1;
    color: #fff;
    font-weight: 800;
    font-size: 15px;
    text-align: left;
    letter-spacing: .2px;
}
.fleet-card:hover img { transform: scale(1.08); filter: saturate(1.08); }
.fleet-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 28px;
    background: rgba(7, 13, 24, .92);
}
.fleet-lightbox.open { display: flex; }
body.fleet-lightbox-open { overflow: hidden; }
.fleet-lightbox-content {
    width: min(1060px, 100%);
    max-height: calc(100vh - 70px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.fleet-lightbox-content img {
    max-width: 100%;
    max-height: calc(100vh - 130px);
    object-fit: contain;
    border-radius: 22px;
    box-shadow: 0 24px 70px rgba(0,0,0,.42);
    background: #fff;
}
.fleet-lightbox-caption {
    color: #fff;
    font-weight: 800;
    text-align: center;
}
.fleet-lightbox-caption small {
    margin-left: 8px;
    opacity: .78;
    font-weight: 600;
}
.fleet-lightbox-close,
.fleet-lightbox-nav {
    position: absolute;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: rgba(255,255,255,.18);
    cursor: pointer;
    backdrop-filter: blur(8px);
    transition: transform .2s ease, background .2s ease;
}
.fleet-lightbox-close:hover,
.fleet-lightbox-nav:hover { transform: translateY(-1px); background: rgba(255,255,255,.28); }
.fleet-lightbox-close {
    top: 18px;
    right: 20px;
    width: 46px;
    height: 46px;
    font-size: 34px;
    line-height: 1;
}
.fleet-lightbox-nav {
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
    font-size: 44px;
    line-height: 1;
}
.fleet-lightbox-nav:hover { transform: translateY(-50%) scale(1.04); }
.fleet-lightbox-prev { left: 24px; }
.fleet-lightbox-next { right: 24px; }

@media (max-width: 1024px) {
    .fleet-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 760px) {
    .fleet-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .fleet-card, .fleet-card img { min-height: 190px; border-radius: 18px; }
    .fleet-lightbox { padding: 16px; }
    .fleet-lightbox-nav { width: 44px; height: 44px; font-size: 36px; }
    .fleet-lightbox-prev { left: 10px; }
    .fleet-lightbox-next { right: 10px; }
    .fleet-lightbox-close { top: 10px; right: 10px; }
}
@media (max-width: 520px) {
    .fleet-grid { grid-template-columns: 1fr; }
    .fleet-card, .fleet-card img { min-height: 240px; }
}

.fleet-lightbox.open .fleet-lightbox-content img { animation: fleetZoomIn .22s ease; }
@keyframes fleetZoomIn {
    from { transform: scale(.94); opacity: .72; }
    to { transform: scale(1); opacity: 1; }
}


/* Requested refinements */
.section-title.center {
    display: block;
    text-align: center;
}
.section-title.center > div {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}
.section-title.center p,
.page-hero .center p {
    margin-left: auto;
    margin-right: auto;
}
.brand-logo-img {
    width: 250px;
    height: auto;
    max-height: 64px;
    object-fit: contain;
    display: block;
}
.footer-brand .brand-logo-img {
    width: 260px;
    height: auto;
    max-height: 70px;
    background: transparent;
    filter: drop-shadow(0 5px 12px rgba(0,0,0,.22));
}
.fleet-card::after,
.fleet-card span {
    display: none;
}
.fleet-lightbox-caption small {
    margin-left: 0;
}
@media (max-width: 1080px) {
    .brand-logo-img { width: 220px; }
}
@media (max-width: 640px) {
    .brand-logo-img {
        width: 205px;
        max-height: 52px;
    }
    .footer-brand .brand-logo-img { width: 220px; max-height: 62px; }
}


.hs-travels-float {
    position: fixed;
    left: 18px;
    bottom: 18px;
    z-index: 120;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 19px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--secondary), var(--primary));
    color: #fff !important;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .2px;
    box-shadow: 0 16px 35px rgba(15, 23, 42, .28);
    border: 1px solid rgba(255,255,255,.38);
}
.hs-travels-float::before {
    content: '✈';
    display: inline-grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(255,255,255,.18);
}
.hs-travels-float:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 42px rgba(15, 23, 42, .34);
}
@media (max-width: 640px) {
    .hs-travels-float {
        left: 12px;
        bottom: 12px;
        padding: 10px 15px;
        font-size: 14px;
    }
}

/* Latest refinements */
.nav-whatsapp {
    width: 42px;
    height: 42px;
    padding: 0 !important;
    border-radius: 999px !important;
    display: inline-grid !important;
    place-items: center;
    background: linear-gradient(135deg, #22c55e, #16a34a) !important;
    color: #fff !important;
    box-shadow: 0 12px 24px rgba(34,197,94,.28);
}
.nav-whatsapp svg {
    width: 24px;
    height: 24px;
    display: block;
    fill: currentColor;
}
.nav-whatsapp:hover {
    transform: translateY(-2px);
    color: #fff !important;
    background: linear-gradient(135deg, #16a34a, #15803d) !important;
}
.single-line-heading {
    white-space: nowrap;
    font-size: clamp(30px, 3.6vw, 50px);
}
.skynest-home-highlight {
    padding-top: 72px;
    padding-bottom: 72px;
    background: linear-gradient(135deg, #0c1726, #11605d);
    color: #fff;
}
.skynest-teaser {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    border-radius: 34px;
    padding: 38px 42px;
    background: linear-gradient(135deg, rgba(255,255,255,.13), rgba(255,255,255,.05));
    border: 1px solid rgba(255,255,255,.18);
    box-shadow: 0 24px 60px rgba(0,0,0,.18);
}
.skynest-teaser h2 { margin-bottom: 10px; }
.skynest-teaser p {
    color: #e7fff9;
    margin: 0;
    max-width: 820px;
}
.skynest-page-hero {
    background: linear-gradient(120deg, rgba(9, 20, 35, .82), rgba(15, 118, 110, .36)), url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=85') center/cover no-repeat;
}
.skynest-intro-panel .highlight-box::after { content: '⛰'; }
.skynest-highlight-box .highlight-list strong { color: #ffdfbd; }

@media (max-width: 1080px) {
    .single-line-heading { font-size: clamp(27px, 3.5vw, 40px); }
}
@media (max-width: 980px) {
    .nav-whatsapp { width: 100%; height: auto; padding: 11px 14px !important; display: inline-flex !important; }
    .nav-whatsapp::after { content: ' WHATSAPP'; font-size: 14px; font-weight: 900; letter-spacing: .45px; }
    .skynest-teaser { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 640px) {
    .single-line-heading { font-size: clamp(22px, 6vw, 30px); }
    .skynest-teaser { padding: 28px; border-radius: 26px; }
}

/* SkyNest enhanced property highlight */
.skynest-promo-section {
    background: linear-gradient(135deg, #fff7ed, #ecfdf5);
}
.skynest-property-card {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 30px;
    align-items: center;
    padding: 34px;
    border-radius: 36px;
    background: #fff;
    border: 1px solid #ffedd5;
    box-shadow: 0 24px 60px rgba(15, 23, 42, .12);
    overflow: hidden;
    position: relative;
}
.skynest-property-card::after {
    content: '';
    position: absolute;
    width: 240px;
    height: 240px;
    right: -80px;
    top: -90px;
    border-radius: 50%;
    background: rgba(242, 106, 33, .12);
    pointer-events: none;
}
.skynest-property-photos {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 14px;
    min-height: 315px;
    position: relative;
    z-index: 1;
}
.skynest-property-photos img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 26px;
    box-shadow: 0 16px 34px rgba(15, 23, 42, .16);
}
.skynest-photo-main { min-height: 315px; }
.skynest-photo-stack-small {
    display: grid;
    gap: 14px;
}
.skynest-photo-stack-small img { min-height: 150px; }
.skynest-property-content {
    position: relative;
    z-index: 1;
}
.skynest-property-content h2 {
    margin-bottom: 12px;
}
.skynest-property-content p {
    color: var(--muted);
    font-size: 17px;
}
.skynest-property-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}
.skynest-property-points span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 13px;
    border-radius: 999px;
    background: #fff7ed;
    color: var(--primary-dark);
    font-weight: 800;
    font-size: 13px;
    border: 1px solid #fed7aa;
}
.skynest-award-logo {
    width: 124px;
    height: 124px;
    object-fit: contain;
    border-radius: 999px;
    background: rgba(255,255,255,.94);
    padding: 10px;
    margin: 0 auto 18px;
    display: block;
    box-shadow: 0 18px 44px rgba(0,0,0,.22);
}
.client-list-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 30px;
    padding: 34px;
    box-shadow: 0 14px 30px rgba(15,23,42,.07);
}
.client-list {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    columns: 2;
    column-gap: 32px;
}
.client-list li {
    break-inside: avoid;
    position: relative;
    padding-left: 28px;
    margin-bottom: 13px;
    color: var(--muted);
}
.client-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: #0f9f76;
    font-weight: 900;
}
.client-list-card p { color: var(--dark); margin-bottom: 0; }

@media (max-width: 980px) {
    .skynest-property-card,
    .skynest-property-photos {
        grid-template-columns: 1fr;
    }
    .skynest-property-photos { min-height: auto; }
    .skynest-photo-stack-small { grid-template-columns: 1fr 1fr; }
    .skynest-photo-main { min-height: 260px; }
    .client-list { columns: 1; }
}
@media (max-width: 640px) {
    .skynest-property-card {
        padding: 22px;
        border-radius: 28px;
    }
    .skynest-photo-stack-small { grid-template-columns: 1fr; }
    .skynest-property-photos img,
    .skynest-photo-main,
    .skynest-photo-stack-small img { min-height: 210px; }
    .skynest-award-logo { width: 100px; height: 100px; }
    .client-list-card { padding: 24px; border-radius: 24px; }
}
