



.noe_singpkg_hero-banner {
    width: 100%;
    display: flex;
    flex-flow: column;
    position: relative;
    height: 800px;
    overflow: hidden;
}





/* ---- Top: days + title ---- */
.noe_singpkg_hero-top {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 70px;
}





.noe_singpkg_hero-days {
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 600;
}





.noe_singpkg_hero-title {
    margin: 0;
    line-height: 1;
    font-size: 70px;
}





/* ---- Bottom: price col | divider | info col ---- */
.noe_singpkg_hero-bottom {
    display: flex;
    align-items: stretch;
    gap: 48px;
    align-items: center;
}





.noe_singpkg_hero-divider {
    width: 1px;
    align-self: stretch;
    background: #ffffff2b;
}





/* ---- Price column ---- */
.noe_singpkg_hero-price-col {
    flex: 0 0 300px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}





.noe_singpkg_price-row {
    display: flex;
    align-items: center;
    gap: 12px;
}





.noe_singpkg_save-badge {
    display: inline-block;
    padding: 1px 14px;
    border-radius: 999px;
    background: #fff;
    color: red;
}





.noe_singpkg_price-new-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-flow: column;
}





.noe_singpkg_btn-view-dates {
    width: 100%;
    max-width: 260px;
    padding: 14px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    background: var(--primary-blue);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--font-base);
}





.noe_singpkg_group-discount-text {
    margin: 6px 0 0 0;
    opacity: .8;
}





/* ---- Info column ---- */
.noe_singpkg_hero-info-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0px;
}





.noe_singpkg_info-top-row {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-flow: row;
    padding-bottom: 18px;
}





.noe_singpkg_rating-block {
    display: flex;
    gap: 15px;
}





.noe_singpkg_stars {
    display: flex;
    gap: 2px;
}





.noe_singpkg_activities-block {
    display: flex;
    gap: 6px;
    flex: 0 0 auto;
}





.noe_singpkg_gallery-stack {
    position: relative;
    width: 160px;
    height: 110px;
    justify-self: flex-end !important;
}





.noe_singpkg_stack-img {
    position: absolute;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid #fff;
}





.noe_singpkg_stack-img-1 {
    left: 20px;
    top: 10px;
    transform: rotate(-15deg);
    z-index: 1;
}





.noe_singpkg_stack-img-2 {
    left: 35px;
    top: 5px;
    transform: rotate(4deg);
    z-index: 2;
}





.noe_singpkg_stack-img-3 {
    left: 60px;
    top: 0;
    transform: rotate(20deg);
    z-index: 3;
}





.noe_singpkg_view-gallery-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0 8px;
    text-align: right;
    text-decoration: none;
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;
}





.noe_singpkg_view-gallery-text {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}





.noe_singpkg_view-gallery-sub {
    width: 100%;
}





.noe_singpkg_info-divider {
    width: 100%;
    height: 1px;
    background: #ffffff2b;
}





.noe_singpkg_info-stats-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding-top: 17px;
}





.noe_singpkg_stat-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
}





.noe_singpkg_stat-value {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}





.packageimg img {
    display: flex;
    flex-flow: column;
    height: 100%;
    object-fit: cover;
}





.packageimg {
    display: flex;
    flex-flow: column;
}





