/*
Theme Name: VilaSarah
Author: ConcordSoft Solutions
Description: Vila Sarah Reservation Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');


html {
    margin: 0 !important;
    overflow-x: hidden;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

header {
    background: linear-gradient(90.07deg, rgba(255, 255, 255, 0.92) 20.32%, rgba(255, 255, 255, 0.48) 99.94%);
    position: fixed;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 9999999999;
    width: -webkit-fill-available;
}

.container {
    /*padding: 82px 0;*/
    padding: 62px 0;
}

#masthead > nav > .navigation.container-fluid {
    margin: 0 36px !important;
}

#primary-menu {
    display: flex;
    display: -webkit-flex;
    list-style: none;
    gap: 16px;
    -webkit-column-gap: 16px;
}

#primary-menu {
    display: flex;
    display: -webkit-flex;
    list-style: none;
    align-items: center;
    -webkit-align-items: center;
    gap: 16px;
    -webkit-column-gap: 16px;
    margin: 0;
}

#primary-menu a {
    font-size: 15px;
    font-family: 'Lato';
    font-weight: 400;
    line-height: 10px;
    color: rgba(16, 24, 40, 1);
    text-decoration: none;
}

.site-header nav {
    padding: 16px 0;
}

.kontakt-btn {
    background-color: rgba(26, 26, 26, 1);
    border-radius: 6px;
    /*border: 1px solid;*/
    /*border-image-source: linear-gradient(180deg, #000000 0%, #1A1A1A 100%);*/
    padding: 8px 13px;
    font-family: 'Lato';
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 1);
}

.second-menu {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 20px;
    -webkit-column-gap: 20px;
    position: relative;
}

.second-menu a {
    color: inherit;
    text-decoration: none !important;
}

#navbarNav {
    justify-content: space-between !important;
    -webkit-justify-content: space-between !important;
}

/*************************************/
.vila-slick-slider {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.vila-slick-slider img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.vila-slick-slider .slick-arrow {
    z-index: 500;
}

.vila-slick-slider .slick-arrow svg {
    width: 48px;
    stroke: none;
    fill: none;
}

.vila-slick-slider .slick-next {
    right: 80px !important;
    top: 90%;
}

.vila-slick-slider .slick-prev {
    left: calc(100% - 200px) !important;
    top: 90%;
}

.vila-slick-slider .slick-next:before {
    display: none;
}

.vila-slick-slider .slick-prev:before {
    display: none;
}

.first-section {
    position: relative;
}

.intro {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.intro h1 {
    margin: 0 auto;
    width: fit-content;
    font-family: 'Cormorant Garamond';
    text-transform: uppercase;
    font-size: 82px;
    font-weight: 400;
    line-height: 92.25px;
    letter-spacing: 0.24em;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.92);
}


.intro h1::before {
    left: 0;
    transform: translateX(-30%);
}

.intro h1::after {
    right: 0;
    transform: translateX(30%);
}

.info {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    gap: 12px;
    -webkit-column-gap: 12px;
}

.info-desc {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.info-desc p {
    margin: 0 0 0 8px;
    font-family: 'Lato';
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.92);
}

.background {
    background-image: url("/wp-content/uploads/2024/12/bg-nude.png");
    border-bottom: 1px solid rgba(211, 178, 137, 1);
    background-repeat: round;
}

.background-light {
    background-image: url("/wp-content/uploads/2024/12/bg-white.png");
    position: relative;
    background-repeat: round;
    background-position: left;
}

.sections {
    padding: 62px 0;
}

.text {
    margin: auto;
}

.sections h3 {
    font-family: 'EB Garamond';
    font-size: 52px;
    font-weight: 400;
    line-height: 58px;
    text-align: left;
    color: rgba(16, 24, 40, 1);
    margin-bottom: 16px;
}

.sections p {
    font-family: 'Lato';
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    text-align: left;
    color: rgba(52, 64, 84, 1);
}

.sections .row img {
    width: 609px;
    object-fit: cover;
    border-radius: 10px;
    height: 460px;
    transition: transform 0.5s ease;
    border: 2px solid rgba(211, 178, 137, 1);
}

.sections .row img:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.lang-item {
    margin-bottom: 0px;
}

.second-section .text, .fourth-section .text {
    padding-right: 62px;
}

.third-section .text {
    padding-left: 62px;
}

.custom-slider {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
    overflow: hidden;
    padding: 0 10px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 62px;
    border: 1px solid rgba(211, 178, 137, 1);
    box-shadow: 2px 2px 12px 0px rgba(56, 40, 21, 0.16);
}

.custom-slider::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100px;
    background: linear-gradient(
            to left,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0.8) 50%,
            rgba(255, 255, 255, 0.5) 100%
    );
    z-index: 10;
    pointer-events: none;
}

.slider-wrapper {
    display: flex;
    display: -webkit-flex;
    transition: transform 0.5s ease !important;
    width: 100%;
    will-change: transform;
}

.slide:first-child {
    flex: 0 0 270px;
    display: flex !important;
    display: -webkit-flex !important;
    align-items: center;
    -webkit-align-items: center;
    padding: 10px 24px;
    gap: 8px;
    -webkit-column-gap: 8px;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    justify-content: center;
    -webkit-justify-content: center;
}

.slide:not(:first-child) {
    flex: 0 0 0;
    width: min-content;
    display: flex !important;
    display: -webkit-flex !important;
    align-items: center;
    -webkit-align-items: center;
    padding: 10px 45px;
    gap: 8px;
    -webkit-column-gap: 8px;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    white-space: nowrap;
}

.slider-wrapper .slide:first-child {
    order: -1;
}

.slide:not(:last-child) {
    border-right: 1px solid #ddd;
}


