/*
Theme Name: Salz Theme
Theme URI: 
Author: Mariia Katsala
Author URI: 
Description: This theme is for Salzgrotte Chemnitz website.
Requires at least: 5.6
Tested up to: 5.9
Requires PHP: 8.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: salz-theme
Tags: one-column, custom-menu, custom-logo, featured-images, translation-ready
*/

/**
1. Normalize
2. Theme Specific CSS
*/


/* 1. Normalize */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    overflow-x: hidden;
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
    margin: 0;
    overflow-x: hidden;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
    display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
    background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
    font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
    font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
    border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
    vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
    overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
    display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
    display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
    display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
    display: none;
}


/* 2. Theme Specific CSS */

/* General */

:root {
    /* Measurements */
    --wpdevs-big-padding: 60px 0;
    --wpdevs-mobile-padding: 20px 0;
    --wpdevs-light-padding: 0 25px;
    /* Colors */
    --wpdevs-gray1: #7C7C7C;
    --wpdevs-gray2: #F7F7F7;
    --wpdevs-gray3: #DDDDDD;
    --wpdevs-light-blue: #2A92D3;
    --wpdevs-deep-blue: #213C4D;
    --wpdevs-black-blue: #001E32;
    --wpdevs-yellow: #CFAF07;
}

*,
::after,
::before {
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    font: normal, 21px/2.1rem, 'Poppins', sans-serif;
}

h1 {
    font-size: 66px;
    line-height: 70px;
}

h2 {
    font-size: 40px;
    line-height: 4.0rem;
    font-weight: bold;
    text-transform: uppercase;
}

h3 {
    font-size: 36px;
    line-height: 3.6rem;
    font-weight: bold;
}

h4 {
    font-size: 28px;
    line-height: 2.8rem;
    font-weight: bold;
}

h5 {
    font-size: 22px;
    line-height: 2.2rem;
    font-weight: bold;
}

p {
    font-size: 15px;
    line-height: 1.7rem;
}

a {
    color: var(--wpdevs-gray1);
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

/* Containers */

.container {
    width: 100%;
    padding-left: 121px;
    padding-right: 121px;
}

@media (max-width: 575px) {
    .container {
        padding: var(--wpdevs-light-padding);
    }
}

@media (max-width: 576px) {
    .container {
        max-width: 540px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

/************** HOME PAGE *****************/

/* Top Bar Section */

.top-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 11dvh;
    z-index: 1000;
    transition: background-color 0.2s ease, backdrop-filter 0.2s ease;
    overflow: visible;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

/* Default (at page top) */
.top-bar.not-scrolled {
    background: transparent;
}

/* After scroll */
.top-bar.scrolled {
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
}

.top-bar .header-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 11dvh;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    width: 100%;
}

.logo-block {
    display: flex;
    align-items: center;
    height: 85px;
    position: absolute;
    left: 10dvw;
}

.logo a {
    display: flex;
    flex-shrink: 0;
    position: absolute;
    left: 15px;
    align-items: center;
    height: 85px;
}

.logo {
    width: auto;
    height: 71px !important;
    margin-top: 0;
    display: block;
}


@media (max-width: 768px) {
    .logo a {
        height: 65px;
    }
    
    .logo {
        position: static;
    }
    
    .logo img {
        height: 50px !important;
    }
}

@media (max-width: 576px) {
    .logo a {
        height: 55px;
    }
    
    .logo {
        position: static;
    }
    
    .logo img {
        height: 40px !important;
    }
}

/* Navigation */
.main-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    height: 85px;
    margin-left: 0;
    margin-top: 0;
    width: auto;
    padding: 0;
    position: absolute;
    right: 10dvw;
}

@media (max-width: 768px) {
    .main-menu {
        height: 65px;
        position: static;
        margin-left: auto;
        margin-top: 0;
        justify-content: flex-end;
        width: auto;
        padding: 0;
    }
}

@media (max-width: 576px) {
    .main-menu {
        height: 55px;
    }
}

.nav-links {
    display: flex;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
}

.nav-links li {
    margin: 0;
    flex-shrink: 0;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 25px;
    transition: all 0.3s ease;
    white-space: nowrap;
    display: block;
}

.nav-links a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .nav-links {
        flex-wrap: wrap;
    }
}


/* add arrow to items that have children */
.nav-links li.menu-item-has-children > a::after {
    content: " ▼";
    font-size: 12px;
    margin-left: 6px;
    transition: transform 0.2s ease;
}

.nav-links li.menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
}

/* Parent <li> positioned for dropdown */
.nav-links li {
    position: relative;
}

/* Hide submenu initially */
.nav-links .sub-menu {
    display: none;
    position: fixed;
    top: auto;
    left: auto;
    background: white;
    margin-top: 0;
    padding: 10px 0;
    border-radius: 10px;
    min-width: 180px;
    list-style: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 1002;
}

/* Show dropdown on hover */
.nav-links li:hover > .sub-menu {
    display: block;
    top: 100%;
    left: 0;
    position: absolute;
}

/* Submenu link styling */
.nav-links .sub-menu a {
    padding: 10px 20px;
    color: black;
    white-space: nowrap;
    border-radius: 0;
    display: block;
}

.nav-links .sub-menu a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

/* Mobile menu toggle */
.menu-toggle {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px 8px;
    z-index: 1001;
    gap: 5px;
    flex-shrink: 0;
}

