.elementor-43 .elementor-element.elementor-element-5eecf29{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-43 .elementor-element.elementor-element-43515f7{padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-43515f7 *//* 1. ПОВНЕ ОБНУЛЕННЯ СКРОЛУ */
html, body {
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden; 
    font-family: "Inter", Sans-serif;
}

h3, h4{
    font-weight: 900;
    margin: 0;
}
p{
    font-weight: 600;
    line-height: 20.3px;
    font-size: 14px;
}

.round-btn{
    width: 48px;
    height: 48px;
    padding: 12px;
    border-radius: 1000px;
}

/* Якщо Elementor додає свої відступи */
#primary, #content, .elementor-section, .elementor-container {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
}

.map-app-container {
    --accent-color: #FE6901; 
}

/* Класи-модифікатори для тем */
.map-app-container.theme-rzheka { --accent-color: #FE6901; }
.map-app-container.theme-donskikh { --accent-color: #E9DF16; }
.map-app-container.theme-vetrova { --accent-color: #F03870; }


/* 2. ГОЛОВНИЙ КОНТЕЙНЕР */
.map-app-container {
    position: relative;
    width: 100vw;
    height: 100vh;
    background: #e5e5e5;
    overflow: hidden;
}


/* Пошук */
.search-container {
    background-color: var(--accent-color) !important;
    transition: background-color 0.4s ease;
}

/* Кнопки та стрілочки */
.round-btn, .nav-arrow, .back-btn, .share-btn {
    background-color: var(--accent-color) !important;
    transition: background-color 0.4s ease;
}

/* Попап на мапі ( Selected Place ) */
.custom-map-card {
    background-color: var(--accent-color) !important;
}

/* 3. МАПА (на весь екран під кнопками) */
#map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* Найнижчий шар */
}

/* 4. ТОП-ПАНЕЛЬ */
.map-header {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    z-index: 10;
    padding: 0 40px;
}

.search-container {
    background: #FF6B00;
    border-radius: 30px;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 450px;
}

.search-container input {
    font-family: "Inter", Sans-serif;
    background: transparent;
    border: none;
    color: rgba(10, 10, 10, 1);
    width: 100%;
    outline: none;
    font-size: 15px;
    font-weight: 700;
}

/* Для сучасних браузерів */
#map-search-input::placeholder {
    color:rgba(10, 10, 10, 1); 
    font-size: 14px;
}

/* Для Safari та Chrome */
#map-search-input::-webkit-input-placeholder {
    color: rgba(10, 10, 10, 1);
}

/* Для Firefox */
#map-search-input::-moz-placeholder {
    color: rgba(10, 10, 10, 1);
    opacity: 1; 
}

/* 5. САЙДБАР (Чорний) */
.map-sidebar {
    position: absolute;
    top: 130px;
    left: 2.78vw;
    width: 23.33vw;
    background: rgba(18, 18, 18, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    padding: 20px;
    z-index: 10;
    color: white;
}

.sidebar-info{
    color: var(--accent-color);
}

/* 6. НИЖНЯ ПАНЕЛЬ */
.map-bottom-panel {
    position: absolute;
    bottom: 28px;
    left: 2.78vw;
    right: 2.78vw;
    width: 94.44vw;
    background: rgb(255 255 255 / 90%);
    padding: 20px 40px;
    z-index: 10;
    border-radius: 8px;
    box-sizing: border-box;
    border:2px solid var(--accent-color);
    box-shadow: 0 -10px 30px rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
}

.places-nav-grid {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding: 10px 0;
    scrollbar-width: none;
}
.places-nav-grid::-webkit-scrollbar { display: none; }




#bloggers-list{
    display: flex;
    flex-flow: column;
    gap: 10px;
}
.blogger-card{
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 12px;
    gap: 10px;
    border-radius: 6px;
    color: #000000;
    font-size: 13px;
    font-weight: 800;
}
/* Картки у сайдбарі */
.blogger-card.orange { 
    background-color: #FE6901; 
    color: #000; 
}

