/* ============================================================
   Sedunia /temp_new revamp layer — 2026-08-01
   Every rule is scoped to body.sed-revamp so nothing leaks
   to the live homepage or any other page.
   Brand: gold #c8a24d · deep green #0f6f51 · ink #181818
   ============================================================ */

/* ---------- 1. Section rhythm & typography ---------- */

body.sed-revamp .e-con-boxed.e-parent {
    padding-top: 34px;
    padding-bottom: 34px;
}

body.sed-revamp .elementor-widget-heading .elementor-heading-title {
    font-family: "Barlow", sans-serif;
    letter-spacing: .01em;
}

/* Small sub-headline ("CRAFTED WITH CARE" etc.) — the theme paints these as
   white text on a green brush-stroke image that overflows; replace with a
   gold eyebrow kicker matching the reviews section. */
body.sed-revamp .heading_with_bg {
    background: none !important;
    background-image: none !important;
    min-height: 0 !important;
    padding: 0 !important;
}

body.sed-revamp .heading_with_bg .elementor-heading-title {
    position: relative;
    display: inline-block;
    background: none !important;
    color: #c8a24d !important;
    font-family: "Barlow", sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: .26em;
    text-transform: uppercase;
    text-shadow: none !important;
    padding: 0 !important;
    line-height: 1.6;
}

body.sed-revamp .heading_with_bg .elementor-heading-title::after {
    content: "";
    display: block;
    width: 56px;
    height: 3px;
    margin: 10px auto 0;
    border-radius: 2px;
    background: linear-gradient(90deg, #c8a24d, #e6cf9a);
}

/* Intro paragraphs under section titles — narrower and calmer */
body.sed-revamp .elementor-widget-text-editor.elementor-widget__width-initial {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

body.sed-revamp .elementor-widget-text-editor.elementor-widget__width-initial p {
    color: #5a5a55;
    line-height: 1.75;
    font-size: 15.5px;
}

/* ---------- 2. Tour tiles ---------- */

body.sed-revamp .btSingleTourBlock {
    border-radius: 18px;
    background: #fff;
    overflow: hidden;
    border: 1px solid rgba(24, 24, 24, .07);
    box-shadow: 0 6px 18px rgba(24, 24, 24, .06);
    transition: transform .35s ease, box-shadow .35s ease;
}

body.sed-revamp .btSingleTourBlock:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 38px rgba(24, 24, 24, .14);
}

body.sed-revamp .btSingleTourBlock .btSingleTourBlockInner {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
}

/* Image area: zoom on hover + soft gradient for legibility of badges */
body.sed-revamp .btSingleTourBlock .btImageWrapper {
    position: relative;
    overflow: hidden;
}

body.sed-revamp .btSingleTourBlock .btImageWrapper > a > img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform .6s ease;
}

body.sed-revamp .btSingleTourBlock:hover .btImageWrapper > a > img {
    transform: scale(1.06);
}

body.sed-revamp .btSingleTourBlock .btImageWrapper::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 46%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .42) 100%);
    pointer-events: none;
}

/* Meta row below the image (added by sedunia-temp-new.js):
   brand logo on the left, location pin on the right. */
body.sed-revamp .sed-tile-locrow {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 30px;
    padding: 10px 16px 0;
}

body.sed-revamp .sed-tile-locrow .sed-tile-loc {
    margin-left: auto;
    flex: 0 1 auto;
    min-width: 0;
}

/* Brand logo relocated into the meta row — strip the theme's chip styling */
body.sed-revamp .sed-tile-locrow .brand-logo.tourbrandlogo {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    border-radius: 0;
    flex: 0 0 auto;
    z-index: auto;
}

body.sed-revamp .sed-tile-locrow .taxo-image-brand {
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}

body.sed-revamp .sed-tile-locrow .brand-logo.tourbrandlogo img {
    max-height: 24px !important;
    max-width: 110px !important;
    width: auto !important;
    height: auto !important;
    display: block;
    object-fit: contain;
}

