/*
Theme Name: Astra Child
Template: astra
*/

@import url("../astra/style.css");

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

@media screen and (max-width: 782px) {
    body.admin-bar #masthead {
        top: 46px;
    }

    .pfr {
        width: 100px;
    }
}

.hw-link {
    color: white;
    text-decoration: none;
    transition: color 200ms ease-in-out;
}

.hw-link:hover {
    color: #d0a449;
}

.header-social-item svg {
    fill: #ffffff;
    transition: fill 200ms ease-in-out;
}

.header-social-item:hover svg {
    fill: #d0a449;
    transform: scale(1.1);
    transition: all 200ms ease-in-out;
}

#masthead.header-scrolled .header-social-item svg {
    fill: #ffffff;
}

#masthead.header-scrolled .header-social-item:hover svg {
    fill: #d0a449;
}

.pfr {
    height: auto;
    width: 200px;
    align-items: right;
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

.custom-cursor {
    display: none;
}

@media (hover: hover) and (pointer: fine) {

    body.cursor-loaded,
    body.cursor-loaded a,
    body.cursor-loaded button,
    body.cursor-loaded input,
    body.cursor-loaded textarea {
        cursor: none !important;
    }

    body.cursor-loaded .custom-cursor {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 16px;
        height: 16px;
        background-color: #d0a449;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        pointer-events: none;
        z-index: 999999;
        transition: width 0.3s ease, height 0.3s ease, background-color 0.3s ease;
    }

    body.cursor-loaded .custom-cursor.hovered {
        width: 60px;
        height: 60px;
        background-color: transparent;
        border: 1px solid #b18938;
    }
}

.hotel-pricing-section {
    padding: 60px 20px;
    background-color: #fff;
    font-family: inherit;
}

.pricing-container {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}

.pricing-header {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 50px;
    color: #1a1a1a;
    letter-spacing: 2px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
}

.pricing-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background-color: #d0a449;
}

.pricing-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: background-color 0.3s ease;
}

.pricing-item:last-child {
    border-bottom: none;
}

.pricing-item:hover {
    background-color: rgba(208, 164, 73, 0.05);
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
}

.pricing-name {
    font-size: 1.1rem;
    color: #333;
    font-weight: 500;
}

.pricing-subtext {
    font-size: 0.9rem;
    color: #777;
    font-weight: 400;
}

.pricing-price {
    font-size: 1.25rem;
    color: #d0a449;
    font-weight: 700;
    white-space: nowrap;
    margin-left: 20px;
}

.pricing-footer {
    margin-top: 40px;
    text-align: center;
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.pricing-footer p {
    margin: 5px 0;
}

@media (max-width: 600px) {
    .pricing-header {
        font-size: 2rem;
    }

    .pricing-item {
        font-size: 1rem;
    }

    .pricing-price {
        font-size: 1.1rem;
    }
}

.restaurant-section {
    padding: 80px 20px;
    background-color: #fff;
    color: #1a1a1a;
    font-family: inherit;
}

.restaurant-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.section-title {
    font-size: 2.5rem;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 300;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background-color: #d0a449;
}

.intro-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 50px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.restaurant-highlight {
    margin: 60px 0;
    padding: 40px;
    border: 1px solid #d0a449;
    position: relative;
    transition: all 0.4s ease;
}

.restaurant-highlight:hover {
    box-shadow: 0 10px 30px rgba(208, 164, 73, 0.15);
    transform: translateY(-5px);
}

.highlight-title {
    font-size: 1.8rem;
    color: #d0a449;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.highlight-content p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #333;
}

.restaurant-outro {
    font-size: 1.2rem;
    font-style: italic;
    color: #666;
    margin-top: 50px;
    position: relative;
}

.restaurant-outro::before {
    font-size: 4rem;
    color: rgba(208, 164, 73, 0.3);
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    font-family: serif;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }

    .restaurant-highlight {
        padding: 30px 20px;
    }

    .highlight-title {
        font-size: 1.5rem;
    }
}

.hotel-split-section {
    padding: 80px 20px;
    background-color: #f9f9f9;
    font-family: inherit;
}

.hotel-container {
    max-width: 1000px;
    margin: 0 auto;
}

.section-title {
    font-size: 2.5rem;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 300;
    margin-bottom: 60px;
    position: relative;
    display: block;
    text-align: center;
    padding-bottom: 15px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background-color: #d0a449;
}

