:root {
  --bg: #f5f2eb;
  --surface: rgba(255, 252, 247, 0.9);
  --surface-strong: #fbf7f1;
  --text: #203225;
  --muted: #5f675f;
  --border: rgba(32, 50, 37, 0.14);
  --brand: #2c4726;
  --brand-dark: #22391d;
  --shadow: 0 24px 60px rgba(20, 31, 23, 0.16);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 18px;
  --max-width: 1240px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(223, 216, 202, 0.7), transparent 34%),
    linear-gradient(180deg, #f9f7f2 0%, #f2eee6 100%);
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.page-shell {
  width: 100%;
  position: relative;
  padding-bottom: 0;
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: visible;
  padding: 28px 28px 24px;
  background:
    linear-gradient(90deg, rgba(250, 246, 239, 0.93) 0%, rgba(250, 246, 239, 0.8) 32%, rgba(250, 246, 239, 0.08) 62%),
    url("../images/home/home-banner.jpg") center/cover no-repeat;
  box-shadow: var(--shadow);
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 245, 224, 0.04) 0%, rgba(26, 36, 24, 0.1) 100%);
  z-index: -1;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  min-width: 160px;
}

.brand-logo {
  width: 140px;
  height: auto;
  object-fit: contain;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 0;
  border-radius: 14px;
  background: var(--brand);
  box-shadow: 0 12px 24px rgba(44, 71, 38, 0.18);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav {
  display: flex;
  align-items: center;
  gap: 42px;
  padding: 0 12px;
  font-size: 1.03rem;
  font-weight: 600;
}

.nav a,
.nav-link {
  position: relative;
  padding: 12px 0;
  letter-spacing: 0.03em;
  color: rgba(32, 50, 37, 0.92);
}

.nav a.active::after,
.nav-item-active > .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  border-radius: 999px;
  background: var(--brand);
}

.nav-item {
  position: relative;
}

.nav-link {
  display: inline-block;
}

.nav-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 320px;
  max-width: 360px;
  padding: 10px 14px;
  border: 1px solid rgba(35, 57, 30, 0.08);
  border-radius: 14px;
  background: rgba(255, 252, 247, 0.98);
  box-shadow: 0 14px 32px rgba(27, 39, 24, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 20;
}

.nav-dropdown a {
  display: block;
  padding: 7px 0;
  line-height: 1.35;
}

.nav-dropdown a.active::after {
  display: none;
}

.nav-item:hover .nav-dropdown,
.nav-item:focus-within .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cta-top {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 22px;
  border-radius: 14px;
  background: var(--brand);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 16px 30px rgba(44, 71, 38, 0.24);
}

.hero-content {
  max-width: 700px;
  padding: 72px 0 0 28px;
}

.hero-title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  max-width: 680px;
  font-size: clamp(2.85rem, 4.6vw, 4.4rem);
  line-height: 0.95;
  letter-spacing: -0.01em;
  text-transform: none;
}

.hero-title-group {
  display: block;
}

.hero-title-mobile {
  display: none;
}

.hero-title-line {
  display: block;
  white-space: nowrap;
}

.title-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 28px 0 24px;
  color: var(--brand);
  opacity: 0.85;
}

.title-divider::before,
.title-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(44, 71, 38, 0.22);
}

.title-divider span {
  font-size: 1.4rem;
  line-height: 1;
}

.hero-copy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
  margin: 0 0 34px;
  max-width: 620px;
  color: rgba(32, 50, 37, 0.84);
}

.hero-copy-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hero-copy-item::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c79a44;
}

.cta-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 18px 28px;
  border-radius: 14px;
  background: linear-gradient(180deg, #365a2f 0%, #274120 100%);
  color: #fff;
  font-weight: 700;
  font-size: 1.05rem;
  box-shadow: 0 18px 30px rgba(39, 65, 32, 0.25);
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  width: min(980px, calc(100% - 28px));
  margin: 0 auto;
}

.destinations-preview {
  padding: 42px 34px 18px;
}

.card {
  display: flex;
  flex-direction: column;
  padding: 30px 28px 24px;
  border-radius: var(--radius-lg);
  background: rgba(255, 251, 245, 0.92);
  border: 1px solid rgba(35, 57, 30, 0.08);
  box-shadow: 0 16px 36px rgba(27, 39, 24, 0.12);
  text-align: center;
  backdrop-filter: blur(8px);
  min-height: 240px;
}

.card-link-card {
  color: inherit;
  text-decoration: none;
}

.card-icon {
  font-size: 2.4rem;
  color: var(--brand);
  margin-bottom: 14px;
  line-height: 1;
}

.card h3 {
  margin: 0 0 10px;
  line-height: 1.05;
}

.card-index {
  font-family: "Manrope", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-right: 2px;
}

.card-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.9rem;
  text-transform: uppercase;
}

.card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 0.96rem;
  min-height: 72px;
}

.card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin-top: auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: var(--brand);
  font-size: 1.5rem;
}

.testimonials {
  padding: 170px 34px 40px;
}

.testimonials-social {
  padding: 4px 34px 16px;
}

.journey-divider {
  padding: 14px 34px 30px;
}

.journey-divider-card {
  width: min(700px, 100%);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 34px 48px 28px;
  border: 1px solid rgba(191, 156, 93, 0.24);
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(216, 179, 107, 0.14) 0%, rgba(216, 179, 107, 0) 32%),
    linear-gradient(180deg, rgba(255, 252, 246, 0.98) 0%, rgba(246, 240, 229, 0.98) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 18px 36px rgba(27, 39, 24, 0.08);
  text-align: center;
}

.journey-divider-card::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(191, 156, 93, 0.12);
  border-radius: 22px;
  pointer-events: none;
}

.journey-divider-mark {
  display: block;
  margin-bottom: 8px;
  font-family: "Cormorant Garamond", serif;
  font-size: 3.2rem;
  line-height: 0.8;
  color: #c79a44;
}

.journey-divider-card p {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.48rem, 2.1vw, 2rem);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.01em;
  color: rgba(32, 50, 37, 0.9);
}

.journey-divider-accent {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  max-width: 170px;
  margin: 22px auto 0;
  color: #c79a44;
}

.journey-divider-accent::before,
.journey-divider-accent::after {
  content: "";
  flex: 1;
  height: 1px;
  background: currentColor;
  opacity: 0.6;
}

.journey-divider-leaf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.journey-divider-leaf svg {
  width: 24px;
  height: 24px;
}

.section-intro {
  margin: 0 auto 42px;
  max-width: 1240px;
}

.section-kicker {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.section-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: linear-gradient(180deg, #35592d 0%, #233d1d 100%);
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
}

.section-heading {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.section-subtitle {
  margin: 14px 0 0;
  font-size: 1.1rem;
  color: rgba(32, 50, 37, 0.8);
}

.section-center-title {
  margin-top: 34px;
  text-align: center;
}

.section-center-title h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.5rem, 4vw, 3.8rem);
  line-height: 1;
  text-transform: uppercase;
}

.title-divider-center {
  max-width: 260px;
  margin: 16px auto 0;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1240px;
  margin: 0 auto;
}

.testimonial-card {
  min-height: 460px;
  padding: 30px 34px 26px;
  border-radius: 18px;
  background: rgba(255, 252, 247, 0.82);
  border: 1px solid rgba(35, 57, 30, 0.08);
  box-shadow: 0 10px 24px rgba(27, 39, 24, 0.08);
}

.rating {
  color: #c78d12;
  font-size: 1.85rem;
  letter-spacing: 0.12em;
  text-align: center;
}

.quote-mark {
  margin: 26px 0 10px;
  color: var(--brand);
  font-family: "Cormorant Garamond", serif;
  font-size: 4.6rem;
  line-height: 0.8;
}

.testimonial-copy {
  margin: 0;
  min-height: 168px;
  font-size: 1rem;
  line-height: 1.85;
  text-align: center;
  color: rgba(32, 50, 37, 0.92);
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(35, 57, 30, 0.1);
}

.author-avatar {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 20px rgba(28, 39, 24, 0.12);
}

