/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.booking-stepper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 62px;
    padding: 0 8px;
    background: rgba(255, 255, 255, .84);
}

.ftb-hero-booking .input1_inner input,
.ftb-hero-booking .input1_inner input:focus {
    background: rgba(255, 255, 255, .84);
}

.booking-stepper-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 1px solid #dce1e8;
    border-radius: 50%;
    background: #fff;
    color: #0f2454;
    font: 400 20px/1 "Montserrat", sans-serif;
    cursor: pointer;
}

.booking-stepper-button:hover:not(:disabled) {
    border-color: #2095AE;
    background: #2095AE;
    color: #fff;
}

.booking-stepper-button:disabled {
    opacity: .3;
    cursor: default;
}

.booking-stepper-value {
    min-width: 0;
    padding: 0 4px;
    overflow: hidden;
    color: #0f2454;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
}

.ftb-hero-booking .btn-form1-submit {
    text-align: center;
}

.booking-child-ages {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    z-index: 6;
    display: flex;
    gap: 10px;
    padding: 12px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(15, 36, 84, .18);
}

.ftb-hero-booking .c4 .select1_wrapper {
    position: relative;
    z-index: 7;
}

.booking-child-ages[hidden] {
    display: none;
}

.booking-child-age {
    display: flex !important;
    flex-direction: column;
    gap: 5px;
    margin: 0;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #0f2454;
}

.booking-child-age-select {
    min-width: 72px;
    height: 38px;
    padding: 0 10px;
    border: 1px solid #e7e7e7;
    border-radius: 0;
    background: #fff;
    color: #0f2454;
}

@media (max-width: 767.98px) {
    .booking-child-ages {
        position: static;
        margin-top: 8px;
        width: 100%;
        flex-wrap: wrap;
        box-shadow: none;
        border-top: 1px solid #ececec;
    }
}

.booking-bar{
  position: relative;
  z-index: 5;
  margin-top: -55px;  /* diže bar preko hero ruba - po potrebi 0 do -90 */
  padding-bottom: 15px;
}

/* .booking-bar-box{
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
  border-radius: 6px;
} */
.booking-box-hor {
    position: relative;
    background: #f4f5f8;
    padding: 45px 10px !important;
    margin-bottom: -75px;
}
/* sitno: da na desktopu bude “kompaktno” */
.booking-bar .input1_wrapper label{
  margin-bottom: 6px;
}

/* button visina da se poravna s inputima */
.booking-bar-btn{
  height: 54px; /* po potrebi uskladi s input visinom */
}

/* na mobitelu neka bude normalno, bez overlap-a */
@media (max-width: 767px){
  .booking-bar{ margin-top: 0; }
}


/* =========================================================
   ANA BRAND / HERO TYPOGRAPHY
   style_1 = bolji spacing/struktura
   style_c = bolja plava boja + Bodoni logo osjećaj
   ========================================================= */

/* tekstualni font kroz site */
body,
p,
a,
li,
input,
textarea,
select,
button {
    font-family: "Montserrat", "Barlow", sans-serif;
}

 /* standardni naslovi - više nisu logo */
/*h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", "Barlow", sans-serif;
    font-weight: 400;
    color: #0f2454;
} */

/* H1 kao pravi SEO naslov */
/* h1,
.header .caption h1,
.banner-header h1,
.banner-header.full-height h1,
.kenburns-inner .caption h1 {
    font-size: clamp(2rem, 4vw, 3.6rem);
    font-family: 'Bodoni Moda', serif;
    font-weight: 300;
    color: #0f2454;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
} */
/* veliki ana logo u hero sekciji */
.hero-logo {
    font-family: "Bodoni Moda", serif;
    font-size: clamp(4.2rem, 13vw, 11rem);
    font-weight: 400;
    line-height: .3;
    letter-spacing: .01em;
    text-transform: lowercase;
    color: #fff;
    margin: 0 0 7rem;
    white-space: nowrap;
}

/* mala linija iznad loga: Pansion & Restaurant / Restaurant Ana */
.hero-kicker,
.banner-header.full-height h4 {
    font-family: "Montserrat", "Barlow", sans-serif;
    font-size: clamp(.78rem, 1.2vw, 1rem);
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: .32em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 1rem;
}

/* opis ispod H1 */
.hero-text,
.banner-header p,
.header .caption p {
    font-family: "Montserrat", "Barlow", sans-serif;
    font-size: clamp(.95rem, 1.4vw, 1.15rem);
    font-weight: 300;
    line-height: .33;
    color: #fff;
    max-width: 720px;
}