.menu-toggle .bar {
    width: 28px;
    height: 3px;
    background-color: white;
    transition: all 0.3s ease;
    border-radius: 2px;
    display: block;
}

/* Responsive - Mobile Hamburger Menu */
@media (max-width: 768px) {
    .menu-toggle {
        display: flex;
    }

    .nav-links {
        display: none !important;
        position: fixed;
        right: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.95);
        backdrop-filter: blur(5px);
        flex-direction: column;
        width: 100%;
        height: calc(100vh - 11dvh);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        padding: 0;
        gap: 0;
        margin: 0;
        list-style: none;
        z-index: 999;
        flex-wrap: nowrap;
    }

    .nav-links.active {
        display: flex !important;
    }

    .nav-links li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
    }

    .nav-links a {
        display: block;
        width: 100%;
        padding: 16px 20px;
        text-align: left;
        color: white;
        border-radius: 0;
        transition: all 0.2s ease;
        font-size: 15px;
        white-space: normal;
    }

    .nav-links a:hover {
        background-color: rgba(207, 175, 7, 0.15);
        padding-left: 25px;
    }

    .nav-links .sub-menu {
        position: static !important;
        display: none !important;
        background: rgba(255, 255, 255, 0.05) !important;
        margin: 0 !important;
        padding: 10px 0 10px 20px !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }

    .nav-links li.menu-item-has-children.open > .sub-menu {
        display: block !important;
    }

    .nav-links .sub-menu a {
        padding: 12px 20px 12px 30px !important;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.8) !important;
    }

    .nav-links .sub-menu a:hover {
        color: white !important;
        background-color: rgba(207, 175, 7, 0.1) !important;
    }

    /* Animated hamburger menu */
    .menu-toggle.active .bar:nth-child(1) {
        transform: rotate(45deg) translate(8px, 8px);
    }

    .menu-toggle.active .bar:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active .bar:nth-child(3) {
        transform: rotate(-45deg) translate(8px, -8px);
    }
}

@media (max-width: 576px) {
    .nav-links {
        top: 60px !important;
        height: calc(100vh - 60px) !important;
    }

    .nav-links a {
        padding: 14px 16px;
        font-size: 14px;
    }

    .nav-links .sub-menu a {
        padding: 10px 16px 10px 28px !important;
    }
}

/* Main Menu */

/* .menu-area {
    background: var(--wpdevs-gray2);
}

.main-menu {
    height: 81px;
    display: flex;
    justify-content: center;
}

.main-menu ul {
    margin: 0;
    padding-left: 0;
}

.main-menu ul li {
    display: inline-block;
    line-height: 81px;
    position: relative;
}

.main-menu ul li.current_page_item>a {
    font-weight: bold;
}

.main-menu ul li {
    color: white;
    padding: 0 30px;
    text-decoration: none;
    display: block;
}

.main-menu ul li a:hover,
.main-menu ul li a:active {
    color: var(--wpdevs-gray1);
    transition: .5s all;
}

.main-menu ul li a:focus+ul {
    display: block;
}

.main-menu li.menu-item-has-children::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 6px);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #000000;
    border-left: 6px solid transparent;
}

.main-menu ul.sub-menu {
    position: absolute;
    padding-left: 0;
    background-color: #000000;
    z-index: 1;
    text-align: left;
    display: none;
}

.main-menu ul .menu-item-has-children:hover>ul,
.main-menu ul .menu-item-has-children:focus+ul {
    display: block
}

.main-menu ul.sub-menu li {
    width: max-content;
}

.main-menu ul.sub-menu a {
    color: #FFFFFF;
}

.menu-icon,
.check-button {
    cursor: pointer;
    display: none;
}

.menu-icon .bar1,
.menu-icon .bar2,
.menu-icon .bar3 {
    width: 28px;
    height: 3px;
    background-color: #333;
    margin: 5px 0;
    transition: 0.4s;
}

@media (max-width: 767px) {

    .menu-icon,
    .check-button {
        display: block;
    }

    .check-button {
        border: none;
        background: transparent;
        height: 55px;
    }

    .main-menu ul {
        position: absolute;
        width: 100%;
        background: #000000;
        left: -999px;
        text-align: left;
        transition: all cubic-bezier(.79, .14, .15, .86) .5s;
        padding: 0;
        margin: 0;
        z-index: 1;
    }

    .main-menu ul:not(.sub-menu) {
        margin-top: 55px;
    }

    .main-menu ul li a{
        display: block;
        margin: 15px 0;
        line-height: 30px;
    }

    .main-menu ul li a {
        color: #FFFFFF;
    }

    .main-menu ul.sub-menu {
        position: relative;
        top: 0;
        margin-left: 30px;
        display: block;
        width: auto;
    }

    .main-menu ul.sub-menu a {
        color: var(--wpdevs-gray1);
    }

    .show-dropdown {
        left: 0 !important;
    }

    .animate-button .bar1 {
        -webkit-transform: rotate(-45deg) translate(-4px, 4px);
        transform: rotate(-45deg) translate(-4px, 4px);
    }

    .animate-button .bar2 {
        opacity: 0;
    }

    .animate-button .bar3 {
        -webkit-transform: rotate(45deg) translate(-7px, -7px);
        transform: rotate(45deg) translate(-7px, -7px);
    }
} */