body.sed-revamp .sed-tile-loc {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    max-width: 100%;
    padding: 4px 11px 4px 8px;
    border-radius: 999px;
    background: #f6f3ec;
    border: 1px solid rgba(200, 162, 77, .35);
    color: #6a5b38;
    font-family: "Barlow", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .02em;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.sed-revamp .sed-tile-loc svg {
    flex: 0 0 auto;
    width: 12px;
    height: 12px;
    fill: #0f6f51;
}

/* Offer promo strip — slim gold banner between the image and the meta row
   (the JS moves .btTourOffer off the image into this). Any offer tag still
   left on an image is hidden. */
body.sed-revamp .btSingleTourBlock .btImageWrapper .btTourOffer {
    display: none !important;
}

body.sed-revamp .sed-tile-offerstrip {
    display: block;
    margin-top: -6px;
    padding: 6px 14px;
    background: linear-gradient(120deg, #b58f3e, #d8b76a);
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Any brand logo still left on the image (tile variants the JS didn't
   relocate) is hidden — the meta row below the image owns the logo now. */
body.sed-revamp .btSingleTourBlock .btImageWrapper .brand-logo.tourbrandlogo {
    display: none;
}

/* Content area */
body.sed-revamp .btSingleTourBlock .btSingleTourContent {
    display: block !important;
    padding: 6px 0 0;
}

/* Tour name. The theme's global_css rule (4-class specificity) plus Chrome's
   legacy line-clamp box was collapsing the headline to width 0 — force a
   visible block with explicit width. */
body.sed-revamp .btSingleTourBlock .btSingleTourContent .btSingleTourHeadline {
    display: block !important;
    width: 100% !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 8px 16px 0 !important;
}

body.sed-revamp .btSingleTourBlock .btSingleTourContent .btSingleTourHeadline a {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    width: 100% !important;
    min-height: 44px;
    font-family: "Barlow", sans-serif !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    color: #181818 !important;
    text-decoration: none;
    transition: color .25s ease;
}

body.sed-revamp .btSingleTourBlock .btSingleTourContent .btSingleTourHeadline a:hover {
    color: #0f6f51 !important;
}

/* Cruise slider tiles (.newcols, loaded via AJAX from the cruise widget)
   duplicate the title in an "old" block and print the country as text —
   hide both; the pin badge and the forced headline handle it. */
body.sed-revamp .btSingleTourBlock .old-btSingleTourContent {
    display: none !important;
}

body.sed-revamp .btSingleTourBlock .slidertourdestination,
body.sed-revamp .btSingleTourBlock .brand-destination {
    display: none !important;
}

/* Cruise tile footer: View Tour pill on the left, price on the right */
body.sed-revamp .btSingleTourBlock .main-title-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
}

body.sed-revamp .btSingleTourBlock .btmeta_details {
    margin: 0;
}

body.sed-revamp .btSingleTourBlock .btViewDetails {
    display: block;
    margin: 0;
}

body.sed-revamp .btSingleTourBlock .btViewDetails a {
    display: inline-block !important;
    padding: 8px 18px !important;
    border-radius: 999px !important;
    background: #0f6f51 !important;
    color: #fff !important;
    font-family: "Barlow", sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: .03em;
    line-height: 1.2 !important;
    white-space: nowrap;
    text-decoration: none;
    box-shadow: none !important;
    transition: background .25s ease;
}

body.sed-revamp .btSingleTourBlock .btViewDetails a:hover {
    background: #c8a24d !important;
}

body.sed-revamp .btSingleTourBlock .title-price1 {
    text-align: right;
}

/* Tour type + promo tags */
body.sed-revamp .btSingleTourBlock .tiles-meta-alignment {
    margin-top: 10px;
    padding: 0 16px;
}

body.sed-revamp .btSingleTourBlock .brand-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

body.sed-revamp .btSingleTourBlock .option-term {
    display: inline-block;
    margin: 0;
    padding: 4px 12px !important;
    border-radius: 999px;
    background: #eef6f2 !important;
    border: 1px solid rgba(15, 111, 81, .25);
    color: #0f6f51 !important;
    font-family: "Barlow", sans-serif;
    font-size: 12px !important;
    font-weight: 600;
    letter-spacing: .03em;
}

body.sed-revamp .btSingleTourBlock .option-term:hover {
    background: #0f6f51 !important;
    color: #fff !important;
}

body.sed-revamp .btSingleTourBlock .option-term svg {
    width: 11px;
    height: 11px;
    fill: currentColor;
    margin-right: 5px;
    vertical-align: -1px;
}

/* Private tours get a gold tint to distinguish from 2 to Go (green) */
body.sed-revamp .btSingleTourBlock .option-term.sed-type-private {
    background: #faf3e3 !important;
    border-color: rgba(200, 162, 77, .45);
    color: #8a6b25 !important;
}

body.sed-revamp .btSingleTourBlock .option-term.sed-type-private:hover {
    background: #c8a24d !important;
    color: #fff !important;
}

body.sed-revamp .sed-tile-promo {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 999px;
    background: #faf3e3;
    border: 1px solid rgba(200, 162, 77, .45);
    color: #8a6b25;
    font-family: "Barlow", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .03em;
}

/* Price row — anchored to card bottom */
body.sed-revamp .btSingleTourBlock .brand-pricing {
    margin-top: auto;
    padding: 12px 16px 16px;
    border-top: 1px dashed rgba(24, 24, 24, .12);
}

body.sed-revamp .btSingleTourBlock .brand-pricing .btSingleTourPrice {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

body.sed-revamp .btSingleTourBlock .btTourOffertitle {
    font-family: "Barlow", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #8b8b85;
}

body.sed-revamp .btSingleTourBlock .btTourPrice del {
    color: #b3b3ad;
    font-size: 13px;
    margin-right: 6px;
}

body.sed-revamp .btSingleTourBlock .btTourPrice ins {
    text-decoration: none;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #0f6f51;
}

body.sed-revamp .btSingleTourBlock .btTourPrice ins span {
    font-size: 21px;
    letter-spacing: .01em;
}

/* Regular (cruise) tiles print the country as plain text — the pin badge
   replaces it on this page, so hide the duplicate. */
body.sed-revamp .btSingleTourBlock.regular .brand-destination {
    display: none;
}

/* Slider frame niceties */
body.sed-revamp .owl-carousel .owl-item {
    padding: 8px 0 22px;
}

body.sed-revamp .owl-dots .owl-dot,
body.sed-revamp .owl-theme .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    border-radius: 6px !important;
    background: #d9d2c2 !important;
    transition: all .25s ease;
}

body.sed-revamp .owl-dots .owl-dot.active,
body.sed-revamp .owl-theme .owl-dots .owl-dot.active span {
    width: 26px !important;
    border-radius: 6px !important;
    background: #c8a24d !important;
}

/* ---------- 3. Google Reviews slider (before FAQ) ---------- */

body.sed-revamp .sed-greviews {
    background:
        radial-gradient(1200px 400px at 85% -10%, rgba(200, 162, 77, .10), transparent 60%),
        #faf7f1;
    padding: 64px 0 58px;
    margin-top: 20px;
}

body.sed-revamp .sed-greviews__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

body.sed-revamp .sed-greviews__header {
    text-align: center;
    margin-bottom: 34px;
}

body.sed-revamp .sed-greviews__eyebrow {
    display: inline-block;
    font-family: "Barlow", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: #c8a24d;
    margin-bottom: 10px;
}

body.sed-revamp .sed-greviews__header h2 {
    font-family: "Barlow", sans-serif;
    font-size: clamp(26px, 3.4vw, 38px);
    font-weight: 700;
    color: #181818;
    margin: 0 0 14px;
}

body.sed-revamp .sed-greviews__score {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px;
    background: #fff;
    border: 1px solid rgba(24, 24, 24, .08);
    border-radius: 999px;
    box-shadow: 0 4px 14px rgba(24, 24, 24, .07);
}

body.sed-revamp .sed-greviews__rating {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #181818;
}

body.sed-revamp .sed-star {
    color: #f5b301;
    font-size: 15px;
    line-height: 1;
}

body.sed-revamp .sed-greviews__link {
    font-family: "Barlow", sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    color: #0f6f51;
    text-decoration: none;
    border-left: 1px solid rgba(24, 24, 24, .14);
    padding-left: 12px;
}

body.sed-revamp .sed-greviews__link:hover {
    color: #c8a24d;
}

body.sed-revamp .sed-greviews__sub {
    margin: 14px 0 0;
    color: #6a6a64;
    font-size: 14.5px;
}

/* Track: scroll-snap carousel (JS adds arrows/dots/autoplay) */
body.sed-revamp .sed-greviews__slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 6px 4px 18px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

body.sed-revamp .sed-greviews__slider::-webkit-scrollbar {
    display: none;
}

body.sed-revamp .sed-greview-card {
    flex: 0 0 calc((100% - 40px) / 3);
    scroll-snap-align: start;
    background: #fff;
    border: 1px solid rgba(24, 24, 24, .07);
    border-radius: 16px;
    padding: 22px 22px 24px;
    box-shadow: 0 6px 18px rgba(24, 24, 24, .06);
    display: flex;
    flex-direction: column;
}

@media (max-width: 1024px) {
    body.sed-revamp .sed-greview-card {
        flex-basis: calc((100% - 20px) / 2);
    }
}

@media (max-width: 640px) {
    body.sed-revamp .sed-greview-card {
        flex-basis: 88%;
    }
}

body.sed-revamp .sed-greview-card__top {
    display: flex;
    align-items: center;
    gap: 12px;
}

body.sed-revamp .sed-greview-card__avatar {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0f6f51, #157245);
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-size: 18px;
}

body.sed-revamp .sed-greview-card__who {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

body.sed-revamp .sed-greview-card__name {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-size: 15.5px;
    color: #181818;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.sed-revamp .sed-greview-card__meta {
    font-size: 12.5px;
    color: #8b8b85;
}

body.sed-revamp .sed-greview-card__g {
    margin-left: auto;
    flex: 0 0 auto;
}

body.sed-revamp .sed-greview-card__stars {
    margin: 12px 0 8px;
    display: flex;
    gap: 2px;
}

body.sed-revamp .sed-greview-card__text {
    margin: 0;
    color: #45453f;
    font-size: 14.5px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

body.sed-revamp .sed-greview-card.is-expanded .sed-greview-card__text {
    -webkit-line-clamp: unset;
    display: block;
}

body.sed-revamp .sed-greview-card__more {
    margin-top: 10px;
    align-self: flex-start;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-family: "Barlow", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #0f6f51;
}

body.sed-revamp .sed-greview-card__more:hover {
    color: #c8a24d;
}

/* Carousel controls (added by JS) */
body.sed-revamp .sed-greviews__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 4px;
}

body.sed-revamp .sed-greviews__arrow {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(24, 24, 24, .14);
    background: #fff;
    color: #181818;
    font-size: 17px;
    line-height: 1;
    cursor: pointer;
    transition: all .25s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body.sed-revamp .sed-greviews__arrow:hover {
    background: #0f6f51;
    border-color: #0f6f51;
    color: #fff;
}

body.sed-revamp .sed-greviews__dots {
    display: flex;
    gap: 6px;
}

body.sed-revamp .sed-greviews__dot {
    width: 8px;
    height: 8px;
    border-radius: 6px;
    border: none;
    padding: 0;
    background: #d9d2c2;
    cursor: pointer;
    transition: all .25s ease;
}

body.sed-revamp .sed-greviews__dot.is-active {
    width: 26px;
    background: #c8a24d;
}

/* ---------- Elementor buttons (cruise "Load More" etc.) ----------
   The Elementor kit (post-7.css) sets button backgrounds to transparent,
   which leaves white-on-white text when WP Rocket serves the raw CSS.
   Give buttons an explicit brand style so they can never disappear. */
body.sed-revamp .elementor-widget-button .elementor-button {
    background: #0f6f51 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 999px !important;
    padding: 14px 38px !important;
    font-family: "Barlow", sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: .06em;
    text-transform: uppercase;
    transition: background .25s ease, transform .25s ease;
}

body.sed-revamp .elementor-widget-button .elementor-button:hover {
    background: #c8a24d !important;
    color: #fff !important;
    transform: translateY(-2px);
}

/* ---------- Footer: company registration line (above the address) ---------- */

body.sed-revamp .sed-company-reg {
    margin-bottom: 14px;
}

body.sed-revamp .sed-company-reg__name {
    margin: 0;
    font-family: "Barlow", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #181818;
    line-height: 1.4;
}

body.sed-revamp .sed-company-reg__no {
    margin: 2px 0 0;
    font-family: "Barlow", sans-serif;
    font-size: 12.5px;
    color: #6a6a64;
    letter-spacing: .02em;
}

/* ---------- Footer social icons: official brand colors ---------- */

body#new-design.sed-revamp #main_footer .wp-block-social-links .wp-social-link {
    border-radius: 50%;
    overflow: hidden;
    transition: transform .25s ease;
}

body#new-design.sed-revamp #main_footer .wp-block-social-links .wp-social-link:hover {
    transform: translateY(-3px);
}

body#new-design.sed-revamp #main_footer .wp-block-social-links .wp-social-link a {
    background: transparent !important;
    color: #fff !important;
}

body#new-design.sed-revamp #main_footer .wp-block-social-links .wp-social-link svg {
    fill: #fff !important;
    color: #fff !important;
}