/* mobitel */
@media (max-width: 767px) {
    .hero-logo {
        font-size: clamp(3.9rem, 22vw, 6.2rem);
        margin-bottom: 1.4rem;
    }

    h1,
    .header .caption h1,
    .banner-header h1,
    .banner-header.full-height h1,
    .kenburns-inner .caption h1 {
        font-size: clamp(1.65rem, 7vw, 2.4rem);
        letter-spacing: .02em;
    }

    .hero-kicker,
    .banner-header.full-height h4 {
        letter-spacing: .22em;
    }
}

/* P2.1: SVG logo u hero sekciji početne stranice */
.hero-brand-title {
    margin: 0 0 7rem;
    line-height: 1;
}

.hero-brand-logo {
    display: block;
    width: min(34vw, 260px);
    height: auto;
    max-height: 24vh;
    margin: 0 auto;
    object-fit: contain;
}

@media (max-width: 767px) {
    .hero-brand-title {
        margin-bottom: 1.4rem;
    }

    .hero-brand-logo {
        width: min(52vw, 180px);
        max-height: 20vh;
    }
}

/* ==========================================================
   ANA BRAND LOGO
   ========================================================== */

.logo {
    display: inline-flex;
    align-items: center;
    font-family: "Bodoni Moda", serif;
    font-size: clamp(1.9rem, 2vw, 2.5rem);
    font-weight: 400;
    font-style: normal;
    line-height: .88;
    letter-spacing: .01em;
    text-transform: lowercase;
    color: #0f2454;
    text-decoration: none;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    transition: opacity .25s ease;
}

.logo:hover {
    color: #2095AE;
    text-decoration: none;
    opacity: .85;
}

/* ==========================================================
   GOOGLE MAPS INFO CARD
   ========================================================== */

.ana-map-card {
    width: min(280px, 72vw);
    padding: 2px 0 1px;
    color: #3c4043;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 14px;
    line-height: 1.45;
}

.ana-map-card__eyebrow {
    margin: 0 0 3px;
    color: #5f6368;
    font-family: inherit !important;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .04em;
    line-height: 1.3;
    text-transform: uppercase;
}

.ana-map-card__title {
    margin: 0 0 8px;
    color: #202124;
    font-family: inherit !important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.35;
}

.ana-map-card__photo {
    display: block;
    margin: 0 0 5px;
}

.ana-map-card__photo img {
    display: block;
    width: 100%;
    height: 140px;
    border-radius: 4px;
    object-fit: cover;
}

.ana-map-card__photo-attribution {
    margin: 0 0 8px;
    color: #5f6368;
    font-family: inherit !important;
    font-size: 10px;
    line-height: 1.3;
}

.ana-map-card__photo-attribution a {
    color: inherit;
    text-decoration: none;
}

.ana-map-card__photo-attribution a:hover,
.ana-map-card__photo-attribution a:focus-visible {
    color: #1a73e8;
    text-decoration: underline;
}

.ana-map-card__details {
    margin: 0 0 8px;
    color: #5f6368;
    font-family: inherit !important;
    font-size: 13px;
    font-style: normal;
    line-height: 1.55;
}

.ana-map-card__links {
    display: grid;
    gap: 1px;
    margin-bottom: 8px;
    font-family: inherit !important;
    font-size: 13px;
}

.ana-map-card__links a {
    color: #5f6368;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.ana-map-card__links a:hover,
.ana-map-card__links a:focus-visible {
    color: #1a73e8;
    text-decoration: underline;
}

.ana-map-card__action {
    display: inline-block;
    color: #1a73e8 !important;
    font-family: inherit !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none !important;
}

.ana-map-card__action:hover,
.ana-map-card__action:focus-visible {
    color: #185abc !important;
    text-decoration: underline !important;
}

.ana-map-card--compact {
    width: min(240px, 68vw);
}

.ana-map-card--compact .ana-map-card__title {
    margin-bottom: 8px;
    font-size: 14px;
}

.gm-style .gm-style-iw-c {
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(60, 64, 67, .25);
}

.gm-style .gm-style-iw-d {
    overflow: auto !important;
}

/* Restaurant reservation form and full-width opening-hours card. */
.contact-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.contact-form-status {
    padding: 14px 18px;
    margin-bottom: 25px;
    border-left: 3px solid #2095AE;
    background: #f4f5f8;
}

.contact-form-status.is-error {
    border-left-color: #a94442;
}

#restaurant-info .restaurant-copy p {
    max-width: 46rem;
    line-height: 1.85;
}

#restaurant-info .restaurant-reservation-note {
    margin: 28px 0 0;
    padding-left: 18px;
    border-left: 1px solid #2095AE;
    color: #0f2454;
    line-height: 1.75;
}

#restaurant-info .restaurant-form-title {
    margin: 4px 0 28px;
    color: #0f2454;
    font-size: 36px;
}

#restaurant-info .restaurant-form-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 22px 24px;
}

#restaurant-info .restaurant-form-field {
    grid-column: span 2;
}

#restaurant-info .restaurant-form-field--wide {
    grid-column: span 3;
}