.slide:nth-child(4), .slide:nth-child(6) {
    white-space: nowrap;
}

.slide img {
    width: 52px;
    height: 52px;
}

.prev img, .next img {
    height: unset;
    width: unset;
}

.slick-prev:before, .slick-next:before {
    content: '' !important;
}

/*slick-slider-custom START ----------------------------------------------------------------------------*/
.slick-slider-custom .slick-prev, .slick-next {
    display: block !important;
    z-index: 1000;
    font-size: 0;
    color: transparent;
    width: 40px;
    height: 40px;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.slick-slider-custom .slick-prev {
    left: calc(100% - 40px);
    top: 23px;
}

.slick-slider-custom .slick-next {
    right: -2px;
    top: 68%;
    bottom: 0;
}


.slick-slider-custom .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: unset !important;
    background-color: unset !important;
}

div.custom-slider.slick-slider-custom.slick-initialized.slick-slider > div > div {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}


/*slick-slider-custom END ----------------------------------------------------------------------------*/


.amenities {
    display: flex;
    display: -webkit-flex;
    gap: 24px;
    -webkit-column-gap: 24px;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.amenity {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 9px;
    -webkit-column-gap: 9px;
}

.amenity p {
    margin-bottom: 0;
    font-family: 'Lato';
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: rgba(16, 24, 40, 1);
}

.room-box .image {
    padding: 0 0 0 31px;
    position: relative;
}

.room-box .image .image-room-container > img {
    width: -webkit-fill-available;
    border: 1px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.36);
    border-radius: 8px;
    height: 420px;
    object-fit: cover;
}

.room-title h3 {
    font-family: 'EB Garamond';
    font-size: 52px;
    font-weight: 400;
    line-height: 58px;
    color: rgba(16, 24, 40, 1);
    margin-bottom: 16px;
}

.room-title p {
    font-family: Lato;
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    color: rgba(52, 64, 84, 1);

}

.room-title {
    margin-bottom: 36px;
}

.room-box {
    border: 1px solid rgba(208, 213, 221, 1);
    box-shadow: 2px 2px 12px 0px rgba(56, 40, 21, 0.16);
    padding: 36px;
    border-radius: 10px;
    position: relative;
    background: rgba(255, 255, 255, 1);

}

.room-box h3 {
    font-family: 'Lato';
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    text-align: left;
    margin-bottom: 45px;
    padding-right: 31px;
}

.left-room {
    padding: 24px 24px 31px 24px;
}

.rooms {
    width: fit-content;
    margin-bottom: 45px;
    border: 1px solid rgba(208, 213, 221, 1);
    padding: 4px;
    box-shadow: 2px 2px 8px 0px rgba(56, 40, 21, 0.12);
    border-radius: 10px;
}

.room-number {
    padding: 6px 25px;
    color: rgba(16, 24, 40, 1);
    font-family: 'Lato';
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
}

.active {
    background: rgba(211, 178, 137, 1) !important;
    color: rgba(255, 255, 255, 1) !important;
}

.image-room-container {
    position: relative;
    max-height: 420px;
    height: 100%;

}

.galerija-btn {
    position: absolute;
    bottom: 22px;
    right: 22px;
    width: auto;
    border: 1px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.36);
    font-family: 'Lato';
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 6px;
    -webkit-column-gap: 6px;
    backdrop-filter: blur(10px);
}

.galerija-btn:hover {
    color: rgba(255, 255, 255, 1);
}

.faq-title {
    text-align: center;
    padding: 0 0 40px 0;
}

.faq-title h3 {
    font-family: 'EB Garamond';
    font-size: 52px;
    font-weight: 400;
    line-height: 58px;
    text-align: center;
    color: rgba(16, 24, 40, 1);
    margin-bottom: 16px;

}

.faq-title p {
    font-family: 'Lato';
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
    color: rgba(52, 64, 84, 1);


}

.accordion {
    width: 100%;
    max-width: 776px;
    margin: auto;
}

.accordion-item {
    margin-bottom: 24px;
    border: 1px solid rgba(208, 213, 221, 1);
    box-shadow: 2px 2px 12px 0px rgba(56, 40, 21, 0.16);
    border-radius: 10px;
}

.accordion-button {
    width: 100%;
    font-family: 'Lato';
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: rgba(16, 24, 40, 1) !important;
    border-radius: 10px;
    padding: 15px;
    cursor: pointer;
    position: relative;
    background: rgba(255, 255, 255, 1) !important;


}

.accordion-button h5 {
    font-family: 'Lato';
    font-size: 20px;
    line-height: 32px;
    text-align: left;
    color: rgba(16, 24, 40, 1) !important;
}

.accordion-content {
    display: none;
    padding: 0 15px 24px 15px;
    background: rgba(255, 255, 255, 1);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}

