/* ===============================
   КОНТЕЙНЕР
================================ */

.catalog-container{
max-width:1200px;
margin:auto;
padding:20px;
}



/* ===============================
   ГОЛОВНЕ ФОТО
================================ */

.catalog-main-image img{
width:100%;
border-radius:6px;
}



/* ===============================
   ГАЛЕРЕЯ
================================ */

.catalog-gallery{
display:flex;
gap:10px;
margin-top:10px;
flex-wrap:wrap;
}

.catalog-gallery img{
width:120px;
border-radius:4px;
cursor:pointer;
}



/* ===============================
   ІКОНКИ СЕРВІСІВ
================================ */

.catalog-services{
display:flex;
gap:10px;
margin:20px 0;
}

.catalog-services img{
width:26px;
height:26px;
}



/* ===============================
   GRID
================================ */

.catalog-grid{
display:grid;
grid-template-columns:2fr 1fr;
gap:40px;
}



/* ===============================
   ПРАВА КОЛОНКА
================================ */

.catalog-box{
background:#f7f7f7;
padding:20px;
border-radius:6px;
margin-bottom:20px;
}



/* ===============================
   КНОПКИ
================================ */

.booking-btn{
display:block;
background:#0071c2;
color:white;
text-decoration:none;
padding:12px;
margin-top:10px;
text-align:center;
border-radius:4px;
}

/* ===============================
   ГАЛЕРЕЯ
================================ */

.catalog-gallery{
display:flex;
flex-wrap:wrap;
gap:10px;
margin:20px 0;
}

.catalog-gallery img{
width:150px;
height:auto;
border-radius:6px;
}

.catalog-gallery-main img{
width:100%;
border-radius:6px;
margin-bottom:10px;
}

.catalog-gallery-thumbs{
display:flex;
gap:20px;
flex-wrap:wrap;
}

.catalog-gallery-thumbs img{
width:120px;
cursor:pointer;
border-radius:4px;
transition:0.2s;
width:120px;
height:100px;
object-fit:cover;
}

.catalog-gallery-thumbs img:hover{
opacity:0.7;
}


#catalog-lightbox{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.9);
display:none;
align-items:center;
justify-content:center;
z-index:9999;
}

#catalog-lightbox img{
max-width:90%;
max-height:90%;
}

#catalog-lightbox-close{
position:absolute;
top:30px;
right:40px;
color:white;
font-size:40px;
cursor:pointer;
}

.catalog-thumb{
cursor:pointer;
}

.catalog-services{
margin-bottom:25px;
display:block;
}



.catalog-services-icons{
display:flex;
flex-wrap:wrap;
gap:6px;
margin-top:8px;
}

.catalog-services-icons img{
width:26px;
height:auto;
}

.catalog-sidebar-title{
margin-bottom:10px;
font-size:24px;
font-weight:700;
}

.catalog-book-btn{
display:block;
background:#fe5722;
color:#ffffff !important;
padding:10px;
text-align:center;
margin-bottom:8px;
border-radius:4px;
text-decoration:none;
font-weight:600;
letter-spacing:0.5px;
}

.catalog-book-btn:hover{
background:#c92c39;
color:#ffffff;
}


.catalog-sidebar-title{
display:block;
width:100%;
font-size:24px;
font-weight:700;
margin-bottom:12px;
}

.catalog-services-list{
display:grid;
grid-template-columns:1fr 1fr;
gap:8px 12px;
}

.catalog-service-item{
display:flex;
align-items:center;
gap:10px;
font-size:15px;
}

.catalog-service-item img{
width:36px;
height:auto;
}

.catalog-sidebar-title{
border-bottom:2px solid #eee;
padding-bottom:6px;
}

.catalog-gallery{
margin-bottom:30px;
}

.catalog-content{
margin-top:10px;
}

.catalog-content p{
line-height:1.6;
margin-bottom:14px;
}

.af-single-article .entry-content{
margin-top:25px;
}

.catalog-gallery{
margin-bottom:30px;
}

.element.element-textarea.first{
margin-top:30px;
}

.catalog-widget{
margin-top:25px;
padding-top:15px;
border-top:1px solid #eee;
}

/* =====================================================
   GRID КАТАЛОГУ
   3 картки в ряд
===================================================== */

.catalog-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
margin-top:20px;
}


/* =====================================================
   КАРТКА ОБ'ЄКТА
===================================================== */

.catalog-card{
background:#fff;
border:1px solid #e6e6e6;
border-radius:8px;
overflow:hidden;
transition:0.2s;
}

.catalog-card:hover{
box-shadow:0 5px 20px rgba(0,0,0,0.08);
}


/* =====================================================
   ФОТО КАРТКИ
===================================================== */

.catalog-card-image img{
width:100%;
height:200px;
object-fit:cover;
}


/* =====================================================
   КОНТЕНТ КАРТКИ
===================================================== */

.catalog-card-body{
padding:16px;
}


/* =====================================================
   НАЗВА ОБ'ЄКТА
===================================================== */

.catalog-card-title{
font-size:18px;
font-weight:600;
margin-bottom:6px;
}

.catalog-card-title a{
text-decoration:none;
color:#222;
}


/* =====================================================
   ЛОКАЦІЯ
===================================================== */

.catalog-card-location{
font-size:14px;
color:#666;
margin-bottom:10px;
}


/* =====================================================
   ІКОНКИ СЕРВІСІВ
===================================================== */

.catalog-card-services{
display:flex;
gap:6px;
margin-bottom:12px;
}

.catalog-card-services img{
width:32px;
height:32px;
object-fit:contain;
}


/* =====================================================
   КНОПКА "ДЕТАЛЬНІШЕ"
   вирівнюємо праворуч
===================================================== */

