.elementor-260 .elementor-element.elementor-element-0e0811b{margin-top:30px;margin-bottom:0px;}.elementor-260 .elementor-element.elementor-element-5235db9 > .elementor-widget-container{margin:0px 0px 15px 0px;}.elementor-260 .elementor-element.elementor-element-767bfeb > .elementor-widget-container{margin:-30px 0px 0px 0px;}.elementor-260 .elementor-element.elementor-element-c685e8c{margin-top:0px;margin-bottom:0px;}.elementor-260 .elementor-element.elementor-element-64e9599 > .elementor-widget-container{margin:0px 0px -10px 0px;}.elementor-260 .elementor-element.elementor-element-3020909 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-260 .elementor-element.elementor-element-b39642e{margin-top:-10px;margin-bottom:0px;}.elementor-260 .elementor-element.elementor-element-e30eb4d{margin-top:0px;margin-bottom:0px;}.elementor-260 .elementor-element.elementor-element-e160e18 > .elementor-widget-container{margin:0px 0px 0px 0px;}/* Start custom CSS for shortcode, class: .elementor-element-80acfd2 */.hero-country-label {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    text-shadow: 0 2px 12px rgba(0,0,0,0.45);
    margin-bottom: 16px;
}
.panorama-hero {
    position: relative;
}

.panorama-hero::before {
    z-index: 1;
}

.hero-breadcrumbs,
.hero-center {
    position: relative;
    z-index: 2;
}

.panorama-hero-credit {
    position: absolute;
    bottom: 12px;
    left: 16px;
    z-index: 3;
    font-size: 12px;
    color: rgba(255,255,255,0.85);
    background: rgba(0,0,0,0.35);
    padding: 4px 8px;
    border-radius: 6px;
    line-height: 1.4;
}
.panorama-hero-credit {
    opacity: 0.85;
}
.panorama-hero-credit {
    font-size: 11px;
}
.panorama-hero-credit a {
    color: #7dd3fc; /* blago plavi link */
    text-decoration: none;
}

.panorama-hero-credit a:hover {
    text-decoration: underline;
}
@media (max-width: 768px) {
    .panorama-hero-credit {
        font-size: 10px;
        padding: 3px 6px;
        bottom: 8px;
        left: 8px;
    }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-ee06d32 *//* ============================================================
   PANORAMA HERO — GRAD / DRŽAVA
   Shared DNA with Hotel Hero
============================================================ */

/* ===============================
   HERO WRAPPER
=============================== */
.panorama-hero {
    position: relative;
    width: 100%;
    height: 420px;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 26px;
    margin-bottom: 26px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* ===============================
   DARK OVERLAY (Panorama style)
=============================== */
.panorama-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.35) 0%,
        rgba(0, 0, 0, 0.55) 100%
    );
    z-index: 1;
    pointer-events: none; /* breadcrumbs klik */
}

/* ===============================
   BREADCRUMBS
=============================== */
.panorama-hero .hero-breadcrumbs {
    position: absolute;
    top: 22px;
    left: 26px;
    z-index: 3;
    font-size: 14px;
    line-height: 1.4;
    color: #ffffff;
}

/* Naslovna + Država (linkovi) */
.panorama-hero .hero-breadcrumbs a {
    color: #f2994a; /* Panorama narandžasta */
    text-decoration: none;
    font-weight: 500;
    transition: opacity 0.2s ease;
}

.panorama-hero .hero-breadcrumbs a:hover {
    opacity: 0.8;
}

/* Grad (current, nije link) */
.panorama-hero .hero-breadcrumbs .current {
    color: #ffffff;
    font-weight: 500;
}

/* ===============================
   HERO CENTER CONTENT
=============================== */
.panorama-hero .hero-center {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
}

/* ===============================
   HERO TITLE
   (H2 styled visually as H1)
=============================== */
.panorama-hero h2 {
    margin: 0 0 22px;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.15;
    color: #ffffff;
}

