/* Fullscreen banner adjustments for this template variant */
        body.fullscreen-template {
            overflow-x: hidden;
        }

        body.fullscreen-template #header {
            --desert-brown: #8a5a2b;
            --desert-brown-dark: #5f3a1c;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1030;
            background: transparent;
            transition: transform .35s ease, color .35s ease;
        }

        body.fullscreen-template #header::before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: -1;
            background: linear-gradient(180deg, rgba(18, 12, 8, .88) 0%, rgba(18, 12, 8, .68) 54%, rgba(18, 12, 8, .18) 100%);
            /*border-bottom: 1px solid rgba(255, 255, 255, .12);*/
            box-shadow: 0 18px 48px rgba(0, 0, 0, .18);
            backdrop-filter: blur(14px);
            -webkit-backdrop-filter: blur(14px);
            transition: background .35s ease, border-color .35s ease, box-shadow .35s ease;
        }

        body.fullscreen-template #header.is-scrolled::before {
            background: rgba(255, 255, 255, .96);
            border-bottom-color: rgba(138, 90, 43, .14);
            box-shadow: 0 12px 34px rgba(70, 42, 22, .12);
        }

        body.fullscreen-template #header .header-topbar,
        body.fullscreen-template #header .header-navbar {
            background: transparent;
            box-shadow: none;
            transition: color .35s ease, border-color .35s ease;
        }

        body.fullscreen-template #header .header-topbar {
            border-bottom: 1px solid rgba(255, 255, 255, .12);
        }

        body.fullscreen-template #header.is-scrolled .header-topbar {
            display: none;
            border-bottom-color: rgba(138, 90, 43, .12);
        }

        body.fullscreen-template #header.is-scrolled .header-navbar {
            min-height: 78px;
            background: #fff;
        }

        body.fullscreen-template #header .header-topbar a,
        body.fullscreen-template #header .header-topbar span,
        body.fullscreen-template #header .navbar .nav-link,
        body.fullscreen-template #header .navbar .navbar-toggler,
        body.fullscreen-template #header .dropdown-toggle-icon,
        body.fullscreen-template #header .circle-icon {
            color: #fff;
            transition: color .35s ease, background-color .35s ease, border-color .35s ease;
        }

        body.fullscreen-template #header.is-scrolled .header-topbar a,
        body.fullscreen-template #header.is-scrolled .header-topbar span,
        body.fullscreen-template #header.is-scrolled .navbar .nav-link,
        body.fullscreen-template #header.is-scrolled .navbar .navbar-toggler,
        body.fullscreen-template #header.is-scrolled .dropdown-toggle-icon,
        body.fullscreen-template #header.is-scrolled .circle-icon {
            color: var(--desert-brown);
        }

        body.fullscreen-template #header .navbar .nav-link:hover,
        body.fullscreen-template #header .navbar .nav-link.active {
            color: #fff;
        }

        body.fullscreen-template #header.is-scrolled .navbar .nav-link:hover,
        body.fullscreen-template #header.is-scrolled .navbar .nav-link.active {
            color: var(--desert-brown-dark);
        }

        body.fullscreen-template #header .navbar-brand img {
            transition: opacity .25s ease, transform .35s ease;
        }

        body.fullscreen-template #header.is-scrolled .navbar-brand img {
            transform: scale(.96);
        }

        body.fullscreen-template #header .dropdown-menu {
            border: 1px solid rgba(138, 90, 43, .12);
            box-shadow: 0 18px 46px rgba(70, 42, 22, .16);
        }

        body.fullscreen-template #header .dropdown-item {
            color: var(--desert-brown);
        }

        body.fullscreen-template #header .dropdown-item:hover,
        body.fullscreen-template #header .dropdown-item.active {
            color: var(--desert-brown-dark);
        }

        body.fullscreen-template #header .vr {
            opacity: .45;
        }

        body.fullscreen-template .fullscreen-hero {
            min-height: 100vh;
            height: 100vh;
            overflow: hidden;
            background: #0b1724;
        }

        body.fullscreen-template .fullscreen-hero .hero-carousel,
        body.fullscreen-template .fullscreen-hero .carousel-inner,
        body.fullscreen-template .fullscreen-hero .hero-item,
        body.fullscreen-template .fullscreen-hero .hero-bg {
            min-height: 100vh;
            height: 100vh;
        }

        body.fullscreen-template .fullscreen-hero .hero-bg::after {
            background: linear-gradient(90deg, rgba(0, 0, 0, .72) 0%, rgba(0, 0, 0, .36) 48%, rgba(0, 0, 0, .52) 100%);
        }

        body.fullscreen-template .fullscreen-hero .hero-bg img,
        body.fullscreen-template .fullscreen-hero .hero-bg video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        body.fullscreen-template .fullscreen-hero .hero-caption {
            position: absolute;
            inset: 0;
            z-index: 2;
            display: flex;
            align-items: center;
            text-align: left;
            padding: 150px 0 145px;
        }

        body.fullscreen-template .fullscreen-hero .hero-sub-title span {
            display: inline-flex;
            align-items: center;
            gap: .65rem;
        }

        body.fullscreen-template .fullscreen-hero .hero-sub-title span::before {
            content: "";
            width: 42px;
            height: 1px;
            background: currentColor;
            opacity: .85;
        }

        body.fullscreen-template .fullscreen-hero .hero-title {
            max-width: 760px;
            line-height: 1.02;
        }

        body.fullscreen-template .fullscreen-hero .hero-desc {
            max-width: 620px;
            font-size: 1.15rem;
            margin-top: 1.25rem;
        }

        body.fullscreen-template .fullscreen-hero .hero-action {
            display: inline-flex;
            align-items: center;
            gap: 1rem;
            margin-top: 2rem;
        }

        body.fullscreen-template .fullscreen-hero .hero-indicators {
            z-index: 4;
            bottom: 115px;
            justify-content: flex-start;
            margin-left: calc((100% - 1320px) / 2 + .75rem);
        }

        body.fullscreen-template .fullscreen-hero .carousel-control-prev,
        body.fullscreen-template .fullscreen-hero .carousel-control-next {
            z-index: 4;
        }

        body.fullscreen-template .fullscreen-hero .search-hero-wrap {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 24px;
            z-index: 5;
        }

        body.fullscreen-template .fullscreen-hero .search-hero {
            margin-top: 0;
        }

        @media (max-width: 1199.98px) {
            body.fullscreen-template .fullscreen-hero,
            body.fullscreen-template .fullscreen-hero .hero-carousel,
            body.fullscreen-template .fullscreen-hero .carousel-inner,
            body.fullscreen-template .fullscreen-hero .hero-item,
            body.fullscreen-template .fullscreen-hero .hero-bg {
                min-height: 100svh;
                height: 100svh;
            }

            body.fullscreen-template .fullscreen-hero .hero-caption {
                padding: 120px 0 190px;
            }

            body.fullscreen-template .fullscreen-hero .hero-indicators {
                margin-left: .75rem;
                bottom: 150px;
            }
        }