.accordion-button:after {
    content: '';
    background-image: url('https://villasarah.eu/wp-content/uploads/2024/09/arrowup.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 30%;
    transition: transform 0.4s;
    transform: rotate(0deg) !important;
}

.accordion-button.active:after {
    transform: rotate(180deg) !important;
}

.accordion-button.active + .accordion-content {
    display: block;
}

.accordion p {
    margin-bottom: 0;
    font-family: 'Lato';
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: rgba(52, 64, 84, 1)
}

.accordion-button.active {
    padding-bottom: 0;
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

.hidden-question {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.hidden-question.show {
    display: block;
    opacity: 1;
}

.show-more {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(208, 213, 221, 1);
    padding: 6px 20px;
    cursor: pointer;
    border-radius: 6px;
    display: block;
    margin: 0 auto;
    text-align: center;
    z-index: 99;
    position: relative;
    box-shadow: 0px 2px 4px 0px rgba(77, 77, 77, 0.16);
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(16, 24, 40, 1);
}

.show-more img {
    margin-right: 8px;
}

.fade-effect {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 230px;
    background: linear-gradient(180deg, rgba(248, 248, 248, 0) 0%, rgb(248 248 248 / 57%) 20%, rgb(248 248 248) 39%, rgba(248, 248, 248, 1) 100%);
    pointer-events: none;
    z-index: 1;
}

hr {
    margin: 8px 0;
    border-top: dashed !important;
    opacity: 0.20;
    border-top-width: 2px !important;
    background: rgba(208, 213, 221, 1);
}


.tag {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 6px;
    -webkit-column-gap: 6px;
    border: 1px solid rgba(211, 178, 137, 1);
    border-radius: 36px;
    padding: 6px 20px;
    width: fit-content;
    background: rgba(255, 255, 255, 1);
    font-family: 'Lato';
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    color: rgba(211, 178, 137, 1);
}

.aktivnosti {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 0 0 0 35px;
}

.aktivnosti h3 {
    font-family: 'EB Garamond';
    font-size: 42px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    color: rgba(16, 24, 40, 1);
}

.aktivnosti-opis {
    font-family: 'Lato';
    font-size: 28px;
    font-weight: 300;
    line-height: 36px;
    text-align: left;
    color: rgba(52, 64, 84, 1);

}

.aktivnosti-slika img {
    width: -webkit-fill-available;
    height: 350px;
    border-radius: 10px;
    object-fit: cover;

}

.arrows {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 12px;
    -webkit-column-gap: 12px;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.arrow-prev, .arrow-next {
    padding: 8px 36px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(208, 213, 221, 1);
}

.aktivnost {
    display: flex;
    display: -webkit-flex;
    background: unset !important;
    min-width: 100%;
    transition: transform 0.5s ease;
}

.sixth-section .row {
    display: flex;
    display: -webkit-flex;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.sixth-section h3 {
    font-family: 'EB Garamond';
    font-size: 52px;
    font-weight: 400;
    line-height: 58px;
    text-align: center;
    color: rgba(16, 24, 40, 1);
    margin-bottom: 24px;
}

.activity-wrapper {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    transition: transform 0.5s ease;
    gap: 20px;
    -webkit-column-gap: 20px;
}

footer {
    border-top: 1px solid rgba(211, 178, 137, 1);
}

footer .container {
    padding: 64px 0 48px 0;
}

.menu-footer {
    padding: 0 !important;
    margin-top: 32px !important;
}

.footer-line {
    background: rgba(234, 236, 240, 1);
    margin: 42px 0 32px 0;
    border-top: solid !important;
    border-top-width: 1px !important;
}

.footer-info {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.socials {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    gap: 16px;
    -webkit-column-gap: 16px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.socials img {
    border: 1px solid rgba(208, 213, 221, 1);
    box-shadow: 0px 1px 4px 0px rgba(82, 82, 82, 0.32);
    border-radius: 6px;
    padding: 8px;
}

.links ul, .copyright p {
    list-style: none;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 16px;
    -webkit-column-gap: 16px;
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: rgba(52, 64, 84, 1);
    margin-bottom: 0 !important;
}

.links {
    display: flex;
    display: -webkit-flex;
    gap: 36px;
    -webkit-column-gap: 36px;
    align-items: center;
    -webkit-align-items: center;
}

.links ul a {
    color: inherit;
}

.footer-links {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.kucni-red {
    background: rgba(26, 26, 26, 1);
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    color: rgb(255, 255, 255);
    padding: 7px 16px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 8px;
    -webkit-column-gap: 8px;
    border-radius: 6px;
}

.table-section {
    padding: 82px 0;
    text-align: center;
}

.table-section h2 {
    font-family: 'EB Garamond';
    font-size: 52px;
    font-weight: 400;
    line-height: 58px;
    text-align: center;

}

.pricing-title {
    font-family: 'EB Garamond';
    font-size: 52px;
    font-weight: 400;
    line-height: 58px;
    text-align: center;
    color: rgba(16, 24, 40, 1);
    /*margin-bottom: 62px;*/
    /*padding-top: 40px;*/
    margin-bottom: 40px;
    padding-top: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    border: 1px solid rgba(211, 178, 137, 1);
    margin: 62px 0;
    box-shadow: 0 2px 8px 8px rgba(211, 178, 137, 0.16);

}

td {
    text-align: center;
    padding: 10px;
    font-family: 'Lato';
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(16, 24, 40, 1);


}

th {
    background-color: rgba(211, 178, 137, 1);
    text-align: center;
    padding: 10px;
    font-family: 'Lato';
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: rgba(255, 255, 255, 1);
}

tr {
    background-color: rgba(247, 247, 247, 1);
}

tr:nth-child(even) {
    background-color: rgba(255, 255, 255, 1);
}

.table-btn {
    background: rgba(26, 26, 26, 1);
    border: 1px solid;
    border-radius: 6px;
    border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(0, 0, 0, 0) 100%);
    padding: 8px 36px;
    font-family: 'Lato';
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: rgba(255, 255, 255, 1);
    display: block;
    margin: 62px auto 0 auto;
}

.btn:hover,
.btn:active {
    background: rgb(89, 88, 88) !important;
    color: rgba(255, 255, 255, 1) !important;

}

.contact_footer {
    padding: 120px 12px;
}


.vertical-line {
    width: 1px;
    height: auto;
    background-color: #ccc;
    margin: 0 10px;
}

.number-input p {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 0 !important;
    justify-content: center;
    -webkit-justify-content: center;
}

.number-input button {
    border: 0;
    background-color: transparent;

    color: rgba(211, 178, 137, 1);
}

.number-input {
    max-width: 131px;
    text-align: center;
}

.number-input input {
    width: 30px;
    text-align: center;
    border: 1px solid #ccc;
}

.input-fields {
    display: flex;
    display: -webkit-flex;
    border: 1px solid rgba(208, 213, 221, 1);
    padding: 8px 17px !important;
    border-radius: 8px;
    max-width: 562px;
    margin: 0 auto 16px auto;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.tacbox p {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

form > div.row > div.tacbox > p > label {
    margin-bottom: 0;
}

.input-fields .col-4 {
    max-width: 131px;

}

.input-fields .col-4:last-child {
    border-right: 0;
}

.number-input input {
    border: 0 !important;
}

.number-input label {
    margin-bottom: 0 !important;
}

/* Uklanjanje strelica u Google Chrome, Safari, Edge i Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Uklanjanje strelica u Firefoxu */
input[type=number] {
    -moz-appearance: textfield;
}

.form-row {
    border: 1px solid rgba(211, 178, 137, 1);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    box-shadow: 0 2px 8px 8px rgba(211, 178, 137, 0.16);
    padding: 20px;
    align-items: center;
    -webkit-align-items: center;
}

.form-row h3 {
    font-family: 'Lato';
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    margin-bottom: 16px;

}

.form-row label {
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: rgba(52, 64, 84, 1);
    margin-bottom: 8px;

}

.form-row input, .form-row textarea {
    border: 1px solid rgba(208, 213, 221, 1);
    border-radius: 8px !important;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;

}

.form-row textarea {
    height: 80px;
}

.form-row input[type="submit"] {
    background: rgba(26, 26, 26, 1);
    border: 1px solid;
    border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 6px;
    padding: 8px 16px;
    color: white;
    width: 100%;
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
}

.form-row input[type="text"], .form-row input[type="email"], .form-row input[type="tel"], .form-row input[type="date"], .form-row textarea {
    padding: 10px 14px;
    width: -webkit-fill-available;
}

iframe {
    border-radius: 8px;
}

.form-info {
    padding: 0 48px;
}

#checkbox {
    margin-right: 8px;
    margin-top: 5px;
}

.form-links {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    padding: 24px 36px;
}

.form-links p {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 0;
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
}

.form-links img {
    margin-right: 8px;
}

.modal-header {
    padding: 24px 0 !important;
    border-bottom: 1px dashed rgba(208, 213, 221, 1) !important;
    margin: 0 24px !important;
}

.modal-header h1 {
    font-family: 'Lato';
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    text-align: left;
    color: rgba(16, 24, 40, 1);
}

.modal.fade .modal-dialog {
    transform: translate(0, 100%) !important;
}

.modal-body {
    padding: 12px 24px!important;
}

.modal-body ul {
    margin-bottom: 0;
    font-family: 'Lato';
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: rgba(16, 24, 40, 1);
}

.modal-content {
    width: 688px !important;
    border-radius: 16px !important;
    box-shadow: 0px 24px 48px -12px rgba(16, 24, 40, 0.18) !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.info.mob-view {
    display: none;
}

.star-dark {
    width: 10px;
}

.arrows .btn {
    transition: all 0.3s ease-in-out;
}

.arrows .btn:hover {
    border: 1px solid rgba(208, 213, 221, 1) !important;
    background: rgba(255, 255, 255, 0.8) !important;
}

#block-7 {
    padding-top: 36px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute !important;
    top: 54px !important;
    padding: 8px;
    border: none !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: linear-gradient(90.07deg, rgba(255, 255, 255, 0.92) 20.32%, rgba(255, 255, 255, 0.48) 99.94%);

}

.slick-prev img, .slick-next img {
    width: 40px;
}

/*galerija*/
.room-gallery {
    display: none !important; /* Sakriva sadržaj galerije */
}

/*slick-slider-custom*/
.slick-slider-custom.custom-slider {
    padding: 0 !important;
}

.slick-slider-custom .slick-list.draggable {
    height: 72px !important;
}


#mapDiv iframe .place-card {
    display: none !important;
}


/*@media screen and (max-width: 992px) {*/
@media screen and (max-width: 991px) {
    .second-section .text, .fourth-section .text {
        padding-right: 0 !important;
    }

    .sections .row img {
        max-width: 100%;
        margin: 0;
    }

    .second-section, .third-section {
        padding: 62px 0 0 0;
    }

    .sections h3, .sections p {
        text-align: center;
    }

    .sections p, .room-title p {
        font-size: 24px;
        margin-bottom: 36px;
    }

    .sections h3, .room-title h3 {
        font-size: 42px;
        margin-bottom: 8px;
    }

    body > div:nth-child(4) > div.third-section.container.sections > div {
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
    }

    .third-section .text {
        padding-left: 0 !important;
    }

    .vila-slick-slider .slick-prev {
        left: calc(100% - 150px) !important;
    }

    .vila-slick-slider .slick-next {
        right: calc(100% - 95%) !important;
    }

    .container {
        padding: 40px 20px;
    }

    .rooms {
        margin: 0 auto 24px auto;
    }

    .room-box h3 {
        padding-left: 0;
    }

    .aktivnosti {
        padding: 0 !important;
        margin-top: 36px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        left: 3% !important;
    }

    #navbarNavFooter ul {
        align-items: flex-start;
        -webkit-align-items: flex-start;
    }

}


/* Responsive */
@media screen and (max-width: 768px) {
    .navbar .kontakt-btn {
        display: none;
    }

    .navbar-toggler {
        border: 1px solid #D0D5DD;
        border-radius: 6px;
        background-color: rgba(255, 255, 255, 0.82);
        width: 36px;
        height: 36px;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        -webkit-justify-content: center;
    }

    .navbar-collapse.collapse.show {
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: center;
        -webkit-align-items: center;
        min-height: 250px;
        gap: 36px;
        -webkit-column-gap: 36px;
    }

    .second-menu {
        justify-content: center;
        -webkit-justify-content: center;
        margin-top: 48px;
        padding-left: 20px;
    }

    #primary-menu {
        flex-direction: column;
        -webkit-flex-direction: column;
        padding: 9px 0;
    }

    .vila-slick-slider .slick-arrow {
        display: none !important;
    }

    .intro h1 {
        font-size: 38px;
    }

    .third-section .row {
        display: flex;
        display: -webkit-flex;
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
    }

    .second-section .text, .fourth-section .text {
        padding-left: 0;
    }

    .sections {
        padding-bottom: 20px;
    }

    .third-section .text {
        padding-left: 12px;
    }

    .sections .text {
        padding-top: 0;
        padding-bottom: 62px;
    }

    .vila-slick-slider, div.vila-slick-slider.slick-initialized.slick-slider > div, div.vila-slick-slider.slick-initialized.slick-slider > div > div {
        height: 400px !important;
    }

    .slick-slide {
        height: 100%;
    }

    .slick-slide img {
        height: 100%;
        object-fit: cover;
    }

    .info.desktop-view {
        display: none;
    }

    .info.mob-view {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        padding-top: 50px;
    }

    .info-desc p {
        color: #101828;
        text-shadow: none;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {

        left: 34% !important;
        top: 98% !important;

    }

    .links {
        display: block;
    }

    .links ul {

        margin-bottom: 16px !important;
    }

    .form-links {
        padding: 24px;
    }

}

@media screen  and (max-width: 680px) {
    .sections {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .sections .text, .sections p, .sections h3 {
        text-align: center;
    }

    .sections h3 {
        font-size: 42px;
    }

    .sections p {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 0;
    }

    .sections img {
        margin-top: 20px;
    }

    .slider-wrapper {
        flex-direction: column;
        -webkit-flex-direction: column;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .slide {
        font-size: 16px;
    }

    .slide img {
        margin-top: 0;
        width: 32px;
    }

    .slide:first-child {
        font-size: 20px;
        /*flex: 100%;*/
        width: 100%;
    }

    .sections .slick-slider-custom .slick-prev img,
    .sections .slick-slider-custom .slick-next img {
        margin-top: 0 !important;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 30px;
    }

    .slick-slider-custom .slick-prev {
        left: unset;
        right: 0;
        bottom: 0;
        top: 15px;
        width: 30px;
        height: 30px;
    }

    .slick-slider-custom .slick-next {
        left: unset;
        right: -2px;
        top: unset;
        bottom: -15px;
        width: 30px;
        height: 30px;
    }


    .slide:not(:last-child) {
        border: none;
    }

    .slide:not(:first-child) {
        flex: 0 0 220px;
        width: min-content !important;
    }

    .slide {
        flex: 0 0 325px;
        display: flex !important;
        display: -webkit-flex !important;
        align-items: center;
        -webkit-align-items: center;
        padding: 10px 8px;

    }

    .slide:first-child {
        flex: 0 0 175px;
    }

    .price-color {
        font-size: 18px !important;
    }

    .stay {

        font-size: 15px !important;

    }

    .room-title h3 {
        font-size: 42px;
        line-height: 52px;
        padding: 0 25px;
    }

    .room-title p {
        font-size: 24px;
        line-height: 32px;
    }

    .room-box .room-content {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        padding-bottom: 15px;
    }

    .room-box {
        margin: 0;
        padding: 0;
    }

    .room-box .image {
        padding: 0;
    }

    .rooms {
        margin-bottom: 20px;
    }

    .left-room {
        padding: 10px 0;
    }

    .room-number {
        font-size: 13px;
        padding: 6px;
    }

    .room-box h3 {
        font-size: 18px;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .room-content .amenities {
        margin-bottom: 35px;
    }

    .galerija-btn {
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        text-align: center;
        max-width: 223px;
        width: 100%;
        display: block;
        margin: auto;
    }

    .sixth-section {
        padding: 20px 0;
    }

    .activity-wrapper {
        padding: 0;
    }

    .sixth-section .px-0 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .sixth-section .row {
        margin: auto;
    }

    .aktivnosti-slika {
        padding: 0 !important;
        margin-bottom: 40px;
    }

    .aktivnosti-slika img {
        width: 100%;
        height: auto;
    }

    .aktivnost {
        justify-content: center;
        -webkit-justify-content: center;
        width: 100%;
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .aktivnosti {
        padding: 0;
    }

    .arrows {
        justify-content: center;
        -webkit-justify-content: center;
    }

    .arrows .btn {
        width: 100%;
    }

    .aktivnosti h3 {
        font-size: 36px;
        line-height: 38px;
    }

    .aktivnosti-opis {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 35px;
    }

    .contact {
        padding: 20px;
    }

    .form-links {
        flex-direction: column;
        -webkit-flex-direction: column;
        gap: 20px;
        -webkit-column-gap: 20px;
    }

    .form-info {
        padding: 8px;
    }

    .aktivnost .tag {
        margin-bottom: 15px;
    }

    .faq-title h3 {
        font-size: 42px;
        line-height: 52px;
    }

    .faq-title p {
        font-size: 24px;
        line-height: 32px;
    }

    .faq-title {
        padding: 0px 0 22px 0;
    }

    .accordion-button {
        padding: 10px 15px;
    }

    .table-section h2 {
        font-size: 42px;
        line-height: 52px;
    }

    .wpcf7-form .col-12,
    .wpcf7-form .col-6 {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .footer-info {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: flex-start;
        -webkit-align-items: flex-start;
        gap: 32px;
        -webkit-column-gap: 32px;
        padding-left: 20px;
    }

    #primary-menu {
        padding-left: 6px !important;
    }

    .footer-links {
        flex-direction: column;
        -webkit-flex-direction: column;
        gap: 16px;
        -webkit-column-gap: 16px;
        padding: 0 20px;
    }

    .kucni-red {
        align-items: center;
        -webkit-align-items: center;
        margin-left: 0;
        justify-content: center;
        -webkit-justify-content: center;
        width: 100%;
    }

    .links ul {
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        text-align: center;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .copyright p {
        justify-content: center;
        -webkit-justify-content: center;
    }

    #masthead > nav > .navigation.container-fluid {
        margin: 0 !important;
    }

    .input-fields {
        display: block !important;
    }

    .vertical-line {
        width: 100%;
        height: 1px;
        background-color: #ccc;
        margin: 8px 0;
    }

    .input-fields .col-4 {
        width: 100% !important;
    }

    .number-input p {
        margin-top: 8px;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }

    .fade-effect {
        height: 275px;
    }

    .input-fields {
        max-width: 295px;
    }

    .input-fields .col-4 {
        max-width: 100% !important;
    }

    .number-input {
        max-width: 100% !important;
    }

    .form-row label {
        margin: 0 auto;
    }

    .table-btn {
        width: -webkit-fill-available;
    }

    .calendar {
        padding: 0 20px !important;
    }

    .pricing-title {

        padding-top: 0px;
    }

    .slick-slider-custom .slick-list.draggable {
        height: 56px !important;
    }

    .slide:first-child {

        justify-content: flex-start;
        -webkit-justify-content: flex-start;
    }
}

.pricing-table {
    border: 10px solid rgba(211, 178, 137, 0.16);
    border-radius: 10px;
    font-family: 'Lato';
}

.pricing-table h2 {
    background-color: rgba(211, 178, 137, 1);
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    font-family: 'Lato';
    color: rgba(255, 255, 255, 1);
    padding: 10px 16px;
    margin-bottom: 0;
}

.one-price {
    border-left: 1px solid rgba(211, 178, 137, 1);
    border-right: 1px solid rgba(211, 178, 137, 1);
    border-radius: 0 !important;
}

.one-price:last-child {
    border-bottom: 1px solid rgba(211, 178, 137, 1);
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
}

.stay {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(53, 65, 85, 1);
}

.price {
    text-align: right;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(52, 64, 84, 1);
}

.one-price {
    padding: 10px 16px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
}

.price-color {

    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    color: rgba(211, 178, 137, 1);
}

.date {

    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: rgba(16, 24, 40, 1);
}

.alt-background {
    background-color: rgba(247, 247, 247, 1);
}

.calendar p a {
    color: rgba(211, 178, 137, 1) !important;
}

.wpbc_no_custom_width.bk_calendar_frame {

    margin: 0 auto !important;
}

.block_hints {
    display: none !important;
}

#mapDiv > div > div.gm-style > div:nth-child(4) > div {
    display: none !important;
}

.tabela-zaglavlje {
    background-color: rgba(211, 178, 137);
    color: #fff;
    padding: 10px 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}


#secondary-menu > li > a > img, #secondary-menu > li > ul > li.lang-item.lang-item-17.lang-item-en.lang-item-first.menu-item.menu-item-type-custom.menu-item-object-custom > a > img, #secondary-menu > li > ul > li.lang-item.lang-item-21.lang-item-de.menu-item.menu-item-type-custom.menu-item-object-custom > a > img {
    width: 18px !important;
    height: 18px !important;
    border-radius: 50%;
    margin-bottom: 3px;
}

.tos-wrapper.tos-fixed {
    background-color: white !important;
}


/*   slick-slider-custom   (25.12). ----------------------------------------------------------*/
/*-------------  1  ---------------------*/

.slick_slider_custom_wrapper {
    margin-top: 62px;
}

.slick-slider-custom {
    margin-top: 10px;
}

.slide:first-child.slick_slider_custom_text {
    justify-content: start;
    -webkit-justify-content: flex-start;
    padding-left: 0;
}


/*------------ 2 -------------------------*/
.slick_slider_custom_wrapper {
    display: flex;
    display: -webkit-flex;
}


.custom-slider {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
    overflow: hidden;
    padding: 0 10px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid rgba(211, 178, 137, 1);
    box-shadow: 2px 2px 12px 0px rgba(56, 40, 21, 0.16);
}

.slide:first-child.slick_slider_custom_text {
    flex: unset !important;
    -webkit-flex: unset !important;
    border: 1px solid rgba(211, 178, 137, 1);
    box-shadow: 2px 2px 12px 0px rgba(56, 40, 21, 0.16);
    margin-right: 15px;
    background-color: #fff;
    border-radius: 10px;
    height: 72px !important;
    padding-left: 24px;
    margin-top: 10px;
}


@media screen and (max-width: 680px) {
    .slick_slider_custom_wrapper {
        display: block !important;
    }

    .slide:first-child.slick_slider_custom_text {
        height: 56px !important;
        width: max-content !important;
        margin-right: 0;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .one-price {
        padding: 10px 8px;
    }

    .price {
        width: min-content;
    }

    /* Osnovni stil za Android i druge pregledače */
    .form-row input[type="date"] {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        height: 44px !important;
        min-height: 44px !important;
        max-height: 44px !important;
        box-sizing: border-box !important;
    }

    /* Specifičan stil za Safari */
    @supports (-webkit-touch-callout: none) {
        .form-row input[type="date"] {
            width: calc(100% - 20px) !important;
            min-width: calc(100% - 20px) !important;
            max-width: calc(100% - 20px) !important;
        }
    }


    @media (max-width: 992px) {
        #form .map-column {
            padding-left: 0 !important;
        }
    }
}


/*-------------------------------------------------------------------------------------------------*/

.wpcf7 form .wpcf7-response-output {
    margin-top: 10px !important;
}

.col-12.submit-btn {
    height: auto !important;
    max-height: 52px;
}

.submit-btn p {
    margin: 0 !important;
}

#wpadminbar {
    display: none !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute !important;
    left: -5px !important;
    top: 35px !important;
    padding: 8px;
    border: none !important;
    border-radius: 6px !important;
    background: linear-gradient(90.07deg, rgba(255, 255, 255, 0.92) 20.32%, rgba(255, 255, 255, 0.48) 99.94%);
    width: fit-content !important;
    max-width: fit-content !important;
    min-width: fit-content !important;
}


@media screen and (max-width: 768px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        left: 50% !important;
        transform: translateX(-50%) !important;
        top: 30px !important;

    }

    .second-menu {
        margin-bottom: 50px;
    }
}


/*------ sanja -------------------------------------------------------------------------------------------*/

.CybotCookiebotDialogBodyBottomWrapper {
    display: none !important;
}

.tos-wrapper.tos-fixed {
    z-index: 99999999999 !important;
}


.datepick-inline .date_available {
    background: #c1f0c1 !important;
}

.datepick-inline .date2approve {
    background: #ffb84d !important;
    color: #fff !important;
}

.datepick-inline .date_approved {
    background: #ff5c33 !important;
    color: #fff !important;
}

.datepicker-313,
.datepicker-39 {
    position: relative;
}

.datepicker-313:after,
.datepicker-39:after{
    content: url(/wp-content/themes/vilasarah/assets/images/icon_calendar.svg) !important;
    position: absolute!important;
    right: 10px!important;
    top: 0!important;
}

.contact form.invalid .datepicker-313:after,
.contact form.invalid .datepicker-39:after,
.contact form.sent .datepicker-313:after,
.contact form.sent .datepicker-39:after{
    display: none!important;
}




.contact form.invalid .start_date_div,
.contact form.invalid .end_date_div{
    position: relative;
}


.contact form.invalid .start_date_div:after,
.contact form.invalid .end_date_div:after{
    content: url(/wp-content/themes/vilasarah/assets/images/icon_calendar.svg) !important;
    position: absolute!important;
    right: 22px !important;
    bottom: 32px !important;
}


.calendar_legend_wrapper {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    gap: 25px;
    -webkit-column-gap: 25px;
    background: #fff;
    border: 0px solid #555;
    box-shadow: 0 1px 5px 1px #00000014;
    padding: 10px;
    width: max-content;
    margin: auto;
    margin-top: 15px;
}

.calendar_legend_color {
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 5px;
}

.calendar_legend_avilable {
    background: #c1f0c1;
}

.calendar_legend_reserved {
    background: #ffb84d;
}

.calendar_legend_booked {
    background: #ff5c33;
}

.calendar_legend_item {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 5px;
    -webkit-column-gap: 5px;
}

@media screen and (max-width: 768px) {
    .calendar_legend_item span {
        font-size: 14px;
    }
}

.sections.dual_module_section .row img {
    width: 100%;
    max-width: 100%;
}


.input-fields {
    max-width: calc(100% - 24px);
}

.first-section .vila-slick-slider img {
    border-radius: unset;
}

.pricing-table {
    border-radius: 20px;
}

@media screen and (max-width: 1199px) {
    .form-info {
        padding: 0;
    }

    .form-row,
    .room-section .room-box {
        width: 100%;
        margin: auto;
    }

}

@media screen and (max-width: 1399px) {
    .vertical-line {
        margin: 0;
    }
}


@media screen and (max-width: 991px) {
    .room-section .image {
        padding-left: 0;
    }

    .form-links {
        flex-direction: column;
        -webkit-flex-direction: column;
        gap: 20px;
        -webkit-column-gap: 20px;
    }

    .footer-links {
        flex-direction: column;
        -webkit-flex-direction: column;
        /* align-items: center; */
        gap: 16px;
        -webkit-column-gap: 16px;
        padding: 0;
    }
}

@media screen and (max-width: 680px) {
    .footer-links {
        padding: 0 20px;
    }

    .input-fields {
        max-width: 295px;
    }
}


/*novo - za accordion repeater------------------------------------------------*/
.accordion-item {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.accordion-item.hidden-question {
    opacity: 0;
    transform: translateY(10px);
}

.accordion-item.hidden-question.show {
    opacity: 1;
    transform: translateY(0);
}


.accordion-button {
    padding-right: 50px;
}

/*-------------------------------------------------------------------------------*/


.modal.fade .modal-dialog {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 0;
}

.modal-content {
    left: 50%;
    transform: translateX(-50%);
}


@media screen and (max-width: 1399px) {
    .room-number {
        padding: 6px 12px;
    }

    .left-room {
        padding-left: 0;
        padding-right: 0;
    }
}


@media screen and (max-width: 1199px) {
    .room-number {
        font-size: 17px;
    }
}


@media screen and (max-width: 991px) {
    .input-fields {
        max-width: calc(100% - 20px);
        margin: auto;
        margin-bottom: 16px;
    }
}


@media screen and (max-width: 768px) {
    .container.container_contact {
        padding: 40px 0;
    }

    .fade-effect {
        height: 200px;
    }

    .form-row label {
        margin-left: 0;
    }

    .number-input p {
        margin-bottom: 8px !important;
    }

    .input-fields {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .sections.dual_module_section .row img {
        height: 300px;
    }

    .form-info {
        margin-bottom: 20px;
    }

    .form-links {
        padding-left: 0;
        padding-right: 0;
        padding-top: 50px;
    }

    .container_contact form .row {
        margin-left: 0;
        margin-right: 0;
    }

    .map_column_div_inside {
        height: 350px !important;
    }

    .sections.dual_module_section .text p {
        margin-bottom: 0;
    }

    .dual_module_section {
        padding-bottom: 62px;
    }

    .rooms {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    footer #primary-menu {
        padding-left: 0 !important;
    }

    .input-fields {
        max-width: calc(100% - 20px);
        margin: auto;
        margin-bottom: 16px;
    }

    .modal-content {
        width: auto !important;
    }

    .room-box {
        padding: 0 12px 15px;
    }

    .room-content {
        padding: 0;
    }

}


@media screen and (max-width: 680px) {
    .input-fields {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}


@media screen and (max-width: 575px) {
    .room-number {
        padding: 6px 6px;
        font-size: 14px;
        line-height: 36px;
    }

    .room-box .image .image-room-container > img {
        height: 250px;
    }
}


/*modal ispravke nakon dodavanja novog sadrzaja------------------------------------*/
.modal-content {
    width: 800px !important;
    height: 600px !important;
}

.modal-content h3 {
    font-size: 18px;
    margin-top: 20px;
}

.modal-body {
    overflow: auto;
}

.modal-body ul,
.modal-body p {
    margin-bottom: 0;
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: rgba(16, 24, 40, 1);
}

.modal-body p {
    margin: 30px 0 15px;
}

#exampleModal {
    padding-right: 0 !important;
    z-index: 99999999999 !important;
}

@media screen and (max-width: 991px) {
    .modal-content {
        width: calc(100vw - 30px) !important;
        height: calc(100vh - 200px) !important;
    }
}

.stop_scrolling {
    touch-action: none !important;
    -ms-touch-action: none !important;
    overflow: hidden !important;
}

.room-number.btn.active {
    border: 1px solid #B28042;
}

.form-links a,
.form-links a:hover {
    color: rgb(33, 37, 41) !important;
    text-decoration: unset !important;
}


.form_row div {
    margin-bottom: 16px;
}

.form_row .input-fields div {
    margin-bottom: 0;
}

@media screen and (max-width: 680px) {
    .number-input {
        padding: 5px 0;
    }

    .number-input label {
        padding-bottom: 5px;
    }

    .form-row label {
        margin-bottom: 8px;
    }

    .form-row .tacbox {
        padding-left: 0;
        padding-right: 0;
        display: flex;
        display: -webkit-flex;
        align-items: flex-start;
        -webkit-align-items: flex-start;
    }

}

/*cookie yes - uklonjen customize button i sekundarni popup za customizaciju cookies*/
.cky-btn.cky-btn-customize,
.cky-btn-revisit-wrapper.cky-revisit-bottom-left{
    display: none!important;
}


.vila-slick-slider .slick-prev,
.vila-slick-slider .slick-next{
    width: max-content!important;
}


/*------  popup - izmene 18.02.2025. --------------------------------------------------------------*/
/*#modalOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
*/
/*------  popup - izmene 04.05.2025. --------------------------------------------------------------*/
#modalOverlay {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    z-index: -1 !important;
}
/*------  popup - izmene 04.06.2025. --------------------------------------------------------------*/
/*.modalPopup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 600px;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    opacity: 0;*/
    /*animation: fadeIn 0.5s forwards;	
    background-color: unset;
    padding: 0;
}*/
.modalPopup {
    display: none !important;
}
.headerBar {
    background-color: rgba(211, 178, 137);;
    text-align: center;
    padding: 10px 20px;
    display: none;
}

.headerBar img {
    width: 100px;
}

.modalContent {
    padding: 40px 20px;
    text-align: center;
    background-image: linear-gradient(to top, rgba(211, 178, 137, 0.5), rgba(211, 178, 137, 0));
    border: 1px solid rgba(211, 178, 137, 1);
    box-shadow: 2px 2px 12px 0px rgba(56, 40, 21, 0.16);
    background-color: #fff;
    border-radius: 10px;
}

.modaltitle {
    font-size: 24px;
    color: rgb(52, 64, 84);
    margin-bottom: 40px;
    margin-top: 40px;
}

.modalcustom {
    font-size: 18px;
    color: #555;
    margin-bottom: 30px;
}

.buttonStyle {
    background-color: rgba(26, 26, 26, 1);
    color: white!important;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s ease;
    letter-spacing: 0.5px;
    line-height: 20px;
    text-transform: unset;
    border-radius: 10px;
    border: unset;
}

.buttonStyle:hover {
    background: rgb(89, 88, 88) !important;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.modalLogo {
    width: 150px;
}

@media (max-width: 767px) {
    .modalLogo {
        width: 130px;
    }

    .modaltitle {
        font-size: 20px;
    }
}

.modalLogo{
    margin-bottom: 30px;
}

.modalContent hr{
    margin: 0 0 30px;
}

/*--------------------------------------------*/
.sections.dual_module_section{
    padding-bottom: 0;
}

.dual_module_sections_wrapper{
    padding-bottom: 62px;
}

.room-content.row{
    align-items: center;
}

.page_content_container a{
    color: rgb(89, 88, 88) !important;
}

.page_content_container a:hover{
    color: rgba(211, 178, 137, 1) !important;
}

.page_content_container{
    padding-top: 150px;
}

@media screen and (max-width: 991px) {
    .sections .text {
        padding-top: 20px;
        padding-bottom: 40px;
    }
}

footer .links a {
    text-decoration: unset!important;
}

.contact .submit-btn input:hover{
    background: rgb(89, 88, 88) !important;
}

@media screen and (max-width: 767px) {
    .page_content_container{
        padding-top: 100px;
    }
}

@media screen and (max-width: 680px) {
    .calendar {
        padding: 40px 20px !important;
    }
}
/*--------------------------------------------*/

