/* Custom styles extracted from template inline blocks. */

/* Source: home.php */
.home-hero {
    position: relative;
    min-height: clamp(560px, 78vh, 760px);
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #111827;
  }

  .home-hero__media,
  .home-hero__overlay {
    position: absolute;
    inset: 0;
  }

  .home-hero__media {
    background-size: cover;
    background-position: center;
    transform: scale(1.02);
  }

  .home-hero__overlay {
    background:
      linear-gradient(90deg, rgba(3, 31, 28, 0.86) 0%, rgba(3, 31, 28, 0.58) 45%, rgba(3, 31, 28, 0.22) 100%),
      linear-gradient(0deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.12));
  }

  .home-hero__content {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    align-items: end;
    gap: 36px;
    padding-top: 72px;
    padding-bottom: 54px;
  }

  .home-hero__copy {
    max-width: 720px;
    color: #ffffff;
  }

  .home-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff7ed;
    font-size: 14px;
    font-weight: 800;
  }

  .home-hero h1 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(42px, 6vw, 76px);
    line-height: 0.95;
    font-weight: 900;
    letter-spacing: 0;
  }

  .home-hero p {
    max-width: 640px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(17px, 2vw, 22px);
    line-height: 1.55;
  }

  .home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
  }

  .home-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 12px 20px;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  }

  .home-hero__btn:hover {
    transform: translateY(-1px);
  }

  .home-hero__btn--primary {
    color: #ffffff;
    background: #e27e08;
    box-shadow: 0 12px 26px rgba(226, 126, 8, 0.32);
  }

  .home-hero__btn--primary:hover {
    color: #ffffff;
    background: #c96d05;
  }

  .home-hero__btn--outline {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.12);
  }

  .home-hero__btn--outline:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.18);
  }

  .home-hero__panel {
    display: grid;
    gap: 14px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(8px);
  }

  .home-hero__panel div {
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .home-hero__panel div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .home-hero__panel strong,
  .home-hero__panel span {
    display: block;
  }

  .home-hero__panel strong {
    color: #ffffff;
    font-size: 16px;
  }

  .home-hero__panel span {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.45;
  }

  .home-intro {
    margin-top: -48px;
    position: relative;
    z-index: 3;
    border: 1px solid #eef2f7;
  }

  .home-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-section:nth-of-type(even) {
    background: #f8fafc;
  }

  .home-section-title {
    color: var(--richardlg, #096e5c);
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.15;
  }

  .tour-card {
    border-radius: 16px !important;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  }

  .tour-card:hover {
    transform: translateY(-8px);
    border-color: rgba(9, 110, 92, 0.22) !important;
    box-shadow: 0 26px 52px rgba(15, 23, 42, 0.18) !important;
  }

  .tour-card__image {
    position: relative;
    overflow: hidden;
  }

  .tour-card .card-img-top {
    height: 280px;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.35s ease;
  }

  .tour-card:hover .card-img-top {
    transform: scale(1.06);
  }

  .tour-card__shade {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.72) 100%),
      linear-gradient(90deg, rgba(3, 31, 28, 0.38), rgba(3, 31, 28, 0));
    pointer-events: none;
  }

  .tour-card__badge {
    position: absolute;
    top: 14px;
    left: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 12px;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, #e27e08, #f59e0b);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  }

  .tour-card__duration {
    position: absolute;
    left: 14px;
    right: auto;
    bottom: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 12px;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.92);
    color: #0f3d35;
    font-size: 12px;
    font-weight: 900;
  }

  .tour-card__title {
    color: #0f3d35;
    font-size: 19px;
    line-height: 1.25;
  }

  .tour-card__location {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    min-height: 40px;
    color: #b45309;
    line-height: 1.35;
  }

  .tour-card .card-body {
    position: relative;
  }

  .tour-card__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0 14px;
  }

  .tour-card__features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0 14px;
  }

  .tour-card__chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 999px;
    color: #0f766e;
    background: #ecfdf5;
    font-size: 12px;
    font-weight: 800;
  }

  .tour-card__meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
  }

  .tour-card__meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #64748b;
    font-size: 13px;
    font-weight: 800;
  }

  .tour-card hr {
    display: none;
  }

  .home-section-popular .tour-card .card-body > p.mb-2 {
    display: none;
  }

  .home-section-popular .tour-card .card-body > p.small.mb-1,
  .home-section-popular .tour-card .card-body > .mb-2.text-success,
  .home-section-popular .tour-card .card-body > .mb-3.text-warning {
    display: none;
  }

  .home-section-popular .tour-card {
    border: 0 !important;
    background: #071f1c;
    color: #ffffff;
    min-height: 440px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.18) !important;
  }

  .home-section-popular .tour-card:hover {
    box-shadow: 0 28px 58px rgba(7, 59, 52, 0.28) !important;
  }

  .home-section-popular .tour-card .card-img-top {
    height: 440px;
  }

  .home-section-popular .tour-card__shade {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.86) 100%),
      linear-gradient(90deg, rgba(7, 31, 28, 0.88), rgba(7, 31, 28, 0.12) 72%),
      radial-gradient(circle at 82% 14%, rgba(226, 126, 8, 0.42), transparent 28%);
  }

  .home-section-popular .tour-card .card-body {
    position: absolute;
    inset: auto 0 0 0;
    min-height: 0;
    padding: 26px !important;
    background: transparent;
  }

  .home-section-popular .tour-card__title {
    color: #ffffff;
    max-width: 100%;
    margin-top: 86px;
    font-size: 24px;
    line-height: 1.12;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.34);
  }

  .home-section-popular .tour-card__location {
    color: rgba(255, 255, 255, 0.78);
    max-width: 100%;
    min-height: 0;
    margin-bottom: 0 !important;
  }

  .home-section-popular .tour-card .card-body > p.small.mb-1 {
    color: rgba(255, 255, 255, 0.72);
  }

  .home-section-popular .tour-card .card-body > .mb-2.text-success {
    color: #86efac !important;
  }

  .home-section-popular .tour-card .card-body > .mb-3.text-warning {
    color: #fbbf24 !important;
  }

  .home-section-popular .tour-card__footer {
    width: 100%;
    margin-top: 20px;
    padding: 14px 14px 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .home-section-popular .tour-card__footer::before {
    content: "Salida diaria";
    color: #fffbeb;
    background: rgba(226, 126, 8, 0.30);
    border: 1px solid rgba(251, 191, 36, 0.24);
  }

  .home-section-popular .tour-card__price {
    position: absolute;
    top: 66px;
    left: 20px;
    min-width: 118px;
    padding: 12px 14px;
    background: #fffbeb;
    transform: none;
    flex: 0 0 auto;
    order: 2;
    z-index: 2;
  }

  .home-section-popular .tour-card__footer .tour-card__price {
    display: none;
  }

  .home-section-popular .tour-card__image .tour-card__price {
    display: block;
  }

  .home-section-popular .tour-card__cta {
    width: auto;
    min-width: 158px;
    background: #e27e08;
    box-shadow: 0 12px 24px rgba(226, 126, 8, 0.28);
    order: 3;
  }

  .home-section-popular .tour-card__footer::before {
    order: 1;
  }

  .home-section-popular .tour-card:hover .tour-card__cta {
    background: #f59e0b;
    transform: translateY(-1px);
  }

  .home-section-popular .tour-card__badge {
    display: none;
  }

  .home-section-popular .tour-card__duration {
    display: none;
  }

  .home-section-popular .tour-card__image::after {
    content: "CUSCO";
    position: absolute;
    right: -6px;
    bottom: 118px;
    color: rgba(255, 255, 255, 0.12);
    font-size: 56px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom;
    pointer-events: none;
  }

  .home-section-popular .tour-card {
    min-height: 100%;
    background: #ffffff;
    color: #0f172a;
    border: 1px solid #e8eef3 !important;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.10) !important;
  }

  .home-section-popular .tour-card:hover {
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.16) !important;
  }

  .home-section-popular .tour-card .card-img-top {
    height: 265px;
  }

  .home-section-popular .tour-card__shade {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.48) 100%);
  }

  .home-section-popular .tour-card .card-body {
    position: relative;
    inset: auto;
    min-height: auto;
    padding: 22px !important;
    background: #ffffff;
  }

  .home-section-popular .tour-card__title {
    max-width: 100%;
    margin-top: 0;
    color: #0f3d35;
    font-size: 20px;
    line-height: 1.18;
    text-shadow: none;
  }

  .home-section-popular .tour-card__location {
    max-width: 100%;
    color: #b45309;
  }

  .home-section-popular .tour-card__badge {
    display: inline-flex;
    left: 16px;
    top: 16px;
    background: #e27e08;
    border: 0;
    backdrop-filter: none;
  }

  .home-section-popular .tour-card__duration,
  .home-section-popular .tour-card__image::after,
  .home-section-popular .tour-card__image .tour-card__price {
    display: none;
  }

  .home-section-popular .tour-card__footer {
    margin-top: 16px;
    padding: 16px 0 0;
    border: 0;
    border-top: 1px solid #eef2f7;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    align-items: center;
    flex-wrap: nowrap;
  }

  .home-section-popular .tour-card__footer::before {
    content: "Disponible";
    color: #166534;
    background: #dcfce7;
    border: 0;
  }

  .home-section-popular .tour-card__footer .tour-card__price {
    display: block;
  }

  .home-section-popular .tour-card__price {
    position: static;
    min-width: 112px;
    padding: 0;
    background: transparent;
    box-shadow: none;
    text-align: left;
  }

  .home-section-popular .tour-card__cta {
    min-width: 46px;
    width: 46px;
    height: 46px;
    padding: 0;
    margin-left: auto;
    background: var(--richardlg, #096e5c);
    box-shadow: none;
  }

  .home-section-popular .tour-card__cta::before {
    content: "";
    margin: 0;
  }

  .tour-card .card-body > p.small.mb-1 {
    display: inline-block;
    margin: 0 10px 6px 0 !important;
    color: #64748b;
    font-size: 12px;
  }

  .tour-card .card-body > .mb-2.text-success,
  .tour-card .card-body > .mb-3.text-warning {
    display: inline-flex;
    gap: 4px;
    margin-right: 12px;
    font-size: 12px;
    vertical-align: middle;
  }

  .tour-card__difficulty {
    color: #0f766e;
    white-space: nowrap;
  }

  .tour-card__rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
  }

  .tour-card__stars {
    color: #f59e0b;
    white-space: nowrap;
  }

  .tour-card__footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid #eef2f7;
  }

  .tour-card__price {
    position: absolute;
    right: 16px;
    top: -48px;
    min-width: 118px;
    padding: 10px 12px;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.22);
    line-height: 1.05;
    text-align: center;
  }

  .tour-card__price span {
    display: block;
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .tour-card__price strong {
    color: #dc2626;
    font-size: 27px;
    font-weight: 900;
  }

  .tour-card__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 142px;
    height: 44px;
    padding: 0 16px;
    flex: 0 0 auto;
    border-radius: 999px;
    color: #ffffff;
    background: var(--richardlg, #096e5c);
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    transition: background 0.15s ease, transform 0.15s ease;
  }

  .tour-card__footer::before {
    content: "Disponible";
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 10px;
    border-radius: 999px;
    color: #166534;
    background: #dcfce7;
    font-size: 12px;
    font-weight: 900;
  }

  .tour-card:hover .tour-card__cta {
    background: #e27e08;
    transform: translateX(2px);
  }

  .tour-card__cta::before {
    content: "Ver detalles";
    margin-right: 8px;
  }

  .tour-card .card-body {
    min-height: 335px;
  }

  @media (max-width: 991px) {
    .home-hero {
      min-height: 680px;
    }

    .home-hero__content {
      grid-template-columns: 1fr;
      align-items: center;
      gap: 28px;
      padding-top: 48px;
    }

    .home-hero__panel {
      max-width: 520px;
    }

    .home-intro {
      margin-top: 0;
    }
  }

  @media (max-width: 575px) {
    .home-hero {
      min-height: 620px;
    }

    .home-hero__content {
      padding-top: 34px;
      padding-bottom: 34px;
    }

    .home-hero__actions,
    .home-hero__btn {
      width: 100%;
    }

    .tour-card .card-img-top {
      height: 220px;
    }

    .tour-card__footer {
      align-items: flex-start;
    }

    .home-section-popular .tour-card {
      min-height: 500px;
    }

    .home-section-popular .tour-card .card-img-top {
      height: 500px;
    }

    .home-section-popular .tour-card__title,
    .home-section-popular .tour-card__location {
      max-width: 100%;
    }

    .home-section-popular .tour-card__title {
      margin-top: 82px;
      font-size: 21px;
    }

    .home-section-popular .tour-card__price {
      position: absolute;
      top: 66px;
      left: 18px;
      min-width: 112px;
      transform: none;
      width: auto;
    }

    .home-section-popular .tour-card__footer {
      align-items: stretch;
      gap: 10px;
    }

    .home-section-popular .tour-card__footer::before,
    .home-section-popular .tour-card__cta {
      width: 100%;
      justify-content: center;
    }

    .home-section-popular .tour-card__cta {
      min-width: 100%;
      padding: 0 12px;
    }

    .home-section-popular .tour-card__image::after {
      display: none;
    }

    .home-section-popular .tour-card {
      min-height: 100%;
    }

    .home-section-popular .tour-card .card-img-top {
      height: 235px;
    }

    .home-section-popular .tour-card .card-body {
      min-height: auto;
    }

    .home-section-popular .tour-card__title {
      margin-top: 0;
    }

    .home-section-popular .tour-card__price {
      position: static;
      width: auto;
    }

    .home-section-popular .tour-card__footer {
      align-items: center;
      flex-wrap: wrap;
    }

    .home-section-popular .tour-card__footer::before {
      width: auto;
    }

    .home-section-popular .tour-card__cta {
      min-width: 46px;
      width: 46px;
    }
  }

/* Source: single.php */
.itinerary {
    background: #f3fbf9 !important;
  }

  .tour-hero {
    --tour-primary: var(--richardlg, #148f80);
    --tour-primary-dark: #0b5f55;
    --tour-accent: #e27e08;
    position: relative;
    min-height: clamp(520px, 72vh, 720px);
    overflow: hidden;
    background: var(--tour-primary-dark);
    filter: none !important;
  }

  .tour-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.02);
  }

  .tour-hero .box-overlay {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(20, 143, 128, 0.94), rgba(20, 143, 128, 0.56) 48%, rgba(20, 143, 128, 0.12)),
      linear-gradient(0deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.08));
    z-index: 1;
  }

  .tour-hero .banners::before {
    display: none !important;
  }

  .tour-hero .itinerary__slider-title {
    left: 0;
    right: 0;
    width: 100% !important;
    transform: translateY(-50%);
    z-index: 3 !important;
    margin-left: 0 !important;
  }

  .tour-hero .itinerary__title-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
    text-shadow: none !important;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    align-items: end;
    gap: 36px;
  }

  .tour-hero .itinerary__title {
    max-width: 820px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(42px, 6vw, 76px);
    line-height: 0.98;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: none !important;
  }

  .tour-hero__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(8px);
    font-weight: 900;
    font-size: 14px;
  }

  .tour-hero__summary {
    max-width: 650px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 19px;
    line-height: 1.55;
  }

  .tour-hero__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
  }

  .tour-hero__fact {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 9px 13px;
    border-radius: 999px;
    color: #073b34;
    background: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    font-weight: 900;
  }

  .tour-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
  }

  .tour-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 12px 20px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 900;
  }

  .tour-hero__btn--primary {
    color: #ffffff;
    background: var(--tour-accent);
    box-shadow: 0 14px 28px rgba(226, 126, 8, 0.34);
  }

  .tour-hero__btn--primary:hover {
    color: #ffffff;
    background: #c96d05;
  }

  .tour-hero__btn--ghost {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.36);
    background: rgba(255, 255, 255, 0.12);
  }

  .tour-hero__btn--ghost:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.18);
  }

  .tour-hero__side-card {
    padding: 24px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.62);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(10px);
  }

  .tour-hero__rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    color: #f59e0b;
    font-size: 15px;
  }

  .tour-hero__rating i {
    display: inline-block;
    color: #f59e0b;
    font-size: 15px;
    line-height: 1;
  }

  .tour-hero__rating span {
    color: #475569;
    font-size: 13px;
    font-weight: 900;
  }

  .tour-hero__price-label {
    color: #64748b;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .tour-hero__price {
    margin: 4px 0 18px;
    color: var(--richardlg, #148f80);
    font-size: 44px;
    line-height: 1;
    font-weight: 950;
  }

  .tour-hero__price small {
    color: #64748b;
    font-size: 14px;
    font-weight: 800;
  }

  .tour-hero__side-list {
    display: grid;
    gap: 10px;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
  }

  .tour-hero__side-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #334155;
    font-size: 14px;
    font-weight: 800;
  }

  .tour-hero__side-list i {
    color: var(--richardlg, #148f80);
  }

  .tour-hero__side-card .tour-hero__btn {
    width: 100%;
  }

  .tour-summary-strip {
    display: none;
    position: relative;
    z-index: 5;
    margin-top: 0;
  }

  .tour-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    padding: 18px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #d7eee9;
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.16);
  }

  .tour-summary-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border-radius: 14px;
    background: #f3fbf9;
  }

  .tour-summary-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border-radius: 12px;
    color: #ffffff;
    background: var(--richardlg, #148f80);
    font-size: 20px;
  }

  .tour-summary-item span,
  .tour-summary-item strong {
    display: block;
  }

  .tour-summary-item span {
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .tour-summary-item .tour-summary-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
    text-transform: none;
  }

  .tour-summary-icon i,
  .tour-hero__fact i,
  .tour-hero__label i,
  .tour-hero__btn i,
  .nav-program .nav-link i,
  .book-side i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }

  .tour-summary-icon i {
    color: #ffffff;
    font-size: 20px;
  }

  .tour-hero__fact i {
    color: var(--richardlg, #148f80);
    font-size: 17px;
  }

  .tour-hero__label i,
  .tour-hero__btn i,
  .nav-program .nav-link i {
    color: currentColor;
  }

  .tour-summary-item strong {
    color: #073b34;
    font-size: 15px;
    line-height: 1.25;
  }

  .tour-hero .itinerary__title-data {
    display: none !important;
    gap: 12px;
    padding-top: 24px !important;
  }

  .tour-hero .itinerary__title-data > div {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    padding: 12px 18px !important;
    border-radius: 999px;
    background: #ffffff;
    color: #073b34;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
  }

  .tour-hero .itinerary__title-data span {
    color: var(--tour-primary);
    font-size: 30px !important;
    line-height: 1;
  }

  .tripadvisor-head {
    display: none;
  }

  .nav-program .nav-pills {
    overflow: hidden;
    padding: 8px;
    border-radius: 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: var(--richardlg, #148f80) !important;
    box-shadow: 0 18px 38px rgba(20, 143, 128, 0.22);
  }

  .nav-program {
    margin-top: 24px !important;
  }

  .nav-program .nav-link {
    border-radius: 12px !important;
    padding: 14px 18px !important;
    transition: background 0.15s ease, color 0.15s ease;
  }

  .nav-program .nav-link:hover,
  .nav-program .nav-link.active {
    background: rgba(255, 255, 255, 0.18) !important;
  }

  .tour-content-card {
    border: 1px solid #eef2f7;
    border-radius: 18px !important;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08) !important;
    overflow: hidden;
  }

  .itinerary__data {
    border: 1px solid #eef2f7;
    border-radius: 18px !important;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08) !important;
  }

  .itinerary__data > .py-4 {
    margin: -8px -24px 22px;
    padding: 24px !important;
    background: linear-gradient(135deg, #e8f8f5, #ffffff);
    border-bottom: 1px solid #d7eee9;
  }

  .itinerary__summary {
    color: #334155;
    font-size: 16px;
    line-height: 1.75;
  }

  .included-items,
  .no-included-items,
  .quellevar,
  .itinerary-faq {
    color: #334155;
    line-height: 1.7;
  }

  .included-items ul,
  .no-included-items ul,
  .quellevar ul,
  .itinerary-faq ul {
    padding-left: 0;
    list-style: none;
  }

  .included-items li,
  .no-included-items li,
  .quellevar li,
  .itinerary-faq li {
    position: relative;
    margin-bottom: 10px;
    padding: 10px 12px 10px 38px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #eef2f7;
  }

  .included-items li::before,
  .quellevar li::before {
    content: "\f26e";
    font-family: "bootstrap-icons";
    position: absolute;
    left: 12px;
    top: 10px;
    color: var(--richardlg, #148f80);
    font-weight: 900;
  }

  .no-included-items li::before {
    content: "\f62a";
    font-family: "bootstrap-icons";
    position: absolute;
    left: 12px;
    top: 10px;
    color: #dc2626;
  }

  .tab-content-item {
    border: 1px solid #eef2f7;
  }

  .itinerary__data h2,
  .tab-content-item h2,
  .tab-content-item h3 {
    color: var(--richardlg, #148f80);
  }

  .accordion-item {
    overflow: hidden;
    border: 1px solid #e8eef3 !important;
    border-radius: 14px !important;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
  }

  .accordion-button {
    background: #ffffff;
    font-weight: 800;
  }

  .accordion-button i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    color: currentColor;
    line-height: 1;
  }

  #itinerarioAccordion {
    display: grid;
    gap: 12px;
  }

  #itinerarioAccordion > .accordion-item {
    border: 0 !important;
    border-radius: 14px !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    overflow: hidden;
  }

  #itinerarioAccordion > .accordion-item > .accordion-header .accordion-button {
    min-height: 54px;
    padding: 12px 14px;
    color: #ffffff !important;
    background: var(--richardlg, #148f80);
    border-radius: 14px !important;
    font-size: 15px !important;
    letter-spacing: 0;
    box-shadow: none;
  }

  #itinerarioAccordion > .accordion-item > .accordion-header .accordion-button::after {
    width: 16px;
    height: 16px;
    background-size: 16px;
    filter: brightness(0) invert(1);
    opacity: 0.9;
  }

  #itinerarioAccordion > .accordion-item > .accordion-header .accordion-button i {
    width: 30px;
    height: 30px;
    min-width: 30px;
    margin-right: 8px;
    border-radius: 999px;
    color: var(--richardlg, #148f80);
    background: #ffffff;
    font-size: 15px;
  }

  #itinerarioAccordion > .accordion-item > .accordion-collapse {
    border: 1px solid #d7eee9;
    border-top: 0;
    border-radius: 0 0 14px 14px;
    background: #ffffff;
  }

  .accordion-button:not(.collapsed) {
    color: var(--richardlg, #148f80);
    background: #e8f8f5;
  }

  .book-side {
    position: sticky;
    top: 18px;
    border: 1px solid #e8eef3 !important;
    border-radius: 16px !important;
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.12) !important;
    overflow: hidden;
    background: #ffffff !important;
  }

  .book-side::before {
    content: "Reserva tu tour";
    display: block;
    padding: 16px 18px;
    color: #ffffff;
    background: var(--richardlg, #148f80);
    font-size: 18px;
    font-weight: 900;
  }

  .book-side hr {
    opacity: 0;
    margin: 6px 0;
  }

  .book-side .price {
    color: var(--richardlg, #148f80);
    font-size: 30px !important;
  }

  .book-side .form-book-now {
    width: 100%;
    padding: 16px !important;
    background: #e8f8f5;
  }

  .book-side .input-group-text {
    color: var(--richardlg, #148f80);
    border-color: #d7eee9;
    background: #f3fbf9 !important;
  }

  .book-side .form-select,
  .book-side .form-control {
    border-color: #d7eee9;
  }

  .book-side .form-select:focus,
  .book-side .form-control:focus {
    border-color: var(--richardlg, #148f80);
    box-shadow: 0 0 0 0.2rem rgba(20, 143, 128, 0.14);
  }

  .book-side .btn-warning {
    min-height: 48px;
    border: 0;
    border-radius: 999px;
    color: #ffffff;
    background: #e27e08;
    font-weight: 900;
    box-shadow: 0 12px 24px rgba(226, 126, 8, 0.26);
    letter-spacing: 0;
  }

  .book-side .btn-warning:hover {
    color: #ffffff;
    background: #c96d05;
  }

  #monto-display {
    border: 1px solid #b9e4dc;
    border-radius: 12px;
    color: #073b34;
    background: #e8f8f5;
    font-weight: 800;
  }

  @media (max-width: 991px) {
    .tour-hero {
      min-height: auto;
      overflow: visible;
    }

    .tour-hero .itinerary__slider {
      height: auto;
      min-height: 0;
    }

    .tour-hero .banners {
      position: relative;
      min-height: 720px;
      display: flex;
      align-items: flex-end;
    }

    .tour-hero img {
      position: absolute !important;
      inset: 0;
      height: 100% !important;
    }

    .tour-hero .box-overlay {
      background:
        linear-gradient(180deg, rgba(20, 143, 128, 0.58) 0%, rgba(7, 59, 52, 0.92) 70%, rgba(7, 59, 52, 0.98) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.08));
    }

    .tour-hero .itinerary__slider-title {
      position: relative !important;
      top: auto !important;
      left: auto;
      right: auto;
      transform: none;
      width: 100% !important;
      padding: 120px 0 28px;
    }

    .tour-hero .itinerary__title {
      font-size: clamp(36px, 10vw, 52px);
      line-height: 1.05;
    }

    .tour-hero .itinerary__title-wrap {
      grid-template-columns: 1fr;
      gap: 18px;
      padding: 0 16px;
    }

    .tour-hero__side-card {
      max-width: 520px;
      padding: 18px;
      border-radius: 18px;
    }

    .tour-hero__summary {
      font-size: 16px;
      line-height: 1.5;
    }

    .tour-hero__facts {
      gap: 8px;
      margin-top: 18px;
    }

    .tour-hero__fact {
      min-height: 38px;
      padding: 8px 11px;
      font-size: 13px;
    }

    .tour-hero__price {
      font-size: 36px;
    }

    .book-side {
      position: static;
    }

    .tour-summary-strip {
      display: block;
      margin-top: 0;
      padding-top: 18px;
    }

    .tour-summary-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 575px) {
    .tour-hero .banners {
      min-height: 760px;
    }

    .tour-hero .itinerary__slider-title {
      padding: 92px 0 22px;
    }

    .tour-hero__label {
      margin-bottom: 12px;
      font-size: 12px;
    }

    .tour-hero__side-card {
      padding: 16px;
    }

    .tour-hero__rating {
      align-items: flex-start;
      flex-direction: column;
      gap: 6px;
    }

    .tour-summary-grid {
      grid-template-columns: 1fr;
      padding: 12px;
    }

    .tour-hero__actions,
    .tour-hero__btn {
      width: 100%;
    }
  }

/* Source: includes\menu.php */
.site-header-top {
    position: relative;
    z-index: 20;
    background: #ffffff;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
  }

  .site-header-inner {
    min-height: 86px;
    gap: 18px;
  }

  .site-logo img {
    max-height: 72px;
    width: auto;
  }

  .header-actions {
    gap: 10px;
  }

  .header-contact {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    padding: 8px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    color: #1f2937;
    background: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
  }

  .header-contact i {
    color: var(--richardlg, #0f766e);
    font-size: 18px;
  }

  .header-contact:hover {
    color: #111827;
    border-color: rgba(15, 118, 110, 0.35);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
    transform: translateY(-1px);
  }

  .header-social {
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  .header-social a,
  .header-social span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    color: #475569;
    background: #f8fafc;
    text-decoration: none;
    transition: color 0.15s ease, background 0.15s ease, transform 0.15s ease;
  }

  .header-social a:hover {
    color: #ffffff;
    background: var(--richardlg, #0f766e);
    transform: translateY(-1px);
  }

  .header-book-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 8px 18px;
    border-radius: 999px;
    color: #ffffff;
    background: #e27e08;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 10px 20px rgba(226, 126, 8, 0.22);
    transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
  }

  .header-book-btn:hover {
    color: #ffffff;
    background: #c96d05;
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(226, 126, 8, 0.28);
  }

  .header-lang {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    padding-left: 12px;
    border-left: 1px solid #e5e7eb;
  }

  @media (max-width: 991px) {
    .site-header-inner {
      min-height: auto;
      padding-top: 12px;
      padding-bottom: 12px;
    }

    .site-logo img {
      max-height: 58px;
    }

    .header-actions {
      width: 100%;
      justify-content: space-between;
    }

    .header-contact {
      flex: 1 1 auto;
      justify-content: center;
      min-width: 0;
      padding: 8px 12px;
    }

    .header-contact span {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
  }

@media (max-width: 575px) {
  .site-header-inner {
      gap: 12px;
    }

    .header-actions {
      gap: 8px;
    }

    .header-contact {
      font-size: 0;
      flex: 1 1 44px;
      min-height: 44px;
      padding: 8px;
    }

    .header-contact i {
      margin: 0;
      font-size: 20px;
    }

    .header-book-btn {
      flex: 2 1 auto;
      min-height: 44px;
      padding: 8px 12px;
    }
  }

@media (max-width: 991px) {
  .site-header-top {
    display: none;
  }

  .tour-hero__side-card {
    display: none;
  }

  .home-hero__panel {
    display: none;
  }
}

/* Source: includes\paypal.php */
.box_payment {
        max-width: 560px;
        margin: 24px auto;
        border-radius: 12px;
        border: 1px solid #e6e8ec;
        background: #ffffff;
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
        overflow: hidden;
  }

/* Booking sidebar polish */
.book-side.tripdetails {
  padding: 0 !important;
  border: 1px solid #d7eee9 !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  box-shadow: 0 22px 46px rgba(15, 23, 42, 0.12) !important;
}

.book-side::before {
  padding: 18px 20px;
  background: var(--richardlg, #148f80);
  font-size: 19px;
  line-height: 1.1;
}

.book-side #book-now {
  padding: 0 14px;
}

.book-side .form-book-now {
  display: block !important;
  width: 100%;
  margin: 0 !important;
  padding: 18px 14px !important;
  border-radius: 0 0 12px 12px !important;
  background: #e8f8f5;
}

.book-side .form-book-now .mb-2 {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  margin: 0 !important;
}

.book-side .form-book-now .text-secondary {
  color: #64748b !important;
  font-size: 14px;
}

.book-side .price {
  color: var(--richardlg, #148f80) !important;
  font-size: 30px !important;
  line-height: 1;
}

.book-side #reservas_box {
  padding: 18px 14px 14px;
}

.book-side .selects {
  margin: 0 0 14px !important;
  color: #0f172a;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
}

.book-side .calendar_box {
  padding: 10px 8px;
  border: 1px solid #d7eee9;
  border-radius: 14px;
  background: #ffffff;
}

.book-side .Zebra_DatePicker {
  font-family: inherit;
  font-size: 12px;
}

.book-side .Zebra_DatePicker table {
  width: 100% !important;
}

.book-side .Zebra_DatePicker .dp_header td {
  padding: 7px 4px !important;
  color: #0f172a;
  font-weight: 900;
}

.book-side .Zebra_DatePicker .dp_daypicker th,
.book-side .Zebra_DatePicker .dp_daypicker td {
  text-align: center;
}

.book-side .Zebra_DatePicker .dp_selected {
  color: #ffffff !important;
  background: #e27e08 !important;
  border-radius: 999px;
}

.book-side .Zebra_DatePicker .dp_current:not(.dp_selected) {
  color: var(--richardlg, #148f80) !important;
  background: #e8f8f5 !important;
  border: 1px solid var(--richardlg, #148f80) !important;
  border-radius: 999px;
  font-weight: 900;
}

.book-side .row.g-3 {
  --bs-gutter-x: 10px;
  --bs-gutter-y: 10px;
  margin-bottom: 12px !important;
}

.book-side .input-group {
  width: 100% !important;
  border-radius: 10px;
}

.book-side .input-group-text {
  min-width: 40px;
  justify-content: center;
  border-color: #b9e4dc;
  border-radius: 10px 0 0 10px !important;
  color: var(--richardlg, #148f80);
  background: #f3fbf9 !important;
}

.book-side .form-select {
  min-height: 42px;
  border-color: #b9e4dc;
  border-radius: 0 10px 10px 0 !important;
  color: #0f172a;
  font-size: 14px;
  font-weight: 700;
}

.book-side #monto-display {
  margin-top: 14px !important;
  margin-bottom: 14px;
  padding: 14px;
  border: 1px solid #a7ded3;
  border-radius: 14px;
  color: #073b34;
  background: #e8f8f5;
  font-size: 15px;
  font-weight: 900;
}

.book-side .btn-warning {
  min-height: 52px;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
  border-radius: 999px;
  background: #e27e08 !important;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(226, 126, 8, 0.28);
}

.book-side .btn-warning:hover {
  background: #c96d05 !important;
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .book-side #reservas_box {
    padding: 16px 12px 12px;
  }

  .book-side .calendar_box {
    overflow-x: auto;
  }
}

/* Booking checkout page */
.booking-checkout {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(20, 143, 128, 0.18), transparent 32%),
    linear-gradient(180deg, #e8f8f5 0%, #f8fafc 42%, #ffffff 100%);
}

.booking-checkout .row {
  align-items: flex-start;
}

.checkout-hero {
  padding: 44px 0 86px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(20, 143, 128, 0.98), rgba(7, 59, 52, 0.96)),
    url('/wp-content/uploads/2025/10/Proyecto-nuevo-2025-02-04T095410.417.webp') center/cover;
}

.checkout-hero__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 28px;
}

.checkout-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 13px;
  font-weight: 900;
}

.checkout-hero h1 {
  margin: 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0;
}

.checkout-hero p {
  max-width: 620px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.55;
}

.checkout-steps {
  display: flex;
  gap: 8px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.checkout-steps span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 13px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.checkout-steps .is-active {
  color: #073b34;
  background: #ffffff;
}

.booking-checkout > .container {
  margin-top: -54px;
  position: relative;
  z-index: 2;
}

.booking-checkout .contador {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 10px 14px;
  border: 1px solid #fecaca;
  border-radius: 999px;
  color: #991b1b;
  background: #fef2f2;
  font-size: 14px;
  font-weight: 800;
}

.booking-checkout .contador::before {
  content: "\f293";
  font-family: "bootstrap-icons";
  color: #dc2626;
}

.checkout-form-card,
.checkout-summary-card {
  border: 1px solid #d7eee9;
  border-radius: 22px !important;
  box-shadow: 0 26px 58px rgba(15, 23, 42, 0.13);
  overflow: hidden;
}

.checkout-form-card h4,
.checkout-summary-card h4 {
  color: #073b34;
  font-size: 26px;
}

.checkout-form-card h4::before,
.checkout-summary-card h4::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 28px;
  margin-right: 10px;
  border-radius: 999px;
  background: var(--richardlg, #148f80);
  vertical-align: -6px;
}

.checkout-form-card > p.text-success {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--richardlg, #148f80) !important;
  background: #e8f8f5;
  font-weight: 800;
}

.booking-checkout .form-label {
  color: #334155;
  font-size: 14px;
  font-weight: 800;
}

.booking-checkout .form-control,
.booking-checkout .form-select {
  min-height: 46px;
  border-color: #b9e4dc;
  border-radius: 12px;
  color: #0f172a;
  font-weight: 700;
}

.booking-checkout .form-control:focus,
.booking-checkout .form-select:focus {
  border-color: var(--richardlg, #148f80);
  box-shadow: 0 0 0 0.2rem rgba(20, 143, 128, 0.14);
}

.checkout-form-card .btn-primary {
  min-height: 56px;
  border: 0;
  border-radius: 999px;
  background: #e27e08;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 16px 32px rgba(226, 126, 8, 0.32);
}

.checkout-form-card .btn-primary:hover {
  background: #c96d05;
}

.checkout-summary-card {
  position: sticky;
  top: 18px;
  border-top: 6px solid var(--richardlg, #148f80);
}

.checkout-summary-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 14px !important;
}

.checkout-summary-card h6 {
  color: #073b34;
  font-size: 17px;
  line-height: 1.3;
}

.checkout-summary-card p {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  color: #334155;
  font-weight: 700;
}

.checkout-summary-card p i {
  color: var(--richardlg, #148f80);
  font-size: 18px;
  line-height: 1.2;
}

.checkout-summary-card .text-success {
  padding: 10px 12px;
  border-radius: 12px;
  background: #e8f8f5;
  color: var(--richardlg, #148f80) !important;
}

.checkout-total-box {
  border: 1px solid #b9e4dc;
  border-radius: 18px !important;
  background:
    linear-gradient(135deg, #e8f8f5, #ffffff) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.checkout-total-box strong:last-child {
  color: var(--richardlg, #148f80);
  font-size: 24px !important;
}

@media (max-width: 991px) {
  .checkout-hero {
    padding-bottom: 70px;
  }

  .checkout-hero__content {
    grid-template-columns: 1fr;
  }

  .checkout-steps {
    width: 100%;
    justify-content: space-between;
    overflow-x: auto;
    border-radius: 16px;
  }

  .checkout-summary-card {
    position: static;
  }
}

@media (max-width: 575px) {
  .booking-checkout .container {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .checkout-hero {
    padding: 30px 0 64px;
  }

  .checkout-hero p {
    font-size: 15px;
  }

  .checkout-form-card,
  .checkout-summary-card {
    padding: 18px !important;
  }
}

/* PayPal redirect page */
.container-redirect {
  max-width: 520px;
  margin: 70px auto;
  padding: 34px;
  border: 1px solid #d7eee9;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 24px 52px rgba(15, 23, 42, 0.12);
  text-align: center;
}

.container-redirect .spinner {
  width: 56px;
  height: 56px;
  margin: 0 auto 22px;
  border: 6px solid #e8f8f5;
  border-top-color: var(--richardlg, #148f80);
  border-radius: 50%;
  animation: spin 0.9s linear infinite;
}

.container-redirect .msg-redirect {
  color: #073b34;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 900;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

    .payment_header {
        padding: 22px 24px;
        background: #f7f9fc;
        border-bottom: 1px solid #e6e8ec;
    }

    .payment_header h3 {
        margin: 0 0 6px;
        color: #1f2937;
        font-size: 22px;
        font-weight: 700;
    }

    .payment_header p,
    .payment_note {
        margin: 0;
        color: #64748b;
        font-size: 14px;
        line-height: 1.5;
    }

    .payment_body {
        padding: 24px;
    }

    .payment_label {
        color: #334155;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .payment_summary {
        display: none;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin: 18px 0;
        padding: 16px;
        border-radius: 10px;
        border: 1px solid #c7ead8;
        background: #f0fbf5;
    }

    .payment_summary span {
        color: #166534;
        font-size: 14px;
        font-weight: 700;
    }

    .payment_summary strong {
        color: #14532d;
        font-size: 24px;
        white-space: nowrap;
    }

    .payment_error {
        display: none;
        margin: 16px 0;
        padding: 12px 14px;
        border-radius: 10px;
        color: #991b1b;
        background: #fef2f2;
        border: 1px solid #fecaca;
        font-size: 14px;
        font-weight: 600;
    }

    .paypal_button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        min-height: 50px;
        border: 0;
        border-radius: 8px;
        background: #ffc439;
        color: #111827;
        font-size: 17px;
        font-weight: 800;
        box-shadow: 0 8px 16px rgba(255, 196, 57, 0.28);
        transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
    }

    .paypal_button:hover {
        background: #f7b924;
        transform: translateY(-1px);
        box-shadow: 0 10px 20px rgba(255, 196, 57, 0.34);
    }

    .paypal_badge {
        color: #003087;
        font-weight: 900;
        letter-spacing: 0;
    }

    @media (max-width: 575px) {
        .box_payment {
            margin: 16px 0;
            border-radius: 10px;
        }

        .payment_header,
        .payment_body {
            padding: 18px;
        }

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