.livada-logo {
    width: 150px;
}

.banner__slider {
    height: 70vh;
}

.rts-pagination span {
    width: 12px;
    height: 12px;
    background: #ccc;
    margin: 0 5px;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
}

.rts-pagination .swiper-pagination-bullet-active {
    background: #007bff;
}

.service__thumb .jarallax-container {
    border-radius: 10px;
}
.atractii-img{
    border-radius: 10px;
}

.contact__info__item p a {
    color: #00823E;
}
.contact__info__item p a:hover {
    opacity: 0.8;
}

.floating-call-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 45px;
    height: 45px;
    background-color: #00823E; /* Green color */
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 24px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.floating-call-button:hover {
    background-color: #73b620;
    transform: scale(1.1);
}

.floating-call-button i {
    font-size: 20px;
}
.virtual-tour-section {
    text-align: center;
    padding: 60px 20px;
    background-color: #f9f9f9;
}

.section-title {
    font-size: 32px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 15px;
}

.section-description {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
}

.tour-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
    justify-content: center;
}

.tour-item {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.tour-item h3 {
    font-size: 22px;
    color: #34495e;
    margin-bottom: 15px;
}

.tour-item iframe {
    width: 100%;
    height: 300px;
    border-radius: 8px;
}

.cookie-policy {
    padding: 50px 20px;
    background-color: #f8f9fa;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.cookie-policy .container {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.cookie-policy h1 {
    font-size: 32px;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 20px;
}

.cookie-policy h2 {
    font-size: 24px;
    color: #34495e;
    margin-top: 20px;
}

.cookie-policy p {
    font-size: 16px;
    color: #555;
}

.cookie-policy ul {
    list-style: none;
    padding: 0;
}

.cookie-policy ul li {
    background: #f1f1f1;
    padding: 10px;
    margin-bottom: 10px;
    border-left: 5px solid #28a745;
}

.cookie-policy a {
    color: #28a745;
    font-weight: bold;
    text-decoration: none;
}

.cookie-policy a:hover {
    text-decoration: underline;
}

.terms-conditions {
    padding: 50px 20px;
    background-color: #f8f9fa;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.terms-conditions .container {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.terms-conditions h1 {
    font-size: 32px;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 20px;
}

.terms-conditions h2 {
    font-size: 24px;
    color: #34495e;
    margin-top: 20px;
}

.terms-conditions p, .terms-conditions li {
    font-size: 16px;
    color: #555;
}

.terms-conditions ul {
    list-style: none;
    padding: 0;
}

.terms-conditions ul li {
    background: #f1f1f1;
    padding: 10px;
    margin-bottom: 10px;
    border-left: 5px solid #28a745;
}

.terms-conditions a {
    color: #28a745;
    font-weight: bold;
    text-decoration: none;
}

.terms-conditions a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 992px) {
    .livada-logo {
        width: 100px;
    }
}
@media (max-width: 768px) {
    .tour-grid {
        grid-template-columns: 1fr;
    }
}