/*        @media (max-width: 767.98px) {
            body.fullscreen-template .header-topbar {
                display: none;
            }

            body.fullscreen-template #header::before {
                background: linear-gradient(180deg, rgba(18, 12, 8, .92) 0%, rgba(18, 12, 8, .72) 100%);
            }

            body.fullscreen-template .fullscreen-hero .hero-caption {
                text-align: center;
                padding: 96px 0 280px;
            }

            body.fullscreen-template .fullscreen-hero .hero-title {
                font-size: 2.45rem;
            }

            body.fullscreen-template .fullscreen-hero .hero-desc {
                font-size: 1rem;
                margin-left: auto;
                margin-right: auto;
            }

            body.fullscreen-template .fullscreen-hero .hero-action {
                flex-wrap: wrap;
                justify-content: center;
            }

            body.fullscreen-template .fullscreen-hero .hero-indicators {
                justify-content: center;
                bottom: 250px;
                margin-left: 0;
            }

            body.fullscreen-template .fullscreen-hero .search-hero-wrap {
                bottom: 12px;
            }
        }*/






        /* Corrige el salto del header fullscreen en scroll */
        body.fullscreen-template #header,
        body.fullscreen-template #header.header-sticked,
        body.fullscreen-template #header.header-sticked.header-showed {
            position: fixed !important;
            top: 0 !important;
            left: 0;
            right: 0;
            opacity: 1 !important;
            visibility: visible !important;
            transform: none !important;
        }

        /* Anula el comportamiento original que escondía el navbar */
        body.fullscreen-template #header.header-sticked .header-navbar,
        body.fullscreen-template #header.header-sticked.header-showed .header-navbar {
            position: relative !important;
            top: auto !important;
            left: auto !important;
            right: auto !important;
            opacity: 1 !important;
            transform: none !important;
        }

        /* Evita que el template empuje el contenido hacia abajo */
        body.fullscreen-template #header.header-sticked + main {
            margin-top: 0 !important;
        }

        /* Oculta el preheader sin salto brusco */
        body.fullscreen-template #header .header-topbar {
            max-height: 40px;
            overflow: hidden;
            opacity: 1;
            visibility: visible;
            transition: max-height .28s ease, opacity .2s ease, visibility .2s ease;
        }

        body.fullscreen-template #header.is-scrolled .header-topbar {
            display: flex !important;
            max-height: 0;
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            border-bottom: 0;
        }

        /* Mantiene solo el menú principal blanco al hacer scroll */
        body.fullscreen-template #header.is-scrolled .header-navbar {
            min-height: 78px;
            background: #fff;
            box-shadow: 0 12px 34px rgba(70, 42, 22, .12);
        }

        body.fullscreen-template #header.is-scrolled .header-navbar .navbar {
            height: 78px;
        }


        /* Menu movil: texto marron desde el inicio dentro del offcanvas */
        @media (max-width: 1199.98px) {
            body.fullscreen-template #header .offcanvas-navbar {
                background: #fff;
            }

            body.fullscreen-template #header .offcanvas-navbar .nav-link,
            body.fullscreen-template #header .offcanvas-navbar .dropdown-toggle-icon,
            body.fullscreen-template #header .offcanvas-navbar .dropdown-item,
            body.fullscreen-template #header .offcanvas-navbar .mega-menu-title {
                color: var(--desert-brown) !important;
            }

            body.fullscreen-template #header .offcanvas-navbar .nav-link:hover,
            body.fullscreen-template #header .offcanvas-navbar .nav-link:focus,
            body.fullscreen-template #header .offcanvas-navbar .nav-link.active,
            body.fullscreen-template #header .offcanvas-navbar .dropdown-item:hover,
            body.fullscreen-template #header .offcanvas-navbar .dropdown-item:focus,
            body.fullscreen-template #header .offcanvas-navbar .dropdown-item.active {
                color: var(--desert-brown-dark) !important;
            }

            body.fullscreen-template #header .offcanvas-navbar .dropdown-menu {
                background: #fff;
            }
        }




        /* Corrige calendario y selector del buscador del hero */
