/* ===== RESET & BASE ===== */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #222;
  line-height: 1.6;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

ul {
  list-style: none;
}

/* ===== HEADER ===== */
.header {
  background: #fff;
  padding: 14px 0;
  border-bottom: 1px solid #e8edf2;
  position: relative;
  z-index: 10;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-logo img {
  width: 36px;
  height: 36px;
}

.header-logo span {
  font-size: 22px;
  font-weight: 700;
  color: #003876;
  letter-spacing: -0.3px;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header-right .arc-badge {
  width: 90px;
  height: auto;
  flex-shrink: 0;
}

.header-right .arc-text {
  font-size: 13px;
  font-weight: 600;
  color: #00a0af;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  max-width: 280px;
  line-height: 1.4;
}

/* ===== HERO ===== */
.hero {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg,
      rgba(0, 30, 70, 0.92) 0%,
      rgba(0, 40, 90, 0.82) 30%,
      rgba(0, 50, 100, 0.55) 55%,
      rgba(0, 50, 100, 0.15) 75%,
      transparent 100%);
}

.hero .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 40px;
}

/* Hero Left */
.hero-left {
  max-width: 520px;
  flex-shrink: 0;
}

.hero-heading {
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}

.hero-subheading {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 32px;
}

/* Service Grid */
.service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 36px;
  margin-bottom: 36px;
}

.service-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.service-item .icon-circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.08);
}

/* CTA Button */
.cta-phone {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #e41e31;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  padding: 14px 36px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  letter-spacing: 0.3px;
  box-shadow: 0 4px 20px rgba(228, 30, 49, 0.45);
}

.cta-phone i {
  font-size: 22px;
  background: rgba(255, 255, 255, 0.2);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-phone:hover {
  background: #c5101f;
  transform: translateY(-2px);
  box-shadow: 0 6px 28px rgba(228, 30, 49, 0.55);
}

.cta-phone:active {
  transform: translateY(0);
}

.cta-subtext-group {
  display: flex;
  gap: 20px;
  margin-top: 14px;
}

.cta-sub {
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Hero Right – Badges */
.hero-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.badge-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.badge-group.top {
  flex-direction: column;
}

.badge-group.bottom {
  flex-direction: column;
}

.badge-circle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #e41e31;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-shrink: 0;
  box-shadow: 0 6px 24px rgba(228, 30, 49, 0.45);
}

.badge-circle i {
  color: #fff;
  font-size: 50px;
}

.badge-circle .stars {
  display: flex;
  gap: 2px;
}

.badge-circle .stars i {
  font-size: 22px;
  color: #fff;
}

.badge-text {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  max-width: 300px;
  line-height: 1.3;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  text-align: center;
}

/* ===== BOTTOM INFO STRIP ===== */
.info-strip {
  background: #f4f7fa;
  border-top: 1px solid #e2e8ef;
  padding: 22px 0;
}

.info-strip .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.info-left {
  font-size: 15px;
  color: #444;
  max-width: 600px;
  line-height: 1.55;
}

.info-left strong {
  color: #003876;
}

.info-right {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.info-right-content {
  text-align: right;
}

.agent-status {
  font-size: 13px;
  color: #2eb872;
  font-weight: 600;
  margin-bottom: 2px;
}

.info-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #003876;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease;
}

.info-phone:hover {
  color: #e41e31;
}

.info-phone .phone-icon-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #2eb872;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-phone .phone-icon-circle i {
  color: #fff;
  font-size: 16px;
}

/* ===== OVERLAYS (LOADING & ERROR) ===== */
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.search-overlay.active {
  opacity: 1;
  visibility: visible;
}

