.curetrip-page-section {
  padding: 110px 0;
}

.curetrip-page-shell {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.95));
}

.curetrip-page-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(0, 82, 204, 0.09), transparent 34%),
    radial-gradient(circle at bottom left, rgba(15, 160, 206, 0.08), transparent 30%);
  pointer-events: none;
}

.curetrip-page-shell::after {
  content: "";
  position: absolute;
  right: -120px;
  top: 40px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(15, 98, 166, 0.06);
  filter: blur(12px);
  pointer-events: none;
}

.curetrip-page-shell .container {
  position: relative;
  z-index: 1;
}

.curetrip-page-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(15, 160, 206, 0.1);
  color: #0f62a6;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.curetrip-page-eyebrow i {
  font-size: 14px;
}

.curetrip-page-title {
  margin: 18px 0 16px;
  color: #0f172a;
  font-size: 44px;
  line-height: 1.14;
}

.curetrip-page-copy {
  color: #516076;
  font-size: 18px;
  line-height: 1.8;
}

.curetrip-page-note {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  border-left: 4px solid #0ea5b7;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.curetrip-page-note i {
  color: #0ea5b7;
  font-size: 22px;
}

.curetrip-page-visual {
  height: 100%;
  min-height: 320px;
  padding: 36px;
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(145deg, #071c36 0%, #0f62a6 52%, #16a2b8 100%);
  box-shadow: 0 24px 70px rgba(7, 28, 54, 0.22);
}

.curetrip-page-visual h3 {
  color: #fff;
  margin-bottom: 18px;
}

.curetrip-page-visual p,
.curetrip-page-visual li,
.curetrip-page-visual span {
  color: rgba(255, 255, 255, 0.88);
}

.curetrip-page-badge-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.curetrip-page-badge {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.curetrip-page-badge strong {
  display: block;
  color: #fff;
  font-size: 24px;
  margin-bottom: 6px;
}

.curetrip-card {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 34px 30px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.05);
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.curetrip-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.curetrip-card-icon {
  width: 68px;
  height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(145deg, #0f62a6, #10b5c5);
  color: #fff;
  font-size: 28px;
  margin-bottom: 22px;
}

.curetrip-card h3 {
  margin-bottom: 12px;
  color: #0f172a;
  font-size: 24px;
}

.curetrip-card p {
  color: #5b6b80;
  margin-bottom: 18px;
}

.curetrip-card ul,
.curetrip-check-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.curetrip-card ul li,
.curetrip-check-list li {
  display: flex;
  gap: 12px;
  color: #334155;
  margin-bottom: 12px;
}

.curetrip-card ul li i,
.curetrip-check-list li i {
  margin-top: 5px;
  color: #0ea5b7;
}

.curetrip-surface {
  padding: 42px;
  border-radius: 28px;
  background: linear-gradient(180deg, #f8fbff 0%, #eef7fb 100%);
  box-shadow: inset 0 0 0 1px rgba(15, 98, 166, 0.08);
}

.curetrip-steps {
  counter-reset: curetrip-steps;
}

.curetrip-step {
  position: relative;
  padding: 0 0 0 78px;
  margin-bottom: 28px;
}

.curetrip-step:last-child {
  margin-bottom: 0;
}

.curetrip-step::before {
  counter-increment: curetrip-steps;
  content: counter(curetrip-steps);
  position: absolute;
  left: 0;
  top: 0;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(145deg, #0f62a6, #10b5c5);
}

.curetrip-step h3 {
  margin-bottom: 10px;
  color: #0f172a;
  font-size: 24px;
}

.curetrip-muted {
  color: #5b6b80;
}

.curetrip-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.curetrip-stat {
  padding: 28px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07);
}

.curetrip-stat strong {
  display: block;
  margin-bottom: 8px;
  color: #0f62a6;
  font-size: 34px;
  line-height: 1;
}

.curetrip-plan-card {
  height: 100%;
  padding: 36px 32px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
}

.curetrip-plan-card.is-featured {
  background: linear-gradient(180deg, #0f62a6 0%, #0b4071 100%);
  color: #fff;
}

.curetrip-plan-card.is-featured h3,
.curetrip-plan-card.is-featured p,
.curetrip-plan-card.is-featured li,
.curetrip-plan-card.is-featured .curetrip-plan-price,
.curetrip-plan-card.is-featured .curetrip-plan-label {
  color: #fff;
}

.curetrip-plan-label {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 20px;
  color: #0f62a6;
  background: rgba(15, 98, 166, 0.1);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.curetrip-plan-card.is-featured .curetrip-plan-label {
  background: rgba(255, 255, 255, 0.14);
}

.curetrip-plan-price {
  margin: 16px 0 18px;
  color: #0f172a;
  font-size: 36px;
  font-weight: 700;
}

.curetrip-job-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  color: #0f62a6;
  background: rgba(15, 98, 166, 0.1);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
}

.curetrip-blog-card .curetrip-card-icon {
  margin-bottom: 18px;
}

.curetrip-blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
  color: #6b7a90;
  font-size: 14px;
  font-weight: 600;
}

.curetrip-contact-box {
  height: 100%;
  padding: 30px 28px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.08);
}

.curetrip-contact-box a,
.curetrip-inline-link {
  color: #0f62a6;
  font-weight: 700;
}

.curetrip-cta-strip {
  padding: 34px 38px;
  border-radius: 28px;
  background: linear-gradient(135deg, #071c36 0%, #0f62a6 48%, #16a2b8 100%);
  box-shadow: 0 24px 70px rgba(7, 28, 54, 0.2);
}

.curetrip-cta-strip h2,
.curetrip-cta-strip p {
  color: #fff;
}

.curetrip-section-intro {
  position: relative;
}

.curetrip-section-intro .curetrip-page-title {
  max-width: 12ch;
}

.curetrip-section-intro .curetrip-page-copy {
  max-width: 58ch;
}

.curetrip-section-cards {
  position: relative;
}

.curetrip-section-cards::before {
  content: "";
  position: absolute;
  inset: 64px 0 0;
  background: linear-gradient(180deg, rgba(233, 244, 250, 0.9), rgba(255, 255, 255, 0));
  border-radius: 36px;
}

.curetrip-section-cards .container {
  position: relative;
  z-index: 1;
}

.curetrip-section-cards .col-lg-4:nth-child(odd) .curetrip-card-icon,
.curetrip-section-cards .col-md-6:nth-child(odd) .curetrip-card-icon {
  background: linear-gradient(145deg, #0f62a6, #13a8a8);
}

.curetrip-section-cards .col-lg-4:nth-child(even) .curetrip-card-icon,
.curetrip-section-cards .col-md-6:nth-child(even) .curetrip-card-icon {
  background: linear-gradient(145deg, #062848, #0f62a6);
}

.curetrip-section-cards .curetrip-card::after {
  content: "";
  position: absolute;
  inset: auto 22px 22px auto;
  width: 74px;
  height: 74px;
  border-radius: 18px;
  border: 1px dashed rgba(15, 98, 166, 0.14);
  opacity: 0.75;
}

.curetrip-section-process .curetrip-surface {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(234, 246, 252, 0.92));
}

.curetrip-section-process .curetrip-surface::before {
  content: "";
  position: absolute;
  left: -100px;
  bottom: -100px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(15, 181, 197, 0.12);
}

.curetrip-section-process .curetrip-step {
  padding-bottom: 24px;
}

.curetrip-section-process .curetrip-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 24px;
  top: 56px;
  bottom: -4px;
  width: 2px;
  background: linear-gradient(180deg, rgba(15, 98, 166, 0.22), rgba(15, 181, 197, 0));
}

.curetrip-section-stats .curetrip-mini-grid {
  gap: 24px;
}

.curetrip-section-stats .curetrip-stat {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
}

.curetrip-section-stats .curetrip-stat::before {
  content: "";
  position: absolute;
  right: -14px;
  top: -14px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(15, 98, 166, 0.08);
}

.curetrip-section-contact .curetrip-contact-box {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(15, 98, 166, 0.08);
}

.curetrip-section-contact .curetrip-contact-box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 5px;
  background: linear-gradient(90deg, #0f62a6, #16a2b8);
}

.curetrip-section-blog .curetrip-card,
.curetrip-section-jobs .curetrip-card,
.curetrip-section-plans .curetrip-card,
.curetrip-section-plans .curetrip-plan-card {
  background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
}

.curetrip-section-blog .curetrip-card:hover,
.curetrip-section-jobs .curetrip-card:hover,
.curetrip-section-plans .curetrip-card:hover {
  transform: translateY(-8px) rotate(-0.4deg);
}

.curetrip-section-cta .curetrip-cta-strip {
  position: relative;
  overflow: hidden;
}

.curetrip-section-cta .curetrip-cta-strip::before,
.curetrip-section-cta .curetrip-cta-strip::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.curetrip-section-cta .curetrip-cta-strip::before {
  width: 220px;
  height: 220px;
  top: -90px;
  right: -60px;
}

.curetrip-section-cta .curetrip-cta-strip::after {
  width: 140px;
  height: 140px;
  left: -34px;
  bottom: -40px;
}

.curetrip-section-cta .row {
  position: relative;
  z-index: 1;
}

.curetrip-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 24px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  font-weight: 700;
}

.curetrip-btn-secondary:hover {
  color: #fff;
}

@media (max-width: 991.98px) {
  .curetrip-page-section {
    padding: 80px 0;
  }

  .curetrip-page-title {
    font-size: 36px;
  }

  .curetrip-page-badge-grid,
  .curetrip-mini-grid {
    grid-template-columns: 1fr;
  }

  .curetrip-surface,
  .curetrip-cta-strip,
  .curetrip-page-visual {
    padding: 30px;
  }

  .curetrip-section-cards::before {
    inset: 32px 0 0;
  }
}

@media (max-width: 575.98px) {
  .curetrip-page-title {
    font-size: 30px;
  }

  .curetrip-card,
  .curetrip-plan-card,
  .curetrip-contact-box {
    padding: 28px 22px;
  }

  .curetrip-step {
    padding-left: 68px;
  }
}

:root {
  --curetrip-primary: #4416ff;
  --curetrip-primary-dark: #4416ff;
  --curetrip-secondary: #7d67ff;
  --curetrip-accent: #f28737;
  --curetrip-ink: #0f172a;
  --curetrip-muted: #56657b;
  --curetrip-surface: #f4f8fc;
  --curetrip-border: rgba(11, 110, 168, 0.12);
}

.curetrip-page-shell {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 252, 0.95));
}

.curetrip-page-shell::before {
  background:
    radial-gradient(circle at top right, rgba(11, 110, 168, 0.11), transparent 34%),
    radial-gradient(circle at bottom left, rgba(16, 167, 171, 0.09), transparent 30%);
}

.curetrip-page-shell::after {
  background: rgba(11, 110, 168, 0.07);
}

.curetrip-page-eyebrow {
  background: rgba(16, 167, 171, 0.12);
  color: var(--curetrip-primary);
}

.curetrip-page-title,
.curetrip-card h3,
.curetrip-step h3 {
  color: var(--curetrip-ink);
}

.curetrip-page-copy,
.curetrip-card p,
.curetrip-muted {
  color: var(--curetrip-muted);
}

.curetrip-page-note {
  border-left-color: var(--curetrip-secondary);
}

.curetrip-page-note i,
.curetrip-card ul li i,
.curetrip-check-list li i {
  color: var(--curetrip-secondary);
}

.curetrip-page-visual {
  background: linear-gradient(145deg, var(--curetrip-primary-dark) 0%, var(--curetrip-primary) 52%, var(--curetrip-secondary) 100%);
  box-shadow: 0 24px 70px rgba(5, 40, 72, 0.22);
}

.curetrip-card-icon {
  background: linear-gradient(145deg, var(--curetrip-primary), var(--curetrip-secondary));
}

.curetrip-surface {
  box-shadow: inset 0 0 0 1px var(--curetrip-border);
}

.curetrip-step::before {
  background: linear-gradient(145deg, var(--curetrip-primary), var(--curetrip-secondary));
}

.curetrip-job-tag {
  color: var(--curetrip-primary);
  background: rgba(11, 110, 168, 0.1);
}

.curetrip-contact-box {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid var(--curetrip-border);
}

.curetrip-contact-box::after {
  background: linear-gradient(90deg, var(--curetrip-primary), var(--curetrip-secondary));
}

.curetrip-contact-box a,
.curetrip-inline-link {
  color: var(--curetrip-primary);
}

.curetrip-cta-strip {
  background: linear-gradient(135deg, var(--curetrip-primary-dark) 0%, var(--curetrip-primary) 48%, var(--curetrip-secondary) 100%);
}

.curetrip-btn-secondary {
  border-color: rgba(255, 255, 255, 0.28);
}

.curetrip-section-form {
  position: relative;
}

.curetrip-section-form .container {
  position: relative;
  z-index: 1;
}

.curetrip-form-panel,
.curetrip-form-aside {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 36px;
  border-radius: 30px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid var(--curetrip-border);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.curetrip-form-aside {
  color: #fff;
  background: linear-gradient(145deg, var(--curetrip-primary-dark) 0%, var(--curetrip-primary) 55%, var(--curetrip-secondary) 100%);
}

.curetrip-form-aside::before,
.curetrip-form-panel::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  pointer-events: none;
}

.curetrip-form-aside::before {
  right: -100px;
  bottom: -100px;
  background: rgba(255, 255, 255, 0.08);
}

.curetrip-form-panel::before {
  right: -90px;
  top: -90px;
  background: rgba(16, 167, 171, 0.08);
}

.curetrip-form-aside>*,
.curetrip-form-panel>* {
  position: relative;
  z-index: 1;
}

.curetrip-form-aside h3 {
  margin: 18px 0 14px;
  color: #fff;
  font-size: 30px;
}

.curetrip-form-aside p {
  color: rgba(255, 255, 255, 0.86);
}

.curetrip-form-badge-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 26px 0;
}

