:root {
  --blue: #002e8a;
  --blue-dark: #07334e;
  --yellow: #feca0a;
  --yellow-alt: #ffcc29;
  --text: #333;
  --text-muted: #525252;
  --border: #e6e6e6;
  --grey-bg: #f7f8f8;
  --subscribe-bg: #a0a7aa;
  --link-blue: #1f5ca8;
  --hover-red: #d60d45;
  --white: #fff;
  --font: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--text); line-height: 1.6; background: var(--white); overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
.container { max-width: 1170px; margin: 0 auto; padding: 0 15px; }
.row { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.col-md-3 { width: 25%; padding: 0 15px; }
.col-md-4 { width: 33.333%; padding: 0 15px; }
.col-md-6 { width: 50%; padding: 0 15px; }
.col-md-8 { width: 66.666%; padding: 0 15px; }
.col-md-12 { width: 100%; padding: 0 15px; }

/* ===== HEADER ===== */
#header {
  background: var(--white);
  padding-top: 5px;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 1px 6px rgba(0,0,0,0.08);
}

.header-inner { display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; }

.logo-block {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 5px;
  flex-shrink: 0;
}

.main-logo {
  height: 73px;
  margin-top: 7px;
  flex-shrink: 0;
}

.tag-line {
  text-align: left;
  color: var(--blue);
  font-size: 16px;
  line-height: 1.4;
  min-width: 210px;
  max-width: 280px;
}

.main-tag-heading,
.small-tag-heading {
  display: block;
  white-space: nowrap;
}

.small-tag-heading {
  font-size: 15px;
}

.tag-line-border {
  flex-shrink: 0;
  align-self: center;
  height: 70px;
  width: 1px;
  background: #c5c5c5;
}

.header-right { flex: 1; }

.header-inquiry-btn {
  display: flex;
  justify-content: flex-end;
  gap: 0;
  padding-right: 10px;
  margin-bottom: 8px;
}

.call-us-link {
  background: var(--yellow);
  color: #000;
  padding: 8px 20px;
  font-size: 15px;
  border-radius: 5px;
  font-weight: 600;
  transition: 0.3s;
}

.call-us-link:hover { background: var(--blue); color: var(--white); }

.header-inquiry-link {
  background: var(--blue);
  color: var(--white);
  padding: 8px 20px;
  font-size: 15px;
  border-radius: 5px;
  margin-left: 15px;
  font-weight: 600;
  transition: 0.3s;
}

.header-inquiry-link:hover { background: var(--yellow); color: #000; }

.main-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
  gap: 0;
}

.main-nav li a {
  font-size: 15px;
  color: #000;
  padding: 8px 14px 12px;
  display: block;
  transition: color 0.2s;
}

.main-nav li a:hover,
.main-nav li a.active { color: var(--blue); }