.search-spinner-box {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.plane-spinner {
  font-size: 40px;
  color: #003876;
  animation: spinLight 1.5s infinite linear;
  margin-bottom: 20px;
}

@keyframes spinLight {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.search-loading-text {
  font-size: 18px;
  color: #003876;
  font-weight: 600;
}

/* Turbulence Modal */
.turb-box {
  background: #f4f4f4;
  width: 90%;
  max-width: 500px;
  border-radius: 12px;
  padding: 40px;
  text-align: center;
  position: relative;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

.turb-close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: transparent;
  border: none;
  font-size: 28px;
  color: #888;
  cursor: pointer;
  line-height: 1;
}

.turb-close:hover {
  color: #333;
}

.turb-icon {
  margin: 0 auto 20px;
  width: 60px;
  height: 60px;
}

.turb-text {
  font-size: 20px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.4;
  margin-bottom: 30px;
}

.turb-text strong {
  font-weight: 700;
  color: #000;
}

.turb-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: #e43632;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  padding: 16px 20px;
  border-radius: 8px;
  text-decoration: none;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.turb-btn:hover {
  background: #d32f2f;
}

.turb-btn i {
  font-size: 26px;
}

.turb-subtext {
  font-size: 18px;
  font-weight: 800;
  color: #000;
}

/* ===== RESPONSIVE ===== */
/* Tablet */
@media (max-width: 992px) {
  .hero-heading {
    font-size: 34px;
  }

  .hero .container {
    flex-direction: column;
    align-items: flex-start;
    padding: 48px 24px;
  }

  .hero-right {
    align-items: flex-start;
    flex-direction: row;
    gap: 24px;
    flex-wrap: wrap;
  }

  .info-strip .container {
    flex-direction: column;
    text-align: center;
    gap: 18px;
  }

  .info-right-content {
    text-align: center;
  }

  .info-right {
    justify-content: center;
  }

  .info-left {
    max-width: 100%;
  }

  .search-fields-row {
    flex-direction: column !important;
  }

  .search-field {
    min-width: 100% !important;
  }

  .search-btn {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 20px !important;
  }

  .features-grid {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
  }

  .footer-contact-row {
    flex-direction: column !important;
    gap: 14px !important;
  }
}

/* Mobile */
@media (max-width: 680px) {
  .header .container {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .header-logo {
    justify-content: center;
  }

  .header-right {
    justify-content: center;
    flex-wrap: wrap;
  }

  .header-right .arc-text {
    text-align: center;
    font-size: 11px;
  }

  .hero-bg {
    display: none;
    /* Hide full section bg on mobile */
  }

  .hero .container {
    padding: 0;
    flex-direction: column;
  }

  .hero-right {
    background: url('smallbg.webp') center / cover no-repeat;
    /* Apply background ONLY to hero-right */
    /*order: -1;*/
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
    padding: 30px 20px 40px 20px;
    gap: 16px;
    min-height: 250px;
    /* Ensure enough height to showcase image */
  }

  /* Make hero text section have white background on mobile */
  .hero-left {
    background: #fff;
    width: 100%;
    max-width: 100%;
    padding: 36px 20px 48px 20px;
    z-index: 2;
    position: relative;
    border-radius: 0;
    margin-top: 0;
    /* Remove negative overlap */
  }

  /* Reset border radius for exact match */
  .hero-left {
    border-radius: 0;
  }

  .hero-heading {
    color: #003876;
    font-size: 32px;
    margin-bottom: 12px;
  }

  .hero-subheading {
    color: #003876;
    font-size: 18px;
    margin-bottom: 24px;
    font-weight: 700;
  }

  .service-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px 12px;
    margin-bottom: 28px;
  }

  .service-item {
    color: #003876;
    font-size: 13px;
    font-weight: 600;
  }

  .service-item .icon-circle {
    border: none;
    color: #003876;
    background: transparent;
    width: 24px;
    height: 24px;
    font-size: 20px;
    margin-right: 2px;
  }

  .cta-phone {
    font-size: 26px;
    padding: 12px 26px;
    width: 100%;
    justify-content: center;
    background: #ea4335;
    box-shadow: none;
    border-radius: 4px;
  }

  .cta-phone i {
    background: #fff;
    color: #ea4335;
  }

  .cta-subtext-group {
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
  }

  .cta-sub {
    color: #003876;
    font-size: 14px;
    font-weight: 800;
  }

  .badge-group {
    width: 140px;
  }

  .badge-circle {
    width: 80px;
    height: 80px;
  }

  .badge-circle i {
    font-size: 30px;
  }

  .badge-circle .stars i {
    font-size: 10px;
  }

  .badge-text {
    font-size: 14px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    line-height: 1.3;
    font-weight: 600;
  }

  .info-strip .container {
    padding: 0 20px;
  }

  .info-phone {
    font-size: 20px;
  }

  .search-card {
    padding: 24px 20px !important;
  }

  .search-top-row {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 24px;
  }

  .pax-dropdown {
    left: -100px !important;
    right: 0 !important;
    min-width: 290px !important;
    padding: 16px !important;
  }

  .features {
    display: none;
  }

  .mobile-features {
    display: block !important;
  }
}

.footer-inner {
  padding: 36px 20px !important;
}

/* ===== MOBILE FEATURES SECTION (Overrides) ===== */


.mobile-features {
  padding: 40px 20px;
  background: #fff;
}

.mf-item {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  align-items: flex-start;
}

.mf-line {
  width: 4px;
  background: #e41e31;
  height: 36px;
  flex-shrink: 0;
  margin-top: 2px;
}

.mf-content h3 {
  font-size: 18px;
  color: #4a5568;
  margin-bottom: 6px;
  font-weight: 700;
}

.mf-content p {
  font-size: 14px;
  color: #718096;
  line-height: 1.5;
}

.mf-paragraph {
  margin-top: 30px;
}

.mf-paragraph p {
  font-size: 14px;
  color: #718096;
  line-height: 1.5;
  margin-bottom: 20px;
}

.mf-bullets {
  list-style: disc inside;
  color: #4a5568;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 30px;
  padding-left: 10px;
}

.mf-bullets li {
  margin-bottom: 8px;
}

.mf-cta-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #ea4335;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 14px;
  border-radius: 4px;
  text-decoration: none;
  margin-bottom: 12px;
  width: 100%;
}

.mf-cta-phone i {
  background: #fff;
  color: #ea4335;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.mf-cta-subtext {
  text-align: center;
  color: #003876;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 30px;
}

.mf-agent {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.mf-agent-img-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mf-agent-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mf-agent-status {
  color: #3182ce;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.mf-dot {
  width: 10px;
  height: 10px;
  background: green;
  border-radius: 50%;
  display: inline-block;
}

/* Small Mobile */
@media (max-width: 420px) {
  .header-logo span {
    font-size: 18px;
  }

  .hero-heading {
    font-size: 24px;
  }

  .cta-phone {
    font-size: 20px;
    padding: 12px 18px;
  }
}

/* ===== FLIGHT SEARCH FORM ===== */
.search-section {
  position: relative;
  z-index: 10;
  margin-top: 0;
  padding: 50px 0;
  background: url('Group-6491.webp') center / cover no-repeat;
  overflow: visible;
}

.search-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 40, 80, 0.45);
}