.highlightscontent {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    background: linear-gradient(0deg, #002239 32%, rgb(0 3 8 / 0%) 80%);
    color: #fff;
}





section.noe_singpkg_hero-banner:before {
    content: '';
    background: linear-gradient(180deg, rgb(0 0 0 / 28%) 50%, rgb(0 3 8 / 0%) 100%);
    position: absolute;
    top: 0;
    height: 300px;
    width: 100%;
}





.noe_singpkg_trip-overview-section {
    padding: 56px 0;
    background: #002239;
}





/* ---- Overview text ---- */
.noe_singpkg_overview-header {
    margin-bottom: 48px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    color: #ffffffb3;
    font-size: 17px;
    max-width: 1000px;
}





.noe_singpkg_overview-title {
    margin: 0 0 16px;
    color: var(--primary-blue);
    font-size: 28px;
}





.noe_singpkg_overview-text {
    max-width: 1000px;
    margin: 0;
    line-height: 1.5;
    color: #fff;
    opacity: .8;
    font-size: 17px;
}





.noe_singpkg_overview-divider {
    width: 100%;
    height: 1px;
    margin: 32px 0 40px;
}





/* ---- Stat icons row ---- */
.noe_singpkg_stats-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 32px 16px;
    margin-bottom: 56px;
}





.noe_singpkg_stat-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 2px;
}





.noe_singpkg_stat-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
}





.noe_singpkg_stat-label {
    display: block;
    font-size: 14px;
    opacity: .8;
    color: var(--primary-blue);
    margin-top: 11px;
}





.noe_singpkg_stat-value {
    display: block;
    line-height: 1.4;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    font-size: 15px;
    letter-spacing: -0.3px;
    max-width: 160px;
}

.noe_singpkg_stat-value.noe_singpkg_region-link {
    padding: 11px 0;
}





/* ---- Gallery ---- */
.noe_singpkg_gallery-title {
    margin: 0 0 20px;
    font-size: 20px;
    color: var(--primary-blue);
}





.noe_singpkg_gallery-wrap {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 12px;
    height: 620px;
}





.noe_singpkg_gallery-main {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
}





.noe_singpkg_gallery-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.25s ease;
}





.noe_singpkg_gallery-thumb-slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
}





.noe_singpkg_gallery-thumb-track {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    animation: noe_singpkg_thumb-scroll 18s linear infinite;
}





.noe_singpkg_gallery-thumb-slider:hover .noe_singpkg_gallery-thumb-track {
    animation-play-state: paused;
}





.noe_singpkg_gallery-thumb {
    width: 100%;
    height: 200px;
    object-fit: cover;
    flex-shrink: 0;
    cursor: pointer;
    border-radius: 4px;
    display: block;
}





.noe_singpkg_gallery-thumb.noe_singpkg_active {
    outline: 3px solid;
    outline-offset: -3px;
}





.noe_package-tab-section {
    position: fixed;
    top: 0;
    z-index: 9;
    left: 0;
    right: 0;
    background: var(--primary-blue);
    height: 0;
    visibility: visible;
    transition: 0.3s ease-in-out;
    opacity: 0;
    z-index: 999999;
}





.noe_tab-bar a {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 30px;
}





.noe_tab-bar {
    display: flex;
    gap: 3px;
}





.noe_singpkg_highlights-section {
    padding: 48px 0;
    position: relative;
    overflow: initial !important;
}





/* ---- Title ---- */
.noe_singpkg_highlights-title {
    margin: 0 0 24px;
    line-height: 1.2;
}





/* ---- Trek stop bullet list ---- */
.noe_singpkg_highlights-list {
    list-style: disc;
    margin: 0 0 40px;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}





.noe_singpkg_highlights-item {
    line-height: 1.6;
}





.noe_singpkg_highlights-item-title {
    margin-right: 4px;
}





/* ---- Generic titled content block (heading + paragraphs/bullets) ---- */
.noe_singpkg_content-block {
    margin-bottom: 40px;
    max-width: 900px;
}





.noe_singpkg_block-title {
    margin: 0 0 16px;
}





.noe_singpkg_block-text {
    margin: 0 0 14px;
    line-height: 1.7;
}





.noe_singpkg_block-text:last-child {
    margin-bottom: 0;
}





/* ---- Bullet list with bold label + text ---- */
.noe_singpkg_bullet-list {
    list-style: disc;
    margin: 0;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}





.noe_singpkg_bullet-item {
    line-height: 1.6;
}