.curetrip-form-badge {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
}

.curetrip-form-badge strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 18px;
}

.curetrip-form-badge span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.5;
}

.curetrip-form-panel .curetrip-page-title {
  max-width: 14ch;
}

.curetrip-form-panel .curetrip-page-copy {
  max-width: 58ch;
}

.curetrip-form {
  position: relative;
  z-index: 1;
  margin-top: 28px;
}

.curetrip-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.curetrip-form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

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

.curetrip-form-field label {
  color: var(--curetrip-ink);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.curetrip-form-aside .curetrip-check-list li,
.curetrip-form-aside .curetrip-check-list li span,
.curetrip-form-aside .curetrip-check-list li i {
  color: #fff;
}

.curetrip-form-aside .curetrip-check-list li i {
  color: rgba(255, 255, 255, 0.9);
}

.curetrip-form-field input,
.curetrip-form-field select,
.curetrip-form-field textarea {
  width: 100%;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(11, 110, 168, 0.14);
  background: #fff;
  color: var(--curetrip-ink);
  font: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.curetrip-form-field input::placeholder,
.curetrip-form-field textarea::placeholder {
  color: #7b8797;
}

.curetrip-form-field input:focus,
.curetrip-form-field select:focus,
.curetrip-form-field textarea:focus {
  outline: none;
  border-color: var(--curetrip-primary);
  box-shadow: 0 0 0 4px rgba(11, 110, 168, 0.12);
}

.curetrip-form-field textarea {
  min-height: 160px;
  resize: vertical;
}

.curetrip-form-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.curetrip-form-note {
  color: var(--curetrip-muted);
  font-size: 14px;
  line-height: 1.6;
  max-width: 42ch;
}

.curetrip-form-alert {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(16, 167, 171, 0.12);
  border: 1px solid rgba(16, 167, 171, 0.18);
  color: #0c5f63;
  font-weight: 600;
}

@media (max-width: 991.98px) {

  .curetrip-page-badge-grid,
  .curetrip-mini-grid,
  .curetrip-form-grid,
  .curetrip-form-badge-grid {
    grid-template-columns: 1fr;
  }

  .curetrip-surface,
  .curetrip-cta-strip,
  .curetrip-page-visual,
  .curetrip-form-panel,
  .curetrip-form-aside {
    padding: 30px;
  }
}

.curetrip-team-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(15, 98, 166, 0.08), transparent 30%),
    radial-gradient(circle at right 20%, rgba(18, 179, 168, 0.08), transparent 26%),
    linear-gradient(180deg, #f8fbff 0%, #eef6fb 100%);
}

.curetrip-team-section::before,
.curetrip-team-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.curetrip-team-section::before {
  width: 280px;
  height: 280px;
  top: -120px;
  right: -80px;
  background: radial-gradient(circle, rgba(15, 98, 166, 0.15) 0%, rgba(15, 98, 166, 0) 70%);
}

.curetrip-team-section::after {
  width: 220px;
  height: 220px;
  bottom: 20px;
  left: -100px;
  background: radial-gradient(circle, rgba(18, 179, 168, 0.12) 0%, rgba(18, 179, 168, 0) 72%);
}

.curetrip-team-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.95fr);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 28px;
}