.search-section .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.search-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
  padding: 28px 32px;
  position: relative;
  overflow: visible;
}

.search-top-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.search-select-wrap {
  position: relative;
}

.search-select {
  appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d0d7de;
  border-radius: 6px;
  padding: 10px 36px 10px 14px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  outline: none;
  transition: border-color 0.2s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}

.search-select:hover,
.search-select:focus {
  border-color: #003876;
}

/* ===== TRIP TYPE PICKER ===== */
.trip-type-wrap {
  position: relative;
}

.trip-trigger {
  display: flex;
  align-items: center;
  background-image: none;
  padding-right: 14px;
}

.trip-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 200;
  margin-top: 6px;
  background: #fff;
  border: 1px solid #d0d7de;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  padding: 8px;
  min-width: 170px;
  animation: calFadeIn 0.2s ease;
}

.trip-dropdown.open {
  display: block;
}

.trip-option {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  text-align: left;
  padding: 10px 14px;
  border: none;
  background: transparent;
  font-size: 15px;
  color: #1a1a1a;
  cursor: pointer;
  border-radius: 6px;
  font-weight: 500;
  white-space: nowrap;
  font-family: inherit;
  transition: all 0.2s ease;
}

.trip-option.active {
  background: #4A90E2;
  color: #fff;
}