.fullscreen-hero {
    overflow: visible !important;
    z-index: 30;
}

.fullscreen-hero .hero-bg {
    overflow: hidden;
}

.fullscreen-hero .search-hero-wrap,
.fullscreen-hero .search-tours,
.fullscreen-hero .search-tour-form,
.fullscreen-hero .search-tour-input,
.fullscreen-hero .input-icon-group {
    position: relative;
    overflow: visible !important;
    z-index: 80;
}

/* Calendario Flatpickr */
.flatpickr-calendar,
.flatpickr-calendar.open {
    z-index: 999999 !important;
}

/* Dropdown del select del template */
.search-hero .dropdown-menu,
.search-hero .use-bootstrap-select > .dropdown-menu {
    z-index: 999999 !important;
}

/* La sección siguiente queda por debajo del buscador */
.fullscreen-hero + section {
    position: relative;
    z-index: 1;
}








 
        /* ==========================================================
           RESUMEN DEL TOUR
           Ahora está fuera del hero para no tapar el contenido inferior
           ========================================================== */

        .tour-hero-summary {
            position: relative;
            z-index: 5;
            margin-top: -50px;
            margin-bottom: 80px;
        }
        .bg-margin-negative{
            margin-top: -138px;
        }

        .tour-hero-summary-card {
            padding: 30px 24px;
            background: rgba(255, 255, 255, .96);
            border-radius: 16px;
            box-shadow: 0 18px 48px rgba(0, 0, 0, .22);
            backdrop-filter: blur(10px);
        }

        .tour-summary-item {
            display: flex;
            align-items: center;
            gap: 12px;
            height: 100%;
            padding-right: 16px;
            border-right: 1px solid #e5e5e5;
        }

        .tour-summary-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 42px;
            height: 42px;
            flex: 0 0 42px;
            color: #8a5a2b;
            background: rgba(138, 90, 43, .1);
            border-radius: 50%;
            font-size: 20px;
        }

        .tour-summary-label {
            display: block;
            color: #8a8a8a;
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: .06em;
        }

        .tour-summary-value {
            display: block;
            color: #222;
            font-size: 15px;
            font-weight: 700;
            line-height: 1.25;
        }

        .tour-summary-price {
            color: #8a5a2b;
            font-size: 28px;
            font-weight: 700;
            line-height: 1.1;
        }


        /* ==========================================================
           TABLET
           ========================================================== */
        @media (max-width: 1199.98px) {

            .tour-hero-summary {
                margin-top: -70px;
                margin-bottom: 70px;
            }

            .bg-margin-negative{
                margin-top: -170px;
            }

            .tour-hero-summary-card {
                padding: 18px;
                border-radius: 18px;
            }

            .tour-hero-summary-card .row {
                display: grid;
                grid-template-columns: repeat(3, minmax(0, 1fr));
                gap: 12px;
                margin: 0;
            }

            .tour-hero-summary-card .row > [class*="col-"] {
                width: auto;
                max-width: none;
                padding: 0;
            }

            .tour-summary-item {
                min-height: 78px;
                padding: 12px;
                border-right: 0;
                border-radius: 14px;
                background: rgba(138, 90, 43, .045);
            }

            .tour-hero-summary-card .row > [class*="col-"]:last-child {
                padding: 14px 12px;
                border-radius: 14px;
                background: rgba(138, 90, 43, .08);
            }
        }


        /* ==========================================================
           MÓVIL
           ========================================================== */
        @media (max-width: 767.98px) {

            .tour-hero-summary {
                margin-top: -105px;
                margin-bottom: 54px;
            }

            .bg-margin-negative{
                margin-top: -30px;
            }

            .tour-hero-summary .container {
                padding-left: 16px;
                padding-right: 16px;
            }

            .tour-hero-summary-card {
                padding: 14px;
                border-radius: 18px;
                box-shadow: 0 14px 38px rgba(0, 0, 0, .18);
            }

            .tour-hero-summary-card .row {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 10px;
            }

            .tour-summary-item {
                min-height: 76px;
                padding: 12px;
                gap: 10px;
            }

            .tour-summary-icon {
                width: 38px;
                height: 38px;
                flex: 0 0 38px;
                font-size: 18px;
            }

            .tour-summary-label {
                font-size: 10px;
                letter-spacing: .05em;
            }

            .tour-summary-value {
                font-size: 14px;
            }

            .tour-hero-summary-card .row > [class*="col-"]:last-child {
                grid-column: 1 / -1;
                padding: 16px 12px;
                text-align: center !important;
            }

            .tour-summary-price {
                margin-top: 4px;
                font-size: 26px;
            }

            #detalle {
                padding-top: 40px !important;
            }

            #detalle > .container {
                padding-top: 0 !important;
            }
        }


        /* ==========================================================
           MÓVILES MUY PEQUEÑOS
           ========================================================== */
        @media (max-width: 390px) {

            .tour-hero-summary {
                margin-top: -90px;
            }

            .tour-summary-item {
                padding: 10px;
            }

            .tour-summary-icon {
                width: 34px;
                height: 34px;
                flex: 0 0 34px;
                font-size: 16px;
            }

            .tour-summary-value {
                font-size: 13px;
            }

            .tour-summary-price {
                font-size: 24px;
            }
        }

    /*
    | Google Translate limpio.
    | Oculta barra superior, iframe y elementos técnicos.
    */
    #google_translate_element2,
    .goog-te-gadget,
    .goog-te-gadget span,
    .goog-logo-link,
    .goog-te-banner-frame,
    .goog-te-banner-frame.skiptranslate,
    iframe.goog-te-banner-frame,
    iframe.skiptranslate,
    body > .skiptranslate {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        width: 0 !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    html.translated-ltr,
    html.translated-rtl,
    html.translated-ltr body,
    html.translated-rtl body,
    body {
        top: 0 !important;
        margin-top: 0 !important;
    }

    .skiptranslate {
        display: none !important;
    }

    .goog-text-highlight {
        background: transparent !important;
        box-shadow: none !important;
    }

    .pk-menu-heading {
        font-size: 13px;
        font-weight: 700;
        color: #8a5a2b;
        padding: 8px 18px 4px;
        text-transform: uppercase;
        letter-spacing: .04em;
    }

    .pk-menu-divider {
        margin: 6px 0;
        opacity: .15;
    }




    .pk-tour-img,
        .pk-blog-img {
            width: 100%;
            height: 220px;
            object-fit: cover;
        }

        .pk-review-avatar img {
            width: 92px;
            height: 92px;
            object-fit: cover;
            border-radius: 50%;
        }

        .pk-partner-logo {
            max-height: 70px;
            max-width: 160px;
            object-fit: contain;
            filter: grayscale(100%);
            opacity: .78;
            transition: all .2s ease;
        }

        .pk-partner-logo:hover {
            filter: grayscale(0%);
            opacity: 1;
        }

        .imgreview{
            width: 80px !important;
            height: 80px !important;
            border-radius: 80px;
            object-fit: cover;
        }






.pk-page-content {
            color: #4d4d4d;
            line-height: 1.85;
            font-size: 16px;
        }

        .pk-page-content img {
            max-width: 100%;
            height: auto;
            border-radius: 14px;
        }

        .pk-page-content table {
            width: 100%;
            max-width: 100%;
        }

        .pk-page-content ul,
        .pk-page-content ol {
            padding-left: 22px;
            margin-bottom: 18px;
        }

        .pk-page-content h1,
        .pk-page-content h2,
        .pk-page-content h3,
        .pk-page-content h4 {
            color: #252525;
            margin-top: 24px;
            margin-bottom: 14px;
        }

        .pk-page-panel {
            border-radius: 18px;
            padding: 42px;
            background: #fff;
            box-shadow: 0 18px 45px rgba(0, 0, 0, .08);
        }

        .pk-hero-page .hero-bg::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(270deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .42));
            z-index: 1;
        }

        .pk-hero-page .bg-content {
            position: relative;
            z-index: 2;
        }

        .pk-contact-card {
            background: #fff;
            border-radius: 18px;
            padding: 34px;
            box-shadow: 0 18px 45px rgba(0, 0, 0, .08);
            height: 100%;
        }

        .pk-contact-info-item {
            display: flex;
            gap: 14px;
            align-items: flex-start;
            padding: 16px 0;
            border-bottom: 1px solid rgba(138, 90, 43, .13);
        }

        .pk-contact-info-item:last-child {
            border-bottom: 0;
        }

        .pk-contact-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 44px;
            height: 44px;
            min-width: 44px;
            border-radius: 50%;
            background: rgba(138, 90, 43, .11);
            color: #8a5a2b;
            font-size: 20px;
        }

        .pk-contact-info-item strong {
            display: block;
            color: #252525;
            margin-bottom: 2px;
        }

        .pk-contact-info-item span,
        .pk-contact-info-item a {
            color: #5f5f5f;
            text-decoration: none;
        }

        .pk-contact-form-wrap {
            position: relative;
            overflow: hidden;
            border-radius: 22px;
            padding: 38px;
            background:
                linear-gradient(135deg, rgba(138, 90, 43, .94), rgba(71, 43, 18, .96)),
                url('<?= pk_page_h($bannerUrl); ?>');
            background-size: cover;
            background-position: center;
            box-shadow: 0 22px 55px rgba(0, 0, 0, .18);
        }

        .pk-contact-form-wrap h2,
        .pk-contact-form-wrap p,
        .pk-contact-form-wrap label {
            color: #fff;
        }

        .pk-contact-form-wrap .form-control,
        .pk-contact-form-wrap .form-select {
            border: 0;
            min-height: 54px;
            border-radius: 12px;
        }

        .pk-contact-form-wrap textarea.form-control {
            min-height: 145px;
        }

        .pk-contact-form-wrap .form-control:focus,
        .pk-contact-form-wrap .form-select:focus {
            box-shadow: 0 0 0 .22rem rgba(255, 255, 255, .25);
        }

        .pk-contact-form-wrap .btn-light {
            color: #8a5a2b;
            font-weight: 700;
        }

        .pk-form-note {
            font-size: 13px;
            color: rgba(255, 255, 255, .78);
            line-height: 1.55;
        }

        .pk-about-img {
            min-height: 460px;
            object-fit: cover;
        }

        .pk-swal-popup {
            border-radius: 22px !important;
        }

        .pk-swal-confirm {
            background: #8a5a2b !important;
            border-radius: 999px !important;
            padding-left: 28px !important;
            padding-right: 28px !important;
        }

        .pk-swal-cancel {
            border-radius: 999px !important;
            padding-left: 24px !important;
            padding-right: 24px !important;
        }

      

        @media (max-width: 767.98px) {
            .pk-page-panel,
            .pk-contact-card,
            .pk-contact-form-wrap {
                padding: 26px;
            }

            .pk-about-img {
                min-height: auto;
            }
        }



        .pk-map-card {
            position: relative;
            overflow: hidden;
            height: 100%;
            min-height: 520px;
            border-radius: 22px;
            background: #fff;
            box-shadow: 0 22px 55px rgba(0, 0, 0, .14);
        }

        .pk-map-card iframe {
            display: block;
            width: 100%;
            height: 100%;
            min-height: 520px;
            border: 0;
        }

        .pk-map-floating-info {
            position: absolute;
            left: 24px;
            right: 24px;
            bottom: 24px;
            z-index: 2;
            padding: 20px 22px;
            border-radius: 18px;
            background: rgba(255, 255, 255, .94);
            box-shadow: 0 18px 42px rgba(0, 0, 0, .18);
            backdrop-filter: blur(10px);
        }

        .pk-map-floating-info small {
            display: block;
            color: #8a5a2b;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .05em;
            margin-bottom: 5px;
        }

        .pk-map-floating-info h3 {
            margin: 0 0 6px;
            font-size: 22px;
            color: #252525;
        }

        .pk-map-floating-info p {
            margin: 0;
            color: #5f5f5f;
        }

        @media (max-width: 767.98px) {
            .pk-map-card,
            .pk-map-card iframe {
                min-height: 430px;
            }

            .pk-map-floating-info {
                left: 16px;
                right: 16px;
                bottom: 16px;
                padding: 16px;
            }
        }

        .pk-tour-gallery-img{
            width: 100%;
            height: 205px;
            object-fit: cover;
            display: block;
        }

        .pk-tour-gallery-item {
            position: relative;
            overflow: hidden;
            border-radius: 14px;
            background: #f4f4f4;
            height: 205px;
            margin-bottom: 15px;
        }

        .pk-tour-gallery-item figure {
            margin: 0;
            height: 100%;

        }










        .pk-review-card {
            height: 310px;
            min-height: 310px;
        }

        .pk-review-card .testimonial-review {
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            overflow: hidden;
            min-height: 96px;
            line-height: 1.5;
        }

        .pk-review-avatar-img {
            width: 68px;
            height: 68px;
            object-fit: cover;
            border-radius: 50%;
        }

        .pk-review-title {
            display: block;
            margin-top: 2px;
            color: #8a5a2b;
            font-size: 13px;
            font-weight: 700;
        }

        .pk-review-stars {
            display: inline-flex;
            align-items: center;
            gap: 1px;
            margin-right: 10px;
            font-size: 18px;
            line-height: 1;
            letter-spacing: 1px;
        }

        .pk-review-stars.google {
            color: #fbbc05;
        }

        .pk-review-stars.tripadvisor {
            color: #00aa6c;
        }

        .pk-review-stars.other {
            color: #8a5a2b;
        }

        .pk-review-platform {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            padding: 5px 10px;
            border-radius: 999px;
            background: #f7f7f7;
            color: #333;
            font-size: 12px;
            font-weight: 700;
        }

        .pk-review-platform.google {
            border: 1px solid rgba(251, 188, 5, .35);
            background: rgba(251, 188, 5, .10);
        }

        .pk-review-platform.tripadvisor {
            border: 1px solid rgba(0, 170, 108, .30);
            background: rgba(0, 170, 108, .10);
        }

        .pk-review-platform-logo {
            width: 20px;
            height: 20px;
            object-fit: contain;
        }

        .pk-review-country {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            color: #6b6b6b;
            font-size: 14px;
        }

        .pk-review-summary-platforms {
            display: flex;
            align-items: center;
            gap: 10px;
            flex-wrap: wrap;
        }

        .pk-review-mini-badge {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 6px 11px;
            border-radius: 999px;
            background: #fff;
            box-shadow: 0 8px 22px rgba(0, 0, 0, .08);
            font-size: 13px;
            font-weight: 700;
        }

        .pk-review-mini-badge.google {
            color: #b98400;
        }

        .pk-review-mini-badge.tripadvisor {
            color: #008f5d;
        }

        @media (max-width: 767.98px) {
            .pk-review-card {
                min-height: auto;
            }

            .pk-review-card .testimonial-review {
                min-height: 96px;
                -webkit-line-clamp: 4;
            }
        }


        .pk-review-platform-link {
            text-decoration: none;
        }

        .pk-review-platform-link:hover .pk-review-platform {
            transform: translateY(-1px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, .10);
        }

        .pk-review-platform {
            transition: all .18s ease;
        }