/* ===== DESTINATION SEARCH BAR ===== */
.destination-section {
  background-color: var(--blue-dark);
  background-image: url('https://www.rivieratours.in/images/search-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0;
  text-align: center;
}

.destination-title {
  font-size: 25px;
  padding-bottom: 15px;
  color: var(--white);
  font-weight: normal;
}

.destination-form {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}

.destination-form .custom-input {
  width: 580px;
  max-width: 100%;
  padding: 10px 15px;
  outline: none;
  height: 50px;
  border: none;
  font-size: 14px;
}

.destination-form .search-btn {
  background: var(--blue);
  color: var(--white);
  height: 50px;
  border: none;
  font-size: 17px;
  text-transform: uppercase;
  padding: 0 40px;
  cursor: pointer;
  transition: 0.3s;
}

.destination-form .search-btn:hover { background: var(--yellow); color: #000; }

/* ===== PAGE HERO ===== */
.page-hero {
  position: relative;
  height: 500px;
  min-height: 500px;
  max-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.page-hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  filter: brightness(1.1) saturate(1.05);
}

.page-hero-slide.active {
  opacity: 1;
  z-index: 1;
}

.hero-slide-brand {
  position: absolute;
  bottom: 18px;
  right: 20px;
  height: 54px;
  width: auto;
  z-index: 3;
  background: rgba(255, 255, 255, 0.95);
  padding: 9px 16px;
  border-radius: 6px;
  box-shadow: 0 3px 14px rgba(0, 46, 138, 0.18);
  border: 1px solid rgba(0, 46, 138, 0.08);
}

.page-hero-dots {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 8px;
}

.page-hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid var(--white);
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: 0.25s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.page-hero-dot.active,
.page-hero-dot:hover {
  background: var(--yellow);
  border-color: var(--yellow);
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(0, 46, 138, 0.18) 50%,
    rgba(0, 46, 138, 0.32) 100%);
  pointer-events: none;
}

.page-hero-content {
  position: relative;
  z-index: 4;
  text-align: center;
  padding: 44px 24px;
  color: var(--white);
  max-width: 820px;
  margin: 0 auto;
  background: rgba(0, 46, 138, 0.38);
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}

.page-hero-breadcrumb {
  font-size: 14px;
  margin-bottom: 14px;
  opacity: 1;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
}

.page-hero-breadcrumb a { color: var(--yellow); }
.page-hero-breadcrumb a:hover { text-decoration: underline; }
.page-hero-breadcrumb span { margin: 0 8px; opacity: 0.6; }

.page-hero-title {
  font-size: clamp(1.9rem, 4.5vw, 2.6rem);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
}

.page-hero-divider {
  width: 70px;
  height: 3px;
  background: var(--yellow);
  margin: 14px auto 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.page-hero-text {
  font-size: 16px;
  max-width: 620px;
  margin: 0 auto 22px;
  line-height: 1.6;
  opacity: 1;
  font-weight: 500;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}

.page-hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.page-hero-btn {
  display: inline-block;
  padding: 9px 22px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  transition: 0.3s;
}

.page-hero-btn-yellow {
  background: var(--yellow);
  color: #000;
}

.page-hero-btn-yellow:hover {
  background: var(--white);
  color: var(--blue);
}

.page-hero-btn-blue {
  background: var(--blue);
  color: var(--white);
  border: 2px solid var(--white);
}

.page-hero-btn-blue:hover {
  background: var(--white);
  color: var(--blue);
  border-color: var(--white);
}

.page-hero-fairs {
  position: relative;
  z-index: 2;
  background: var(--white);
  border-top: 4px solid var(--yellow);
  padding: 14px 0;
}

.page-hero-fair-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 0;
  list-style: none;
}

.page-hero-fair-list li {
  font-size: 14px;
  font-weight: 600;
  color: var(--blue);
  padding: 0 18px;
  position: relative;
}

.page-hero-fair-list li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: #ccc;
}

/* ===== SECTION HEADINGS (hm-title) ===== */
.home-page-section { background: var(--white); }

.hm-title-line { border: none; text-align: center; margin-bottom: 20px; }

.hm-title {
  position: relative;
  text-align: center;
  font-size: 26px;
  letter-spacing: 1px;
  padding-bottom: 13px;
  margin-bottom: 20px;
  font-weight: bold;
  color: var(--blue);
  text-transform: uppercase;
}

.hm-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 65%;
  left: 0;
  height: 1px;
  background: var(--yellow);
  margin: 0 auto;
  right: 0;
}

.hm-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30%;
  height: 2px;
  background: var(--blue);
  margin: 0 auto;
}

.section-block { padding: 50px 0; }
.grey-bg { background: var(--grey-bg); }
.pb-50 { padding-bottom: 50px; }

/* ===== WHY RELY ON US ===== */
.why-rely-section {
  background: var(--white);
  border-top: 1px solid var(--border);
}

.why-rely-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px 24px;
  margin-bottom: 40px;
  align-items: stretch;
}

.why-rely-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 10px;
  height: 100%;
}

.why-rely-icon {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px auto 8px;
  color: var(--blue);
  font-size: 42px;
  line-height: 1;
  flex-shrink: 0;
}

.why-rely-item-title-wrap {
  display: flex;
  /* align-items: flex-end; */
  justify-content: center;
  width: 100%;
  min-height: 62px;
  height: 62px;
  flex-shrink: 0;
}

.why-rely-item-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--blue);
  margin: 0;
  line-height: 1.35;
}

.why-rely-item-divider {
  width: 100%;
  height: 2px;
  background: var(--blue);
  margin: 12px 0;
  flex-shrink: 0;
}

.why-rely-item-text {
  font-size: 14px;
  color: #666;
  line-height: 1.65;
  margin: 0;
}

.why-rely-highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.why-highlight-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 24px;
  background: linear-gradient(135deg, #f0f4fc 0%, #fff9e6 100%);
  border: 1px solid #dce6f5;
  border-left: 4px solid var(--yellow);
  border-radius: 8px;
}

.why-highlight-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  color: var(--yellow);
  border-radius: 50%;
  font-size: 22px;
}

.why-highlight-text {
  font-size: 14px;
  color: #444;
  line-height: 1.65;
  margin: 0;
}

.why-highlight-text strong {
  color: var(--blue);
  font-weight: 700;
}

/* ===== SEO SECTION ===== */
.seo-section {
  border-top: 1px solid var(--border);
}

.seo-section-title {
  font-size: 22px;
  color: var(--blue);
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.35;
}

.seo-section-title .fa {
  color: var(--yellow);
  margin-right: 8px;
}