.trip-option.active i {
  color: #fff !important;
}

.trip-option:hover:not(.active) {
  background: #f0f2f5;
}

/* Passenger Picker */
.pax-picker-wrap {
  position: relative;
}

.pax-trigger {
  display: flex;
  align-items: center;
  background-image: none;
  padding-right: 14px;
}

.pax-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 200;
  margin-top: 6px;
  background: #fff;
  border: 1px solid #d0d7de;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  padding: 20px 24px;
  min-width: 340px;
  animation: calFadeIn 0.2s ease;
}

.pax-dropdown.open {
  display: block;
}

.pax-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid #f0f2f5;
}

.pax-row:last-child {
  border-bottom: none;
}

.pax-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.pax-title {
  font-size: 16px;
  font-weight: 700;
  color: #222;
}

.pax-desc {
  font-size: 13px;
  color: #888;
  line-height: 1.3;
}

.pax-controls {
  display: flex;
  align-items: center;
  gap: 0;
}

.pax-btn {
  width: 40px;
  height: 40px;
  border: none;
  background: #1e2a3a;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  border-radius: 4px;
}

.pax-btn:hover {
  background: #003876;
}

.pax-btn:active {
  transform: scale(0.95);
}

.pax-count {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  min-width: 36px;
  text-align: center;
}

.search-fields-row {
  display: flex;
  align-items: flex-end;
  gap: 0;
}

.search-field {
  flex: 1;
  min-width: 0;
}

.search-field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #003876;
  margin-bottom: 4px;
  padding-left: 14px;
}

.search-field input {
  width: 100%;
  border: 1px solid #d0d7de;
  border-right: none;
  padding: 14px 14px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #555;
  outline: none;
  transition: border-color 0.2s;
  background: #fff;
}

.search-field:first-child input {
  border-radius: 6px 0 0 6px;
}

.search-field input:focus {
  border-color: #003876;
  z-index: 1;
  position: relative;
}

.search-field input::placeholder {
  color: #999;
}

.dates-field .date-input-wrap {
  position: relative;
  cursor: pointer;
}

.dates-field input {
  border-right: 1px solid #d0d7de;
  border-radius: 0 6px 6px 0;
  padding-right: 40px;
  cursor: pointer;
}

.dates-field .date-input-wrap i {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #003876;
  font-size: 15px;
  pointer-events: none;
}

.turb-btn {
  font-size: 20px !important;
}

/* Date Picker position wrapper */
.dates-field {
  position: relative;
}

/* Calendar Dropdown */
.calendar-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  margin-top: 6px;
  background: #fff;
  border: 1px solid #d0d7de;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  padding: 20px;
  min-width: 320px;
  animation: calFadeIn 0.2s ease;
}

.calendar-dropdown.open {
  display: block;
}

@keyframes calFadeIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.cal-month-year {
  font-size: 17px;
  font-weight: 700;
  color: #222;
}

.cal-nav {
  display: flex;
  gap: 6px;
}

.cal-nav-btn {
  width: 32px;
  height: 32px;
  border: none;
  background: #f0f2f5;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #333;
  transition: all 0.2s;
}

.cal-nav-btn:hover {
  background: #003876;
  color: #fff;
}

.cal-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  margin-bottom: 8px;
}

.cal-weekdays span {
  font-size: 12px;
  font-weight: 600;
  color: #888;
  padding: 6px 0;
}

.cal-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  gap: 2px 0;
}

.cal-day {
  width: 100%;
  padding: 10px 0;
  border: none;
  background: none;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  border-radius: 0;
  transition: all 0.15s;
}