#restaurant-info .restaurant-form-field--message {
    grid-column: span 6;
}

#restaurant-info .restaurant-form-field label {
    display: block;
    margin: 0 0 6px;
    color: #676977;
    font-family: var(--ana-font-navigation);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#restaurant-info .restaurant-form-field input,
#restaurant-info .restaurant-form-field textarea {
    width: 100%;
    min-height: 42px;
    padding: 5px 0 10px;
    border: 0;
    border-bottom: 1px solid rgba(15, 36, 84, .28);
    border-radius: 0;
    background: transparent;
    color: #0f2454;
    font-family: var(--ana-font-text);
    font-size: 15px;
    outline: 0;
}

#restaurant-info .restaurant-form-field input:focus,
#restaurant-info .restaurant-form-field textarea:focus {
    border-bottom-color: #2095AE;
}

#restaurant-info #restaurant-date,
#restaurant-info #restaurant-time {
    cursor: pointer;
}

#restaurant-info #restaurant-time:disabled {
    cursor: default;
    opacity: .65;
}

#restaurant-info .restaurant-time-status {
    display: block;
    min-height: 17px;
    margin-top: 5px;
    color: #676977;
    font-size: 11px;
    line-height: 1.4;
}

#restaurant-info .restaurant-time-widget {
    width: 250px;
    min-width: 250px;
    padding: 8px;
}

#restaurant-info .restaurant-time-widget table {
    margin: 0;
}

#restaurant-info .restaurant-time-widget table td {
    width: 42px;
    height: 42px;
    line-height: 42px;
}

#restaurant-info .restaurant-time-widget a[data-action] {
    padding: 3px 0;
}

#restaurant-info .restaurant-form-field textarea {
    min-height: 62px;
    resize: vertical;
}

#restaurant-info .restaurant-reservation-actions {
    display: flex;
    gap: 12px;
    margin-top: 30px;
}

#restaurant-info .restaurant-channel-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 150px;
    padding: 13px 22px;
    border: 1px solid #2095AE;
    border-radius: 0;
    background: transparent;
    color: #0f2454;
    font-family: var(--ana-font-navigation);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: background-color .25s ease, color .25s ease;
}

#restaurant-info .restaurant-channel-button:hover,
#restaurant-info .restaurant-channel-button:focus-visible {
    background: #2095AE;
    color: #fff;
}

#restaurant-info .restaurant-channel-button:disabled {
    cursor: wait;
    opacity: .55;
}

#restaurant-info .restaurant-form-feedback {
    min-height: 22px;
    margin: 12px 0 0;
    color: #676977;
    font-size: 13px;
}

#restaurant-info .restaurant-form-feedback.is-error {
    color: #a94442;
}

.restaurant-hero {
    height: auto !important;
    min-height: 100vh;
    padding-top: 140px;
    padding-bottom: 80px;
}

.restaurant-hero .hero-logo {
    margin-bottom: 4.5rem;
}

.restaurant-hero-hours {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    max-width: 900px;
    margin: 0 auto;
}

.restaurant-hero-hours__item {
    display: flex;
    flex: 0 1 250px;
    min-height: 136px;
    padding: 27px 20px 23px;
    border: 1px solid rgba(255, 255, 255, .32);
    background: rgba(0, 0, 0, .06);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(1px);
}

.restaurant-hero-hours__time {
    color: #fff;
    font-family: var(--ana-font-heading);
    font-size: clamp(32px, 4vw, 46px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
    white-space: nowrap;
}

.restaurant-hero-hours__state {
    color: #fff;
    font-family: var(--ana-font-heading);
    font-size: clamp(23px, 3vw, 34px);
    line-height: 1.1;
}

.restaurant-hero-hours__item--state {
    flex-basis: min(100%, 390px);
}

.restaurant-hero-hours__label {
    margin-top: 15px;
    color: #fff;
    font-family: var(--ana-font-navigation);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 1.2;
    text-transform: uppercase;
}

.restaurant-hero-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 34px;
    margin-top: 27px;
}

.restaurant-hero-links a {
    position: relative;
    min-width: 190px;
    padding: 13px 22px;
    border: 1px solid rgba(255, 255, 255, .55);
    color: #fff;
    font-family: var(--ana-font-navigation);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    transition: background-color .25s ease, border-color .25s ease, color .25s ease;
}

.restaurant-hero-links a i {
    margin-left: 6px;
    font-size: 10px;
    transition: transform .25s ease;
}

.restaurant-hero-links a:hover,
.restaurant-hero-links a:focus-visible {
    border-color: #fff;
    background: #fff;
    color: #0f2454;
}

.restaurant-hero-links a:hover i,
.restaurant-hero-links a:focus-visible i {
    transform: translateY(4px);
}

.restaurant-contact-cta {
    background: #fff;
}