.seo-section-text {
  font-size: 15px;
  color: #444;
  line-height: 1.75;
  text-align: justify;
}

/* Visa disclaimer */
.visa-disclaimer {
  margin-top: 18px;
  padding: 14px 16px;
  background: #fff9e6;
  border-left: 4px solid var(--yellow);
  border-radius: 6px;
}

.visa-disclaimer p {
  font-size: 13px;
  color: #555;
  line-height: 1.65;
  margin: 0;
}

/* ===== TRADE FAIR CARDS ===== */
.shows-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
}

.show-col {
  width: 33.333%;
  padding: 0 14px 32px;
}

.tradefair-grid {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 46, 138, 0.08);
  height: 100%;
  transition: transform 0.3s, box-shadow 0.3s;
}

.tradefair-grid:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0, 46, 138, 0.18);
  border-color: var(--blue);
}

.tradefair-image-part {
  position: relative;
  width: 100%;
  height: 240px;
  background: #1a2a4a;
  overflow: hidden;
}

.tradefair-date-badge {
  position: absolute;
  top: 0;
  right: 18px;
  z-index: 2;
  background: var(--blue);
  color: var(--white);
  text-align: center;
  padding: 10px 14px 14px;
  border-radius: 0 0 10px 10px;
  min-width: 56px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
}

.tradefair-date-month {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.2;
}

.tradefair-date-day {
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.05;
  margin-top: 2px;
}

.tradefair-type-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: var(--yellow);
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 11px 16px;
  line-height: 1.2;
}

.tradefair-images {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 20px 24px;
  transition: transform 0.4s;
}

.tradefair-grid:hover .tradefair-images {
  transform: scale(1.05);
}

.tradefair-image-cover {
  background: #1a2a4a;
}

.tradefair-image-cover .tradefair-images {
  object-fit: cover;
  padding: 0;
}