.split-row {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 80px;
}

.reverse-layout {
    flex-direction: row-reverse;
}

.split-content {
    flex: 1;
}

.split-image-wrapper {
    flex: 1;
}

.split-subtitle {
    font-size: 1.5rem;
    color: #d0a449;
    margin-bottom: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.split-content p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #444;
    margin-bottom: 15px;
}

.split-img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    border-bottom: 3px solid #d0a449;
    transition: transform 0.3s ease;
}

.split-row:hover .split-img {
    transform: translateY(-5px);
}

.amenities-summary {
    background: #fff;
    padding: 50px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    text-align: center;
    margin-top: 40px;
}

.amenities-title {
    font-size: 1.4rem;
    color: #1a1a1a;
    margin-bottom: 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

.amenities-grid-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 40px;
}

.amenities-grid-list li {
    position: relative;
    padding-left: 25px;
    font-size: 1rem;
    color: #555;
    text-align: left;
}

.amenities-grid-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    background-color: #d0a449;
}

@media (max-width: 900px) {
    .split-row {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .reverse-layout {
        flex-direction: column;
    }

    .split-image-wrapper {
        order: -1;
        width: 100%;
    }

    .amenities-grid-list {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .amenities-grid-list li {
        width: auto;
    }
}

.about-us-section {
    padding: 100px 20px;
    background-color: #fff;
    font-family: inherit;
}

.about-us-container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.section-title {
    font-size: 2.5rem;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 300;
    margin-bottom: 60px;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background-color: #d0a449;
}

.about-lead {
    font-size: 1.35rem;
    line-height: 1.6;
    color: #1a1a1a;
    font-weight: 400;
    margin: 0 auto 30px auto;
    max-width: 800px;
}

.about-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin: 0 auto 20px auto;
    max-width: 800px;
}

.about-us-gallery {
    display: flex;
    gap: 30px;
    margin: 60px auto;
    justify-content: center;
    flex-wrap: nowrap;
    max-width: 900px;
}

.about-gallery-item {
    flex: 1;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #d0a449;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    height: 0;
    padding-bottom: 60%;
}

.about-gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(208, 164, 73, 0.2);
}

.about-gallery-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.about-gallery-item:hover img {
    transform: scale(1.05);
}

.about-separator {
    width: 2px;
    height: 60px;
    background-color: #d0a449;
    margin: 40px auto;
}

.about-mission-box {
    margin: 50px auto 0 auto;
    padding: 40px;
    border: 1px solid rgba(208, 164, 73, 0.3);
    background-color: rgba(208, 164, 73, 0.03);
    position: relative;
    max-width: 800px;
}

.about-mission-box p {
    font-size: 1.2rem;
    color: #1a1a1a;
    font-style: italic;
    margin: 0;
    line-height: 1.6;
}

.about-mission-box::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-left: 1px solid rgba(208, 164, 73, 0.3);
    border-top: 1px solid rgba(208, 164, 73, 0.3);
}

@media (max-width: 600px) {
    .section-title {
        font-size: 2rem;
    }

    .about-lead {
        font-size: 1.2rem;
    }

    .about-us-gallery {
        flex-direction: column;
        gap: 20px;
    }

    .about-gallery-item {
        flex: 0 0 auto;
        padding-bottom: 65%;
    }

    .about-mission-box {
        padding: 30px 20px;
    }
}

.catering-section {
    padding: 80px 20px;
    background-color: #fcfcfc;
    font-family: inherit;
}

.catering-container {
    max-width: 1100px;
    margin: 0 auto;
}

.section-title {
    font-size: 2.5rem;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 300;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    text-align: center;
    width: 100%;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background-color: #d0a449;
}

.catering-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px auto;
    font-size: 1.1rem;
    color: #555;
    line-height: 1.6;
}

.catering-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.catering-card {
    background: #fff;
    padding: 40px 30px;
    border-top: 3px solid #d0a449;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.catering-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.card-number {
    position: absolute;
    top: -20px;
    right: -10px;
    font-size: 6rem;
    font-weight: 700;
    color: rgba(208, 164, 73, 0.07);
    z-index: 0;
    font-family: serif;
}

.card-title {
    font-size: 1.3rem;
    color: #1a1a1a;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
}

.catering-card p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #666;
    position: relative;
    z-index: 1;
}

.catering-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.catering-gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #d0a449;
    height: 500px;
}