.noe_singpkg_bullet-label {
    margin-right: 4px;
}





/* ---- Single large image + caption ---- */
.noe_singpkg_single-image-block {
    margin: 0 0 40px;
}





.noe_singpkg_single-image {
    width: 100%;
    max-width: 900px;
    height: 380px;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}





.noe_singpkg_image-caption {
    margin: 8px 0 0;
    max-width: 900px;
}





/* ---- Two-image row + caption ---- */
.noe_singpkg_image-row-block {
    margin: 0 0 40px;
}





.noe_singpkg_image-row {
    display: flex;
    gap: 12px;
    max-width: 900px;
    height: 340px;
}





.noe_singpkg_image-row-img {
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}





.noe_singpkg_image-row-img-large {
    flex: 1.6;
}





.noe_singpkg_image-row-img-small {
    flex: 1;
}





.noe_singpkg_itinerary-hero {
    position: relative;
    padding: 120px 16px;
    background-image: url('../../../../uploads/2026/07/background.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* simple parallax effect */
}





.noe_singpkg_itinerary-card-wrap {
}





.noe_singpkg_itinerary-card {
    border-radius: 12px;
    padding: 40px;
    background: #ffffffba;
    backdrop-filter: blur(3px);
}





/* ---------------------------------------------------------
     TOP-LEVEL ACCORDION
  --------------------------------------------------------- */
.noe_singpkg_accordion-item {
    border-bottom: 1px solid;
}





.noe_singpkg_accordion-item:last-child {
    border-bottom: none;
}





.noe_singpkg_accordion-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 0;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    font-size: 22px;
    font-family: var(--font-base);
    letter-spacing: -0.8px;
    font-weight: 600;
}





.noe_singpkg_accordion-panel {
    max-height: inherit !important;
    transition: max-height 0.35s ease;
    background: #fff;
    border-radius: 10px;
    height: auto !important;
}





.noe_singpkg_accordion-panel-inner {
    padding: 40px 30px;
}





/* ---------------------------------------------------------
     ITINERARY TOOLBAR (inside "Day To Day Itenerary")
  --------------------------------------------------------- */
.noe_singpkg_itinerary-toolbar {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}





.noe_singpkg_pill-btn {
    padding: 11px 18px;
    border-radius: 999px;
    border: 1px solid;
    background: none;
    cursor: pointer;
    border: 1px solid var(--primary-blue);
    color: var(--primary-blue);
    font-weight: 600;
    font-family: var(--font-base);
    font-size: 16px;
}





.noe_singpkg_link-btn {
    padding: 11px 0;
    border: none;
    background: none;
    cursor: pointer;
    font-weight: 600;
    font-family: var(--font-base);
    color: var(--primary-blue);
    font-size: 17px;
}





/* ---------------------------------------------------------
     DAY-BY-DAY LIST (dotted vertical timeline)
  --------------------------------------------------------- */
.noe_singpkg_day-list {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 0;
}





.noe_singpkg_day-list::before {
    content: '';
    position: absolute;
    left: 46px;
    top: 28px;
    bottom: 10px;
    border-left: 2px dashed #0000004f;
    z-index: 1;
}





.noe_singpkg_day-item {
    position: relative;
    background: #E8F5F4;
    border-radius: 10px;
    padding: 0 0px 0 50px;
}





.noe_singpkg_day-marker {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 32px;
    display: flex;
    justify-content: center;
    z-index: 1;
}





.noe_singpkg_day-dot {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 6px solid #99B7B6;
    background: #C4E7E5;
    position: relative;
}





.noe_singpkg_day-content {
    border-radius: 8px;
    padding: 25px 0 13px 30px;
}





.noe_singpkg_day-header {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    font-family: var(--font-base);
    font-weight: 600;
    letter-spacing: -0.4px;
}