.tradefair-card-body {
  padding: 22px 22px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.tradefair-card-title {
  font-size: 22px;
  font-weight: 700;
  color: #111;
  margin: 0 0 12px;
  line-height: 1.3;
}

.tradefair-card-location,
.tradefair-card-date {
  font-size: 14px;
  color: #777;
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.4;
}

.tradefair-card-date {
  margin-bottom: 18px;
}

.tradefair-card-location .fa,
.tradefair-card-date .fa {
  color: #aaa;
  font-size: 14px;
  width: 16px;
  text-align: center;
  flex-shrink: 0;
}

.tradefair-description {
  flex: 1;
  margin-bottom: 16px;
}

.tradefair-description-text {
  font-size: 14px;
  color: #555;
  line-height: 1.65;
  margin: 0;
}

.tradefair-btn-link {
  margin-top: auto;
}

.tradefair-btn-link a,
.btn-inquire,
.btn-inquire-link {
  display: block;
  width: 100%;
  text-align: center;
  background: var(--blue);
  color: var(--white);
  padding: 11px 18px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.tradefair-btn-link a:hover,
.btn-inquire:hover,
.btn-inquire-link:hover {
  background: var(--yellow);
  color: #000;
}

/* ===== EXPLORE MORE ===== */
.explore-more-wrap { text-align: center; padding: 10px 0 20px; }

.btn-explore-more {
  display: inline-block;
  background: var(--blue);
  color: var(--white);
  padding: 12px 40px;
  font-size: 17px;
  font-weight: 600;
  border-radius: 5px;
  text-transform: uppercase;
  transition: 0.3s;
}

.btn-explore-more:hover { background: var(--yellow); color: #000; }

/* ===== INQUIRY SECTION ===== */
.inquiry-section { padding: 50px 0; }

.inquiry-subtitle {
  text-align: center;
  color: var(--text-muted);
  max-width: 700px;
  margin: -10px auto 35px;
  font-size: 15px;
}

.inquiry-layout {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.inquiry-form-box {
  flex: 1;
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: 0 0 12px -3px rgba(0,0,0,0.12);
  padding: 30px;
}

.form-group { margin-bottom: 16px; }

.form-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--blue);
  margin-bottom: 5px;
}

.form-group input {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #b5b5b5;
  font-family: var(--font);
  font-size: 14px;
  outline: none;
  height: 45px;
}

.form-group input:focus { border-color: var(--blue); }

.btn-send {
  background: var(--blue);
  color: var(--white);
  border: none;
  padding: 10px 40px;
  font-size: 16px;
  height: 45px;
  cursor: pointer;
  border-radius: 3px;
  transition: 0.3s;
  text-transform: uppercase;
}

.btn-send:hover { background: var(--yellow); color: #000; }

.form-message {
  margin-top: 12px;
  padding: 10px;
  font-size: 14px;
  display: none;
  border-radius: 3px;
}

.form-message.success { display: block; background: #d4edda; color: #155724; }
.form-message.error { display: block; background: #f8d7da; color: #721c24; }

/* ===== SUBSCRIBE BAR ===== */
.subscribe-section {
  padding: 15px 0;
  background: var(--subscribe-bg);
}

.subscribe-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.subscribe-section .heading {
  font-size: 16px;
  color: #000;
  flex: 1;
  min-width: 200px;
}

.subscribe-form-wrap {
  display: flex;
  align-items: center;
  flex: 2;
}

.subscribe-form-wrap input {
  height: 50px;
  padding: 0 20px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  flex: 1;
  min-width: 200px;
  font-size: 14px;
}

.subscribe-btn {
  height: 50px;
  background: var(--blue);
  color: var(--white);
  min-width: 110px;
  font-size: 17px;
  margin-left: 10px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.subscribe-btn:hover { background: var(--yellow); color: #000; }

.payonline-btn {
  height: 50px;
  min-width: 160px;
  background: var(--yellow);
  color: #000;
  display: flex;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  transition: 0.3s;
}

.payonline-btn:hover { background: var(--blue); color: var(--white); }

/* ===== FOOTER ===== */
#bottom.custom-footer {
  background: transparent;
  border: none;
  padding: 40px 0 20px;
}

#bottom.custom-footer .sub-heading {
  color: var(--blue);
  border: none;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
}

#bottom.custom-footer a { color: #000; font-size: 14px; }
#bottom.custom-footer a:hover { color: var(--hover-red); }
#bottom.custom-footer .text-dark { color: #000 !important; }
#bottom.custom-footer .tour-heading { color: #000 !important; font-size: 16px; }
#bottom.custom-footer .contact-mail-text { padding-left: 15px; font-size: 14px; margin-bottom: 6px; }
#bottom.custom-footer .contact-mail-text i { color: var(--blue); margin-right: 6px; }
#bottom.custom-footer .footer-items { list-style: none; margin-bottom: 6px; }

.footer-services { display: flex; gap: 0; }
.footer-services ul { list-style: none; flex: 1; }

.social-row { display: flex; gap: 10px; padding-top: 10px; align-items: center; }
.social-row img { height: 32px; }

/* ===== MORE LINKS ===== */
.more-link-section {
  display: block;
  background: var(--grey-bg);
  padding: 50px 0;
  border-top: 1px solid #ddd;
}

.more-link-part { padding-bottom: 20px; }

.more-link-heading {
  font-size: 18px;
  margin-bottom: 6px;
  color: var(--text-muted);
  font-weight: bold;
}

.custom-more-links { line-height: 1.8; }

.custom-more-links a {
  display: inline-block;
  position: relative;
  color: var(--text-muted);
  padding-right: 15px;
  font-size: 12px;
}

.custom-more-links a:hover { color: var(--hover-red); }

.custom-more-links a::before {
  content: '';
  position: absolute;
  top: 2px;
  right: 6px;
  bottom: 0;
  height: 78%;
  width: 1px;
  background: #404040;
}

.custom-more-links a:last-child::before { display: none; }

/* ===== COPYRIGHT ===== */
#footer.footer-bg-custom {
  background: transparent;
  border-top: 1px solid #ccc;
  color: #666;
  padding: 20px 0;
  font-size: 14px;
}

#footer.footer-bg-custom a { color: #666; }
#footer.footer-bg-custom a:hover { color: var(--blue); }

/* ===== WHATSAPP ===== */
.rt-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 55px;
  height: 55px;
  background: #25d366;
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  transition: transform 0.2s;
}

.rt-whatsapp:hover { transform: scale(1.08); color: var(--white); }

/* ===== EVENT DETAIL PAGE ===== */
.event-page { background: #f4f6f9; }

.event-breadcrumb-bar {
  background: var(--white);
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
}

.event-breadcrumb { font-size: 14px; color: var(--text-muted); }
.event-breadcrumb a { color: var(--blue); }
.event-breadcrumb a:hover { text-decoration: underline; }
.event-breadcrumb span { margin: 0 8px; color: #999; }

/* Hero Banner */
.event-hero-banner {
  position: relative;
  height: 320px;
  min-height: 320px;
  max-height: 320px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.event-hero-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.event-hero-banner .page-hero-slide {
  filter: brightness(1.14) saturate(1.06);
}

.event-hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top,
    rgba(0, 46, 138, 0.42) 0%,
    rgba(255, 255, 255, 0.1) 55%,
    rgba(255, 255, 255, 0.18) 100%);
  pointer-events: none;
}

.event-hero-wrap {
  position: relative;
  z-index: 4;
  padding: 28px 15px 36px;
  color: var(--white);
  width: 100%;
}

.event-hero-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
}

.event-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--yellow);
  color: #000;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 16px;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.event-hero-title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
  line-height: 1.15;
}

.event-hero-location {
  font-size: 16px;
  opacity: 0.92;
  margin-bottom: 24px;
}

.event-hero-location i { color: var(--yellow); }

.event-hero-btns { display: flex; flex-wrap: wrap; gap: 12px; }

.event-hero-btn {
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 5px;
  transition: 0.3s;
}

.event-hero-btn-yellow { background: var(--yellow); color: #000; }
.event-hero-btn-yellow:hover { background: var(--white); color: var(--blue); }
.event-hero-btn-outline { border: 2px solid rgba(255,255,255,0.7); color: var(--white); }
.event-hero-btn-outline:hover { background: var(--white); color: var(--blue); }

.event-countdown { display: flex; gap: 10px; }

.countdown-item {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  padding: 10px 14px;
  min-width: 68px;
  text-align: center;
  backdrop-filter: blur(4px);
}

.countdown-num {
  display: block;
  font-size: 26px;
  font-weight: 800;
  color: var(--yellow);
  line-height: 1.1;
}

.countdown-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.85;
  color: var(--white);
}

/* Main Body */
.event-body { padding: 40px 15px 60px; }

.event-main { padding-right: 24px; }

.event-card {
  background: var(--white);
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  overflow: hidden;
  margin-bottom: 32px;
}

.event-about-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 0;
}