.blogger-card.yellow { 
    background-color: #E9DF16; 
    color: #000; 
}

.blogger-card.pink { 
    background-color: #F03870; 
    color: #fff; /* Для Саші краще білий текст, щоб зчитувався */
}



img.b-avatar{
    border-radius: 10000px;
    width: 44px;
    height: 44px;
}

.b-text{
    display: flex;
    flex-flow: column;
}

.b-badge{
    background: #000000;
    border-radius: 1000px;
    color: #fff;
    padding: 8px 12px;
}

.slider-controls-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.places-swiper {
    width: 100%;
    overflow: hidden;
    padding: 10px 0; /* Щоб тіні або обводки активної картки не обрізались */
}

.swiper-slide {
    height: auto; /* Щоб усі картки були однакової висоти */
    display: flex;
}


/* Стилізація стрілочок, щоб вони були як на макеті */
.nav-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: var(--accent-color);
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: opacity 0.3s;
    flex-shrink: 0; 
    padding: 0;
}


.place-nav-item.active {
    background-color: var(--accent-color) !important;
    border-color: var(--accent-color);
    transition: all 0.4s ease;
}





/* Робимо стрілочки завжди активними візуально */
.next-place, .prev-place {
    opacity: 1 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
}

/* Прибираємо стандартний сірий колір Swiper для неактивних кнопок */
.swiper-button-disabled {
    opacity: 0.5 !important; /* Трішки світліші, але все одно клікабельні */
}

/* Контейнер для карточек */
#places-slider {
    display: flex;
    gap: 15px;
    overflow-x: auto; 
    scroll-behavior: smooth; 
    padding: 10px 0;
    -ms-overflow-style: none; 
    scrollbar-width: none; 
}

#places-slider::-webkit-scrollbar {
    display: none; 
}


.place-nav-item {
    flex: 0 0 calc(16.66% - 13px); 
    min-width: 13.19vw;
    background: rgba(255, 253, 249, 0.8);
    padding: 12px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    cursor: pointer;
    transition: all 0.3s ease;
}

.next-place, .prev-place {
    cursor: pointer;
    opacity: 1 !important;
    z-index: 20;
}



a.card-btn{
    background: #000000;
    color: #fff;
    font-size:20px;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 16px;
    padding: 18px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.places-nav-grid {
    scroll-behavior: smooth;
    scroll-padding: 0 50px; /* Залишає відступ при скролі до активної картки */
}

/* Додамо плавний перехід для кольору картинок */
.place-nav-item, .p-nav-icon img {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    width:20px;
    max-width: 20px;
}

.p-nav-title{
    font-weight: 900;
    font-size:12px;
    line-height: 14px;
    text-transform: uppercase;
}

.custom-map-popup {
    position: absolute;
    min-width: 25vw; 
    width: min-content;
    background-color: var(--accent-color);
    border-radius: 8px;
    padding: 25px;
    color: black;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transform: translate(-50%, -105%); 
    z-index: 1000;
    pointer-events: auto;
    display: flex;
    flex-direction: column;
    height: auto; 
    font-family: "Inter", Sans-serif;
}

/* Ромбик (хвостик) знизу */
.custom-map-popup::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 20px;
    height: 20px;
    background-color: #FFFDF9; 
    box-shadow: 6px 6px 18px #0A0A0A0D;
}

.card-label{
    text-transform: uppercase;
    font-weight: 900;
    font-size: 11px;
    letter-spacing: 1.4px;
}

.card-title{
    font-size: 36px;
    line-height: 35.28px;
    font-weight: 900;
    text-transform: uppercase;
    color: #0A0A0A;
}

.card-desc{
    font-size: 16px;
    line-height: 21.6px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #0A0A0AD1;
}

.popup-close {
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}/* End custom CSS */