/* ============================================
   TOOLBAR / SEARCH BAR
   ============================================ */
.search-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #ffffff;
  padding: 18px;
  border-radius: 50px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

#search-city {
  flex: 1;
  padding: 14px 18px;
  font-size: 16px;
  border: none;
  outline: none;
  border-radius: 40px;
  background: #f8f8f8;
}

.dropdown-wrapper {
  position: relative;
  width: 280px;
}

.dropdown-btn {
  width: 100%;
  padding: 14px 18px;
  font-size: 16px;
  background: #f8f8f8;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  text-align: left;
}

.experience-dropdown {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  z-index: 9999;
}

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

.experience-dropdown div {
  padding: 12px 18px;
  cursor: pointer;
}

.experience-dropdown div:hover { background: #f1f1f1; }

.search-btn,
#search-btn {
  padding: 14px 24px;
  background: #c62828;
  color: #ffffff;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  transition: 0.2s ease;
}

.search-btn:hover,
#search-btn:hover { background: #a71f1f; }


/* ============================================
   STATE CARD FIXES
   ============================================ */
.hero-state-heading {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

.state-card {
  color: #222 !important;
  font-size: 16px !important;
}

.state-card h3,
.state-card p {
  color: #222 !important;
  text-indent: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}


/* ============================================
   HOMEPAGE STATE CARDS
   ============================================ */
.hp-state-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: stretch;
  margin: 30px auto;
  max-width: 1100px;
}

.hp-state-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  text-align: center;
  text-decoration: none;
  color: #222;
  flex: 0 1 200px;
}

.hp-state-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #222;
}

.hp-state-card p {
  font-size: 14px;
  margin: 0;
  color: #555;
}


/* ============================================
   TOUR DESCRIPTION FIX
   ============================================ */
.tour-desc {
  display: block !important;
  font-size: 14px !important;
  margin: 8px 0 12px !important;
  color: #444 !important;
}


/* ============================================
   ⭐ TAGLINE SUPPORT ⭐
   Appears under tour title
   ============================================ */
.tour-tagline {
  font-size: 0.85rem;
  color: #666;
  font-style: italic;
  margin-bottom: 6px;
  line-height: 1.4;
}


/* ============================================
   SEO BLOCK STYLING
   ============================================ */
.seo-keywords {
  max-width: 1100px;
  margin: 40px auto 60px;
  padding: 0 20px;
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: center;
}

.seo-keywords h3 {
  font-weight: 600;
}

.seo-keywords h4 {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.95rem;
  margin: 20px 0 10px;
  font-weight: 500;
}

.seo-keywords p {
  margin: 0 0 12px;
}


/* ============================================
   BOOK NOW BUTTON
   ============================================ */
.tour-footer {
  margin-top: 1rem;
}

.tour-link {
  display: inline-block;
  padding: 0.75rem 1.75rem;
  border-radius: 999px;
  background-color: #9b1c2c;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.95rem;
  transition: background-color 0.2s ease;
}

.tour-link:hover {
  background-color: #7f1522;
}


/* ============================================
   FEATURED CARD TEXT FIXES
   ============================================ */
.tour-content h3 {
  display: block !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  margin: 0 0 6px !important;
  color: #222 !important;
}


/* ============================================
   ARTICLE BLOCKS
   ============================================ */
.article-block {
  max-width: 1100px;
  margin: 80px auto 80px;
  padding: 0 20px;
  line-height: 1.75;
  font-size: 1.05rem;
}

.article-block h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 600;
}

.article-block h3 {
  margin-top: 35px;
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 500;
}

.article-intro {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 40px;
}

.article-row {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 50px;
}

.article-row.reverse {
  flex-direction: row-reverse;
}

.article-image img {
  display: block;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.article-image {
  flex: 1 1 45%;
}

.article-text {
  flex: 1 1 55%;
}

.article-text h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1.4rem;
  font-weight: 500;
}

.article-list {
  margin: 10px 0 0 0;
  padding-left: 18px;
}

.article-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.highlight-card {
  background: #f7f7fb;
  border-radius: 10px;
  padding: 18px 16px;
  font-size: 0.97rem;
  line-height: 1.6;
}

.highlight-card h4 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 1.05rem;
  font-weight: 600;
}


/* ============================================
   RESPONSIVE ADJUSTMENTS
   ============================================ */
@media (max-width: 800px) {
  .article-row,
  .article-row.reverse {
    flex-direction: column;
  }

  .article-highlight-grid {
    grid-template-columns: 1fr;
  }

  .article-block {
    margin: 60px auto;
  }
}


/* ============================================
   STATE HERO IMAGE
   ============================================ */
.state-hero-img {
  width: 100%;
  max-width: 1200px;
  height: 180px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  margin: 0 auto;
}