.event-about-img {
  position: relative;
  min-height: 320px;
}

.event-about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 320px;
}

.event-about-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--yellow);
  color: #000;
  font-weight: 700;
  font-size: 13px;
  padding: 8px 16px;
  border-radius: 30px;
}

.event-about-text {
  padding: 30px 28px;
}

.event-section { margin-bottom: 36px; }

.event-section p {
  margin-bottom: 14px;
  color: #444;
  font-size: 15px;
  line-height: 1.7;
}

.event-section-title {
  font-size: 22px;
  color: var(--blue);
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 3px solid var(--yellow);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.center-title { text-align: center; }

.event-about-text .event-section-title { margin-bottom: 14px; }

.event-highlights-mini {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 16px;
}

.event-highlights-mini li {
  font-size: 13px;
  color: var(--blue);
  font-weight: 600;
}

.event-highlights-mini i { color: #28a745; margin-right: 6px; }

/* Phase Cards */
.phase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.phase-card-v2 {
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  transition: transform 0.3s, box-shadow 0.3s;
  border: 1px solid var(--border);
}

.phase-card-v2:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0,46,138,0.15);
}

.phase-img { height: 160px; overflow: hidden; }

.phase-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.phase-card-v2:hover .phase-img img { transform: scale(1.08); }

.phase-body { padding: 18px; }

.phase-num {
  display: inline-block;
  background: var(--blue);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.phase-body h3 {
  font-size: 16px;
  color: var(--blue);
  margin-bottom: 4px;
  line-height: 1.3;
}

.phase-date {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--hover-red);
}

.phase-body p:last-child {
  font-size: 13px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* Highlights Grid */
.highlights-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.highlight-box {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--white);
  padding: 16px 18px;
  border-radius: 10px;
  border: 1px solid var(--border);
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  transition: border-color 0.2s;
}

.highlight-box:hover { border-color: var(--blue); }

.highlight-box i {
  font-size: 22px;
  color: var(--blue);
  width: 28px;
  text-align: center;
  margin-top: 2px;
}

.highlight-box strong {
  display: block;
  font-size: 13px;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 3px;
}

.highlight-box span { font-size: 14px; color: #444; }

/* Timeline */
.timeline {
  position: relative;
  padding-left: 0;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 23px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(var(--blue), var(--yellow));
  border-radius: 3px;
}

.timeline-item {
  position: relative;
  padding-left: 60px;
  margin-bottom: 28px;
}

.timeline-marker {
  position: absolute;
  left: 0;
  top: 20px;
  width: 48px;
  height: 48px;
  background: var(--blue);
  color: var(--yellow);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
  border: 4px solid var(--white);
  box-shadow: 0 4px 12px rgba(0,46,138,0.3);
  z-index: 2;
}

.timeline-content {
  display: flex;
  gap: 16px;
  align-items: center;
  background: var(--white);
  border-radius: 12px;
  padding: 16px 18px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.07);
  border: 1px solid var(--border);
}

.timeline-logo {
  width: 72px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f8ff;
  border-radius: 8px;
  padding: 10px 8px;
  border: 1px solid #dce6f5;
}

.timeline-logo img {
  width: 100%;
  height: auto;
  max-height: 44px;
  object-fit: contain;
}

.timeline-text { padding: 0; flex: 1; }

.timeline-text h4 {
  font-size: 16px;
  color: var(--blue);
  margin-bottom: 8px;
  font-weight: 700;
}