.curetrip-team-hero-copy,
.curetrip-team-highlight {
  position: relative;
  z-index: 1;
}

.curetrip-team-highlight {
  padding: 32px;
  border-radius: 28px;
  background: linear-gradient(145deg, #0f62a6 0%, #0d4f87 48%, #12b3a8 100%);
  box-shadow: 0 24px 70px rgba(7, 28, 54, 0.22);
  color: #fff;
}

.curetrip-team-highlight strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  letter-spacing: 0.2px;
}

.curetrip-team-highlight p {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.88);
}

.curetrip-team-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.curetrip-team-badges span,
.team-specialty-count,
.team-member-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.curetrip-team-badges span {
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  backdrop-filter: blur(10px);
}

.curetrip-team-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 26px 0 34px;
}

.curetrip-team-overview-item {
  padding: 22px 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(11, 110, 168, 0.12);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07);
  text-align: center;
}

.curetrip-team-overview-item strong {
  display: block;
  color: #0f62a6;
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 8px;
}

.curetrip-team-overview-item span {
  color: #5b6b80;
  font-size: 15px;
}

.curetrip-team-groups {
  display: grid;
  gap: 26px;
}

.team-specialty-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 250, 253, 0.98) 100%);
  border: 1px solid rgba(11, 110, 168, 0.12);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
}

.team-specialty-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--team-accent, #0f62a6), rgba(255, 255, 255, 0));
}

.team-specialty-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15, 98, 166, 0.12) 0%, transparent 72%);
  pointer-events: none;
}

.team-specialty-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.team-specialty-heading {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.team-specialty-index {
  flex: 0 0 auto;
  min-width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(145deg, var(--team-accent, #0f62a6), #12b3a8);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 16px 28px rgba(15, 98, 166, 0.22);
}

.team-specialty-heading h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 28px;
}

.team-specialty-heading h3 i {
  color: var(--team-accent, #0f62a6);
}

.team-specialty-heading p {
  margin: 0;
  color: #5b6b80;
  max-width: 58ch;
}

.team-specialty-count {
  flex: 0 0 auto;
  padding: 10px 14px;
  background: rgba(15, 98, 166, 0.08);
  color: var(--team-accent, #0f62a6);
  border: 1px solid rgba(15, 98, 166, 0.12);
}

.team-member-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 22px;
}

/* === DOCTOR CATEGORY SLIDER (OWL CAROUSEL) === */
.doctor-category-slider {
  position: relative;
}

.doctor-category-slider .owl-stage-outer {
  padding: 12px 6px 20px;
  margin: -12px -6px -8px;
}

.doctor-category-slider .owl-stage {
  display: flex !important;
}

.doctor-category-slider .owl-item {
  display: flex !important;
  height: auto;
}

.doctor-category-slider .team-member-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 4px;
}

.doctor-category-slider .team-member-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.doctor-category-slider .doctor-card-footer {
  margin-top: auto;
}

.doctor-category-slider .owl-nav {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  padding-right: 4px;
}

.doctor-category-slider .owl-nav button.owl-prev,
.doctor-category-slider .owl-nav button.owl-next {
  width: 44px;
  height: 44px;
  border-radius: 50% !important;
  background: #ffffff !important;
  border: 1.5px solid rgba(15, 98, 166, 0.2) !important;
  color: #0f172a !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
  transition: all 0.28s ease;
  cursor: pointer;
  font-size: 15px;
}

.doctor-category-slider .owl-nav button.owl-prev:hover,
.doctor-category-slider .owl-nav button.owl-next:hover {
  background: var(--team-accent, #0f62a6) !important;
  border-color: var(--team-accent, #0f62a6) !important;
  color: #ffffff !important;
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 8px 22px rgba(15, 98, 166, 0.28);
}

.doctor-category-slider .owl-nav button.disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

.doctor-category-slider .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
}

.doctor-category-slider .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #cbd5e1;
  transition: all 0.3s ease;
}

.doctor-category-slider .owl-dot.active span {
  width: 28px;
  background: var(--team-accent, #0f62a6);
}

.team-member-card {
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
  border: 1px solid rgba(11, 110, 168, 0.1);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.team-member-card:hover {
  transform: translateY(-8px);
  border-color: rgba(15, 98, 166, 0.24);
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.12);
}

.team-member-photo {
  position: relative;
  /* aspect-ratio: 4 / 3; */
  overflow: hidden;
  background: radial-gradient(circle at 65% 35%, rgba(18, 179, 168, 0.24) 0%, rgba(15, 98, 166, 0.16) 45%, #f1f6fb 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Moving Background Medical Icon */
.team-member-photo::before {
  content: "\f21e";
  /* FontAwesome fa-heart-pulse icon */
  font-family: "Font Awesome 6 Free", "FontAwesome";
  font-weight: 900;
  position: absolute;
  top: 10%;
  right: 8%;
  font-size: 88px;
  color: var(--team-accent, #0f62a6);
  opacity: 0.16;
  z-index: 1;
  pointer-events: none;
  animation: doctorBgIconFloat 6s ease-in-out infinite alternate;
  filter: drop-shadow(0 4px 12px rgba(15, 98, 166, 0.25));
  transform-origin: center center;
  transition: opacity 0.3s ease, filter 0.3s ease;
}

@keyframes doctorBgIconFloat {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    opacity: 0.14;
  }

  50% {
    transform: translate(-12px, 14px) rotate(14deg) scale(1.15);
    opacity: 0.28;
  }

  100% {
    transform: translate(8px, -10px) rotate(-10deg) scale(0.95);
    opacity: 0.18;
  }
}

.team-member-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 24, 45, 0) 45%, rgba(6, 24, 45, 0.42) 100%);
  pointer-events: none;
  z-index: 3;
}

.team-member-photo img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.team-member-card:hover .team-member-photo img {
  transform: scale(1.05);
}

.team-member-card:hover .team-member-photo::before {
  opacity: 0.35;
  animation-duration: 3.2s;
  filter: drop-shadow(0 6px 20px rgba(15, 98, 166, 0.45));
}

.team-member-badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 4;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.9);
  color: #0f172a;
  font-size: 12px;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
}