body#new-design.sed-revamp #main_footer .wp-social-link-facebook {
    background: #1877f2 !important;
}

body#new-design.sed-revamp #main_footer .wp-social-link-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%) !important;
}

body#new-design.sed-revamp #main_footer .wp-social-link-linkedin {
    background: #0a66c2 !important;
}

body#new-design.sed-revamp #main_footer .wp-social-link-youtube {
    background: #ff0000 !important;
}

body#new-design.sed-revamp #main_footer .wp-social-link-tiktok {
    background: #010101 !important;
}

body#new-design.sed-revamp #main_footer .wp-social-link-x,
body#new-design.sed-revamp #main_footer .wp-social-link-twitter {
    background: #000 !important;
}

body#new-design.sed-revamp #main_footer .wp-social-link-xiaohongshu {
    background: #ff2442 !important;
}

/* Any network without a brand rule above: dark green fallback so the white
   glyph always has contrast */
body#new-design.sed-revamp #main_footer .wp-block-social-links .wp-social-link:not([class*="-facebook"]):not([class*="-instagram"]):not([class*="-linkedin"]):not([class*="-youtube"]):not([class*="-tiktok"]):not([class*="-twitter"]):not([class*="-xiaohongshu"]):not([class*="wp-social-link-x "]) {
    background: #0f6f51 !important;
}

/* ---------- 4. FAQ polish (plugin renders on this page after patch) ---------- */

body.sed-revamp .sedunia-home-faqs {
    background: #fff;
}

body.sed-revamp .sedunia-home-faqs h2 {
    font-family: "Barlow", sans-serif;
}

/* ---------- 5. Blog carousel cards ---------- */

body.sed-revamp .wpc-card,
body.sed-revamp [class*="wpc-"] a[class*="card"] {
    border-radius: 16px;
    overflow: hidden;
}

body.sed-revamp .wpc-title {
    font-family: "Barlow", sans-serif;
}
