/**
 * Air Ticketing Page Stylesheet
 * Custom themed styling for Hajj, Umrah & International flight booking.
 *
 * @package ar-rahman
 */

/* ── 1. Hero Trust & Header Banner ── */
.arh-ticketing-hero {
  background: linear-gradient(135deg, rgba(18, 44, 36, 0.95), rgba(10, 24, 20, 0.98)), url('../img/slider/slide-makkah.png') center/cover no-repeat;
  color: #fff;
  padding: 48px 0 54px;
  position: relative;
  border-bottom: 3px solid var(--arh-primary, #C9A227);
  box-shadow: inset 0 -20px 40px rgba(0, 0, 0, 0.4);
}

.arh-ticketing-hero__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.arh-ticketing-hero__content {
  flex: 1;
  max-width: 680px;
}

.arh-ticketing-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(201, 162, 39, 0.18);
  border: 1px solid rgba(201, 162, 39, 0.5);
  color: #E5C058;
  font-family: "Hind Siliguri", "Barlow", sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.arh-ticketing-hero__title {
  font-family: "Hind Siliguri", "Philosopher", sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.25;
  margin: 0 0 12px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.arh-ticketing-hero__lead {
  font-size: 16px;
  line-height: 1.6;
  color: #D1D5DB;
  margin: 0 0 24px;
}

.arh-ticketing-hero__iata-card {
  flex: 0 0 260px;
  background: #ffffff;
  border-radius: 16px;
  padding: 20px 18px;
  text-align: center;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35), 0 0 0 2px rgba(201, 162, 39, 0.4);
  color: #122C24;
}

.arh-ticketing-hero__iata-logo {
  max-width: 170px;
  height: auto;
  margin: 0 auto 10px;
  display: block;
}

.arh-ticketing-hero__iata-text {
  font-size: 12.5px;
  font-weight: 700;
  color: #005F86;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 4px;
}

.arh-ticketing-hero__iata-sub {
  font-size: 11px;
  color: #6B7280;
  margin: 0;
}

/* ── 2. Zig-Zag Content Sections (Inspired by Design) ── */
.arh-ticketing-section {
  padding: 64px 0;
  border-bottom: 1px solid #EFE9DA;
}

.arh-ticketing-section:nth-child(even) {
  background-color: #FAF8F2;
}

.arh-ticketing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 56px;
}

.arh-ticketing-grid--reverse {
  direction: rtl;
}

.arh-ticketing-grid--reverse > * {
  direction: ltr;
}