.team-member-body {
  padding: 22px 22px 24px;
}

.team-member-name-row {
  /* display: flex; */
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
}

.team-member-name-row h4 {
  margin: 0;
  color: #0f172a;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.25;
}

.team-member-name-row span {
  flex: 0 0 auto;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(15, 98, 166, 0.08);
  color: #0f62a6;
  font-size: 12px;
  font-weight: 700;
}

.team-member-details {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.team-member-details li {
  display: flex;
  gap: 10px;
  color: #5b6b80;
  font-size: 15px;
  line-height: 1.6;
}

.team-member-details li i {
  margin-top: 4px;
  color: var(--team-accent, #0f62a6);
}

/* === NEW ENHANCED DOCTORS DIRECTORY STYLES === */
.doctor-control-bar {
  background: #ffffff;
  border-radius: 20px;
  padding: 16px 20px;
  margin-bottom: 36px;
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(15, 98, 166, 0.12);
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 90px;
  z-index: 40;
  backdrop-filter: blur(16px);
}

.doctor-search-box {
  position: relative;
  flex: 1 1 280px;
  max-width: 420px;
}

.doctor-search-box i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #0f62a6;
  font-size: 15px;
  pointer-events: none;
}

.doctor-search-input {
  width: 100%;
  padding: 12px 18px 12px 44px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  font-size: 14px;
  color: #0f172a;
  outline: none;
  transition: all 0.25s ease;
}

.doctor-search-input:focus {
  border-color: #0f62a6;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(15, 98, 166, 0.15);
}

.doctor-filter-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.doctor-filter-btn {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  color: #475569;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.doctor-filter-btn:hover {
  border-color: #0f62a6;
  color: #0f62a6;
  background: rgba(15, 98, 166, 0.05);
}

.doctor-filter-btn.active {
  background: linear-gradient(135deg, #0f62a6 0%, #12b3a8 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 4px 14px rgba(15, 98, 166, 0.25);
}

.doctor-hospital-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 8px;
  background: rgba(18, 179, 168, 0.08);
  color: #0d9488;
  font-size: 12px;
  font-weight: 700;
  margin-top: 4px;
  margin-bottom: 8px;
  width: fit-content;
  border: 1px solid rgba(18, 179, 168, 0.18);
}

.doctor-hospital-tag i {
  color: #12b3a8;
  font-size: 11px;
}

.doctor-meta-chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.doctor-exp-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(15, 98, 166, 0.09);
  color: #0f62a6;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid rgba(15, 98, 166, 0.16);
}

.doctor-exp-pill i {
  font-size: 11px;
  color: #0f62a6;
}

.doctor-exp-overlay-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 5;
  background: rgba(15, 23, 42, 0.88);
  color: #fbbf24;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(251, 191, 36, 0.35);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.doctor-exp-overlay-badge i {
  color: #fbbf24;
}

.doctor-card-footer {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #f1f5f9;
  display: flex;
  gap: 10px;
}

.doctor-card-footer .doctor-btn-primary {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 12px;
  border-radius: 10px;
  background: var(--team-accent, #0f62a6);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(15, 98, 166, 0.22);
}

.doctor-card-footer .doctor-btn-primary:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 8px 18px rgba(15, 98, 166, 0.32);
}

.doctor-card-footer .doctor-btn-outline {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 12px;
  border-radius: 10px;
  background: #ffffff;
  color: #334155;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #e2e8f0;
  transition: all 0.25s ease;
}

.doctor-card-footer .doctor-btn-outline:hover {
  color: var(--team-accent, #0f62a6);
  border-color: var(--team-accent, #0f62a6);
  background: rgba(15, 98, 166, 0.05);
  transform: translateY(-2px);
}

.team-member-verified {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 5;
  background: rgba(15, 23, 42, 0.85);
  color: #10b981;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.team-member-verified span {
  color: #ffffff;
  font-size: 10px;
}

/* Concierge Bottom Banner */
.doctor-concierge-cta {
  margin-top: 50px;
  border-radius: 28px;
  background: linear-gradient(135deg, #071c36 0%, #0f62a6 50%, #12b3a8 100%);
  padding: 44px 40px;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  box-shadow: 0 24px 64px rgba(7, 28, 54, 0.25);
  position: relative;
  overflow: hidden;
}

.doctor-concierge-cta::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.doctor-concierge-copy {
  max-width: 620px;
  position: relative;
  z-index: 1;
}

.doctor-concierge-copy h3 {
  color: #ffffff;
  font-size: 32px;
  margin-bottom: 12px;
  font-weight: 800;
}

.doctor-concierge-copy p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.doctor-concierge-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  position: relative;
  z-index: 1;
}

.doctor-concierge-btn-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 14px;
  background: #ffffff;
  color: #0f62a6;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
}

.doctor-concierge-btn-white:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
  color: #071c36;
}

.doctor-concierge-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.doctor-concierge-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.28);
  color: #ffffff;
  transform: translateY(-3px);
}

@media (max-width: 1199.98px) {
  .curetrip-team-hero {
    grid-template-columns: 1fr;
  }

  .team-specialty-header {
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .curetrip-team-overview {
    grid-template-columns: 1fr;
  }

  .doctor-control-bar {
    top: 70px;
    padding: 14px;
  }

  .doctor-search-box {
    max-width: 100%;
  }

  .doctor-concierge-cta {
    padding: 28px 20px;
  }

  .doctor-concierge-copy h3 {
    font-size: 24px;
  }

  .team-specialty-card {
    padding: 20px;
  }

  .team-specialty-heading {
    flex-direction: column;
  }

  .team-specialty-heading h3 {
    font-size: 22px;
  }

  .team-member-body {
    padding: 18px;
  }

  .team-member-name-row {
    flex-direction: column;
  }

  .team-member-name-row span {
    width: fit-content;
  }
}

/* ==========================================================================
   TOURISM PAGE STYLES
   ========================================================================== */

.tourism-hero-banner {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: center;
  background: url('../img/all-images/hero/tourism-hero-bg.jpg') center center / cover no-repeat;
}

.tourism-hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 28, 54, 0.82) 40%, rgba(7, 28, 54, 0.35) 100%);
}

.tourism-hero-banner .container {
  position: relative;
  z-index: 2;
}

.tourism-hero-banner .hero-header h1 {
  color: #ffffff;
  font-size: 52px;
  font-weight: 800;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.3);
}

.tourism-hero-banner .bradecrumb,
.tourism-hero-banner .bradecrumb i {
  color: rgba(255, 255, 255, 0.85);
}

.tourism-hero-banner .bradecrumb:hover {
  color: #0fa5b7;
}

/* Section Layouts */
.tourism-section {
  padding: 80px 0;
}

.tourism-section-alt {
  padding: 80px 0;
  background: #f4f9ff;
}

