/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Segoe UI', Arial, sans-serif; color: #222; line-height: 1.6; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; }
ul { list-style: none; }

.container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }

/* ===== TOPBAR ===== */
.topbar { background: #1a2340; color: #ccc; font-size: 13px; padding: 7px 0; }
.topbar-inner { display: flex; gap: 20px; flex-wrap: wrap; align-items: center; }
.topbar a { color: #f90; font-weight: 600; }

/* ===== NAVBAR ===== */
.navbar { background: #fff; border-bottom: 2px solid #e8e8e8; position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 8px rgba(0,0,0,0.07); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; }
.logo { font-size: 22px; font-weight: 800; color: #1a2340; }
.logo span { color: #e84c1e; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links li a { font-size: 15px; color: #333; font-weight: 500; transition: color 0.2s; }
.nav-links li a:hover { color: #e84c1e; }
.nav-cta { background: #e84c1e; color: #fff !important; padding: 9px 18px; border-radius: 6px; font-weight: 700 !important; }
.nav-cta:hover { background: #c73a10; }
.nav-toggle { display: none; background: none; border: none; font-size: 24px; cursor: pointer; color: #1a2340; }

/* ===== DOMESTIC BANNER ===== */
.domestic-banner { background: #fff3cd; border-top: 3px solid #f0a500; border-bottom: 3px solid #f0a500; padding: 14px 0; text-align: center; }
.domestic-banner p { font-size: 15px; color: #4a3000; }
.domestic-banner strong { font-size: 16px; color: #c00; }

/* ===== BUTTONS ===== */
.btn { display: inline-block; padding: 13px 28px; border-radius: 7px; font-weight: 700; font-size: 15px; cursor: pointer; transition: all 0.2s; border: 2px solid transparent; }
.btn-primary { background: #e84c1e; color: #fff; }
.btn-primary:hover { background: #c73a10; }
.btn-outline { background: transparent; color: #1a2340; border-color: #1a2340; }
.btn-outline:hover { background: #1a2340; color: #fff; }
.btn-white { background: #fff; color: #e84c1e; }
.btn-white:hover { background: #f0f0f0; }
.btn-outline-white { background: transparent; color: #fff; border-color: #fff; }
.btn-outline-white:hover { background: rgba(255,255,255,0.1); }
.btn-full { width: 100%; text-align: center; }

/* ===== HERO ===== */
.hero { background: linear-gradient(135deg, #1a2340 0%, #2d3f6e 100%); color: #fff; padding: 60px 0; }
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
.hero-badge { background: rgba(255,255,255,0.15); display: inline-block; padding: 6px 14px; border-radius: 20px; font-size: 13px; margin-bottom: 18px; }
.hero-text h1 { font-size: 42px; font-weight: 800; line-height: 1.2; margin-bottom: 18px; }
.hero-text h1 span { color: #f90; }
.hero-sub { font-size: 16px; color: rgba(255,255,255,0.85); margin-bottom: 28px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 30px; }

/* Service Area Box in Hero */
.service-area-box { background: rgba(255,255,255,0.12); border: 2px solid #f90; border-radius: 10px; padding: 20px; margin-top: 10px; }
.service-area-box h3 { font-size: 18px; color: #f90; margin-bottom: 14px; }
.city-pills { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 12px; }
.city-pill { background: #f90; color: #1a2340; font-size: 15px; font-weight: 800; padding: 8px 18px; border-radius: 6px; letter-spacing: 1px; }
.service-area-box p { font-size: 13px; color: rgba(255,255,255,0.9); }

/* Hero Form */
.hero-form { background: #fff; color: #222; border-radius: 12px; padding: 30px; box-shadow: 0 8px 30px rgba(0,0,0,0.2); }
.hero-form h3 { font-size: 20px; font-weight: 700; color: #1a2340; margin-bottom: 6px; }
.hero-form p { font-size: 14px; color: #666; margin-bottom: 18px; }
.hero-form label { display: flex; flex-direction: column; gap: 4px; font-size: 13px; font-weight: 600; color: #444; margin-bottom: 12px; }
.hero-form input, .hero-form select { padding: 10px 12px; border: 1.5px solid #ddd; border-radius: 6px; font-size: 14px; color: #333; }
.hero-form input:focus, .hero-form select:focus { outline: none; border-color: #e84c1e; }
.form-trust { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.form-trust span { font-size: 12px; color: #444; }

/* ===== STATS ===== */
.stats { background: #f90; padding: 20px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.stat strong { display: block; font-size: 32px; font-weight: 800; color: #1a2340; }
.stat span { font-size: 14px; color: #1a2340; font-weight: 600; }

/* ===== DOMESTIC SECTION ===== */
.domestic-section { background: #fff8f8; padding: 50px 0; border-top: 4px solid #e84c1e; border-bottom: 4px solid #e84c1e; }
.domestic-card { background: #fff; border-radius: 14px; padding: 40px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); text-align: center; }
.domestic-card h2 { font-size: 26px; font-weight: 800; color: #1a2340; margin-bottom: 10px; text-transform: uppercase; }
.domestic-card h2:first-child { color: #c00; margin-bottom: 6px; }
.domestic-locations { display: flex; justify-content: center; gap: 30px; margin: 30px 0; flex-wrap: wrap; }
.dl-box { background: #1a2340; color: #fff; border-radius: 12px; padding: 24px 32px; min-width: 160px; text-align: center; }
.dl-icon { font-size: 36px; display: block; margin-bottom: 8px; }
.dl-box strong { display: block; font-size: 22px; font-weight: 800; color: #f90; letter-spacing: 2px; }
.dl-box span { font-size: 13px; color: #aab; margin-top: 4px; display: block; }
.iata-notice { background: #fff3f3; border: 2px solid #e84c1e; border-radius: 10px; padding: 24px; margin-top: 20px; text-align: left; }
.iata-notice h3 { font-size: 20px; color: #c00; margin-bottom: 12px; }
.iata-notice p { font-size: 15px; color: #333; line-height: 1.8; }

/* ===== SECTIONS COMMON ===== */
.section-label { font-size: 13px; text-transform: uppercase; letter-spacing: 2px; color: #e84c1e; font-weight: 700; margin-bottom: 10px; }
.section-title { font-size: 34px; font-weight: 800; color: #1a2340; margin-bottom: 12px; }
.section-sub { font-size: 16px; color: #666; margin-bottom: 40px; max-width: 650px; }

/* ===== SERVICES ===== */
.services { background: #f7f8fc; padding: 70px 0; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { background: #fff; border-radius: 10px; padding: 28px; border: 1.5px solid #e8e8e8; transition: transform 0.2s, box-shadow 0.2s; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.1); }
.service-icon { font-size: 38px; margin-bottom: 14px; }
.service-card h3 { font-size: 18px; font-weight: 700; color: #1a2340; margin-bottom: 10px; }
.service-card p { font-size: 14px; color: #555; margin-bottom: 14px; }
.service-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.service-tags span { background: #e8edf8; color: #1a2340; font-size: 12px; font-weight: 600; padding: 3px 10px; border-radius: 20px; }

/* ===== AREAS ===== */
.areas { background: #fff; padding: 70px 0; }
.areas-tabs { display: flex; gap: 8px; margin-bottom: 28px; flex-wrap: wrap; }
.tab-btn { padding: 10px 26px; border: 2px solid #1a2340; background: #fff; color: #1a2340; border-radius: 6px; font-size: 15px; font-weight: 700; cursor: pointer; transition: all 0.2s; }
.tab-btn.active, .tab-btn:hover { background: #1a2340; color: #fff; }
.tab-content { display: none; }
.tab-content.active { display: block; }
.areas-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.areas-grid span { background: #f3f5fb; color: #1a2340; padding: 8px 12px; border-radius: 6px; font-size: 14px; text-align: center; font-weight: 500; }

/* ===== WHY US ===== */
.why-us { background: #1a2340; color: #fff; padding: 70px 0; }
.why-us .section-title { color: #fff; }
.why-us .section-sub { color: rgba(255,255,255,0.75); }
.features-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.feature { background: rgba(255,255,255,0.07); border-radius: 10px; padding: 28px; border: 1px solid rgba(255,255,255,0.1); }
.feat-icon { font-size: 32px; display: block; margin-bottom: 12px; }
.feature h4 { font-size: 18px; font-weight: 700; color: #f90; margin-bottom: 8px; }
.feature p { font-size: 14px; color: rgba(255,255,255,0.8); }

/* ===== PROCESS ===== */
.process { background: #f7f8fc; padding: 70px 0; }
.steps { display: flex; align-items: flex-start; gap: 10px; flex-wrap: wrap; justify-content: center; }
.step { text-align: center; max-width: 150px; }
.step-num { width: 50px; height: 50px; background: #e84c1e; color: #fff; border-radius: 50%; font-size: 22px; font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; }
.step h4 { font-size: 16px; font-weight: 700; color: #1a2340; margin-bottom: 6px; }
.step p { font-size: 13px; color: #666; }
.step-arrow { font-size: 28px; color: #ccc; padding-top: 14px; }

/* ===== TESTIMONIALS ===== */
.testimonials { background: #fff; padding: 70px 0; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review { background: #f7f8fc; border-radius: 10px; padding: 28px; border: 1.5px solid #e8e8e8; }
.stars { color: #f90; font-size: 20px; margin-bottom: 12px; }
.review p { font-size: 14px; color: #444; line-height: 1.7; margin-bottom: 18px; }
.reviewer { display: flex; align-items: center; gap: 12px; }
.avatar { width: 40px; height: 40px; background: #1a2340; color: #f90; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; }
.reviewer strong { display: block; font-size: 14px; color: #1a2340; }
.reviewer span { font-size: 12px; color: #888; }

/* ===== CTA ===== */
.cta { background: #e84c1e; color: #fff; padding: 60px 0; text-align: center; }
.cta-inner h2 { font-size: 34px; font-weight: 800; margin-bottom: 12px; }
.cta-inner p { font-size: 16px; opacity: 0.9; margin-bottom: 30px; }
.cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ===== ABOUT ===== */
.about { background: #f7f8fc; padding: 70px 0; }
.about-inner { display: grid; grid-template-columns: 2fr 1fr; gap: 50px; align-items: start; }
.about-text p { font-size: 15px; color: #444; margin-bottom: 14px; line-height: 1.8; }
.about-creds { margin-top: 24px; display: flex; flex-direction: column; gap: 12px; }
.cred { background: #fff; padding: 14px 18px; border-radius: 8px; border-left: 4px solid #e84c1e; }
.cred strong { display: block; font-size: 14px; color: #1a2340; margin-bottom: 4px; }
.cred span { font-size: 13px; color: #555; }
.about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.astat { background: #1a2340; color: #fff; border-radius: 10px; padding: 24px; text-align: center; }
.astat strong { display: block; font-size: 34px; font-weight: 800; color: #f90; }
.astat span { font-size: 14px; color: rgba(255,255,255,0.8); }

/* ===== CONTACT ===== */
.contact { background: #fff; padding: 70px 0; }
.contact-inner { display: grid; grid-template-columns: 1fr 1.5fr; gap: 50px; }
.contact-info h3, .contact-form h3 { font-size: 22px; font-weight: 700; color: #1a2340; margin-bottom: 20px; }
.info-item { margin-bottom: 16px; }
.info-item strong { display: block; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: #e84c1e; margin-bottom: 4px; }
.info-item a, .info-item span { font-size: 15px; color: #333; }
.info-item a:hover { color: #e84c1e; }
.service-note { background: #fff8ee; border: 2px solid #f90; border-radius: 8px; padding: 14px 16px; margin-top: 20px; font-size: 14px; color: #444; }
.contact-form label { display: flex; flex-direction: column; gap: 4px; font-size: 13px; font-weight: 600; color: #444; margin-bottom: 12px; }
.contact-form input, .contact-form select, .contact-form textarea { padding: 10px 12px; border: 1.5px solid #ddd; border-radius: 6px; font-size: 14px; color: #333; }
.contact-form textarea { min-height: 80px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: none; border-color: #e84c1e; }

/* ===== FOOTER ===== */
.footer { background: #111827; color: #aaa; padding: 60px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid #2a3040; }
.footer-logo { font-size: 22px; font-weight: 800; color: #fff; margin-bottom: 14px; }
.footer-logo span { color: #f90; }
.footer-brand p { font-size: 13px; line-height: 1.7; margin-bottom: 8px; }
.footer-contact a { color: #f90; font-size: 13px; }
.footer-col h4 { color: #fff; font-size: 15px; font-weight: 700; margin-bottom: 14px; }
.footer-col ul { display: flex; flex-direction: column; gap: 8px; }
.footer-col ul li a { font-size: 13px; color: #888; transition: color 0.2s; }
.footer-col ul li a:hover { color: #f90; }
.footer-bottom { padding: 20px 0; text-align: center; }
.footer-bottom p { font-size: 13px; color: #666; }
.footer-bottom a { color: #f90; }
.footer-disclaimer { margin-top: 8px; font-size: 12px; color: #555; }

/* ===== POLICY PAGES ===== */
.policy-page { max-width: 860px; margin: 0 auto; padding: 60px 20px; }
.policy-page h1 { font-size: 34px; font-weight: 800; color: #1a2340; margin-bottom: 8px; }
.policy-page .last-updated { font-size: 14px; color: #888; margin-bottom: 30px; }
.policy-page .breadcrumb { font-size: 14px; color: #888; margin-bottom: 30px; }
.policy-page .breadcrumb a { color: #e84c1e; }
.policy-alert { background: #fff3f3; border: 2px solid #e84c1e; border-radius: 10px; padding: 20px 24px; margin-bottom: 24px; }
.policy-alert h3 { color: #c00; font-size: 18px; margin-bottom: 10px; }
.policy-alert p { font-size: 15px; color: #333; }
.policy-locations-box { background: #1a2340; color: #fff; border-radius: 10px; padding: 24px 28px; margin-bottom: 36px; text-align: center; }
.policy-locations-box h3 { font-size: 18px; color: #f90; margin-bottom: 16px; letter-spacing: 1px; }
.policy-city-row { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-bottom: 14px; }
.policy-city-row span { background: #f90; color: #1a2340; font-size: 17px; font-weight: 800; padding: 10px 24px; border-radius: 6px; letter-spacing: 2px; }
.policy-locations-box p { font-size: 14px; color: rgba(255,255,255,0.75); }
.policy-page h2 { font-size: 20px; font-weight: 700; color: #1a2340; margin: 30px 0 12px; padding-bottom: 8px; border-bottom: 2px solid #e8e8e8; }
.policy-page h3 { font-size: 16px; font-weight: 700; color: #333; margin: 18px 0 8px; }
.policy-page p, .policy-page li { font-size: 15px; color: #444; line-height: 1.8; margin-bottom: 10px; }
.policy-page ul { padding-left: 20px; list-style: disc; }
.policy-page a { color: #e84c1e; }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .features-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .about-inner { grid-template-columns: 1fr; }
  .contact-inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .areas-grid { grid-template-columns: repeat(3, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .nav-links { display: none; flex-direction: column; position: absolute; top: 60px; left: 0; right: 0; background: #fff; padding: 20px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); z-index: 999; gap: 14px; }
  .nav-links.open { display: flex; }
  .nav-toggle { display: block; }
  .hero-text h1 { font-size: 28px; }
  .section-title { font-size: 24px; }
  .services-grid { grid-template-columns: 1fr; }
  .areas-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .steps { flex-direction: column; align-items: center; }
  .step-arrow { display: none; }
  .domestic-locations { flex-direction: column; align-items: center; }
}