/* Hero */
.hero {
    background-size: cover;
    background-position: center center;
    color: #FFFFFF;
    text-align: center;
}

.hero-items {
    padding: var(--wpdevs-light-padding);
}

.hero .overlay {
    background: rgb(0 0 0 / 27%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero .hero-items h1 {
    margin-top: 0;
    font-weight: normal;
}

.hero .hero-items a {
    color: #FFFFFF;
    padding: 15px 25px;
    display: inline-block;
    background: var(--wpdevs-light-blue);
    margin: 20px 0 0;
}

.hero .hero-items a:hover {
    background: var(--wpdevs-yellow);
    transition: .5s all;
}

/* Services */
.services {
    background: var(--wpdevs-deep-blue);
    padding: var(--wpdevs-big-padding);
    color: #ffffff;
}

.services .container {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.services .container>* {
    flex: 1 1 250px;
}

.services-item {
    padding: var(--wpdevs-light-padding);
}

.services-item p {
    margin-bottom: 40px;
}

.services-item figure img {
    background: var(--wpdevs-black-blue);
    padding: 15px;
}

.services h2 {
    text-align: center;
    position: relative;
}

.services h2::after {
    content: '';
    position: absolute;
    background-color: var(--wpdevs-light-blue);
    width: 35px;
    height: 5px;
    right: calc(50% - 15px);
    bottom: 0;
}

.services h4 {
    margin: 0;
}

@media (max-width: 768px) {
    .services .container {
        flex-direction: column;
        padding: 0;
    }

    .services-item {
        max-width: 100%;
    }
}

/* Home Blog */
.home .home-blog {
    padding: var(--wpdevs-big-padding);
}

.home-blog .container article:first-child {
    grid-area: feat-item;
}

.home-blog .container {
    display: grid;
    grid-template-areas: 'feat-item feat-item';
    grid-gap: 25px;
}

.home .home-blog h2 {
    text-align: center;
    position: relative;
}

.home .home-blog h2::after {
    content: '';
    position: absolute;
    background-color: var(--wpdevs-light-blue);
    width: 35px;
    height: 5px;
    right: calc(50% - 15px);
    bottom: 0;
}

.home .home-blog .latest-news {
    text-align: center;
}

.home .home-blog .col-12 .latest-news {
    margin-bottom: 40px;
}

.home .home-blog .latest-news img {
    float: none !important;
    margin: 0 0 25px 0 !important;
}

.home .home-blog .latest-news h3 {
    color: #000000;
    margin: 0;
    line-height: 2.6rem;
}

.home .home-blog .meta-info p {
    font-weight: bold;
    margin-bottom: 0;
}

.home .home-blog .meta-info p:last-child {
    margin-top: 5px;
}

.home .home-blog span,
.home .home-blog span a {
    color: var(--wpdevs-gray1);
    font-weight: normal;
    text-decoration: none;
    margin: 0 2px 0 0;
}

@media (max-width: 768px) {
    .home-blog .container {
        display: block;
    }
}

/* Footer */
footer {
    background: var(--wpdevs-deep-blue);
    padding: 15px 0;
    color: #FFFFFF;
}

footer .container .row {
    align-items: center;
}

/* Footer - Footer Menu */
.site-footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-footer .copyright p {
    margin: 0;
}

.footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu ul li {
    display: inline;
    margin: 0 15px 0 0;
}

.footer-menu ul li:last-child {
    margin: 0;
}

.footer-menu ul li a {
    text-decoration: none;
    color: #FFFFFF;
}

.footer-menu ul li.current_page_item a {
    font-weight: bold;
}

@media (max-width: 768px) {
    .site-footer .container {
        justify-content: safe;
    }
}

@media (max-width: 575px) {
    .site-footer .container {
        flex-wrap: wrap;
    }
}

/************** INNER PAGES *****************/

/* Blog, Archive, Search */
.blog main .container,
.archive main .container {
    display: flex;
}

.blog .blog-items,
.archive .archive-items {
    padding: 0 15px 0 0;
    flex: 1;
}

.blog .blog-items h2,
.archive .blog-items h2 {
    margin-top: 0;
}

.blog article {
    margin-bottom: 20px;
}

.blog aside,
.archive aside {
    padding: 25px;
    background: var(--wpdevs-gray2);
    height: 100%;
    width: 30%;
}

@media screen and (max-width: 991px) {

    .blog aside,
    .archive aside,
    .blog .blog-items,
    .archive .archive-items {
        min-width: 100%;
    }
}

.blog h1,
.archive h1 {
    text-align: center;
    margin-top: 0;
}

.archive-description {
    text-align: center;
    max-width: 50%;
    margin: 0 auto 30px auto;
}

.archive-description p {
    font-size: 85%;
}

.home #primary>#main {
    padding: 0;
}

#primary>#main {
    padding: var(--wpdevs-big-padding);
}

@media screen and (max-width: 991px) {
    #primary>#main {
        padding: var(--wpdevs-mobile-padding);
    }
}

.meta-info p {
    margin: 0;
}

.wp-post-image {
    float: left;
    margin: 0 15px 10px 0;
}

@media screen and (max-width: 550px) {
    .wp-post-image {
        width: 100%;
    }
}

article {
    display: inline-block;
    width: 100%;
}