.catering-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.catering-gallery-item:hover img {
    transform: scale(1.03);
}

.catering-footer {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    font-size: 1.1rem;
    color: #444;
    font-style: italic;
    border-top: 1px solid #eee;
    padding-top: 40px;
}

@media (max-width: 900px) {
    .catering-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

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

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

    .catering-gallery {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .catering-gallery-item {
        height: 400px;
    }
}

.garmaz-section {
    padding: 80px 20px;
    background-color: #fff;
    font-family: inherit;
}

.garmaz-container {
    max-width: 1000px;
    margin: 0 auto;
}

.section-title {
    font-size: 2.5rem;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 300;
    margin-bottom: 50px;
    position: relative;
    display: block;
    text-align: center;
    padding-bottom: 15px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background-color: #d0a449;
}

.garmaz-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px auto;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
}

.wholesale-banner {
    background-color: #fcfaf5;
    border: 1px solid #eaddb6;
    padding: 40px;
    margin-bottom: 80px;
    text-align: center;
    border-radius: 2px;
    position: relative;
}

.wholesale-banner::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px dashed #d0a449;
    opacity: 0.5;
    pointer-events: none;
}

.wholesale-title {
    color: #d0a449;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-weight: 500;
}

.wholesale-banner p {
    font-size: 1rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 10px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.garmaz-split-row {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 80px;
}

.garmaz-split-row.reverse-layout {
    flex-direction: row-reverse;
}

.garmaz-content {
    flex: 1;
}

.garmaz-image-wrapper {
    flex: 1;
    position: relative;
}

.garmaz-img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.garmaz-split-row:hover .garmaz-img {
    transform: scale(1.02);
}

.category-header {
    font-size: 1.8rem;
    color: #1a1a1a;
    margin-bottom: 25px;
    font-weight: 400;
    border-left: 4px solid #d0a449;
    padding-left: 20px;
}

.subcategory-header {
    font-size: 1.2rem;
    color: #d0a449;
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.garmaz-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.garmaz-list li {
    font-size: 1.05rem;
    color: #555;
    padding: 6px 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
}

.garmaz-list li::before {
    content: '•';
    color: #d0a449;
    font-size: 1.5rem;
    margin-right: 12px;
    line-height: 1;
}

.compact-list li {
    padding: 4px 0;
    font-size: 1rem;
    border-bottom: none;
}

@media (max-width: 900px) {
    .garmaz-split-row {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 60px;
    }

    .garmaz-split-row.reverse-layout {
        flex-direction: column;
    }

    .garmaz-image-wrapper {
        order: -1;
        width: 100%;
    }

    .category-header {
        font-size: 1.5rem;
    }
}

.reviews-section {
    padding: 80px 20px;
    background-color: #fdfdfd;
    font-family: inherit;
    overflow: hidden;
}

.reviews-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.reviews-carousel {
    margin-top: 50px;
    overflow: hidden;
    padding: 10px 0 40px 0;
}

.reviews-track {
    display: flex;
    gap: 30px;
    transition: transform 0.5s ease-in-out;
}

.review-card {
    flex: 0 0 calc(33.333% - 20px);
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-top: 3px solid #d0a449;
    min-height: 300px;
}

.review-stars {
    color: #d0a449;
    font-size: 1.5rem;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.review-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    font-style: italic;
    margin-bottom: 25px;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.review-author {
    font-size: 1.1rem;
    color: #1a1a1a;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

.dot.active {
    background-color: #d0a449;
}

@media (max-width: 900px) {
    .review-card {
        flex: 0 0 calc(50% - 15px);
    }
}

@media (max-width: 600px) {
    .review-card {
        flex: 0 0 100%;
    }

    .reviews-section {
        padding: 60px 20px;
    }
}

.weddings-section {
    padding: 100px 20px;
    background-color: #fdfdfd;
    font-family: inherit;
}

.weddings-container {
    max-width: 1000px;
    margin: 0 auto;
}

.weddings-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-title {
    font-size: 2.5rem;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 300;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background-color: #d0a449;
}

.weddings-intro {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #444;
    max-width: 800px;
    margin: 0 auto;
}

.weddings-space-block {
    background-color: #fff;
    padding: 50px;
    border-left: 4px solid #d0a449;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    margin-bottom: 60px;
}

.weddings-subtitle {
    font-size: 1.6rem;
    color: #1a1a1a;
    margin-bottom: 25px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.center-subtitle {
    text-align: center;
    margin-bottom: 40px;
}

.weddings-space-block p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
}

.weddings-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 80px;
}

.stat-box {
    text-align: center;
    padding: 40px 20px;
    background-color: rgba(208, 164, 73, 0.05);
    border: 1px solid rgba(208, 164, 73, 0.2);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.stat-box:hover {
    transform: translateY(-5px);
    background-color: rgba(208, 164, 73, 0.1);
}

.stat-number {
    display: block;
    font-size: 2.5rem;
    color: #d0a449;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: serif;
}

.stat-label {
    display: block;
    font-size: 1rem;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.weddings-attractions-section {
    margin-bottom: 80px;
}

.attractions-grid {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
}

.attractions-grid li {
    font-size: 1.1rem;
    color: #444;
    padding: 15px 20px;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
}

.attractions-grid li:hover {
    color: #d0a449;
}

.attractions-grid li::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #d0a449;
    margin-right: 15px;
    transform: rotate(45deg);
}

.weddings-promise {
    text-align: center;
    padding: 60px;
    background-color: #1a1a1a;
    color: #fff;
    border-radius: 4px;
    position: relative;
}

.weddings-promise p {
    font-size: 1.25rem;
    line-height: 1.8;
    font-style: italic;
    font-weight: 300;
    margin: 0;
    color: #f9f9f9;
}

.weddings-promise::before {
    content: '“';
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 5rem;
    color: #d0a449;
    font-family: serif;
    line-height: 1;
}

@media (max-width: 900px) {
    .weddings-stats-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .attractions-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .section-title {
        font-size: 2rem;
    }

    .weddings-space-block {
        padding: 30px 20px;
    }

    .weddings-promise {
        padding: 40px 20px;
    }

    .weddings-promise p {
        font-size: 1.1rem;
    }
}

.weddings-action-wrapper {
    text-align: center;
    margin-top: 60px;
}

.btn-weddings-contact {
    display: inline-block;
    padding: 18px 45px;
    background-color: transparent;
    color: #d0a449;
    border: 2px solid #d0a449;
    border-radius: 4px;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-weddings-contact:hover {
    background-color: #d0a449;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(208, 164, 73, 0.25);
}

.weddings-gallery-vertical,
.weddings-gallery-horizontal {
    display: flex;
    gap: 30px;
    margin-bottom: 80px;
}

.gallery-item {
    flex: 1;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid #d0a449;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.03);
}

.weddings-gallery-vertical .gallery-item {
    height: 600px;
}

.weddings-gallery-horizontal .gallery-item {
    height: 400px;
}

@media (max-width: 900px) {

    .weddings-gallery-vertical,
    .weddings-gallery-horizontal {
        flex-direction: column;
        gap: 30px;
    }

    .weddings-gallery-vertical .gallery-item,
    .weddings-gallery-horizontal .gallery-item {
        height: auto;
        max-height: 500px;
    }
}

.events-section {
    padding: 100px 20px;
    background-color: #fdfdfd;
    font-family: inherit;
}

.events-container {
    max-width: 1100px;
    margin: 0 auto;
}

.events-header {
    text-align: center;
    margin-bottom: 70px;
}

.section-title {
    font-size: 2.5rem;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 300;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background-color: #d0a449;
}

.events-intro {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #444;
    max-width: 800px;
    margin: 0 auto;
}

.events-subtitle {
    font-size: 1.6rem;
    color: #1a1a1a;
    margin-bottom: 25px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.center-subtitle {
    text-align: center;
    margin-bottom: 40px;
}

.events-feature-split {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 90px;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    overflow: hidden;
}

.events-feature-content {
    flex: 1;
    padding: 40px 50px;
}

.events-feature-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

.events-feature-image {
    flex: 1;
    height: 100%;
    min-height: 400px;
    position: relative;
}

.events-feature-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-left: 3px solid #d0a449;
}

.events-types-wrapper {
    margin-bottom: 90px;
}

.events-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.event-card {
    background: #fff;
    padding: 40px 30px;
    text-align: center;
    border-top: 2px solid #d0a449;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.event-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.event-icon {
    display: block;
    font-size: 2rem;
    color: #d0a449;
    margin-bottom: 15px;
}

.event-card h4 {
    font-size: 1.25rem;
    color: #1a1a1a;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

.event-card p {
    font-size: 1rem;
    line-height: 1.7;
    color: #666;
}

.events-gallery-trio {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 80px;
}

.gallery-trio-item {
    height: 500px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-bottom: 3px solid #d0a449;
}

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

.gallery-trio-item:hover img {
    transform: scale(1.05);
}

.events-action-wrapper {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.btn-events-contact {
    display: inline-block;
    padding: 16px 40px;
    background-color: transparent;
    color: #d0a449;
    border: 2px solid #d0a449;
    border-radius: 4px;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-events-contact:hover {
    background-color: #d0a449;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(208, 164, 73, 0.25);
}

@media (max-width: 960px) {
    .events-feature-split {
        flex-direction: column;
        gap: 0;
    }

    .events-feature-image {
        width: 100%;
        height: 350px;
        min-height: auto;
    }

    .events-feature-image img {
        border-left: none;
        border-top: 3px solid #d0a449;
    }

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

    .events-gallery-trio {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .gallery-trio-item {
        height: 400px;
    }
}

@media (max-width: 600px) {
    .events-feature-content {
        padding: 30px 20px;
    }

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

    .gallery-trio-item {
        height: 300px;
    }
}

.conferences-section {
    padding: 100px 20px;
    background-color: #fdfdfd;
    font-family: inherit;
}

.conferences-container {
    max-width: 1100px;
    margin: 0 auto;
}

.section-title {
    font-size: 2.5rem;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 300;
    margin-bottom: 60px;
    position: relative;
    display: block;
    text-align: center;
    padding-bottom: 15px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background-color: #d0a449;
}

.conferences-content-split {
    display: flex;
    align-items: center;
    gap: 60px;
    background: #fff;
    padding: 50px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    border-top: 3px solid #d0a449;
}

.conferences-text-box {
    flex: 1;
}

.conferences-image-box {
    flex: 1;
    position: relative;
}

.conferences-image-box img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s ease;
}

.conferences-image-box:hover img {
    transform: scale(1.02);
}

.conferences-subtitle {
    font-size: 1.8rem;
    color: #1a1a1a;
    margin-bottom: 25px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.conferences-text-box p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 30px;
}

.conferences-list-title {
    font-size: 1.1rem;
    color: #d0a449;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.conferences-equipment-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.conferences-equipment-list li {
    font-size: 1.05rem;
    color: #444;
    padding: 10px 0;
    border-bottom: 1px solid #f9f9f9;
    display: flex;
    align-items: center;
}

.conferences-equipment-list li:last-child {
    border-bottom: none;
}

.conferences-equipment-list li::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #d0a449;
    margin-right: 15px;
    transform: rotate(45deg);
}

.btn-conferences {
    display: inline-block;
    padding: 15px 35px;
    background-color: transparent;
    color: #d0a449;
    border: 2px solid #d0a449;
    border-radius: 4px;
    font-size: 1.05rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-conferences:hover {
    background-color: #d0a449;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(208, 164, 73, 0.25);
}

@media (max-width: 960px) {
    .conferences-content-split {
        flex-direction: column;
        padding: 30px 20px;
        gap: 40px;
    }

    .conferences-image-box {
        order: -1;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .section-title {
        font-size: 2rem;
    }

    .conferences-subtitle {
        font-size: 1.5rem;
    }
}

.faq-section {
    padding: 80px 20px;
    background-color: #fdfdfd;
    font-family: inherit;
}

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

.faq-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-title {
    font-size: 2.5rem;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 300;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background-color: #d0a449;
}

.faq-intro {
    font-size: 1.15rem;
    color: #555;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
}

.faq-accordion {
    border-top: 1px solid #eee;
}

.faq-item {
    border-bottom: 1px solid #eee;
}

.faq-question {
    width: 100%;
    background: transparent !important;
    border: none !important;
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
    transition: all 0.3s ease;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}

.faq-question:hover,
.faq-question:active,
.faq-question:focus,
.faq-question:focus-visible {
    background-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.faq-question-text {
    font-size: 1.15rem;
    color: #1a1a1a;
    font-weight: 400;
    padding-right: 20px;
    transition: color 0.3s ease;
}

.faq-toggle-icon {
    position: relative;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.faq-toggle-icon::before,
.faq-toggle-icon::after {
    content: '';
    position: absolute;
    background-color: #1a1a1a;
    transition: all 0.3s ease;
}

.faq-toggle-icon::before {
    top: 9px;
    left: 0;
    width: 20px;
    height: 2px;
}

.faq-toggle-icon::after {
    top: 0;
    left: 9px;
    width: 2px;
    height: 20px;
}

.faq-item.active .faq-toggle-icon::after {
    transform: rotate(90deg);
    opacity: 0;
}

.faq-item:hover .faq-question-text,
.faq-item.active .faq-question-text,
.faq-question:focus .faq-question-text {
    color: #d0a449 !important;
}

.faq-item:hover .faq-toggle-icon::before,
.faq-item:hover .faq-toggle-icon::after,
.faq-item.active .faq-toggle-icon::before,
.faq-question:focus .faq-toggle-icon::before,
.faq-question:focus .faq-toggle-icon::after {
    background-color: #d0a449 !important;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.faq-answer p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
    padding-bottom: 25px;
    margin: 0;
}

.faq-list {
    list-style: none;
    padding: 0 0 25px 0;
    margin: 0;
}

.faq-list li {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #555;
    padding: 5px 0 5px 25px;
    position: relative;
}

.faq-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 6px;
    height: 6px;
    background-color: #d0a449;
    transform: rotate(45deg);
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }

    .faq-question-text {
        font-size: 1.05rem;
    }

    .faq-intro {
        font-size: 0.95rem;
    }
}

/* BLOG */

body.blog #content,
body.archive #content,
body.single-post #content {
    padding-top: 130px;
}

.ast-article-post {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 50px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-bottom: 3px solid #d0a449;
    overflow: hidden;
}

.ast-article-post:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.ast-article-inner {
    padding: 30px;
}

.ast-article-post .post-thumb img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 25px;
}

.entry-title {
    font-size: 2rem;
    color: #1a1a1a;
    font-weight: 300;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.3;
}

.entry-title a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.entry-title a:hover {
    color: #d0a449;
}

.ast-excerpt-container {
    color: #555;
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 20px;
}

.read-more a {
    display: inline-block;
    color: #d0a449;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

.read-more a:hover {
    border-bottom: 1px solid #d0a449;
}

.ast-article-single {
    background-color: transparent;
    box-shadow: none;
    border-bottom: none;
    margin-bottom: 80px;
}

.ast-article-single .entry-header {
    text-align: center;
    margin-bottom: 50px;
}

.ast-article-single .post-thumb img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
}

.ast-article-single .entry-title {
    font-size: 2.8rem;
    margin-bottom: 20px;
}

.ast-article-single .entry-meta {
    font-size: 0.95rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(208, 164, 73, 0.3);
}

.ast-article-single .entry-meta a {
    color: #d0a449;
    text-decoration: none;
    transition: color 0.3s ease;
}

.ast-article-single .entry-meta a:hover {
    color: #1a1a1a;
}

.ast-article-single .entry-content {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.15rem;
    line-height: 1.8;
    color: #444;
}

.ast-article-single .entry-content p {
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .entry-title {
        font-size: 1.6rem;
    }

    .ast-article-single .entry-title {
        font-size: 2.2rem;
    }

    .ast-article-inner {
        padding: 20px;
    }

    .ast-article-single .post-thumb img {
        max-height: 300px;
    }
}

@media (max-width: 768px) {
    .ast-article-inner {
        padding: 25px 20px;
    }

    .entry-title {
        font-size: 1.6rem;
    }

    .ast-article-single .entry-title {
        font-size: 2.2rem;
    }

    .entry-content {
        font-size: 1rem;
    }

    .entry-content h2 {
        font-size: 1.5rem;
        padding-left: 15px;
    }

    body.blog #content,
    body.archive #content,
    body.single-post #content {
        padding-top: 75px;
    }
}

/* MENU */

#masthead {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    background-color: rgba(0, 0, 0, 0.5) !important;
    border-bottom: 2px solid #d0a449;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding-top: 0px;
    padding-bottom: 0px;
}

body.home #masthead:not(.header-scrolled) {
    background-color: transparent !important;
    border-bottom: none;
    box-shadow: none;
}

body.admin-bar #masthead {
    top: 32px;
}

button.menu-toggle.main-header-menu-toggle.ast-mobile-menu-trigger-fill {
    background-color: transparent !important;
    border: 2px solid #d0a449 !important;
    border-radius: 4px;
    padding: 6px 12px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    box-shadow: none !important;
}

button.menu-toggle.main-header-menu-toggle.ast-mobile-menu-trigger-fill:hover,
button.menu-toggle.main-header-menu-toggle.ast-mobile-menu-trigger-fill:active,
button.menu-toggle.main-header-menu-toggle.ast-mobile-menu-trigger-fill.toggled {
    background-color: rgba(208, 164, 73, 0.08) !important;
    transform: scale(0.95);
}

button.menu-toggle.main-header-menu-toggle.ast-mobile-menu-trigger-fill .ast-mobile-svg {
    fill: #d0a449 !important;
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease-in-out;
}

button.menu-toggle.main-header-menu-toggle.ast-mobile-menu-trigger-fill.toggled .ast-close-svg {
    transform: rotate(90deg);
}

.ast-mobile-header-content {
    background-color: rgba(0, 0, 0, 0.92) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid #d0a449 !important;
    border-bottom: 2px solid #d0a449 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* karuzela obrazków */

.hw-gallery-section {
    padding: 60px 20px;
    background-color: #fdfdfd;
    font-family: inherit;
    overflow: hidden;
}

.hw-gallery-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.hw-carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 40px;
    padding: 0 60px;
    width: 100%;
    box-sizing: border-box;
}

.hw-carousel-window {
    overflow: hidden;
    width: 100%;
}

.hw-carousel-track {
    display: flex;
    width: max-content;
    will-change: transform;
    padding: 15px 0;
}

.hw-carousel-img {
    height: 420px;
    object-fit: cover;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #d0a449;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}

.hw-carousel-img:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 25px rgba(208, 164, 73, 0.15);
}

.hw-carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border: 2px solid #d0a449;
    color: #d0a449;
    width: 44px;
    height: 44px;
    border-radius: 4px;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    padding: 0;
    margin: 0;
}

.hw-carousel-btn:hover {
    background-color: #d0a449;
    color: #fff;
}

.prev-btn {
    left: 0;
}

.next-btn {
    right: 0;
}

.hw-lightbox {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.95);
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hw-lightbox-nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
}

.hw-lightbox-content-box {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 80%;
    max-height: 90vh;
}

.hw-lightbox-content {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 90vh;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    border: 2px solid #d0a449;
    border-radius: 4px;
    object-fit: contain;
    will-change: src;
}

.hw-lightbox-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: 2px solid #d0a449;
    color: #d0a449;
    width: 44px;
    height: 44px;
    border-radius: 4px;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    padding: 0;
    margin: 0;
}