.tourism-section-dark {
  padding: 80px 0;
  background: linear-gradient(135deg, #071c36 0%, #0f3d78 100%);
}

.tourism-section-title {
  font-size: 38px;
  font-weight: 800;
  color: #0f172a;
  margin: 14px 0 14px;
}

.tourism-section-dark .tourism-section-title {
  color: #ffffff;
}

.tourism-section-desc {
  color: #516076;
  font-size: 16px;
  line-height: 1.8;
}

.tourism-section-dark .tourism-section-desc {
  color: rgba(255, 255, 255, 0.75);
}

/* Eyebrow badge */
.tourism-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 18px;
  border-radius: 999px;
  background: rgba(15, 160, 206, 0.12);
  color: #0f62a6;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.tourism-section-dark .tourism-eyebrow {
  background: rgba(255, 255, 255, 0.12);
  color: #7dd3fc;
}

.tourism-eyebrow-cta {
  background: rgba(255, 255, 255, 0.12);
  color: #7dd3fc;
  margin-bottom: 16px;
}

/* Date Tag */
.tourism-date-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: #516076;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(15, 98, 166, 0.07);
  border: 1px solid rgba(15, 98, 166, 0.12);
  margin-bottom: 24px;
}

.tourism-date-tag i {
  color: #0f62a6;
}

/* Intro Section */
.tourism-intro-img {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(7, 28, 54, 0.18);
  position: relative;
}

.tourism-intro-img img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

.tourism-intro-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  border-radius: 16px;
  padding: 14px 20px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.15);
}

.tourism-intro-badge i {
  color: #0f62a6;
  font-size: 22px;
}

.tourism-intro-badge span {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}

.tourism-intro-copy h2 {
  font-size: 38px;
  color: #0f172a;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 18px;
}

.tourism-intro-copy p {
  color: #516076;
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 16px;
}

/* Destination Cards */
.tourism-dest-card {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 16px 50px rgba(7, 28, 54, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #ffffff;
  height: 100%;
}

.tourism-dest-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 70px rgba(7, 28, 54, 0.18);
}

.tourism-dest-card-img {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.tourism-dest-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.tourism-dest-card-img .dest-img-kerala {
  object-position: 0% 20%;
}

.tourism-dest-card-img .dest-img-rajasthan {
  object-position: 100% 20%;
}

.tourism-dest-card-img .dest-img-goa {
  object-position: 0% 80%;
}

.tourism-dest-card-img .dest-img-delhi {
  object-position: 100% 80%;
}

.tourism-dest-card:hover .tourism-dest-card-img img {
  transform: scale(1.06);
}

.tourism-dest-card-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #0f62a6;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.tourism-dest-card-body {
  padding: 22px 24px 26px;
}

.tourism-dest-card-body h3 {
  font-size: 20px;
  color: #0f172a;
  font-weight: 700;
  margin-bottom: 8px;
}

.tourism-dest-card-body p {
  color: #516076;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

/* Stats Bar */
.tourism-stats-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 36px 40px;
  border-radius: 24px;
  background: linear-gradient(135deg, #0f62a6 0%, #16a2b8 100%);
  margin: 50px 0 0;
}

.tourism-stat {
  flex: 1;
  min-width: 150px;
  text-align: center;
}

.tourism-stat strong {
  display: block;
  font-size: 36px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
}

.tourism-stat span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.82);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 6px;
  display: block;
}

.tourism-stat-divider {
  width: 1px;
  background: rgba(255, 255, 255, 0.25);
  margin: 4px 0;
}

/* Why India Cards */
.tourism-why-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 22px;
  padding: 32px 28px;
  transition: background 0.3s ease, transform 0.3s ease;
  height: 100%;
}

.tourism-why-card:hover {
  background: rgba(255, 255, 255, 0.13);
  transform: translateY(-5px);
}

.tourism-why-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(15, 160, 206, 0.2);
  font-size: 24px;
  color: #7dd3fc;
  margin-bottom: 20px;
}

.tourism-why-card h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.tourism-why-card p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
}

/* Process Steps */
.tourism-process-heading {
  font-size: 38px;
  font-weight: 800;
  color: #0f172a;
  margin: 14px 0 18px;
  line-height: 1.25;
}

.tourism-process-intro {
  color: #516076;
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 28px;
}

.tourism-process-img {
  border-radius: 20px;
  width: 100%;
  height: 260px;
  object-fit: cover;
  box-shadow: 0 20px 55px rgba(7, 28, 54, 0.15);
}

.tourism-step {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  padding: 26px 28px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 40px rgba(7, 28, 54, 0.07);
  border: 1px solid rgba(15, 23, 42, 0.05);
  margin-bottom: 20px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tourism-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 50px rgba(7, 28, 54, 0.12);
}

.tourism-step-num {
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #0f62a6 0%, #16a2b8 100%);
  font-size: 22px;
  font-weight: 900;
  color: #ffffff;
}

.tourism-step-content h4 {
  font-size: 18px;
  color: #0f172a;
  font-weight: 700;
  margin-bottom: 6px;
}

.tourism-step-content p {
  font-size: 14px;
  color: #516076;
  line-height: 1.7;
  margin: 0;
}

/* Tourism CTA */
.tourism-cta-section {
  padding: 60px 0;
}

.tourism-cta {
  padding: 70px 50px;
  border-radius: 28px;
  background: linear-gradient(135deg, #071c36 0%, #0f3d78 60%, #16a2b8 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.tourism-cta::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(22, 162, 184, 0.12);
  filter: blur(40px);
}

.tourism-cta h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 16px;
  position: relative;
}

.tourism-cta p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  margin-bottom: 34px;
  position: relative;
}

.tourism-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  border-radius: 999px;
  background: #ffffff;
  color: #0f62a6;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, transform 0.2s;
  position: relative;
}

.tourism-cta-btn:hover {
  background: #0fa5b7;
  color: #ffffff;
  transform: translateY(-2px);
}

.tourism-cta-phone-wrap {
  margin-top: 16px;
}

.tourism-cta-phone {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  text-decoration: none;
}

.tourism-cta-phone i {
  margin-right: 6px;
}

/* ==========================================================================
   WELLNESS PAGE STYLES
   ========================================================================== */

:root {
  --w-green: #16a34a;
  --w-green-light: #22c55e;
  --w-teal: #0d9488;
  --w-dark: #052e16;
}

.wellness-hero-banner {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: center;
  background: url('../img/all-images/hero/wellness-hero-bg.jpg') center center / cover no-repeat;
}

.wellness-hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(0 0 0 / 13%) 40%, rgba(15, 50, 15, 0.3) 100%);
}

.wellness-hero-banner .container {
  position: relative;
  z-index: 2;
}

.wellness-hero-banner .hero-header h1 {
  color: #ffffff;
  font-size: 52px;
  font-weight: 800;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.3);
}

.wellness-hero-banner .bradecrumb,
.wellness-hero-banner .bradecrumb i {
  color: rgba(255, 255, 255, 0.85);
}

.wellness-hero-banner .bradecrumb:hover {
  color: #86efac;
}

/* Section Layouts */
.wellness-section {
  padding: 80px 0;
}

.wellness-section-alt {
  padding: 80px 0;
  background: #f0fdf4;
}

.wellness-section-dark {
  padding: 80px 0;
  background: linear-gradient(135deg, #052e16 0%, #166534 60%, #0d9488 100%);
}

.wellness-section-title {
  font-size: 38px;
  font-weight: 800;
  color: #0f172a;
  margin: 14px 0 14px;
}

.wellness-section-dark .wellness-section-title {
  color: #ffffff;
}

.wellness-section-desc {
  color: #516076;
  font-size: 16px;
  line-height: 1.8;
}

.wellness-section-dark .wellness-section-desc {
  color: rgba(255, 255, 255, 0.75);
}

/* Eyebrow badge */
.wellness-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 18px;
  border-radius: 999px;
  background: rgba(22, 163, 74, 0.1);
  color: #16a34a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.wellness-section-dark .wellness-eyebrow {
  background: rgba(255, 255, 255, 0.12);
  color: #86efac;
}