.catalog-card-button{
display:block;
width:max-content;
margin-left:auto;

background:#fe5722;
color:#ffffff !important;

padding:8px 14px;
border-radius:5px;

text-decoration:none;
font-weight:600;
}

.catalog-card-button{
margin-top:12px;
border-top:1px solid #eeeeee;
padding-top:10px;
}

/* =====================================================
   HOVER ЕФЕКТ КНОПКИ
===================================================== */

.catalog-card-button:hover{
background:#c92c39;
color:#ffffff;
}

/* =====================================================
   GRID КАТАЛОГУ
   десктоп: 3 картки
===================================================== */

.catalog-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
margin-top:20px;
}


/* =====================================================
   ПЛАНШЕТ
   2 картки
===================================================== */

@media (max-width: 1024px){

.catalog-grid{
grid-template-columns:repeat(2,1fr);
}

}


/* =====================================================
   МОБІЛЬНИЙ
   1 картка
===================================================== */

@media (max-width: 640px){

.catalog-grid{
grid-template-columns:1fr;
}


/* =====================================================
   ІНДИКАТОР ДОДАТКОВИХ СЕРВІСІВ
===================================================== */

.catalog-service-more{
font-size:13px;
font-weight:600;
color:#666;
margin-left:4px;
}

/* =====================================================
   HOVER ЕФЕКТ КАРТКИ
===================================================== */

.catalog-card:hover{
transform:translateY(-4px);
box-shadow:0 8px 25px rgba(0,0,0,0.1);
}


/* =====================================================
   КОНТЕЙНЕР ФОТО
===================================================== */

.catalog-card-image{
position:relative;
}


/* =====================================================
   БЕЙДЖ
===================================================== */

.catalog-card-badge{

position:absolute;

top:10px;
left:10px;

background:#e63946;

color:#fff;

padding:4px 10px;

font-size:12px;

font-weight:700;

border-radius:4px;

z-index:10;
}


/* NEW */

.badge-new{
background:#2ecc71;
}

/* ТОП */

.badge-top{
background:#f39c12;
}

/* АКЦІЯ */

.badge-sale{
background:#e63946;
}

/* =====================================================
   META ІНФОРМАЦІЯ ОБ'ЄКТА
===================================================== */

.catalog-meta{
display:flex;
gap:20px;
flex-wrap:wrap;

font-size:13px;
color:#666;

margin-bottom:15px;
}

.catalog-meta-item{
display:flex;
align-items:center;
}

/* =====================================================
   КОНТЕНТ КАРТКИ ОБ'ЄКТА
===================================================== */

.catalog-content{

background:#fff;

padding:25px;

border-radius:6px;

margin-bottom:30px;

}

.single-catalog .entry-content{

background:#ffffff;

padding:25px;

border-radius:6px;

margin-bottom:30px;

line-height:1.6;

}

.single-catalog .entry-content-wrap{
background:none;
padding:25px;
}

.single-catalog .entry-content > *{
margin-left:0;
margin-right:0;
}

/* =====================================================
   ОПИС ОБ'ЄКТА КАТАЛОГУ
===================================================== */

.catalog-description{

padding:25px;

background:#ffffff;

border-radius:6px;

margin-bottom:30px;

line-height:1.7;

}

.catalog-description p{
margin-bottom:15px;
}

/* =====================================================
   ОПИС ОБ'ЄКТА КАТАЛОГУ
   виправлення контейнера редактора
===================================================== */

.single-catalog .element-textarea{
padding:25px;
background:#ffffff;
border-radius:6px;
margin-bottom:25px;
}

.single-catalog .element-textarea p{
margin-bottom:15px;
line-height:1.7;
}

/* =====================================================
   КОНТЕНТ ОПИСУ КАТАЛОГУ
===================================================== */

.single-catalog .element-textarea .element-content{
padding:25px;
background:#ffffff;
border-radius:6px;
}

.single-catalog .element-textarea .element-content p{
margin-bottom:15px;
line-height:1.7;
}

/* =====================================================
   КОНТЕНТ ОПИСУ КАТАЛОГУ
===================================================== */

.single-catalog .element-textarea .element-content{
padding:25px;
background:#ffffff;
border-radius:6px;
}

.single-catalog .element-textarea .element-content p{
margin-bottom:15px;
line-height:1.7;
}

/* =====================================================
   БЛОКИ ТЕКСТУ SINGLE CATALOG
===================================================== */

.single-catalog .catalog-description .element-textarea{

padding:20px;

background:#ffffff;

border-radius:6px;

margin-bottom:20px;

}

/* =====================================================
   БЛОКИ ТЕКСТУ SINGLE CATALOG
===================================================== */

.single-catalog .catalog-description .element-textarea{

padding:20px;

background:#ffffff;

border-radius:6px;

margin-bottom:20px;

}

.catalog-description{
border:5px solid red;
}

/* =====================================================
   ОПИС ОБ'ЄКТА КАТАЛОГУ
===================================================== */

.catalog-description .element-textarea{

padding:25px;

background:#ffffff;

border-radius:6px;

margin-bottom:20px;

}

/* =====================================================
   SINGLE CATALOG – БЛОКИ ТЕКСТУ
   виправлення відступів опису
===================================================== */

.single-catalog .catalog-description .element{

padding:25px;

background:#ffffff;

border-radius:6px;

margin-bottom:20px;

}

/* =====================================================
   ТЕКСТ
===================================================== */

.single-catalog .catalog-description .element p{

margin-bottom:15px;

line-height:1.7;

}

.single-catalog .catalog-description{
background:yellow !important;
}

.single-catalog .catalog-description{
display:block !important;
padding:25px;
background:#fff;
}