.avatar-one {
  background:
    radial-gradient(circle at 50% 35%, #f0c7a0 0 16px, transparent 17px),
    radial-gradient(circle at 50% 80%, #223244 0 24px, transparent 25px),
    linear-gradient(180deg, #8e8f8d 0%, #cfcbc4 100%);
}

.avatar-two {
  background:
    radial-gradient(circle at 50% 35%, #d7a27d 0 16px, transparent 17px),
    radial-gradient(circle at 50% 80%, #2f2f2f 0 24px, transparent 25px),
    linear-gradient(180deg, #b1aa9d 0%, #d9d0c2 100%);
}

.avatar-three {
  background:
    radial-gradient(circle at 50% 35%, #d6a182 0 16px, transparent 17px),
    radial-gradient(circle at 50% 78%, #56733d 0 24px, transparent 25px),
    linear-gradient(180deg, #6e7a45 0%, #d4c59d 100%);
}

.testimonial-author h4 {
  margin: 0 0 4px;
  font-size: 1.05rem;
  color: var(--text);
}

.testimonial-author p {
  margin: 0;
  color: rgba(32, 50, 37, 0.8);
}

.instagram-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  max-width: 1240px;
  margin: 30px auto 0;
  padding: 18px 24px;
  border-radius: 16px;
  background: rgba(255, 252, 247, 0.82);
  border: 1px solid rgba(35, 57, 30, 0.08);
  box-shadow: 0 10px 24px rgba(27, 39, 24, 0.06);
  font-size: 1rem;
  color: rgba(32, 50, 37, 0.92);
}

.instagram-icon {
  position: relative;
  width: 32px;
  height: 32px;
  border: 3px solid var(--brand);
  border-radius: 10px;
}

.instagram-icon::before,
.instagram-icon::after {
  content: "";
  position: absolute;
}

.instagram-icon::before {
  inset: 6px;
  border: 3px solid var(--brand);
  border-radius: 50%;
}

.instagram-icon::after {
  top: 4px;
  right: 4px;
  width: 5px;
  height: 5px;
  background: var(--brand);
  border-radius: 50%;
}

.instagram-handle {
  padding-left: 26px;
  margin-left: 8px;
  border-left: 1px solid rgba(35, 57, 30, 0.16);
  font-weight: 700;
}

.why-itiniq {
  padding: 36px 34px 70px;
}

.why-intro,
.why-grid,
.feature-strip {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.why-divider {
  max-width: 160px;
  margin: 16px 0 0;
}

.why-divider-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.why-divider-icon svg {
  width: 28px;
  height: 28px;
}

.why-divider::before,
.why-divider::after {
  background: rgba(44, 71, 38, 0.3);
}

.why-divider::after {
  display: none;
}

.why-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 42px;
  align-items: start;
}

.why-copy {
  padding-top: 10px;
}

.why-copy p {
  margin: 0 0 22px;
  color: rgba(32, 50, 37, 0.88);
  font-size: 1rem;
  line-height: 1.7;
}

.why-lead {
  font-size: 1.08rem;
}

.why-highlight {
  font-size: 1.95rem;
  line-height: 1.28;
  font-weight: 700;
  color: var(--text);
}

.why-visual {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.24 / 1;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(28, 39, 24, 0.14);
}

.why-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.08);
  transform-origin: center;
}

.why-badge {
  position: absolute;
  right: 22px;
  bottom: 18px;
  display: grid;
  grid-template-columns: auto auto;
  gap: 18px;
  align-items: center;
  padding: 18px 24px;
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(30, 56, 24, 0.92) 0%, rgba(38, 66, 31, 0.88) 100%);
  color: #f7f1e5;
  box-shadow: 0 18px 30px rgba(21, 31, 18, 0.2);
}

.why-badge-brand {
  padding-right: 18px;
  border-right: 1px solid rgba(255, 247, 232, 0.25);
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
  line-height: 1;
  white-space: nowrap;
}

.why-badge-copy {
  max-width: 220px;
  font-size: 1rem;
  line-height: 1.45;
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 40px;
  padding: 22px 12px;
  border-radius: 18px;
  background: rgba(255, 252, 247, 0.82);
  border: 1px solid rgba(35, 57, 30, 0.08);
  box-shadow: 0 10px 24px rgba(27, 39, 24, 0.06);
}

.why-cta-row,
.about-cta-row {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.about-cta-row {
  justify-content: flex-start;
}

.why-cta-button,
.about-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  padding: 16px 28px;
  border-radius: 10px;
  background: linear-gradient(90deg, #274a24 0%, #16351b 100%);
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  box-shadow: 0 14px 28px rgba(24, 46, 27, 0.14);
}

.feature-item {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "icon copy";
  align-items: start;
  column-gap: 16px;
  row-gap: 8px;
  padding: 4px 20px 6px;
  border-right: 1px dashed rgba(197, 158, 116, 0.55);
}

.feature-item:last-child {
  border-right: 0;
}

.feature-icon {
  grid-area: icon;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #e5e7da;
  color: var(--brand);
  font-size: 1.5rem;
  line-height: 1;
}

.feature-icon svg {
  width: 32px;
  height: 32px;
}

.feature-item h3 {
  grid-area: title;
  margin: 6px 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  line-height: 1.05;
}

.feature-item p {
  grid-area: copy;
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.5;
  color: rgba(32, 50, 37, 0.78);
}

.signature-offerings {
  padding: 16px 20px 70px;
}

.offerings-head,
.offering-cards,
.offerings-benefits {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.offerings-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 22px;
}

.offerings-note {
  max-width: 420px;
  padding-top: 4px;
  text-align: right;
}

.offerings-note p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(32, 50, 37, 0.82);
}

.offerings-note-divider {
  max-width: 170px;
  margin: 10px 0 0 auto;
}

.offering-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.offering-card {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  border-radius: 18px;
  background-position: center;
  background-size: cover;
  box-shadow: 0 16px 36px rgba(28, 39, 24, 0.12);
}

.offering-card-hit {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
}

.offering-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 19, 12, 0.02) 0%, rgba(7, 28, 17, 0.22) 38%, rgba(12, 48, 25, 0.92) 100%);
}

.offering-card-goa {
  background-image: url("../images/destinations/goa/Goa Web optimized.webp");
}

.offering-card-coorg {
  background-image: url("../images/destinations/coorg/Coorg Web optimized.jpg");
}

.offering-card-karnataka {
  background-image: url("../images/destinations/coastal-karnataka/Coastal_Karnataka_Signature_Web Optimized.webp");
  background-position: center center;
}

.offering-card-inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 28px 28px 22px;
  text-align: center;
  color: #fff8ef;
}

.offering-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(255, 248, 240, 0.94);
  color: var(--brand);
  box-shadow: 0 12px 24px rgba(20, 31, 23, 0.18);
}

.offering-icon svg {
  width: 40px;
  height: 40px;
}

.offering-card h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.65rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.offering-underline {
  width: 66px;
  height: 3px;
  margin: 10px 0 14px;
  border-radius: 999px;
  background: #c79a44;
}

.offering-card p {
  margin: 0;
  max-width: 300px;
  font-size: 0.98rem;
  line-height: 1.5;
}

.offering-meta {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-top: 18px;
  padding: 12px 16px 11px;
  min-width: 220px;
  border-radius: 14px;
  background: rgba(255, 248, 239, 0.12);
  border: 1px solid rgba(255, 248, 239, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
}

.offering-meta-label {
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 244, 225, 0.82);
}

.offering-meta strong {
  font-family: "Manrope", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff8ef;
}

.offering-meta-gst {
  font-size: 0.62em;
  font-weight: 600;
  opacity: 0.88;
}

.offering-meta small {
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 244, 225, 0.88);
}

.offering-card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 248, 240, 0.45);
  background: rgba(255, 255, 255, 0.08);
  color: #fff8ef;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.offerings-benefits {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  margin-top: 14px;
  padding: 14px 8px;
  border-radius: 18px;
  background: rgba(255, 252, 247, 0.82);
  border: 1px solid rgba(35, 57, 30, 0.08);
  box-shadow: 0 10px 24px rgba(27, 39, 24, 0.05);
}

.offerings-cta-row {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.offerings-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  padding: 16px 28px;
  border-radius: 10px;
  background: linear-gradient(90deg, #274a24 0%, #16351b 100%);
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  box-shadow: 0 14px 28px rgba(24, 46, 27, 0.14);
}

.benefit-item {
  text-align: center;
  padding: 0 20px;
  border-right: 1px dashed rgba(197, 158, 116, 0.55);
}

.benefit-item:last-child {
  border-right: 0;
}

.benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: #f0ece2;
  color: var(--brand);
}

.benefit-icon svg {
  width: 34px;
  height: 34px;
}

.benefit-item h3 {
  margin: 0 0 8px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.15rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.benefit-item p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(32, 50, 37, 0.8);
}

.about-itiniq {
  padding: 10px 20px 72px;
}

.about-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 32px;
  align-items: start;
}

.about-divider {
  max-width: 120px;
  margin: 10px 0 0;
}

.about-title {
  margin: 20px 0 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 3.6vw, 3.6rem);
  line-height: 0.98;
  color: var(--text);
}

.about-copy p {
  margin: 0 0 16px;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(32, 50, 37, 0.88);
}

.about-highlight {
  font-weight: 700;
  color: var(--text);
}

.about-note-card {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: 16px;
  background: rgba(248, 245, 238, 0.98);
  box-shadow: 0 10px 22px rgba(27, 39, 24, 0.05);
}

.about-note-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(180deg, #294224 0%, #182a16 100%);
  color: #d9ca8c;
}

.about-note-icon svg {
  width: 32px;
  height: 32px;
}

.about-note-copy {
  padding-left: 18px;
  border-left: 1px solid rgba(208, 163, 74, 0.62);
}

.about-note-card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.45;
  color: var(--text);
}

.about-photo-card {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  aspect-ratio: 0.82 / 1;
  box-shadow: 0 20px 42px rgba(28, 39, 24, 0.14);
}