.wellness-eyebrow-cta {
  background: rgba(255, 255, 255, 0.12);
  color: #86efac;
  margin-bottom: 16px;
}

/* Date Tag */
.wellness-date-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: #516076;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(22, 163, 74, 0.08);
  border: 1px solid rgba(22, 163, 74, 0.15);
  margin-bottom: 24px;
}

.wellness-date-tag i {
  color: #16a34a;
}

/* Intro Section */
.wellness-intro-img {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(5, 46, 22, 0.18);
  position: relative;
}

.wellness-intro-img img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  display: block;
}

.wellness-intro-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  border-radius: 16px;
  padding: 14px 20px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.15);
}

.wellness-intro-badge i {
  color: #16a34a;
  font-size: 22px;
}

.wellness-intro-badge span {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}

.wellness-intro-copy h2 {
  font-size: 38px;
  color: #0f172a;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 18px;
}

.wellness-intro-copy p {
  color: #516076;
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 16px;
}

/* Stats Bar */
.wellness-stats-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 30px 36px;
  border-radius: 24px;
  background: linear-gradient(135deg, #16a34a 0%, #0d9488 100%);
  margin-top: 36px;
}

.wellness-stat {
  flex: 1;
  min-width: 130px;
  text-align: center;
}

.wellness-stat strong {
  display: block;
  font-size: 32px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
}

.wellness-stat span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.82);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-top: 6px;
  display: block;
}

.wellness-stat-div {
  width: 1px;
  background: rgba(255, 255, 255, 0.25);
  margin: 4px 0;
}

/* Program Cards */
.wellness-program-card {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 50px rgba(5, 46, 22, 0.09);
  border: 1px solid rgba(22, 163, 74, 0.08);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wellness-program-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 70px rgba(5, 46, 22, 0.15);
}

.wellness-program-card-head {
  padding: 32px 28px 24px;
  background: linear-gradient(135deg, #052e16 0%, #16a34a 100%);
  position: relative;
  overflow: hidden;
}

.wellness-program-card-head::after {
  content: "";
  position: absolute;
  right: -30px;
  top: -30px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
}

.wellness-program-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.15);
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 16px;
}

.wellness-program-card-head h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}

.wellness-program-card-body {
  padding: 24px 28px 28px;
}

.wellness-program-card-body p {
  color: #516076;
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 18px;
}

.wellness-program-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wellness-program-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #374151;
  font-size: 14px;
  line-height: 1.6;
  padding: 6px 0;
  border-bottom: 1px solid rgba(5, 46, 22, 0.06);
}

.wellness-program-list li:last-child {
  border-bottom: none;
}

.wellness-program-list li i {
  color: #16a34a;
  font-size: 14px;
  margin-top: 3px;
  flex-shrink: 0;
}

/* Approach Section */
.wellness-approach-heading {
  font-size: 38px;
  font-weight: 800;
  color: #ffffff;
  margin: 14px 0 18px;
  line-height: 1.25;
}

.wellness-approach-intro {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 32px;
}

.wellness-approach-item {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 28px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  margin-bottom: 18px;
  transition: background 0.3s;
}

.wellness-approach-item:hover {
  background: rgba(255, 255, 255, 0.13);
}

.wellness-approach-num {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(22, 163, 74, 0.25);
  font-size: 22px;
  font-weight: 900;
  color: #86efac;
}

.wellness-approach-item h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.wellness-approach-item p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.wellness-approach-img {
  border-radius: 24px;
  width: 100%;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
}

/* Testimonial / Quote */
.wellness-quote-block {
  background: #ffffff;
  border-radius: 24px;
  padding: 36px 40px;
  box-shadow: 0 20px 60px rgba(5, 46, 22, 0.1);
  border-left: 5px solid #16a34a;
  position: relative;
  margin-top: 30px;
}

.wellness-quote-block::before {
  content: "\201C";
  position: absolute;
  top: -10px;
  left: 30px;
  font-size: 100px;
  color: rgba(22, 163, 74, 0.1);
  font-family: Georgia, serif;
  line-height: 1;
}

.wellness-quote-text {
  font-size: 17px;
  color: #1e293b;
  line-height: 1.9;
  font-style: italic;
  margin-bottom: 22px;
  position: relative;
}

.wellness-quote-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.wellness-quote-author-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #16a34a, #0d9488);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}

.wellness-quote-author-info strong {
  display: block;
  color: #0f172a;
  font-size: 15px;
  font-weight: 700;
}

.wellness-quote-author-info span {
  color: #6b7280;
  font-size: 13px;
}

/* Why India Wellness Cards */
.wellness-why-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 32px 28px;
  box-shadow: 0 16px 50px rgba(5, 46, 22, 0.08);
  border: 1px solid rgba(22, 163, 74, 0.08);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wellness-why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(5, 46, 22, 0.14);
}

.wellness-why-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(22, 163, 74, 0.1);
  font-size: 24px;
  color: #16a34a;
  margin-bottom: 18px;
}

.wellness-why-card h3 {
  font-size: 19px;
  color: #0f172a;
  font-weight: 700;
  margin-bottom: 10px;
}

.wellness-why-card p {
  color: #516076;
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
}

/* Wellness CTA */
.wellness-cta-section {
  padding: 60px 0;
}

.wellness-cta {
  padding: 70px 50px;
  border-radius: 28px;
  background: linear-gradient(135deg, #052e16 0%, #166534 60%, #0d9488 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.wellness-cta::before {
  content: "";
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(134, 239, 172, 0.1);
  filter: blur(40px);
}

.wellness-cta h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 16px;
  position: relative;
}

.wellness-cta p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  margin-bottom: 34px;
  position: relative;
}

.wellness-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  border-radius: 999px;
  background: #ffffff;
  color: #16a34a;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, transform 0.2s;
  position: relative;
}

.wellness-cta-btn:hover {
  background: #86efac;
  color: #052e16;
  transform: translateY(-2px);
}

.wellness-cta-phone-wrap {
  margin-top: 16px;
}

.wellness-cta-phone {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  text-decoration: none;
}

.wellness-cta-phone i {
  margin-right: 6px;
}

/* ==========================================================================
   RESPONSIVE STYLES FOR TOURISM & WELLNESS
   ========================================================================== */

@media (max-width: 767.98px) {

  .tourism-hero-banner .hero-header h1,
  .wellness-hero-banner .hero-header h1 {
    font-size: 32px;
  }

  .tourism-intro-copy h2,
  .wellness-intro-copy h2,
  .tourism-section-title,
  .wellness-section-title,
  .tourism-process-heading,
  .wellness-approach-heading {
    font-size: 26px;
  }

  .tourism-stats-bar,
  .wellness-stats-bar {
    padding: 24px 18px;
  }

  .tourism-stat strong,
  .wellness-stat strong {
    font-size: 26px;
  }

  .tourism-cta,
  .wellness-cta {
    padding: 44px 20px;
  }

  .tourism-cta h2,
  .wellness-cta h2 {
    font-size: 24px;
  }
}

/* ==========================================================================
   NEW TOURISM PAGE STYLES (MATCHING REFERENCE UI SCHEME)
   ========================================================================== */

.tourism-v2-hero {
  padding: 60px 0 40px;
  background: linear-gradient(180deg, #f8fafc 0%, #edf4fc 100%);
  position: relative;
  overflow: hidden;
}

.tourism-v2-hero-title {
  font-size: 44px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.18;
  margin-bottom: 12px;
}

.tourism-v2-hero-title span {
  color: #16a34a;
}

.tourism-v2-hero-subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 16px;
}

