.elementor-297 .elementor-element.elementor-element-dda84da{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-297 .elementor-element.elementor-element-dda84da{--width:100%;}.elementor-297 .elementor-element.elementor-element-bf51e09{width:100%;max-width:100%;}}/* Start custom CSS for container, class: .elementor-element-dda84da *//* ══════════════════════════════════════
   HOW IT WORKS
══════════════════════════════════════ */
.how-section {
  background: var(--white);
  padding: 72px 24px;
}

.how-head {
  text-align: center;
  margin-bottom: 48px;
}

.how-head .section-sub {
  margin: 0 auto;
}

.how-steps {
  display: flex;
  align-items: flex-start;
  gap: 0;
}

.how-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 16px;
}

.how-num {
  width: 40px;
  height: 40px;
  background: var(--gold);
  color: var(--white);
  border-radius: 50%;
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  flex-shrink: 0;
}

.how-step-icon {
  width: 64px;
  height: 64px;
  background: rgba(201, 168, 76, 0.08);
  border: 1px solid rgba(201, 168, 76, 0.2);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  padding: 10px;
}

.how-step-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.how-step-title {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 8px;
  line-height: 1.3;
}

.how-step-desc {
  font-size: 0.85rem;
  color: var(--text-mid);
  line-height: 1.65;
  max-width: 200px;
  margin: 0 auto;
}

.how-connector {
  flex-shrink: 0;
  color: var(--gold);
  opacity: 0.5;
  margin-top: 86px;
  padding: 0 4px;
}

.how-cta {
  text-align: center;
  margin-top: 40px;
}

/* ══════════════════════════════════════
   EXCURSIONS
══════════════════════════════════════ */
.excursions-section {
  padding: 80px 24px;
  background: var(--beige);
}

.excursions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.excursion-card {
  display: block;
  text-decoration: none;
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: box-shadow 0.2s, transform 0.2s;
}

.excursion-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
}

.excursion-img-wrap {
  height: 180px;
  overflow: hidden;
  background: var(--sand);
}

.excursion-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.excursion-card:hover .excursion-img-wrap img {
  transform: scale(1.05);
}

.excursion-body {
  padding: 16px 18px;
}

.excursion-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 8px;
}

.excursion-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  color: var(--text-light);
}

.excursion-price {
  margin-left: auto;
  font-weight: 700;
  color: var(--gold-dark);
  font-size: 0.85rem;
}

.excursions-more {
  text-align: center;
}


/* ══════════════════════════════════════
   AIRPORT TRANSFER STRIP
══════════════════════════════════════ */
.airport-strip {
  background: linear-gradient(135deg, #1a1714 0%, #2d2620 100%);
  border-top: 1px solid rgba(201, 168, 76, 0.3);
  border-bottom: 1px solid rgba(201, 168, 76, 0.3);
  padding: 28px 24px;
}

.airport-strip-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.airport-strip-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: rgba(201, 168, 76, 0.15);
  border: 1px solid rgba(201, 168, 76, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
}

.airport-strip-content {
  flex: 1;
  min-width: 220px;
}

.airport-strip-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px;
}

.airport-strip-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 6px;
}

.airport-strip-features {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.65);
}

.airport-strip-features .dot {
  color: var(--gold);
}

.airport-strip-cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gold);
  color: var(--text-dark);
  font-weight: 600;
  font-size: 0.9rem;
  padding: 14px 24px;
  border-radius: var(--radius);
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s;
}

.airport-strip-cta:hover {
  background: var(--gold-light);
}


/* ══════════════════════════════════════
   TRANSFER ROUTES GRID
══════════════════════════════════════ */
.routes-section {
  padding: 80px 24px;
  background: var(--cream);
}

.routes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
  margin-bottom: 40px;
}

.route-card {
  display: block;
  text-decoration: none;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px 20px 16px;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.route-card:hover {
  border-color: var(--gold);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.route-dest {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 10px;
}

.route-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.route-km {
  font-size: 0.78rem;
  color: var(--text-light);
}

.route-price {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--gold-dark);
}

.routes-more {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.routes-more p {
  font-size: 0.9rem;
  color: var(--text-light);
}




/* ══════════════════════════════════════
   REVIEWS
══════════════════════════════════════ */
.reviews-section {
  padding: 80px 24px;
  background: var(--white);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  margin-bottom: 32px;
}

.review-card {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.review-stars {
  color: var(--gold);
  font-size: 1.1rem;
  letter-spacing: 2px;
}

.review-text {
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--text-mid);
  flex: 1;
}

.review-author {
  border-top: 1px solid var(--border);
  padding-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.review-name {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--text-dark);
}

.review-origin {
  font-size: 0.82rem;
  color: var(--text-light);
}

.reviews-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--text-mid);
}

/* ══════════════════════════════════════
   QUICK PRICE TABLE
══════════════════════════════════════ */
.price-section {
  padding: 80px 24px;
  background: var(--beige);
}

.quick-price-wrap {
  overflow-x: auto;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.quick-price-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  font-size: 0.9rem;
}

.quick-price-table thead {
  background: var(--text-dark);
  color: var(--white);
}

.quick-price-table thead th {
  padding: 14px 18px;
  text-align: left;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.quick-price-table tbody tr {
  border-bottom: 1px solid var(--border);
  transition: background 0.15s;
}

.quick-price-table tbody tr:last-child {
  border-bottom: none;
}

.quick-price-table tbody tr:hover {
  background: var(--cream);
}

.quick-price-table tbody td {
  padding: 13px 18px;
  color: var(--text-mid);
  white-space: nowrap;
}

.quick-price-table tbody td:first-child {
  font-weight: 500;
  color: var(--text-dark);
}

.quick-price-table tbody td:nth-child(4),
.quick-price-table tbody td:nth-child(5) {
  font-weight: 700;
  color: var(--gold-dark);
}

.price-note {
  margin-top: 20px;
  text-align: center;
  font-size: 0.85rem;
  color: var(--text-light);
}

.price-note a {
  color: var(--gold-dark);
  text-decoration: underline;
}/* End custom CSS */