.about-photo-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.about-overlay {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 14px 22px 16px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(22, 48, 25, 0.96) 0%, rgba(26, 55, 27, 0.92) 100%);
  color: #f6f1e7;
  box-shadow: 0 16px 30px rgba(17, 29, 15, 0.18);
  text-align: center;
  overflow: hidden;
  isolation: isolate;
}

.about-overlay::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 22px;
  bottom: 12px;
  width: 110px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 140' fill='none' stroke='%23b88b3a' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 132C44 108 54 78 54 18'/%3E%3Cpath d='M52 18c-16 4-24 14-24 28 11 0 21-9 24-28Z'/%3E%3Cpath d='M42 38c-15 3-23 13-23 27 11 0 21-9 23-27Z'/%3E%3Cpath d='M32 60c-14 2-22 12-22 25 11 0 19-8 22-25Z'/%3E%3Cpath d='M24 82c-12 2-18 10-18 20 9 0 15-6 18-20Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.18;
  pointer-events: none;
  z-index: 0;
}

.about-overlay-leaf {
  display: inline-flex;
  color: #c8a34d;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 1;
}

.about-overlay-leaf svg {
  width: 28px;
  height: 28px;
}

.about-overlay h4 {
  margin: 4px 0 2px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.48rem;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.about-role {
  margin: 0 0 10px;
  font-size: 0.88rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d0a34a;
  position: relative;
  z-index: 1;
}

.about-quote {
  position: relative;
  padding-top: 14px;
  border-top: 1px solid rgba(208, 163, 74, 0.4);
  z-index: 1;
}

.about-quote p {
  margin: 0;
  padding-left: 14px;
  font-size: 0.96rem;
  line-height: 1.5;
  color: #f6f1e7;
  text-align: center;
}

.about-quote-mark {
  position: absolute;
  left: 0;
  top: 8px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.3rem;
  line-height: 1;
  color: #d0a34a;
}

.about-quote-mark-end {
  left: auto;
  right: 0;
  bottom: -6px;
  top: auto;
}

.about-quote-inline-end {
  display: inline-block;
  margin-left: 4px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.3rem;
  line-height: 0;
  color: #d0a34a;
  vertical-align: -0.34em;
}

.gallery-section {
  padding: 0 20px 72px;
}

.gallery-shell {
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 30px 30px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 252, 247, 0.96) 0%, rgba(247, 242, 234, 0.92) 100%);
  border: 1px solid rgba(35, 57, 30, 0.08);
  box-shadow: 0 18px 36px rgba(27, 39, 24, 0.06);
}

.gallery-head {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
  gap: 26px;
  align-items: end;
  margin-bottom: 28px;
}

.gallery-divider {
  max-width: 120px;
  margin: 10px 0 0;
}

.gallery-subtitle {
  margin: 0;
  max-width: 620px;
  justify-self: end;
  font-size: 1.04rem;
  line-height: 1.7;
  color: rgba(32, 50, 37, 0.82);
}

.gallery-stage img,
.gallery-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.gallery-layout {
  display: block;
}

.gallery-carousel {
  padding: 22px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 251, 245, 0.98) 0%, rgba(246, 240, 229, 0.96) 100%);
  border: 1px solid rgba(35, 57, 30, 0.08);
  box-shadow: 0 16px 32px rgba(27, 39, 24, 0.06);
}

.gallery-carousel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.gallery-carousel-label {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #b28538;
}

.gallery-carousel-controls {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.gallery-carousel-button {
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(44, 71, 38, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: var(--brand);
  font: inherit;
  font-size: 1.35rem;
  line-height: 1;
  box-shadow: 0 10px 20px rgba(27, 39, 24, 0.08);
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
}

.gallery-carousel-button:hover,
.gallery-carousel-button:focus-visible {
  background: #fff;
  transform: translateY(-1px);
}

.gallery-carousel-button:disabled {
  opacity: 0.45;
  cursor: default;
  transform: none;
}

.gallery-stage {
  margin: 0 0 16px;
  overflow: hidden;
  border-radius: 24px;
  background: #f8f4ec;
  box-shadow: 0 14px 28px rgba(27, 39, 24, 0.05);
  aspect-ratio: 1.42 / 1;
}

.gallery-track {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 4px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.gallery-track::-webkit-scrollbar {
  display: none;
}

.gallery-track:focus-visible {
  outline: 2px solid rgba(44, 71, 38, 0.28);
  outline-offset: 8px;
}

.gallery-thumb {
  padding: 0;
  border: 2px solid transparent;
  border-radius: 16px;
  overflow: hidden;
  background: #f8f4ec;
  box-shadow: 0 10px 20px rgba(27, 39, 24, 0.04);
  aspect-ratio: 1 / 0.78;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

.gallery-thumb:hover,
.gallery-thumb:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(178, 133, 56, 0.6);
}

.gallery-thumb.is-active {
  border-color: #b28538;
  box-shadow: 0 12px 24px rgba(178, 133, 56, 0.18);
}

.gallery-thumb img {
  opacity: 0.82;
}

.gallery-thumb.is-active img {
  opacity: 1;
}

.faq-section {
  padding: 10px 20px 76px;
}

.faq-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 264px;
  gap: 18px;
  align-items: start;
}

.faq-header {
  margin-bottom: 18px;
}

.faq-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.faq-tab {
  min-width: 156px;
  padding: 14px 22px;
  border: 0;
  border-radius: 12px;
  background: rgba(255, 252, 247, 0.86);
  color: var(--text);
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px rgba(35, 57, 30, 0.05);
}

.faq-tab.is-active {
  background: linear-gradient(180deg, #35592d 0%, #223d1d 100%);
  color: #fff;
}

.faq-accordion {
  display: grid;
  gap: 10px;
}

.faq-item {
  border: 1px solid rgba(35, 57, 30, 0.1);
  border-radius: 14px;
  background: rgba(255, 252, 247, 0.82);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 26px;
  border: 0;
  background: transparent;
  color: var(--text);
  text-align: left;
  font: inherit;
  font-size: 1.15rem;
  font-weight: 700;
  cursor: pointer;
}

.faq-icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: rgba(32, 50, 37, 0.85);
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.is-open .faq-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

.faq-answer {
  display: none;
  padding: 0 26px 22px;
  border-top: 1px solid rgba(212, 198, 176, 0.75);
}

.faq-item.is-open .faq-answer {
  display: block;
}

.faq-answer p {
  margin: 16px 0 0;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(32, 50, 37, 0.86);
}

.faq-more-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
  color: var(--text);
  font-size: 1.05rem;
  font-weight: 600;
}

.faq-more-link span:first-child {
  font-size: 2rem;
  line-height: 1;
}

.faq-help-card {
  min-height: 560px;
  margin-top: 104px;
  padding: 34px 26px;
  border-radius: 18px;
  background: radial-gradient(circle at 30% 20%, rgba(65, 93, 47, 0.4), transparent 34%), linear-gradient(180deg, #20371c 0%, #163118 100%);
  color: #f5f1e8;
  box-shadow: 0 18px 36px rgba(22, 37, 20, 0.16);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.faq-help-leaf {
  color: rgba(244, 241, 232, 0.92);
}

.faq-help-leaf svg {
  width: 58px;
  height: 118px;
}

.faq-help-card h3 {
  margin: 18px 0 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 1.15;
}

.faq-help-divider {
  width: 170px;
  height: 1px;
  margin-bottom: 24px;
  background: rgba(233, 221, 197, 0.4);
}

.faq-help-card p {
  margin: 0 0 28px;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(245, 241, 232, 0.92);
}

.faq-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 12px;
  border: 1px solid rgba(255, 249, 240, 0.45);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 600;
}

.faq-whatsapp-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.faq-whatsapp-icon svg {
  width: 20px;
  height: 20px;
}

.contact-page-body {
  background:
    radial-gradient(circle at top left, rgba(223, 216, 202, 0.42), transparent 32%),
    linear-gradient(180deg, #fcfaf5 0%, #f5f1e9 100%);
}

.contact-page-shell {
  width: 100%;
  min-height: 100vh;
}

.contact-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 24px 18px;
  background: rgba(255, 252, 247, 0.92);
  border-bottom: 1px solid rgba(32, 50, 37, 0.08);
}

.contact-page {
  padding: 56px 26px 56px;
}

.contact-page-intro {
  margin-bottom: 18px;
  padding-left: 14px;
}

.contact-page-title {
  margin: 0 0 8px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.7rem, 4.8vw, 4.3rem);
  line-height: 0.98;
  text-transform: uppercase;
  color: var(--brand-dark);
}

.contact-page-subtitle {
  margin: 0;
  font-size: 1.1rem;
  color: rgba(32, 50, 37, 0.88);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(300px, 0.95fr);
  gap: 32px;
  align-items: stretch;
}

.contact-form-card,
.contact-info-card {
  height: 100%;
  border-radius: 18px;
  border: 1px solid rgba(32, 50, 37, 0.1);
  background: rgba(255, 252, 247, 0.72);
  box-shadow: 0 18px 40px rgba(27, 34, 26, 0.06);
}

.contact-form-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 22px 28px 26px;
}

.contact-form {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
  align-content: start;
}

.contact-form-status {
  padding: 14px 16px;
  border: 1px solid rgba(32, 50, 37, 0.12);
  border-radius: 10px;
  font-size: 0.95rem;
  line-height: 1.55;
}

.contact-form-status.is-success {
  border-color: rgba(36, 92, 54, 0.22);
  background: rgba(230, 244, 233, 0.9);
  color: #184227;
}

.contact-form-status.is-error {
  border-color: rgba(154, 61, 39, 0.18);
  background: rgba(255, 241, 237, 0.92);
  color: #7a2f1c;
}

.contact-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-field label {
  font-size: 0.95rem;
  font-weight: 600;
  color: #202820;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  padding: 16px 16px;
  border: 1px solid rgba(32, 50, 37, 0.14);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.62);
  font: inherit;
  color: var(--text);
  outline: none;
}