.tourism-v2-hero-desc {
  font-size: 15px;
  line-height: 1.75;
  color: #475569;
  margin-bottom: 24px;
}

.tourism-v2-badges-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 24px;
}

.tourism-v2-badge-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
}

.tourism-v2-badge-item i {
  color: #16a34a;
  font-size: 18px;
}

.tourism-v2-badge-item span {
  font-size: 13px;
  font-weight: 700;
  color: #1e293b;
}

.tourism-v2-hero-alert {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 22px;
  background: #0f2942;
  color: #ffffff;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
}

.tourism-v2-hero-alert i {
  color: #38bdf8;
  font-size: 16px;
}

.tourism-v2-hero-img-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.15);
}

.tourism-v2-hero-img-wrap img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}

.tourism-v2-hero-card-overlay {
  position: absolute;
  bottom: 24px;
  right: 24px;
  max-width: 340px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.tourism-v2-hero-card-overlay h4 {
  font-size: 17px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 8px;
}

.tourism-v2-hero-card-overlay p {
  font-size: 13px;
  line-height: 1.6;
  color: #64748b;
  margin-bottom: 16px;
}

.tourism-v2-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  background: #16a34a;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}

.tourism-v2-hero-btn:hover {
  background: #15803d;
  color: #ffffff;
  transform: translateY(-2px);
}

/* Feature Strip Bar */
.tourism-v2-feature-bar {
  background: #ffffff;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  padding: 22px 0;
}

.tourism-v2-feature-bar-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: left;
}

.tourism-v2-feature-bar-item i {
  font-size: 22px;
  color: #1e3a8a;
}

.tourism-v2-feature-bar-item span {
  font-size: 14px;
  font-weight: 700;
  color: #1e293b;
}

/* Collage Grid Section */
.tourism-v2-collage-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.tourism-v2-collage-item-1 {
  grid-column: span 3;
  height: 220px;
}

.tourism-v2-collage-item-2 {
  grid-column: span 3;
  height: 220px;
}

.tourism-v2-collage-item-3 {
  grid-column: span 2;
  height: 160px;
}

.tourism-v2-collage-item-4 {
  grid-column: span 2;
  height: 160px;
}

.tourism-v2-collage-item-5 {
  grid-column: span 2;
  height: 160px;
}

.tourism-v2-collage-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

/* 10 Destination Cards Grid */
.tourism-v2-dest-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tourism-v2-dest-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
}

.tourism-v2-dest-img-wrap {
  position: relative;
  height: 180px;
  overflow: hidden;
}

.tourism-v2-dest-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.tourism-v2-dest-card:hover .tourism-v2-dest-img-wrap img {
  transform: scale(1.06);
}

.tourism-v2-dest-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #0f2942;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.tourism-v2-dest-body {
  padding: 20px 20px 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.tourism-v2-dest-body h3 {
  font-size: 17px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 8px;
  line-height: 1.35;
}

.tourism-v2-dest-body p {
  font-size: 13px;
  line-height: 1.65;
  color: #64748b;
  margin-bottom: 14px;
  flex-grow: 1;
}

.tourism-v2-dest-highlights {
  font-size: 12px;
  line-height: 1.5;
  color: #334155;
  background: #f8fafc;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #f1f5f9;
}

.tourism-v2-dest-highlights strong {
  color: #0f172a;
}

/* Experiences 5 Card Row */
.tourism-v2-exp-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 24px 20px;
  height: 100%;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tourism-v2-exp-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.09);
  border-color: #cbd5e1;
}

.tourism-v2-exp-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #f0fdf4;
  color: #16a34a;
  font-size: 22px;
  margin-bottom: 16px;
}

.tourism-v2-exp-card h4 {
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 8px;
}

.tourism-v2-exp-card p {
  font-size: 13px;
  line-height: 1.65;
  color: #64748b;
  margin: 0;
}

/* Process Flow Bar */
.tourism-v2-process-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 30px;
  position: relative;
}

.tourism-v2-process-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 22px 20px;
  position: relative;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}

.tourism-v2-process-icon-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.tourism-v2-process-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #eff6ff;
  color: #1d4ed8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.tourism-v2-process-item h4 {
  font-size: 15px;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
}

.tourism-v2-process-item p {
  font-size: 13px;
  line-height: 1.6;
  color: #64748b;
  margin: 0;
}

/* Sidebar Cards in Plan Section */
.tourism-v2-why-card {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 20px;
  padding: 28px 24px;
  margin-bottom: 24px;
}

.tourism-v2-why-card h4 {
  font-size: 18px;
  font-weight: 800;
  color: #14532d;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.tourism-v2-why-card h4 i {
  color: #16a34a;
}

.tourism-v2-why-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tourism-v2-why-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: #166534;
  margin-bottom: 10px;
  line-height: 1.5;
}

.tourism-v2-why-list li i {
  color: #16a34a;
  margin-top: 2px;
}

.tourism-v2-safety-card {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 20px;
  padding: 26px 24px;
}

.tourism-v2-safety-card h4 {
  font-size: 18px;
  font-weight: 800;
  color: #1e3a8a;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.tourism-v2-safety-card h4 i {
  color: #2563eb;
}

.tourism-v2-safety-card p {
  font-size: 13px;
  line-height: 1.7;
  color: #1e40af;
  margin: 0;
}

/* Travel Support Grid */
.tourism-v2-support-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.tourism-v2-support-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 20px 16px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
  transition: transform 0.2s, box-shadow 0.2s;
}

.tourism-v2-support-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.tourism-v2-support-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: #f1f5f9;
  color: #1e3a8a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.tourism-v2-support-item span {
  font-size: 12px;
  font-weight: 700;
  color: #1e293b;
  display: block;
  line-height: 1.4;
}

@media (max-width: 991.98px) {
  .tourism-v2-process-flow {
    grid-template-columns: repeat(2, 1fr);
  }
  .tourism-v2-support-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .tourism-v2-collage-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .tourism-v2-collage-item-1, .tourism-v2-collage-item-2 {
    grid-column: span 1;
  }
  .tourism-v2-collage-item-3, .tourism-v2-collage-item-4, .tourism-v2-collage-item-5 {
    grid-column: span 1;
  }
}

@media (max-width: 575.98px) {
  .tourism-v2-process-flow {
    grid-template-columns: 1fr;
  }
  .tourism-v2-support-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .tourism-v2-hero-title {
    font-size: 32px;
  }
}

/* === TREATMENT ABOUT 2-IMAGE GRID & DOCTORS SECTION STYLES === */
.treatment-about-media-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
  align-items: stretch;
  border-radius: 24px;
  padding: 12px;
  background: linear-gradient(135deg, #f0f7ff 0%, #e4efff 100%);
  border: 1px solid rgba(15, 98, 166, 0.12);
  box-shadow: 0 20px 50px rgba(15, 98, 166, 0.1);
  margin-bottom: 24px;
}

.treatment-about-media-wrapper .about-img-box {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.treatment-about-media-wrapper .about-img-box img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  max-height: 420px;
  object-fit: cover;
  transition: transform 0.6s ease;
  display: block;
}

.treatment-about-media-wrapper .about-img-box:hover img {
  transform: scale(1.04);
}

.treatment-about-media-wrapper .orthopedic-about-badge {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 400px;
  z-index: 3;
}

@media (max-width: 767.98px) {
  .treatment-about-media-wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .treatment-about-media-wrapper .about-img-box img {
    min-height: 220px;
    max-height: 300px;
  }
  .treatment-about-media-wrapper .orthopedic-about-badge {
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
  }
}

