/*
Theme Name: mobitravel
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1742901140
Updated: 2025-03-25 14:12:20

*/

/* Стили для слайдера атрибутов */
.attribute-slider-wrapper {
    margin: 30px 0;
    padding: 0 15px;
}

.attribute-slider-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
}

.attribute-slider {
    position: relative;
}

.attribute-slide {
    padding: 0 10px;
    text-align: center;
}

.attribute-slide-link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.attribute-slide-link:hover {
    transform: translateY(-5px);
}

.attribute-image {
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.attribute-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.attribute-slide-link:hover .attribute-image img {
    transform: scale(1.05);
}

.attribute-value {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

/* Стили для стрелок слайдера */
.attribute-slider .slick-prev,
.attribute-slider .slick-next {
    width: 40px;
    height: 40px;
    z-index: 1;
}

.attribute-slider .slick-prev:before,
.attribute-slider .slick-next:before {
    font-size: 40px;
    color: #333;
    opacity: 0.7;
}

.attribute-slider .slick-prev {
    left: -20px;
}

.attribute-slider .slick-next {
    right: -20px;
}

@media (max-width: 767px) {
    .attribute-slider .slick-prev {
        left: -10px;
    }
    
    .attribute-slider .slick-next {
        right: -10px;
    }
}