article.post h1,
.search h1,
.archive h1 {
    font-size: 50px;
    line-height: 4.0rem;
    margin-bottom: 15px;
}

article.post h2 {
    line-height: 3rem;
    text-transform: none;
}

article h2 {
    line-height: 3rem;
    margin-bottom: 10px;
    text-transform: none;
}

article.post h3,
article.post h4,
article.post h5 {
    margin-bottom: 0;
}

.searchform input[type="text"] {
    padding: 7px 10px;
    border: 1px solid #C6C6C6;
}

.searchform input[type="submit"] {
    padding: 11px 10px;
    background: #000000;
    color: #FFFFFF;
    border: none;
}

.searchform div {
    display: flex;
}

.searchform input[type=text] {
    max-width: 70%;
}

.searchform input[type=submit] {
    max-width: 70%;
}

@media (max-width: 991px) {

    .blog .container,
    .archive .container {
        flex-wrap: wrap;
    }
}

/* Comments */
#commentform input[type="submit"] {
    color: #FFFFFF;
    padding: 15px 25px;
    display: inline-block;
    background: var(--wpdevs-light-blue);
    margin: 20px 0 0;
    border: none;
}

#commentform input[type="submit"]:hover {
    background: var(--wpdevs-yellow);
    transition: .5s all;
}

#commentform label {
    display: block;
}

#commentform label[for="wp-comment-cookies-consent"] {
    display: inline;
    margin-left: 5px;
}

#commentform input[type="text"],
#commentform textarea {
    padding: 7px 10px;
    border: 1px solid #C6C6C6;
    width: 100%;
}

.comments-area #reply-title {
    border-top: 1px solid #ebebeb;
    padding: 20px 0 0;
}

/* Pagination */
.wpdevs-pagination {
    display: flex;
    justify-content: space-between;
}

.pages {
    margin-top: 20px;
}

/* .nav-links {
    margin-top: 40px;
}

.nav-links .page-numbers {
    padding: 10px 15px;
    display: inline-block;
    background: var(--wpdevs-gray3);
}

.nav-links .current {
    background-color: #000000;
    color: #ffffff;
}

.nav-links .next,
.nav-links .prev {
    background-color: transparent;
}

.nav-links .prev {
    padding-left: 0;
} */

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

@media all and (min-width: 768px) {
    .alignfull {
        margin: 30px calc(50% - 50vw);
        max-width: 100vw;
        width: 100vw;
    }

    .alignwide {
        margin: 30px calc(25% - 25vw);
    }
}

.site-content {
    overflow: hidden;
    padding-top: 85px;
}

@media (max-width: 768px) {
    .site-content {
        padding-top: 65px;
    }
}

@media (max-width: 576px) {
    .site-content {
        padding-top: 55px;
    }
}



/* ===== Slideshow ===== */

.slideshow-container {
    position: relative;
    max-width: 100%;
    height: 100dvh;
    margin: 0 auto;
    overflow: hidden;
    background: #000;
}

.slide {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(50%);
}

.slide-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    font-family: "Philosopher", sans-serif;
    font-weight: bold;
    padding: 0 2.5rem 1.25rem;
    min-width: 60%;
    max-width: 70%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}

.slide-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}

.slide-caption p {
    margin: 0;
    font-size: 4.375rem;
    line-height: 1.2;
}