.restaurant-contact-cta h2 {
    margin-bottom: 14px;
    color: #0f2454;
}

.restaurant-contact-cta__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.restaurant-contact-cta__item {
    display: flex;
    min-height: 132px;
    padding: 25px 22px;
    border: 1px solid rgba(32, 149, 174, .35);
    align-items: center;
    gap: 18px;
    color: #0f2454;
    transition: background-color .25s ease, border-color .25s ease, color .25s ease;
}

.restaurant-contact-cta__icon {
    flex: 0 0 auto;
    color: #2095AE;
    font-size: 38px;
    line-height: 1;
    transition: color .25s ease;
}

.restaurant-contact-cta__item small,
.restaurant-contact-cta__item strong {
    display: block;
}

.restaurant-contact-cta__item small {
    margin-bottom: 7px;
    color: #676977;
    font-family: var(--ana-font-navigation);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.2;
    text-transform: uppercase;
    transition: color .25s ease;
}

.restaurant-contact-cta__item strong {
    color: inherit;
    font-family: var(--ana-font-heading);
    font-size: 19px;
    font-weight: 400;
    line-height: 1.3;
}

.restaurant-contact-cta__item:hover,
.restaurant-contact-cta__item:focus-visible {
    border-color: #2095AE;
    background: #2095AE;
    color: #fff;
}

.restaurant-contact-cta__item:hover small,
.restaurant-contact-cta__item:focus-visible small,
.restaurant-contact-cta__item:hover .restaurant-contact-cta__icon,
.restaurant-contact-cta__item:focus-visible .restaurant-contact-cta__icon {
    color: #fff;
}

#restaurant-gallery .gallery-item {
    margin-bottom: 24px;
}

#restaurant-gallery .gallery-box {
    overflow: hidden;
}

#restaurant-gallery .gallery-img img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform .5s ease;
}

#restaurant-gallery .gallery-item a:hover img,
#restaurant-gallery .gallery-item a:focus-visible img {
    transform: scale(1.04);
}

.footer-about-text + .footer-about-text {
    margin-top: 12px;
}

#restaurant-testimonials[hidden],
#pansion-testimonials[hidden] {
    display: none !important;
}

#restaurant-testimonials .item > p,
#pansion-testimonials .item > p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
}

#restaurant-testimonials .info h6 a,
#pansion-testimonials .info h6 a {
    color: inherit;
    text-decoration: none;
}

#restaurant-testimonials .restaurant-google-source,
#pansion-testimonials .restaurant-google-source {
    display: inline-block;
    margin-top: 20px;
    color: #fff;
    font-family: var(--ana-font-navigation);
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#restaurant-testimonials .restaurant-google-source[hidden],
#pansion-testimonials .restaurant-google-source[hidden] {
    display: none !important;
}

#restaurant-testimonials .restaurant-google-source:hover,
#restaurant-testimonials .restaurant-google-source:focus-visible,
#pansion-testimonials .restaurant-google-source:hover,
#pansion-testimonials .restaurant-google-source:focus-visible {
    color: #2095AE;
}

@media (max-width: 767.98px) {
    #restaurant-testimonials .item > p,
    #pansion-testimonials .item > p {
        -webkit-line-clamp: 5;
        line-clamp: 5;
    }
}

@media (max-width: 767.98px) {
    #restaurant-info .restaurant-form-grid {
        gap: 20px;
    }

    #restaurant-info .restaurant-form-field,
    #restaurant-info .restaurant-form-field--wide,
    #restaurant-info .restaurant-form-field--message {
        grid-column: span 6;
    }

    #restaurant-info .restaurant-reservation-actions {
        flex-direction: column;
    }

    #restaurant-info .restaurant-channel-button {
        width: 100%;
    }

    .restaurant-hero {
        padding-top: 120px;
        padding-bottom: 55px;
    }

    .restaurant-hero .hero-logo {
        margin-bottom: 3rem;
    }

    .restaurant-hero-hours {
        gap: 8px;
    }

    .restaurant-hero-hours__item {
        flex: 1 1 calc(50% - 8px);
        min-width: 140px;
        min-height: 105px;
        padding: 20px 12px 17px;
    }

    .restaurant-hero-hours__time {
        font-size: clamp(25px, 8vw, 34px);
    }

    .restaurant-hero-hours__label {
        margin-top: 11px;
        font-size: 10px;
        letter-spacing: 2px;
    }

    .restaurant-hero-links {
        gap: 13px 22px;
        margin-top: 22px;
    }

    .restaurant-hero-links a {
        min-width: 170px;
        padding: 12px 16px;
        font-size: 11px;
        letter-spacing: 1.8px;
    }

    .restaurant-contact-cta__actions {
        grid-template-columns: 1fr;
    }

    .restaurant-contact-cta__item {
        min-height: 112px;
    }
}
