/* NOWA WERSJA KOLORYSTYCZNA: DELIKATNY BRĄZ */

/* Główne kolory akcentowe i przyciski */
.btn-primary, 
.bg-primary, 
.section-title::after, 
.nav-pills .nav-link.active {
    background-color: #8D6E63 !important; /* Ciepły brąz */
    border-color: #8D6E63 !important;
    color: #ffffff !important;
}

.btn-primary:hover, 
.btn-primary:focus {
    background-color: #5D4037 !important; /* Ciemniejszy brąz przy najechaniu */
    border-color: #5D4037 !important;
}

/* Teksty i linki */
a, 
.text-primary, 
.navbar-light .navbar-nav .nav-link:hover {
    color: #8D6E63 !important;
}

/* Elementy dekoracyjne, ikony, obramowania */
.icon-box i, 
.border-primary {
    color: #8D6E63 !important;
    border-color: #8D6E63 !important;
}

/* Delikatne tła sekcji (zamiast jasnego turkusu) */
.bg-light-custom {
    background-color: #FDF5E6 !important; /* Odcień "Old Lace" - bardzo jasny beż */
}

/* Stopka lub ciemne sekcje */
.footer {
    background-color: #3E2723 !important; /* Bardzo ciemny brąz dla kontrastu */
    color: #D7CCC8 !important;
}

/* Stylizacja formularzy */
.form-control:focus {
    border-color: #A1887F !important;
    box-shadow: 0 0 0 0.2rem rgba(141, 110, 99, 0.25) !important;
}



/* Dodatkowe dostosowania specyficzne dla motywu - moje */

a, .text-primary, .navbar-light .navbar-nav .nav-link:hover {
    color: #4f3631 !important;
}

a:hover, .text-primary:hover, .navbar-light .navbar-nav .nav-link:hover {
    color: #131313 !important;
    transform: scale(1.1);
    /* Dodanie efektu powiększenia przy najechaniu */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 5px;


}

.footer a {
    color: #ffffff !important;
}

.reservations .text a.color-1, .reservations .text a.color-2 {
    color: #dfbaba !important;
}

.logo-wrapper .logo h2 {
    font-family: 'Gilda Display', serif;
    font-size: 27px;
    font-weight: 400;
    display: block;
    width: 100%;
    position: relative;
    color: #8D6E63;
    margin-bottom: 0;
    padding: 20px 0;
    letter-spacing: 1px;
    text-align: center;
}

.news .item .date {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
    background: #8D6E63;
    border: 1px solid #8D6E63;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
}

.section-subtitle {
    font-size: 15px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    color: #8D6E63;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 5px;
    margin-bottom: 5px;
}

.reservations .icon span {
    font-size: 36px;
    color: #8D6E63;
}

.butn-dark a {
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    background: #8D6E63;
    color: #fff;
    padding: 15px 30px;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 3px;
}

.butn-dark a span {
    position: relative;
    z-index: 2;
    color: white;
}

.bg-blck {
    background: #3E2723 !important;
}


.footer-top {
    position: relative;
    display: block;
    background-color: #3E2723 !important;
    padding: 90px 0 60px 0;
    z-index: 1;
}

.footer-bottom {
    position: relative;
    display: block;
    background-color: #4f3631 !important;
    -webkit-box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.05);
    box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.05);
    padding: 32px 0;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.progress-wrap svg.progress-circle path {
    stroke: #f8f9fa;
}

.footer-language select {
    height: 50px;
    background: #4f3631;
    color: #fff;
    border: 1px solid #4f3631 !important;
    border-radius: 0px;
}

.btn-form1-submit {
    display: block;
    padding: 0;
    border: none;
    margin: 0;
    width: 100%;
    background: #4f3631;
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    text-decoration: none;
    line-height: 62px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-out;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.team .owl-theme .owl-dots .owl-dot.active span, .team .owl-theme .owl-dots .owl-dot:hover span, .room .owl-theme .owl-dots .owl-dot.active span, .room .owl-theme .owl-dots .owl-dot:hover span {
    background: #4f3631;
    border: 1px solid #4f3631;
}

.section-subtitle span {
    color: #b4a8a6;
}

.pricing-card .amount {
    margin: 0;
    line-height: 1;
    font-family: 'Gilda Display', serif;
    font-size: 40px;
    margin-bottom: 20px;
    color: #8D6E63;
}

.loader span {
    position: absolute;
    width: 70px;
    height: 70px;
    top: -1px;
    left: -1px;
    border: 4px solid transparent;
    border-top: 4px solid #4f3631 !important;

}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #4f3631;
}

.facilties .single-facility span {
    font-size: 45px;
    color: #8D6E63 !important;
    line-height: 1;
    margin-bottom: 20px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
}

.team .info .social {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background:#4f3631 !important;
    -webkit-transition: all .4s;
    transition: all .4s;
}