/* Shared Heading Block Styles */
.page-heading-block {
  width: 100%;
  background: #f8fafc;
  border-bottom: 1px solid #e6eaf2;
  margin: 0 0 32px 0;
  padding: 38px 0 24px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-heading-block .container {
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  text-align: center;
}

.page-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--accent-color2);
  margin: 0 0 0.5rem 0;
  letter-spacing: -0.5px;
}

.page-subline {
  font-size: 1.18rem;
  color: #666;
  margin: 0 auto 0 0;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 768px) {
  .page-heading-block {
    padding: 28px 0 16px 0;
    margin-bottom: 20px;
  }
  .page-title {
    font-size: 1.7rem;
  }
  .page-subline {
    font-size: 1rem;
  }
}
:root {
  --accent-color: #0026FC;
  --accent-color2: #282828;
  --accent-color3: #1756fb;
  --text-color: #282828;
}

a {
  cursor: pointer;
}

/* Header */
/* Header Standard */
#headerStandard {
  background-color: #f9fafc;
}
#headerStandard #top {
  max-height: 450px;
}
#headerStandard #top .slick-arrow {
  display: none !important;
}
#headerStandard #top .container-fluid .main-banner .slick-list {
  max-height: 350px;
  filter: brightness(60%);
}
#headerStandard #top .Modern-Slider .item .img-fill {
  max-height: 350px;
}

/* General Page Style */
#page {
  margin: 10px auto;
  max-width: 1524px;
  padding: 0px 20px;
}
@media (max-width: 768px) {
  #page {
    padding: 0px 10px;
  }
}

/* Front Page */
/* Flight Booking */
#page.startpage #flight-search {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.07);
  padding: 20px;
  z-index: 2;
  position: relative;
  margin: -100px 10px 0 10px;
  box-sizing: border-box;
  width: calc(100% - 20px);
}
@media (max-width: 600px) {
  #page.startpage #flight-search {
    margin-top: -50px;
  }
}

/* Destination Slider */
#page.startpage #menu.destinations .item .price h6 {
  padding: 0 5px;
}
#page.startpage #menu.destinations .item .priceText {
  font-size: 60%;
}
#page.startpage #menu.destinations .card {
  background-position: center;
  position: relative;
  overflow: hidden;
}
#page.startpage #menu.destinations .card .info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 2;
}
#page.startpage #menu.destinations .card .title {
  padding: 8px 0;
  position: relative;
  z-index: 3;
}
#page.startpage #menu.destinations .card .description {
  font-size: 80%;
  line-height: 18px;
  position: relative;
  z-index: 3;
  color: #fff;
}
#page.startpage #menu.destinations .card:hover .info {
  opacity: 1;
  pointer-events: auto;
}
#page.startpage #features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
#page.startpage #features .card {
  width: 100%;
  min-width: 0;
  margin: 0;
}
#page.startpage {
  /* Mobile */
}
@media (max-width: 600px) {
  #page.startpage #features {
    grid-template-columns: 1fr;
  }
}

/* Fares Page */
#page.fares .scrollTable {
  overflow-x: auto;
  white-space: nowrap;
}
#page.fares .scrollTable th:first-child,
#page.fares .scrollTable td:first-child {
  width: 200px;
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #fff;
  text-align: left;
}
#page.fares .scrollTable table {
  width: 100%;
  border-collapse: collapse;
}
#page.fares .scrollTable {
  /* Style table header */
}
#page.fares .scrollTable th {
  background-color: #eee;
  font-weight: bold;
  text-align: left;
}
#page.fares .scrollTable {
  /* Style table rows */
}
#page.fares .scrollTable td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}
#page.fares {
  /* Headline */
}
#page.fares h3 {
  margin-bottom: 30px;
}
#page.fares {
  /* Fares */
}
#page.fares #faresEurope .frenchBasic, #page.fares #faresEurope .frenchSmart, #page.fares #faresEurope .frenchFlex, #page.fares #faresFrance .frenchBasic, #page.fares #faresFrance .frenchSmart, #page.fares #faresFrance .frenchFlex {
  min-width: 180px;
  max-width: 300px;
}
#page.fares #faresEurope .fareInformationContainer, #page.fares #faresFrance .fareInformationContainer {
  width: 100%;
  background: #f8fafc;
  margin: 20px 0;
  padding: 25px;
  border-radius: 10px;
}
#page.fares #additionalFees .online, #page.fares #additionalFees .airport {
  min-width: 150px;
  max-width: 300px;
}
#page.fares {
  /* Modern Fare Page Components (LESS nested) */
}
#page.fares .fare-hero {
  background: linear-gradient(90deg, #f8fafc 60%, #e9f0ff 100%);
  padding: 48px 0 32px 0;
  text-align: center;
  border-radius: 18px;
  margin-bottom: 32px;
}
#page.fares .fare-hero h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--accent-color2);
  margin-bottom: 12px;
}
#page.fares .fare-hero p {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 32px;
}
#page.fares .fare-summary {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
#page.fares .fare-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.07);
  padding: 24px 32px;
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 220px;
  transition: box-shadow 0.2s;
}
#page.fares .fare-card:hover {
  box-shadow: 0 4px 24px 0 rgba(0, 38, 252, 0.1);
}
#page.fares .fare-card i {
  font-size: 2.2rem;
  color: var(--accent-color3);
}
#page.fares .fare-card h4 {
  margin: 0 0 4px 0;
  font-size: 1.1rem;
  font-weight: 600;
}
#page.fares .fare-card p {
  margin: 0;
  font-size: 0.98rem;
  color: #666;
}
#page.fares .fare-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 32px;
}
#page.fares .plan-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.07);
  padding: 32px 28px 24px 28px;
  max-width: 340px;
  flex: 1 1 280px;
  transition: box-shadow 0.2s, transform 0.2s;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border: 2px solid transparent;
}
#page.fares .plan-card.featured {
  border: 2px solid var(--accent-color3);
  box-shadow: 0 6px 32px 0 rgba(23, 86, 251, 0.1);
  z-index: 1;
  transition: box-shadow 0.2s, transform 0.2s;
}
#page.fares .plan-card.featured:hover {
  transform: scale(1.03);
}
#page.fares .plan-card .plan-card-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
}
#page.fares .plan-card h4 {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 4px 0;
  color: var(--accent-color2);
  display: flex;
  align-items: center;
  gap: 6px;
}
#page.fares .plan-sub {
  font-size: 1rem;
  color: #888;
  margin-bottom: 0;
}
#page.fares .plan-features {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
#page.fares .plan-features li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 0.98rem;
  flex-grow: 1;
  align-items: center;
}
#page.fares .plan-features li:last-child {
  border-bottom: none;
}
#page.fares .feat {
  color: #444;
  font-weight: 500;
  min-width: 40%;
  padding-right: 4px;
}
#page.fares .val {
  color: var(--accent-color3);
  font-weight: 600;
  text-align: right;
}
#page.fares .headerCol {
  font-weight: 600;
  color: var(--accent-color2);
  background: #f5f7fa;
}
#page.fares .fare-table {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 24px;
}

/*# sourceMappingURL=style.css.map */