.noe_singpkg_day-number {
    flex-shrink: 0;
    text-align: center;
    line-height: 19px;
    font-family: "DM Serif Display", serif;
    font-size: 41px;
    font-weight: 500;
    margin-top: 8px;
}





.noe_singpkg_day-title {
    flex: 1;
    padding: 0px 40px 0 18px;
    font-size: 21px;
    position: relative;
    z-index: 11111;
}





.noe_singpkg_day-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin: -18px 0 0 0;
    padding: 0px 40px 0 62px;
}





.noe_singpkg_meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    font-size: 15px;
}





.noe_singpkg_day-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    padding: 10px 40px 0 60px;
}





.noe_singpkg_day-body-inner {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}





/* ---------------------------------------------------------
     BOOK BUTTON
  --------------------------------------------------------- */
.noe_singpkg_book-btn {
    width: 100%;
    margin-top: 24px;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}





/* ---------------------------------------------------------
     TRIP MAP SECTION
  --------------------------------------------------------- */
.noe_singpkg_trip-map-section {
    padding: 60px 0;
}





.noe_singpkg_trip-map-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 16px;
}





.noe_singpkg_trip-map-heading-col {
    display: flex;
    flex-direction: column;
    gap: 14px;
}





.noe_singpkg_trip-map-title {
    margin: 0;
}





.noe_singpkg_map-toggle-group {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}





.noe_singpkg_map-toggle-btn {
    padding: 8px 18px;
    border-radius: 6px;
    border: 1px solid;
    background: none;
    cursor: pointer;
}





.noe_singpkg_download-map-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    border-radius: 6px;
    text-decoration: none;
    white-space: nowrap;
}





.noe_singpkg_trip-map-desc {
    max-width: 640px;
    margin: 0 0 20px;
    line-height: 1.6;
}





.noe_singpkg_map-legend {
    display: flex;
    gap: 28px;
    margin-bottom: 20px;
}





.noe_singpkg_legend-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}





.noe_singpkg_legend-swatch {
    width: 26px;
    height: 3px;
    display: inline-block;
}





.noe_singpkg_legend-trail {
    background: currentColor;
}





.noe_singpkg_legend-return {
    background: currentColor;
}





.noe_singpkg_map-view-wrap {
    position: relative;
    width: 100%;
    height: 460px;
}





.noe_singpkg_map-view {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: none;
}





.noe_singpkg_map-view.noe_singpkg_active {
    display: block;
}





.noe_singpkg_map-virtual-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}





.noe_singpkg_map-iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}





span.noe_singpkg_price-old {
    text-decoration: line-through;
    color: #f1f1f182;
    font-size: 23px;
    font-weight: 600;
}





span.noe_singpkg_price-new {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 0;
    color: var(--primary-orange);
    line-height: 27px;
}





span.noe_singpkg_price-per {
    font-size: 15px;
    opacity: .7;
    margin-top: 3px;
    margin-bottom: 5px;
}





.noe_singpkg_stars span {
    color: #F1BE42;
}





span.noe_singpkg_rating-text {
    font-size: 15px;
    opacity: .8;
}





.noe_singpkg_activities-block a {
    text-decoration: underline;
    font-size: 16px;
    font-weight: 600;
}





span.noe_singpkg_activities-label {
    font-size: 15px;
    opacity: .7;
}





h2.noe_singpkg_highlights-title {
    font-size: 45px;
    color: var(--primary-blue);
    width: 100%;
}





.noe_singpkg_day-number small {
    font-size: 16px;
    opacity: .9;
    font-weight: 300;
    letter-spacing: 0.6px;
}





.wrap_cntmain_sec {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
    align-items: flex-start;
}





.rightnoe_cntsecs {
    width: 302px;
    position: sticky !important;
    background: #fff;
    top: 110px;
}





.leftnoe_cntsecs {
    width: calc(100% - 460px);
    display: flex;
    flex-flow: column;
}