.contact-field select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(32, 50, 37, 0.85) 50%),
    linear-gradient(135deg, rgba(32, 50, 37, 0.85) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% + 1px),
    calc(100% - 12px) calc(50% + 1px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.contact-field textarea {
  min-height: 138px;
  resize: vertical;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder,
.contact-field select {
  color: rgba(32, 50, 37, 0.52);
}

.contact-field-full {
  grid-column: 1 / -1;
}

.contact-form-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.contact-submit-row {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  padding-top: 2px;
}

.contact-submit {
  min-width: 214px;
  padding: 16px 26px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(90deg, #365a2f 0%, #234219 100%);
  color: #fff;
  font: inherit;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  box-shadow: 0 16px 32px rgba(35, 66, 25, 0.22);
  cursor: pointer;
}

.contact-info-card {
  padding: 28px 32px;
}

.contact-info-card h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
  line-height: 1;
  text-transform: uppercase;
  color: var(--brand-dark);
}

.contact-info-underline {
  display: block;
  width: 48px;
  height: 2px;
  margin: 14px 0 18px;
  background: #d2b16e;
}

.contact-info-list {
  display: flex;
  flex-direction: column;
}

.contact-info-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 22px 0;
  border-top: 1px solid rgba(32, 50, 37, 0.08);
}

.contact-info-item:first-child {
  border-top: 0;
  padding-top: 10px;
}

.contact-info-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(236, 233, 222, 0.9);
  color: var(--brand-dark);
}

.contact-info-icon svg {
  width: 30px;
  height: 30px;
}

.contact-info-item h3 {
  margin: 0 0 6px;
  font-size: 0.98rem;
  font-weight: 500;
  color: #202820;
}

.contact-info-item p {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  color: var(--brand-dark);
}

.site-footer {
  margin: 36px 20px 0;
  padding-bottom: 22px;
}

.footer-cta-banner {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) auto;
  align-items: center;
  gap: 28px;
  padding: 56px 60px;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(17, 39, 24, 0.78) 0%, rgba(17, 39, 24, 0.55) 42%, rgba(17, 39, 24, 0.76) 100%),
    url("../images/destinations/coorg/Coorg Web optimized.jpg") center/cover no-repeat;
  color: #f7f1e5;
  overflow: hidden;
}

.footer-cta-content {
  max-width: 640px;
  text-align: center;
  justify-self: center;
}

.footer-cta-content h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.5rem, 4vw, 3.45rem);
  font-weight: 500;
  line-height: 1.05;
}

.footer-cta-divider,
.footer-mini-divider,
.footer-bottom-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #d5ac58;
}

.footer-cta-divider {
  max-width: 180px;
  margin: 18px auto 14px;
}

.footer-mini-divider {
  max-width: 66px;
  margin: 12px auto 18px;
}

.footer-bottom-divider {
  width: 160px;
  justify-content: center;
  color: #d0a64f;
}

.footer-cta-divider::before,
.footer-cta-divider::after,
.footer-mini-divider::before,
.footer-mini-divider::after,
.footer-bottom-divider::before,
.footer-bottom-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
}

.footer-cta-leaf,
.footer-mini-leaf,
.footer-bottom-leaf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-cta-leaf svg,
.footer-mini-leaf svg,
.footer-bottom-leaf svg {
  width: 28px;
  height: 28px;
}

.footer-cta-content p {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.6;
  color: rgba(247, 241, 229, 0.96);
}

.footer-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 226px;
  padding: 18px 28px;
  border-radius: 14px;
  background: linear-gradient(180deg, #dfb469 0%, #cb9850 100%);
  color: #fff8ed;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0 16px 30px rgba(20, 31, 23, 0.22);
}

.footer-cta-button-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
}

.footer-cta-button-icon svg {
  width: 100%;
  height: 100%;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, minmax(160px, 0.82fr)) minmax(220px, 1fr);
  gap: 0;
  margin-top: 22px;
  padding: 30px 28px 22px;
}

.footer-brand,
.footer-links-group,
.footer-contact-group {
  min-width: 0;
}

.footer-links-group,
.footer-contact-group {
  padding: 4px 28px 0;
  border-left: 1px solid rgba(209, 194, 171, 0.72);
}

.footer-brand {
  padding: 0 36px 0 10px;
  text-align: center;
}

.footer-brand-mark {
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 4vw, 4.4rem);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0.12em;
}

.footer-brand-subtitle {
  margin: 8px 0 0;
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.48em;
  text-indent: 0.48em;
  color: rgba(32, 50, 37, 0.9);
}

.footer-brand-copy {
  margin: 0 auto;
  max-width: 290px;
  font-size: 0.98rem;
  line-height: 1.9;
  color: rgba(32, 50, 37, 0.84);
}

.footer-socials {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 20px;
}

.footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(180deg, #35592d 0%, #20371c 100%);
  color: #fff;
  box-shadow: 0 10px 20px rgba(33, 53, 29, 0.12);
}

.footer-social svg {
  width: 20px;
  height: 20px;
}

.footer-links-group h3,
.footer-contact-group h3 {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #203225;
}

.footer-links-underline {
  display: block;
  width: 50px;
  height: 3px;
  margin: 14px 0 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d4a44f 0%, #d4a44f 25%, rgba(212, 164, 79, 0.2) 25%, rgba(212, 164, 79, 0.2) 100%);
}

.footer-links-group a,
.footer-contact-item a,
.footer-contact-item p,
.footer-bottom p,
.footer-bottom-note p {
  color: rgba(32, 50, 37, 0.9);
}

.footer-credit-link {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}

.footer-credit-link:hover,
.footer-credit-link:focus-visible {
  text-decoration: underline;
}

.footer-links-group a {
  display: block;
  margin-bottom: 16px;
  font-size: 1rem;
  line-height: 1.35;
}

.footer-contact-item {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin-bottom: 22px;
}

.footer-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-dark);
}

.footer-contact-icon svg {
  width: 24px;
  height: 24px;
}

.footer-contact-item a,
.footer-contact-item p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.45;
}

.footer-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  margin: 8px 28px 0;
  padding: 20px 14px 0;
  border-top: 1px solid rgba(209, 194, 171, 0.72);
}

.footer-bottom > p,
.footer-bottom-note p {
  margin: 0;
  font-size: 0.98rem;
}