.upper-header {
    font-family: "Open Sans", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Message when no slides added */
.no-slides-message {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    padding: 20px;
}

/* Navigation arrows */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 24px;
    transition: 0.3s ease;
    border-radius: 0 4px 4px 0;
    user-select: none;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.next {
    right: 0;
    border-radius: 4px 0 0 4px;
}

.prev {
    left: 0;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Dots */
.dots-container {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.dot.active,
.dot:hover {
    background-color: #fff;
}

/* Fade animation */
.fade {
    animation: fadeIn 1s;
}

@keyframes fadeIn {
    from {
        opacity: 0.4
    }

    to {
        opacity: 1
    }
}




.main-first-button {
    display: inline-flex;
    height: 48px;
    width: 163px;
    border-radius: 20px;
    background-color: white;
    color: #000;
    border: none;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-right: 26px;
    margin-top: 40px;
    transition: all 0.3s ease;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.main-first-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(107, 85, 68, 0.3);
}

.main-second-button {
    display: inline-flex;
    height: 48px;
    width: 163px;
    border-radius: 20px;
    color: white;
    background-color: transparent;
    border-color: white;
    border-style: solid;
    border-width: 1px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 40px;
}

.main-second-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(107, 85, 68, 0.3);
}

.offers-container {
    /* height: 774px; */
    background-color: #302623;
}

/* Responsive design - Media queries for mobile optimization */
@media screen and (max-width: 1300px) and (min-width: 1025px) {
    .slide-caption {
        padding: 0.9375rem 1.25rem;
        min-width: 65%;
        max-width: 80%;
        gap: 0.8rem;
    }

    .slide-caption p {
        font-size: 3.25rem;
        line-height: 1.2;
    }

    .upper-header {
        font-size: 0.8125rem;
    }

    .main-first-button,
    .main-second-button {
        height: 2.625rem;
        width: 8.75rem;
        font-size: 0.8125rem;
        margin-right: 0.9375rem;
        margin-top: 1.875rem;
    }
}

@media screen and (max-width: 1024px) {
    .slide-caption {
        padding: 0.9375rem 1.25rem;
        min-width: 70%;
        max-width: 85%;
        gap: 0.8rem;
    }

    .slide-caption p {
        font-size: 3.25rem;
        line-height: 1.2;
    }

    .upper-header {
        font-size: 0.8125rem;
    }

    .main-first-button,
    .main-second-button {
        height: 2.625rem;
        width: 8.75rem;
        font-size: 0.8125rem;
        margin-right: 0;
        margin-top: 1.875rem;
    }
}

@media screen and (max-width: 768px) {
    .slideshow-container {
        height: 100dvh;
    }

    .slide-caption {
        padding: 0.9375rem 1.25rem;
        min-width: 70%;
        max-width: 85%;
        gap: 0.6rem;
    }

    .slide-caption p {
        font-size: 2.25rem;
        line-height: 1.2;
        margin-bottom: 0.5rem;
    }

    .upper-header {
        font-size: 0.75rem;
        margin-bottom: 0.625rem;
    }

    .slide-buttons {
        gap: 1rem;
        margin-top: 1rem;
    }

    .main-first-button,
    .main-second-button {
        height: 2.5rem;
        width: 8.125rem;
        font-size: 0.75rem;
        margin-right: 0;
        margin-top: 1.25rem;
        margin-bottom: 0.3125rem;
        border-radius: 1.125rem;
    }

    .prev,
    .next {
        padding: 0.75rem;
        font-size: 1.125rem;
    }

    .dots-container {
        bottom: 0.9375rem;
    }

    .dot {
        height: 0.75rem;
        width: 0.75rem;
        margin: 0 0.25rem;
    }
}

@media screen and (max-width: 576px) {
    .slideshow-container {
        height: 100dvh;
    }

    .slide-caption {
        padding: 0.625rem 0.9375rem;
        min-width: 85%;
        max-width: 95%;
        gap: 0.5rem;
    }

    .slide-caption p {
        font-size: 1.5rem;
        line-height: 1.2;
        margin-bottom: 0.3125rem;
    }

    .upper-header {
        font-size: 0.625rem;
        margin-bottom: 0.5rem;
        letter-spacing: 0.5px;
    }

    .slide-buttons {
        gap: 0.8rem;
        margin-top: 0.8rem;
    }

    .main-first-button,
    .main-second-button {
        height: 2.25rem;
        width: 6.875rem;
        font-size: 0.6875rem;
        padding: 0;
        margin-right: 0;
        margin-top: 0.9375rem;
        margin-bottom: 0.3125rem;
        border-radius: 1rem;
    }

    .main-first-button {
        margin-bottom: 0.5rem;
    }

    .main-second-button {
        margin-bottom: 0;
    }

    .prev,
    .next {
        padding: 0.625rem;
        font-size: 1rem;
    }

    .dots-container {
        bottom: 0.75rem;
    }

    .dot {
        height: 0.625rem;
        width: 0.625rem;
        margin: 0 0.1875rem;
    }
}

/* Offers on the main page */
.salzgrotte-section {
    background-color: #302623;
    padding: 80px 20px;
    font-family: "Philosopher", sans-serif;
    height: 774px;
}

.offers-section-title {
    font-family: "Philosopher", sans-serif;
    text-align: center;
    color: white;
    text-transform: none;
    font-size: 45px;
    margin-bottom: 60px;
    font-weight: 500;
    line-height: 1.3;
}

.cards-container {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    flex-wrap: wrap;
    gap: 20px;
}

.service-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    width: 310px;
    /* Keep fixed width */
    height: 394px;
    flex-shrink: 0;
    /* Prevent cards from shrinking */
}

.service-card:hover {
    transform: scale(1.05);
    z-index: 10;
}

.card-image {
    width: 100%;
    height: 394px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.service-card:hover .card-image {
    transform: scale(1.1);
}

.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.80);
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.3s ease;
}

.service-card:hover .card-overlay {
    background: rgba(255, 255, 255, 1);
    padding: 30px;
}

.card-title {
    color: black;
    font-size: 21px;
    margin-bottom: 4px;
    font-weight: 500;
}

.card-subtitle {
    color: #666;
    font-size: 1rem;
    font-style: italic;
}