.treatment-doctors-section-area {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

/* === NEW SINGLE-IMAGE ABOUT CARD & PATHWAY MEDIA STYLES === */
.single-about-media-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(15, 98, 166, 0.14);
  border: 4px solid #ffffff;
  background: #ffffff;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.single-about-media-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(15, 98, 166, 0.2);
}

.single-about-media-card .about-single-img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px;
  max-height: 480px;
  overflow: hidden;
  border-radius: 24px;
}

.single-about-media-card .about-single-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
  display: block;
}

.single-about-media-card:hover .about-single-img-wrapper img {
  transform: scale(1.06);
}

.single-about-media-card .single-about-floating-badge {
  position: absolute;
  bottom: 24px;
  right: 24px;
  left: 24px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  padding: 16px 20px;
  border-radius: 18px;
  border: 1px solid rgba(15, 98, 166, 0.15);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 3;
}

.single-about-media-card .single-about-floating-badge .badge-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0F62A6 0%, #1677c4 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.single-about-media-card .single-about-floating-badge .badge-info span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #0F62A6;
  margin-bottom: 2px;
}

.single-about-media-card .single-about-floating-badge .badge-info strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.3;
}

/* Care Pathway Media Banner */
.pathway-media-banner {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  border: 3px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 35px;
  max-height: 320px;
}

.pathway-media-banner img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.pathway-media-banner:hover img {
  transform: scale(1.03);
}

.pathway-media-banner .pathway-overlay-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(15, 23, 42, 0.85) 0%, rgba(15, 23, 42, 0) 100%);
  padding: 24px 30px;
  color: #ffffff;
}

.pathway-media-banner .pathway-overlay-caption h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}

.pathway-media-banner .pathway-overlay-caption p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  margin: 0;
}

@media (max-width: 767.98px) {
  .single-about-media-card .about-single-img-wrapper {
    min-height: 280px;
    max-height: 340px;
  }
  .single-about-media-card .single-about-floating-badge {
    bottom: 12px;
    left: 12px;
    right: 12px;
    padding: 12px 14px;
  }
  .single-about-media-card .single-about-floating-badge .badge-icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .pathway-media-banner img {
    height: 220px;
  }
}

/* ============================================================
   CAREER PAGE STYLES
   career.php
   ============================================================ */

/* Hero image */
.career-hero-image {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 28px 72px rgba(15, 23, 42, 0.18);
  display: block;
}

/* Stats bar */
.career-stats-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: linear-gradient(135deg, #071c36 0%, #0f62a6 60%, #16a2b8 100%);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 20px 55px rgba(7, 28, 54, 0.2);
}

.career-stat-item {
  padding: 32px 24px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.career-stat-item:last-child {
  border-right: none;
}

.career-stat-item strong {
  display: block;
  font-size: 38px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-bottom: 8px;
}

.career-stat-item span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 500;
}

/* Role Cards */
.career-role-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.career-role-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 22px;
  border-radius: 18px;
  background: #fff;
  border: 1.5px solid rgba(15, 98, 166, 0.08);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
  transition: all 0.25s ease;
  cursor: pointer;
}

.career-role-card:hover {
  border-color: rgba(15, 98, 166, 0.3);
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.12);
  transform: translateY(-4px);
}

.career-role-icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  background: linear-gradient(145deg, #0f62a6, #16a2b8);
}

.career-role-card h4 {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}

.career-role-card p {
  margin: 0;
  font-size: 13px;
  color: #5b6b80;
  line-height: 1.5;
}

/* Why Join - Benefit Cards */
.career-benefit-card {
  padding: 30px 28px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(15, 98, 166, 0.07);
  box-shadow: 0 14px 42px rgba(15, 23, 42, 0.07);
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.career-benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 56px rgba(15, 23, 42, 0.12);
}

.career-benefit-icon {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
}

.career-benefit-card h3 {
  font-size: 20px;
  color: #0f172a;
  margin-bottom: 10px;
  font-weight: 700;
}

.career-benefit-card p {
  font-size: 15px;
  color: #5b6b80;
  line-height: 1.7;
  margin: 0;
}

/* Application Form section background */
.career-form-section {
  background: linear-gradient(180deg, #f4f8ff 0%, #e8f4fb 100%);
}

.career-form-wrap {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 28px 72px rgba(15, 23, 42, 0.1);
  overflow: hidden;
}

/* Form left panel (dark gradient) */
.career-form-left {
  padding: 50px 44px;
  background: linear-gradient(145deg, #071c36 0%, #0f62a6 55%, #16a2b8 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.career-form-left::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  right: -80px;
  bottom: -80px;
}

.career-form-left::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  left: -40px;
  top: 40px;
}

.career-form-left > * {
  position: relative;
  z-index: 1;
}

.career-form-left h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.25;
  margin: 20px 0 16px;
}

.career-form-left p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  line-height: 1.75;
}

.career-form-left-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}

.career-form-perks {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}

.career-form-perks li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  margin-bottom: 14px;
}

.career-form-perks li i {
  font-size: 16px;
  color: #7de8f5;
  min-width: 20px;
}

/* Form right panel */
.career-form-right {
  padding: 50px 44px;
}

.career-form-right h3 {
  font-size: 26px;
  color: #0f172a;
  font-weight: 800;
  margin-bottom: 8px;
}

.career-form-right p {
  color: #5b6b80;
  font-size: 15px;
  margin-bottom: 28px;
}

/* Form fields */
.career-form-group {
  margin-bottom: 20px;
}

.career-form-group label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #1e2d40;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.career-form-group label span {
  color: #e53935;
}

.career-form-group input,
.career-form-group select,
.career-form-group textarea {
  width: 100%;
  padding: 14px 18px;
  border-radius: 12px;
  border: 1.5px solid rgba(15, 98, 166, 0.18);
  background: #f9fbff;
  color: #0f172a;
  font-size: 15px;
  font-family: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  outline: none;
  appearance: none;
}

.career-form-group input:focus,
.career-form-group select:focus,
.career-form-group textarea:focus {
  border-color: #0f62a6;
  box-shadow: 0 0 0 4px rgba(15, 98, 166, 0.1);
  background: #fff;
}

.career-form-group textarea {
  resize: vertical;
  min-height: 110px;
}

.career-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

/* Submit button */
.career-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 36px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0f62a6, #16a2b8);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 10px 30px rgba(15, 98, 166, 0.3);
  width: 100%;
  margin-top: 8px;
}

.career-submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(15, 98, 166, 0.4);
}

/* Process Steps */
.career-process-step {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 28px;
}

.career-process-step:last-child {
  margin-bottom: 0;
}

.career-process-num {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 16px;
  background: linear-gradient(145deg, #0f62a6, #16a2b8);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.career-process-step h4 {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 6px;
}

.career-process-step p {
  font-size: 14px;
  color: #5b6b80;
  margin: 0;
  line-height: 1.6;
}

/* Form success message */
.career-success-msg {
  display: none;
  padding: 20px;
  border-radius: 14px;
  background: rgba(15, 162, 184, 0.1);
  border: 1.5px solid rgba(15, 162, 184, 0.35);
  color: #065e6e;
  font-weight: 600;
  text-align: center;
  margin-top: 16px;
}

/* Career page responsive */
@media (max-width: 991.98px) {
  .career-stats-bar {
    grid-template-columns: repeat(2, 1fr);
  }

  .career-role-grid {
    grid-template-columns: 1fr;
  }

  .career-form-left,
  .career-form-right {
    padding: 36px 28px;
  }

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

@media (max-width: 575.98px) {
  .career-stats-bar {
    grid-template-columns: 1fr 1fr;
  }

  .career-stat-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }

  .career-hero-image {
    height: 260px;
  }
}