.footer-bottom-note {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.footer-bottom-branch {
  display: inline-flex;
  align-items: center;
  color: var(--brand);
}

.footer-bottom-branch svg {
  width: 56px;
  height: 56px;
}

@media (max-width: 1120px) {
  .topbar {
    flex-wrap: wrap;
  }

  .nav {
    order: 3;
    width: 100%;
    justify-content: center;
    padding-top: 10px;
  }

  .hero-content {
    padding-left: 0;
  }

  .cards {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-visual {
    aspect-ratio: 1.35 / 1;
  }

  .feature-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 0;
  }

  .feature-item:nth-child(2n) {
    border-right: 0;
  }

  .offerings-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .offerings-note {
    max-width: 520px;
    text-align: left;
  }

  .offerings-note-divider {
    margin-left: 0;
  }

  .offering-cards {
    grid-template-columns: 1fr;
  }

  .offerings-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px 0;
  }

  .benefit-item:nth-child(3n) {
    border-right: 0;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-photo-card {
    max-width: 760px;
    aspect-ratio: 0.92 / 1.08;
  }

  .gallery-head,
  .gallery-layout {
    grid-template-columns: 1fr;
  }

  .gallery-subtitle {
    justify-self: start;
  }

  .gallery-track {
    grid-template-columns: repeat(10, minmax(110px, 1fr));
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .faq-help-card {
    min-height: auto;
    margin-top: 0;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .footer-cta-banner {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 42px 28px;
    text-align: center;
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 0;
  }

  .footer-brand {
    grid-column: 1 / -1;
    padding: 0 0 10px;
  }

  .footer-links-group:nth-child(2),
  .footer-links-group:nth-child(4),
  .footer-contact-group {
    border-left: 0;
  }

  .footer-links-group,
  .footer-contact-group {
    padding: 4px 20px 0;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer-bottom-note {
    justify-content: center;
  }
}

@media (max-width: 820px) {
  .page-shell {
    padding-bottom: 0;
  }

  .hero {
    min-height: auto;
    padding: 22px 20px 28px;
    background:
      linear-gradient(180deg, rgba(250, 246, 239, 0.82) 0%, rgba(250, 246, 239, 0.62) 46%, rgba(250, 246, 239, 0.3) 100%),
      url("../images/home/home-banner.jpg") center/cover no-repeat;
  }

  .hero::after {
    background: linear-gradient(180deg, rgba(255, 245, 224, 0) 0%, rgba(26, 36, 24, 0.03) 100%);
  }

  .topbar {
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 12px;
  }

  .nav {
    display: none;
    order: 4;
    width: 100%;
    gap: 0;
    padding: 8px 0 0;
    border-top: 1px solid rgba(35, 57, 30, 0.1);
  }

  .nav.is-open {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-item {
    width: 100%;
  }

  .nav-link {
    width: 100%;
  }

  .nav-dropdown {
    position: static;
    min-width: 0;
    margin-top: 4px;
    padding: 4px 0 0 18px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .nav-dropdown a {
    padding: 8px 0;
    font-size: 0.92rem;
    line-height: 1.35;
  }

  .cta-top {
    padding: 12px 16px;
    font-size: 0.95rem;
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    order: 2;
    margin-left: auto;
    flex-shrink: 0;
  }

  .nav a {
    width: 100%;
    padding: 12px 0;
  }

  .nav a.active::after {
    left: 0;
    right: auto;
    width: 48px;
    bottom: 4px;
  }

  .hero-content {
    max-width: none;
    padding-top: 44px;
  }

  .hero-title-line {
    white-space: normal;
  }

  .hero-copy {
    gap: 10px 14px;
    max-width: none;
  }

  .hero-copy-item {
    font-size: 0.9rem;
  }

  .destinations-preview {
    padding: 30px 20px 14px;
  }

  .cards {
    margin-top: 0;
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
  }

  .card p {
    min-height: auto;
  }

  .testimonials {
    padding: 72px 20px 32px;
  }

  .testimonials-social {
    padding: 4px 20px 12px;
  }

  .site-footer {
    margin-left: 16px;
    margin-right: 16px;
  }

  .footer-cta-banner {
    padding: 34px 18px;
  }

  .footer-cta-content h2 {
    font-size: clamp(2.15rem, 8vw, 3rem);
  }

  .footer-main {
    grid-template-columns: 1fr;
    padding: 26px 18px 18px;
  }

  .footer-links-group,
  .footer-contact-group {
    padding: 0;
    border-left: 0;
  }

  .footer-brand {
    text-align: left;
  }

  .footer-mini-divider,
  .footer-socials {
    justify-content: flex-start;
  }

  .footer-brand-copy {
    margin-left: 0;
  }

  .footer-bottom {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }


  .why-itiniq {
    padding: 20px 20px 48px;
  }

  .journey-divider {
    padding: 10px 20px 22px;
  }

  .journey-divider-card {
    padding: 24px 22px 20px;
  }

  .journey-divider-card p {
    font-size: 1.3rem;
    line-height: 1.45;
  }

  .journey-divider-mark {
    font-size: 2.8rem;
  }

  .section-kicker {
    flex-direction: column;
    gap: 12px;
  }

  .section-center-title {
    margin-top: 26px;
  }

  .testimonial-card {
    min-height: auto;
    padding: 28px 24px 22px;
  }

  .testimonial-copy {
    min-height: auto;
  }

  .instagram-strip {
    flex-wrap: wrap;
    gap: 12px;
    text-align: center;
  }

  .instagram-handle {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }

  .feature-strip {
    grid-template-columns: 1fr;
    padding: 22px 18px;
  }

  .feature-item {
    padding: 0 0 20px;
    border-right: 0;
    border-bottom: 1px dashed rgba(197, 158, 116, 0.55);
  }

  .why-cta-row,
  .about-cta-row {
    margin-top: 22px;
  }

  .why-cta-button,
  .about-cta-button {
    min-width: 220px;
    padding: 15px 24px;
    font-size: 0.94rem;
  }

  .feature-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .signature-offerings {
    padding: 8px 20px 48px;
  }

  .offerings-note {
    max-width: none;
  }

  .offering-card {
    min-height: 460px;
  }

  .offering-card-inner {
    padding: 24px 20px 20px;
  }

  .offering-icon {
    width: 72px;
    height: 72px;
  }

  .offering-icon svg {
    width: 34px;
    height: 34px;
  }

  .offering-card h3 {
    font-size: 1.45rem;
  }

  .offering-meta {
    min-width: 0;
    width: 100%;
    max-width: 280px;
    padding: 11px 14px 10px;
  }

  .offering-meta strong {
    font-size: 1.35rem;
  }

  .offerings-benefits {
    grid-template-columns: 1fr;
    padding: 18px 18px;
  }

  .offerings-cta-row {
    margin-top: 22px;
  }

  .offerings-cta-button {
    min-width: 220px;
    padding: 15px 24px;
    font-size: 0.94rem;
  }

  .benefit-item {
    padding: 0 0 18px;
    border-right: 0;
    border-bottom: 1px dashed rgba(197, 158, 116, 0.55);
  }

  .benefit-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .about-itiniq {
    padding: 8px 20px 48px;
  }

  .about-note-card {
    grid-template-columns: 1fr;
  }

  .about-note-copy {
    padding-left: 0;
    padding-top: 14px;
    border-left: 0;
    border-top: 1px solid rgba(208, 163, 74, 0.62);
  }

  .about-photo-card {
    aspect-ratio: 0.94 / 1.18;
  }

  .about-photo-card img {
    object-position: center 8%;
  }

  .about-overlay-leaf {
    display: none;
  }

  .about-overlay {
    left: 18px;
    right: 18px;
    bottom: 10px;
    padding: 12px 14px 13px;
  }

  .gallery-section {
    padding: 0 20px 48px;
  }

  .gallery-shell {
    padding: 28px 20px 22px;
    border-radius: 24px;
  }

  .gallery-head {
    gap: 18px;
    margin-bottom: 22px;
  }

  .gallery-carousel {
    padding: 18px;
  }

  .gallery-carousel-head {
    margin-bottom: 16px;
  }

  .gallery-stage {
    aspect-ratio: 1.24 / 1;
  }

  .gallery-track {
    grid-template-columns: repeat(10, minmax(92px, 1fr));
    gap: 10px;
  }

  .faq-section {
    padding: 8px 20px 48px;
  }

  .faq-tab {
    min-width: 0;
    flex: 1 1 calc(50% - 10px);
  }

  .faq-question {
    padding: 16px 18px;
    font-size: 1.02rem;
  }

  .faq-answer {
    padding: 0 18px 18px;
  }

  .faq-help-card {
    padding: 26px 22px;
  }

  .contact-header {
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 12px;
    padding: 18px 20px;
  }

  .contact-page {
    padding: 36px 20px 42px;
  }

  .contact-page-intro {
    padding-left: 0;
  }

  .contact-page-title {
    font-size: clamp(2.2rem, 11vw, 3.3rem);
  }

  .contact-header .nav {
    order: 4;
    width: 100%;
    padding-top: 8px;
    border-top: 1px solid rgba(35, 57, 30, 0.1);
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-form-card,
  .contact-info-card {
    padding: 22px 18px;
  }

  .contact-info-item {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
  }

  .contact-info-icon {
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 560px) {
  .destinations-preview {
    padding: 24px 16px 12px;
  }

  .testimonials-social {
    padding: 2px 16px 10px;
  }

  .topbar {
    gap: 12px;
  }

  .brand {
    min-width: 0;
    flex: 1;
  }

  .brand-logo {
    width: 96px;
  }

  .nav {
    font-size: 0.9rem;
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
  }

  .hero-title {
    max-width: 320px;
    font-size: 2.28rem;
    line-height: 0.92;
  }

  .hero-title-desktop {
    display: none;
  }

  .hero-title-mobile {
    display: block;
  }

  .why-highlight {
    font-size: 1.55rem;
  }

  .why-visual {
    aspect-ratio: 1.08 / 1;
  }

  .offerings-head {
    gap: 18px;
  }

  .offering-card {
    min-height: 400px;
  }

  .offering-card h3 {
    font-size: 1.28rem;
  }

  .offering-card p,
  .benefit-item p {
    font-size: 0.84rem;
  }

  .offering-meta-label,
  .offering-meta small {
    font-size: 0.7rem;
  }

  .offering-meta strong {
    font-size: 1.2rem;
  }

  .about-title {
    font-size: 2.1rem;
  }

  .about-photo-card {
    aspect-ratio: 0.92 / 1.18;
  }

  .about-photo-card img {
    object-position: center 4%;
  }

  .about-overlay-leaf {
    display: none;
  }

  .about-overlay {
    left: 18px;
    right: 18px;
    bottom: 8px;
    padding: 10px 12px 12px;
  }

  .about-overlay-leaf svg {
    width: 22px;
    height: 22px;
  }

  .about-overlay h4 {
    font-size: 1.08rem;
    margin-top: 2px;
  }

  .about-role {
    margin-bottom: 8px;
    font-size: 0.76rem;
  }

  .about-quote {
    padding-top: 10px;
  }

  .about-quote p {
    font-size: 0.88rem;
    line-height: 1.4;
  }

  .about-quote-mark {
    font-size: 1.9rem;
  }

  .gallery-shell {
    padding: 24px 16px 18px;
  }

  .gallery-subtitle {
    font-size: 0.94rem;
  }

  .gallery-carousel {
    padding: 14px;
  }

  .gallery-carousel-head {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }

  .gallery-carousel-controls {
    width: auto;
    justify-content: center;
  }

  .gallery-carousel-button {
    width: 42px;
    height: 42px;
  }

  .gallery-stage {
    aspect-ratio: 1.04 / 1;
  }

  .gallery-track {
    grid-template-columns: repeat(10, minmax(74px, 1fr));
    gap: 8px;
  }

  .gallery-thumb {
    border-radius: 12px;
  }

  .about-role,
  .about-quote p {
    font-size: 0.88rem;
  }

  .faq-tab {
    flex-basis: 100%;
    padding: 12px 16px;
  }

  .faq-help-card h3 {
    font-size: 1.7rem;
  }

  .contact-header {
    gap: 16px;
  }

  .contact-header .brand-logo {
    width: 118px;
  }

  .contact-page-subtitle {
    font-size: 1rem;
  }

  .contact-submit {
    width: 100%;
    min-width: 0;
  }


  .faq-help-leaf svg {
    height: 92px;
  }
}

.goa-page-body {
  background:
    radial-gradient(circle at top left, rgba(223, 216, 202, 0.42), transparent 32%),
    linear-gradient(180deg, #fcfaf5 0%, #f3efe7 100%);
}

.goa-page-shell {
  width: 100%;
  min-height: 100vh;
}

.goa-page {
  padding: 0 0 48px;
}

.goa-hero {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  padding: 40px 20px 40px;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(252, 249, 242, 0.99) 0%, rgba(252, 249, 242, 0.96) 28%, rgba(252, 249, 242, 0.78) 39%, rgba(252, 249, 242, 0.18) 57%, rgba(252, 249, 242, 0.02) 68%),
    url("../images/home/home-banner.jpg") center right / cover no-repeat;
}

.coorg-hero {
  background:
    linear-gradient(90deg, rgba(252, 249, 242, 0.99) 0%, rgba(252, 249, 242, 0.96) 28%, rgba(252, 249, 242, 0.78) 39%, rgba(252, 249, 242, 0.18) 57%, rgba(252, 249, 242, 0.02) 68%),
    url("../images/destinations/coorg/Coorg_Homestay_Forest_1920x1080.jpg") center right / cover no-repeat;
}

.coastal-karnataka-hero {
  background:
    linear-gradient(90deg, rgba(252, 249, 242, 0.99) 0%, rgba(252, 249, 242, 0.96) 28%, rgba(252, 249, 242, 0.78) 39%, rgba(252, 249, 242, 0.18) 57%, rgba(252, 249, 242, 0.02) 68%),
    url("../images/destinations/coastal-karnataka/Coastal_Karnataka_Hero.webp") center right / cover no-repeat;
}

.goa-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 0;
  background: linear-gradient(180deg, rgba(252, 249, 242, 0) 0%, rgba(252, 249, 242, 0.72) 72%, rgba(252, 249, 242, 0.96) 100%);
  pointer-events: none;
}

.goa-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 430px;
  padding: 0;
}

.goa-hero-copy .section-heading {
  font-size: clamp(2.8rem, 4vw, 4rem);
  text-transform: uppercase;
}

.goa-divider {
  max-width: 178px;
  margin: 14px 0 28px;
}

.goa-divider::before {
  flex: 1;
}

.goa-divider::after {
  flex: 1;
}

.goa-divider-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.goa-divider-icon svg {
  width: 30px;
  height: 20px;
}

.goa-kicker {
  margin: 0 0 8px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #b57d1e;
}

.goa-title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(5.2rem, 11vw, 8rem);
  line-height: 0.78;
  letter-spacing: -0.04em;
  color: var(--brand-dark);
}

.goa-page-hero {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.coorg-page-hero {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.coastal-karnataka-page-hero {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.goa-page-hero .goa-title {
  font-size: clamp(2.85rem, 4.6vw, 4.4rem);
  line-height: 0.95;
  letter-spacing: -0.01em;
}

.coorg-page-hero .goa-title {
  font-size: clamp(2.85rem, 4.6vw, 4.4rem);
  line-height: 0.95;
  letter-spacing: -0.01em;
}

.coastal-karnataka-page-hero .goa-title {
  font-size: clamp(2.85rem, 4.6vw, 4.4rem);
  line-height: 0.95;
  letter-spacing: -0.01em;
}

.goa-tagline {
  margin: 10px 0 14px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
  font-style: italic;
  color: #3f5c43;
}

.goa-tagline-line {
  display: block;
  width: 34px;
  height: 2px;
  margin-bottom: 14px;
  background: #c4a469;
}

.goa-description {
  margin: 0;
  max-width: 430px;
  font-size: 1.08rem;
  line-height: 1.72;
  color: rgba(32, 50, 37, 0.88);
}

.goa-hero-visual {
  display: none;
}

.goa-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.goa-highlights {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  position: relative;
  z-index: 1;
  margin-top: 20px;
  margin-left: 24px;
  margin-right: 24px;
  border: 1px solid rgba(32, 50, 37, 0.1);
  border-radius: 18px;
  background: rgba(255, 252, 247, 0.95);
  box-shadow: 0 14px 34px rgba(27, 34, 26, 0.06);
}

.goa-highlight-item {
  padding: 18px 16px 16px;
  text-align: center;
  border-right: 1px solid rgba(32, 50, 37, 0.08);
}

.goa-highlight-item:last-child {
  border-right: 0;
}

.goa-highlight-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  color: #536f57;
}

.goa-highlight-icon svg {
  width: 42px;
  height: 42px;
}

.goa-highlight-item h3 {
  margin: 0 0 6px;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--brand-dark);
}

.goa-highlight-item p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: rgba(32, 50, 37, 0.78);
}

.goa-packages-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 22px;
  padding: 0 24px;
}

.goa-package-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(191, 166, 124, 0.32);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.98) 0%, rgba(247, 242, 233, 0.98) 100%);
  box-shadow: 0 18px 36px rgba(27, 34, 26, 0.08);
}

.goa-package-card-half {
  grid-column: auto;
}

.goa-package-top {
  padding: 14px 20px 10px;
  background: linear-gradient(90deg, #0f4a24 0%, #163b1f 45%, #0d351a 100%);
  text-align: center;
  color: #fff;
}

.goa-package-duration {
  margin: 0 0 8px;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #d7b05a;
}

.goa-package-top h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 2.6vw, 2.7rem);
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.goa-package-region {
  position: relative;
  margin: 6px 0 0;
  padding-top: 8px;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #d7b05a;
}

.goa-package-region::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 120px;
  height: 1px;
  background: rgba(215, 176, 90, 0.6);
  transform: translateX(-50%);
}