.noe_singpkg_highlights-list li, .leftnoe_cntsecs ul, .leftnoe_cntsecs li, .leftnoe_cntsecs strong, .leftnoe_cntsecs p {
    font-size: 16px;
    font-family: var(--font-base) !important;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    opacity: 1;
    color: #4a4856;
}





.noe_singpkg_highlights-list ul {
    gap: 11px;
    display: flex;
    flex-flow: column;
}





.noe_singpkg_includes_excludes {
    border-top: 1px solid #cccccc52;
    border-bottom: 1px solid #cccccc52;
    padding-top: 60px;
    display: flex;
}





.noe_singpkg_overview-header p, .noe_singpkg_overview-header ul {
    color: #fff;
    font-size: 17px;
    opacity: .8;
}





.noe_singpkg_overview-title h2 {
}





.noe_singpkg_day-item.noe_singpkg_active .noe_singpkg_day-dot {
    background: #0D7394;
    border-color: var(--primary-blue);
}





.noe_singpkg_day-item.noe_singpkg_active {
    background: #F4F5F8;
}





.noe_singpkg_day-item.noe_singpkg_active:after {
    content: '-';
}





.noe_singpkg_day-item:after {
    content: '+';
    position: absolute;
    right: 30px;
    z-index: 111;
    font-size: 31px;
    top: 14px;
    /* Purely decorative — the real clickable element is the
       .noe_singpkg_day-header button underneath it. Without this, the
       high z-index makes this icon intercept clicks meant for that button:
       tapping directly on the +/- (instead of elsewhere on the row) silently
       did nothing, because the click landed on this overlay, not the button. */
    pointer-events: none;
}





.pkgincludes_exd {
    background: #f6fffa;
    padding: 40px 30px;
    border-bottom: 3px solid green;
}





.pkgincludes_exd h4 {
    color: #03a84e;
    font-size: 23px;
}





.pkgincludes_exd.exds h4 {
    color: red;
}





.pkgincludes_exd.exds {
    background: #f9f0f0;
    border-bottom: 3px solid #f00;
}





.single_pkg_content_sec h3, .single_pkg_content_sec h2, .single_pkg_content_sec h4 {
    letter-spacing: -0.8px;
    margin-top: 30px;
    margin-bottom: 20px;
}





.noe_singpkg_highlights-list h2 {
    color: var(--primary-blue);
}





.single_pkg_content_sec h3 {
    font-size: 1.6rem;
}





.single_pkg_content_sec h4 {
    font-size: 1.3rem;
}





.single_pkg_content_sec h2 {
    color: var(--primary-blue);
    font-size: 2.3rem;
}





.single_pkg_content_sec {
    border-top: 1px solid #e6e4e4;
    margin-top: 30px;
    padding-top: 30px;
}





.noe_singpkg_highlights-list li strong {
    font-weight: 600;
    color: #000;
    letter-spacing: -0.1px;
}





.rightnoe_cntsecs .price-section {
    display: flex;
    align-items: center;
    flex-flow: column;
    border: none;
    margin-bottom: 0;
    padding-bottom: 5px;
}





.rightnoe_cntsecs .price-section span.from-label {
    display: none;
}





.rightnoe_cntsecs .price-amount {
    margin: 0;
    line-height: 35px;
    color: #fff;
}





.rightnoe_cntsecs div#bookingCard {
    background: linear-gradient(135deg, #0791BE 0%, #36A8D1 100%);
    border-radius: 20px;
    padding: 35px 20px 25px 20px;
    color: #fff;
    box-shadow: 0 15px 35px rgba(7, 145, 190, 0.22);
    border: 1px solid rgba(255,255,255,0.08);
    transition: all .3s ease;
    margin-bottom: 20px;
}





.rightnoe_cntsecs div#bookingCard:before {
    display: none;
}





.rightnoe_cntsecs span.per-person {
    color: #ffff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 7px;
    margin-top: 7px;
    font-size: 12px;
    opacity: 0.8;
}





