.logo {
    height: 100% !important;
    width: 130px !important;
}

.store {
    height: 100% !important;
    width: 150px !important
}

.two em {
    font-family: Caveat,cursive;
    text-transform: lowercase;
    font-weight: 400
}

.one em {
    font-family: Caveat,cursive;
    font-size: 35px;
    font-weight: 300
}

.video-bg {
    height: 100vh;
    width: 100%;
    object-fit: cover
}

@media (max-width: 991px) {
    .video-bg {
        min-height: 600px;
    }
}

@media (max-width: 767px) {
    .video-bg {
        height: 87vh;
    }
}

.site-img-1 {
    height: 311px;
    width: 100%;
    object-fit: cover
}

.site-img-2 {
    height: 400px;
    width: 100%;
    object-fit: cover
}

.site-img-3 {
    height: 307px;
    width: 100%;
    object-fit: cover
}

.site-img-4 {
    height: 670px !important;
    width: 100%;
    object-fit: cover
}

@media (max-width:2500px) {
    .site-img-4 {
        height: 650px
    }
}

@media (max-width:1599px) {
    .site-img-4 {
        height: 600px !important
    }
}

@media (max-width:1399px) {
    .site-img-4 {
        height: 500px !important
    }
}

@media (max-width:991px) {
    .site-img-4 {
        height: 450px !important
    }

    .lang {
        display: none
    }
}

@media (max-width:767px) {
    .site-img-4 {
        height: 311px !important
    }

    .logo {
        width: 50% !important
    }
}

.site-img-5 {
    height: 720px;
    width: 100%;
    object-fit: cover
}

@media (max-width:1399px) {
    .site-img-5 {
        height: 568px
    }
}

@media (max-width:991px) {
    .site-img-5 {
        height: 470px
    }
}

@media (max-width:767px) {
    .site-img-5 {
        height: 272px
    }
}

/*Call*/

.callButton * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.img-call-book {
    width: 19px;
    height: 19px;
}

.callNowFirst {
    filter: opacity(0.9)
}

    .callNowFirst:hover {
        filter: saturate(1.8)
    }

.callNowSecond {
    filter: opacity(0.9)
}

    .callNowSecond:hover {
        filter: saturate(1.8)
    }

.callNowThird {
    filter: opacity(0.9)
}

    .callNowThird:hover {
        filter: saturate(1.8)
    }

.callButton {
    position: fixed;
    width: 600px;
    height: 40px;
    text-align: left;
    z-index: 9999;
    bottom: 0px;
    right: 0px;
    font-size: 18px;
    line-height: 40px;
}

    .callButton a {
        color: #fff;
    }

    .callButton > div {
        float: right;
        width: 33.33%;
        position: relative;
    }

        .callButton > div.callNowFirst {
            background-color: #1675a9;
            text-align: center;
            left: 0px;
        }

        .callButton > div.callNowSecond {
            background-color: #006C63;
            text-align: center;
            right: 0px;
        }

        .callButton > div.callNowThird {
            background-color: #128C7E;
            text-align: center;
            right: 0px;
        }

        .callButton > div img {
            display: inline-block;
            height: 20px;
            margin: 10px 0px;
            margin-right: 5px;
        }

        .callButton > div .callNumberBlock {
            display: inline-block !important;
            font-size: 14px;
            padding: 0px 10px;
            width: 100%;
        }

        .callButton > div a {
        }

    .callButton div span {
        position: absolute;
        top: -26px;
        height: 26px;
        width: 100%;
        line-height: 26px;
        padding: 0px 10px;
        margin: 0;
        font-size: 13px;
        color: #fff;
        -webkit-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.1);
    }

    .callButton div.callNowFirst span {
        background-color: #1675a9;
        left: 0px;
        text-align: center;
    }

    .callButton div.callNowSecond span {
        background-color: #006C63;
        right: 0px;
    }

    .callButton div.callNowThird span {
        background-color: #128C7E;
        right: 0px;
    }

    .callButton div .callNumber {
        display: inline-block;
    }

    .callButton > div.callBack {
        background-color: #319cd2;
        text-align: center;
        right: 0px;
    }

.svg-icon {
    height: 30px;
    width: 30px;
}

.svg-icons {
    height: 48px;
}

@media only screen and (max-width: 600px) {
    .callButton > div {
        padding-left: 0px;
        width: 100%;
    }

    .callButton {
        display: block;
        width: 100%;
        height: auto;
    }

        .callButton > div {
            width: 33.33%;
            line-height: 60px;
            height: 60px;
        }

            .callButton > div .callNumberBlock {
                font-size: 12px;
            }

        .callButton div span {
            top: 10px;
            line-height: 30px;
            height: 30px;
        }

        .callButton div .callNumber {
            display: none;
        }

        .callButton > div img {
            margin-top: -26px;
        }

        .callButton > div.callNowFirst, .callButton > div.callNowSecond, .callButton > div.callNowThird {
            text-align: center;
        }

        .callButton > div.callBack {
            position: relative;
            bottom: auto;
            margin-bottom: auto;
            height: 60px;
            line-height: 60px;
        }

            .callButton > div.callBack .callBackBtn span {
                font-size: 20px;
            }

    a {
        position: relative;
    }

    .svg-icons {
        height: 24px;
    }

    .svg-icon {
        height: 24px;
        width: 24px;
    }

    .feature-items {
        font-size: 85% !important;
    }

    .instagram-media {
        height: 360px !important;
        width: auto !important;
    }
}

.reviews-widget {
    max-width: 600px;
    margin: auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #f9f9f9;
}

.reviews-header {
    text-align: center;
}

.rating {
    font-size: 24px;
    text-align: center;
    margin: 10px 0;
}

.star {
    color: #FFD700;
}

.filter-form {
    margin-bottom: 20px;
    text-align: center;
}

    .filter-form label {
        margin-right: 10px;
    }

    .filter-form input, .filter-form select, .filter-form button {
        margin-right: 10px;
        padding: 5px;
    }

.reviews-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.review {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    flex: 1 1 calc(50% - 10px);
    box-sizing: border-box;
}

    .review img {
        border-radius: 50%;
        width: 40px;
        height: 40px;
    }

.review-author {
    font-weight: bold;
    margin-top: 10px;
}

.review-text {
    margin-top: 10px;
}

.toggle-text {
    color: #007BFF;
    cursor: pointer;
    text-decoration: underline;
    margin-top: 5px;
    display: block;
}

.view-all-reviews {
    display: block;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
    color: #4285F4;
    text-decoration: underline;
    cursor: pointer;
}

#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 99999999;
    line-height: 1.3;
    font-size: 0.95rem;
}

#cookie-banner .btn-primary {
    background-color: #1675a9;
    border-color: #1675a9;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

#cookie-banner .btn-primary:hover {
    background-color: #545b62;
    border-color: #545b62;
}

#cookie-banner .btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

    #cookie-banner .btn-secondary:hover {
        background-color: #5a6268;
        border-color: #545b62;
    }