.goa-package-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.goa-package-body {
  display: flex;
  flex-direction: column;
  padding: 18px 20px 0;
}

.goa-package-note {
  margin: 0 0 16px;
  padding: 0 0 16px;
  border-bottom: 1px solid rgba(207, 187, 152, 0.48);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.16rem;
  font-weight: 600;
  line-height: 1.4;
  color: rgba(37, 69, 49, 0.94);
}

.goa-package-body-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.85fr);
  gap: 18px;
  align-items: start;
}

.goa-package-section {
  min-width: 0;
}

.goa-package-section-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.goa-package-section-heading h4 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #214123;
}

.goa-package-section-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(204, 168, 102, 0.65);
  color: #c29948;
  font-size: 0.92rem;
}

.goa-package-list {
  margin: 0;
  padding: 0;
  list-style: none;
  min-height: 0;
  font-size: 0.98rem;
  line-height: 1.52;
  color: rgba(32, 50, 37, 0.92);
}

.goa-package-list li {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px 0;
}

.goa-package-list li:first-child {
  padding-top: 0;
}

.goa-package-list li + li {
  border-top: 1px solid rgba(213, 199, 174, 0.55);
}

.goa-package-list li > span:last-child {
  display: grid;
  min-height: 40px;
  align-content: center;
}

.goa-package-list-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f1ecdf;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 21px 21px;
  border: 1px solid rgba(197, 177, 137, 0.5);
}

.goa-package-list-icon-arrival {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23214423' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 17h14'/%3E%3Cpath d='M7 17V9l5-3 5 3v8'/%3E%3Cpath d='M10 12h4'/%3E%3C/svg%3E");
}

.goa-package-list-icon-cafe {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23214423' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h10a3 3 0 1 1 0 6H9a5 5 0 0 1-5-5v-1Z'/%3E%3Cpath d='M14 13h2a2 2 0 0 0 0-4h-1'/%3E%3Cpath d='M8 4v4'/%3E%3Cpath d='M11 5v3'/%3E%3C/svg%3E");
}