.arh-ticketing-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.arh-ticketing-body__tag {
  font-size: 13px;
  font-weight: 700;
  color: var(--arh-primary, #C9A227);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.arh-ticketing-body__title {
  font-family: "Hind Siliguri", "Philosopher", sans-serif;
  font-size: clamp(24px, 3.2vw, 34px);
  font-weight: 700;
  color: var(--arh-secondary, #122C24);
  line-height: 1.3;
  margin: 0;
}

.arh-ticketing-body__text {
  font-size: 15.5px;
  line-height: 1.7;
  color: #4A5568;
  margin: 0;
}

/* ── 3. Ornamental Arched Frame (Iconic Feature from Inspiration) ── */
.arh-arch-frame-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arh-arch-frame {
  position: relative;
  width: 100%;
  max-width: 480px;
  border-radius: 40px 40px 18px 18px;
  overflow: hidden;
  padding: 10px;
  background: #ffffff;
  border: 3px solid #EAE4D5;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.10);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.arh-arch-frame:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.16);
  border-color: var(--arh-primary, #C9A227);
}

.arh-arch-frame__img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  border-radius: 32px 32px 12px 12px;
  display: block;
}

/* ── 4. Pills & Features Grid (Section 2) ── */
.arh-ticketing-pills {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 16px;
  margin: 12px 0 18px;
}

.arh-ticketing-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid #E2E8F0;
  font-size: 14px;
  font-weight: 600;
  color: var(--arh-secondary, #122C24);
  box-shadow: 0 2px 5px rgba(0,0,0,0.03);
}

.arh-ticketing-pill__icon {
  font-size: 18px;
  color: var(--arh-primary, #C9A227);
}

/* ── 5. Airline Partners Grid ── */
.arh-airlines-block {
  padding: 60px 0;
  background: #ffffff;
  text-align: center;
}

.arh-airlines-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.arh-airline-card {
  background: #FAF8F2;
  border: 1.5px solid #EFE9DA;
  border-radius: 12px;
  padding: 18px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.arh-airline-card:hover {
  background: #ffffff;
  border-color: var(--arh-primary, #C9A227);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.arh-airline-card__icon {
  font-size: 28px;
  margin-bottom: 8px;
}

.arh-airline-card__name {
  font-weight: 700;
  font-size: 13.5px;
  color: var(--arh-secondary, #122C24);
  margin: 0;
}

.arh-airline-card__tag {
  font-size: 11px;
  color: #6B7280;
  margin-top: 3px;
}

/* ── 6. Flight Routes Timeline Box ── */
.arh-routes-box {
  background: linear-gradient(135deg, var(--arh-secondary, #122C24), #0B1C17);
  color: #fff;
  border-radius: 18px;
  padding: 40px;
  margin: 40px 0;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.arh-routes-box__head {
  text-align: center;
  margin-bottom: 30px;
}

.arh-routes-box__title {
  color: #ffffff;
  font-size: 26px;
  margin: 0 0 8px;
}

.arh-routes-box__lead {
  color: #CBD5E1;
  font-size: 14.5px;
  margin: 0;
}

.arh-routes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.arh-route-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.arh-route-card__flight {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 700;
  color: #E5C058;
}

.arh-route-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: #94A3B8;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 10px;
}

/* ── 7. CTA & Hotline Buttons ── */
.arh-ticketing-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.arh-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--arh-primary, #C9A227);
  color: var(--arh-secondary, #122C24) !important;
  font-family: "Hind Siliguri", sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(201, 162, 39, 0.3);
}

.arh-btn-primary:hover {
  background: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

.arh-btn-hotline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FAF8F2;
  border: 1.5px solid var(--arh-primary, #C9A227);
  color: var(--arh-secondary, #122C24);
  font-family: "Hind Siliguri", sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 11px 22px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.arh-btn-hotline:hover {
  background: var(--arh-secondary, #122C24);
  color: #ffffff !important;
  border-color: var(--arh-secondary, #122C24);
  text-decoration: none;
}

.arh-btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25D366;
  color: #ffffff !important;
  font-family: "Hind Siliguri", sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.25);
}

.arh-btn-whatsapp:hover {
  background: #1EBE5B;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.4);
  text-decoration: none;
}

/* ── 8. Responsive Design ── */
@media (max-width: 980px) {
  .arh-ticketing-hero {
    padding: 36px 0 42px;
  }
  .arh-ticketing-hero__container {
    flex-direction: column;
    text-align: center;
  }
  .arh-ticketing-hero__content {
    max-width: 100%;
  }
  .arh-ticketing-hero__iata-card {
    width: 100%;
    max-width: 320px;
  }
  .arh-ticketing-section {
    padding: 42px 0;
  }
  .arh-ticketing-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .arh-ticketing-grid--reverse {
    direction: ltr;
  }
  .arh-arch-frame {
    max-width: 100%;
  }
  .arh-arch-frame__img {
    height: 260px;
  }
}

@media (max-width: 600px) {
  .arh-ticketing-pills {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .arh-routes-box {
    padding: 24px 16px;
    margin: 24px 0;
  }
  .arh-routes-grid {
    grid-template-columns: 1fr;
  }
  .arh-airlines-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .arh-ticketing-actions {
    flex-direction: column;
    width: 100%;
  }
  .arh-btn-primary,
  .arh-btn-hotline,
  .arh-btn-whatsapp {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }
}
