
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&family=Playfair+Display:wght@700;800&display=swap');
*{margin:0;padding:0;box-sizing:border-box;font-family:'Inter',sans-serif}
body{background:#f8fafc;color:#0f172a;line-height:1.6;padding-bottom:0;overflow-x:hidden}
header{position:sticky;top:0;z-index:100;background:#fff;box-shadow:0 2px 20px rgba(0,0,0,.08);backdrop-filter:blur(10px)}
.nav{max-width:1280px;margin:auto;display:flex;justify-content:space-between;align-items:center;padding:12px 20px}
.logo-wrap{display:flex;align-items:center;gap:14px}
.logo-wrap a{display:flex;align-items:center;gap:14px;text-decoration:none}
.logo-wrap img{height:68px;width:auto;object-fit:contain;display:block;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;-webkit-backface-visibility:hidden;filter:contrast(1.1) brightness(1.02)}
.logo-text{font-size:22px;font-weight:900;color:#0F4C75;line-height:1;letter-spacing:-0.5px}
.logo-text span{display:block;font-size:11px;color:#FF6B35;letter-spacing:1.5px;font-weight:700;margin-top:2px;text-transform:uppercase}
nav{display:flex;align-items:center;flex-wrap:wrap}
nav a{margin:0 9px;text-decoration:none;color:#334155;font-weight:600;font-size:14px;position:relative;transition:.2s}
nav a:hover{color:#FF6B35}
nav a::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#FF6B35;transition:.2s}
nav a:hover::after{width:100%}
.btn{background:linear-gradient(135deg,#FF6B35 0%,#f97316 100%);color:#fff;padding:12px 26px;border-radius:30px;text-decoration:none;font-weight:700;border:none;cursor:pointer;display:inline-block;transition:.2s;font-size:14px;box-shadow:0 4px 14px rgba(255,107,53,0.25)}
.btn:hover{background:linear-gradient(135deg,#e85a2a 0%,#ea580c 100%);transform:translateY(-2px);box-shadow:0 8px 20px rgba(255,107,53,0.35)}
.btn-white{background:#fff;color:#0F4C75;border:1.5px solid #e2e8f0;box-shadow:0 2px 8px rgba(0,0,0,.04)}
.btn-white:hover{background:#f8fafc;border-color:#0F4C75;color:#0F4C75}
.btn-dark{background:linear-gradient(135deg,#0F4C75 0%,#1e5a8a 100%);color:#fff;box-shadow:0 4px 14px rgba(15,76,117,0.25)}
.hamburger{display:none;font-size:26px;cursor:pointer;background:none;border:none;color:#0F4C75;padding:8px}
.hero{position:relative;min-height:700px;background:linear-gradient(90deg,rgba(11,46,74,0.88) 0%,rgba(15,76,117,0.65) 55%,rgba(15,76,117,0.35) 100%),url('../images/travel_collage_hero.webp') center/cover no-repeat;display:flex;align-items:center;padding:50px 0;overflow:hidden}
.hero-inner{max-width:1280px;margin:auto;padding:0 20px;width:100%;display:flex;gap:40px;align-items:flex-start}
.hero-left{flex:1.2;color:#fff;min-width:0}
.trusted-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,0.15);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.3);padding:8px 16px;border-radius:20px;font-size:11px;font-weight:700;letter-spacing:0.5px;margin-bottom:20px;white-space:nowrap;box-shadow:0 4px 12px rgba(0,0,0,.15)}
.hero-left h1{font-family:'Playfair Display',serif;font-size:58px;line-height:1.05;margin-bottom:18px;font-weight:800;letter-spacing:-1px;word-wrap:break-word}
.hero-left h1 span{color:#FF6B35;position:relative}
.hero-left h1 span::after{content:'';position:absolute;bottom:4px;left:0;width:100%;height:8px;background:rgba(255,107,53,0.2);z-index:-1}
.hero-sub{font-size:16px;opacity:0.92;line-height:1.6;margin-bottom:22px;word-wrap:break-word}
.hero-badges{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:26px}
.hero-badges span{background:rgba(255,255,255,0.15);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.25);padding:8px 14px;border-radius:20px;font-size:12px;font-weight:600;display:flex;align-items:center;gap:6px;white-space:nowrap;box-shadow:0 2px 8px rgba(0,0,0,.1)}
.hero-btns{display:flex;gap:12px;flex-wrap:wrap}
.hero-right{flex:0.9;display:flex;justify-content:flex-end;min-width:0}
.search-card{background:#fff;border-radius:24px;padding:24px;width:100%;max-width:440px;box-shadow:0 24px 64px rgba(0,0,0,0.3);min-width:0;border:1px solid rgba(255,255,255,0.8)}
.tabs{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}
.tab{padding:9px 16px;border-radius:20px;font-size:12px;font-weight:700;cursor:pointer;border:none;transition:.2s;white-space:nowrap}
.tab.active{background:linear-gradient(135deg,#FF6B35 0%,#f97316 100%);color:#fff;box-shadow:0 4px 12px rgba(255,107,53,0.3)}
.tab.inactive{background:#f1f5f9;color:#64748b}
.tab.inactive:hover{background:#e2e8f0}
.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px}
.field{background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;padding:12px;min-width:0;transition:.2s}
.field:focus-within{border-color:#FF6B35;background:#fff;box-shadow:0 0 0 3px rgba(255,107,53,0.1)}
.field label{font-size:10px;color:#94a3b8;font-weight:700;display:block;margin-bottom:3px;text-transform:uppercase;letter-spacing:0.5px}
.field input,.field select{width:100%;border:none;background:transparent;font-weight:700;font-size:14px;color:#0f172a;outline:none;margin-top:4px}
.lead-fields{background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border:1.5px solid #fed7aa;border-radius:14px;padding:14px;margin:14px 0}
.lead-fields label{font-size:11px;font-weight:700;color:#9a3412;display:block;margin-bottom:8px}
.lead-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.lead-grid input{width:100%;padding:11px 13px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:13px;transition:.2s}
.lead-grid input:focus{border-color:#FF6B35;outline:none;box-shadow:0 0 0 3px rgba(255,107,53,0.1)}
.search-btn{width:100%;background:linear-gradient(135deg,#FF6B35 0%,#f97316 100%);color:#fff;border:none;padding:15px;border-radius:30px;font-weight:800;font-size:15px;cursor:pointer;margin-top:14px;box-shadow:0 8px 20px rgba(255,107,53,0.3);transition:.2s}
.search-btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(255,107,53,0.4)}
.trust-bar{background:linear-gradient(90deg,#0F4C75 0%,#164e7a 100%);color:#fff;padding:16px 20px;display:flex;justify-content:center;gap:40px;flex-wrap:wrap;font-size:13px;box-shadow:0 4px 12px rgba(15,76,117,0.2)}
.trust-item{display:flex;align-items:center;gap:8px;font-weight:600}
.section{max-width:1280px;margin:auto;padding:80px 20px}
.section-header{text-align:center;margin-bottom:50px;max-width:700px;margin-left:auto;margin-right:auto}
.section-header h2{font-family:'Playfair Display',serif;font-size:40px;color:#0F4C75;margin-bottom:12px;font-weight:800;letter-spacing:-1px}
.section-header p{color:#64748b;font-size:16px;line-height:1.6}
.sub{color:#64748b;margin-bottom:28px;font-size:15px}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}
.card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.06);border:1px solid #f1f5f9;transition:.3s}
.card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.12)}
.card img{width:100%;height:220px;object-fit:cover;display:block;background:#e2e8f0}
.card-body{padding:22px}
.price{color:#FF6B35;font-weight:800;font-size:18px;display:flex;justify-content:space-between;align-items:center;margin-top:12px}

/* REDESIGNED Why Choose Section - Professional */
.why-choose-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:30px}
.why-card{background:#fff;border-radius:20px;padding:28px;box-shadow:0 8px 30px rgba(0,0,0,.06);border:1px solid #f1f5f9;transition:.3s;position:relative;overflow:hidden}
.why-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#FF6B35 0%,#f97316 100%);transform:scaleX(0);transition:.3s;transform-origin:left}
.why-card:hover::before{transform:scaleX(1)}
.why-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(0,0,0,.12)}
.why-icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:16px;position:relative}
.why-icon.orange{background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border:1px solid #fed7aa}
.why-icon.blue{background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border:1px solid #bfdbfe}
.why-icon.green{background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border:1px solid #bbf7d0}
.why-icon.purple{background:linear-gradient(135deg,#f5f3ff 0%,#ede9fe 100%);border:1px solid #ddd6fe}
.why-card h3{font-size:18px;font-weight:800;color:#0f172a;margin-bottom:8px}
.why-card p{font-size:14px;color:#64748b;line-height:1.6}
.why-stats{display:flex;gap:24px;margin-top:20px;padding-top:20px;border-top:1px solid #f1f5f9}
.why-stat{flex:1}
.why-stat b{font-size:24px;font-weight:800;color:#0F4C75;display:block}
.why-stat span{font-size:12px;color:#64748b}

/* REDESIGNED Testimonials - Professional */
.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:24px;margin-top:30px}
.testimonial-card{background:#fff;border-radius:20px;padding:28px;box-shadow:0 8px 30px rgba(0,0,0,.06);border:1px solid #f1f5f9;transition:.3s;position:relative}
.testimonial-card::before{content:'“';position:absolute;top:16px;right:24px;font-size:64px;font-family:'Playfair Display',serif;color:#f1f5f9;font-weight:800;line-height:1}
.testimonial-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(0,0,0,.1)}
.stars{color:#f59e0b;font-size:16px;letter-spacing:2px;margin-bottom:12px}
.testimonial-text{font-style:italic;font-size:15px;line-height:1.6;color:#334155;margin-bottom:20px;position:relative;z-index:1}
.testimonial-author{display:flex;align-items:center;gap:14px;padding-top:16px;border-top:1px solid #f1f5f9}
.author-avatar{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;color:#fff;font-size:16px;box-shadow:0 4px 12px rgba(0,0,0,.15);flex-shrink:0}
.author-info{flex:1;min-width:0}
.author-name{font-weight:700;font-size:15px;color:#0f172a;word-wrap:break-word}
.author-meta{font-size:12px;color:#64748b;display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:2px}
.verified-badge{background:#f0fdf4;color:#166534;padding:2px 8px;border-radius:20px;font-size:10px;font-weight:700;display:inline-flex;align-items:center;gap:3px;border:1px solid #bbf7d0}

/* REDESIGNED Blog - Professional */
.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:28px;margin-top:30px}
.blog-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.06);border:1px solid #f1f5f9;transition:.3s;position:relative}
.blog-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(0,0,0,.12)}
.blog-card img{width:100%;height:220px;object-fit:cover;display:block;background:#e2e8f0;transition:.3s}
.blog-card:hover img{transform:scale(1.05)}
.blog-img-wrap{overflow:hidden;position:relative}
.blog-badge{position:absolute;top:14px;left:14px;background:rgba(255,255,255,0.95);backdrop-filter:blur(10px);padding:6px 12px;border-radius:20px;font-size:11px;font-weight:700;color:#0F4C75;box-shadow:0 4px 12px rgba(0,0,0,.1);border:1px solid rgba(255,255,255,0.8)}
.blog-meta{font-size:11px;color:#475569;margin-bottom:10px;display:flex;gap:12px;align-items:center;flex-wrap:wrap}.blog-meta span{background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;padding:5px 9px;color:#475569}.blog-meta b{color:#0f4c75;font-weight:800}
.blog-meta span{display:flex;align-items:center;gap:4px}
.blog-title{font-size:19px;font-weight:800;color:#0f172a;line-height:1.3;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.blog-desc{font-size:13px;color:#64748b;line-height:1.6;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.blog-footer{display:flex;justify-content:space-between;align-items:center;padding-top:14px;border-top:1px solid #f1f5f9;margin-top:4px}
.read-more{color:#FF6B35;font-weight:700;font-size:13px;text-decoration:none;display:flex;align-items:center;gap:6px;transition:.2s}
.read-more:hover{gap:10px;color:#e85a2a}

.page-header{background:linear-gradient(135deg,#0F4C75 0%,#1a6fb0 50%,#2196F3 100%);color:#fff;padding:80px 20px;text-align:center;position:relative;overflow:hidden}
.page-header::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,0.1) 0%,transparent 60%);pointer-events:none}
.page-header h1{font-family:'Playfair Display',serif;font-size:44px;position:relative;z-index:1;letter-spacing:-0.5px}
.page-header p{position:relative;z-index:1;opacity:0.9;margin-top:8px}
.breadcrumb{max-width:1280px;margin:auto;padding:14px 20px;font-size:13px;color:#64748b;background:#fff;border-bottom:1px solid #f1f5f9}
.breadcrumb a{color:#0F4C75;text-decoration:none;font-weight:600}
.detail-layout{display:grid;grid-template-columns:2fr 1fr;gap:30px;max-width:1280px;margin:auto;padding:30px 20px}
.detail-content{background:#fff;border-radius:20px;padding:32px;box-shadow:0 8px 30px rgba(0,0,0,.06);border:1px solid #f1f5f9}
.detail-content img{width:100%;height:360px;object-fit:cover;border-radius:16px;margin-bottom:20px;display:block}
.form-box{background:#fff;border-radius:20px;padding:28px;box-shadow:0 8px 30px rgba(0,0,0,.08);border:1px solid #eef2f7}
.form-box input,.form-box select,.form-box textarea{width:100%;padding:12px 16px;border:1.5px solid #e2e8f0;border-radius:12px;margin-bottom:12px;font-size:14px;transition:.2s}
.form-box input:focus,.form-box select:focus,.form-box textarea:focus{border-color:#FF6B35;outline:none;box-shadow:0 0 0 3px rgba(255,107,53,0.1)}
.footer{background:linear-gradient(135deg,#0B2E4A 0%,#0F4C75 100%);color:#cbd5e1;padding:70px 20px 30px;position:relative}
.footer::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,0.1) 50%,transparent 100%)}
.footer-grid{max-width:1280px;margin:auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:30px}
.footer a{color:#94a3b8;text-decoration:none;display:block;margin:7px 0;font-size:14px;transition:.2s}
.footer a:hover{color:#fff;transform:translateX(4px)}
.mobile-bottom-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e2e8f0;display:none;z-index:999;box-shadow:0 -4px 20px rgba(0,0,0,.1)}
.mobile-bottom-bar div{display:flex}
.mobile-bottom-bar a{flex:1;text-align:center;padding:14px 6px;text-decoration:none;font-weight:800;font-size:13px;display:flex;flex-direction:column;align-items:center;gap:4px}
.modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);z-index:2000;align-items:center;justify-content:center;padding:20px}
.modal.show{display:flex;animation:modalIn .3s ease}
@keyframes modalIn{from{opacity:0;transform:scale(0.95)}to{opacity:1;transform:scale(1)}}
.professional-section{background:#fff;border-radius:20px;padding:32px;box-shadow:0 8px 30px rgba(0,0,0,.06);border:1px solid #f1f5f9;margin-bottom:24px}
.visa-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}
.visa-card{background:#fff;border-radius:16px;padding:22px;box-shadow:0 4px 20px rgba(0,0,0,.06);border:1px solid #f1f5f9;transition:.2s}
.visa-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,.1)}
@media(max-width:900px){.hero-inner{flex-direction:column}.hero-left h1{font-size:36px}.mobile-bottom-bar{display:block}body{padding-bottom:76px}nav{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;flex-direction:column;padding:20px;box-shadow:0 8px 20px rgba(0,0,0,.1);border-top:1px solid #f1f5f9}nav.show{display:flex}.hamburger{display:block}.detail-layout{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.why-choose-grid{grid-template-columns:1fr 1fr}.testimonial-grid{grid-template-columns:1fr}.blog-grid{grid-template-columns:1fr}}
@media(max-width:600px){.footer-grid{grid-template-columns:1fr}.grid{grid-template-columns:1fr}.why-choose-grid{grid-template-columns:1fr}.logo-wrap img{height:60px}.section{padding:50px 16px}.section-header h2{font-size:32px}}


.mobile-bottom-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;display:none;z-index:999;box-shadow:0 -8px 30px rgba(0,0,0,0.12);border-top:1px solid #e2e8f0;padding:8px 12px 10px;border-radius:20px 20px 0 0}
.mobile-bottom-inner{display:flex;gap:8px;align-items:center;justify-content:space-between;max-width:480px;margin:auto}
.mobile-btn{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:10px 6px;border-radius:14px;text-decoration:none;font-weight:700;font-size:11px;transition:.2s;min-height:64px}
.mobile-btn .icon-wrap{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:16px}
.mobile-btn.call{background:linear-gradient(135deg,#0F4C75 0%,#1e5a8a 100%);color:#fff;box-shadow:0 4px 12px rgba(15,76,117,0.25)}
.mobile-btn.call .icon-wrap{background:rgba(255,255,255,0.15)}
.mobile-btn.query{background:linear-gradient(135deg,#FF6B35 0%,#f97316 100%);color:#fff;box-shadow:0 4px 12px rgba(255,107,53,0.3);transform:scale(1.05);border:2px solid #fff}
.mobile-btn.query .icon-wrap{background:rgba(255,255,255,0.2);width:36px;height:36px;font-size:18px}
.mobile-btn.wa{background:linear-gradient(135deg,#25D366 0%,#128C7E 100%);color:#fff;box-shadow:0 4px 12px rgba(37,211,102,0.25)}
.mobile-btn.wa .icon-wrap{background:rgba(255,255,255,0.15)}
.mobile-btn small{font-size:9px;opacity:0.9;font-weight:600;margin-top:1px}
.mobile-safe{height:82px;display:none}
@media(max-width:900px){.mobile-bottom-bar{display:block}.mobile-safe{display:block}}

/* Header & footer logo reliability */
.logo-wrap img{height:58px;width:250px;max-width:100%;object-fit:contain;object-position:left center;filter:none;image-rendering:auto}
.footer-logo{height:54px;width:225px;object-fit:contain;object-position:left center;background:rgba(255,255,255,.98);border-radius:10px;padding:5px 10px}
@media(max-width:600px){.logo-wrap img{height:50px;width:205px}.footer-logo{height:48px;width:200px}}
/* Premium package detail page */
.package-hero{background:#fff;border-bottom:1px solid #e8eef4}
.package-hero-inner{max-width:1280px;margin:auto;padding:18px 20px 28px;display:grid;grid-template-columns:1.25fr .75fr;gap:34px;align-items:center}
.package-visual{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 18px 50px rgba(15,76,117,.16);min-height:390px}
.package-visual img{width:100%;height:390px;object-fit:cover;display:block}
.package-badge{position:absolute;left:18px;top:18px;background:rgba(255,255,255,.94);color:#0F4C75;padding:8px 13px;border-radius:999px;font-size:12px;font-weight:800;box-shadow:0 8px 20px rgba(0,0,0,.12)}
.package-price-card{background:linear-gradient(145deg,#0b2e4a,#0F4C75);color:#fff;border-radius:24px;padding:30px;box-shadow:0 18px 50px rgba(15,76,117,.22);position:relative;overflow:hidden}
.package-price-card:after{content:'';position:absolute;width:180px;height:180px;border-radius:50%;right:-80px;top:-80px;background:rgba(255,255,255,.08)}
.package-kicker{text-transform:uppercase;letter-spacing:1.6px;font-size:11px;font-weight:800;color:#fdba74;margin-bottom:8px}
.package-price-card h1{font-family:'Playfair Display',serif;font-size:38px;line-height:1.1;margin-bottom:12px;position:relative;z-index:1}
.package-rating{font-size:13px;color:#e2e8f0;margin-bottom:20px}.package-price{font-size:32px;font-weight:900;color:#fff}.package-price small{font-size:12px;font-weight:500;color:#cbd5e1}.package-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.package-actions .btn{padding:11px 18px}.package-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:22px}.package-trust div{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:10px;font-size:11px;text-align:center;color:#e2e8f0}
.package-main{max-width:1280px;margin:auto;padding:36px 20px 80px;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:28px}.package-left{min-width:0}.package-section{background:#fff;border:1px solid #e8eef4;border-radius:20px;padding:28px;margin-bottom:22px;box-shadow:0 8px 28px rgba(15,23,42,.05)}.package-section h2{font-family:'Playfair Display',serif;color:#0F4C75;font-size:28px;margin-bottom:8px}.package-section .section-intro{color:#64748b;font-size:14px;margin-bottom:20px}.highlight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.highlight-item{background:#f8fafc;border:1px solid #edf2f7;border-radius:14px;padding:16px}.highlight-item b{display:block;color:#0f172a;font-size:13px;margin-bottom:4px}.highlight-item span{font-size:12px;color:#64748b}.itinerary-list{display:grid;gap:12px}.day-card{display:grid;grid-template-columns:72px 1fr;gap:16px;padding:16px;border:1px solid #edf2f7;border-radius:15px;background:#fbfdff}.day-no{background:#fff7ed;color:#ea580c;border:1px solid #fed7aa;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:12px;min-height:54px}.day-card h3{font-size:15px;color:#0f172a;margin-bottom:4px}.day-card p{font-size:13px;color:#64748b}.inc-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.inc-card{padding:16px;border-radius:15px;border:1px solid #edf2f7}.inc-card h3{font-size:14px;margin-bottom:8px;color:#0f172a}.inc-card ul{list-style:none;padding:0}.inc-card li{font-size:12px;color:#64748b;padding:5px 0}.inc-card li:before{content:'✓';color:#16a34a;font-weight:900;margin-right:7px}.inc-card.exclude li:before{content:'×';color:#ef4444}.sticky-package{position:sticky;top:92px}.sticky-package .form-box{box-shadow:0 16px 40px rgba(15,23,42,.1);border:1px solid #e6edf4}.sticky-package .form-box h3{font-size:21px;color:#0F4C75;margin-bottom:4px}.mini-trust{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}.mini-trust div{font-size:11px;background:#f8fafc;padding:9px;border-radius:10px;text-align:center;color:#475569}.package-cta{background:linear-gradient(135deg,#fff7ed,#ffedd5);border:1px solid #fed7aa;border-radius:20px;padding:26px;display:flex;justify-content:space-between;gap:20px;align-items:center}.package-cta h2{margin:0;color:#9a3412;font-family:'Playfair Display',serif;font-size:25px}.package-cta p{font-size:13px;color:#7c2d12;margin-top:4px}.package-cta .package-actions{margin:0;flex-shrink:0}
@media(max-width:900px){.package-hero-inner,.package-main{grid-template-columns:1fr}.package-visual,.package-visual img{min-height:300px;height:300px}.sticky-package{position:static}.highlight-grid{grid-template-columns:1fr 1fr}.package-main{padding-top:24px}}
@media(max-width:600px){.package-price-card h1{font-size:30px}.package-price{font-size:27px}.package-trust{grid-template-columns:1fr}.highlight-grid,.inc-grid{grid-template-columns:1fr}.day-card{grid-template-columns:58px 1fr}.package-section{padding:20px}.package-cta{flex-direction:column;align-items:flex-start}.package-cta .package-actions{width:100%}.package-cta .btn{flex:1;text-align:center}}

/* ===== Premium global header / footer refresh ===== */
.topbar{background:#082f55;color:#dbeafe;font-size:11px}.topbar-inner{max-width:1280px;margin:auto;padding:7px 20px;display:flex;justify-content:flex-end;gap:24px;align-items:center}.site-header .nav{min-height:82px;padding:10px 20px}.brand{display:block;line-height:0;flex:0 0 auto}.brand img{width:245px;height:58px;object-fit:contain;display:block}.site-header nav{gap:2px}.site-header nav a{font-size:13px;margin:0;padding:10px 10px}.site-header nav a::after{bottom:2px}.header-book-btn{display:flex!important;align-items:center;gap:10px!important;background:linear-gradient(135deg,#ff8a00,#ff5a1f);color:#fff!important;border-radius:13px!important;padding:11px 15px!important;box-shadow:0 8px 20px rgba(255,107,53,.24);margin-left:8px!important}.header-book-btn::after{display:none}.header-book-btn b{font-size:18px}.footer{padding:58px 20px 20px}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1.15fr;gap:42px}.footer-brand p{font-size:13px;line-height:1.7;color:#b8c8d8;max-width:330px}.footer-logo-pro{width:235px;height:auto;display:block;margin-bottom:16px;background:#fff;border-radius:12px;padding:7px}.footer h4{color:#fff;margin-bottom:14px;font-size:14px}.footer a{font-size:13px}.footer-badges{display:flex;gap:7px;flex-wrap:wrap;margin-top:14px}.footer-badges span{font-size:10px;padding:6px 9px;border:1px solid rgba(255,255,255,.12);border-radius:20px;color:#dbeafe}.footer-cta{display:inline-block!important;background:#ff6b00;color:#fff!important;padding:10px 16px!important;border-radius:10px;margin-top:12px!important}.footer-bottom{max-width:1280px;margin:30px auto 0;padding-top:16px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;font-size:11px;color:#94a3b8}.mobile-bottom-bar{background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-top:1px solid #dbe4ee;padding:8px 10px calc(8px + env(safe-area-inset-bottom));border-radius:18px 18px 0 0}.mobile-bottom-inner{gap:7px}.mobile-btn{min-height:58px;border-radius:14px;padding:7px 5px}.mobile-btn .icon-wrap{width:30px;height:30px;border-radius:9px}.mobile-btn.call{background:linear-gradient(135deg,#07345e,#0f4c75)}.mobile-btn.wa{background:linear-gradient(135deg,#19b958,#0d8d54)}.mobile-btn.query{background:linear-gradient(135deg,#ff8a00,#ff5a1f);transform:none;border:0}.mobile-btn span:not(.icon-wrap){font-size:11px}.mobile-btn small{font-size:8px}.service-hero{position:relative;min-height:360px;border-radius:0 0 30px 30px;overflow:hidden;background-size:cover;background-position:center;display:flex;align-items:flex-end}.service-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,34,62,.9),rgba(8,62,103,.65),rgba(8,62,103,.15))}.service-hero-inner{position:relative;z-index:1;max-width:1280px;width:100%;margin:auto;padding:55px 20px;color:#fff}.service-kicker{text-transform:uppercase;letter-spacing:2px;font-size:11px;font-weight:800;color:#ffb25c;margin-bottom:10px}.service-hero h1{font-family:'Playfair Display',serif;font-size:52px;line-height:1.05;max-width:720px;margin-bottom:14px}.service-hero p{max-width:680px;color:#e5eef8;font-size:15px}.service-pills{display:flex;gap:9px;flex-wrap:wrap;margin-top:20px}.service-pills span{padding:8px 12px;border-radius:30px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.2);font-size:11px}.service-content{max-width:1280px;margin:auto;padding:45px 20px 75px}.service-intro{display:grid;grid-template-columns:1.15fr .85fr;gap:24px;align-items:stretch}.service-copy,.service-callout{background:#fff;border:1px solid #e8eef4;border-radius:22px;padding:30px;box-shadow:0 10px 30px rgba(15,23,42,.05)}.service-copy h2,.service-callout h2{font-family:'Playfair Display',serif;color:#0f4c75;font-size:30px;margin-bottom:9px}.service-copy p{color:#64748b;font-size:14px}.service-list{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:18px}.service-list span{padding:10px 12px;background:#f7fafc;border-radius:10px;font-size:12px;color:#334155}.service-callout{background:linear-gradient(145deg,#0b3f6d,#0f5c93);color:#fff}.service-callout h2{color:#fff}.service-callout p{color:#dbeafe;font-size:13px}.service-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:22px}.service-card{background:#fff;border:1px solid #e8eef4;border-radius:18px;padding:22px;box-shadow:0 8px 24px rgba(15,23,42,.05)}.service-card .service-icon{font-size:30px;margin-bottom:12px}.service-card h3{font-size:17px;color:#0f4c75;margin-bottom:5px}.service-card p{font-size:12px;color:#64748b;line-height:1.65}.service-card .price{font-size:20px;font-weight:900;color:#ff6b00;margin:12px 0}.service-card .btn{font-size:12px;padding:10px 15px}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:22px}.process-item{background:#f8fafc;border:1px solid #e7eef5;border-radius:16px;padding:18px}.process-item b{display:block;color:#0f4c75;margin-bottom:4px}.process-item span{font-size:11px;color:#64748b}.booking-page{background:linear-gradient(180deg,#f3f8fc,#fff)}.booking-shell{max-width:1180px;margin:auto;padding:48px 20px 75px;display:grid;grid-template-columns:.9fr 1.1fr;gap:24px}.booking-info{border-radius:24px;padding:36px;color:#fff;background:linear-gradient(150deg,#06335c,#0f5c93);position:relative;overflow:hidden}.booking-info::after{content:"✈";position:absolute;right:-10px;bottom:-45px;font-size:170px;color:rgba(255,255,255,.06)}.booking-info h2{font-family:'Playfair Display',serif;font-size:38px;line-height:1.1;margin-bottom:12px}.booking-info p{color:#dbeafe;font-size:14px}.booking-benefits{display:grid;gap:10px;margin-top:25px}.booking-benefits div{padding:12px;border-radius:12px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);font-size:12px}.booking-form-card{background:#fff;border:1px solid #e5edf5;border-radius:24px;padding:30px;box-shadow:0 16px 40px rgba(15,23,42,.08)}.booking-form-card h2{font-family:'Playfair Display',serif;color:#0f4c75;font-size:30px}.booking-form-card .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.booking-form-card label{display:block;font-size:10px;font-weight:800;color:#475569;text-transform:uppercase;margin-bottom:5px}.booking-form-card input,.booking-form-card select,.booking-form-card textarea{margin-bottom:0}.booking-form-card textarea{min-height:105px}.booking-form-card .full{grid-column:1/-1}.booking-direct{display:flex;gap:10px;margin-top:12px}.booking-direct a{flex:1;text-align:center;padding:11px;border-radius:11px;text-decoration:none;font-size:12px;font-weight:800}.direct-call{background:#eaf3fb;color:#0f4c75}.direct-wa{background:#e9fbf0;color:#11844a}
@media(max-width:900px){.topbar-inner{justify-content:center;gap:12px;flex-wrap:wrap}.topbar-inner span:nth-child(3),.topbar-inner span:nth-child(4){display:none}.site-header .nav{min-height:68px}.brand img{width:205px;height:50px}.service-hero{min-height:320px}.service-hero h1{font-size:38px}.service-intro,.booking-shell{grid-template-columns:1fr}.service-card-grid{grid-template-columns:1fr 1fr}.process-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;gap:5px;text-align:center}.booking-form-card .form-grid{grid-template-columns:1fr}.booking-form-card .full{grid-column:auto}}
@media(max-width:600px){.topbar{display:none}.site-header .nav{padding:8px 14px}.brand img{width:190px;height:48px}.site-header nav{top:68px}.service-hero{min-height:300px;border-radius:0 0 22px 22px}.service-hero-inner{padding:42px 18px}.service-hero h1{font-size:34px}.service-content{padding:30px 15px 60px}.service-copy,.service-callout{padding:22px}.service-copy h2,.service-callout h2{font-size:26px}.service-list{grid-template-columns:1fr}.service-card-grid,.process-grid{grid-template-columns:1fr}.footer{padding:42px 16px 15px}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-logo-pro{width:215px}.footer-bottom{font-size:10px}.booking-shell{padding:30px 15px 60px}.booking-info{padding:26px}.booking-info h2{font-size:32px}.booking-form-card{padding:22px}.booking-form-card h2{font-size:26px}.booking-direct{flex-direction:column}}

/* ===== User supplied logo + final visual polish ===== */
.brand img{width:128px;height:70px;object-fit:contain;background:#fff;border-radius:10px;padding:2px}
.footer-logo-pro{width:150px;height:96px;object-fit:contain;background:#fff;border-radius:14px;padding:5px}
@media(max-width:900px){.brand img{width:118px;height:64px}}
@media(max-width:600px){.brand img{width:108px;height:60px}.footer-logo-pro{width:145px;height:90px}}
/* Why Choose — premium trust section */
.why-premium{position:relative;overflow:hidden;background:linear-gradient(180deg,#f7fbff 0%,#fff 100%)!important}
.why-premium:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 85% 15%,rgba(255,132,0,.09),transparent 30%),radial-gradient(circle at 10% 80%,rgba(15,76,117,.07),transparent 32%);pointer-events:none}
.why-premium .section-header{position:relative;z-index:1;max-width:760px;margin:0 auto 28px}
.why-eyebrow{display:inline-flex;align-items:center;gap:7px;background:#eaf4fb;color:#0f4c75;border:1px solid #d6e7f5;border-radius:30px;padding:7px 13px;font-size:10px;font-weight:900;letter-spacing:1.2px;text-transform:uppercase;margin-bottom:10px}
.why-premium .section-header h2{font-size:38px;margin-bottom:9px}
.why-premium .section-header p{max-width:650px;margin:auto;line-height:1.65}
.why-feature-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.15fr .85fr;gap:18px;max-width:1160px;margin:auto}
.why-feature-main{background:linear-gradient(145deg,#07365e,#0f5c93);color:#fff;border-radius:24px;padding:30px;box-shadow:0 18px 45px rgba(15,76,117,.16);display:flex;flex-direction:column;justify-content:space-between;min-height:300px}
.why-feature-main h3{font-family:'Playfair Display',serif;font-size:29px;line-height:1.15;margin:12px 0 9px}
.why-feature-main p{font-size:13px;line-height:1.7;color:#dbeafe;max-width:620px}
.why-feature-icon{width:52px;height:52px;border-radius:16px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;font-size:25px}
.why-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:24px}
.why-metrics div{padding:12px;border-radius:13px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1)}
.why-metrics b{display:block;font-size:18px;color:#fff}
.why-metrics span{font-size:10px;color:#cfe2f4}
.why-feature-side{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.why-mini-card{background:#fff;border:1px solid #e5edf5;border-radius:19px;padding:20px;box-shadow:0 9px 25px rgba(15,23,42,.055);transition:.2s}
.why-mini-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(15,23,42,.09)}
.why-mini-icon{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#fff4e8;color:#ff7600;font-size:21px;margin-bottom:12px}
.why-mini-card:nth-child(2) .why-mini-icon{background:#eaf4fb;color:#0f5c93}
.why-mini-card:nth-child(3) .why-mini-icon{background:#eafaf1;color:#14834e}
.why-mini-card:nth-child(4) .why-mini-icon{background:#f2edff;color:#7147c8}
.why-mini-card h4{font-size:14px;color:#0f4c75;margin-bottom:6px}
.why-mini-card p{font-size:11px;color:#64748b;line-height:1.6}
.why-actions{position:relative;z-index:1;text-align:center;margin-top:22px}
@media(max-width:900px){.why-feature-grid{grid-template-columns:1fr}.why-feature-main{min-height:0}.why-feature-side{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.why-premium .section-header h2{font-size:30px}.why-feature-main{padding:24px;border-radius:20px}.why-feature-main h3{font-size:25px}.why-metrics{grid-template-columns:1fr}.why-feature-side{grid-template-columns:1fr}.why-mini-card{padding:18px}}
/* Premium booking form */
.booking-page{padding-bottom:20px}
.booking-shell{align-items:stretch}
.booking-form-card{padding:0;overflow:hidden}
.booking-form-head{padding:26px 30px 20px;background:linear-gradient(180deg,#fff,#f8fbfe);border-bottom:1px solid #e8eef4}
.booking-form-head .form-step{display:inline-flex;align-items:center;gap:6px;color:#0f5c93;background:#eaf4fb;border-radius:30px;padding:6px 10px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.7px;margin-bottom:8px}
.booking-form-head h2{margin:0}
.booking-form-body{padding:24px 30px 28px}
.booking-form-card .form-grid{gap:14px}
.booking-form-card .form-grid>div{display:flex;flex-direction:column}
.booking-form-card input,.booking-form-card select,.booking-form-card textarea{width:100%;border:1px solid #dbe5ee;background:#fbfdff;border-radius:11px;padding:12px 13px;font-size:13px;outline:none;transition:.2s}
.booking-form-card input:focus,.booking-form-card select:focus,.booking-form-card textarea:focus{border-color:#1e6fa5;box-shadow:0 0 0 3px rgba(30,111,165,.08);background:#fff}
.booking-submit{width:100%;padding:14px 18px!important;font-size:14px!important;border:0;cursor:pointer}
.booking-form-note{display:flex;gap:14px;flex-wrap:wrap;margin-top:12px;color:#64748b;font-size:10px}
.booking-form-note span{display:inline-flex;align-items:center;gap:4px}
@media(max-width:600px){.booking-form-head{padding:22px 20px 17px}.booking-form-body{padding:20px}.booking-form-card .form-grid{gap:12px}}


/* === Unified Easy Trip brand + consultation modal + blog detail === */
.site-header .brand{display:flex;align-items:center;min-width:0;height:72px;text-decoration:none}
.site-header .brand img{width:190px;height:64px;object-fit:contain;object-position:center;display:block;background:#fff}
.footer-logo-pro{width:190px!important;height:72px!important;object-fit:contain!important;object-position:left center!important;background:#fff!important;border-radius:12px!important;padding:5px 8px!important;display:block}
.footer-logo{width:190px!important;height:72px!important;object-fit:contain!important;object-position:left center!important;background:#fff!important;border-radius:12px!important;padding:5px 8px!important}
.logo-wrap img{width:190px!important;height:64px!important;object-fit:contain!important;object-position:center!important;background:#fff!important;padding:0!important;border-radius:0!important}
.logo-wrap .logo-text{display:none!important}
@media(max-width:600px){.site-header .brand img,.logo-wrap img{width:155px!important;height:56px!important}.footer-logo-pro,.footer-logo{width:165px!important;height:62px!important}}

.consult-modal{width:min(920px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:26px;box-shadow:0 28px 90px rgba(5,30,55,.32);border:1px solid rgba(255,255,255,.7)}
.consult-modal-head{padding:25px 30px 20px;background:linear-gradient(135deg,#f6fbff,#fff);border-bottom:1px solid #e8eef4;display:flex;justify-content:space-between;gap:18px;align-items:flex-start}
.consult-modal-kicker{display:inline-flex;align-items:center;gap:7px;background:#eaf4fb;color:#0f5c93;padding:6px 10px;border-radius:999px;font-size:10px;font-weight:900;letter-spacing:.8px;text-transform:uppercase;margin-bottom:8px}
.consult-modal-head h3{font-size:25px;margin:0;color:#0b2e4a}.consult-modal-head p{margin:6px 0 0;color:#64748b;font-size:12px;line-height:1.6}
.consult-close{width:38px;height:38px;border:1px solid #dbe5ee;border-radius:50%;background:#fff;color:#0f4c75;font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.consult-modal-body{padding:24px 30px 28px}.consult-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.consult-field{display:flex;flex-direction:column}.consult-field.full{grid-column:1/-1}.consult-field label{font-size:11px;font-weight:800;color:#334155;margin:0 0 6px}.consult-field input,.consult-field select,.consult-field textarea{width:100%;border:1px solid #dbe5ee;background:#fbfdff;border-radius:12px;padding:12px 13px;font-size:13px;outline:none;transition:.2s;box-sizing:border-box}.consult-field input:focus,.consult-field select:focus,.consult-field textarea:focus{border-color:#1e6fa5;box-shadow:0 0 0 3px rgba(30,111,165,.08);background:#fff}.consult-field textarea{min-height:92px;resize:vertical}
.consult-submit{width:100%;border:0!important;cursor:pointer;padding:14px 18px!important;font-size:14px!important;border-radius:12px!important;background:linear-gradient(135deg,#ff6b35,#f97316)!important;color:#fff!important;font-weight:900;box-shadow:0 8px 20px rgba(249,115,22,.22)}
.consult-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}.consult-trust span{padding:9px 8px;border:1px solid #e8eef4;border-radius:10px;background:#f8fbfe;color:#64748b;text-align:center;font-size:10px;font-weight:700}
.consult-actions{display:flex;gap:10px;margin-top:12px}.consult-actions a{flex:1;text-align:center;text-decoration:none;border-radius:12px;padding:11px;font-size:12px;font-weight:800}.consult-call{background:#0f4c75;color:#fff}.consult-wa{background:#25d366;color:#fff}
@media(max-width:600px){.consult-modal{border-radius:20px;max-height:94vh}.consult-modal-head{padding:20px}.consult-modal-body{padding:18px}.consult-form-grid{grid-template-columns:1fr}.consult-field.full{grid-column:auto}.consult-trust{grid-template-columns:1fr}.consult-modal-head h3{font-size:21px}}

.blog-detail-hero{background:linear-gradient(135deg,#082f55,#0f4c75 55%,#176da5);color:#fff;padding:58px 20px 45px;position:relative;overflow:hidden}.blog-detail-hero:after{content:'';position:absolute;width:420px;height:420px;border-radius:50%;right:-180px;top:-210px;background:rgba(255,255,255,.07)}.blog-detail-hero-inner{max-width:1280px;margin:auto;position:relative;z-index:1}.blog-category{display:inline-flex;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:7px 12px;font-size:10px;font-weight:900;letter-spacing:1px;text-transform:uppercase}.blog-detail-hero h1{font-family:'Playfair Display',serif;font-size:46px;line-height:1.12;max-width:900px;margin:14px 0}.blog-meta{display:flex;flex-wrap:wrap;gap:10px;color:#dbeafe;font-size:12px}.breadcrumb{position:relative;z-index:3;max-width:1280px;margin:0 auto;padding:14px 20px;font-size:13px;color:#64748b;background:#fff;border-bottom:1px solid #edf2f7}.blog-detail-layout{max-width:1280px;margin:0 auto 80px;padding:18px 20px 0;display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:26px;position:relative;z-index:2}.blog-article{background:#fff;border-radius:22px;box-shadow:0 15px 45px rgba(15,76,117,.09);border:1px solid #e9eff5;overflow:hidden}.blog-cover{width:100%;height:410px;object-fit:cover;display:block}.blog-article-body{padding:30px 34px 38px}.blog-lead{font-size:18px;line-height:1.75;color:#334155;margin:0 0 24px}.blog-section{padding:22px 0;border-top:1px solid #edf2f7}.blog-section:first-of-type{border-top:0}.blog-section h2{font-size:24px;color:#0b2e4a;margin:0 0 10px}.blog-section p,.blog-section li{color:#475569;line-height:1.8;font-size:15px}.blog-section ul{padding-left:20px}.blog-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:22px 0}.blog-fact{background:#f7fbff;border:1px solid #e5eef6;border-radius:14px;padding:15px}.blog-fact b{display:block;color:#0f4c75;font-size:12px;margin-bottom:4px}.blog-fact span{font-size:12px;color:#64748b}.blog-cta{margin-top:25px;background:linear-gradient(135deg,#0b2e4a,#0f4c75);border-radius:18px;padding:24px;color:#fff;display:flex;justify-content:space-between;gap:18px;align-items:center}.blog-cta h3{margin:0 0 5px;font-size:20px}.blog-cta p{margin:0;color:#dbeafe;font-size:12px}.blog-cta .btn{white-space:nowrap}.blog-sidebar{position:sticky;top:20px;height:max-content}.blog-side-card{background:#fff;border:1px solid #e5edf4;border-radius:20px;box-shadow:0 12px 35px rgba(15,76,117,.08);padding:22px}.blog-side-card h3{color:#0b2e4a;margin:0 0 5px}.blog-side-card>p{font-size:12px;color:#64748b;line-height:1.6}.blog-side-card form{margin-top:16px}.blog-side-card input,.blog-side-card textarea{width:100%;box-sizing:border-box;border:1px solid #dbe5ee;border-radius:11px;padding:11px 12px;margin-bottom:10px;font-size:13px}.blog-side-card textarea{min-height:85px;resize:vertical}.blog-trust-list{display:grid;gap:8px;margin-top:16px}.blog-trust-list span{font-size:11px;color:#475569;background:#f8fbfe;border-radius:10px;padding:9px;border:1px solid #edf2f7}.blog-related{margin-top:14px}.blog-related a{display:block;padding:9px 0;border-bottom:1px solid #edf2f7;color:#0f4c75;text-decoration:none;font-size:12px;font-weight:700}.blog-related a:last-child{border-bottom:0}
@media(max-width:900px){.blog-detail-layout{grid-template-columns:1fr;margin-top:0;padding-top:14px}.blog-sidebar{position:static}.blog-detail-hero h1{font-size:36px}.blog-cover{height:300px}}
@media(max-width:600px){.blog-detail-hero{padding:42px 16px 34px}.blog-detail-hero h1{font-size:30px}.blog-detail-layout{padding:0 14px}.blog-article-body{padding:22px 20px 28px}.blog-cover{height:230px}.blog-facts{grid-template-columns:1fr}.blog-cta{flex-direction:column;align-items:flex-start}.blog-cta .btn{width:100%;text-align:center;box-sizing:border-box}}

/* ===== Professional unified footer ===== */
.premium-footer{background:linear-gradient(145deg,#062d50 0%,#0b4675 58%,#08365d 100%);color:#cbd9e8;padding:0 20px 20px;overflow:hidden}
.premium-footer::before{height:3px;background:linear-gradient(90deg,#ff8a00,#ffb347,#1687d9,#0f4c75)}
.footer-main{max-width:1280px;margin:auto;padding:58px 0 42px;display:grid;grid-template-columns:1.55fr .9fr .9fr 1.15fr;gap:46px}
.footer-brand-link{display:inline-flex;align-items:center;background:#fff;border-radius:14px;padding:7px 12px;box-shadow:0 10px 28px rgba(0,0,0,.16)}
.premium-footer .footer-logo-pro{width:205px!important;height:74px!important;object-fit:contain!important;object-position:center!important;background:#fff!important;border-radius:8px!important;padding:0!important;margin:0!important}
.footer-about{max-width:390px;color:#b9ccdf!important;line-height:1.75!important;font-size:13px!important;margin:17px 0 14px!important}
.footer-trust-row{display:flex;gap:7px;flex-wrap:wrap}
.footer-trust-row span{font-size:10px;color:#e5eef7;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.05);padding:7px 10px;border-radius:30px}
.footer-socials{display:flex;gap:8px;margin-top:18px}
.footer-socials a{width:34px;height:34px;border-radius:50%;display:grid!important;place-items:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:#fff!important;font-weight:800!important;font-size:13px!important;margin:0!important;transition:.2s}
.footer-socials a:hover{background:#ff7a00;transform:translateY(-2px)!important}
.premium-footer .footer-col h4{font-size:14px;letter-spacing:.2px;margin:3px 0 15px;color:#fff}
.premium-footer .footer-col h4::after{content:'';display:block;width:28px;height:2px;background:#ff8a00;margin-top:8px;border-radius:5px}
.premium-footer .footer-col>a:not(.footer-cta){color:#b8c9da!important;font-size:13px!important;padding:4px 0;margin:0!important}
.premium-footer .footer-col>a:not(.footer-cta):hover{color:#fff!important;transform:translateX(3px)!important}
.footer-contact-item{display:flex!important;align-items:center;gap:11px;color:#dbeafe!important;margin:0 0 13px!important;font-size:13px!important}
.footer-contact-item>span:first-child{width:34px;height:34px;border-radius:10px;background:rgba(255,255,255,.08);display:grid;place-items:center;color:#ffb15b;font-size:15px}
.footer-contact-item small,.footer-hours small{display:block;color:#8fa9c0;font-size:9px;text-transform:uppercase;letter-spacing:1px;margin-bottom:2px}
.footer-hours{margin:7px 0 14px;padding:11px 13px;border-left:2px solid #ff8a00;background:rgba(255,255,255,.045);border-radius:0 10px 10px 0}
.footer-hours strong{font-size:12px;color:#e5eef7}
.premium-footer .footer-cta{display:inline-flex!important;align-items:center;justify-content:center;gap:10px;background:linear-gradient(135deg,#ff8a00,#ff5a1f)!important;color:#fff!important;border:0!important;padding:11px 16px!important;border-radius:11px!important;box-shadow:0 8px 20px rgba(255,107,53,.2);margin-top:3px!important}
.footer-newsletter{max-width:1280px;margin:0 auto;padding:19px 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;gap:22px}
.footer-newsletter strong{display:block;color:#fff;font-size:14px;margin-bottom:3px}
.footer-newsletter span{font-size:11px;color:#9fb3c7}
.footer-subscribe{display:flex;gap:8px;min-width:360px}
.footer-subscribe input{margin:0!important;background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.16)!important;color:#fff!important;border-radius:10px!important;padding:12px 13px!important}
.footer-subscribe input::placeholder{color:#94a9bd}
.footer-subscribe button{border:0;background:#ff7a00;color:#fff;border-radius:10px;padding:0 17px;font-weight:800;cursor:pointer}
.premium-footer .footer-bottom{max-width:1280px;margin:0 auto;padding-top:17px;border-top:0;display:flex;justify-content:space-between;gap:15px;align-items:center;color:#8fa7bd;font-size:10px}
.premium-footer .footer-bottom a{display:inline!important;color:#b7c9da!important;margin:0!important;font-size:10px!important}
@media(max-width:900px){.footer-main{grid-template-columns:1fr 1fr;gap:30px;padding:45px 0 34px}.footer-newsletter{align-items:flex-start;flex-direction:column}.footer-subscribe{min-width:0;width:100%;max-width:520px}.premium-footer .footer-bottom{flex-direction:column;text-align:center}}
@media(max-width:600px){.premium-footer{padding:0 16px 14px}.footer-main{grid-template-columns:1fr;gap:27px;padding:38px 0 28px}.premium-footer .footer-logo-pro{width:190px!important;height:70px!important}.footer-about{font-size:12px!important}.footer-newsletter{padding:17px 0}.footer-subscribe{flex-direction:column;max-width:none}.footer-subscribe button{height:44px}.premium-footer .footer-bottom{font-size:9px;line-height:1.5}.premium-footer .footer-bottom a{font-size:9px!important}}


/* Shared professional enquiry modal */
.professional-query-modal{align-items:center!important;justify-content:center!important;padding:22px!important;background:rgba(3,18,35,.72)!important;backdrop-filter:blur(7px);z-index:2000}
.professional-query-modal.show{display:flex!important}
.query-modal-card{width:min(940px,96vw);max-height:min(720px,92vh);display:grid;grid-template-columns:.82fr 1.18fr;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 30px 80px rgba(2,18,36,.28);border:1px solid rgba(255,255,255,.5)}
.query-modal-visual{position:relative;min-height:590px;background:linear-gradient(145deg,#06355d,#0f4c75 60%,#0b6c9f);color:#fff;padding:30px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}
.query-modal-visual:before{content:'';position:absolute;width:330px;height:330px;border-radius:50%;right:-120px;top:-110px;background:rgba(255,138,0,.18)}
.query-modal-visual:after{content:'✈';position:absolute;right:22px;bottom:24px;font-size:120px;line-height:1;color:rgba(255,255,255,.08);transform:rotate(-12deg)}
.query-modal-visual-badge,.query-modal-visual-content{position:relative;z-index:1}
.query-modal-visual-badge{display:inline-flex;width:max-content;padding:7px 10px;border-radius:20px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);font-size:10px;font-weight:900;letter-spacing:1.3px}
.query-modal-visual-content span{font-size:10px;letter-spacing:1.7px;color:#ffc06d;font-weight:900}
.query-modal-visual-content h3{font-family:'Playfair Display',serif;font-size:39px;line-height:1.08;margin:10px 0 12px;color:#fff}
.query-modal-visual-content p{font-size:13px;line-height:1.7;color:#d9e9f6;max-width:330px}
.query-benefits{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:25px}
.query-benefits span{font-size:11px;color:#eaf5fd;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);padding:10px;border-radius:11px}
.query-modal-form-wrap{position:relative;padding:30px 30px 22px;background:#fff;overflow:auto}
.query-modal-close{position:absolute;right:18px;top:16px;width:38px;height:38px;border:0;border-radius:11px;background:#f1f5f9;color:#334155;font-size:25px;line-height:1;cursor:pointer}
.query-modal-close:hover{background:#e2e8f0}
.query-modal-heading{padding-right:45px;margin-bottom:18px}
.query-modal-kicker{font-size:10px;font-weight:900;letter-spacing:1.5px;color:#f27b13;margin-bottom:5px}
.query-modal-heading h3{font-family:'Playfair Display',serif;font-size:29px;color:#0f4c75;margin:0 0 5px}
.query-modal-heading p{font-size:12px;line-height:1.6;color:#64748b;margin:0}
.professional-query-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.query-field{min-width:0}.query-field-full{grid-column:1/-1}
.query-field label{display:block;font-size:10px;font-weight:900;color:#334155;margin:0 0 6px;text-transform:uppercase;letter-spacing:.5px}.query-field label b{color:#ef4444}
.query-field input,.query-field select,.query-field textarea{width:100%;box-sizing:border-box;margin:0!important;border:1px solid #dbe5ee!important;background:#f8fafc!important;border-radius:11px!important;padding:11px 12px!important;color:#0f172a!important;font:inherit!important;font-size:12px!important;outline:none;transition:.2s}
.query-field textarea{resize:vertical;min-height:78px}.query-field input:focus,.query-field select:focus,.query-field textarea:focus{border-color:#0f7ac0!important;background:#fff!important;box-shadow:0 0 0 3px rgba(15,122,192,.08)}
.query-submit{grid-column:1/-1;border:0;border-radius:12px;background:linear-gradient(135deg,#ff8a00,#ff5a1f);color:#fff;padding:13px 15px;font-weight:900;font-size:13px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;box-shadow:0 10px 22px rgba(255,107,53,.2)}
.query-submit b{font-size:18px}.query-modal-bottom{display:flex;align-items:center;gap:9px;margin-top:13px;flex-wrap:wrap}.query-modal-bottom a{display:inline-flex;align-items:center;justify-content:center;padding:8px 11px;border-radius:9px;text-decoration:none;font-size:10px;font-weight:900;background:#eef6ff;color:#0f4c75}.query-modal-bottom a:nth-child(2){background:#e9fbf0;color:#138a4a}.query-modal-bottom span{font-size:9px;color:#94a3b8;margin-left:auto}
/* Consistent home footer visibility */
.premium-footer{display:block!important;clear:both;position:relative;visibility:visible!important;opacity:1!important}
/* Tighter homepage section rhythm */
.home-page .section{padding-top:52px;padding-bottom:52px}
.home-page .section-header{margin-bottom:30px}
.home-page .section-header h2{font-size:36px}
@media(max-width:760px){.query-modal-card{grid-template-columns:1fr;max-height:94vh}.query-modal-visual{display:none}.query-modal-form-wrap{padding:25px 18px 17px}.professional-query-form{grid-template-columns:1fr}.query-field-full,.query-submit{grid-column:auto}.query-modal-bottom span{width:100%;margin-left:0}.home-page .section{padding-top:38px;padding-bottom:38px}.home-page .section-header{margin-bottom:22px}.home-page .section-header h2{font-size:29px}}

/* === Home travel enquiry card v2 === */
.home-query-card-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;margin-bottom:16px}.home-query-kicker{display:block;font-size:9px;font-weight:900;letter-spacing:1.5px;color:#f27b13;margin-bottom:5px}.home-query-card-head h2{font-family:'Playfair Display',serif;color:#0b3558;font-size:24px;margin:0 0 4px}.home-query-card-head p{font-size:11px;line-height:1.55;color:#64748b;margin:0;max-width:310px}.home-query-trust{white-space:nowrap;background:#edf8f1;color:#16804b;border:1px solid #d4efdf;border-radius:999px;padding:7px 10px;font-size:9px;font-weight:900}.home-service-tabs{gap:6px!important;margin-bottom:14px!important;padding:4px;background:#f5f8fb;border-radius:14px}.home-service-tabs .tab{flex:1;padding:9px 8px;border-radius:10px;font-size:11px}.home-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.home-field{background:#f8fafc;border:1px solid #e4ebf2;border-radius:12px;padding:10px 11px;transition:.2s}.home-field:focus-within{border-color:#1e6fa5;background:#fff;box-shadow:0 0 0 3px rgba(30,111,165,.07)}.home-field label{display:block;font-size:9px;letter-spacing:.7px;font-weight:900;color:#64748b;margin-bottom:4px}.home-field-control{display:flex;align-items:center;gap:7px}.home-field-control>span{font-size:12px;color:#0f6a9c}.home-field input,.home-field select{width:100%;border:0!important;background:transparent!important;padding:0!important;margin:0!important;outline:0!important;font-size:12px!important;font-weight:800!important;color:#102a43!important}.home-field small{display:block;font-size:8px;color:#94a3b8;margin-top:4px}.home-contact-strip{margin-top:10px;padding:11px 12px;background:linear-gradient(135deg,#f5faff,#fff);border:1px solid #e2ebf3;border-radius:13px}.home-contact-strip label{display:block;font-size:8px;letter-spacing:1px;font-weight:900;color:#f27b13}.home-contact-strip strong{display:block;font-size:12px;color:#0f4c75;margin-top:2px}.home-contact-fields{display:grid;grid-template-columns:1fr 1fr 1fr;gap:7px;margin-top:8px}.home-contact-fields input{width:100%;box-sizing:border-box;border:1px solid #dbe5ee;border-radius:9px;background:#fff;padding:9px 10px;font-size:11px;outline:0}.home-contact-fields input:focus{border-color:#1e6fa5;box-shadow:0 0 0 3px rgba(30,111,165,.07)}.home-query-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:11px}.home-query-footer>div{display:flex;flex-wrap:wrap;gap:7px}.home-query-footer>div span{font-size:8px;color:#64748b}.home-search-btn{min-width:168px!important;display:flex!important;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px!important;border:0!important;border-radius:11px!important}.home-search-btn b{font-size:17px}.home-page .search-card{padding:22px}.home-page .hero-right{align-self:stretch}
@media(max-width:600px){.home-query-card-head{flex-direction:column}.home-query-trust{align-self:flex-start}.home-form-grid{grid-template-columns:1fr}.home-contact-fields{grid-template-columns:1fr}.home-query-footer{flex-direction:column;align-items:stretch}.home-search-btn{width:100%}.home-query-footer>div{justify-content:center}}

/* ===== Final footer consistency layer ===== */
footer.premium-footer{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  position:relative!important;
  width:100%!important;
  box-sizing:border-box!important;
  clear:both!important;
  float:none!important;
}
footer.premium-footer,
footer.premium-footer *{box-sizing:border-box}
footer.premium-footer a{text-decoration:none}
footer.premium-footer .footer-main,
footer.premium-footer .footer-newsletter,
footer.premium-footer .footer-bottom{width:100%}


/* ===== Easy Trip Vacation: final header logo + mobile action bar fix ===== */
.site-header .brand{
  display:flex;
  align-items:center;
  min-width:0;
  height:72px;
  line-height:0;
  text-decoration:none;
}
.site-header .brand img{
  width:250px;
  height:64px;
  max-width:100%;
  object-fit:contain;
  object-position:left center;
  display:block;
  background:transparent;
  padding:0;
  border:0;
  border-radius:0;
}
@media (max-width:900px){
  .site-header .brand img{
    width:210px;
    height:58px;
  }
}
@media (max-width:600px){
  .site-header .nav{
    min-height:64px;
    padding:6px 12px;
  }
  .site-header .brand{
    height:56px;
  }
  .site-header .brand img{
    width:180px;
    height:52px;
  }
}

/* Fixed mobile Call / Query / WhatsApp bar */
.mobile-bottom-bar{
  position:fixed !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  width:100% !important;
  display:none;
  z-index:9999 !important;
  padding:7px 10px calc(7px + env(safe-area-inset-bottom)) !important;
  margin:0 !important;
  background:rgba(255,255,255,.98) !important;
  border-top:1px solid #dbe5ee !important;
  box-shadow:0 -8px 28px rgba(15,35,55,.14) !important;
  border-radius:16px 16px 0 0 !important;
  backdrop-filter:blur(10px);
}
.mobile-bottom-inner{
  width:100% !important;
  max-width:520px !important;
  margin:0 auto !important;
  display:flex !important;
  align-items:stretch !important;
  gap:7px !important;
}
.mobile-btn{
  flex:1 1 0 !important;
  min-width:0 !important;
  min-height:64px !important;
  padding:8px 4px !important;
  margin:0 !important;
  border-radius:13px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:3px !important;
  text-align:center !important;
  text-decoration:none !important;
  box-sizing:border-box !important;
  -webkit-tap-highlight-color:transparent;
  touch-action:manipulation;
}
.mobile-btn .icon-wrap{
  width:30px !important;
  height:30px !important;
  min-width:30px !important;
  border-radius:9px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-size:15px !important;
}
.mobile-btn span:not(.icon-wrap){
  font-size:11px !important;
  line-height:1.15 !important;
  white-space:nowrap;
}
.mobile-btn small{
  font-size:8px !important;
  line-height:1.1 !important;
  margin:0 !important;
  opacity:.9;
  white-space:nowrap;
}
.mobile-btn:active{
  transform:scale(.97) !important;
}
.mobile-btn.query{
  transform:none !important;
  border:0 !important;
}
.mobile-safe{
  height:86px !important;
  display:none;
}
body.modal-open{
  overflow:hidden;
}
@media(max-width:900px){
  .mobile-bottom-bar{
    display:block !important;
  }
  body{
    padding-bottom:calc(86px + env(safe-area-inset-bottom)) !important;
  }
  .mobile-safe{
    display:block !important;
    height:86px !important;
  }
}
@media(max-width:480px){
  .mobile-bottom-bar{
    padding-left:7px !important;
    padding-right:7px !important;
  }
  .mobile-bottom-inner{
    gap:5px !important;
  }
  .mobile-btn{
    min-height:62px !important;
    padding:7px 2px !important;
    border-radius:12px !important;
  }
  .mobile-btn .icon-wrap{
    width:28px !important;
    height:28px !important;
    min-width:28px !important;
  }
  .mobile-btn span:not(.icon-wrap){
    font-size:10px !important;
  }
  .mobile-btn small{
    font-size:7.5px !important;
  }
}

/* SEO: package page title is a secondary heading because the primary H1 is the package hero title. */
.page-header h2{font-size:clamp(28px,4vw,46px);line-height:1.1;margin:0 0 8px;font-weight:900;color:inherit}

/* ===== Homepage professional polish ===== */
.home-page .section{padding-top:38px!important;padding-bottom:38px!important}
.home-page .section + .section{margin-top:0!important}
.home-page .section-header{margin-bottom:22px!important}
.home-page .grid{gap:18px}
.package-showcase{position:relative;overflow:hidden}
.domestic-showcase{background:#fff}
.international-showcase{background:linear-gradient(180deg,#f5f9fd 0%,#eef6ff 100%)}
.premium-section-header{max-width:820px;margin-left:auto!important;margin-right:auto!important;text-align:center}
.section-kicker{display:inline-flex;align-items:center;justify-content:center;padding:6px 11px;border-radius:999px;background:#fff3e8;color:#df6800;font-size:10px;font-weight:900;letter-spacing:1.35px;margin-bottom:10px;border:1px solid #ffe0c2}
.premium-section-header h2{margin:0 0 10px!important;color:#0b3558;line-height:1.15}
.premium-section-header p{max-width:760px;margin:0 auto!important;color:#64748b;line-height:1.7;font-size:14px}
.section-highlights{display:flex;justify-content:center;gap:9px;flex-wrap:wrap;margin-top:14px}
.section-highlights span{font-size:10px;font-weight:800;color:#31566f;background:#fff;border:1px solid #dfe9f1;border-radius:999px;padding:7px 10px;box-shadow:0 5px 14px rgba(15,76,117,.04)}
.home-page .package-showcase center{margin-top:16px}

/* Header logo: make tagline under logo readable */
.site-header .brand{height:78px!important}
.site-header .brand img{width:270px!important;height:70px!important;object-fit:contain!important;object-position:left center!important}
@media(max-width:900px){.site-header .brand{height:68px!important}.site-header .brand img{width:225px!important;height:62px!important}}
@media(max-width:600px){.site-header .brand{height:58px!important}.site-header .brand img{width:190px!important;height:54px!important}.home-page .section{padding-top:28px!important;padding-bottom:28px!important}.home-page .section-header{margin-bottom:18px!important}.premium-section-header p{font-size:13px;line-height:1.6}.section-highlights{gap:6px;margin-top:11px}.section-highlights span{font-size:9px;padding:6px 8px}}

/* Homepage polish: clean hero background + blog section */
.home-page .hero{background-position:center center;min-height:660px}
.home-page .hero::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,37,65,.10),rgba(6,37,65,.02));pointer-events:none}
.home-page .hero-inner{position:relative;z-index:1}
.home-page .home-query-card{position:relative;z-index:3;background:rgba(255,255,255,.98);backdrop-filter:blur(6px)}
.home-blog-section .section-header{max-width:860px}
.home-blog-section .section-header p{max-width:760px;margin-left:auto;margin-right:auto}
@media(max-width:900px){.home-page .hero{background-position:42% center;min-height:auto}.home-page .hero::after{background:linear-gradient(180deg,rgba(6,37,65,.20),rgba(6,37,65,.08))}}

/* Trust & testimonial carousel polish */
.trust-confidence-section{background:#fff;padding-top:48px;padding-bottom:48px}
.trust-confidence-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:26px}
.trust-confidence-grid article{background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #e7eef5;border-radius:18px;padding:22px;box-shadow:0 10px 28px rgba(15,76,117,.06)}
.trust-confidence-grid .trust-icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:#edf7ff;font-size:21px;margin-bottom:14px}
.trust-confidence-grid h3{font-size:17px;margin:0 0 7px;color:#102a43}
.trust-confidence-grid p{font-size:13px;line-height:1.65;color:#64748b;margin:0}
.trust-proof-strip{margin-top:20px;display:grid;grid-template-columns:repeat(4,1fr);background:#0f4c75;border-radius:16px;overflow:hidden}
.trust-proof-strip span{padding:15px 10px;color:#dcecff;text-align:center;font-size:12px;border-right:1px solid rgba(255,255,255,.14)}
.trust-proof-strip span:last-child{border-right:0}.trust-proof-strip b{display:block;color:#fff;font-size:19px;margin-bottom:2px}
.testimonial-slider-wrap{position:relative;max-width:1280px;margin:28px auto 0;padding:0 46px}
.testimonial-slider-wrap .testimonial-grid{display:flex!important;grid-template-columns:none!important;gap:20px;margin:0;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:6px 3px 18px;scrollbar-width:none}
.testimonial-slider-wrap .testimonial-grid::-webkit-scrollbar{display:none}
.testimonial-slider-wrap .testimonial-card{flex:0 0 calc((100% - 40px)/3);scroll-snap-align:start;min-width:0;margin:0}
.testimonial-nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:1px solid #dbe7f0;background:#fff;color:#0f4c75;font-size:29px;line-height:1;box-shadow:0 8px 22px rgba(15,76,117,.14);cursor:pointer;z-index:3}
.testimonial-nav.prev{left:0}.testimonial-nav.next{right:0}.testimonial-nav:hover{background:#0f4c75;color:#fff}
.testimonial-dots{display:flex;justify-content:center;gap:7px;margin-top:4px}.testimonial-dots span{width:7px;height:7px;border-radius:999px;background:#cbd5e1}.testimonial-dots span:first-child{width:22px;background:#0f4c75}
.package-detail .form-box button.btn,.sticky-package .form-box button.btn{font-weight:800;letter-spacing:.1px}
.footer-subscribe button:disabled{opacity:.7;cursor:not-allowed}
@media(max-width:1000px){.trust-confidence-grid{grid-template-columns:repeat(2,1fr)}.testimonial-slider-wrap .testimonial-card{flex-basis:calc((100% - 20px)/2)}}
@media(max-width:600px){.trust-confidence-section{padding-top:34px;padding-bottom:34px}.trust-confidence-grid{grid-template-columns:1fr;gap:12px;margin-top:18px}.trust-confidence-grid article{padding:17px;border-radius:15px}.trust-proof-strip{grid-template-columns:1fr 1fr;border-radius:14px}.trust-proof-strip span{border-bottom:1px solid rgba(255,255,255,.12)}.testimonial-slider-wrap{padding:0 8px;margin-top:20px}.testimonial-slider-wrap .testimonial-grid{gap:12px;padding-left:2px;padding-right:2px}.testimonial-slider-wrap .testimonial-card{flex:0 0 91%;padding:20px;border-radius:16px}.testimonial-nav{display:none}.testimonial-text{font-size:14px;line-height:1.6}.author-meta{flex-wrap:wrap;row-gap:4px}.section-header h2{font-size:27px;line-height:1.18}.footer-newsletter{gap:13px}.footer-subscribe input{height:46px}.footer-subscribe button{height:46px;font-size:14px}}

/* ===== Final QA fixes: readable header, mobile nav, carousel ===== */
.site-header .topbar{background:#0a385c!important;color:#fff!important}
.site-header .topbar-inner{min-height:36px!important;font-size:12px!important;font-weight:700!important;letter-spacing:.1px!important;gap:18px!important;line-height:1.3!important;padding:7px 20px!important}
.site-header .topbar-inner span{display:inline-flex!important;align-items:center!important;white-space:nowrap!important;color:#f5fbff!important;opacity:1!important}
.hamburger{width:46px!important;height:46px!important;border-radius:12px!important;align-items:center!important;justify-content:center!important;font-size:30px!important;line-height:1!important;position:relative!important;z-index:10002!important;background:#f3f8fc!important;border:1px solid #dce9f2!important;color:#0f4c75!important}
.hamburger.is-open{background:#0f4c75!important;color:#fff!important;border-color:#0f4c75!important}
.hamburger-icon{display:block!important;line-height:1!important;transform:translateY(-1px)}
body.menu-open{overflow:hidden!important}
.testimonial-proof{display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap;margin-top:20px}
.testimonial-proof>div{background:#fff;padding:11px 18px;border-radius:30px;box-shadow:0 4px 12px rgba(0,0,0,.08);border:1px solid #f1f5f9;display:flex;align-items:center;gap:9px}
.testimonial-proof>div>span{font-size:22px}.testimonial-proof b{display:block;font-size:16px;color:#0f4c75}.testimonial-proof small{display:block;font-size:11px;color:#64748b;margin-top:1px}
.testimonial-dots button{width:7px;height:7px;border:0;padding:0;border-radius:99px;background:#cbd5e1;cursor:pointer;transition:.25s}.testimonial-dots button.active{width:22px;background:#0f4c75}
@media(max-width:900px){
 .site-header .topbar-inner{font-size:11px!important;gap:10px!important;overflow-x:auto!important;justify-content:flex-start!important;padding:7px 14px!important;scrollbar-width:none!important}
 .site-header .topbar-inner::-webkit-scrollbar{display:none}
 nav#mainNav{position:fixed!important;top:0!important;right:0!important;left:auto!important;width:min(86vw,360px)!important;height:100dvh!important;padding:92px 22px 30px!important;background:#fff!important;z-index:10001!important;box-shadow:-18px 0 44px rgba(15,35,55,.22)!important;border:0!important;overflow-y:auto!important;transform:translateX(105%)!important;display:flex!important;visibility:hidden!important;opacity:0!important;transition:transform .28s ease,opacity .2s ease,visibility .28s!important}
 nav#mainNav.show{transform:translateX(0)!important;visibility:visible!important;opacity:1!important}
 nav#mainNav a{width:100%!important;padding:13px 10px!important;border-bottom:1px solid #edf2f6!important;font-size:16px!important}
 nav#mainNav .header-book-btn{margin-top:10px!important;justify-content:center!important;border-bottom:0!important}
 body.menu-open:before{content:'';position:fixed;inset:0;background:rgba(3,19,32,.46);z-index:10000;backdrop-filter:blur(2px)}
 .hamburger{display:flex!important}
}
@media(max-width:600px){
 .site-header .topbar-inner{min-height:34px!important;font-size:10.5px!important;padding:7px 10px!important;gap:12px!important}
 .site-header .topbar-inner span{flex:0 0 auto!important}
 .hamburger{width:42px!important;height:42px!important;font-size:28px!important}
 .testimonial-proof{gap:10px}.testimonial-proof>div{padding:9px 13px}.testimonial-proof b{font-size:14px}.testimonial-proof small{font-size:10px}
}

/* ===== Home hero enquiry form readability & premium responsive polish ===== */
.home-page .hero-inner{gap:48px;align-items:center}
.home-page .hero-right{flex:1;align-self:auto}
.home-page .home-query-card{max-width:520px;padding:28px 30px;border-radius:24px;box-shadow:0 24px 65px rgba(6,37,65,.26);border:1px solid rgba(255,255,255,.92)}
.home-query-card-head{margin-bottom:20px;gap:18px}
.home-query-kicker{font-size:11px;letter-spacing:1.6px;margin-bottom:7px}
.home-query-card-head h2{font-size:28px;line-height:1.18;margin-bottom:7px}
.home-query-card-head p{font-size:13px;line-height:1.6;max-width:360px}
.home-query-trust{font-size:11px;padding:8px 12px}
.home-service-tabs{gap:7px!important;margin-bottom:18px!important;padding:5px}
.home-service-tabs .tab{padding:11px 9px;font-size:13px;font-weight:800}
.home-form-grid{gap:12px}
.home-field{border-radius:14px;padding:12px 13px;min-height:72px;box-sizing:border-box}
.home-field label{font-size:11px;letter-spacing:.75px;margin-bottom:6px}
.home-field-control{gap:9px}
.home-field-control>span{font-size:15px}
.home-field input,.home-field select{font-size:14px!important;line-height:1.35!important;font-weight:750!important;min-height:22px}
.home-field small{font-size:10px;line-height:1.35;margin-top:5px}
.home-contact-strip{margin-top:13px;padding:14px 15px;border-radius:15px}
.home-contact-strip label{font-size:10px;letter-spacing:1.1px}
.home-contact-strip strong{font-size:14px;line-height:1.4;margin-top:3px}
.home-contact-fields{gap:9px;margin-top:10px}
.home-contact-fields input{border-radius:11px;padding:11px 12px;font-size:13px;min-height:44px}
.home-query-footer{gap:14px;margin-top:14px}
.home-query-footer>div{gap:8px 11px}
.home-query-footer>div span{font-size:10px;font-weight:650;color:#60758a}
.home-search-btn{min-width:190px!important;padding:14px 16px!important;border-radius:12px!important;font-size:14px!important;font-weight:850!important;box-shadow:0 10px 22px rgba(242,123,19,.20)}
.home-search-btn:hover{transform:translateY(-1px)}
.home-search-btn b{font-size:19px}

@media(max-width:1100px){
  .home-page .hero-inner{gap:28px}
  .home-page .home-query-card{max-width:490px;padding:25px}
  .home-query-card-head h2{font-size:26px}
}
@media(max-width:900px){
  .home-page .hero-inner{align-items:stretch;gap:26px;padding-top:24px;padding-bottom:30px}
  .home-page .hero-right{width:100%;justify-content:center}
  .home-page .home-query-card{width:100%;max-width:680px;margin:0 auto;padding:26px}
  .home-page .hero-btns .btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center}
}
@media(max-width:600px){
  .home-page .hero-inner{padding-left:14px;padding-right:14px;gap:20px}
  .home-page .home-query-card{padding:18px 16px 17px;border-radius:20px;box-shadow:0 18px 44px rgba(6,37,65,.24)}
  .home-query-card-head{gap:10px;margin-bottom:15px}
  .home-query-kicker{font-size:10px}
  .home-query-card-head h2{font-size:24px;line-height:1.18}
  .home-query-card-head p{font-size:13px;line-height:1.5}
  .home-query-trust{font-size:10px;padding:7px 10px}
  .home-service-tabs{display:grid!important;grid-template-columns:1fr 1fr;gap:7px!important;margin-bottom:14px!important}
  .home-service-tabs .tab{font-size:13px;padding:11px 8px;min-height:43px}
  .home-form-grid{grid-template-columns:1fr;gap:9px}
  .home-field{padding:11px 12px;min-height:68px}
  .home-field label{font-size:11px}
  .home-field input,.home-field select{font-size:16px!important;min-height:24px}
  .home-field small{font-size:10px}
  .home-contact-strip{padding:13px 12px;margin-top:10px}
  .home-contact-strip strong{font-size:13px}
  .home-contact-fields{grid-template-columns:1fr;gap:8px}
  .home-contact-fields input{font-size:16px;min-height:46px;padding:11px 12px}
  .home-query-footer{margin-top:12px;gap:11px}
  .home-query-footer>div{justify-content:flex-start;gap:6px 10px}
  .home-query-footer>div span{font-size:10px}
  .home-search-btn{width:100%;min-height:50px!important;font-size:15px!important;padding:14px 16px!important}
  .home-page .hero-btns{gap:8px}
  .home-page .hero-btns .btn{font-size:13px;padding:11px 13px;flex:1 1 calc(50% - 8px)}
}

/* ===== Easy Trip Live Support + Floating WhatsApp ===== */
.et-support-stack{position:fixed;right:22px;bottom:24px;z-index:9998;display:flex;flex-direction:column;align-items:flex-end;gap:12px;font-family:inherit}
.et-support-launcher,.et-wa-float{border:0;cursor:pointer;text-decoration:none;box-shadow:0 12px 32px rgba(15,76,117,.22);transition:transform .2s ease,box-shadow .2s ease;display:flex;align-items:center;justify-content:center}
.et-support-launcher:hover,.et-wa-float:hover{transform:translateY(-2px);box-shadow:0 16px 36px rgba(15,76,117,.28)}
.et-wa-float{width:58px;height:58px;border-radius:50%;background:#25D366;color:#fff;font-size:27px;font-weight:800}
.et-support-launcher{height:54px;padding:0 18px;border-radius:28px;background:linear-gradient(135deg,#0f4c75,#2563eb);color:#fff;gap:9px;font-size:14px;font-weight:800}
.et-support-launcher .et-online-dot{width:9px;height:9px;border-radius:50%;background:#5ee38a;box-shadow:0 0 0 4px rgba(94,227,138,.18)}
.et-support-panel{position:fixed;right:22px;bottom:154px;width:min(380px,calc(100vw - 30px));z-index:9999;background:#fff;border:1px solid #e7eef5;border-radius:22px;box-shadow:0 24px 70px rgba(15,23,42,.2);overflow:hidden;opacity:0;visibility:hidden;transform:translateY(14px) scale(.98);transform-origin:bottom right;transition:.22s ease;font-family:inherit}
.et-support-panel.open{opacity:1;visibility:visible;transform:translateY(0) scale(1)}
.et-support-head{padding:18px 18px 16px;background:linear-gradient(135deg,#0f4c75,#1d6da0);color:#fff;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.et-support-brand{display:flex;gap:11px;align-items:center}.et-support-avatar{width:42px;height:42px;border-radius:13px;background:#fff;color:#0f4c75;display:grid;place-items:center;font-weight:900;font-size:15px;box-shadow:0 6px 16px rgba(0,0,0,.12)}
.et-support-brand strong{display:block;font-size:16px;line-height:1.2}.et-support-brand small{display:block;margin-top:4px;font-size:12px;opacity:.9;font-weight:500}.et-support-close{width:34px;height:34px;border:0;border-radius:50%;background:rgba(255,255,255,.15);color:#fff;font-size:23px;line-height:1;cursor:pointer}
.et-support-body{padding:17px}.et-support-greeting{background:#f4f8fb;border-radius:14px;padding:13px 14px;color:#334155;font-size:13px;line-height:1.55;margin-bottom:14px}.et-support-greeting b{color:#0f4c75}
.et-quick-title{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-weight:800;margin:0 0 8px}.et-quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:14px}.et-quick-btn{border:1px solid #dbe6ef;background:#fff;color:#27445a;border-radius:11px;padding:10px 9px;font:700 12px/1.25 inherit;cursor:pointer;text-align:left}.et-quick-btn:hover{border-color:#8eb7d2;background:#f8fbfd}
.et-chat-form{display:grid;gap:9px}.et-chat-form input,.et-chat-form textarea{width:100%;box-sizing:border-box;border:1px solid #d8e3ec;border-radius:11px;background:#fff;color:#152b3c;padding:11px 12px;font:500 14px/1.35 inherit;outline:none}.et-chat-form textarea{min-height:76px;resize:vertical}.et-chat-form input:focus,.et-chat-form textarea:focus{border-color:#0f4c75;box-shadow:0 0 0 3px rgba(15,76,117,.1)}
.et-chat-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:2px}.et-chat-submit,.et-chat-wa{min-height:43px;border-radius:11px;border:0;font:800 13px inherit;cursor:pointer;display:flex;align-items:center;justify-content:center;text-decoration:none}.et-chat-submit{background:#0f4c75;color:#fff}.et-chat-wa{background:#25D366;color:#fff}.et-support-note{text-align:center;color:#94a3b8;font-size:10px;margin:9px 0 0}
@media(max-width:900px){.et-support-stack{right:14px;bottom:82px}.et-wa-float{display:none}.et-support-launcher{width:50px;height:50px;padding:0;border-radius:50%;font-size:0}.et-support-launcher:after{content:'💬';font-size:21px}.et-support-launcher .et-online-dot{position:absolute;margin:0 0 35px 35px}.et-support-panel{right:10px;bottom:142px;width:calc(100vw - 20px);max-width:390px;border-radius:18px}.et-support-body{padding:14px}.et-quick-grid{grid-template-columns:1fr 1fr}.et-chat-form input,.et-chat-form textarea{font-size:16px}.et-chat-actions{grid-template-columns:1fr}}
@media(max-width:380px){.et-quick-grid{grid-template-columns:1fr}.et-support-panel{bottom:138px}}


/* ===== Mobile clarity & layout final fix ===== */
@media(max-width:900px){
  html,body{max-width:100%;overflow-x:hidden}
  .site-header{backdrop-filter:none!important}
  body.menu-open:before{background:rgba(3,19,32,.58)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
  nav#mainNav{filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background:#fff!important;color:#0f2740!important}
  nav#mainNav,nav#mainNav *{text-shadow:none!important;filter:none!important;opacity:1}
  nav#mainNav a{color:#183247!important;font-weight:700!important;line-height:1.35!important}
  nav#mainNav a:hover,nav#mainNav a:focus{background:#f4f8fb!important;color:#0f4c75!important}
  .site-header .nav{padding:8px 14px!important;min-height:70px!important;gap:10px!important}
  .brand img{width:min(210px,60vw)!important;height:auto!important;max-height:54px!important}
  .hamburger{flex:0 0 auto!important}
  .section,.service-content,.booking-shell,.breadcrumb{max-width:100%!important;box-sizing:border-box!important}
  img,video,iframe{max-width:100%;height:auto}
  .grid,.blog-grid,.service-card-grid,.process-grid,.footer-grid{min-width:0}
  input,select,textarea,button{max-width:100%;box-sizing:border-box}
}
@media(max-width:600px){
  .site-header .nav{min-height:64px!important;padding:7px 12px!important}
  .brand img{width:min(185px,58vw)!important;max-height:48px!important}
  nav#mainNav{width:min(88vw,340px)!important;padding:82px 18px 26px!important}
  nav#mainNav a{font-size:15.5px!important;padding:13px 9px!important}
  .page-header{padding-left:16px!important;padding-right:16px!important}
  .section,.service-content,.booking-shell{padding-left:16px!important;padding-right:16px!important}
  .footer{padding-left:16px!important;padding-right:16px!important}
}

/* ===== Live Support mobile viewport fix ===== */
@media(max-width:900px){
  .et-support-panel{
    left:10px!important;
    right:10px!important;
    bottom:76px!important;
    top:auto!important;
    width:auto!important;
    max-width:none!important;
    max-height:calc(100dvh - 96px)!important;
    border-radius:18px!important;
    display:flex;
    flex-direction:column;
    overflow:hidden!important;
  }
  .et-support-head{flex:0 0 auto;padding:15px 15px 13px!important}
  .et-support-body{
    flex:1 1 auto;
    min-height:0;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior:contain;
    padding:14px!important;
  }
  .et-support-greeting{font-size:13px;line-height:1.45;margin-bottom:11px}
  .et-quick-grid{gap:7px;margin-bottom:11px}
  .et-quick-btn{padding:9px 8px}
  .et-chat-form{gap:8px}
  .et-chat-form textarea{min-height:64px;max-height:120px}
  .et-support-note{margin-bottom:4px}
}
@media(max-width:420px){
  .et-support-panel{
    left:8px!important;
    right:8px!important;
    bottom:72px!important;
    max-height:calc(100dvh - 88px)!important;
    border-radius:16px!important;
  }
  .et-support-brand strong{font-size:15px}
  .et-support-brand small{font-size:11px}
  .et-support-avatar{width:38px;height:38px}
  .et-support-close{width:32px;height:32px}
}

/* ===== Ultra-compact Live Support for mobile ===== */
@media(max-width:600px){
  .et-support-panel{
    left:10px!important;
    right:10px!important;
    bottom:70px!important;
    width:auto!important;
    max-width:none!important;
    max-height:calc(100dvh - 82px)!important;
    border-radius:15px!important;
  }
  .et-support-head{padding:9px 10px!important;align-items:center!important}
  .et-support-brand{gap:8px!important}
  .et-support-avatar{width:31px!important;height:31px!important;border-radius:9px!important;font-size:12px!important}
  .et-support-brand strong{font-size:13.5px!important;line-height:1.1!important}
  .et-support-brand small{font-size:9.5px!important;margin-top:2px!important;white-space:nowrap!important}
  .et-support-close{width:28px!important;height:28px!important;font-size:20px!important}
  .et-support-body{padding:9px 10px 10px!important}
  .et-support-greeting{padding:8px 9px!important;margin-bottom:8px!important;border-radius:10px!important;font-size:11px!important;line-height:1.3!important}
  .et-quick-title{font-size:9px!important;margin:0 0 5px!important}
  .et-quick-grid{grid-template-columns:1fr 1fr!important;gap:5px!important;margin-bottom:8px!important}
  .et-quick-btn{padding:6px 7px!important;border-radius:8px!important;font-size:10px!important;line-height:1.15!important;min-height:31px!important}
  .et-chat-form{gap:6px!important}
  .et-chat-form input,.et-chat-form textarea{
    min-height:39px!important;
    padding:8px 10px!important;
    border-radius:9px!important;
    font-size:15px!important;
    line-height:1.2!important;
  }
  .et-chat-form textarea{min-height:46px!important;max-height:64px!important;resize:none!important}
  .et-chat-actions{grid-template-columns:1fr 1fr!important;gap:6px!important;margin-top:0!important}
  .et-chat-submit,.et-chat-wa{min-height:38px!important;border-radius:9px!important;font-size:11.5px!important}
  .et-support-note{font-size:8.5px!important;margin:5px 0 0!important;line-height:1.2!important}
}
@media(max-width:380px), (max-height:680px){
  .et-support-panel{bottom:66px!important;max-height:calc(100dvh - 74px)!important}
  .et-support-brand small{display:none!important}
  .et-support-greeting{font-size:10px!important;padding:6px 8px!important;margin-bottom:6px!important}
  .et-support-greeting br{display:none!important}
  .et-quick-title{display:none!important}
  .et-quick-grid{margin-bottom:6px!important}
  .et-quick-btn{min-height:28px!important;padding:5px 6px!important;font-size:9.5px!important}
  .et-chat-form input,.et-chat-form textarea{min-height:36px!important;padding:7px 9px!important;font-size:14px!important}
  .et-chat-form textarea{min-height:42px!important;max-height:52px!important}
  .et-support-note{display:none!important}
}

/* ===== Mobile menu click reliability fix ===== */
@media(max-width:900px){
  body.menu-open:before{
    pointer-events:none!important;
  }
  nav#mainNav{
    pointer-events:auto!important;
    isolation:isolate!important;
  }
  nav#mainNav.show{
    pointer-events:auto!important;
  }
  nav#mainNav a,
  nav#mainNav button,
  nav#mainNav .header-book-btn{
    position:relative!important;
    z-index:2!important;
    pointer-events:auto!important;
    touch-action:manipulation!important;
    cursor:pointer!important;
  }
  .hamburger{
    pointer-events:auto!important;
    touch-action:manipulation!important;
  }
}

/* SEO landing pages */
.seo-landing-hero{padding:60px 24px;background:linear-gradient(135deg,#f8fbff,#eef7ff 58%,#fff7ed);border-bottom:1px solid #e5edf5}.seo-landing-inner{max-width:1180px;margin:auto;display:grid;grid-template-columns:1.35fr .65fr;gap:44px;align-items:center}.seo-eyebrow,.seo-section-head>span{display:inline-block;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#f97316;margin-bottom:10px}.seo-hero-copy h1{font-size:clamp(34px,4vw,52px);line-height:1.08;margin:0 0 18px;color:#0f172a}.seo-hero-copy p,.seo-hero-panel p{font-size:16px;line-height:1.75;color:#475569}.seo-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:24px 0 20px}.seo-primary-btn,.seo-secondary-btn{display:inline-flex;min-height:48px;align-items:center;padding:0 20px;border-radius:12px;font-weight:800;text-decoration:none}.seo-primary-btn{background:#f97316;color:#fff}.seo-secondary-btn{background:#fff;color:#0f172a;border:1px solid #dbe4ee}.seo-proof{display:flex;gap:15px;flex-wrap:wrap;font-size:13px;font-weight:700;color:#334155}.seo-hero-panel{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:26px;box-shadow:0 20px 50px rgba(15,23,42,.09)}.seo-hero-panel strong{font-size:21px;color:#0f172a}.seo-hero-panel a{color:#f97316;font-weight:800;text-decoration:none}.seo-breadcrumb{max-width:1180px;margin:16px auto 0;padding:0 24px}.seo-package-section,.seo-info-split,.seo-faq{max-width:1180px;margin:auto;padding:56px 24px}.seo-destination-guide{padding:56px 24px;background:#f8fafc}.seo-section-head{text-align:center;max-width:760px;margin:0 auto 30px}.seo-section-head h2{font-size:clamp(27px,3vw,38px);color:#0f172a;margin:0 0 10px}.seo-section-head p{color:#64748b;line-height:1.7}.seo-package-section .card{border-radius:18px;overflow:hidden;border:1px solid #e8edf3;box-shadow:0 8px 28px rgba(15,23,42,.07)}.seo-guide-grid{max-width:1180px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.seo-guide-grid a{padding:22px;border:1px solid #e2e8f0;border-radius:18px;background:#fff;text-decoration:none}.seo-guide-grid b{font-size:19px;color:#0f172a}.seo-guide-grid small{display:block;color:#f97316;font-weight:700;margin:5px 0 10px}.seo-guide-grid p{color:#64748b;font-size:14px;line-height:1.6;margin:0}.seo-info-split{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center}.seo-info-split h2{font-size:34px;color:#0f172a}.seo-info-split p{color:#64748b;line-height:1.8}.seo-benefit-card{padding:28px;border-radius:20px;background:#0f172a;color:#fff}.seo-benefit-card ul{padding-left:20px;line-height:2;color:#e2e8f0}.seo-benefit-card a,.seo-final-cta a{display:inline-flex;background:#f97316;color:#fff;text-decoration:none;font-weight:800;padding:12px 16px;border-radius:10px}.seo-faq{max-width:900px}.seo-faq details{border:1px solid #e2e8f0;border-radius:14px;margin:10px 0;background:#fff;padding:0 18px}.seo-faq summary{cursor:pointer;padding:17px 0;font-weight:800}.seo-faq details p{color:#64748b;line-height:1.7;margin:0 0 18px}.seo-final-cta{max-width:1132px;margin:0 auto 58px;padding:42px 24px;text-align:center;border-radius:24px;background:linear-gradient(135deg,#0f172a,#1e3a5f);color:#fff}.seo-final-cta h2{font-size:34px;margin:8px 0}.seo-final-cta p{color:#dbeafe}@media(max-width:800px){.seo-landing-hero{padding:38px 18px}.seo-landing-inner,.seo-info-split{grid-template-columns:1fr;gap:24px}.seo-hero-copy h1{font-size:34px}.seo-package-section,.seo-info-split,.seo-faq,.seo-destination-guide{padding:42px 16px}.seo-guide-grid{grid-template-columns:1fr 1fr}.seo-final-cta{margin:0 16px 92px}}@media(max-width:520px){.seo-guide-grid{grid-template-columns:1fr}.seo-hero-actions a{width:100%;justify-content:center}.seo-section-head{text-align:left}}

/* Visa, Hotels & Flights SEO service landing pages */
.service-seo-section,.service-process{padding:58px 24px}.service-seo-section{max-width:1180px;margin:auto}
.service-hero-panel{position:relative;overflow:hidden}.service-panel-badge{display:inline-flex;padding:6px 10px;border-radius:999px;background:#fff7ed;color:#ea580c;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px}
.service-guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.service-guide-card{padding:24px;border-radius:18px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 7px 24px rgba(15,23,42,.05);transition:.25s}.service-guide-card:hover{transform:translateY(-3px);border-color:#fdba74;box-shadow:0 14px 30px rgba(15,23,42,.09)}.service-guide-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#fff7ed;color:#f97316;font-weight:900;margin-bottom:14px}.service-guide-card h3{font-size:19px;color:#0f172a;margin:0 0 5px}.service-guide-card small{display:block;color:#f97316;font-weight:700;margin-bottom:10px}.service-guide-card p{font-size:14px;line-height:1.65;color:#64748b;margin:0}
.service-info-split{border-top:1px solid #eef2f7}.service-process{background:#f8fafc}.service-process-grid{max-width:1050px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-process-grid>div{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:24px}.service-process-grid b{display:inline-block;font-size:13px;color:#f97316;background:#fff7ed;padding:7px 9px;border-radius:8px}.service-process-grid h3{font-size:18px;color:#0f172a;margin:14px 0 7px}.service-process-grid p{font-size:14px;color:#64748b;line-height:1.65;margin:0}
@media(max-width:800px){.service-seo-section,.service-process{padding:42px 16px}.service-guide-grid{grid-template-columns:1fr 1fr}.service-process-grid{grid-template-columns:1fr}.service-guide-card{padding:19px}}
@media(max-width:520px){.service-guide-grid{grid-template-columns:1fr}.service-seo-hero .seo-hero-panel{padding:19px}.service-process-grid>div{padding:20px}}


/* Call + WhatsApp actions for Visa / Hotels / Flights cards */
.service-card-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px;
  margin-top:16px;
}
.service-card-actions a{
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  text-decoration:none;
  font-size:13px;
  font-weight:800;
  transition:transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.service-card-actions a:hover{
  transform:translateY(-1px);
}
.service-call-btn{
  background:#0f172a;
  color:#fff;
  box-shadow:0 6px 14px rgba(15,23,42,.12);
}
.service-wa-btn{
  background:#16a34a;
  color:#fff;
  box-shadow:0 6px 14px rgba(22,163,74,.14);
}
@media(max-width:520px){
  .service-card-actions{
    grid-template-columns:1fr 1fr;
    gap:8px;
  }
  .service-card-actions a{
    min-height:40px;
    font-size:12.5px;
  }
}

/* Professional Blog + Contact pages */
.blog-category-strip{max-width:1180px;margin:24px auto 0;padding:0 24px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.blog-category-strip a{padding:17px;border:1px solid #e2e8f0;border-radius:15px;text-decoration:none;background:#fff;box-shadow:0 5px 18px rgba(15,23,42,.04)}.blog-category-strip b,.blog-category-strip small{display:block}.blog-category-strip b{color:#0f172a}.blog-category-strip small{color:#64748b;margin-top:4px}.professional-blog-list{max-width:1180px;margin:auto;padding:54px 24px}.professional-blog-content .card,.professional-blog-content .blog-card{border-radius:18px;overflow:hidden;box-shadow:0 8px 26px rgba(15,23,42,.07);border:1px solid #e8edf3}.blog-seo-info{max-width:1180px;margin:auto;padding:48px 24px;display:grid;grid-template-columns:1.2fr .8fr;gap:38px;align-items:center}.blog-seo-info h2{font-size:34px;color:#0f172a}.blog-seo-info p{color:#64748b;line-height:1.8}.blog-seo-info a{color:#ea580c;font-weight:700}
.contact-seo-hero{padding:58px 24px;background:linear-gradient(135deg,#f8fbff,#eef7ff 60%,#fff7ed);text-align:center}.contact-hero-inner{max-width:820px;margin:auto}.contact-hero-inner h1{font-size:clamp(36px,5vw,54px);color:#0f172a;margin:0 0 15px}.contact-hero-inner p{font-size:17px;line-height:1.75;color:#475569}.contact-quick-actions{display:flex;justify-content:center;gap:12px;margin-top:22px}.contact-quick-actions a{min-width:150px;padding:13px 18px;border-radius:11px;color:#fff;text-decoration:none;font-weight:800}.contact-call{background:#0f172a}.contact-wa{background:#16a34a}.contact-main-grid{max-width:1120px;margin:auto;padding:54px 24px;display:grid;grid-template-columns:1.15fr .85fr;gap:28px}.contact-form-card,.contact-info-card{border:1px solid #e2e8f0;border-radius:22px;padding:30px;background:#fff;box-shadow:0 10px 35px rgba(15,23,42,.06)}.contact-form-card h2,.contact-info-card h2{font-size:28px;color:#0f172a;margin:0 0 8px}.contact-form-card>p{color:#64748b}.contact-pro-form{display:grid;gap:15px;margin-top:22px}.contact-field-row{display:grid;grid-template-columns:1fr 1fr;gap:13px}.contact-pro-form label{font-size:13px;font-weight:800;color:#334155}.contact-pro-form input,.contact-pro-form select,.contact-pro-form textarea{width:100%;box-sizing:border-box;margin-top:6px;border:1px solid #cbd5e1;border-radius:11px;padding:12px 13px;font:inherit;font-size:15px;background:#fff}.contact-pro-form input,.contact-pro-form select{min-height:48px}.contact-pro-form textarea{resize:vertical}.contact-pro-form button{border:0;border-radius:11px;min-height:50px;background:#f97316;color:#fff;font-size:15px;font-weight:800;cursor:pointer}.contact-privacy{color:#64748b;text-align:center}.contact-info-item{padding:17px 0;border-bottom:1px solid #edf2f7}.contact-info-item b,.contact-info-item a,.contact-info-item small{display:block}.contact-info-item b{color:#0f172a;margin-bottom:5px}.contact-info-item a{color:#ea580c;font-weight:800;text-decoration:none}.contact-info-item small{color:#64748b;margin-top:4px}.contact-trust-note{margin-top:22px;padding:18px;background:#f8fafc;border-radius:14px}.contact-trust-note p{font-size:14px;color:#64748b;line-height:1.65;margin-bottom:0}.contact-services{padding:52px 24px;background:#f8fafc}.contact-service-grid{max-width:1100px;margin:auto;display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.contact-service-grid a{background:#fff;border:1px solid #e2e8f0;border-radius:15px;padding:19px;text-decoration:none}.contact-service-grid b,.contact-service-grid span{display:block}.contact-service-grid b{color:#0f172a}.contact-service-grid span{font-size:12px;color:#f97316;font-weight:700;margin-top:7px}.contact-faq{padding-top:54px;padding-bottom:70px}
@media(max-width:800px){.blog-category-strip{grid-template-columns:1fr 1fr;padding:0 16px}.professional-blog-list{padding:42px 16px}.blog-seo-info,.contact-main-grid{grid-template-columns:1fr;padding:42px 16px}.blog-seo-info h2{font-size:28px}.contact-seo-hero{padding:40px 18px}.contact-service-grid{grid-template-columns:1fr 1fr}.contact-services{padding:42px 16px}}@media(max-width:520px){.blog-category-strip{grid-template-columns:1fr 1fr;gap:8px}.blog-category-strip a{padding:13px}.contact-field-row{grid-template-columns:1fr}.contact-quick-actions{display:grid;grid-template-columns:1fr 1fr}.contact-quick-actions a{min-width:0}.contact-form-card,.contact-info-card{padding:20px}.contact-service-grid{grid-template-columns:1fr 1fr}.contact-pro-form input,.contact-pro-form select,.contact-pro-form textarea{font-size:16px}}

/* Blog SEO enhancements - preserve original blog layout */
.blog-seo-intro{max-width:1180px;margin:0 auto;padding:28px 24px 8px}
.blog-seo-intro-inner{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:22px 24px}
.blog-seo-intro h2{font-size:24px;line-height:1.25;color:#0f172a;margin:0 0 9px}
.blog-seo-intro p{font-size:15px;line-height:1.75;color:#64748b;margin:0}
.blog-seo-intro a{color:#ea580c;font-weight:700;text-decoration:none}
.blog-seo-intro a:hover{text-decoration:underline}

/* Ensure original blog cards remain fully clickable */
.blog-card,.post-card,.card{position:relative}
.blog-card a,.post-card a,.card a{position:relative;z-index:3;pointer-events:auto}
.blog-card::before,.blog-card::after,
.post-card::before,.post-card::after{pointer-events:none}
.blog-grid,.posts-grid,.blog-list{position:relative;z-index:1}
.blog-card,.post-card{cursor:pointer}
.blog-card img,.post-card img{pointer-events:none}

@media(max-width:768px){
  .blog-seo-intro{padding:20px 16px 4px}
  .blog-seo-intro-inner{padding:18px}
  .blog-seo-intro h2{font-size:21px}
  .blog-seo-intro p{font-size:14.5px}
}

/* Unified mobile footer action bar - all pages */
.mobile-action-bar{
  display:none;
}
@media(max-width:768px){
  html,body{overflow-x:hidden}
  body{
    padding-bottom:76px !important;
  }

  /* Hide older/duplicate mobile sticky bars where present */
  .mobile-bottom-bar,
  .mobile-sticky-bar,
  .sticky-mobile-bar,
  .bottom-mobile-bar,
  .mobile-footer-buttons{
    display:none !important;
  }

  .mobile-action-bar{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:2147483000;
    height:64px;
    display:grid !important;
    grid-template-columns:1fr 1.15fr 1fr;
    align-items:stretch;
    background:#fff;
    border-top:1px solid #e5e7eb;
    box-shadow:0 -8px 24px rgba(15,23,42,.14);
    padding-bottom:env(safe-area-inset-bottom);
  }
  .mobile-action-bar a{
    display:flex !important;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:3px;
    min-width:0;
    text-decoration:none !important;
    font-weight:800;
    line-height:1;
    pointer-events:auto !important;
    touch-action:manipulation;
    -webkit-tap-highlight-color:transparent;
  }
  .mobile-action-bar a span{
    font-size:18px;
    line-height:1;
  }
  .mobile-action-bar a small{
    font-size:11px;
    font-weight:800;
    line-height:1;
  }
  .mobile-action-call{
    color:#0f172a !important;
    background:#fff;
  }
  .mobile-action-query{
    color:#fff !important;
    background:#f97316;
  }
  .mobile-action-wa{
    color:#fff !important;
    background:#16a34a;
  }

  /* Ensure live support/floating widgets do not cover the bar */
  .live-support-launcher,
  .live-chat-launcher,
  .chat-launcher,
  .live-support-btn{
    bottom:78px !important;
    z-index:2147482000 !important;
  }
}
@media(max-width:420px){
  .mobile-action-bar{
    height:60px;
    grid-template-columns:1fr 1.08fr 1fr;
  }
  body{padding-bottom:72px !important}
  .mobile-action-bar a span{font-size:17px}
  .mobile-action-bar a small{font-size:10.5px}
}

/* Professional package detail pages */
.package-pro-hero{padding:54px 24px;background:linear-gradient(135deg,#f8fbff,#eef7ff 58%,#fff7ed);border-bottom:1px solid #e5edf5}.package-pro-hero-inner{max-width:1180px;margin:auto;display:grid;grid-template-columns:1.3fr .7fr;gap:38px;align-items:center}.package-breadcrumb{font-size:12px;color:#64748b;margin-bottom:18px}.package-breadcrumb a{color:#475569;text-decoration:none}.package-pro-eyebrow{display:inline-block;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#f97316;font-weight:900;margin-bottom:9px}.package-pro-copy h1{font-size:clamp(34px,4vw,50px);line-height:1.1;color:#0f172a;letter-spacing:-.03em;margin:0 0 15px}.package-pro-copy>p{font-size:16px;line-height:1.75;color:#475569;max-width:760px}.package-pro-meta{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0}.package-pro-meta span{padding:8px 11px;border:1px solid #dbe4ee;background:#fff;border-radius:9px;font-size:12px;font-weight:700;color:#334155}.package-pro-actions{display:flex;gap:9px;flex-wrap:wrap}.package-pro-actions a{display:flex;align-items:center;justify-content:center;min-height:46px;padding:0 17px;border-radius:11px;text-decoration:none;font-weight:800}.pkg-book{background:#f97316;color:#fff}.pkg-call{background:#0f172a;color:#fff}.pkg-wa{background:#16a34a;color:#fff}.package-pro-summary{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:25px;box-shadow:0 18px 45px rgba(15,23,42,.08)}.package-pro-summary>span{font-size:11px;color:#f97316;text-transform:uppercase;font-weight:900;letter-spacing:.1em}.package-pro-summary h2{font-size:22px;color:#0f172a;margin:8px 0 16px}.package-highlight-list{display:grid;grid-template-columns:1fr 1fr;gap:9px}.package-highlight-list div{background:#f8fafc;border-radius:10px;padding:10px;font-size:13px;font-weight:700;color:#334155}.package-pro-summary small{display:block;color:#64748b;line-height:1.5;margin-top:14px}.package-pro-info{max-width:1180px;margin:auto;padding:54px 24px;display:grid;grid-template-columns:1.3fr .7fr;gap:38px;align-items:center}.package-pro-info h2{font-size:32px;color:#0f172a;margin:0 0 14px}.package-pro-info p{color:#64748b;line-height:1.8}.package-pro-info aside{border:1px solid #e2e8f0;border-radius:18px;padding:23px;background:#f8fafc}.package-pro-info aside h3{color:#0f172a;margin-top:0}.package-pro-info aside>div{display:flex;justify-content:space-between;gap:15px;border-bottom:1px solid #e2e8f0;padding:10px 0;font-size:13px}.package-pro-info aside span{color:#64748b;text-align:right}.package-pro-info aside a{display:block;text-align:center;margin-top:16px;padding:11px;background:#16a34a;color:#fff;border-radius:9px;text-decoration:none;font-weight:800}.package-pro-trust{max-width:1132px;margin:0 auto 50px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.package-pro-trust>div{padding:17px;border:1px solid #e2e8f0;border-radius:14px}.package-pro-trust b,.package-pro-trust span{display:block}.package-pro-trust b{color:#0f172a}.package-pro-trust span{font-size:12px;color:#64748b;margin-top:4px}.package-pro-faq{padding-top:20px}.package-final-cta>div{display:flex;justify-content:center;gap:10px}.package-final-cta .pkg-final-wa{background:#16a34a}
@media(max-width:800px){.package-pro-hero{padding:38px 16px}.package-pro-hero-inner,.package-pro-info{grid-template-columns:1fr;gap:24px}.package-pro-copy h1{font-size:33px}.package-pro-info{padding:42px 16px}.package-pro-info h2{font-size:27px}.package-pro-trust{margin:0 16px 42px;grid-template-columns:1fr 1fr}.package-pro-actions{display:grid;grid-template-columns:1.25fr .8fr .9fr}.package-pro-actions a{padding:0 8px;font-size:12px}}@media(max-width:480px){.package-highlight-list{grid-template-columns:1fr 1fr}.package-pro-meta{gap:6px}.package-pro-meta span{font-size:11px}.package-pro-trust{grid-template-columns:1fr 1fr}.package-final-cta>div{display:grid;grid-template-columns:1fr 1fr}.package-final-cta>div a{justify-content:center}}

/* Package booking modal trigger fix */
#bookingModal{
  align-items:center;
  justify-content:center;
}
#bookingModal.active,
#bookingModal.show,
#bookingModal.open{
  display:flex !important;
}
body.modal-open{
  overflow:hidden !important;
}
@media(max-width:768px){
  #bookingModal{
    padding:16px !important;
    align-items:center !important;
    overflow-y:auto !important;
  }
  #bookingModal .modal-content,
  #bookingModal .booking-modal-content,
  #bookingModal > div{
    max-height:calc(100dvh - 32px) !important;
    overflow-y:auto !important;
    margin:auto !important;
  }
}

/* Compact Request Quote modal */
#bookingModal .modal-content,
#bookingModal .booking-modal-content,
#bookingModal > div{
  width:min(92vw,560px) !important;
  max-height:none !important;
  overflow:visible !important;
  border-radius:16px !important;
}

#bookingModal .modal-header,
#bookingModal .booking-modal-header{
  padding:14px 18px !important;
}

#bookingModal .modal-header h2,
#bookingModal .booking-modal-header h2,
#bookingModal h2{
  font-size:20px !important;
  line-height:1.2 !important;
  margin:0 !important;
}

#bookingModal .modal-body,
#bookingModal .booking-modal-body{
  padding:14px 18px 16px !important;
}

#bookingModal form{
  display:grid !important;
  gap:10px !important;
}

#bookingModal label{
  font-size:12px !important;
  margin:0 !important;
}

#bookingModal input,
#bookingModal select,
#bookingModal textarea{
  min-height:40px !important;
  padding:9px 11px !important;
  font-size:14px !important;
  border-radius:9px !important;
  margin-top:4px !important;
}

#bookingModal textarea{
  min-height:64px !important;
  height:64px !important;
  resize:none !important;
}

#bookingModal button[type="submit"],
#bookingModal .submit-btn,
#bookingModal .btn-submit{
  min-height:42px !important;
  padding:10px 14px !important;
  font-size:14px !important;
  border-radius:9px !important;
}

#bookingModal .form-row,
#bookingModal .row{
  gap:10px !important;
}

#bookingModal .modal-close,
#bookingModal .close-modal,
#bookingModal .close{
  width:32px !important;
  height:32px !important;
  font-size:20px !important;
}

@media(max-width:768px){
  #bookingModal{
    padding:10px !important;
    align-items:center !important;
  }

  #bookingModal .modal-content,
  #bookingModal .booking-modal-content,
  #bookingModal > div{
    width:min(94vw,480px) !important;
    max-height:calc(100dvh - 20px) !important;
    overflow:hidden !important;
  }

  #bookingModal .modal-header,
  #bookingModal .booking-modal-header{
    padding:11px 14px !important;
  }

  #bookingModal .modal-header h2,
  #bookingModal .booking-modal-header h2,
  #bookingModal h2{
    font-size:18px !important;
  }

  #bookingModal .modal-body,
  #bookingModal .booking-modal-body{
    padding:10px 14px 12px !important;
    overflow:visible !important;
  }

  #bookingModal form{
    gap:8px !important;
  }

  #bookingModal label{
    font-size:11.5px !important;
  }

  #bookingModal input,
  #bookingModal select{
    min-height:38px !important;
    padding:8px 10px !important;
    font-size:13px !important;
  }

  #bookingModal textarea{
    min-height:54px !important;
    height:54px !important;
    padding:8px 10px !important;
    font-size:13px !important;
  }

  #bookingModal button[type="submit"],
  #bookingModal .submit-btn,
  #bookingModal .btn-submit{
    min-height:40px !important;
    padding:9px 12px !important;
    font-size:13.5px !important;
  }
}

@media(max-width:420px), (max-height:700px){
  #bookingModal .modal-header,
  #bookingModal .booking-modal-header{
    padding:9px 12px !important;
  }

  #bookingModal .modal-body,
  #bookingModal .booking-modal-body{
    padding:8px 12px 10px !important;
  }

  #bookingModal form{
    gap:6px !important;
  }

  #bookingModal input,
  #bookingModal select{
    min-height:36px !important;
    padding:7px 9px !important;
  }

  #bookingModal textarea{
    min-height:46px !important;
    height:46px !important;
  }

  #bookingModal .helper-text,
  #bookingModal .form-note,
  #bookingModal small{
    font-size:10px !important;
    line-height:1.2 !important;
  }
}

/* FINAL booking modal fix: compact, centered, closeable on desktop + mobile */
html.etv-lock,
body.etv-lock{
  overflow:hidden !important;
}

#bookingModal{
  position:fixed !important;
  inset:0 !important;
  display:none !important;
  align-items:center !important;
  justify-content:center !important;
  padding:16px !important;
  background:rgba(15,23,42,.58) !important;
  z-index:2147483500 !important;
  overflow:hidden !important;
}

#bookingModal.etv-modal-open{
  display:flex !important;
}

#bookingModal .modal-content,
#bookingModal .booking-modal-content,
#bookingModal > div{
  position:relative !important;
  width:min(520px, calc(100vw - 32px)) !important;
  max-width:520px !important;
  max-height:calc(100dvh - 32px) !important;
  height:auto !important;
  margin:0 !important;
  overflow:hidden !important;
  border-radius:16px !important;
  background:#fff !important;
  box-shadow:0 24px 70px rgba(15,23,42,.28) !important;
}

#bookingModal .modal-header,
#bookingModal .booking-modal-header{
  position:relative !important;
  padding:12px 46px 10px 16px !important;
  min-height:unset !important;
}

#bookingModal .modal-header h2,
#bookingModal .booking-modal-header h2,
#bookingModal h2{
  font-size:18px !important;
  line-height:1.2 !important;
  margin:0 !important;
}

#bookingModal .modal-close,
#bookingModal .close-modal,
#bookingModal .booking-modal-close,
#bookingModal .close,
#bookingModal [data-close-modal]{
  position:absolute !important;
  top:8px !important;
  right:10px !important;
  width:34px !important;
  height:34px !important;
  min-width:34px !important;
  min-height:34px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 !important;
  border:0 !important;
  border-radius:50% !important;
  background:#f1f5f9 !important;
  color:#0f172a !important;
  font-size:21px !important;
  line-height:1 !important;
  cursor:pointer !important;
  z-index:20 !important;
  pointer-events:auto !important;
}

#bookingModal .modal-body,
#bookingModal .booking-modal-body,
#bookingModal form{
  max-height:none !important;
}

#bookingModal .modal-body,
#bookingModal .booking-modal-body{
  padding:10px 16px 14px !important;
  overflow:visible !important;
}

#bookingModal form{
  display:grid !important;
  gap:7px !important;
}

#bookingModal .form-row,
#bookingModal .row{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:8px !important;
}

#bookingModal label{
  font-size:11.5px !important;
  line-height:1.2 !important;
  margin:0 !important;
}

#bookingModal input,
#bookingModal select{
  height:36px !important;
  min-height:36px !important;
  padding:7px 9px !important;
  margin-top:3px !important;
  font-size:13px !important;
  line-height:1.2 !important;
  border-radius:8px !important;
}

#bookingModal textarea{
  height:44px !important;
  min-height:44px !important;
  max-height:44px !important;
  padding:7px 9px !important;
  margin-top:3px !important;
  font-size:13px !important;
  line-height:1.25 !important;
  resize:none !important;
  border-radius:8px !important;
}

#bookingModal button[type="submit"],
#bookingModal .submit-btn,
#bookingModal .btn-submit{
  height:38px !important;
  min-height:38px !important;
  padding:8px 12px !important;
  border-radius:8px !important;
  font-size:13px !important;
  line-height:1 !important;
}

#bookingModal .helper-text,
#bookingModal .form-note,
#bookingModal small{
  font-size:9.5px !important;
  line-height:1.15 !important;
  margin:0 !important;
}

@media(max-width:640px){
  #bookingModal{
    padding:8px !important;
    align-items:center !important;
  }

  #bookingModal .modal-content,
  #bookingModal .booking-modal-content,
  #bookingModal > div{
    width:calc(100vw - 16px) !important;
    max-width:420px !important;
    max-height:calc(100dvh - 16px) !important;
    border-radius:14px !important;
  }

  #bookingModal .modal-header,
  #bookingModal .booking-modal-header{
    padding:9px 42px 7px 12px !important;
  }

  #bookingModal .modal-header h2,
  #bookingModal .booking-modal-header h2,
  #bookingModal h2{
    font-size:16px !important;
  }

  #bookingModal .modal-body,
  #bookingModal .booking-modal-body{
    padding:7px 12px 10px !important;
  }

  #bookingModal form{
    gap:5px !important;
  }

  #bookingModal .form-row,
  #bookingModal .row{
    gap:6px !important;
  }

  #bookingModal label{
    font-size:10.5px !important;
  }

  #bookingModal input,
  #bookingModal select{
    height:34px !important;
    min-height:34px !important;
    padding:6px 8px !important;
    font-size:12px !important;
  }

  #bookingModal textarea{
    height:38px !important;
    min-height:38px !important;
    max-height:38px !important;
    padding:6px 8px !important;
    font-size:12px !important;
  }

  #bookingModal button[type="submit"],
  #bookingModal .submit-btn,
  #bookingModal .btn-submit{
    height:36px !important;
    min-height:36px !important;
    font-size:12.5px !important;
  }

  #bookingModal .modal-close,
  #bookingModal .close-modal,
  #bookingModal .booking-modal-close,
  #bookingModal .close,
  #bookingModal [data-close-modal]{
    top:6px !important;
    right:7px !important;
    width:30px !important;
    height:30px !important;
    min-width:30px !important;
    min-height:30px !important;
    font-size:19px !important;
  }
}

@media(max-height:620px){
  #bookingModal .modal-header,
  #bookingModal .booking-modal-header{
    padding-top:7px !important;
    padding-bottom:5px !important;
  }

  #bookingModal .modal-body,
  #bookingModal .booking-modal-body{
    padding-top:5px !important;
    padding-bottom:7px !important;
  }

  #bookingModal form{
    gap:4px !important;
  }

  #bookingModal input,
  #bookingModal select{
    height:32px !important;
    min-height:32px !important;
  }

  #bookingModal textarea{
    height:34px !important;
    min-height:34px !important;
    max-height:34px !important;
  }

  #bookingModal .helper-text,
  #bookingModal .form-note,
  #bookingModal small{
    display:none !important;
  }
}

/* REAL FINAL FIX — actual consult modal used on package pages */
html.etv-lock, body.etv-lock{overflow:hidden!important}
#bookingModal{
  position:fixed!important;inset:0!important;display:none!important;
  align-items:center!important;justify-content:center!important;
  padding:12px!important;background:rgba(15,23,42,.58)!important;
  z-index:2147483500!important;overflow:hidden!important;
}
#bookingModal.etv-modal-open,#bookingModal.show{display:flex!important}
#bookingModal .consult-modal{
  width:min(680px,calc(100vw - 24px))!important;
  max-width:680px!important;
  height:auto!important;max-height:calc(100dvh - 24px)!important;
  overflow:hidden!important;border-radius:16px!important;
  margin:0!important;background:#fff!important;
  box-shadow:0 24px 70px rgba(15,23,42,.28)!important;
}
#bookingModal .consult-modal-head{
  padding:12px 14px 10px!important;gap:10px!important;align-items:flex-start!important;
}
#bookingModal .consult-modal-kicker{
  padding:4px 8px!important;margin-bottom:4px!important;font-size:9px!important;line-height:1.2!important;
}
#bookingModal .consult-modal-head h3{
  font-size:20px!important;line-height:1.15!important;margin:0!important;
}
#bookingModal .consult-modal-head p{
  margin:4px 0 0!important;font-size:11px!important;line-height:1.35!important;max-width:520px!important;
}
#bookingModal .consult-close{
  width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;
  padding:0!important;font-size:21px!important;line-height:1!important;position:relative!important;
  top:auto!important;right:auto!important;z-index:50!important;pointer-events:auto!important;cursor:pointer!important;
  background:#fff!important;border:1px solid #dbe5ee!important;
}
#bookingModal .consult-modal-body{
  padding:10px 14px 12px!important;overflow:visible!important;
}
#bookingModal .consult-form-grid{
  display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px 10px!important;
}
#bookingModal .consult-field{min-width:0!important}
#bookingModal .consult-field.full{grid-column:1/-1!important}
#bookingModal .consult-field label{
  font-size:10.5px!important;line-height:1.15!important;margin:0 0 3px!important;
}
#bookingModal .consult-field input,
#bookingModal .consult-field select{
  height:34px!important;min-height:34px!important;padding:6px 9px!important;
  border-radius:8px!important;font-size:12px!important;line-height:1.15!important;margin:0!important;
}
#bookingModal .consult-field textarea{
  height:40px!important;min-height:40px!important;max-height:40px!important;padding:6px 9px!important;
  border-radius:8px!important;font-size:12px!important;line-height:1.2!important;resize:none!important;margin:0!important;
}
#bookingModal .consult-submit{
  height:36px!important;min-height:36px!important;padding:7px 12px!important;
  border-radius:8px!important;font-size:12.5px!important;line-height:1!important;margin:0!important;
}
#bookingModal .consult-trust{
  display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:6px!important;margin-top:7px!important;
}
#bookingModal .consult-trust span{
  min-height:28px!important;padding:5px 6px!important;font-size:9px!important;line-height:1.1!important;border-radius:8px!important;
  display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;
}
#bookingModal .consult-actions{
  display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:8px!important;
}
#bookingModal .consult-actions a{
  min-height:34px!important;height:34px!important;padding:6px 8px!important;border-radius:8px!important;
  font-size:11.5px!important;line-height:1!important;display:flex!important;align-items:center!important;justify-content:center!important;
}
@media(max-width:600px){
  #bookingModal{padding:6px!important}
  #bookingModal .consult-modal{width:calc(100vw - 12px)!important;max-width:430px!important;max-height:calc(100dvh - 12px)!important;border-radius:13px!important}
  #bookingModal .consult-modal-head{padding:8px 10px 7px!important}
  #bookingModal .consult-modal-kicker{font-size:8px!important;padding:3px 6px!important;margin-bottom:3px!important}
  #bookingModal .consult-modal-head h3{font-size:17px!important}
  #bookingModal .consult-modal-head p{font-size:9.5px!important;line-height:1.25!important;margin-top:2px!important}
  #bookingModal .consult-close{width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;font-size:18px!important}
  #bookingModal .consult-modal-body{padding:7px 10px 8px!important}
  #bookingModal .consult-form-grid{grid-template-columns:1fr 1fr!important;gap:5px 7px!important}
  #bookingModal .consult-field label{font-size:9.5px!important;margin-bottom:2px!important}
  #bookingModal .consult-field input,#bookingModal .consult-field select{height:31px!important;min-height:31px!important;padding:5px 7px!important;font-size:11px!important}
  #bookingModal .consult-field textarea{height:34px!important;min-height:34px!important;max-height:34px!important;padding:5px 7px!important;font-size:11px!important}
  #bookingModal .consult-submit{height:33px!important;min-height:33px!important;font-size:11.5px!important;padding:6px 8px!important}
  #bookingModal .consult-trust{margin-top:5px!important;gap:4px!important}
  #bookingModal .consult-trust span{min-height:24px!important;font-size:8px!important;padding:4px!important}
  #bookingModal .consult-actions{margin-top:5px!important;gap:6px!important}
  #bookingModal .consult-actions a{height:31px!important;min-height:31px!important;font-size:10.5px!important;padding:5px!important}
}
@media(max-height:650px){
  #bookingModal .consult-modal-head p{display:none!important}
  #bookingModal .consult-modal-kicker{margin-bottom:2px!important}
  #bookingModal .consult-modal-body{padding-top:6px!important;padding-bottom:6px!important}
  #bookingModal .consult-form-grid{gap:4px 7px!important}
  #bookingModal .consult-trust{display:none!important}
  #bookingModal .consult-actions{margin-top:5px!important}
}


/* FINAL UX polish: sticky header + premium mobile action bar */

/* Keep header visible while scrolling */
header,
.site-header,
.main-header{
  position:sticky !important;
  top:0 !important;
  z-index:2147482500 !important;
}

/* If top info bar exists, keep it with header instead of letting content overlap */
.topbar,
.top-bar,
.header-top,
.top-info-bar{
  position:relative !important;
  z-index:2147482501 !important;
}

/* Sticky header visual refinement */
header,
.site-header,
.main-header{
  background:#fff !important;
  box-shadow:0 4px 18px rgba(15,23,42,.08);
  transition:box-shadow .2s ease, background .2s ease;
}

/* Prevent anchor targets from hiding behind sticky header */
html{
  scroll-padding-top:110px;
}

/* Premium mobile footer actions */
@media(max-width:768px){
  body{
    padding-bottom:84px !important;
  }

  .mobile-action-bar{
    position:fixed !important;
    left:10px !important;
    right:10px !important;
    bottom:10px !important;
    width:auto !important;
    height:64px !important;
    display:grid !important;
    grid-template-columns:1fr 1.15fr 1fr !important;
    align-items:stretch !important;
    background:#ffffff !important;
    border:1px solid rgba(148,163,184,.32) !important;
    border-radius:18px !important;
    box-shadow:0 12px 30px rgba(15,23,42,.20) !important;
    overflow:hidden !important;
    z-index:2147483000 !important;
    padding:0 !important;
  }

  .mobile-action-bar a{
    position:relative !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    gap:4px !important;
    min-width:0 !important;
    text-decoration:none !important;
    font-weight:800 !important;
    touch-action:manipulation !important;
    -webkit-tap-highlight-color:transparent !important;
    border:0 !important;
  }

  .mobile-action-bar a:not(:last-child)::after{
    content:"";
    position:absolute;
    right:0;
    top:14px;
    bottom:14px;
    width:1px;
    background:rgba(148,163,184,.22);
  }

  .mobile-action-bar a span{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:28px !important;
    height:28px !important;
    border-radius:9px !important;
    font-size:15px !important;
    line-height:1 !important;
    margin:0 !important;
  }

  .mobile-action-bar a small{
    display:block !important;
    font-size:10.5px !important;
    line-height:1 !important;
    font-weight:800 !important;
    margin:0 !important;
    white-space:nowrap !important;
  }

  .mobile-action-call{
    background:#fff !important;
    color:#0f172a !important;
  }
  .mobile-action-call span{
    background:#eef2ff !important;
    color:#1e3a8a !important;
  }

  .mobile-action-query{
    background:#fff7ed !important;
    color:#c2410c !important;
  }
  .mobile-action-query span{
    background:#ffedd5 !important;
    color:#ea580c !important;
  }

  .mobile-action-wa{
    background:#f0fdf4 !important;
    color:#15803d !important;
  }
  .mobile-action-wa span{
    background:#dcfce7 !important;
    color:#16a34a !important;
  }

  /* Keep live support above mobile actions */
  .live-support-launcher,
  .live-chat-launcher,
  .chat-launcher,
  .live-support-btn{
    bottom:88px !important;
    z-index:2147482000 !important;
  }

  /* Mobile sticky header sizing */
  header,
  .site-header,
  .main-header{
    top:0 !important;
  }

  .topbar,
  .top-bar,
  .header-top,
  .top-info-bar{
    font-size:11px !important;
  }
}

@media(max-width:420px){
  .mobile-action-bar{
    left:8px !important;
    right:8px !important;
    bottom:8px !important;
    height:60px !important;
    border-radius:16px !important;
  }

  .mobile-action-bar a span{
    width:26px !important;
    height:26px !important;
    font-size:14px !important;
  }

  .mobile-action-bar a small{
    font-size:10px !important;
  }

  body{
    padding-bottom:78px !important;
  }
}

/* ===== FINAL MOBILE HEADER FIX: true fixed header ===== */
@media (max-width:900px){
  .site-header{
    position:fixed !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    z-index:2147482500 !important;
    margin:0 !important;
    background:#fff !important;
    transform:none !important;
    -webkit-transform:none !important;
    will-change:auto !important;
    box-shadow:0 5px 20px rgba(15,23,42,.12) !important;
  }

  /* 34px top info bar + ~70px navigation */
  body{
    padding-top:104px !important;
  }

  .site-header .topbar{
    position:relative !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    width:100% !important;
  }

  .site-header .nav{
    position:relative !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    width:100% !important;
    background:#fff !important;
  }

  /* Keep drawer interaction above page content */
  nav#mainNav{
    z-index:2147482600 !important;
  }

  .hamburger{
    z-index:2147482700 !important;
  }

  body.menu-open:before{
    z-index:2147482550 !important;
  }

  html{
    scroll-padding-top:112px !important;
  }
}

/* On normal phones the top info bar is hidden, so only nav height is needed */
@media (max-width:600px){
  .site-header .topbar{
    display:none !important;
  }

  body{
    padding-top:70px !important;
  }

  .site-header .nav{
    min-height:70px !important;
    height:70px !important;
    padding:7px 12px !important;
  }

  html{
    scroll-padding-top:78px !important;
  }

  /* Mobile menu starts below the fixed header */
  nav#mainNav{
    top:70px !important;
    height:calc(100dvh - 70px) !important;
    padding-top:20px !important;
  }
}

/* Very small devices */
@media (max-width:380px){
  body{
    padding-top:66px !important;
  }

  .site-header .nav{
    min-height:66px !important;
    height:66px !important;
  }

  nav#mainNav{
    top:66px !important;
    height:calc(100dvh - 66px) !important;
  }
}

.dom-hero{padding:58px 24px;background:linear-gradient(135deg,#f8fbff,#fff7ed);text-align:center}.dom-hero>div{max-width:850px;margin:auto}.dom-hero span,.dom-head span,.dp-heading span{font-size:10px;font-weight:900;letter-spacing:.14em;color:#f97316}.dom-hero h1{font-size:clamp(34px,5vw,50px);color:#0f172a;margin:8px 0 12px}.dom-hero p,.dom-head p{color:#64748b;line-height:1.7}.dom-catalog{max-width:1180px;margin:auto;padding:50px 24px}.dom-head{text-align:center}.dom-head h2{font-size:30px;color:#0f172a;margin:7px}.dom-filters{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin:24px 0}.dom-filters button{border:1px solid #e2e8f0;background:#fff;border-radius:999px;padding:9px 13px;font-size:12px;font-weight:800;cursor:pointer}.dom-filters button.active{background:#0f172a;color:#fff}.dom-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.dom-card{border:1px solid #e2e8f0;border-radius:16px;background:#fff;box-shadow:0 7px 24px rgba(15,23,42,.05)}.dom-card>a{display:block;padding:19px;text-decoration:none;color:inherit}.dom-top,.dom-foot{display:flex;justify-content:space-between;gap:10px}.dom-top span{font-size:10px;color:#ea580c;background:#fff7ed;padding:6px 8px;border-radius:7px;font-weight:900}.dom-top b,.dom-foot{font-size:11px;color:#64748b}.dom-card h2{font-size:19px;color:#0f172a;margin:13px 0 5px}.dom-card .route{font-size:11.5px;color:#334155}.dom-card p{font-size:12px;color:#64748b;line-height:1.6}.dom-foot{border-top:1px solid #eef2f7;padding-top:12px;margin-top:12px}.dom-foot b{color:#ea580c}.dp-hero{padding:50px 24px;background:linear-gradient(135deg,#f8fbff,#fff7ed)}.dp-wrap{max-width:1120px;margin:auto;display:grid;grid-template-columns:1.3fr .7fr;gap:35px;align-items:center}.dp-tag{font-size:10px;font-weight:900;color:#ea580c}.dp-hero h1{font-size:clamp(32px,4vw,46px);color:#0f172a;margin:10px 0}.dp-hero p{color:#64748b;line-height:1.7}.dp-meta,.dp-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:17px}.dp-meta span{font-size:11px;padding:7px 9px;background:#fff;border:1px solid #e2e8f0;border-radius:8px}.dp-actions a,.dp-cta a{padding:10px 14px;border-radius:9px;background:#f97316;color:#fff;text-decoration:none;font-size:12px;font-weight:800}.dp-actions a:nth-child(2){background:#0f172a}.dp-actions .wa{background:#16a34a}.dp-wrap aside{background:#fff;border:1px solid #e2e8f0;border-radius:17px;padding:22px}.dp-wrap aside small{color:#f97316;font-weight:900}.dp-wrap aside h2{font-size:19px}.dp-check{font-size:12px;padding:7px 0;border-bottom:1px solid #eef2f7}.dp-wrap aside p{font-size:11px;color:#64748b}.dp-section{max-width:1050px;margin:auto;padding:48px 24px}.dp-heading{text-align:center;margin-bottom:22px}.dp-heading h2{font-size:29px;margin:6px;color:#0f172a}.dp-heading p{color:#64748b;font-size:12px}.dp-days{display:grid;grid-template-columns:1fr 1fr;gap:11px}.dp-days article,.dp-inclusions>div{border:1px solid #e2e8f0;border-radius:14px;padding:16px}.dp-days b{font-size:10px;color:#f97316}.dp-days h3{font-size:15px;margin:5px 0}.dp-days p,.dp-inclusions p{font-size:11.5px;color:#64748b;line-height:1.6}.dp-inclusions{max-width:1050px;margin:0 auto 45px;padding:0 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.dp-inclusions h2{font-size:16px}.dp-cta{max-width:900px;margin:0 auto 50px;text-align:center;background:#0f172a;color:#fff;border-radius:18px;padding:30px 20px}.dp-cta p{color:#94a3b8}@media(max-width:800px){.dom-grid{grid-template-columns:1fr 1fr}.dp-wrap,.dp-inclusions{grid-template-columns:1fr}.dp-days{grid-template-columns:1fr}}@media(max-width:520px){.dom-grid{grid-template-columns:1fr}.dom-catalog,.dp-section{padding:40px 16px}.dp-hero{padding:38px 16px}.dp-inclusions{padding:0 16px}.dp-cta{margin:0 16px 45px}}

/* Domestic 22-package category catalogue */
.dom22-section{max-width:1180px;margin:auto;padding:52px 24px}
.dom22-filters{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin:24px 0 28px}
.dom22-filters button{border:1px solid #e2e8f0;background:#fff;color:#475569;border-radius:999px;padding:9px 13px;font-size:12px;font-weight:800;cursor:pointer}
.dom22-filters button small{font-size:9px;background:#f1f5f9;padding:2px 5px;border-radius:999px;margin-left:3px}
.dom22-filters button.active{background:#0f172a;color:#fff;border-color:#0f172a}
.dom22-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}
.dom22-card{border:1px solid #e2e8f0;border-radius:16px;background:#fff;box-shadow:0 7px 24px rgba(15,23,42,.05);transition:.2s}
.dom22-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(15,23,42,.09)}
.dom22-card[hidden]{display:none!important}
.dom22-card>a{display:block;padding:19px;text-decoration:none;color:inherit;height:100%}
.dom22-top,.dom22-bottom{display:flex;justify-content:space-between;align-items:center;gap:10px}
.dom22-top span{font-size:10px;font-weight:900;color:#ea580c;background:#fff7ed;padding:6px 8px;border-radius:7px}
.dom22-top b{font-size:11px;color:#64748b}
.dom22-card h3{font-size:19px;color:#0f172a;margin:14px 0 6px}
.dom22-card p{font-size:12px;font-weight:700;color:#475569;min-height:36px;line-height:1.5}
.dom22-bottom{border-top:1px solid #eef2f7;padding-top:12px;margin-top:14px}
.dom22-bottom small{font-size:10.5px;color:#64748b}.dom22-bottom strong{font-size:11px;color:#ea580c}
@media(max-width:850px){.dom22-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){.dom22-section{padding:42px 16px}.dom22-grid{grid-template-columns:1fr}.dom22-filters{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}.dom22-filters button{white-space:nowrap}}

/* Desktop floating WhatsApp: actual logo */
.et-wa-float{
  width:58px !important;
  height:58px !important;
  border-radius:50% !important;
  background:#25D366 !important;
  color:#fff !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 !important;
  line-height:1 !important;
}
.et-wa-float .et-wa-svg{
  width:31px !important;
  height:31px !important;
  display:block !important;
  color:#fff !important;
}
@media(min-width:901px){
  .et-wa-float:hover{
    background:#20bd5a !important;
    transform:translateY(-2px) scale(1.03) !important;
  }
}

/* Package imagery — optimized, responsive, professional */
.dom22-card{overflow:hidden}
.dom22-card>a{padding:0 !important}
.dom22-image{height:175px;overflow:hidden;background:#e2e8f0}
.dom22-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}
.dom22-card:hover .dom22-image img{transform:scale(1.045)}
.dom22-card>a>.dom22-top,
.dom22-card>a>h3,
.dom22-card>a>p,
.dom22-card>a>.dom22-bottom{margin-left:19px;margin-right:19px}
.dom22-card>a>.dom22-top{margin-top:16px}
.dom22-card>a>.dom22-bottom{margin-bottom:18px}

.dp-hero{padding-top:24px !important}
.dp-hero-image{max-width:1180px;height:330px;margin:0 auto 28px;border-radius:20px;overflow:hidden;box-shadow:0 16px 40px rgba(15,23,42,.12)}
.dp-hero-image img{width:100%;height:100%;object-fit:cover;display:block}
.package-visual-hero{position:relative;max-width:1180px;height:340px;margin:26px auto 34px;border-radius:20px;overflow:hidden;background:#e2e8f0;box-shadow:0 16px 40px rgba(15,23,42,.12)}
.package-visual-hero img{width:100%;height:100%;object-fit:cover;display:block}
.package-visual-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,6,23,.62),rgba(2,6,23,.06))}
.package-visual-hero>div{position:absolute;left:34px;bottom:30px;z-index:2;color:#fff}
.package-visual-hero span{display:block;font-size:10px;font-weight:900;letter-spacing:.15em;color:#fed7aa;margin-bottom:6px}
.package-visual-hero strong{font-size:34px;line-height:1.1}
@media(max-width:700px){
 .dom22-image{height:190px}
 .dp-hero-image,.package-visual-hero{height:225px;border-radius:14px;margin-left:16px;margin-right:16px}
 .package-visual-hero>div{left:20px;bottom:20px}
 .package-visual-hero strong{font-size:26px}
}

/* Uniform package detail template based on Kerala Honeymoon layout */
.kh-page{background:#fff}
.kh-hero{max-width:1180px;margin:26px auto 0;padding:0 24px}
.kh-hero-image{height:360px;border-radius:22px;overflow:hidden;box-shadow:0 18px 45px rgba(15,23,42,.12)}
.kh-hero-image img{width:100%;height:100%;object-fit:cover;display:block}
.kh-hero-content{max-width:920px;margin:-58px auto 0;position:relative;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:26px 30px;box-shadow:0 18px 45px rgba(15,23,42,.10)}
.kh-breadcrumb{font-size:11px;color:#64748b;margin-bottom:12px}.kh-breadcrumb a{color:#475569;text-decoration:none}
.kh-chip{display:inline-block;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#ea580c;background:#fff7ed;padding:7px 9px;border-radius:8px}
.kh-hero h1{font-size:clamp(32px,4vw,46px);line-height:1.1;color:#0f172a;margin:12px 0 10px}
.kh-hero-content>p{font-size:14px;line-height:1.75;color:#64748b}
.kh-meta{display:flex;gap:8px;flex-wrap:wrap;margin:17px 0}.kh-meta span{font-size:11px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:8px 9px;color:#475569;font-weight:700}
.kh-actions{display:flex;gap:8px;flex-wrap:wrap}.kh-actions a{padding:11px 15px;border-radius:9px;text-decoration:none;font-size:12px;font-weight:800;color:#fff}.kh-actions .primary{background:#f97316}.kh-actions .dark{background:#0f172a}.kh-actions .wa{background:#16a34a}

.kh-overview{max-width:1100px;margin:auto;padding:54px 24px;display:grid;grid-template-columns:1.3fr .7fr;gap:34px;align-items:center}
.kh-overview-copy>span,.kh-section-title>span,.kh-booking-cta>span{font-size:10px;font-weight:900;letter-spacing:.13em;color:#f97316}
.kh-overview h2{font-size:31px;color:#0f172a;margin:7px 0 12px}.kh-overview-copy p{font-size:13px;color:#64748b;line-height:1.8}
.kh-summary{background:#f8fafc;border:1px solid #e2e8f0;border-radius:17px;padding:22px}.kh-summary small{font-size:10px;color:#f97316;font-weight:900}.kh-summary h3{font-size:20px;color:#0f172a;margin:7px 0 12px}
.kh-highlight-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.kh-highlight{background:#fff;border:1px solid #e2e8f0;border-radius:9px;padding:9px;font-size:11px;font-weight:800;color:#334155}
.kh-summary p{font-size:10.5px;color:#64748b;line-height:1.6;margin-top:12px}

.kh-itinerary{background:#f8fafc;padding:52px 24px}.kh-section-title{text-align:center;max-width:720px;margin:0 auto 24px}.kh-section-title h2{font-size:30px;color:#0f172a;margin:7px 0}.kh-section-title p{font-size:12.5px;color:#64748b}
.kh-days{max-width:1050px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:12px}.kh-day-card{display:grid;grid-template-columns:auto 1fr;gap:13px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:16px}.kh-day-no{font-size:10px;font-weight:900;color:#ea580c;background:#fff7ed;border-radius:8px;padding:7px;height:max-content}.kh-day-card h3{font-size:15px;color:#0f172a;margin:1px 0 5px}.kh-day-card p{font-size:11.5px;line-height:1.6;color:#64748b;margin:0}

.kh-info-grid{max-width:1050px;margin:0 auto;padding:48px 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.kh-info-grid>div{border:1px solid #e2e8f0;border-radius:15px;padding:19px}.kh-info-grid h3{font-size:16px;color:#0f172a;margin-top:0}.kh-info-grid p{font-size:11.5px;color:#64748b;line-height:1.8}

.kh-booking-cta{max-width:950px;margin:0 auto 55px;background:#0f172a;color:#fff;text-align:center;border-radius:20px;padding:34px 24px}.kh-booking-cta h2{font-size:28px;margin:7px 0}.kh-booking-cta p{font-size:12.5px;color:#94a3b8}.kh-booking-cta>div{display:flex;justify-content:center;gap:8px;margin-top:17px}.kh-booking-cta a{padding:11px 15px;border-radius:9px;background:#f97316;color:#fff;text-decoration:none;font-size:12px;font-weight:800}.kh-booking-cta a:last-child{background:#16a34a}

@media(max-width:800px){
 .kh-hero{padding:0 16px}.kh-hero-image{height:250px;border-radius:16px}.kh-hero-content{margin:-34px 12px 0;padding:20px}
 .kh-overview{grid-template-columns:1fr;padding:42px 16px}.kh-days{grid-template-columns:1fr}.kh-info-grid{grid-template-columns:1fr;padding:40px 16px}
 .kh-booking-cta{margin:0 16px 48px}.kh-itinerary{padding:42px 16px}
}
@media(max-width:520px){
 .kh-hero-image{height:215px}.kh-hero h1{font-size:30px}.kh-actions{display:grid;grid-template-columns:1.2fr .8fr 1fr}.kh-actions a{text-align:center;padding:10px 7px}
 .kh-highlight-grid{grid-template-columns:1fr 1fr}.kh-overview h2{font-size:27px}.kh-booking-cta h2{font-size:25px}
}

/* Compact package quote popup */
html.quote-open,html.quote-open body{overflow:hidden}
.et-quote-modal{position:fixed;inset:0;z-index:999999;display:none;align-items:center;justify-content:center;padding:14px}
.et-quote-modal.is-open{display:flex}
.et-quote-backdrop{position:absolute;inset:0;background:rgba(2,6,23,.68);backdrop-filter:blur(3px)}
.et-quote-dialog{position:relative;z-index:2;width:min(620px,100%);max-height:calc(100dvh - 28px);overflow:auto;background:#fff;border-radius:18px;box-shadow:0 24px 80px rgba(2,6,23,.3);padding:21px}
.et-quote-close{position:absolute;right:12px;top:11px;width:34px;height:34px;border:0;border-radius:50%;background:#f1f5f9;color:#0f172a;font-size:24px;line-height:32px;cursor:pointer;z-index:3}
.et-quote-head{padding-right:38px;margin-bottom:14px}.et-quote-head>span{font-size:9px;letter-spacing:.14em;font-weight:900;color:#f97316}.et-quote-head h2{font-size:23px;color:#0f172a;margin:4px 0}.et-quote-head p{font-size:11.5px;color:#64748b;margin:0}
.et-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px 10px}.et-quote-form label{display:block}.et-quote-form label>span{display:block;font-size:10px;font-weight:800;color:#475569;margin-bottom:4px}
.et-quote-form input,.et-quote-form select,.et-quote-form textarea{box-sizing:border-box;width:100%;border:1px solid #dbe3ec;border-radius:9px;background:#fff;color:#0f172a;font:inherit;font-size:12px;padding:9px 10px;outline:none}
.et-quote-form input,.et-quote-form select{height:38px}.et-quote-form textarea{resize:vertical;min-height:52px}.et-quote-form input:focus,.et-quote-form select:focus,.et-quote-form textarea:focus{border-color:#f97316;box-shadow:0 0 0 3px rgba(249,115,22,.09)}
.et-full{margin-top:9px}.et-submit{width:100%;border:0;border-radius:9px;background:#f97316;color:#fff;font-weight:900;font-size:12px;padding:11px;margin-top:10px;cursor:pointer}.et-form-note{text-align:center;font-size:9.5px;color:#94a3b8;margin:7px 0 0}
@media(max-width:600px){
 .et-quote-modal{padding:9px;align-items:center}.et-quote-dialog{padding:17px 14px;border-radius:15px;max-height:calc(100dvh - 18px)}
 .et-quote-head{margin-bottom:10px}.et-quote-head h2{font-size:20px}.et-form-grid{grid-template-columns:1fr 1fr;gap:7px}
 .et-quote-form input,.et-quote-form select{height:36px;padding:7px 8px;font-size:11px}.et-quote-form textarea{min-height:45px;padding:7px 8px}
 .et-quote-form label>span{font-size:9px}.et-full{margin-top:7px}.et-submit{margin-top:8px;padding:10px}.et-form-note{font-size:8.5px}
}
@media(max-width:390px){.et-quote-head p{display:none}.et-quote-dialog{padding-top:14px}.et-form-grid{gap:5px 7px}}

/* Additional SEO content for package detail pages */
.kh-seo-content{
  max-width:1050px;
  margin:auto;
  padding:48px 24px 8px;
  display:grid;
  grid-template-columns:1.35fr .65fr;
  gap:28px;
  align-items:start;
}
.kh-seo-main>span{
  font-size:10px;
  font-weight:900;
  letter-spacing:.13em;
  color:#f97316;
}
.kh-seo-main h2{
  font-size:27px;
  line-height:1.25;
  color:#0f172a;
  margin:7px 0 12px;
}
.kh-seo-main p{
  font-size:13px;
  line-height:1.8;
  color:#64748b;
  margin:0 0 12px;
}
.kh-seo-links{
  border:1px solid #e2e8f0;
  border-radius:15px;
  padding:19px;
  background:#f8fafc;
}
.kh-seo-links h3{
  font-size:16px;
  color:#0f172a;
  margin:0 0 11px;
}
.kh-seo-links a{
  display:block;
  color:#ea580c;
  text-decoration:none;
  font-size:11.5px;
  font-weight:800;
  padding:8px 0;
  border-bottom:1px solid #e2e8f0;
}
.kh-seo-links a:last-child{
  border-bottom:0;
}
@media(max-width:800px){
  .kh-seo-content{
    grid-template-columns:1fr;
    padding:40px 16px 0;
  }
  .kh-seo-main h2{
    font-size:24px;
  }
}

/* Final package quote popup close-state fix */
html.quote-open,
body.quote-open{
  overflow:hidden !important;
}
.et-quote-modal{
  visibility:hidden;
  opacity:0;
  pointer-events:none;
}
.et-quote-modal.is-open{
  display:flex !important;
  visibility:visible !important;
  opacity:1 !important;
  pointer-events:auto !important;
}
.et-quote-backdrop,
.et-quote-close{
  pointer-events:auto !important;
}
.et-quote-close{
  cursor:pointer !important;
  touch-action:manipulation !important;
  -webkit-tap-highlight-color:transparent;
}

/* Final robust quote modal open/close */
#bookingModal.et-quote-modal{display:none;visibility:hidden;opacity:0;pointer-events:none}
#bookingModal.et-quote-modal.is-open{
 display:flex !important;
 visibility:visible !important;
 opacity:1 !important;
 pointer-events:auto !important;
 align-items:center !important;
 justify-content:center !important;
}
#bookingModal .et-quote-dialog{display:block !important;position:relative !important;z-index:2 !important}
#bookingModal .et-quote-backdrop{display:block !important;position:absolute !important;inset:0 !important;z-index:1 !important}
#bookingModal .et-quote-close{z-index:10 !important;pointer-events:auto !important}

/* FINAL modal visual cleanup — remove white ghost panel behind quote form */
#bookingModal.et-quote-modal{
  position:fixed !important;
  inset:0 !important;
  width:100vw !important;
  height:100dvh !important;
  max-width:none !important;
  max-height:none !important;
  margin:0 !important;
  padding:14px !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  overflow:hidden !important;
}
#bookingModal.et-quote-modal::before,
#bookingModal.et-quote-modal::after{
  display:none !important;
  content:none !important;
}
#bookingModal .et-quote-backdrop{
  position:fixed !important;
  inset:0 !important;
  width:100vw !important;
  height:100dvh !important;
  margin:0 !important;
  padding:0 !important;
  border-radius:0 !important;
  background:rgba(15,23,42,.64) !important;
  backdrop-filter:blur(2px) !important;
  -webkit-backdrop-filter:blur(2px) !important;
  box-shadow:none !important;
  z-index:1 !important;
}
#bookingModal .et-quote-dialog{
  position:relative !important;
  width:min(520px,calc(100vw - 28px)) !important;
  max-width:520px !important;
  max-height:calc(100dvh - 28px) !important;
  margin:auto !important;
  padding:21px !important;
  overflow:auto !important;
  background:#fff !important;
  border-radius:18px !important;
  box-shadow:0 24px 70px rgba(2,6,23,.28) !important;
  z-index:2 !important;
}
@media(max-width:600px){
  #bookingModal.et-quote-modal{padding:9px !important}
  #bookingModal .et-quote-dialog{
    width:calc(100vw - 18px) !important;
    max-height:calc(100dvh - 18px) !important;
    padding:17px 14px !important;
    border-radius:15px !important;
  }
}

/* ===== Home page enquiry form compact refinement ===== */
/* Scope common home/hero enquiry form containers without affecting package popup */
.home-enquiry,
.hero-enquiry,
.hero-form,
.enquiry-box,
.enquiry-card,
.booking-form,
.quick-enquiry,
.query-form,
.travel-enquiry,
.hero .enquiry-form,
.hero .booking-widget{
  padding:16px 18px !important;
  border-radius:18px !important;
}

/* Compact title area */
.home-enquiry h2,
.hero-enquiry h2,
.hero-form h2,
.enquiry-box h2,
.enquiry-card h2,
.booking-form h2,
.quick-enquiry h2,
.query-form h2,
.travel-enquiry h2{
  font-size:20px !important;
  line-height:1.15 !important;
  margin:0 0 5px !important;
}

.home-enquiry p,
.hero-enquiry p,
.hero-form p,
.enquiry-box p,
.enquiry-card p,
.booking-form p,
.quick-enquiry p,
.query-form p,
.travel-enquiry p{
  margin-top:0 !important;
  margin-bottom:10px !important;
  font-size:11.5px !important;
  line-height:1.45 !important;
}

/* Tabs / service selector */
.home-enquiry .tabs,
.hero-enquiry .tabs,
.hero-form .tabs,
.enquiry-tabs,
.booking-tabs,
.service-tabs{
  gap:5px !important;
  margin-bottom:10px !important;
}

.home-enquiry .tabs button,
.hero-enquiry .tabs button,
.hero-form .tabs button,
.enquiry-tabs button,
.booking-tabs button,
.service-tabs button{
  min-height:34px !important;
  padding:7px 9px !important;
  font-size:11px !important;
  border-radius:8px !important;
}

/* Form layout and spacing */
.home-enquiry form,
.hero-enquiry form,
.hero-form form,
.enquiry-box form,
.enquiry-card form,
.booking-form form,
.quick-enquiry form,
.query-form form,
.travel-enquiry form{
  gap:7px !important;
}

.home-enquiry .form-row,
.hero-enquiry .form-row,
.hero-form .form-row,
.enquiry-box .form-row,
.enquiry-card .form-row,
.booking-form .form-row,
.quick-enquiry .form-row,
.query-form .form-row,
.travel-enquiry .form-row{
  gap:7px !important;
  margin-bottom:0 !important;
}

.home-enquiry label,
.hero-enquiry label,
.hero-form label,
.enquiry-box label,
.enquiry-card label,
.booking-form label,
.quick-enquiry label,
.query-form label,
.travel-enquiry label{
  font-size:10.5px !important;
  line-height:1.15 !important;
  margin-bottom:0 !important;
}

.home-enquiry input,
.home-enquiry select,
.hero-enquiry input,
.hero-enquiry select,
.hero-form input,
.hero-form select,
.enquiry-box input,
.enquiry-box select,
.enquiry-card input,
.enquiry-card select,
.booking-form input,
.booking-form select,
.quick-enquiry input,
.quick-enquiry select,
.query-form input,
.query-form select,
.travel-enquiry input,
.travel-enquiry select{
  height:36px !important;
  min-height:36px !important;
  padding:7px 9px !important;
  font-size:12px !important;
  border-radius:8px !important;
  margin-top:3px !important;
}

.home-enquiry textarea,
.hero-enquiry textarea,
.hero-form textarea,
.enquiry-box textarea,
.enquiry-card textarea,
.booking-form textarea,
.quick-enquiry textarea,
.query-form textarea,
.travel-enquiry textarea{
  min-height:44px !important;
  height:44px !important;
  max-height:44px !important;
  padding:7px 9px !important;
  font-size:12px !important;
  line-height:1.25 !important;
  resize:none !important;
  border-radius:8px !important;
  margin-top:3px !important;
}

/* Main CTA compact */
.home-enquiry button[type="submit"],
.hero-enquiry button[type="submit"],
.hero-form button[type="submit"],
.enquiry-box button[type="submit"],
.enquiry-card button[type="submit"],
.booking-form button[type="submit"],
.quick-enquiry button[type="submit"],
.query-form button[type="submit"],
.travel-enquiry button[type="submit"]{
  min-height:38px !important;
  height:38px !important;
  padding:8px 12px !important;
  font-size:12.5px !important;
  border-radius:9px !important;
  margin-top:2px !important;
}

/* Reduce helper / trust text */
.home-enquiry small,
.hero-enquiry small,
.hero-form small,
.enquiry-box small,
.enquiry-card small,
.booking-form small,
.quick-enquiry small,
.query-form small,
.travel-enquiry small{
  font-size:9px !important;
  line-height:1.15 !important;
}

/* Home hero form only: avoid excessive min-height */
.hero,
.hero-section,
.home-hero{
  min-height:auto !important;
}

@media(max-width:768px){
  .home-enquiry,
  .hero-enquiry,
  .hero-form,
  .enquiry-box,
  .enquiry-card,
  .booking-form,
  .quick-enquiry,
  .query-form,
  .travel-enquiry{
    padding:12px 13px !important;
    border-radius:14px !important;
  }

  .home-enquiry h2,
  .hero-enquiry h2,
  .hero-form h2,
  .enquiry-box h2,
  .enquiry-card h2,
  .booking-form h2,
  .quick-enquiry h2,
  .query-form h2,
  .travel-enquiry h2{
    font-size:17px !important;
  }

  .home-enquiry p,
  .hero-enquiry p,
  .hero-form p,
  .enquiry-box p,
  .enquiry-card p,
  .booking-form p,
  .quick-enquiry p,
  .query-form p,
  .travel-enquiry p{
    font-size:10.5px !important;
    margin-bottom:7px !important;
  }

  .home-enquiry .tabs,
  .hero-enquiry .tabs,
  .hero-form .tabs,
  .enquiry-tabs,
  .booking-tabs,
  .service-tabs{
    gap:4px !important;
    margin-bottom:7px !important;
  }

  .home-enquiry .tabs button,
  .hero-enquiry .tabs button,
  .hero-form .tabs button,
  .enquiry-tabs button,
  .booking-tabs button,
  .service-tabs button{
    min-height:31px !important;
    padding:6px 7px !important;
    font-size:10px !important;
  }

  .home-enquiry form,
  .hero-enquiry form,
  .hero-form form,
  .enquiry-box form,
  .enquiry-card form,
  .booking-form form,
  .quick-enquiry form,
  .query-form form,
  .travel-enquiry form{
    gap:5px !important;
  }

  .home-enquiry input,
  .home-enquiry select,
  .hero-enquiry input,
  .hero-enquiry select,
  .hero-form input,
  .hero-form select,
  .enquiry-box input,
  .enquiry-box select,
  .enquiry-card input,
  .enquiry-card select,
  .booking-form input,
  .booking-form select,
  .quick-enquiry input,
  .quick-enquiry select,
  .query-form input,
  .query-form select,
  .travel-enquiry input,
  .travel-enquiry select{
    height:34px !important;
    min-height:34px !important;
    font-size:11.5px !important;
    padding:6px 8px !important;
  }

  .home-enquiry textarea,
  .hero-enquiry textarea,
  .hero-form textarea,
  .enquiry-box textarea,
  .enquiry-card textarea,
  .booking-form textarea,
  .quick-enquiry textarea,
  .query-form textarea,
  .travel-enquiry textarea{
    height:38px !important;
    min-height:38px !important;
    max-height:38px !important;
    font-size:11px !important;
  }

  .home-enquiry button[type="submit"],
  .hero-enquiry button[type="submit"],
  .hero-form button[type="submit"],
  .enquiry-box button[type="submit"],
  .enquiry-card button[type="submit"],
  .booking-form button[type="submit"],
  .quick-enquiry button[type="submit"],
  .query-form button[type="submit"],
  .travel-enquiry button[type="submit"]{
    height:36px !important;
    min-height:36px !important;
    font-size:12px !important;
  }
}

@media(max-height:700px) and (max-width:768px){
  .home-enquiry p,
  .hero-enquiry p,
  .hero-form p,
  .enquiry-box p,
  .enquiry-card p,
  .booking-form p,
  .quick-enquiry p,
  .query-form p,
  .travel-enquiry p{
    display:none !important;
  }

  .home-enquiry textarea,
  .hero-enquiry textarea,
  .hero-form textarea,
  .enquiry-box textarea,
  .enquiry-card textarea,
  .booking-form textarea,
  .quick-enquiry textarea,
  .query-form textarea,
  .travel-enquiry textarea{
    height:34px !important;
    min-height:34px !important;
    max-height:34px !important;
  }
}

/* Exact home query card compact rules */
.home-query-card{
  padding:14px 16px !important;
  border-radius:18px !important;
}
.home-query-card-head{
  margin-bottom:8px !important;
}
.home-query-card-head h2,
.home-query-card-head h3{
  font-size:19px !important;
  line-height:1.15 !important;
  margin:0 0 4px !important;
}
.home-query-kicker{
  font-size:9.5px !important;
  margin-bottom:4px !important;
}
.home-query-card .form-tabs,
.home-query-card .query-tabs,
.home-query-card .service-tabs,
.home-query-card .tabs{
  gap:4px !important;
  margin-bottom:8px !important;
}
.home-query-card .form-tabs button,
.home-query-card .query-tabs button,
.home-query-card .service-tabs button,
.home-query-card .tabs button{
  min-height:31px !important;
  padding:6px 8px !important;
  font-size:10px !important;
  border-radius:8px !important;
}
.home-query-card form{
  gap:6px !important;
}
.home-query-card .form-row,
.home-query-card .row{
  gap:7px !important;
  margin-bottom:0 !important;
}
.home-query-card label{
  font-size:10px !important;
  line-height:1.1 !important;
}
.home-query-card input,
.home-query-card select{
  min-height:34px !important;
  height:34px !important;
  padding:6px 8px !important;
  font-size:11.5px !important;
  border-radius:8px !important;
}
.home-query-card textarea{
  min-height:38px !important;
  height:38px !important;
  max-height:38px !important;
  padding:6px 8px !important;
  font-size:11px !important;
  resize:none !important;
}
.home-query-card button[type="submit"]{
  min-height:36px !important;
  height:36px !important;
  padding:8px 10px !important;
  font-size:12px !important;
  border-radius:8px !important;
}
.home-query-trust{
  gap:5px !important;
  margin-top:7px !important;
}
.home-query-trust span,
.home-query-footer{
  font-size:9px !important;
  line-height:1.15 !important;
}
.home-query-footer{
  margin-top:5px !important;
}
@media(max-width:768px){
  .home-query-card{
    padding:11px 12px !important;
    border-radius:14px !important;
  }
  .home-query-card-head{
    margin-bottom:6px !important;
  }
  .home-query-card-head h2,
  .home-query-card-head h3{
    font-size:16px !important;
  }
  .home-query-card input,
  .home-query-card select{
    min-height:32px !important;
    height:32px !important;
    font-size:11px !important;
  }
  .home-query-card textarea{
    min-height:34px !important;
    height:34px !important;
    max-height:34px !important;
  }
  .home-query-card button[type="submit"]{
    min-height:34px !important;
    height:34px !important;
  }
}

/* Home query: extra-compact FROM / DESTINATION / DEPARTURE / TRAVELLERS boxes */
.home-query-card .field,
.home-query-card .form-field,
.home-query-card .query-field,
.home-query-card .search-field,
.home-query-card .input-box,
.home-query-card .search-input,
.home-query-card .field-box{
  min-height:0 !important;
  padding:6px 8px !important;
  margin:0 !important;
  border-radius:9px !important;
}

.home-query-card .field label,
.home-query-card .form-field label,
.home-query-card .query-field label,
.home-query-card .search-field label,
.home-query-card .field-box label{
  font-size:8.5px !important;
  line-height:1 !important;
  margin:0 0 2px !important;
  letter-spacing:.03em !important;
}

.home-query-card .field input,
.home-query-card .field select,
.home-query-card .form-field input,
.home-query-card .form-field select,
.home-query-card .query-field input,
.home-query-card .query-field select,
.home-query-card .search-field input,
.home-query-card .search-field select,
.home-query-card .field-box input,
.home-query-card .field-box select{
  min-height:29px !important;
  height:29px !important;
  padding:3px 5px !important;
  margin:0 !important;
  font-size:11px !important;
  line-height:1.1 !important;
}

.home-query-card .field small,
.home-query-card .form-field small,
.home-query-card .query-field small,
.home-query-card .search-field small,
.home-query-card .field-box small,
.home-query-card .field-help,
.home-query-card .helper-text{
  font-size:8px !important;
  line-height:1.05 !important;
  margin-top:1px !important;
}

.home-query-card .field-icon,
.home-query-card .input-icon,
.home-query-card .search-icon{
  width:20px !important;
  height:20px !important;
  font-size:13px !important;
  min-width:20px !important;
}

.home-query-card .form-grid,
.home-query-card .fields-grid,
.home-query-card .query-grid,
.home-query-card .search-grid{
  gap:5px 6px !important;
}

@media(max-width:768px){
 .home-query-card .field,
 .home-query-card .form-field,
 .home-query-card .query-field,
 .home-query-card .search-field,
 .home-query-card .input-box,
 .home-query-card .search-input,
 .home-query-card .field-box{
   padding:5px 7px !important;
 }
 .home-query-card .field input,
 .home-query-card .field select,
 .home-query-card .form-field input,
 .home-query-card .form-field select,
 .home-query-card .query-field input,
 .home-query-card .query-field select,
 .home-query-card .search-field input,
 .home-query-card .search-field select,
 .home-query-card .field-box input,
 .home-query-card .field-box select{
   min-height:27px !important;
   height:27px !important;
   font-size:10.5px !important;
 }
}

/* Exact selectors for the four home trip fields */
.home-form-grid{gap:6px !important}
.home-field{
  padding:6px 8px !important;
  min-height:58px !important;
  border-radius:10px !important;
}
.home-field>label{
  font-size:8.5px !important;
  line-height:1 !important;
  margin-bottom:2px !important;
}
.home-field-control{
  min-height:25px !important;
  height:25px !important;
  gap:5px !important;
}
.home-field-control>span{
  font-size:12px !important;
  width:16px !important;
  min-width:16px !important;
}
.home-field-control input,
.home-field-control select{
  height:25px !important;
  min-height:25px !important;
  padding:1px 2px !important;
  font-size:11px !important;
  line-height:1 !important;
}
.home-field>small{
  display:block !important;
  font-size:7.5px !important;
  line-height:1 !important;
  margin-top:1px !important;
}
.home-contact-strip{
  margin-top:6px !important;
  padding:7px 9px !important;
}
.home-contact-strip>label{font-size:8px !important}
.home-contact-strip>strong{font-size:10px !important}
.home-contact-fields{gap:5px !important;margin-top:4px !important}
.home-contact-fields input{
  height:30px !important;
  min-height:30px !important;
  padding:5px 7px !important;
  font-size:10.5px !important;
}
@media(max-width:768px){
 .home-form-grid{gap:5px !important}
 .home-field{padding:5px 7px !important;min-height:54px !important}
 .home-field-control{height:23px !important;min-height:23px !important}
 .home-field-control input,.home-field-control select{height:23px !important;min-height:23px !important;font-size:10.5px !important}
 .home-field>small{font-size:7px !important}
}

/* Home query box WIDTH reduction */
.home-query-card .home-form-grid{
  display:grid !important;
  grid-template-columns:repeat(2, minmax(0, 220px)) !important;
  justify-content:center !important;
  column-gap:12px !important;
  row-gap:10px !important;
  width:100% !important;
  max-width:460px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

.home-query-card .home-field{
  width:100% !important;
  max-width:220px !important;
  box-sizing:border-box !important;
}

/* Keep contact details aligned with the narrower trip fields */
.home-query-card .home-contact-strip{
  max-width:460px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

/* Tablet / mobile */
@media(max-width:768px){
  .home-query-card .home-form-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    max-width:430px !important;
    column-gap:10px !important;
  }

  .home-query-card .home-field{
    max-width:none !important;
  }

  .home-query-card .home-contact-strip{
    max-width:430px !important;
  }
}

/* Small phones: still two columns, but with narrower proportions */
@media(max-width:520px){
  .home-query-card .home-form-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    width:94% !important;
    max-width:400px !important;
    column-gap:8px !important;
    row-gap:8px !important;
  }

  .home-query-card .home-contact-strip{
    width:94% !important;
    max-width:400px !important;
  }
}

/* Very narrow screens: avoid text squeezing */
@media(max-width:360px){
  .home-query-card .home-form-grid{
    width:96% !important;
    column-gap:6px !important;
  }
}

/* New high-resolution logo */
.site-header .brand{
  display:flex !important;
  align-items:center !important;
  overflow:visible !important;
}
.site-header .brand img{
  width:auto !important;
  height:72px !important;
  max-width:255px !important;
  object-fit:contain !important;
  image-rendering:auto !important;
  filter:none !important;
}
.pro-footer-logo img{
  width:auto !important;
  max-width:205px !important;
  max-height:72px !important;
  object-fit:contain !important;
  filter:none !important;
}
@media(max-width:900px){
  .site-header .brand img{
    height:56px !important;
    max-width:205px !important;
  }
  .hamburger{
    position:relative !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    z-index:2147483646 !important;
    pointer-events:auto !important;
    touch-action:manipulation !important;
  }
  .hamburger *{
    pointer-events:none !important;
  }
  nav#mainNav{
    pointer-events:auto !important;
    z-index:2147483600 !important;
  }
  nav#mainNav.show,
  nav#mainNav.show *{
    pointer-events:auto !important;
  }
  body.menu-open::before,
  body.menu-open:before{
    z-index:2147483500 !important;
    pointer-events:auto !important;
  }
}

/* Final clean vector logo — no blur, no dark background */
.site-header .brand{
  background:transparent !important;
  box-shadow:none !important;
  padding:0 !important;
}
.site-header .brand img{
  display:block !important;
  width:245px !important;
  height:auto !important;
  max-height:72px !important;
  object-fit:contain !important;
  filter:none !important;
  opacity:1 !important;
}
.pro-footer-logo{
  background:#fff !important;
  padding:8px 10px !important;
  border-radius:12px !important;
}
.pro-footer-logo img{
  display:block !important;
  width:210px !important;
  max-width:100% !important;
  height:auto !important;
  max-height:66px !important;
  object-fit:contain !important;
  filter:none !important;
}
@media(max-width:900px){
  .site-header .brand img{
    width:205px !important;
    max-height:58px !important;
  }
}
@media(max-width:420px){
  .site-header .brand img{
    width:185px !important;
    max-height:54px !important;
  }
}

/* FINAL corrected horizontal Easy Trip Vacation logo */
.site-header .brand{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  width:320px !important;
  min-width:320px !important;
  max-width:320px !important;
  height:78px !important;
  padding:0 !important;
  margin:0 !important;
  background:transparent !important;
  overflow:visible !important;
}
.site-header .brand img{
  display:block !important;
  width:300px !important;
  max-width:300px !important;
  height:auto !important;
  max-height:76px !important;
  object-fit:contain !important;
  object-position:left center !important;
  filter:none !important;
  opacity:1 !important;
  transform:none !important;
}
.site-header .brand::before,
.site-header .brand::after,
.site-header .nav::before,
.site-header .nav::after{
  display:none !important;
  content:none !important;
}
.pro-footer-logo{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  width:auto !important;
  max-width:290px !important;
  min-height:72px !important;
  padding:8px 10px !important;
  background:#fff !important;
  border-radius:12px !important;
}
.pro-footer-logo img{
  display:block !important;
  width:265px !important;
  max-width:265px !important;
  height:auto !important;
  max-height:72px !important;
  object-fit:contain !important;
  filter:none !important;
}
@media(max-width:900px){
  .site-header .brand{
    width:240px !important;
    min-width:240px !important;
    max-width:240px !important;
    height:64px !important;
  }
  .site-header .brand img{
    width:225px !important;
    max-width:225px !important;
    max-height:60px !important;
  }
}
@media(max-width:520px){
  .site-header .brand{
    width:205px !important;
    min-width:205px !important;
    max-width:205px !important;
  }
  .site-header .brand img{
    width:195px !important;
    max-width:195px !important;
  }
}

/* Larger readable logo/tagline */
.site-header .brand{
  width:345px !important;
  min-width:345px !important;
  max-width:345px !important;
  height:82px !important;
}
.site-header .brand img{
  width:325px !important;
  max-width:325px !important;
  max-height:80px !important;
}
.pro-footer-logo{
  max-width:315px !important;
}
.pro-footer-logo img{
  width:290px !important;
  max-width:290px !important;
  max-height:78px !important;
}
@media(max-width:900px){
  .site-header .brand{
    width:255px !important;
    min-width:255px !important;
    max-width:255px !important;
    height:66px !important;
  }
  .site-header .brand img{
    width:240px !important;
    max-width:240px !important;
    max-height:64px !important;
  }
}
@media(max-width:520px){
  .site-header .brand{
    width:220px !important;
    min-width:220px !important;
    max-width:220px !important;
  }
  .site-header .brand img{
    width:210px !important;
    max-width:210px !important;
  }
}

/* FINAL footer logo — larger and clearer tagline */
.pro-footer-logo{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  width:340px !important;
  max-width:340px !important;
  min-height:88px !important;
  padding:8px 12px !important;
  background:#fff !important;
  border-radius:12px !important;
  overflow:visible !important;
}
.pro-footer-logo img{
  display:block !important;
  width:315px !important;
  max-width:315px !important;
  height:auto !important;
  max-height:84px !important;
  object-fit:contain !important;
  object-position:left center !important;
  filter:none !important;
  opacity:1 !important;
}
@media(max-width:768px){
  .pro-footer-logo{
    width:285px !important;
    max-width:285px !important;
    min-height:78px !important;
    padding:7px 10px !important;
  }
  .pro-footer-logo img{
    width:265px !important;
    max-width:265px !important;
    max-height:74px !important;
  }
}
@media(max-width:420px){
  .pro-footer-logo{
    width:255px !important;
    max-width:255px !important;
  }
  .pro-footer-logo img{
    width:235px !important;
    max-width:235px !important;
  }
}

/* Mobile Send Query / Request Quote popup reliability */
#bookingModal.et-quote-modal{
  position:fixed !important;
  inset:0 !important;
  width:100vw !important;
  height:100dvh !important;
  z-index:2147483647 !important;
  align-items:center !important;
  justify-content:center !important;
  background:transparent !important;
}
#bookingModal.et-quote-modal.is-open{
  display:flex !important;
  visibility:visible !important;
  opacity:1 !important;
  pointer-events:auto !important;
}
#bookingModal .et-quote-backdrop{
  position:fixed !important;
  inset:0 !important;
  z-index:1 !important;
  pointer-events:auto !important;
}
#bookingModal .et-quote-dialog{
  position:relative !important;
  z-index:2 !important;
  pointer-events:auto !important;
}
#bookingModal .et-quote-close{
  position:absolute !important;
  z-index:5 !important;
  pointer-events:auto !important;
  touch-action:manipulation !important;
}
[data-open-quote],
a[href="#bookingModal"]{
  pointer-events:auto !important;
  touch-action:manipulation !important;
  position:relative;
  z-index:3;
}
@media(max-width:768px){
  #bookingModal.et-quote-modal{
    padding:8px !important;
  }
  #bookingModal .et-quote-dialog{
    width:calc(100vw - 16px) !important;
    max-width:520px !important;
    max-height:calc(100dvh - 16px) !important;
    overflow:auto !important;
    -webkit-overflow-scrolling:touch !important;
  }
  .kh-booking-cta,
  .kh-actions{
    position:relative !important;
    z-index:4 !important;
  }
  .kh-booking-cta a,
  .kh-actions a{
    pointer-events:auto !important;
    touch-action:manipulation !important;
  }
}

/* FINAL mobile footer Send Query popup */
html.mobile-query-open,
body.mobile-query-open{overflow:hidden !important}

.et-mobile-query-modal{
  display:none;
  position:fixed !important;
  inset:0 !important;
  width:100vw !important;
  height:100dvh !important;
  z-index:2147483647 !important;
  align-items:center !important;
  justify-content:center !important;
  padding:10px !important;
}
.et-mobile-query-modal.is-open{
  display:flex !important;
  visibility:visible !important;
  opacity:1 !important;
  pointer-events:auto !important;
}
.et-mobile-query-backdrop{
  position:fixed !important;
  inset:0 !important;
  background:rgba(15,23,42,.68) !important;
  backdrop-filter:blur(3px);
  -webkit-backdrop-filter:blur(3px);
  z-index:1 !important;
}
.et-mobile-query-dialog{
  position:relative !important;
  z-index:2 !important;
  width:min(520px,calc(100vw - 20px)) !important;
  max-height:calc(100dvh - 20px) !important;
  overflow:auto !important;
  -webkit-overflow-scrolling:touch;
  background:#fff !important;
  border-radius:17px !important;
  padding:18px !important;
  box-shadow:0 24px 70px rgba(2,6,23,.30) !important;
}
.et-mobile-query-close{
  position:absolute !important;
  right:11px !important;
  top:10px !important;
  width:34px !important;
  height:34px !important;
  border:0 !important;
  border-radius:50% !important;
  background:#f1f5f9 !important;
  color:#0f172a !important;
  font-size:23px !important;
  line-height:1 !important;
  cursor:pointer !important;
  z-index:5 !important;
  pointer-events:auto !important;
  touch-action:manipulation !important;
}
.et-mobile-query-head{padding-right:40px;margin-bottom:12px}
.et-mobile-query-head>span{font-size:9px;font-weight:900;letter-spacing:.13em;color:#f97316}
.et-mobile-query-head h2{font-size:21px;line-height:1.15;color:#0f172a;margin:4px 0}
.et-mobile-query-head p{font-size:10.5px;color:#64748b;margin:0}
.et-mobile-query-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px 9px}
.et-mobile-query-form label>span{display:block;font-size:9px;font-weight:800;color:#475569;margin-bottom:3px}
.et-mobile-query-form input,
.et-mobile-query-form select,
.et-mobile-query-form textarea{
  box-sizing:border-box;width:100%;border:1px solid #dbe3ec;border-radius:8px;background:#fff;
  color:#0f172a;font:inherit;font-size:11px;outline:none
}
.et-mobile-query-form input,.et-mobile-query-form select{height:34px;padding:6px 8px}
.et-mobile-query-form textarea{min-height:42px;max-height:55px;padding:7px 8px;resize:none}
.et-mobile-query-full{display:block;margin-top:7px}
.et-mobile-query-submit{
  width:100%;height:37px;border:0;border-radius:9px;background:#f97316;color:#fff;
  font-size:12px;font-weight:900;margin-top:8px;cursor:pointer;touch-action:manipulation
}
.et-mobile-query-form>small{display:block;text-align:center;font-size:8.5px;color:#94a3b8;margin-top:6px}

.mobile-action-query{
  pointer-events:auto !important;
  touch-action:manipulation !important;
}

@media(max-width:390px){
  .et-mobile-query-modal{padding:7px !important}
  .et-mobile-query-dialog{width:calc(100vw - 14px) !important;max-height:calc(100dvh - 14px) !important;padding:15px 12px !important}
  .et-mobile-query-grid{gap:5px 7px}
  .et-mobile-query-head p{display:none}
  .et-mobile-query-form input,.et-mobile-query-form select{height:32px;font-size:10.5px}
  .et-mobile-query-form textarea{min-height:38px}
}

/* ===== FINAL mobile drawer link tap fix ===== */
@media(max-width:900px){
  nav#mainNav.show{
    pointer-events:auto!important;
    touch-action:pan-y!important;
  }
  nav#mainNav.show a{
    pointer-events:auto!important;
    touch-action:manipulation!important;
    -webkit-tap-highlight-color:rgba(15,76,117,.10);
  }
  body.menu-open::before,
  body.menu-open:before{
    pointer-events:none!important;
  }
}