.goa-package-list-icon-island {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23214423' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 17c2-1 4.2-1 6.2 0 2.1 1 3.5 1 5.6 0 2.2-1 4.1-1 6.2 0'/%3E%3Cpath d='M12 17V8'/%3E%3Cpath d='M12 8c0-2 1.7-3.5 4-3'/%3E%3Cpath d='M12 9c0-1.6-1.4-2.8-3.3-2.8'/%3E%3C/svg%3E");
}

.goa-package-list-icon-heritage {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23214423' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19h16'/%3E%3Cpath d='M6 19V9l6-4 6 4v10'/%3E%3Cpath d='M9 12h1'/%3E%3Cpath d='M14 12h1'/%3E%3Cpath d='M10 19v-4h4v4'/%3E%3C/svg%3E");
}

.goa-package-list-icon-cruise {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23214423' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 15h16'/%3E%3Cpath d='M7 15V9h10v6'/%3E%3Cpath d='M3 18c1.6.9 3 .9 4.6 0 1.6-.9 3-.9 4.6 0 1.6.9 3 .9 4.6 0 1.6-.9 3-.9 4.6 0'/%3E%3C/svg%3E");
}

.goa-package-list-icon-trail {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23214423' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 19c3-4 5-7 7-14'/%3E%3Cpath d='M12 11c1.6 0 3-.8 4-2.2'/%3E%3Cpath d='M13 17c1.8 0 3.3.7 4.8 2'/%3E%3C/svg%3E");
}

.goa-package-list-icon-beach {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23214423' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 17c2-1 4.2-1 6.2 0 2.1 1 3.5 1 5.6 0 2.2-1 4.1-1 6.2 0'/%3E%3Cpath d='M16 15V8'/%3E%3Cpath d='M16 8c0-1.8 1.5-3 3.5-3'/%3E%3Cpath d='M16 9c0-1.5-1.2-2.6-2.8-2.6'/%3E%3C/svg%3E");
}

.goa-package-list-icon-waterfall {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23214423' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 4c1 2 1.5 4 1.5 6.4S8.9 15 7 17'/%3E%3Cpath d='M13 4c1.1 2 1.6 4 1.6 6.4S13.9 15 12 17'/%3E%3Cpath d='M5 19c2-.8 4-.8 6 0s4 .8 6 0 4-.8 6 0'/%3E%3C/svg%3E");
}

.goa-package-list-icon-fort {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23214423' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19h16'/%3E%3Cpath d='M5 19V9h4v3h6V9h4v10'/%3E%3Cpath d='M10 19v-3h4v3'/%3E%3C/svg%3E");
}

.goa-package-list-icon-checkout {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23214423' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 4h8'/%3E%3Cpath d='M7 7h10v13H7z'/%3E%3Cpath d='M10 11h4'/%3E%3Cpath d='M12 10v8'/%3E%3C/svg%3E");
}

.goa-package-inclusions {
  overflow: hidden;
  border: 1px solid rgba(207, 187, 152, 0.58);
  border-radius: 16px;
  background: rgba(255, 250, 243, 0.95);
}

.goa-package-inclusions .goa-package-section-heading {
  justify-content: center;
  margin: 0;
  padding: 13px 14px;
  background: linear-gradient(90deg, #1b5528 0%, #1f4720 100%);
}

.goa-package-inclusions .goa-package-section-heading h4 {
  font-size: 1rem;
  color: #fff5e7;
}

.goa-package-inclusion-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 12px;
  padding: 18px 16px 12px;
}

.goa-package-inclusion-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  font-size: 0.92rem;
  color: rgba(32, 50, 37, 0.92);
}

.goa-package-inclusion-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #edf1e5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: 1px solid rgba(197, 177, 137, 0.45);
}

.goa-package-inclusion-icon-stay {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23214423' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 19v-8a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v8'/%3E%3Cpath d='M3 14h18'/%3E%3Cpath d='M7 9V6h10v3'/%3E%3C/svg%3E");
}

.goa-package-inclusion-icon-breakfast {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23214423' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 13h10a4 4 0 1 1 0 8H9a5 5 0 0 1-5-5v-3Z'/%3E%3Cpath d='M14 15h2a2 2 0 0 0 0-4h-2'/%3E%3Cpath d='M8 4v4'/%3E%3Cpath d='M11 5v3'/%3E%3C/svg%3E");
}

.goa-package-inclusion-icon-transport {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23214423' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 15V9l2-3h12l2 3v6'/%3E%3Cpath d='M4 15h16'/%3E%3Ccircle cx='7.5' cy='16.5' r='1.5'/%3E%3Ccircle cx='16.5' cy='16.5' r='1.5'/%3E%3C/svg%3E");
}

.goa-package-inclusion-icon-sightseeing {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23214423' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h4l2-2h4l2 2h4v12H4z'/%3E%3Ccircle cx='12' cy='13' r='3'/%3E%3C/svg%3E");
}

.goa-package-price {
  margin-top: 18px;
  padding: 16px 0 0;
  text-align: center;
  border-top: 1px solid rgba(201, 173, 120, 0.58);
}

.goa-package-price > span {
  display: block;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c18b2f;
}

.goa-package-price strong {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  margin-top: 2px;
  font-family: "Manrope", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.92;
  color: var(--brand-dark);
  white-space: nowrap;
}

.goa-package-price strong .goa-package-price-gst {
  display: inline-block;
  margin-left: 2px;
  font-size: 0.54em;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: inherit;
  font-family: "Manrope", sans-serif;
  opacity: 1;
  white-space: nowrap;
}

.goa-package-price small {
  display: block;
  margin-top: 2px;
  font-size: 0.92rem;
  color: rgba(32, 50, 37, 0.8);
}