.rightnoe_cntsecs .booking-info {
    margin: 0;
    color: #0791BE;
    margin-bottom: 13px;
}





.rightnoe_cntsecs div#bookingCard .info-row {
    color: #fff;
    padding: 6px 0px;
    margin-bottom: 0;
    border-color: #ffffff14;
}





.rightnoe_cntsecs div#bookingCard .info-row span {
    color: #fff;
}





.rightnoe_cntsecs div#bookingCard .info-row strong {
    color: #fff;
}





.rightnoe_cntsecs div#bookingCard .booking-actions {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}





.rightnoe_cntsecs div#bookingCard .booking-actions button {
    padding: 11px 11px !important;
    width: 50%;
    font-family: var(--font-base) !important;
    letter-spacing: -0.2px;
    border-radius: 6px !important;
}





.rightnoe_cntsecs div#expertCard {
    background: #fff;
    border: none;
}





.rightnoe_cntsecs div#expertCard p.expert-name {
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 11px;
    color: #073e51;
    font-weight: 600;
}





.rightnoe_cntsecs h4 {
    margin-bottom: 6px;
    font-family: var(--font-base);
    font-weight: 500;
    letter-spacing: -0.5px;
    font-size: 23px;
}





.rightnoe_cntsecs div#expertCard p {
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.3px;
    color: #000;
    opacity: .5;
}





.rightnoe_cntsecs div#expertCard .expert-image-circle {
    width: 110px;
    height: 110px;
}





.rightnoe_cntsecs div#bookingCard .booking-actions button#openInquiry {
    background: #ffffff;
    color: var(--primary-blue);
    transition: all .3s ease;
}





.innerpge_exp {
    background: none !important;
    padding-bottom: 0 !important;
}





.innerfaq {
    padding-top: 50px;
}





.noe_singpkg_overview-header h3 {
    color: #fff;
    margin-top: 50px;
}





.noe_singpkg_overview-header h3 {
    color: #fff;
    margin-top: 50px;
}





.noe_singpkg_overview-header h2 {
    color: var(--primary-blue);
    border-top: 1px solid #ffffff0f;
    padding-top: 45px;
    margin-top: 45px;
}





.single_pkg_content_sec h2:first-child {
    margin-top: 0;
}

/* Trek description content sometimes includes data tables (season/difficulty
   comparisons etc.) written directly into the WYSIWYG field, with no borders
   or header styling at all by default. */
.single_pkg_content_sec table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}

.single_pkg_content_sec table th,
.single_pkg_content_sec table td {
    border: 1px solid var(--color-border);
    padding: 10px 15px;
    text-align: left;
}

.single_pkg_content_sec table th {
    background: var(--color-light-bg);
    font-weight: 600;
}

/* With no explicit mobile handling, a narrow browser squeezes every column
   to fit the screen width, turning text into an unreadable mess. Making the
   table itself horizontally scrollable (instead of shrinking) keeps every
   cell legible. */
@media (max-width: 767px) {
    .single_pkg_content_sec table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        max-width: 100%;
    }

    .single_pkg_content_sec table th,
    .single_pkg_content_sec table td {
        white-space: nowrap;
    }
}
.noe_package-tab-section {
    position: fixed;
    top: 0;
    z-index: 9;
    left: 0;
    right: 0;
    background: #ffffff;
    border-bottom: 1px solid var(--color-border);
    box-shadow: var(--shadow-sm);
    height: 0;
    visibility: visible;
    transition: 0.3s ease-in-out;
    opacity: 0;
    z-index: 999999;
}

.noe_tab-bar a {
    color: var(--color-text);
    font-weight: 600;
    font-size: 14px;
    padding: 16px 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-bottom: 3px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.noe_tab-bar a i {
    color: var(--primary-blue);
    font-size: 15px;
}

.noe_tab-bar {
    display: flex;
    gap: 3px;
}