.pagination-dots {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 50px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #d4a574;
    opacity: 0.5;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.dot.active {
    opacity: 1;
}

@media (max-width: 1024px) and (min-width: 769px) {
    .salzgrotte-section {
        padding: 60px 20px;
        height: auto;
    }

    .offers-section-title {
        font-size: 38px;
        margin-bottom: 50px;
    }

    .cards-container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 25px;
        padding: 0 15px;
    }

    .service-card {
        width: 280px;
        height: 350px;
        flex-shrink: 1;
    }

    .card-image {
        height: 350px;
    }

    .contact-address {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .salzgrotte-section {
        padding: 40px 0;
        height: auto;
    }

    .offers-section-title {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .cards-container {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 0 15px;
    }

    .service-card {
        width: 100%;
        max-width: 300px;
        height: 350px;
    }

    .card-image {
        height: 350px;
    }

    .section-title {
        font-size: 2rem;
    }
}

/* WordPress Customization Styles */
/* .customization-note {
    background: #fff3cd;
    border: 2px solid #d4a574;
    padding: 20px;
    margin: 20px auto;
    max-width: 1400px;
    border-radius: 8px;
}

.customization-note h3 {
    color: #2b2520;
    margin-bottom: 10px;
}

.customization-note p {
    color: #666;
    line-height: 1.6;
} */


/* Giftcard */
.wellness-section {
    padding: 80px 20px;
    height: 774px;
}

.giftcard-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    background-color: white;
    overflow: hidden;
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.image-side {
    position: relative;
    height: 600px;
    overflow: hidden;
    padding-right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-side {
    width: 100%;
}

.subtitle {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #59463E;
    text-transform: uppercase;
    text-align: left;
}

.main-heading {
    font-family: "Philosopher", sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 40px;
    color: black;
    text-align: left;
}

/* .features {
            display: flex;
            gap: 40px;
            margin-bottom: 30px;
        }

        .feature {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .feature-icon {
            width: 24px;
            height: 24px;
        }

        .feature-text {
            font-size: 16px;
            font-weight: 500;
            color: #1a1a1a;
        } */

.description {
    font-size: 16px;
    line-height: 1.8;
    color: black;
    margin-bottom: 40px;
    padding-left: 2px;
}

.button-group {
    display: flex;
    gap: 20px;
}

.btn {
    padding: 14px 36px;
    font-size: 12px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: #302623;
    color: white;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(90, 74, 58, 0.3);
}

.btn-secondary {
    background-color: transparent;
    color: #1a1a1a;
    border: 2px solid #1a1a1a;
}

.btn-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(90, 74, 58, 0.3);
}

@media (max-width: 1024px) {
    .container {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .image-side {
        height: 400px;
        padding-right: 0;
    }

    .content-side {
        padding: 50px 40px;
    }

    .main-heading {
        font-size: 42px;
    }

    .btn {
        padding: 14px 24px;
        height: 2.75rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .btn-booking {
        padding: 14px 20px;
        height: 2.75rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .wellness-section {
        padding: 40px 20px;
        height: auto;
        margin: 40px auto;
    }

    .giftcard-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .image-side {
        height: 250px;
        padding-right: 0;
    }

    .content-side {
        padding: 30px 20px;
    }

    .subtitle {
        font-size: 12px;
    }

    .main-heading {
        font-size: 28px;
        line-height: 1.3;
    }

    .description {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .button-group {
        flex-direction: column;
        gap: 12px;
    }

    .btn {
        padding: 16px 24px;
        font-size: 13px;
        width: 100%;
        text-align: center;
        height: 3rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .features {
        flex-direction: column;
        gap: 20px;
    }
}


/* Contact Section */
.contact-section {
    position: relative;
    width: 100%;
    min-height: 600px;
    overflow: hidden;
}

.contact-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    height: 512px;
}

.contact-overlay {
    position: relative;
    z-index: 2;
    background-color: #302623;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    margin-left: 120px;
    margin-right: 120px;
    margin-top: 50dvh;
}

.contact-content {
    max-width: 1200px;
    width: 100%;
    text-align: center;
}

.contact-label {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
}

.contact-title {
    font-family: "Philosopher", sans-serif;
    color: white;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 60px;
    max-width: 1000px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    text-transform: none;
}

.contact-methods {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    max-width: 1000px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.contact-method {
    flex: 1;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.contact-icon {
    font-size: 48px !important;
    color: white;
    font-variation-settings: 
        'FILL' 0,
        'wght' 300,
        'GRAD' 0,
        'opsz' 48;
}

.contact-link,
.contact-address {
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    transition: color 0.3s ease;
    text-align: left;
}

.contact-link:hover {
    color: #E5A710;
}

.contact-address {
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    .contact-section {
        min-height: auto;
    }

    .contact-background {
        height: 125px;
    }

    .contact-overlay {
        padding: 40px 15px;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        min-height: auto;
    }

    .contact-label {
        font-size: 12px;
    }

    .contact-title {
        font-size: 24px;
        margin-bottom: 40px;
    }
    
    .contact-methods {
        flex-direction: column;
        gap: 30px;
        padding: 0 10px;
    }
    
    .contact-method {
        min-width: 100%;
    }

    .contact-icon {
        font-size: 36px !important;
    }

    .contact-link,
    .contact-address {
        font-size: 16px;
    }

    .contact-address {
        text-align: center;
    }
}

/* Price section */
.pricing-section {
    padding: 80px 20px;
    background-color: white;
}

.pricing-container {
    font-family: "Philosopher", sans-serif;
    max-width: 1100px;
    margin: 0 auto;
}

.pricing-header {
    text-align: center;
    margin-bottom: 35px;
}

.pricing-subtitle {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #59463E;
    text-transform: uppercase;
    margin-bottom: 0;
}

.pricing-title {
    font-weight: bold;
    font-size: 45px;
    color: black;
    margin: 0;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    align-items: stretch;
}

.pricing-card {
    border: 1px solid #59463E;
    /* border-radius: 8px; */
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.pricing-card-light {
    background-color: #FAF6F1;
}

.pricing-card-dark {
    background-color: #59463E;
    color: white;
    border: 0;
}

.card-header {
    padding: 30px 30px 20px;
}

.card-title {
    font-family: "Philosopher", sans-serif;
    font-weight: bold;
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.pricing-card-dark .card-title {
    color: #FAF6F1;
}

.card-description {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.pricing-card-dark .card-description {
    color: #e0e0e0;
}

.card-price {
    background-color: #59463E;
    color: #FAF6F1;
    padding: 15px 20px;
    margin-left: 29px;
}

.pricing-card-dark .card-price {
    background-color: #FAF6F1;
    color: #59463E;
}

.price-amount {
    font-size: 24px;
    font-weight: 600;
}

.card-features {
    padding: 30px 30px;
    margin: 0;
    flex-grow: 1;
}

.pricing-card-dark .card-features {
    background-color: #59463E;
}

.card-footer {
    padding: 0 30px 30px;
}

.pricing-card-dark .card-footer {
    background-color: #59463E;
}

.btn-booking {
    font-family: "Open Sans", sans-serif;
    display: block;
    width: 100%;
    padding: 15px 30px;
    text-align: center;
    border: 1px solid #59463E;
    border-radius: 50px;
    background-color: transparent;
    color: #59463E;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

.pricing-card-dark .btn-booking {
    border-color: #FAF6F1;
    color: #FAF6F1;
}

.btn-booking:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(90, 74, 58, 0.3);
}

.pricing-card-dark .btn-booking:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(177, 167, 159, 0.3);
}

@media (max-width: 768px) {
    .pricing-section {
        padding: 40px 15px;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .pricing-subtitle {
        font-size: 12px;
    }

    .pricing-title {
        font-size: 32px;
    }

    .card-header {
        padding: 20px 20px 15px;
    }

    .card-title {
        font-size: 20px;
    }

    .card-description {
        font-size: 13px;
    }

    .price-amount {
        font-size: 20px;
    }

    .card-features {
        padding: 20px;
        font-size: 14px;
    }

    .card-features p {
        margin: 0;
        font-size: 13px;
        line-height: 1.5;
    }

    .card-footer {
        padding: 0 20px 20px;
    }

    .btn-booking {
        padding: 16px 20px;
        font-size: 13px;
        margin-bottom: 8px;
        height: 3rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* Massage */
.massage-gallery {
    width: 100%;
    padding: 0;
    margin: 30px 0;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    width: 100%;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3/4;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.overlay-item {
    position: relative;
}

.gallery-overlay {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background: rgba(101, 84, 72, 0.80);
    display: flex;
    align-items: end;
    transition: background 0.3s ease;
}

.gallery-overlay:hover {
    background: rgba(101, 84, 72, 0.95);
}

.overlay-content {
    text-align: left;
    color: white;
    padding: 20px;
}

.overlay-subtitle {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    margin-bottom: 0;
    opacity: 0.9;
}

.overlay-title {
    font-family: "Philosopher", sans-serif;
    font-size: 28px;
    font-weight: 500;
    margin: 0;
    line-height: 1.3;
    color: white;
    text-transform: none;
}

.overlay-arrow {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 30px;
    opacity: 0.8;
    transition: transform 0.3s ease, font-size 0.3s ease;
}

.gallery-overlay:hover .overlay-arrow {
    transform: scale(1.4);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .massage-gallery {
        margin: 20px 0;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .gallery-item {
        aspect-ratio: 3/4;
    }

    .overlay-subtitle {
        font-size: 12px;
    }

    .overlay-title {
        font-size: 18px;
        line-height: 1.2;
    }

    .overlay-arrow {
        font-size: 20px;
    }
}

@media (max-width: 640px) {
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .overlay-title {
        font-size: 20px;
    }

    .overlay-subtitle {
        font-size: 11px;
    }
}

/* Comments */
.testimonials-wrapper {
    width: 100%;
    padding: 60px 20px;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.testimonials-container {
    max-width: 900px;
    margin: 0 auto;
}

.testimonials-title {
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #59463E;
    text-transform: uppercase;
}

.testimonials-carousel {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.carousel-btn {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #59463E;
    border: none;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    z-index: 10;
}

.carousel-btn:hover {
    background-color: #302623;
}

.carousel-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.testimonials-track-wrapper {
    flex: 1;
    overflow: hidden;
}

.testimonials-track {
    display: flex;
    transition: transform 0.5s ease;
}

.testimonial-item {
    flex: 0 0 100%;  /* ← CHANGED: ensures exact 100% width */
    width: 100%;     /* ← ADDED: reinforces full width */
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.star-rating {
    margin-bottom: 20px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
}

.star {
    color: #4a4a4a;
    font-size: 24px;
}

.star.filled {
    /* color: #ffa500; */
    color: #E5A710;
}

.testimonial-text {
    font-family: "Philosopher", sans-serif;
    font-size: 20px;
    line-height: 1.6;
    color: black;
    margin: 0;
    font-weight: 400;
}

.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    padding: 0;
}

.dot:hover {
    background-color: #999;
}

.dot.active {
    background-color: #59463E;
}

@media (max-width: 768px) {
    .testimonials-wrapper {
        padding: 40px 15px;
        margin-bottom: 30px;
    }

    .testimonials-container {
        max-width: 100%;
    }

    .testimonials-title {
        font-size: 13px;
        margin-bottom: 30px;
    }

    .carousel-btn {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
    }

    .carousel-btn svg {
        width: 20px;
        height: 20px;
    }
    
    .testimonial-item {
        padding: 0 10px;
    }

    .star-rating {
        margin-bottom: 15px;
        font-size: 18px;
        gap: 1px;
    }

    .star {
        font-size: 18px;
    }

    .testimonial-text {
        font-size: 14px;
        line-height: 1.5;
    }

    .carousel-dots {
        gap: 8px;
        margin-top: 25px;
    }

    .dot {
        width: 8px;
        height: 8px;
    }
}

/* ================================
   EXTRA SMALL SCREENS (576px and below)
   ================================ */
@media (max-width: 576px) {
    /* Typography base sizes */
    h1 {
        font-size: 32px;
        line-height: 1.3;
    }

    h2 {
        font-size: 24px;
        line-height: 1.3;
    }

    h3 {
        font-size: 22px;
    }

    p {
        font-size: 14px;
        line-height: 1.6;
    }

    /* Offers Section */
    .salzgrotte-section {
        padding: 30px 0;
    }

    .offers-section-title {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .cards-container {
        padding: 0 10px;
        gap: 15px;
    }

    .service-card {
        width: 100%;
        height: 300px;
    }

    .card-image {
        height: 300px;
    }

    .card-title {
        font-size: 18px;
    }

    .card-subtitle {
        font-size: 13px;
    }

    /* Gift Card Section */
    .giftcard-container {
        gap: 15px;
    }

    .image-side {
        height: 200px;
    }

    .content-side {
        padding: 20px 15px;
    }

    .subtitle {
        font-size: 11px;
    }

    .main-heading {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .description {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .btn {
        padding: 10px 18px;
        font-size: 12px;
    }

    /* Contact Section */
    .contact-overlay {
        padding: 30px 12px;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 100px;
    }

    .contact-label {
        font-size: 11px;
    }

    .contact-title {
        font-size: 20px;
        margin-bottom: 30px;
        line-height: 1.3;
    }

    .contact-methods {
        gap: 20px;
        padding: 0 5px;
    }

    .contact-icon {
        font-size: 28px !important;
    }

    .contact-link,
    .contact-address {
        font-size: 14px;
    }

    /* Pricing Section */
    .pricing-section {
        padding: 30px 12px;
    }

    .pricing-subtitle {
        font-size: 11px;
    }

    .pricing-title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .card-header {
        padding: 15px 15px 10px;
    }

    .card-title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .card-description {
        font-size: 12px;
    }

    .card-price {
        padding: 12px 15px;
        margin-left: 15px;
    }

    .price-amount {
        font-size: 18px;
    }

    .card-features {
        padding: 15px;
    }

    .card-features p {
        font-size: 12px;
        line-height: 1.4;
    }

    .card-footer {
        padding: 0 15px 15px;
    }

    .btn-booking {
        padding: 10px 15px;
        font-size: 12px;
        margin-bottom: 6px;
    }

    /* Massage Gallery */
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .overlay-subtitle {
        font-size: 10px;
    }

    .overlay-title {
        font-size: 16px;
    }

    .overlay-arrow {
        font-size: 16px;
    }

    /* Testimonials */
    .testimonials-wrapper {
        padding: 30px 12px;
        margin-bottom: 20px;
    }

    .testimonials-title {
        font-size: 12px;
        margin-bottom: 25px;
    }

    .testimonials-carousel {
        gap: 8px;
    }

    .carousel-btn {
        width: 35px;
        height: 35px;
    }

    .carousel-btn svg {
        width: 18px;
        height: 18px;
    }

    .testimonial-item {
        padding: 0 8px;
    }

    .star-rating {
        margin-bottom: 12px;
        font-size: 16px;
    }

    .star {
        font-size: 16px;
    }

    .testimonial-text {
        font-size: 13px;
        line-height: 1.4;
    }

    .carousel-dots {
        gap: 6px;
        margin-top: 20px;
    }

    .dot {
        width: 7px;
        height: 7px;
    }
}

/* ================================
   FOOTER STYLES
   ================================ */

.site-footer {
    background-color: #302623;
    color: #ffffff;
    padding: 60px 0 0;
    margin-top: 0;
}

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

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Logo & Brand Section */
.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-logo img {
    width: auto;
    height: 61px !important;
}

.site-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    color: #ffd700;
}

.footer-social {
    display: flex;
    gap: 15px;
}

.social-link {
    display: flex;
    justify-content: end;
    width: 30px;
    height: 30px;
    transition: all 0.3s ease;
}

.social-link:hover {
    transform: translateY(-3px);
}

.social-icon {
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    /* Add icon styles or use Font Awesome */
}

/* Footer Columns */
.footer-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-heading {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px 0;
    color: #ffffff;
}

/* Footer Menu */
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 15px;
}

.footer-menu a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 16px;
}

.footer-menu a:hover {
    color: #ffd700;
}

/* Contact List */
.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

.footer-contact-icon {
    flex-shrink: 0;
    font-size: 25px;
}

.contact-item a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #ffd700;
}

/* Opening Hours */
.footer-hours {
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
}

/* Footer Bottom */
.footer-bottom {
    padding: 25px 0;
}

.footer-copyright {
    text-align: center;
}

.footer-copyright p {
    margin: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

/* Responsive Design */
@media (max-width: 768px) {
    .site-footer {
        padding: 40px 0 0;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-logo img {
        max-width: 150px;
    }

    .footer-heading {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .footer-social {
        flex-wrap: wrap;
    }

    .social-link {
        width: 35px;
        height: 35px;
    }
}