/* ========== Professional theme – font + complete page polish ========== */
:root {
  --font-main: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --brand-orange: #e77817;
  --brand-orange-dark: #c96512;
  --brand-gold: #f9a602;
  --text-dark: #1a1a2e;
  --text-body: #2d2d2d;
  --text-muted: #5a5a5a;
  --shadow-sm: 0 2px 12px rgba(0,0,0,0.08);
  --shadow-md: 0 4px 24px rgba(0,0,0,0.1);
  --shadow-lg: 0 8px 32px rgba(0,0,0,0.12);
}

* {
  font-family: var(--font-main);
}

body {
  font-family: var(--font-main);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-body);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6,
.heading, .intro h1, .offer-txt .heading,
.card-title {
  font-family: var(--font-main) !important;
  font-weight: 700;
  color: var(--text-dark);
}

/* Hero – professional typography */
.hero {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .txt.container,
.hero .hero-content {
  max-width: 720px;
  color: #fff !important;
}
.hero .txt.container *,
.hero .hero-content *,
.hero .hero-content p,
.hero .hero-content h1,
.hero .hero-content .lead {
  color: #fff !important;
}
.hero-badge {
  font-size: 0.95rem !important;
  letter-spacing: 0.2em;
  font-weight: 600;
  color: #fff !important;
  text-shadow: 0 2px 12px rgba(0,0,0,0.4);
}
.hero-title {
  font-size: clamp(2.75rem, 7vw, 4.5rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em;
  color: #fff !important;
  text-shadow: 0 4px 24px rgba(0,0,0,0.5);
  margin-bottom: 0.5rem;
}
.hero-subtitle {
  font-size: 1.1rem !important;
  line-height: 1.75;
  font-weight: 500;
  color: #fff !important;
  text-shadow: 0 2px 10px rgba(0,0,0,0.4);
}

/* Section headings – consistent & beautiful */
.section .intro h1,
.section .offer-txt .heading,
.intro h1 {
  font-size: clamp(1.75rem, 4vw, 2.35rem) !important;
  font-weight: 800 !important;
  color: var(--text-dark);
  position: relative;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.section .intro h1::after,
.section .offer-txt .heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 56px;
  height: 4px;
  background: linear-gradient(90deg, var(--brand-orange), var(--brand-gold));
  border-radius: 2px;
}
.section.text-center .intro h1::after,
.section .offer-txt.text-center .heading::after {
  left: 50%;
  transform: translateX(-50%);
}
.intro p, .section .offer-txt p, .section.text-center p.lead {
  font-size: 1.05rem !important;
  color: var(--text-muted);
  font-weight: 500;
}

/* Offers section title */
.section.text-center.fs-4 p {
  font-family: var(--font-main) !important;
  font-weight: 700;
  font-size: 1.35rem !important;
  color: var(--text-dark);
}

/* ========== Deal / Package cards (home & activities) – beautiful & modern ========== */
.deal-card {
  border: none !important;
  border-radius: 16px !important;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
}
.deal-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}
.deal-card a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.deal-card .deal-card-img-wrap {
  position: relative;
  overflow: hidden;
  height: 220px;
  background: #f0f0f0;
}
.deal-card .deal-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.deal-card:hover .deal-card-img-wrap img {
  transform: scale(1.06);
}
.deal-card .card-body {
  padding: 1.1rem 1.25rem !important;
}
.deal-card .deal-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.65rem;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.deal-card .deal-card-category {
  font-size: 0.8rem;
  font-weight: 600;
  color: #7c3aed;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.deal-card .deal-card-sold {
  font-size: 0.8rem;
  color: #16a34a;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: 500;
}
.deal-card .deal-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.35;
  margin-bottom: 0.85rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.7em;
}
.deal-card .deal-card-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.deal-card .deal-card-price {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--brand-orange);
  letter-spacing: -0.02em;
}
.deal-card .deal-card-old-price {
  font-size: 0.9rem;
  color: var(--text-muted);
  text-decoration: line-through;
  font-weight: 500;
}
.deal-card .deal-card-badge {
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.35rem 0.65rem;
  border-radius: 20px;
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
  color: #fff;
  box-shadow: 0 2px 8px rgba(22, 163, 74, 0.35);
}

/* Cards – professional look */
.destination-card .card-title {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.05em;
}
.card-title {
  font-family: var(--font-main) !important;
  font-weight: 600;
  color: var(--text-dark);
}
.card-text, .cards .txt p {
  font-family: var(--font-main) !important;
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.55;
}
.cards .txt h5 {
  font-family: var(--font-main) !important;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--text-dark);
}

/* Buttons */
.btn,
button.btn,
.hotel-detail .btn,
.cards .btns .btn {
  font-family: var(--font-main) !important;
  font-weight: 600;
  border-radius: 8px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hotel-detail .btn:hover,
.cards .btns .btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

/* Navbar */
.nav-link {
  font-family: var(--font-main) !important;
  font-weight: 500;
  font-size: 0.95rem;
}

/* Pills / tabs */
.nav-pills .nav-link {
  font-family: var(--font-main) !important;
  font-weight: 600;
}

/* Hotel section */
.hotel-detail h1 {
  font-family: var(--font-main) !important;
  font-weight: 800 !important;
  font-size: clamp(1.6rem, 3vw, 2.1rem) !important;
  color: var(--text-dark);
  line-height: 1.3;
}
.hotel-detail p {
  font-family: var(--font-main) !important;
  font-size: 1rem !important;
  color: var(--text-body);
  line-height: 1.65;
}

/* Reviews section */
.reviews h3,
.reviews .fw-bold.h4,
.reviews .h3 {
  font-family: var(--font-main) !important;
  font-weight: 700 !important;
  color: var(--text-dark);
}
.reviews p {
  font-family: var(--font-main) !important;
  line-height: 1.65;
}

/* Blog section */
.blog .text h1,
.blog .text h2 {
  font-family: var(--font-main) !important;
  font-weight: 700 !important;
  color: #fff;
}

/* Footer – already in index.css, ensure font */
.footer,
.footer a,
.footer .tagline,
.footer input,
.footer .btn {
  font-family: var(--font-main) !important;
}

/* Remove old system fonts from specific overrides */
select, .form-select {
  font-family: var(--font-main) !important;
}

/* Carousel caption / section text */
.section p {
  font-family: var(--font-main) !important;
}

/* Carousel – polished */
#carouselExampleControlsNoTouching {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

/* Destination cards – clean look */
.destination-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.destination-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}
.img-card {
  border-radius: 0 0 12px 12px;
}

/* Section spacing */
.section {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.section.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* Deal cards – consistent typography */
.deal-card-img .card-title {
  font-size: 1rem !important;
  font-weight: 600;
}