.goa-package-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 16px auto 0;
  min-width: 180px;
  padding: 13px 24px;
  border-radius: 10px;
  background: linear-gradient(90deg, #31542b 0%, #1b341b 100%);
  color: #fff;
  font-size: 0.98rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.goa-package-footnote {
  margin: 16px -20px 0;
  padding: 12px 18px;
  border-top: 1px solid rgba(207, 187, 152, 0.48);
  background: rgba(235, 227, 212, 0.46);
  font-size: 0.9rem;
  line-height: 1.45;
  text-align: center;
  color: rgba(32, 50, 37, 0.78);
}

.goa-bottom-banner {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  align-items: center;
  gap: 0;
  margin-top: 18px;
  margin-left: 24px;
  margin-right: 24px;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(90deg, #214123 0%, #385c2f 52%, #274124 100%);
  color: #f8f4eb;
}

.goa-bottom-left,
.goa-bottom-right {
  display: flex;
  align-items: center;
  padding: 18px 26px;
}

.goa-bottom-left {
  gap: 14px;
  border-right: 1px solid rgba(235, 221, 191, 0.45);
}

.goa-bottom-copy {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.goa-bottom-left p,
.goa-bottom-right p {
  margin: 0;
}

.goa-bottom-left p {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.15rem;
  line-height: 1;
}

.goa-bottom-right p {
  max-width: 360px;
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(248, 244, 235, 0.92);
}

.goa-bottom-leaf {
  display: inline-flex;
  color: #d8b36b;
}

.goa-bottom-leaf svg {
  width: 42px;
  height: 28px;
}

@media (max-width: 1220px) {
  .goa-hero {
    min-height: 580px;
    padding-bottom: 40px;
  }

  .goa-highlights {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 20px;
  }

  .goa-highlight-item:nth-child(3n) {
    border-right: 0;
  }

  .goa-package-body-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .goa-hero {
    min-height: 520px;
    padding-bottom: 40px;
    background:
      linear-gradient(180deg, rgba(252, 249, 242, 0.99) 0%, rgba(252, 249, 242, 0.9) 38%, rgba(252, 249, 242, 0.45) 62%, rgba(252, 249, 242, 0.1) 100%),
      url("../images/home/home-banner.jpg") center right / cover no-repeat;
  }

  .goa-page-hero {
    background:
      linear-gradient(180deg, rgba(252, 249, 242, 0.96) 0%, rgba(252, 249, 242, 0.88) 38%, rgba(252, 249, 242, 0.52) 64%, rgba(252, 249, 242, 0.12) 100%),
      url("../images/home/home-banner.jpg") 68% center / cover no-repeat;
  }

  .coorg-hero {
    background:
      linear-gradient(180deg, rgba(252, 249, 242, 0.96) 0%, rgba(252, 249, 242, 0.88) 38%, rgba(252, 249, 242, 0.52) 64%, rgba(252, 249, 242, 0.12) 100%),
      url("../images/destinations/coorg/Coorg_Homestay_Forest_1920x1080.jpg") 68% center / cover no-repeat;
  }

  .coastal-karnataka-hero {
    background:
      linear-gradient(180deg, rgba(252, 249, 242, 0.96) 0%, rgba(252, 249, 242, 0.88) 38%, rgba(252, 249, 242, 0.52) 64%, rgba(252, 249, 242, 0.12) 100%),
      url("../images/destinations/coastal-karnataka/Coastal_Karnataka_Hero.webp") 68% center / cover no-repeat;
  }

  .goa-bottom-banner {
    grid-template-columns: 1fr;
  }

  .goa-bottom-left {
    border-right: 0;
    border-bottom: 1px solid rgba(235, 221, 191, 0.45);
  }
}

@media (max-width: 820px) {
  .goa-page {
    padding: 0 0 38px;
  }

  .goa-hero {
    min-height: auto;
    padding: 28px 14px 28px;
    border-radius: 0;
  }

  .goa-hero-copy {
    max-width: none;
  }

  .goa-page-hero {
    background:
      linear-gradient(180deg, rgba(252, 249, 242, 0.97) 0%, rgba(252, 249, 242, 0.9) 42%, rgba(252, 249, 242, 0.58) 68%, rgba(252, 249, 242, 0.16) 100%),
      url("../images/home/home-banner.jpg") 72% center / cover no-repeat;
  }

  .coorg-hero {
    background:
      linear-gradient(180deg, rgba(252, 249, 242, 0.97) 0%, rgba(252, 249, 242, 0.9) 42%, rgba(252, 249, 242, 0.58) 68%, rgba(252, 249, 242, 0.16) 100%),
      url("../images/destinations/coorg/Coorg_Homestay_Forest_1920x1080.jpg") 72% center / cover no-repeat;
  }

  .coastal-karnataka-hero {
    background:
      linear-gradient(180deg, rgba(252, 249, 242, 0.97) 0%, rgba(252, 249, 242, 0.9) 42%, rgba(252, 249, 242, 0.58) 68%, rgba(252, 249, 242, 0.16) 100%),
      url("../images/destinations/coastal-karnataka/Coastal_Karnataka_Hero.webp") 72% center / cover no-repeat;
  }

  .goa-divider {
    margin-bottom: 22px;
  }

  .goa-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 14px 0 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .goa-highlight-item {
    border-right: 1px solid rgba(32, 50, 37, 0.08);
  }

  .goa-highlight-item:nth-child(2n) {
    border-right: 0;
  }

  .goa-packages-grid {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }

  .goa-bottom-banner {
    margin-left: 20px;
    margin-right: 20px;
  }

  .goa-package-list {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .goa-page {
    padding: 0 0 32px;
  }

  .goa-hero {
    padding: 24px 12px 24px;
  }

  .goa-kicker {
    font-size: 1.12rem;
  }

  .goa-title {
    font-size: 4.6rem;
  }

  .goa-page-hero .goa-title {
    font-size: 2.28rem;
    line-height: 0.92;
  }

  .coorg-page-hero .goa-title {
    font-size: 2.28rem;
    line-height: 0.92;
  }

  .coastal-karnataka-page-hero .goa-title {
    font-size: 2.28rem;
    line-height: 0.92;
  }

  .goa-tagline {
    font-size: 1.75rem;
  }

  .goa-description {
    max-width: none;
    font-size: 0.95rem;
  }

  .goa-highlights {
    grid-template-columns: 1fr;
    margin-left: 16px;
    margin-right: 16px;
  }

  .goa-highlight-item {
    border-right: 0;
    border-bottom: 1px solid rgba(32, 50, 37, 0.08);
  }

  .goa-highlight-item:last-child {
    border-bottom: 0;
  }

  .goa-package-top {
    padding: 12px 14px 10px;
  }

  .goa-package-top h3 {
    font-size: 1.7rem;
  }

  .goa-package-duration {
    font-size: 0.82rem;
    letter-spacing: 0.14em;
  }

  .goa-package-region {
    font-size: 0.72rem;
    letter-spacing: 0.16em;
  }

  .goa-package-image {
    height: 210px;
  }

  .goa-package-body {
    padding: 14px 14px 0;
  }

  .goa-package-note {
    font-size: 1rem;
  }

  .goa-package-section-heading h4 {
    font-size: 0.96rem;
  }

  .goa-package-list {
    font-size: 0.9rem;
  }

  .goa-package-list li {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
  }

  .goa-package-list-icon {
    width: 36px;
    height: 36px;
    background-size: 19px 19px;
  }

  .goa-package-inclusion-grid {
    gap: 14px 10px;
    padding: 16px 12px 10px;
  }

  .goa-package-inclusion-item {
    font-size: 0.84rem;
  }

  .goa-package-inclusion-icon {
    width: 42px;
    height: 42px;
    background-size: 22px 22px;
  }

  .goa-package-price strong {
    font-size: 2.3rem;
  }

  .goa-package-price small,
  .goa-package-footnote {
    font-size: 0.84rem;
  }

  .goa-package-card-mobile-compact .goa-package-top {
    padding: 10px 12px 8px;
  }

  .goa-package-card-mobile-compact .goa-package-top h3 {
    font-size: 1.52rem;
  }

  .goa-package-card-mobile-compact .goa-package-duration {
    margin-bottom: 6px;
    font-size: 0.74rem;
    letter-spacing: 0.12em;
  }

  .goa-package-card-mobile-compact .goa-package-region {
    margin-top: 4px;
    padding-top: 6px;
    font-size: 0.66rem;
    letter-spacing: 0.13em;
  }

  .goa-package-card-mobile-compact .goa-package-region::before {
    width: 92px;
  }

  .goa-package-card-mobile-compact .goa-package-image {
    height: 164px;
  }

  .goa-package-card-mobile-compact .goa-package-body {
    padding: 12px 12px 0;
  }

  .goa-package-card-mobile-compact .goa-package-note {
    margin-bottom: 12px;
    padding-bottom: 12px;
    font-size: 0.92rem;
    line-height: 1.32;
  }

  .goa-package-card-mobile-compact .goa-package-body-grid {
    gap: 12px;
  }

  .goa-package-card-mobile-compact .goa-package-section-heading {
    margin-bottom: 10px;
    gap: 8px;
  }

  .goa-package-card-mobile-compact .goa-package-section-heading h4 {
    font-size: 0.88rem;
  }

  .goa-package-card-mobile-compact .goa-package-section-icon {
    width: 24px;
    height: 24px;
    font-size: 0.8rem;
  }

  .goa-package-card-mobile-compact .goa-package-list {
    font-size: 0.84rem;
    line-height: 1.38;
  }

  .goa-package-card-mobile-compact .goa-package-list li {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 8px;
    padding: 9px 0;
  }

  .goa-package-card-mobile-compact .goa-package-list li > span:last-child {
    min-height: 32px;
  }

  .goa-package-card-mobile-compact .goa-package-list li:first-child {
    padding-top: 0;
  }

  .goa-package-card-mobile-compact .goa-package-list li + li {
    padding-top: 9px;
  }

  .goa-package-card-mobile-compact .goa-package-list-icon {
    width: 32px;
    height: 32px;
    background-size: 17px 17px;
  }

  .goa-package-card-mobile-compact .goa-package-inclusions {
    border-radius: 14px;
  }

  .goa-package-card-mobile-compact .goa-package-inclusions .goa-package-section-heading {
    padding: 10px 10px 8px;
  }

  .goa-package-card-mobile-compact .goa-package-inclusion-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px 6px;
    padding: 12px 8px 9px;
  }

  .goa-package-card-mobile-compact .goa-package-inclusion-item {
    gap: 5px;
    font-size: 0.68rem;
    line-height: 1.2;
  }

  .goa-package-card-mobile-compact .goa-package-inclusion-icon {
    width: 34px;
    height: 34px;
    background-size: 18px 18px;
  }

  .goa-package-card-mobile-compact .goa-package-price {
    margin-top: 14px;
    padding-top: 12px;
  }

  .goa-package-card-mobile-compact .goa-package-price > span {
    font-size: 0.76rem;
  }

  .goa-package-card-mobile-compact .goa-package-price strong {
    font-size: 2.05rem;
  }

  .goa-package-card-mobile-compact .goa-package-price small,
  .goa-package-card-mobile-compact .goa-package-footnote {
    font-size: 0.76rem;
  }

  .goa-package-card-mobile-compact .goa-package-cta {
    margin-top: 12px;
    padding: 11px 18px;
    font-size: 0.9rem;
  }

  .goa-package-card-mobile-compact .goa-package-footnote {
    margin-left: -12px;
    margin-right: -12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .goa-package-footnote {
    margin-left: -14px;
    margin-right: -14px;
  }

  .goa-bottom-left,
  .goa-bottom-right {
    padding: 16px 18px;
  }

  .goa-packages-grid {
    padding: 0 16px;
  }

  .goa-bottom-banner {
    margin-left: 16px;
    margin-right: 16px;
  }

  .goa-bottom-left {
    gap: 10px;
  }

  .goa-bottom-left p {
    font-size: 1.6rem;
  }

  .goa-bottom-right p {
    font-size: 0.92rem;
  }

  .footer-cta-button {
    width: 100%;
    min-width: 0;
  }

  .footer-brand-mark {
    font-size: 2.8rem;
  }

  .footer-bottom-branch svg {
    width: 48px;
    height: 48px;
  }
}