.cal-day.empty {
  pointer-events: none;
}

.cal-day:hover:not(.empty) {
  background: #e8f0fe;
}

.cal-day.start {
  background: #003876;
  color: #fff;
  border-radius: 50% 0 0 50%;
  font-weight: 700;
}

.cal-day.end {
  background: #003876;
  color: #fff;
  border-radius: 0 50% 50% 0;
  font-weight: 700;
}

.cal-day.in-range {
  background: #dce8f5;
  color: #003876;
}

.search-btn {
  background: #e41e31;
  color: #fff;
  border: none;
  padding: 14px 36px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  margin-left: 16px;
  flex-shrink: 0;
}

.search-btn:hover {
  background: #c5101f;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(228, 30, 49, 0.4);
}

.search-btn:active {
  transform: translateY(0);
}

/* ===== FEATURES SECTION ===== */
.features {
  padding: 70px 0 60px;
  background: #fff;
}

/* ===== MOBILE FEATURES SECTION ===== */
.mobile-features {
  display: none;
}

.features .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  text-align: center;
}

.feature-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feature-icon {
  margin-bottom: 20px;
}

.feature-icon img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}

.feature-title {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-bottom: 6px;
}

.feature-desc {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
}

/* ===== FOOTER ===== */
.footer {
  background: #f4f7fa;
  border-top: 1px solid #e2e8ef;
}

.footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.footer-inner {
  padding: 48px 0 36px;
  text-align: center;
}

.footer-heading {
  font-size: 18px;
  font-weight: 700;
  color: #003876;
  margin-bottom: 8px;
}

.footer-agency {
  font-size: 14px;
  color: #555;
  margin-bottom: 16px;
}

.footer-label {
  font-size: 14px;
  font-weight: 700;
  color: #003876;
  margin-bottom: 4px;
}

.footer-address {
  font-size: 14px;
  color: #555;
  margin-bottom: 24px;
}

.footer-contact-row {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 28px;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #003876;
}

.footer-contact-item i {
  font-size: 16px;
  color: #e41e31;
}

.footer-contact-item a {
  color: #003876;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}

.footer-contact-item a:hover {
  color: #e41e31;
}

.footer-divider {
  height: 1px;
  background: #dce3ea;
  margin-bottom: 20px;
}

.footer-copy {
  font-size: 13px;
  color: #999;
  margin-bottom: 16px;
}

.footer-address a {
  color: #555;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-address a:hover {
  color: #003876;
}

/* Footer Links */
.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 4px;
}

.footer-link {
  color: #1a73e8;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  transition: color 0.2s;
}

.footer-link:hover {
  color: #003876;
}

.footer-link-sep {
  color: #999;
  font-size: 14px;
}

/* ===== DISCLAIMER SECTION ===== */
.disclaimer-section {
  background: #fff;
  border-top: 1px solid #e8edf2;
  padding: 40px 0 48px;
}

.disclaimer-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.disclaimer-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.disclaimer-heading {
  font-size: 15px;
  font-weight: 700;
  color: #222;
  margin-bottom: 12px;
}

.disclaimer-text {
  font-size: 13px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 24px;
}

.disclaimer-subheading {
  font-size: 15px;
  font-weight: 700;
  color: #222;
  margin-bottom: 14px;
}

.disclaimer-list {
  list-style: disc;
  padding-left: 24px;
  margin-bottom: 24px;
}

.disclaimer-list li {
  font-size: 13px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 8px;
}

.disclaimer-list li:last-child {
  margin-bottom: 0;
}

.disclaimer-agreement {
  font-size: 13px;
  color: #555;
  line-height: 1.7;
  margin-top: 20px;
}

/* ===== BACK TO TOP ===== */
.back-to-top {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #003876;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-shadow: 0 4px 16px rgba(0, 56, 118, 0.35);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all 0.3s ease;
  z-index: 100;
  cursor: pointer;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background: #e41e31;
  transform: translateY(-2px);
}