/*
Theme Name: Hello Elementor Child
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.4.5.1772812072
Updated: 2026-03-06 16:47:52

*/

#comments {
    display: none !important;
}

/*
STR GŁÓWNA KAFELKI

*/

.rooms-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 20px;
    flex-wrap: wrap;
}

.room-box {
    position: relative;
    flex: 1;
    min-width: 300px;
    max-width: 400px;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    background-color: #000; /* Tło dla lepszego efektu przyciemnienia */
}

/* Warstwa przyciemniająca na start */
.room-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Stałe lekkie przyciemnienie */
    z-index: 1;
    transition: background 0.3s ease;
}

.room-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

/* Złoty napis na start */
.room-label {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff; 
    font-family: 'Playfair Display', serif; /* Elegancki font serifowy */
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    z-index: 2;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Nakładka z przyciskiem po najechaniu */
.room-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); /* Dodatkowe przyciemnienie przy hoverze */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 3;
}

/* Stylizacja przycisku */
.room-button {
    background-color: #b08d44;
    color: #fff;
    padding: 15px 35px;
    font-family: sans-serif;
    font-size: 0.9rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: none;
}

/* EFEKTY HOVER */
.room-box:hover img {
    transform: scale(1.1);
}

.room-box:hover .room-overlay {
    opacity: 1;
}

.room-box:hover .room-label {
    opacity: 0;
    transform: translateY(-10px);
}

.room-box:hover::before {
    background: rgba(0, 0, 0, 0.5); 
}

/* Responsywność dla mobile */
@media (max-width: 768px) {
    .room-box {
        min-width: 100%;
    }
    
    .room-label {
        font-size: 20px;
    }
    
    .room-button {
    font-size: 0.8rem;
    font-weight: bold;
}
}

/*
404

*/

.oaza-error-page {
    padding: 100px 20px;
    text-align: center;
    background-color: #ffffff;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.oaza-error-page .error-404-content {
    max-width: 650px;
    margin: 0 auto;
}

/* Duży, stylowy numer 404 w tle */
.oaza-error-page .error-code {
    font-size: 140px;
    font-weight: 800;
    color: #1b3c34; 
    opacity: 0.08;
    line-height: 1;
    display: block;
    margin-bottom: -40px; 
    font-family: serif;
}

.oaza-error-page h1 {
    font-size: 2.4rem;
    color: #1b3c34;
    margin-bottom: 20px;
    font-weight: 700;
}

.oaza-error-page p {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 45px;
    line-height: 1.6;
}

/* PRZYCISK POWROTU - Styl marki */
.btn-oaza-primary {
    display: inline-block;
    padding: 18px 45px;
    background-color: #c5a059; 
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 1.5px;
    border: 2px solid #c5a059;
    border-radius: 0px; 
    transition: all 0.3s ease-in-out;
}

.btn-oaza-primary:hover {
    background-color: #1b3c34; 
    border-color: #1b3c34;
    color: #fff !important;
    transform: translateY(-5px); 
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* Poprawka pod Hello Elementor */
#content.oaza-error-page {
    max-width: 100% !important;
}

@media (max-width: 768px) {
    .oaza-error-page h1 { font-size: 1.8rem; }
    .oaza-error-page .error-code { font-size: 100px; }
    .btn-oaza-primary { width: 100%; padding: 15px 20px; }
}

/*
search

*/

.oaza-search-container {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
}

.oaza-header {
    text-align: center;
    margin-bottom: 50px;
}

.oaza-header h1 {
    font-family: serif;
    color: #c5a059; 
    font-size: 2.2rem;
}

.oaza-header span {
    color: #333;
    font-style: italic;
}

/* Grid kafelków */
.oaza-search-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 40px;
    margin-bottom: 50px;
}

.oaza-card {
    background: #fff;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}

.oaza-card-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.oaza-card-content {
    padding: 30px 0; 
}

.oaza-card-title {
    font-family: serif;
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 15px;
}

.oaza-card-title a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s;
}

.oaza-card-title a:hover {
    color: #c5a059;
}

.oaza-card-excerpt {
    font-family: serif;
    color: #777;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* Stylizacja "ZOBACZ WIĘCEJ" ze zdjęcia */
.oaza-view-more {
    display: inline-block;
    color: #c5a059 !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 8px;
    width: 100%;
    border-bottom: 2px solid #c5a059; 
    text-align: right; 
    text-transform: uppercase;
}

.oaza-view-more:hover {
    color: #1b3c34 !important;
    border-color: #1b3c34;
}

/* Pagination */
.pagination {
    text-align: center;
    margin-top: 40px;
}

.pagination .page-numbers {
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    border: 1px solid #eee;
    margin: 0 5px;
}

.pagination .current {
    background: #c5a059;
    color: #fff;
    border-color: #c5a059;
}

@media (max-width: 768px) {
    .oaza-search-grid {
        grid-template-columns: 1fr;
    }
}