/* ===============================
   PANORAMA BUTTON
=============================== */
.panorama-hero .panorama-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 26px;
    font-size: 15px;
    font-weight: 600;
    color: #1f2937;
    background-color: #f2c94c;
    border-radius: 999px;
    text-decoration: none;
    transition: background-color 0.25s ease, transform 0.15s ease;
}

.panorama-hero .panorama-btn:hover {
    background-color: #e0b93c;
    transform: translateY(-1px);
}

/* ===============================
   MOBILE OPTIMIZATION
=============================== */
@media (max-width: 768px) {

    .panorama-hero {
        height: 300px;
        border-radius: 16px;
    }

    .panorama-hero .hero-breadcrumbs {
        top: 16px;
        left: 16px;
        font-size: 13px;
    }

    .panorama-hero h2 {
        font-size: 30px;
        margin-bottom: 18px;
    }

    .panorama-hero .panorama-btn {
        padding: 12px 22px;
        font-size: 14px;
    }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-93c6dd6 *//* ============================================================
   PANORAMA SHARE SYSTEM
   Hotel Info Card + City Info Strip
   FINAL / SINGLE SOURCE OF TRUTH
============================================================ */

/* ===============================
   WRAPPERS
=============================== */
.hotel-share-icons,
.city-share-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hotel-share-label,
.city-share-label {
    font-size: 12px;
    color: #9ca3af;
    text-transform: none;      /* ✔ Podeli, ne PODELI */
    letter-spacing: 0;
    margin-right: 4px;
}

/* ===============================
   SHARE LINKS (BASE)
=============================== */
.hotel-share-icons a,
.city-share-icons a {
    position: relative;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 32px;
    height: 32px;

    border-radius: 8px;
    background-color: #f9fafb;

    text-decoration: none;
    border: none;

    transition:
        background-color 0.2s ease,
        transform 0.15s ease;
}

/* ===============================
   SVG ICON SIZE — HARD LOCK
=============================== */
.hotel-share-icons svg,
.city-share-icons svg {
    width: 16px;
    height: 16px;
    max-width: 16px;
    max-height: 16px;
    display: block;
    fill: currentColor;
}

/* ===============================
   BRAND COLORS (IDENTICAL TO HOTEL)
=============================== */
.share-fb     { color: #1877f2; }
.share-x      { color: #111827; }
.share-viber  { color: #7360f2; }
.share-wa     { color: #25d366; }
.share-copy   { color: #6b7280; }
.share-mail   { color: #6b7280; }

/* ===============================
   HOVER STATE (IDENTICAL UX)
=============================== */
.hotel-share-icons a:hover,
.city-share-icons a:hover {
    background-color: #f2c94c;
    transform: translateY(-1px);
}

.hotel-share-icons a:hover svg,
.city-share-icons a:hover svg {
    color: #1f2937;
}

/* ===============================
   TOOLTIP — BELOW ICON (LIKE HOTEL)
=============================== */
.hotel-share-icons a::after,
.city-share-icons a::after {
    content: attr(aria-label);
    position: absolute;

    top: calc(100% + 6px);     /* ✔ tooltip IDE DOLE */
    left: 50%;
    transform: translateX(-50%);

    background: #111827;
    color: #ffffff;

    font-size: 11px;
    line-height: 1;
    padding: 6px 8px;

    border-radius: 6px;
    white-space: nowrap;

    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease;
}

.hotel-share-icons a:hover::after,
.city-share-icons a:hover::after {
    opacity: 1;
}

/* ============================================================
   CITY INFO STRIP (LAYOUT)
============================================================ */

.city-info-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;

    padding: 14px 22px;
    margin: 0 0 36px;

    border: 1px solid rgba(242, 201, 76, 0.45);
    border-radius: 16px;
    background-color: #ffffff;

    font-size: 14px;
    color: #4b5563;
}

/* RIGHT SIDE — TAGS */
.city-info-tags {
    font-weight: 500;
    color: #6b7280;
    white-space: nowrap;
    flex-shrink: 0;
}

/* ===============================
   MOBILE
=============================== */
@media (max-width: 768px) {

    .city-info-strip {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .city-info-tags {
        white-space: normal;
    }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-100d2dc *//* ==========================================================
PANORAMA — DESTINATION FACTS
GRID VERSION
========================================================== */

.panorama-destination-facts{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:20px;

margin-top:-15px;
margin-bottom:30px;

}


/* FACT CARD */

.destination-fact{

display:flex;
align-items:center;

gap:14px;

background:#ffffff;

padding:16px 18px;

border-radius:10px;

border:1px solid #f0f0f0;

box-shadow:0 6px 16px rgba(0,0,0,0.05);

transition:all .25s ease;

}


/* HOVER */

.destination-fact:hover{

transform:translateY(-3px);

box-shadow:0 10px 25px rgba(0,0,0,0.08);

border-color:#f2c94c;

}


/* ICON */

.fact-icon{

font-size:24px;
line-height:1;

}


/* TEXT WRAP */

.fact-text{

display:flex;
flex-direction:column;

}


/* TITLE */

.fact-title{

font-size:12px;
color:#8a8a8a;

margin-bottom:2px;

}


/* VALUE */

.fact-value{

font-size:15px;
font-weight:600;

color:#222;

}


/* ==========================================================
TABLET
========================================================== */

@media (max-width:1024px){

.panorama-destination-facts{

grid-template-columns:repeat(3,1fr);

}

}


/* ==========================================================
MOBILE
========================================================== */

@media (max-width:768px){

.panorama-destination-facts{

grid-template-columns:repeat(2,1fr);

gap:14px;

}

.destination-fact{

padding:14px 16px;

}

.fact-icon{

font-size:22px;

}

.fact-value{

font-size:14px;

}

}

/* MOBILE layout tweak */

@media (max-width:768px){

.panorama-destination-facts{

grid-template-columns:repeat(2,1fr);

}

.destination-fact:first-child{

grid-column:1 / -1;

}

}

/* FACT CARD */

.destination-fact{

display:flex;
align-items:center;

gap:14px;

background:#ffffff;

padding:16px 18px;

border-radius:10px;

border:1px solid #f2c94c;

box-shadow:0 6px 16px rgba(0,0,0,0.05);

transition:all .25s ease;

}

/* DESKTOP – 5 kartica u jednom redu */
@media (min-width:1200px){

.panorama-destination-facts{

grid-template-columns:repeat(5,1fr);

}

}

@media (min-width:1200px){

.destination-fact{
padding:14px 16px;
}

}

/* ICON WRAPPER */

.fact-icon{
width:28px;
min-width:28px;
display:flex;
align-items:center;
justify-content:center;
}

/* SUN ICON */

.panorama-icon-sun{
display:inline-block;
font-size:32px;
line-height:1;
}

/* MOBILE */

@media (max-width:768px){

.panorama-icon-sun{
font-size:34px;
}

}

@media (max-width:768px){

.panorama-destination-facts{
display:grid !important;
grid-template-columns:1fr 1fr !important;
gap:14px;
}

.destination-fact{
width:100% !important;
min-width:0 !important;
box-sizing:border-box;
}

/* Lokacija full width */
.destination-fact:first-child{
grid-column:1 / -1;
}

}

/* TEXT WRAPPER */

.fact-text{
flex:1;
min-width:0;
}

.fact-value{
line-height:1.3;
word-break:break-word;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-5235db9 *//* =========================================
   CITY INTRO — H1 (MATCH FAQ / LOOP)
========================================= */

.city-intro-h1 {
    color: #1e293b;        /* ista boja kao FAQ H2 / loop title */
    font-size: 32px;       /* blago veći od FAQ H2 */
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 18px;
}

/* =====================================================
   CITY EXTENDED CONTENT — H2 FIX
===================================================== */

.city-extended-content h2 {
    font-size: 28px;       /* prilagodi ako treba */
    font-weight: 700;
    line-height: 1.3;
    margin: 40px 0 16px;
}

.term-city-intro-content {
    display: none;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-2df0a4e *//* =========================================
   CITY EXTENDED — FLEX EDITORIAL BLOCK
========================================= */

.panorama-city-extended-item {
    margin-bottom: 48px;
}

/* H2 */
.panorama-city-extended-title {
    margin-bottom: 16px;
}

/* GLAVNI BLOK: slika + tekst */
.panorama-city-extended-grid {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

/* SLIKA LEVO */
.panorama-city-extended-image {
    flex: 0 0 36%;
    max-width: 360px;
}

.panorama-city-extended-image img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    display: block;
}

/* TEKST DESNO */
.panorama-city-extended-text {
    flex: 1;
    font-size: 16px;
    line-height: 1.7;
    color: #374151;
}

/* MOBILE */
@media (max-width: 768px) {
    .panorama-city-extended-grid {
        flex-direction: column;
    }

    .panorama-city-extended-image {
        max-width: 100%;
    }
}
/* FORCE IMAGE LEFT, TEXT RIGHT */
.panorama-city-extended-image {
    order: 1;
}

.panorama-city-extended-text {
    order: 2;
}

/* RAZMAK IZMEĐU H2 I BLOKA (SLIKA + TEKST) */
.panorama-city-extended-grid {
    margin-top: 34px; /* probaj 24–32px */
}
/* =========================================
   EXTENDED IMAGE CREDIT — HERO STYLE
========================================= */

.panorama-city-extended-image {
    position: relative;
    overflow: hidden; /* važno zbog border-radius */
}

.panorama-city-extended-image img {
    display: block;
    border-radius: 14px;
}

/* Overlay credit */
.panorama-city-extended-image .panorama-image-credit {
    position: absolute;
    left: 14px;
    bottom: 14px;
    font-size: 12px;
    background: rgba(0,0,0,0.55);
    color: #ffffff;
    padding: 6px 10px;
    border-radius: 8px;
    line-height: 1.3;
    backdrop-filter: blur(4px);
}

.panorama-city-extended-image .panorama-image-credit a {
    color: #ffffff;
    text-decoration: underline;
}

/* =========================================
   EXTENDED TEXT TYPOGRAPHY
========================================= */

/* paragrafi */

.panorama-city-extended-text p{
    margin-bottom:18px;
}

/* H3 podnaslovi */

.panorama-city-extended-text h3{
    font-size:20px;
    font-weight:600;
    margin-top:28px;
    margin-bottom:10px;
    color:#1f2937;
}

/* liste */

.panorama-city-extended-text ul{
    margin-top:12px;
    margin-bottom:20px;
    padding-left:22px;
}

.panorama-city-extended-text li{
    margin-bottom:6px;
}

/* bold highlight */

.panorama-city-extended-text strong{
    font-weight:600;
    color:#111827;
}

.panorama-city-extended-text p{
margin-bottom:16px;
}

.panorama-city-extended-text p + p{
margin-top:14px;
}

.panorama-city-extended-text h3{
margin-top:28px;
margin-bottom:10px;
}

/* =========================================
   EXTENDED LIST FIX – MOBILE
========================================= */

/* =========================================
   EXTENDED LIST – MOBILE FINAL FIX
========================================= */

@media (max-width:768px){

.panorama-city-extended-text ul{
    padding-left:14px;
    margin-left:0;
}

.panorama-city-extended-text li{
    margin-left:0;
    padding-left:2px;
}

}

/* =========================================
   EXTENDED IMAGE – TEXT WRAP FIX
========================================= */

.panorama-city-extended-grid{
display:block;
}

.panorama-city-extended-image{
float:left;
width:36%;
max-width:360px;
margin:0 24px 16px 0;
}

.panorama-city-extended-text{
display:block;
}

/* CLEAR FLOAT */

.panorama-city-extended-item::after{
content:"";
display:block;
clear:both;
}

.panorama-city-extended-image img{
box-shadow:0 10px 22px rgba(0,0,0,0.08);
}

/* =========================================
   EXTENDED IMAGE – MOBILE FIX
========================================= */

@media (max-width:768px){

.panorama-city-extended-image{
float:none;
width:100%;
max-width:100%;
margin:0 0 18px 0;
}

.panorama-city-extended-image img{
width:100%;
height:auto;
}

}

/* =========================================
   EXTENDED KICKER — PANORAMA STYLE
========================================= */

.panorama-city-extended-kicker{
font-size:14px;
font-style:italic;
color:#6b7280;
margin-top:10px;
margin-bottom:18px;
line-height:1.4;
position:relative;
padding-left:14px;
max-width:320px; /* vezuje kicker uz širinu slike */
}

/* mala Panorama žuta linija */

.panorama-city-extended-kicker:before{
content:"";
position:absolute;
left:0;
top:4px;
width:3px;
height:16px;
background:#f2c94c;
border-radius:2px;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-767bfeb *//* FINAL FIX – FAQ / Section titles inside Elementor shortcode widget */
.elementor-widget-shortcode h2.panorama-section-title {
    font-size: 26px !important;
    line-height: 1.3 !important;
    margin-bottom: 24px;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-721e49d *//* =======================================
   CITY FAQ – FORCE TYPOGRAPHY ALIGNMENT
======================================= */

.entry-content .city-faq > h2,
.ast-single-post .city-faq > h2,
.ast-container .city-faq > h2 {
    font-size: 28px !important;
    line-height: 1.3;
    margin-bottom: 20px;
}

.entry-content .city-faq .faq-q,
.ast-container .city-faq .faq-q {
    font-size: 18px !important;
    font-weight: 600;
}

.entry-content .city-faq .faq-a,
.ast-container .city-faq .faq-a {
    font-size: 16px !important;
    line-height: 1.7;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-3020909 *//* =========================================
   CITY LOOP – COUNTRY TEMPLATE
========================================= */

.panorama-city-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 8px;
}

/* Kartica */
.city-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    transition: transform .25s ease, box-shadow .25s ease;
}

.city-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.10);
}

/* Slika */
.city-card-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

/* Body */
.city-card-body {
    padding: 18px 18px 20px;
}

/* Naslov */
.city-card-body h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px;
    color: #222;
}

/* Opis */
.city-desc {
    font-size: 14px;
    line-height: 1.55;
    color: #555;
    margin-bottom: 12px;
}

/* Highlights */
.city-highlights {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
}

.city-highlights li {
    font-size: 13px;
    color: #666;
    padding-left: 16px;
    position: relative;
    margin-bottom: 6px;
}

.city-highlights li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #f2c94c;
}

/* CTA */
.city-cta {
    display: inline-block;
    background: #f2c94c;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 999px;
    text-decoration: none;
    transition: background .2s ease;
}

.city-cta:hover {
    background: #e6ba3c;
}

@media (max-width: 1024px) {
    .panorama-city-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .panorama-city-grid {
        grid-template-columns: 1fr;
    }

    .city-card-img img {
        height: 200px;
    }
}

/* SAKRI PAGINACIJU – SAMO NA COUNTRY */
body.is-country .woocommerce-pagination,
body.is-country .elementor-pagination,
body.is-country .elementor-widget-pagination,
body.is-country .e-pagination,
body.is-country .pagination,
body.is-country .page-numbers,
body.is-country ul.page-numbers {
    display: none !important;
}

.city-card-body a.city-cta {
    display: inline-flex;
    align-self: flex-end;
    width: auto;
}

/* ==========================================================
   PANORAMA — CITY CARD CTA FIX
========================================================== */

.city-card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* ⬅️ KLJUČ */
}

.city-cta {
    align-self: flex-end;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-c685e8c */.city-offers-title {
    margin-top: 36px;
    margin-bottom: 24px;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-f40e5b5 */.panorama-active-filters{
display:flex;
flex-wrap:wrap;
gap:10px;
margin:20px 0;
}

.panorama-filter-tag{
background:#f2c94c;
padding:6px 12px;
border-radius:20px;
font-size:14px;
text-decoration:none;
color:#000;
}

.panorama-filter-tag:hover{
background:#e6ba3e;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-904408a *//* ==========================================================
   PANORAMA FILTERS – FINAL CLEAN
========================================================== */

/* WRAPPER */
.panorama-hotel-filters{
display:flex;
flex-wrap:wrap;
gap:12px;
align-items:center;
margin-bottom:20px;
}

/* SELECT */
.panorama-hotel-filters select{
height:44px;
padding:0 40px 0 14px;
border-radius:10px;
border:1px solid #dcdcdc;
background:#fff;
min-width:180px;
font-size:14px;

appearance:none;
-webkit-appearance:none;
-moz-appearance:none;

background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23999' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5l6.5 6 6.5-6' stroke='%23999' stroke-width='2' fill='none'/%3E%3C/svg%3E");
background-repeat:no-repeat;
background-position:right 12px center;
background-size:12px;
}

/* HOVER */
.panorama-hotel-filters select:hover,
.panorama-hotel-filters select:focus{
border-color:#f2c94c;
box-shadow:0 0 0 2px rgba(242,201,76,0.15);
outline:none;
}

/* BUTTONS */
.filter-buttons{
display:flex;
gap:10px;
}

.panorama-filter-submit{
height:44px;
padding:0 20px;
background:#f2c94c;
border:none;
border-radius:10px;
font-weight:600;
cursor:pointer;
}

.panorama-filter-reset{
display:flex;
align-items:center;
justify-content:center;
padding:0 14px;
background:#f2f2f2;
border-radius:10px;
text-decoration:none;
color:#000;
}

/* ==========================================================
   MOBILE
========================================================== */

@media (max-width:768px){

/* toggle dugme */
.panorama-filter-toggle summary{
height:44px;
display:flex;
align-items:center;
justify-content:center;
border:1px solid #ddd;
border-radius:10px;
background:#fff;
font-weight:600;
cursor:pointer;
}

/* sakriven filter */
.panorama-filter-wrapper{
display:none;
}

/* otvoren */
.panorama-filter-toggle[open] .panorama-filter-wrapper{
display:block;
margin-top:10px;
}

/* layout */
.panorama-hotel-filters{
flex-direction:column;
align-items:stretch;
}

/* full width */
.panorama-hotel-filters select{
width:100%;
min-width:unset;
}

/* dugmad */
.filter-buttons{
display:flex;
gap:10px;
width:100%;
}

.panorama-filter-submit{
flex:2;
}

.panorama-filter-reset{
flex:1;
}

}

/* =========================================
   MOBILE WIDTH FIX (FINAL)
========================================= */

@media (max-width:768px){

.panorama-hotel-filters select{
width:100% !important;
min-width:100% !important;
flex:none !important;
display:block;
}

}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-d0c2662 *//* --------------------------------------------------
   HIDE FILTER — COUNTRIES ONLY
-------------------------------------------------- */

.term-srbija .panorama-hotel-filters,
.term-madjarska .panorama-hotel-filters,
.term-bosna-i-hercegovina .panorama-hotel-filters,
.term-daleke-destinacije .panorama-hotel-filters,
.term-crna-gora .panorama-hotel-filters,
.term-slovenija .panorama-hotel-filters,
.term-hrvatska .panorama-hotel-filters {
    display: none !important;
}
.panorama-filter-submit {
    display: none;
}

#ponude {
    transition: opacity 0.2s ease;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-7666619 *//* ==========================================================
   PANORAMA FILTERS – FINAL CLEAN
========================================================== */

/* WRAPPER */
.panorama-hotel-filters{
display:flex;
flex-wrap:wrap;
gap:12px;
align-items:center;
width:100%;
margin-bottom:30px;
}

/* SELECT */
.panorama-hotel-filters select{
height:44px;
padding:0 40px 0 14px;
border-radius:10px;
border:1px solid #dcdcdc;
background:#fff;
min-width:160px;
flex:1;
font-size:14px;

appearance:none;
-webkit-appearance:none;
-moz-appearance:none;

background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23999' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5l6.5 6 6.5-6' stroke='%23999' stroke-width='2' fill='none'/%3E%3C/svg%3E");
background-repeat:no-repeat;
background-position:right 12px center;
background-size:12px;

transition:all 0.2s ease;
}

/* HOVER / FOCUS */
.panorama-hotel-filters select:hover,
.panorama-hotel-filters select:focus{
border-color:#f2c94c;
box-shadow:0 0 0 2px rgba(242,201,76,0.15);
outline:none;
}

/* BUTTON */
.panorama-filter-submit{
height:44px;
padding:0 20px;
background:#f2c94c;
border:none;
border-radius:10px;
font-weight:600;
cursor:pointer;
}

/* RESET */
.panorama-filter-reset{
margin-left:6px;
font-weight:500;
text-decoration:none;
}

/* ==========================================================
   MOBILE
========================================================== */

@media (max-width:768px){

.filter-buttons{
display:flex;
gap:10px;
width:100%;
}

.panorama-filter-submit{
flex:2;
height:44px;
}

.panorama-filter-reset{
flex:1;
height:44px;
display:flex;
align-items:center;
justify-content:center;
background:#f2f2f2;
border-radius:10px;
}

}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-e160e18 *//* ==========================================================
   PANORAMA CARD SYSTEM — FINAL CLEAN
========================================================== */

/* GRID */
.panorama-hotel-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 8px;
    align-items: stretch;
}

/* TABLET */
@media (max-width: 1024px) {
    .panorama-hotel-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* MOBILE */
@media (max-width: 640px) {
    .panorama-hotel-grid {
        grid-template-columns: 1fr;
        padding-left: 0;
        padding-right: 0;
    }
}

/* CARD */
.panorama-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06),
                0 0 0 1px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.panorama-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.10);
}

/* IMAGE */
.panorama-card-image {
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.panorama-card-image img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.panorama-card:hover img {
    transform: scale(1.05);
}

/* BADGE */
.panorama-card-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #f2c94c;
    color: #000;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 6px;
    font-weight: 600;
}

/* CONTENT */
.panorama-card-content {
    padding: 14px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-grow: 1;
}

/* TITLE */
.panorama-card-title {
    font-size: 18px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 48px;
}

.panorama-card-title a {
    text-decoration: none;
    color: #111;
}

.panorama-card-title a:hover {
    color: #f2c94c;
}

/* STARS */
.panorama-card-stars {
    color: #f2c94c;
    font-size: 14px;
    margin-top: 2px;
}

/* LOCATION */
.panorama-card-location {
    font-size: 13px;
    color: #8a8a8a;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* RATING */
.panorama-card-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    margin-top: 2px;
    min-height: 20px;
}

.rating-value {
    font-weight: 600;
    color: #111;
}

.rating-max,
.rating-reviews {
    color: #777;
    font-size: 13px;
}

/* PRICE */
.panorama-card-price {
    font-size: 14px;
    color: #555;
    margin-top: 4px;
}

.panorama-card-price strong {
    font-size: 18px;
    color: #111;
}

/* CTA */
.panorama-card-button {
    margin-top: auto;
    display: inline-block;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    background: #f2c94c;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.panorama-card-button:hover {
    background: #e0b93f;
}

/* MOBILE */
@media (max-width: 640px) {
    .panorama-card-image img {
        height: 260px;
    }

    .panorama-card-title {
        font-size: 16px;
    }

    .panorama-card-content {
        padding: 14px;
    }

    .panorama-card-button {
        padding: 12px;
        font-size: 15px;
    }

    .panorama-card {
        border-radius: 14px;
    }
}

.panorama-card-rating .rating-value {
    color: #000;
    font-weight: 500;
}

.panorama-card-rating .rating-value::before {
    content: "★ ";
    color: #f2c94c;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9bbd665 *//* ==========================================================
   PANORAMA — LOAD MORE BUTTON (CITY HOTELS)
========================================================== */

.load-more-wrapper {
    text-align: center;
    margin-top: 42px;
}

.panorama-load-more-btn {
    background: #f2c94c; /* Panorama yellow */
    color: #1f1f1f;
    border: none;
    padding: 14px 36px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 999px; /* pill */
    cursor: pointer;
    transition: all .25s ease;
    box-shadow: 0 6px 16px rgba(0,0,0,.12);
}

.panorama-load-more-btn:hover {
    background: #e5bd3f;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(0,0,0,.14);
}

.panorama-load-more-btn.loading {
    opacity: .6;
    pointer-events: none;
    transform: none;
    box-shadow: none;
}/* End custom CSS */