.hw-lightbox-btn:hover {
    background-color: #d0a449;
    color: #fff;
}

.lb-prev {
    left: 40px;
}

.lb-next {
    right: 40px;
}

.hw-lightbox-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #d0a449;
    font-size: 4rem;
    font-weight: 300;
    cursor: pointer;
    transition: color 0.3s ease, transform 0.3s ease;
    line-height: 1;
    z-index: 100;
}

.hw-lightbox-close:hover {
    color: #fff;
    transform: scale(1.1);
}

@media (max-width: 900px) {
    .hw-carousel-wrapper {
        padding: 0 40px;
    }

    .prev-btn {
        left: 0;
    }

    .next-btn {
        right: 0;
    }

    .lb-prev {
        left: 20px;
    }

    .lb-next {
        right: 20px;
    }
}

@media (max-width: 600px) {
    .hw-gallery-section {
        padding: 40px 10px;
    }

    .hw-carousel-wrapper {
        margin-top: 20px;
        padding: 0;
    }

    .hw-carousel-img {
        height: 260px;
    }

    .hw-carousel-btn {
        display: flex;
        width: 36px;
        height: 36px;
        font-size: 1rem;
        background-color: rgba(255, 255, 255, 0.9);
    }

    .prev-btn {
        left: 10px;
    }

    .next-btn {
        right: 10px;
    }

    .hw-lightbox-content-box {
        max-width: 100%;
        padding-top: 60px;
    }

    .hw-lightbox-btn {
        display: flex !important;
        width: 40px !important;
        height: 40px !important;
        font-size: 1.2rem !important;
        background-color: rgba(208, 164, 73, 0.85) !important;
        color: #fff !important;
        border: none !important;
        z-index: 999999 !important;
    }

    .lb-prev {
        left: 10px !important;
    }

    .lb-next {
        right: 10px !important;
    }

    .hw-lightbox-close {
        top: 10px;
        right: 15px;
        font-size: 3rem;
        z-index: 999999 !important;
    }
}