.timeline-text p {
  font-size: 14px;
  color: #555;
  margin: 0;
  line-height: 1.65;
}

.event-note {
  margin-top: 20px;
  padding: 16px 20px;
  background: #fffbea;
  border-left: 4px solid var(--yellow);
  font-size: 14px;
  color: #555;
  border-radius: 0 8px 8px 0;
}

.event-note i { color: var(--blue); margin-right: 8px; }

/* Flights */
.event-subtitle {
  font-size: 16px;
  color: var(--blue);
  margin: 24px 0 14px;
  font-weight: 600;
}

.flight-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 8px;
}

.flight-card {
  background: var(--white);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.flight-card-head {
  background: var(--blue);
  color: var(--white);
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
}

.flight-card-head i { margin-right: 8px; color: var(--yellow); }

.flight-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
  font-size: 13px;
}

.flight-row:last-child { border-bottom: none; }

.flight-row .airline { font-weight: 700; color: var(--blue); }
.flight-row .time { color: #666; }
.flight-row .route { color: #444; text-align: right; }

.days-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.day-pill {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 14px;
  font-size: 13px;
  color: #444;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.day-pill span {
  display: block;
  font-size: 12px;
  font-weight: 800;
  color: var(--yellow);
  background: var(--blue);
  width: fit-content;
  padding: 2px 10px;
  border-radius: 20px;
  margin-bottom: 6px;
}

/* Inclusion */
.inclusion-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.inclusion-card {
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.inclusion-yes {
  background: linear-gradient(135deg, #f0fff4 0%, #fff 100%);
  border: 1px solid #c3e6cb;
}

.inclusion-no {
  background: linear-gradient(135deg, #fff5f5 0%, #fff 100%);
  border: 1px solid #f5c6cb;
}

.inclusion-card h2 {
  font-size: 18px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.inclusion-yes h2 { color: #28a745; }
.inclusion-no h2 { color: var(--hover-red); }

.inclusion-card ul { list-style: none; }

.inclusion-card li {
  padding: 8px 0 8px 20px;
  position: relative;
  font-size: 14px;
  color: #444;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.inclusion-card li:last-child { border-bottom: none; }

.inclusion-yes li::before { content: '✓'; position: absolute; left: 0; color: #28a745; font-weight: 700; }
.inclusion-no li::before { content: '✕'; position: absolute; left: 0; color: var(--hover-red); font-weight: 700; }

/* Event Tabs */
.event-tabs {
  background: var(--white);
  border-radius: 12px;
  border: 1px solid var(--border);
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 46, 138, 0.06);
}

.event-tab-nav {
  display: flex;
  flex-wrap: wrap;
  background: #eef3fb;
  border-bottom: 3px solid var(--yellow);
}

.event-tab-btn {
  flex: 1 1 25%;
  min-width: 180px;
  padding: 14px 16px;
  border: none;
  background: transparent;
  color: var(--blue);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  cursor: pointer;
  transition: 0.25s;
  text-align: left;
  border-right: 1px solid rgba(0, 46, 138, 0.08);
}

.event-tab-btn:last-child { border-right: none; }

.event-tab-btn i {
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
  color: var(--blue);
}

.event-tab-btn:hover {
  background: rgba(255, 255, 255, 0.7);
}

.event-tab-btn.active {
  background: var(--white);
  color: var(--blue);
  box-shadow: inset 0 3px 0 var(--blue);
}

.event-tab-panels {
  padding: 24px 26px 28px;
}

.event-tab-panel h3 {
  font-size: 20px;
  color: var(--blue);
  margin: 0 0 14px;
  font-weight: 700;
}

.event-tab-panel p {
  font-size: 14px;
  color: #555;
  line-height: 1.65;
  margin-bottom: 12px;
}

.event-tab-list {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
}

.event-tab-list li {
  position: relative;
  padding: 8px 0 8px 22px;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  border-bottom: 1px solid #f0f0f0;
}

.event-tab-list li:last-child { border-bottom: none; }

.event-tab-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--yellow);
  font-size: 20px;
  line-height: 1;
  top: 6px;
}

.event-tab-note {
  font-size: 13px;
  color: #666;
  background: #f8fafc;
  padding: 12px 14px;
  border-radius: 6px;
  border-left: 3px solid var(--yellow);
  margin: 0;
}

.event-tab-note i { color: var(--blue); margin-right: 6px; }

.event-tab-link {
  display: inline-block;
  margin-top: 8px;
  color: var(--blue);
  font-weight: 600;
  font-size: 14px;
}

.event-tab-link:hover { color: var(--hover-red); }

.hotel-options-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.hotel-option-card {
  background: #f8fafc;
  border: 1px solid #e8edf5;
  border-radius: 8px;
  padding: 16px 18px;
}

.hotel-option-card h4 {
  font-size: 15px;
  color: var(--blue);
  margin: 0 0 8px;
  font-weight: 700;
}

.hotel-option-card p {
  font-size: 13px;
  color: #666;
  margin: 0;
  line-height: 1.55;
}

/* Event Video */
.event-video-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 8px 24px rgba(0, 46, 138, 0.12);
}

.event-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.event-video-caption {
  margin: 12px 0 0;
  font-size: 14px;
  color: #666;
}

.event-video-caption i {
  color: #c4302b;
  margin-right: 6px;
}

.event-section-intro {
  font-size: 14px;
  color: #666;
  margin: -8px 0 20px;
  line-height: 1.6;
}

/* Past Event Photos */
.past-photos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.past-photos-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.past-photo-item {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: 0 4px 14px rgba(0, 46, 138, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}

.past-photo-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 46, 138, 0.14);
}

.past-photo-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.past-photo-item figcaption {
  padding: 10px 12px;
  font-size: 13px;
  color: var(--blue);
  font-weight: 600;
  background: var(--white);
}

/* Sidebar */
.event-sidebar { position: relative; }

.sidebar-featured-img {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.sidebar-featured-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.sidebar-img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  background: linear-gradient(transparent, rgba(0,46,138,0.95));
  color: var(--white);
}

.sidebar-img-tag {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--yellow);
  margin-bottom: 4px;
}

.sidebar-img-overlay strong { font-size: 18px; }

.event-meta-box,
.event-inquiry-box,
.event-share-box {
  background: var(--white);
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid var(--border);
}

.event-meta-box-v2 h4 {
  background: var(--grey-bg);
  padding: 14px 20px;
  font-size: 15px;
  color: var(--blue);
  margin: 0;
  border-bottom: 1px solid var(--border);
}

.event-meta-box-v2 h4 i { margin-right: 8px; }

.event-meta-box-v2 { padding: 0; }

.event-meta-item {
  display: flex;
  gap: 14px;
  padding: 14px 20px;
  border-bottom: 1px solid #eee;
}

.event-meta-item:last-child { border-bottom: none; }

.event-meta-item i {
  font-size: 20px;
  color: var(--blue);
  width: 24px;
  margin-top: 2px;
}

.event-meta-item strong {
  display: block;
  font-size: 11px;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 3px;
}

.event-meta-item span { font-size: 14px; color: #444; }

.event-inquiry-box h3,
.event-share-box h3 {
  background: var(--blue);
  color: var(--white);
  padding: 14px 20px;
  font-size: 16px;
  margin: 0;
}

.event-inquiry-box h3 i,
.event-share-box h3 i { margin-right: 8px; }

.event-inquiry-box form { padding: 20px; }

.event-inquiry-box .form-group textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #b5b5b5;
  font-family: var(--font);
  font-size: 14px;
  resize: vertical;
  min-height: 90px;
}

.event-inquiry-box .form-group textarea:focus {
  outline: none;
  border-color: var(--blue);
}

.event-inquiry-box .btn-send { width: 100%; }

.event-inquiry-box .btn-send i { margin-right: 6px; }

.share-buttons-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  padding: 16px 20px 8px;
}

.share-buttons-grid .share-btn {
  justify-content: center;
  padding: 12px;
  font-size: 18px;
  border-radius: 8px;
}

.share-hint {
  text-align: center;
  font-size: 12px;
  color: #888;
  padding: 0 20px 16px;
  margin: 0;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--white);
  transition: opacity 0.2s, transform 0.2s;
}

.share-btn:hover { opacity: 0.9; transform: scale(1.05); color: var(--white); }

.share-whatsapp { background: #25d366; }
.share-facebook { background: #3b5998; }
.share-twitter { background: #1da1f2; }
.share-linkedin { background: #0077b5; }
.share-telegram { background: #0088cc; }
.share-email { background: var(--blue); }

@media (min-width: 993px) {
  .event-sidebar {
    position: sticky;
    top: 100px;
    align-self: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-hero-slide { transition: none; }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
  .main-nav li a { padding: 8px 10px 12px; font-size: 14px; }
  .tag-line { min-width: 180px; font-size: 15px; }
  .show-col { width: 50%; }
}

@media (max-width: 992px) {
  .show-col { width: 50%; }
  .why-rely-grid { grid-template-columns: repeat(2, 1fr); }
  .why-rely-highlights { grid-template-columns: 1fr; }
  .col-md-3, .col-md-4, .col-md-6, .col-md-8 { width: 100%; }
  .event-main { padding-right: 0; margin-bottom: 30px; }
  .event-about-grid { grid-template-columns: 1fr; }
  .phase-grid { grid-template-columns: 1fr; }
  .flight-cards { grid-template-columns: 1fr; }
  .inclusion-grid { grid-template-columns: 1fr; }
  .event-tab-btn { flex: 1 1 50%; min-width: 140px; }
  .hotel-options-grid { grid-template-columns: 1fr; }
  .past-photos-grid { grid-template-columns: repeat(2, 1fr); }
  .past-photos-grid-3 { grid-template-columns: repeat(3, 1fr); }
  .header-inner { align-items: center; }
  .header-right { width: 100%; flex: none; }
  .main-nav { justify-content: center; flex-wrap: wrap; }
  .header-inquiry-btn { justify-content: center; }
  .inquiry-layout { flex-direction: column; }
  .tag-line, .tag-line-border { display: none; }
  .event-body .row { flex-direction: column; }
}

@media (max-width: 768px) {
  .show-col { width: 100%; }
  .why-rely-grid { grid-template-columns: 1fr; }
  .page-hero {
    height: 480px;
    min-height: 480px;
    max-height: 480px;
  }
  .page-hero-content { padding: 36px 18px; }
  .page-hero-title { font-size: 1.85rem; }
  .page-hero-text { font-size: 15px; margin-bottom: 20px; }
  .hero-slide-brand { height: 40px; padding: 7px 12px; bottom: 12px; right: 12px; }
  .event-hero-banner {
    height: 260px;
    min-height: 260px;
    max-height: 260px;
  }
  .event-hero-wrap { padding: 22px 15px 28px; }
  .event-hero-top { flex-direction: column; }
  .event-countdown { flex-wrap: wrap; }
  .highlights-grid { grid-template-columns: 1fr; }
  .days-grid { grid-template-columns: 1fr 1fr; }
  .timeline-content { flex-direction: row; align-items: center; padding: 14px; }
  .timeline-logo { width: 60px; padding: 8px 6px; }
  .timeline-logo img { max-height: 36px; }
  .timeline-text { padding: 0; }
  .timeline-text h4 { font-size: 15px; }
  .timeline-text p { font-size: 13px; }
  .timeline-item { margin-bottom: 18px; padding-left: 52px; }
  .timeline-marker { width: 40px; height: 40px; font-size: 15px; top: 14px; }
  .timeline::before { left: 19px; }
  .highlight-box { padding: 12px 14px; gap: 10px; }
  .highlight-box i { font-size: 18px; width: 22px; }
  .highlight-box strong { font-size: 12px; }
  .highlight-box span { font-size: 13px; }
  .phase-card-v2 .phase-body { padding: 14px 16px; }
  .phase-card-v2 .phase-body h3 { font-size: 15px; }
  .phase-card-v2 .phase-img { height: 120px; }
  .event-card { margin-bottom: 22px; }
  .event-about-text { padding: 20px 18px; }
  .event-about-img,
  .event-about-img img { min-height: 220px; }
  .event-section-title { font-size: 19px; margin-bottom: 14px; }
  .flight-card { padding: 14px 16px; }
  .day-pill { padding: 10px 12px; font-size: 13px; }
  .inclusion-card { padding: 18px 16px; }
  .inclusion-card h2 { font-size: 17px; }
  .tradefair-image-part { height: 200px; }
  .tradefair-card-body { padding: 14px 16px 18px; }
  .tradefair-card-title { font-size: 16px; }
  .seo-section-text { font-size: 14px; text-align: left; }
  .past-photos-grid,
  .past-photos-grid-3 { grid-template-columns: 1fr; }
  .event-tab-btn { flex: 1 1 100%; border-right: none; border-bottom: 1px solid rgba(0, 46, 138, 0.08); }
  .event-highlights-mini { grid-template-columns: 1fr; }
  .flight-row { grid-template-columns: 1fr; gap: 4px; }
  .flight-row .route { text-align: left; }
  .share-buttons-grid { grid-template-columns: repeat(3, 1fr); }
  .col-md-3, .col-md-4, .col-md-6 { width: 100%; }
  .header-inquiry-btn { justify-content: center; flex-wrap: wrap; gap: 8px; }
  .destination-form { flex-direction: column; gap: 10px; }
  .destination-form .custom-input { width: 100%; }
  .subscribe-row { flex-direction: column; text-align: center; }
  .subscribe-form-wrap { width: 100%; justify-content: center; }
  .footer-services { flex-direction: column; }
  .main-nav { display: none; }
  .logo-block { width: 100%; justify-content: center; }
  .shows-row { margin: 0 -10px; }
  .show-col { padding: 0 10px 24px; }
  .why-highlight-card { flex-direction: column; text-align: center; }
  .why-highlight-icon { margin: 0 auto; }
  .inquiry-form-box { padding: 20px 16px; }
}
