.premium-journey { margin-top: 52px; color: #17324d; }
    .premium-journey__header {
        position: relative;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 24px;
        min-height: 240px;
        padding: 32px 28px 24px;
        border-radius: 16px;
        overflow: hidden;
    }
    .premium-journey__header::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url('../images/itinerary-bg-nagarjuna-travels.png');
        background-position: right bottom;
        background-size: cover;
        background-repeat: no-repeat;
        pointer-events: none;
        z-index: 0;
    }
    .premium-journey__header > * {
        position: relative;
        z-index: 1;
    }
    
    .premium-journey__header-card {
        background: rgba(255, 255, 255, 0.92);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border: 1px solid rgba(255, 255, 255, 0.95);
        border-radius: 14px;
        padding: 16px 22px;
        box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
        max-width: 66%;
    }
    .premium-journey__title-wrap { display: flex; align-items: center; gap: 14px; }
    .premium-journey__icon-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        border-radius: 12px;
        background: #fff5f2;
        border: 1px solid #ffdcd6;
        flex-shrink: 0;
    }
    .premium-journey__icon-badge img { width: 26px; height: 26px; object-fit: contain; }
    .premium-journey__title { margin: 0; color: #112f4a; font-size: clamp(1.65rem, 3vw, 2.35rem); font-weight: 800; letter-spacing: -.035em; line-height: 1.1; text-shadow: 0 1px 3px rgba(255, 255, 255, 0.9); }
    .premium-journey__summary { margin: 10px 0 0; color: #2e4458; font-size: 13.5px; line-height: 1.6; text-shadow: 0 1px 3px rgba(255, 255, 255, 0.9); }
    .premium-journey__summary strong { color: #17324d; font-weight: 700; }
    .journey-download {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        flex: 0 0 auto;
        padding: 9px 14px;
        border: 1px solid #ff4838;
        border-radius: 6px;
        background: #ffffff;
        color: #17324d !important;
        font-size: 12px;
        font-weight: 700;
        text-decoration: none !important;
        box-shadow: 0 2px 8px rgba(255, 72, 56, 0.08);
        transition: border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
    }
    .journey-download__icon { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 3px; background: #fff2f0; color: #ff4838; font-size: 15px; }
    .journey-download > i { color: #ff4838; font-size: 16px; }
    .journey-download:hover { border-color: #ff4838; background: #fff6f5; color: #ff4838 !important; transform: translateY(-1px); box-shadow: 0 4px 14px rgba(255, 72, 56, 0.16); }

    .journey-days-nav {
        position: -webkit-sticky;
        position: sticky;
        top: var(--site-nav-height, 74px);
        z-index: 95;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border-bottom: 2px solid #e9edf1;
        margin-top: 18px;
        margin-bottom: 22px;
        box-shadow: 0 2px 8px rgba(15, 23, 42, 0.03);
        transition: box-shadow 0.25s ease, border-color 0.25s ease;
    }
    .journey-days-nav.is-stuck {
        box-shadow: 0 6px 20px -2px rgba(15, 23, 42, 0.08);
        border-bottom-color: #dfe5eb;
    }
    .journey-days-nav__track {
        display: flex;
        align-items: stretch;
        overflow-x: auto;
        white-space: nowrap;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .journey-days-nav__track::-webkit-scrollbar {
        display: none;
    }
    .journey-nav-tab {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 14px 26px;
        color: #5d7185;
        font-size: 13.5px;
        font-weight: 700;
        letter-spacing: .02em;
        text-decoration: none !important;
        white-space: nowrap;
        cursor: pointer;
        border-bottom: 2.5px solid transparent;
        margin-bottom: -2px;
        background: transparent;
        transition: color .2s ease, border-color .2s ease, background-color .2s ease;
    }
    .journey-nav-tab:not(:last-child)::before {
        content: "";
        position: absolute;
        right: 0;
        top: 30%;
        bottom: 30%;
        width: 1px;
        background: #e9edf1;
        transition: opacity .2s ease;
    }
    .journey-nav-tab__label {
        line-height: 1;
        letter-spacing: 0.02em;
    }
    .journey-nav-tab:hover {
        color: #17324d;
        background-color: rgba(244, 247, 250, 0.7);
        border-bottom-color: #cbd6e2;
    }
    .journey-nav-tab.is-active {
        color: #ff4838 !important;
        font-weight: 800;
        border-bottom-color: #ff4838;
        background: linear-gradient(180deg, rgba(255, 72, 56, 0.05) 0%, rgba(255, 72, 56, 0.01) 100%);
    }
    .journey-nav-tab.is-active::before {
        opacity: 0;
    }

    .premium-journey__flow { position: relative; margin-top: 14px; }
    .premium-journey__flow::before { content: ""; position: absolute; top: 34px; bottom: 42px; left: 54px; width: 1px; background: #e1e9ee; z-index: 1; }
    .journey-stage { position: relative; display: grid; grid-template-columns: 108px minmax(0, .9fr) minmax(260px, 1.1fr); grid-template-areas: "day route story"; column-gap: 32px; align-items: start; padding: 34px 0 39px; border-bottom: 1px solid #e4eaee; scroll-margin-top: 140px; }
    .journey-stage:nth-child(even) { grid-template-areas: "day story route"; }
    .journey-stage:first-child { margin-top: 5px; padding: 34px 0 39px; border-radius: 12px; background: linear-gradient(90deg, rgba(255, 248, 245, 0.7) 0%, rgba(255, 253, 252, 0.4) 60%, transparent 100%); }
    .journey-stage:last-child { padding-bottom: 48px; border-bottom: 2px solid #ff4838; }
    .journey-stage__index { grid-area: day; position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; text-align: center; width: 100%; padding-top: 2px; }
    .journey-stage__index::before { content: ""; position: absolute; top: 26px; left: 50%; transform: translateX(-50%); width: 11px; height: 11px; border: 3px solid #fff; border-radius: 50%; background: #ff4838; box-shadow: 0 0 0 1px #ff4838; z-index: 2; }
    .journey-stage__number { position: relative; z-index: 1; display: block; width: 100%; text-align: center; margin: 0 auto; color: #dfe7ec; font-size: 64px; font-weight: 800; letter-spacing: 0; line-height: .8; }
    .journey-stage__day { display: block; width: 100%; text-align: center; margin: 10px auto 0; color: #ff4838; font-size: 18px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; line-height: 1; }
    .journey-stage__route { grid-area: route; padding-top: 2px; }
    .journey-stage:nth-child(even) .journey-stage__route { padding-left: 18px; border-left: 2px solid #f0d7d1; }
    .journey-stage__route-label, .journey-stage__story-label { display: block; margin-bottom: 10px; color: #8797a6; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
    .journey-stage__place { color: #17324d; font-size: clamp(1.08rem, 1.8vw, 1.35rem); font-weight: 800; letter-spacing: -.025em; line-height: 1.25; }
    .journey-stage__connector { display: flex; align-items: center; gap: 7px; width: 100%; margin: 10px 0; color: #ff4838; font-size: 17px; }
    .journey-stage__connector::before { content: ""; width: 22px; height: 1px; background: currentColor; }
    .journey-stage__story { grid-area: story; min-width: 0; padding-top: 3px; }
    .journey-stage__story p { margin: 0; color: #667b8e; font-size: 13.5px; line-height: 1.78; white-space: pre-line; }
    @media (max-width: 767.98px) {
        .premium-journey { margin-top: 36px; }
        .premium-journey__header {
            flex-direction: column;
            align-items: stretch;
            justify-content: flex-end;
            gap: 14px;
            min-height: 240px;
            padding: 24px 16px 20px;
            border-radius: 14px;
        }
        .premium-journey__header::before {
            background-position: right 15% top;
            background-size: cover;
        }
        .premium-journey__header-card {
            max-width: 100%;
            width: 100%;
            padding: 14px 16px;
            box-sizing: border-box;
        }
        .premium-journey__title {
            font-size: clamp(1.35rem, 5.5vw, 1.75rem);
            line-height: 1.15;
            word-break: break-word;
        }
        .premium-journey__summary {
            font-size: 12.5px;
            line-height: 1.55;
            margin-top: 8px;
            word-break: break-word;
        }
        .journey-download {
            width: 100%;
            max-width: 100%;
            justify-content: center;
            padding: 11px 16px;
            font-size: 13px;
            box-sizing: border-box;
        }
        .journey-days-nav {
            top: var(--site-nav-height, 58px);
            margin-top: 14px;
            margin-bottom: 16px;
        }
        .journey-nav-tab {
            padding: 11px 16px;
            font-size: 12.5px;
            flex: 0 0 auto;
        }
        
        .premium-journey__flow { margin-top: 8px; }
        .premium-journey__flow::before { top: 22px; bottom: 28px; left: 30px; z-index: 1; }
        .journey-stage, .journey-stage:nth-child(even) { grid-template-columns: 60px minmax(0, 1fr); grid-template-areas: "day route" "day story"; column-gap: 18px; padding: 27px 0 29px; scroll-margin-top: 115px; }
        .journey-stage:first-child { margin: 0; padding: 27px 0 29px; }
        .journey-stage:last-child { padding-bottom: 35px; }
        .journey-stage__index { width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; text-align: center; padding-top: 2px; z-index: 2; }
        .journey-stage__index::before { top: 18px; left: 50%; transform: translateX(-50%); width: 9px; height: 9px; border-width: 2px; z-index: 2; }
        .journey-stage__number { display: block; width: 100%; text-align: center; font-size: 40px; line-height: .85; letter-spacing: 0; margin: 0 auto; }
        .journey-stage__day { display: block; width: 100%; text-align: center; margin: 10px auto 0; font-size: 18px; line-height: 1; }
        .journey-stage:nth-child(even) .journey-stage__route { padding-left: 0; border-left: 0; }
        .journey-stage__place { font-size: 17px; word-break: break-word; }
        .journey-stage__story { margin-top: 16px; }
        .journey-stage__story p { font-size: 13px; line-height: 1.72; word-break: break-word; }
    }
    @media (max-width: 480px) {
        .premium-journey__header {
            padding: 20px 14px 16px;
            min-height: 220px;
        }
        .premium-journey__header-card {
            padding: 12px 14px;
        }
        .premium-journey__title {
            font-size: 1.35rem;
        }
        .premium-journey__summary {
            font-size: 12px;
        }
        .journey-stage, .journey-stage:nth-child(even) {
            grid-template-columns: 52px minmax(0, 1fr);
            column-gap: 14px;
            padding: 22px 0 24px;
        }
        .premium-journey__flow::before {
            left: 26px;
        }
        .journey-stage__number {
            font-size: 34px;
        }
        .journey-stage__day {
            font-size: 16px;
            margin-top: 8px;
        }
        .journey-stage__place {
            font-size: 16px;
        }
    }

    #contactForm {
    background-image: linear-gradient(-20deg, #00cdac 0%, #8ddad5 100%);
      border-radius: 16px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
      padding: 40px 35px;
      max-width: 750px;
      margin: 30px auto;
      transition: all 0.3s ease-in-out;
      border: 1px solid #e4e9f2;
    }
    
    #contactForm h3 {
      font-weight: 700;
      color: #2c3e50;
      margin-bottom: 25px;
      text-align: center;
    }
    
    #contactForm .form-control {
      border-radius: 12px;
      border: 1px solid #dce3f0;
      padding: 15px 18px;
      font-size: 15px;
      background: #fff;
      transition: all 0.3s ease-in-out;
      box-shadow: 0 2px 6px rgba(0,0,0,0.02);
    }
    
    #contactForm .form-control:focus {
      border-color: #4a90e2;
      box-shadow: 0 0 10px rgba(74,144,226,0.3);
      background: #fff;
    }
    
    #contactForm textarea {
      resize: none;
      min-height: 100px;
    }
    
    #contactForm button {
      color: #fff;
      border: none;
      font-size: 16px;
      font-weight: 600;
      padding: 14px;
      border-radius: 12px;
      letter-spacing: 0.5px;
      width: 100%;
      transition: all 0.3s ease;
      box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    }
    
    #contactForm button:hover {
      background: linear-gradient(135deg, #357abd, #2c5ea9);
      transform: translateY(-2px);
      box-shadow: 0 6px 18px rgba(0,0,0,0.2);
    }
    
    #contactForm button:active {
      transform: translateY(0);
      box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    }

    .sidebar-ad-card {
        border-radius: 12px;
        overflow: hidden;
        border: 1px solid #e9ecef;
        background: #fff;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    }

    .sidebar-ad-card img {
        width: 100%;
        height: auto;
        display: block;
    }

    .sidebar-ad-content {
        padding: 12px 14px;
    }

    .sidebar-ad-title {
        font-size: 16px;
        font-weight: 600;
        margin: 0 0 6px;
        color: #1f2937;
    }

    .sidebar-ad-link {
        font-size: 14px;
        font-weight: 600;
        color: #fd5056;
        text-decoration: none;
    }

    .package-rating {
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 8px 0 16px;
        flex-wrap: wrap;
    }
    .package-rating .stars {
        display: inline-flex;
        gap: 2px;
    }
    .package-rating .stars i {
        color: #f5a623;
        font-size: 18px;
    }
    .package-rating .stars i.half {
        position: relative;
    }
    .package-rating .rating-text {
        font-size: 15px;
        color: #555;
        font-weight: 500;
    }
    .package-rating .rating-value {
        font-weight: 700;
        color: #333;
    }

    .destination-details-desc .content {
        max-width: 100%;
        overflow-x: hidden;
    }

    .destination-details-desc .table-responsive,
    .widget-article .table-responsive,
    .destination-details-desc .table-responsive {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin-bottom: 1.5rem;
        border-radius: 8px;
    }

    .destination-details-desc .content table,
    .destination-details-desc table,
    .widget-article table {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        margin: 20px 0 !important;
        border-collapse: separate !important;
        border-spacing: 0;
        border: 1px solid #dee2e6;
        border-radius: 8px;
        background-color: #ffffff;
        font-family: 'Roboto', sans-serif;
        font-size: 14.5px;
        color: #39325a;
        box-shadow: 0 3px 14px rgba(65, 65, 165, 0.04);
        table-layout: auto !important;
        word-wrap: break-word;
    }

    .destination-details-desc table colgroup,
    .destination-details-desc table col {
        width: auto !important;
    }

    .table-two-columns,
    .destination-details-desc table.table-two-columns {
        width: 100% !important;
        max-width: 100% !important;
        table-layout: auto !important;
    }
    .table-two-columns th:first-child,
    .table-two-columns td:first-child {
        width: 45%;
        white-space: normal;
    }
    .table-two-columns th:last-child,
    .table-two-columns td:last-child {
        width: 55%;
        white-space: normal;
    }

    .destination-details-desc .content table th,
    .destination-details-desc table th,
    .widget-article table th {
        background-color: #f8f9fd !important;
        color: #090031 !important;
        font-family: 'Rubik', sans-serif !important;
        font-weight: 700 !important;
        font-size: 14px;
        letter-spacing: 0.3px;
        padding: 13px 16px !important;
        border-bottom: 2px solid #cbd5e1 !important;
        border-right: 1px solid #e9ecef !important;
        text-align: left;
        vertical-align: middle;
        line-height: 1.4;
        overflow-wrap: break-word;
    }

    .destination-details-desc .content table th:last-child,
    .destination-details-desc table th:last-child,
    .widget-article table th:last-child {
        border-right: none !important;
    }

    .destination-details-desc .content table td,
    .destination-details-desc table td,
    .widget-article table td {
        padding: 12px 16px !important;
        color: #39325a !important;
        border-bottom: 1px solid #eef2f6 !important;
        border-right: 1px solid #eef2f6 !important;
        vertical-align: middle;
        line-height: 1.6;
        overflow-wrap: break-word;
    }

    .destination-details-desc .content table td:last-child,
    .destination-details-desc table td:last-child,
    .widget-article table td:last-child {
        border-right: none !important;
    }

    .destination-details-desc .content table tr:last-child td,
    .destination-details-desc table tr:last-child td,
    .widget-article table tr:last-child td {
        border-bottom: none !important;
    }

    .destination-details-desc .content table tbody tr:nth-child(even),
    .destination-details-desc table tbody tr:nth-child(even),
    .destination-details-desc .content table tr:nth-child(even) td,
    .destination-details-desc table tr:nth-child(even) td,
    .widget-article table tbody tr:nth-child(even),
    .widget-article table tr:nth-child(even) td {
        background-color: #fafbfc;
    }

    .destination-details-desc .content table tbody tr:hover td,
    .destination-details-desc table tbody tr:hover td,
    .widget-article table tbody tr:hover td {
        background-color: #f1f4fb !important;
        transition: background-color 0.15s ease-in-out;
    }

    @media (max-width: 991px) {
        .destination-details-desc table th,
        .destination-details-desc table td,
        .widget-article table th,
        .widget-article table td {
            min-width: 0 !important;
            padding: 10px 12px !important;
            font-size: 13.5px;
        }
    }

    @media (max-width: 767.98px) {
        .destination-details-desc table th,
        .destination-details-desc table td,
        .widget-article table th,
        .widget-article table td {
            min-width: 0 !important;
            padding: 8px 10px !important;
            font-size: 13px;
        }
    }

    .destinations-details-section.details-page-section {
        padding-top: 25px;
        padding-bottom: 70px;
    }
    .package-breadcrumb .breadcrumb {
        background: transparent;
        padding: 0;
        margin-bottom: 16px;
        font-size: 13.5px;
    }
    .package-breadcrumb .breadcrumb-item a {
        color: #6c757d;
        text-decoration: none;
        transition: color 0.2s ease;
    }
    .package-breadcrumb .breadcrumb-item a:hover {
        color: #fd7e14;
    }
    .package-breadcrumb .breadcrumb-item.active {
        color: #212529;
        font-weight: 600;
    }
    h1.packageName {
        font-size: 34px;
        font-weight: 700;
        line-height: 1.25;
        margin-bottom: 10px;
        color: #1a1a1a;
    }
    @media (max-width: 767px) {
        .destinations-details-section.details-page-section {
            padding-top: 10px;
            padding-bottom: 35px;
        }
        .package-breadcrumb {
            margin-bottom: 6px;
        }
        .package-breadcrumb .breadcrumb {
            display: flex;
            flex-wrap: nowrap;
            overflow-x: auto;
            white-space: nowrap;
            -webkit-overflow-scrolling: touch;
            padding: 2px 0 6px;
            margin-bottom: 4px;
            font-size: 11.5px;
            scrollbar-width: none;
        }
        .package-breadcrumb .breadcrumb::-webkit-scrollbar {
            display: none;
        }
        .package-breadcrumb .breadcrumb-item {
            flex-shrink: 0;
            display: inline-flex;
            align-items: center;
        }
        .package-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
            padding: 0 5px;
            color: #94a3b8;
        }
        .package-breadcrumb .breadcrumb-item.active {
            max-width: 140px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
            vertical-align: bottom;
            color: #475569;
        }
        h1.packageName {
            font-size: 22px !important;
            line-height: 1.35 !important;
            font-weight: 700;
            margin-top: 2px;
            margin-bottom: 8px;
            color: #0f172a;
            letter-spacing: -0.2px;
        }
        .package-meta-header {
            margin-bottom: 10px;
            gap: 8px;
        }
        .package-meta-header .stars-group i {
            font-size: 15px;
        }
        .package-meta-header .rating-val {
            font-size: 13.5px;
        }
        .package-meta-header .rating-scale {
            font-size: 12px;
        }
        .package-meta-header .reviews-count {
            font-size: 12.5px;
        }
        .package-share-bar .share-label {
            display: none;
        }
        .share-btn {
            width: 32px;
            height: 32px;
            font-size: 15px;
        }
        .destination-details-desc .image {
            margin-bottom: 10px;
        }
        .destination-details-desc .image img {
            margin-top: 0 !important;
            border-radius: 12px;
            width: 100%;
            object-fit: cover;
        }
    }
    @media (min-width: 768px) and (max-width: 991px) {
        h1.packageName {
            font-size: 26px;
            line-height: 1.3;
        }
    }

    .package-meta-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 4px;
        margin-bottom: 16px;
    }
    .package-meta-header .meta-left {
        display: inline-flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 8px;
    }
    .package-meta-header .stars-group {
        display: inline-flex;
        align-items: center;
        gap: 3px;
    }
    .package-meta-header .stars-group i {
        color: #ffaa00;
        font-size: 17px;
        line-height: 1;
    }
    .package-meta-header .rating-text-group {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        line-height: 1;
    }
    .package-meta-header .rating-val {
        font-size: 15px;
        font-weight: 800;
        color: #0f172a;
        letter-spacing: -0.2px;
    }
    .package-meta-header .rating-scale {
        font-size: 13.5px;
        font-weight: 700;
        color: #475569;
    }
    .package-meta-header .meta-separator {
        color: #94a3b8;
        font-size: 13px;
        font-weight: 600;
        margin: 0 1px;
    }
    .package-meta-header .reviews-count {
        font-size: 13.5px;
        font-weight: 500;
        color: #475569;
    }

    .package-share-bar {
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }
    .package-share-bar .share-label {
        font-size: 13px;
        font-weight: 600;
        color: #64748b;
        display: inline-flex;
        align-items: center;
        gap: 4px;
    }
    .share-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: #ffffff;
        border: 1.5px solid #e2e8f0;
        color: #64748b;
        font-size: 17px;
        text-decoration: none !important;
        transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
        cursor: pointer;
        padding: 0;
        position: relative;
    }
    .share-btn:hover {
        transform: translateY(-2px);
    }
    .share-btn.btn-copy-link:hover {
        background: #f8fafc;
        border-color: #0f172a;
        color: #0f172a;
        box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
    }
    .share-btn.btn-whatsapp {
        color: #25D366;
    }
    .share-btn.btn-whatsapp:hover {
        background: #25D366;
        border-color: #25D366;
        color: #ffffff;
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.28);
    }
    .share-btn.btn-facebook {
        color: #1877F2;
    }
    .share-btn.btn-facebook:hover {
        background: #1877F2;
        border-color: #1877F2;
        color: #ffffff;
        box-shadow: 0 4px 12px rgba(24, 119, 242, 0.28);
    }
    .copy-success-tooltip {
        position: absolute;
        top: -32px;
        left: 50%;
        transform: translateX(-50%) translateY(4px);
        background: #0f172a;
        color: #ffffff;
        font-size: 11px;
        font-weight: 600;
        padding: 3px 8px;
        border-radius: 6px;
        white-space: nowrap;
        pointer-events: none;
        opacity: 0;
        transition: all 0.2s ease;
    }
    .copy-success-tooltip::after {
        content: '';
        position: absolute;
        bottom: -4px;
        left: 50%;
        transform: translateX(-50%);
        border-width: 4px 4px 0 4px;
        border-style: solid;
        border-color: #0f172a transparent transparent transparent;
    }
    .share-btn.copied .copy-success-tooltip {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }

    .tour-pricing-card {
        background: #ffffff;
        border: 1px solid #e9ecef;
        border-radius: 14px;
        padding: 22px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
        margin-bottom: 28px;
    }
    .tour-pricing-card h3.sub-title {
        font-size: 20px;
        font-weight: 700;
        color: #1a1a1a;
        margin-bottom: 14px;
        display: flex;
        align-items: center;
    }
    .tour-price-wrap {
        display: flex;
        align-items: baseline;
        gap: 6px;
        padding-bottom: 12px;
        border-bottom: 1px solid #f0f2f5;
    }
    .tour-price-amount {
        font-size: 32px;
        font-weight: 800;
        color: #ff4838;
        letter-spacing: -0.5px;
        line-height: 1;
    }
    .tour-price-currency {
        font-size: 15px;
        font-weight: 600;
        color: #6c757d;
    }
    .tour-price-original {
        font-size: 16px;
        color: #adb5bd;
        text-decoration: line-through;
        font-weight: 500;
        margin-left: 6px;
    }
    .tour-pricing-card .non-refundable-warning {
        font-size: 12px;
        color: #6c757d;
        line-height: 1.45;
        margin: 14px 0 18px;
    }
    .tour-pricing-card .non-refundable-warning a {
        color: #6c757d;
        text-decoration: underline;
    }
    .tour-pricing-card .non-refundable-warning a:hover {
        color: #ff4838;
    }

    .btn-book-tour {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        background: #ff4838;
        color: #ffffff !important;
        font-size: 16px;
        font-weight: 700;
        padding: 13px 20px;
        border-radius: 14px;
        text-decoration: none !important;
        box-shadow: 0 4px 14px rgba(255, 72, 56, 0.28);
        transition: all 0.25s ease;
        border: none;
        margin-bottom: 12px;
    }
    .btn-book-tour:hover {
        background: #e6392a;
        box-shadow: 0 6px 18px rgba(255, 72, 56, 0.38);
        transform: translateY(-2px);
        color: #ffffff !important;
    }

    .btn-view-itinerary {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 100%;
        background: #ffffff;
        border: 1.5px solid #cbd5e1;
        border-radius: 14px;
        padding: 13px 20px;
        color: #0f172a !important;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
        transition: all 0.25s ease;
        cursor: pointer;
    }
    .btn-view-itinerary .btn-text {
        color: #0f172a;
        font-weight: 700;
        font-size: 16px;
        letter-spacing: -0.2px;
    }
    .btn-view-itinerary .itinerary-icon {
        font-size: 20px;
        color: #ff4838;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .btn-view-itinerary .scroll-arrow {
        font-size: 20px;
        color: #ff4838;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: 0;
        transition: transform 0.25s ease;
    }
    .btn-view-itinerary:hover {
        background: #fff5f4;
        border-color: #ff4838;
        box-shadow: 0 4px 14px rgba(255, 72, 56, 0.16);
        transform: translateY(-2px);
        color: #ff4838 !important;
    }
    .btn-view-itinerary:hover .btn-text {
        color: #ff4838;
    }
    .btn-view-itinerary:hover .scroll-arrow {
        transform: translateY(3px);
    }

    .destinations-details-section .destination-details-desc .image {
        overflow: hidden;
        border-radius: 16px;
    }
    .destinations-details-section .destination-details-desc .image img {
        border-radius: 16px;
        width: 100%;
        object-fit: cover;
        transition: none !important;
        transform: none !important;
    }
    .destinations-details-section .destination-details-desc .image img:hover,
    .destinations-details-section .destination-details-desc .image:hover img {
        transform: none !important;
        transition: none !important;
    }

    .itinerary-actions-wrap {
        display: flex;
        gap: 8px;
        align-items: center;
        width: 100%;
    }
    .btn-download-itinerary-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        min-width: 50px;
        height: 50px;
        background: #ffffff;
        border: 1.5px solid #cbd5e1;
        border-radius: 14px;
        color: #ff4838 !important;
        font-size: 22px;
        text-decoration: none !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
        transition: all 0.25s ease;
        cursor: pointer;
        flex-shrink: 0;
    }
    .btn-download-itinerary-icon:hover {
        background: #fff5f4;
        border-color: #ff4838;
        box-shadow: 0 4px 14px rgba(255, 72, 56, 0.16);
        transform: translateY(-2px);
        color: #ff4838 !important;
    }

    html {
        scroll-behavior: smooth;
    }
    #tour-itinerary {
        scroll-margin-top: 140px;
    }

    .card-dotted-divider {
        border-top: 2px dotted #cbd5e1;
        margin: 16px 0 18px 0;
        width: 100%;
    }
    .tour-info-card {
        background: #f8fafc;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        padding: 16px;
    }
    .tour-info-item {
        display: flex;
        align-items: flex-start;
        gap: 12px;
    }
    .tour-info-icon {
        width: 36px;
        height: 36px;
        min-width: 36px;
        border-radius: 8px;
        background: #fee2e2;
        color: #ef4444;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        margin-top: 1px;
    }
    .tour-info-text {
        display: flex;
        flex-direction: column;
        flex: 1;
    }
    .tour-info-label {
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: #64748b;
        margin-bottom: 2px;
    }
    .tour-info-value {
        font-size: 14px;
        font-weight: 600;
        color: #1e293b;
        line-height: 1.45;
    }
    .tour-info-divider {
        border-top: 1px dashed #cbd5e1;
        margin: 12px 0;
    }

    .mobile-tour-card {
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 14px;
        padding: 16px 14px;
        margin-top: 6px;
        margin-bottom: 22px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    }
    .mobile-card-grid {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #f1f5f9;
        margin-bottom: 12px;
    }
    .mobile-grid-col {
        display: flex;
        flex-direction: column;
    }
    .mobile-field-label {
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: #64748b;
        margin-bottom: 3px;
        display: block;
    }
    .mobile-field-val {
        font-size: 14px;
        font-weight: 600;
        color: #0f172a;
        line-height: 1.4;
    }
    .mobile-price-row {
        display: flex;
        align-items: baseline;
        gap: 4px;
        flex-wrap: wrap;
    }
    .mobile-price-val {
        font-size: 24px;
        font-weight: 800;
        color: #ff4838;
        line-height: 1;
        letter-spacing: -0.5px;
    }
    .mobile-price-on-request {
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0;
        white-space: nowrap;
    }
    .mobile-price-curr {
        font-size: 13px;
        font-weight: 700;
        color: #64748b;
    }
    .mobile-price-orig {
        font-size: 13.5px;
        color: #94a3b8;
        text-decoration: line-through;
        font-weight: 500;
        width: 100%;
    }
    .mobile-route-box {
        background: #f8fafc;
        border: 1px solid #edf2f7;
        border-radius: 10px;
        padding: 11px 13px;
        margin-bottom: 12px;
    }
    .mobile-route-box .mobile-field-val {
        font-size: 13.5px;
        color: #1e293b;
        margin-top: 2px;
    }
    .mobile-warning-note {
        font-size: 11.5px;
        color: #64748b;
        line-height: 1.45;
        margin-bottom: 8px;
    }
    .mobile-warning-note a {
        color: #64748b;
        text-decoration: underline;
    }
    .mobile-warning-note a:hover {
        color: #ff4838;
    }
    .mobile-cta-wrap {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .mobile-cta-wrap .btn-book-tour {
        margin-bottom: 0;
    }

    .top-destination-section {
        content-visibility: auto;
        contain-intrinsic-size: 0 450px;
    }
