@font-face {
    font-family: "AA Stetica Regular";
    src: url(../fonts/AA-Stetica-Regular-BF6749235ad0084.otf);
}

@font-face {
    font-family: "Cormorant SC";
    src: url(../fonts/CormorantSC-Regular.ttf);
}

@font-face {
    font-family: "Czizh";
    src: url(../fonts/Czizh-Body.ttf);
}

* {
    margin: 0;
    padding: 0;
}

body {
    margin: auto;
}

/*----------Хэдер----------*/
.upper_header {
    padding: 17px calc(20px + (100 - 20) * ((100vw - 350px) / (1920 - 350)));
    gap: calc(5px + (76 - 5) * ((100vw - 350px) / (1920 - 350)));
    font-family: "AA Stetica Regular";
    display: flex;
    justify-content: center;
}

.Logo img {
    width: 124px;
    height: 46px;
}

.Text_nav,
.Text_info {
    display: flex;
    gap: calc(5px + (76 - 5) * ((100vw - 350px) / (1920 - 350)));
    color: #6B2B00;
}

.Text_nav h2,
.Text_info p {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 1%;
}

.Text_nav p,
.Text_info h2 {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 1%;

}

.Text_nav a,
.Text_info a {
    text-decoration: none;
    color: #6B2B00;
}

.Text_info a {
    font-weight: 700;
}

.lower_header {
    padding: 32px calc(20px + (100 - 20) * ((100vw - 350px) / (1920 - 350)));
    gap: calc(5px + (150 - 5) * ((100vw - 350px) / (1920 - 350)));
    display: flex;
    justify-content: center;
    background-color: #6B2B00;
    font-family: "AA Stetica Regular";
}

.lower_header nav {
    display: flex;
    gap: calc(5px + (140 - 5) * ((100vw - 350px) / (1920 - 350)));

}

.lower_header nav a {
    text-decoration: none;
    white-space: nowrap;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 1%;
    transition: all 300ms ease;

}

.lower_header nav a:hover {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.8);
    color: #fff;
}

.Language {
    display: flex;
    gap: 10px;
}

#Choose_language {
    background-color: #6B2B00;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 1%;
    outline: none;
    border: none;
    cursor: pointer;
}

.main_header {
    display: flex;
    flex-direction: column;
}

.burger_header {
    display: none;
}

.selectAndBurger {
    display: flex;
    gap: 16px;
}

.breadcrumbs {
    font-family: "AA Stetica Regular";
    font-size: 18px;
    color: #6B2B00;
}


/* ------ Главный экран о парке ------ */
/* ------ Хлебные крошки ------ */
.breadcrumbs a {
    color: #382D2D;
    text-decoration: none;
    font-family: "AA Stetica Regular";
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 1%;

}

.breadcrumbs span a {
    color: #382D2D80;
}

main {
    background-image: url('../images/stars_main_aboutPark.webp');
    background-repeat: no-repeat;
    background-position: right top;
}

.HeadingAboutPark .about_parkText {
    padding: calc(48px + (80 - 48) * ((100vw - 350px) / (1920 - 350))) calc(17px + (100 - 17) * ((100vw - 350px) / (1920 - 350))) 0;
}

.HeadingAboutPark h1 {
    font-family: "Cormorant SC";
    font-weight: 700;
    font-size: calc(64px + (180 - 64) * ((100vw - 350px) / (1920 - 350)));
    line-height: 100%;
    text-transform: uppercase;
    color: #81332F;
    margin-top: calc(24px + (56 - 24) * ((100vw - 350px) / (1920 - 350)));

}

.HeadingAboutPark img {
    object-fit: cover;
    width: 100%;
    max-height: calc(200px + (534 - 200) * ((100vw - 350px) / (1920 - 350)));
    margin-top: calc(24px + (100 - 24) * ((100vw - 350px) / (1920 - 350)));
}

/* ------ Символ единства ------ */
.Symbol_aboutPark {
    background-image: url('../images/about_park_starsText.webp');
    background-repeat: no-repeat;
    background-size: cover;
    padding: calc(64px + (200 - 64) * ((100vw - 350px) / (1920 - 350))) calc(20px + (100 - 20) * ((100vw - 350px) / (1920 - 350))) 0;
}

.Symbol_text h2 {
    font-family: "Cormorant SC";
    font-weight: 700;
    font-size: calc(30px + (48 - 30) * ((100vw - 350px) / (1920 - 350)));
    line-height: 110%;
    text-indent: 167.5px;
    text-transform: uppercase;
    color: #6B2B00;
    max-width: 1065px;
}

.symbol_paragraphs {
    display: flex;
    align-items: start;
    flex-direction: column;
    margin-left: auto;
    text-align: start;
    max-width: 927px;
    margin-top: calc(24px + (32 - 24) * ((100vw - 350px) / (1920 - 350)));
    border-bottom: 1px solid #6B2B00;
}

.symbol_paragraphs p {
    max-width: 671px;
    font-family: "AA Stetica Regular";
    font-weight: 300;
    font-size: calc(16px + (20 - 16) * ((100vw - 350px) / (1920 - 350)));
    line-height: 130%;
    letter-spacing: 1%;
    color: #382D2D;
    margin-bottom: 16px;
}

.Symbol_numbers {
    display: flex;
    justify-content: space-between;
    margin-top: calc(40px + (70 - 40) * ((100vw - 350px) / (1920 - 350)));
}

.Symbol_numbers h3 {
    font-family: "Cormorant SC";
    font-weight: 700;
    font-size: calc(48px + (72 - 48) * ((100vw - 350px) / (1920 - 350)));
    line-height: 110%;
    font-variant-numeric: lining-nums tabular-nums;
    text-transform: uppercase;
    color: #6B2B00;
}

.Symbol_numbers p {
    font-family: "AA Stetica Regular";
    font-weight: 400;
    font-size: calc(16px + (20 - 16) * ((100vw - 350px) / (1920 - 350)));
    line-height: 130%;
    letter-spacing: 1%;
    color: #6B2B00;
    max-width: 361px;
}

.Symbol_numbers h3 span {
    font-size: 48px;
    line-height: 110%;
    font-variant-numeric: lining-nums tabular-nums;
}

 /* Base styles for the park corners section */
        .parkCorners {
            padding: 120px 100px 0;
            max-width: 1920px;
            margin: 0 auto;
        }
        .parkCorners h2 {
            font-family: "Cormorant SC", serif;
            font-weight: 700;
            font-size: 48px;
            line-height: 110%;
            text-transform: uppercase;
            color: #6B2B00;
            margin: 56px 0;
            text-align: center;
        }

        .uniqueText h2 {
            font-family: "Cormorant SC", serif;
            font-weight: 700;
            font-size: 48px;
            line-height: 110%;
            text-transform: uppercase;
            color: #6B2B00;
            margin: 56px 0;
            text-align: center;
        }

        /* FIXED: Park Corners Slider Layout */
        .sliderCorners {
            display: flex;
            gap: 20px;
            align-items: stretch;
            min-height: 500px;
        }

        /* Image slider container */
        .cornerswiper-image {
            flex: 1.5;
            border-radius: 16px;
            overflow: hidden;
            min-height: 400px;
        }

        .cornerswiper-image .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 16px;
        }

        /* Text slider container with navigation */
        .cornerswiper-text {
            flex: 1;
            display: flex;
            flex-direction: column;
            border: 1px solid #6B2B00;
            border-radius: 16px;
            padding: 24px;
            background-color: #fff;
            position: relative;
            min-height: 400px;
        }

        .cornerswiper-text .swiper-wrapper {
            flex: 1;
            margin-bottom: 60px; /* Space for navigation buttons */
        }

        .cornerswiper-text .swiper-slide {
            display: flex;
            flex-direction: column;
            height: auto;
            min-height: 300px;
        }

        .corner-content {
            display: flex;
            flex-direction: column;
            gap: 16px;
            height: 100%;
        }

        .corner-title {
            font-family: "AA Stetica Regular", sans-serif;
            font-weight: 700;
            font-size: 24px;
            line-height: 130%;
            color: #6B2B00;
            margin-bottom: 8px;
        }

        .corner-full-text {
            font-family: "AA Stetica Regular", sans-serif;
            font-weight: 300;
            font-size: 18px;
            line-height: 140%;
            color: #382D2D;
            flex: 1;
        }

        /* FIXED: Navigation buttons positioning and styling */
        .cornerswiper-text .swiper-nav-buttons {
            position: absolute;
            bottom: 20px;
            right: 20px;
            display: flex;
            gap: 12px;
            z-index: 10;
        }

        .swiper-button-prev-corner,
        .swiper-button-next-corner {
            position: static !important;
            margin: 0 !important;
            width: 48px !important;
            height: 48px !important;
            background-color: #FFFDF9 !important;
            border: 2px solid #6B2B00 !important;
            border-radius: 12px !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            cursor: pointer !important;
            transition: all 0.3s ease !important;
            color: #6B2B00 !important;
            font-size: 0 !important; /* Hide default content */
        }

        .swiper-button-prev-corner:after,
        .swiper-button-next-corner:after {
            display: none !important; /* Hide default Swiper arrows */
        }

        .swiper-button-prev-corner:hover,
        .swiper-button-next-corner:hover {
            background-color: #6B2B00 !important;
            color: #FFFDF9 !important;
            transform: scale(1.05);
        }

        .swiper-button-prev-corner svg,
        .swiper-button-next-corner svg {
            width: 20px;
            height: 20px;
            fill: currentColor;
        }

        /* Featured badge */
        .featured-badge {
            position: absolute;
            top: 16px;
            left: 16px;
            background-color: #6B2B00;
            color: #FFFDF9;
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 500;
            z-index: 10;
        }

        /* Responsive design */
        @media (max-width: 1024px) {
            .sliderCorners {
                flex-direction: column;
                gap: 24px;
            }

            .cornerswiper-text .swiper-nav-buttons {
                position: relative;
                bottom: auto;
                right: auto;
                justify-content: center;
                margin-top: 20px;
            }
        }

        @media (max-width: 768px) {
            .parkCorners {
                padding: 60px 20px 0;
            }

            .uniqueText h2 {
                font-size: 32px;
            }

            .cornerswiper-text {
                padding: 16px;
                min-height: 300px;
            }

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

            .corner-full-text {
                font-size: 16px;
            }
        }


/* ------ Уголки парка карта ------ */
.map-container {
    flex: 1;
    position: relative;
    min-height: 528px; /* Add this */
}

#map {
    width: 100%;
    height: 100%; /* Add this */
    min-height: 528px; /* Add this */
    border-radius: 16px;
}

.MapWithText {
    display: flex;
    gap: 20px;
    align-items: stretch; /* Add this */
    min-height: 600px; /* Add this */
}

.MapWithText {
    display: flex;
    gap: 20px;
}

.map-container {
    flex: 1;
    position: relative;
}

#map {
    width: 100%;
    border-radius: 16px;

}

.map-overlay {
    position: absolute;
    inset: 0;
    z-index: 10;
    background: transparent;
    cursor: pointer;
}

.MapWithText.active .map-overlay {
    display: none;
}

#infoPanel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    flex: 1;
    padding: 40px;
    border: 1px solid #6B2B00;
    border-radius: 16px;
    background-image: url('/images/stars_leftbottom.webp');
    background-repeat: no-repeat;
    background-position: left bottom;
}

#infoPanel img {
    position: absolute;
    object-fit: contain;
    top: 57%;
    left: 0.5%;
}

#infoPanel h3 {
    font-family: "AA Stetica Regular";
    font-weight: 700;
    font-size: calc(18px + (22 - 18) * ((100vw - 350px) / (1920 - 350)));
    line-height: 130%;
    letter-spacing: 1%;
    color: #6B2B00;
    margin-bottom: calc(8px + (16 - 8) * ((100vw - 350px) / (1920 - 350)));
}

#infoPanel p {
    font-family: "AA Stetica Regular";
    font-weight: 300;
    font-size: calc(16px + (20 - 16) * ((100vw - 350px) / (1920 - 350)));
    line-height: 130%;
    letter-spacing: 1%;

}

#infoPanel .infoNav {
    display: flex;
    gap: 10px;
    justify-content: end;
}

#infoPanel .infoNav .Navbutton {
    width: 53px;
    height: 53px;
    border: 1px solid #6B2B00;
    background-color: #FFFDF9;
    border-radius: 16px;
    color: #6B2B00;

}

#infoPanel .infoNav .Navbutton svg {
    display: inline;
}

.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    cursor: pointer;
    background: transparent;
}

.MapWithText.active .map-overlay {
    display: none;
}

.MapWithText {
    position: relative;
}

#infoPanel .infoNav .Navbutton:hover {

    background-color: #6B2B00;
    color: #FFFDF9;

}

.marker-wrapper {
    transform: translate(-50%, -100%);
    position: relative;
    cursor: pointer;
    z-index: 10;
}

#infoContent>ymaps,
#infoContent .ymaps3x0--map-copyrights {
    display: none !important;
}

.custom-marker {
    background-color: #56db40;
    color: white;
    font-weight: bold;
    font-size: 10px;
    padding: 6px 2px;
    border-radius: 50%;
    text-align: center;
    min-width: 20px;
    position: relative;
}

.custom-marker::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #56db40;
}


.cornerswiper-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    border: 1px solid #6B2B00;
    border-radius: 16px;
    padding: 24px;
    background-color: #fff;
    background-image: url('/images/stars_leftbottom.webp');
    background-repeat: no-repeat;
    background-position: left bottom;
}

.cornerswiper-text .swiper-wrapper {
    flex: 1;
}

.cornerswiper-text .swiper-slide {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: calc(8px + (16 - 8) * ((100vw - 350px) / (1920 - 350)));

}

.cornerswiper-text h3 {
    font-family: "AA Stetica Regular";
    font-weight: 700;
    font-size: calc(18px + (22 - 18) * ((100vw - 350px) / (1920 - 350)));
    line-height: 130%;
    letter-spacing: 1%;
    color: #6B2B00;
}

.cornerswiper-text p {
    font-family: "AA Stetica Regular";
    font-size: calc(16px + (20 - 16) * ((100vw - 350px) / (1920 - 350)));
    line-height: 130%;
    letter-spacing: 1%;
    color: #6B2B00;
}

.cornerswiper-text .swiper-nav-buttons {
    justify-content: end;
}

.swiper-nav-buttons {
    display: flex;
    justify-content: end;
    gap: 5px;
}

.swiper-button-prev-corner,
.swiper-button-next-corner {

    width: 53px;
    height: 53px;
    background-color: #fff;
    border: 2px solid #6B2B00;
    border-radius: 16px;
    cursor: pointer;
    color: #6B2B00;
}

.swiper-button-prev-corner:hover,
.swiper-button-next-corner:hover {
    background-color: #6B2B00;
    color: #FFFDF9;
}

/* ------ Где побывать галлерея ------ */
.What-to-whatch, .Gallery , .Certificates ,.sponsors , .planningForm{
    padding: calc(120px + (200 - 120) * ((100vw - 350px) / (1920 - 350))) calc(20px + (100 - 20) * ((100vw - 350px) / (1920 - 350))) 0
}
.Gallery{
    position: relative;
}
.Gallery .container img {
    position: absolute;
    top: -140px;
    right: 10px;
}

.What-to-whatch h2 {
    font-family: "Cormorant SC";
    font-weight: 700;
    font-size: calc(30px + (48 - 30) * ((100vw - 350px) / (1920 - 350)));
    line-height: 110%;
    text-transform: uppercase;
    color: #6B2B00;
    margin-bottom: calc(24px + (56 - 24) * ((100vw - 350px) / (1920 - 350)));
    text-align: center;
}

.Gallery h2 {
    max-width: 1132px;
    font-family: "Cormorant SC";
    font-weight: 700;
    font-size: calc(30px + (48 - 30) * ((100vw - 350px) / (1920 - 350)));
    line-height: 110%;
    text-indent: 167.5px;
    text-transform: uppercase;
    color: #6B2B00;

}

.what-to-watch-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    gap: 16px;
}

.what-to-watch-gallery .gallery-item {
    position: relative;
    height: 250px;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
}

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

.gallery-item .photo-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0)50%, rgba(0, 0, 0, 0.5) 100%);
    pointer-events: none;
}

.what-to-watch-gallery .gallery-item p {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    color: #FFFDF9;
    font-family: "AA Stetica Regular";
    font-weight: 300;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: 1%;
    text-transform: uppercase;
    text-decoration: underline;
    z-index: 99;
}

.what-to-watch-gallery .gallery-item:hover img {
    transform: scale(1.05);
}

.what-to-watch-gallery .gallery-item.large {
    grid-column: span 2;
    grid-row: span 2;
    height: 520px;
}

.what-to-watch-gallery .gallery-item.medium {
    grid-column-start: 2;
    grid-column-end: 4;
}

/* ------ Галлерея ------ */


.filters-buttons {
    display: none;
}

.filters-buttons-swiper {
    position: relative;
    padding: 20px 0;
    margin: 20px auto;
    max-width: 400px;

}


.filters-buttons-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter-btn {
    padding: 16px clamp(30px, 2vw, 40px);
    background: white;
    outline: none;
    border: 1px solid #6B2B00;
    border-radius: 16px;
    font-family: "AA Stetica Regular";
    font-size: calc(16px + (20 - 16) * ((100vw - 350px) / (1920 - 350))) calc(20px + (100 - 20) * ((100vw - 350px) / (1920 - 350)));
    line-height: 130%;
    letter-spacing: 1%;
    white-space: nowrap;
    color: #6B2B00;
}

.filter-btn:hover,
.filter-btn.active {
    background-color: #6B2B00;
    color: #fff;
}

.swiper-button-filter-prev,
.swiper-button-filter-next {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    width: 53px;
    height: 53px;
    background-color: #fff;
    border: 2px solid #6B2B00;
    border-radius: 16px;
    cursor: pointer;
    color: #6B2B00;
    z-index: 10;
}


.swiper-button-filter-prev:hover {
    color: #fff;
    background-color: #6B2B00;

}

.swiper-button-filter-prev {
    left: 10px;
}

.swiper-button-filter-next {
    right: 10px;
}

.swiper-button-filter-next:hover {
    color: #fff;
    background-color: #6B2B00;

}

.filter-text {
    font-family: "AA Stetica Regular";
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 1%;
    color: #6B2B00;
    padding: 0 12px;
    cursor: pointer;
    user-select: none;
}

/*Сама фото галлерея*/
.show-more-btn {
    width: 100%;
    height: calc(53px + (70 - 53) * ((100vw - 350px) / (1920 - 350)));
    margin-top: calc(40px + (54 - 40) * ((100vw - 350px) / (1920 - 350)));
    background-color: #6B2B00;
    border: 1px solid #6B2B00;
    border-radius: 16px;
    font-family: "AA Stetica Regular";
    font-size: 20px;
    line-height: 130%;
    color: #FFFDF9;
    cursor: pointer;
}

.show-more-btn:hover {
    background-color: #8a3c00;
}

.gallery-grid-item {
    opacity: 1 !important;
    transform: translateY(0) !important;
    width: 100%;
    height: auto;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease;
    position: relative;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Ensure images are visible and properly sized */
.gallery-grid-item img {
    width: 100% !important;
    height: 330px !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

/* Hover effects */
.gallery-grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

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

/* Photo title overlay */
.photo-title {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    color: #FFFDF9 !important;
    font-family: "AA Stetica Regular";
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    text-transform: uppercase;
    text-decoration: underline;
    z-index: 10;

    padding: 8px 12px;
    border-radius: 8px;

}

/* Gradient overlay */
.photo-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.7) 100%);
    pointer-events: none;
    border-radius: 12px;
}

/* Ensure gallery container is properly displayed */
.photoGallery {
    display: grid ;
    grid-template-columns: repeat(3, minmax(300px, 1fr)) ;
    gap: 20px ;
    margin-top: 40px;
    min-height: auto ;
}

/* Remove any conflicting animation classes */
.gallery-grid-item.animate-in,
.gallery-grid-item.show {
    opacity: 1;
    transform: translateY(0) ;
}

.photo-title {
    position: absolute;
    bottom: 8px;
    left: 8px;
    right: 8px;
    font-family: "AA Stetica Regular";
    font-size: 22px;
    line-height: 130%;
    text-transform: uppercase;
    text-decoration: underline;
    color: #FFFDF9;
    padding: 4px 8px;
    border-radius: 4px;
}

.gallery-grid-item {
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

/* Широкие плитки для первых двух */
.gallery-grid-item {
    grid-column: span 1;
}

.gallery-grid-item.wide-2 {
    grid-column: span 2;
}

.gallery-grid-item.wide-3 {
    grid-column: span 3;
}

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

/* Модалка */
.image-modal {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
}

.image-modal img {
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    display: block;
    border-radius: 10px;
}

.close-modal {
    position: absolute;
    top: 32px;
    right: 32px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

/*сертификаты*/
.Certificates-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.Certificates-heading h2 {
    font-family: "Cormorant SC";
    font-weight: 700;
    font-size: calc(30px + (48 - 30) * ((100vw - 350px) / (1920 - 350)));
    line-height: 110%;
    text-transform: uppercase;
    color: #6B2B00;
}

.swiper-nav-buttons {
    display: flex;
    gap: 12px;
}

.swiper-nav-buttons button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: #6B2B00;
    border: 1px solid #6B2B00;
    border-radius: 16px;
    width: 56px;
    height: 56px;
    cursor: pointer;

}

.certificateSwiper {
    margin-top: 20px;
}

.swiper-nav-buttons button:hover {
    background-color: #7a4000;
    color: white;
}

.certificateSwiper .swiper-slide .card
 {
    border: 1px, solid, #6B2B00;
    padding: calc(16px + (24 - 16) * ((100vw - 350px) / (1920 - 350)));
    border-radius: 16px;

}

.certificateSwiper .swiper-slide .card .cardImg img {
    width: 100%;
    border-radius: 16px;
}

.certificateSwiper .swiper-slide .card .cardText {
    margin-top: calc(16px + (24 - 16) * ((100vw - 350px) / (1920 - 350)));
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.certificateSwiper .swiper-slide .card .cardText h3 {
    font-family: "AA Stetica Regular";
    color: #382D2D;
    font-weight: 700;
    font-size: calc(18px + (22 - 18) * ((100vw - 350px) / (1920 - 350)));
    line-height: 130%;
    letter-spacing: 1%;
}

.certificateSwiper .swiper-slide .card .cardText p {
    font-family: "AA Stetica Regular";
    color: #382D2D;
    font-size: calc(16px + (20 - 16) * ((100vw - 350px) / (1920 - 350)));
    line-height: 130%;
    letter-spacing: 1%;
}

.certificateSwiper .swiper-slide .card .cardData p {
    margin-top: calc(24px + (32 - 24) * ((100vw - 350px) / (1920 - 350)));
    display: flex;
    gap: 11px;
    font-family: "AA Stetica Regular";
    color: #382D2D;
    font-size: calc(16px + (20 - 16) * ((100vw - 350px) / (1920 - 350)));
    line-height: 130%;
    letter-spacing: 1%;
}


/*Спонсоры*/
.sponsors h2 {
    font-family: "Cormorant SC";
    font-weight: 700;
    font-size: calc(30px + (48 - 30) * ((100vw - 350px) / (1920 - 350)));
    line-height: 110%;
    text-transform: uppercase;
    color: #6B2B00;
    text-align: center;

}

.partnersSwiper .swiper-slide {
    width: auto;
}

.partner-card {
    margin-top: calc(24px + (48 - 24) * ((100vw - 350px) / (1920 - 350)));
    border: 1px solid #6B2B00;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 7.5rem;
}

.partner-card img {
    max-height: 118px;
}

/*Форма для отправки*/
.planningForm h2 {
     font-family: "Cormorant SC";
    font-weight: 700;
    font-size: calc(30px + (48 - 30) * ((100vw - 350px) / (1920 - 350)));
    line-height: 110%;
    text-transform: uppercase;
    text-align: center;
    color: #6B2B00;


}

.planningForm p {
    font-family: "AA Stetica Regular";
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 1%;
    text-align: center;
    margin: 16px 0 48px 0;
}

.planningForm {
    background: url('/images/starsForm.webp');
    background-repeat: no-repeat;
    background-position: left;
}

.contact-form {
    width: 100%;
}

.form-row {
    display: flex;
    gap: 16px;
    width: 100%;
}

.form-group {
    position: relative;
    width: 100%;
}

.form-group svg {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    pointer-events: none;
}

.comments svg {
    position: absolute;
    top: 20%;
    right: 20px;
    transform: translateY(-50%);
    pointer-events: none;
}


.form-group input {
    width: 100%;
    padding: 16px;
    border: 1px solid #6B2B00;
    border-radius: 16px;
    font-family: "AA Stetica Regular";
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 1%;
    outline: none;
    box-sizing: border-box;
}

.form-group textarea {
    margin: 16px 0;
    width: 100%;
    height: 180px;
    padding: 16px;
    border: 1px solid #6B2B00;
    border-radius: 16px;
    font-family: "AA Stetica Regular";
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 1%;
    outline: none;
    box-sizing: border-box;
}

.submit-btn {
    display: block;
    width: 100%;
    background-color: #6B2B00;
    color: #fff;
    font-size: 16px;
    padding: 16px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    margin-bottom: 8px;
    transition: background 0.3s;
}

.submit-btn:hover {
    background-color: #8a3c00;
}

.contact-form .form-policy {
    font-size: 12px;
    color: #333;
    text-align: center;
}

.contacts {
    flex: 1;
}

.address {
    display: flex;
    flex-direction: column;
    padding: 24px;
    background-color: #6B2B00;
    color: #fff;
    border-radius: 16px;
}

.address h4 {
    margin-bottom: calc(24px + (40 - 24) * ((100vw - 350px) / (1920 - 350)));
    font-family: "AA Stetica Regular";
    font-weight: 400;
    font-size: calc(16px + (20 - 16) * ((100vw - 350px) / (1920 - 350)));
    line-height: 130%;
    letter-spacing: 1%;

}

.address p {
    font-family: "AA Stetica Regular";
    font-weight: 700;
    font-size: calc(18px + (22 - 18) * ((100vw - 350px) / (1920 - 350)));
    line-height: 130%;
}

.map {
    flex: 1;
}

.map iframe {
    border-radius: 16px;
    width: 100%;
}

.contact-data {
    display: flex;
    margin-top: 20px;
    gap: calc(16px + (20 - 16) * ((100vw - 350px) / (1920 - 350)));
}

.contact-data .phone {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: calc(24px + (40 - 24) * ((100vw - 350px) / (1920 - 350)));
    border: 1px solid #6B2B00;
    border-radius: 16px;
    width: 100%;
}

.contact-data .phone a {
    text-decoration: none;
}

.contact-data .phone h4,
.time h4,
.howToReach h4 {
    font-family: "AA Stetica Regular";
    font-weight: 300;
    font-size: calc(16px + (20 - 16) * ((100vw - 350px) / (1920 - 350)));
    line-height: 130%;
    letter-spacing: 1%;
    color: #382D2D;
}

.contact-data .phone p,
.time p {
    font-family: "AA Stetica Regular";
    font-weight: 700;
    font-size: calc(18px + (22 - 18) * ((100vw - 350px) / (1920 - 350)));
    line-height: 130%;
    letter-spacing: 1%;

    color: #382D2D;
}

.contact-data .time {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: calc(24px + (40 - 24) * ((100vw - 350px) / (1920 - 350)));

    border: 1px solid #6B2B00;
    border-radius: 16px;
    width: 100%;
}

.howToReach {
    display: flex;
    flex-direction: column;
    border: 1px solid #6B2B00;
    border-radius: 16px;
    padding: 24px;
    margin-top: calc(16px + (24 - 16) * ((100vw - 350px) / (1920 - 350)));
    gap: calc(24px + (40 - 24) * ((100vw - 350px) / (1920 - 350)));
}

.howToReach .Bus h4,
.subway h4 {
    font-weight: 700;
    font-size: calc(16px + (20 - 16) * ((100vw - 350px) / (1920 - 350)));
    line-height: 130%;
    letter-spacing: 1%;
    margin-bottom: 8px;
}

.howToReach .Bus p {
    font-family: "AA Stetica Regular";
    font-weight: 300;
    font-size: calc(16px + (20 - 16) * ((100vw - 350px) / (1920 - 350)));
    line-height: 130%;
    letter-spacing: 1%;

}

.subway-stations {
    display: flex;
    gap: 8px 24px;
    flex-wrap: wrap;
}

.metro {
    display: flex;
    gap: 10px;
    font-family: "AA Stetica Regular";
    font-weight: 300;
    font-size: calc(16px + (20 - 16) * ((100vw - 350px) / (1920 - 350)));
    line-height: 130%;
    letter-spacing: 1%;

}

.map {
    position: relative;
    width: 690px;
}

.map iframe {
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.map.active iframe {
    pointer-events: auto;
}

.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 2;
    background: transparent;
}

/* ------ Футер ------ */
footer {
    background-color: #6B2B00;
    background-image: url('/images/starsforFooter.webp');
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: calc(32px + (64 - 32) * ((100vw - 350px) / (1920 - 350))) 100px 0;
}

.upperFooter {
    display: flex;
    justify-content: space-between;
    margin-bottom: calc(32px + (64 - 32) * ((100vw - 350px) / (1920 - 350)));
}

.Navigation h4,
.SocialMedia h4,
.ContactsAndAddress h4,
.SocialMediaIcons h4 {
    font-family: "AA Stetica Regular";
    font-weight: 700;
    font-size: calc(16px + (20 - 16) * ((100vw - 350px) / (1920 - 350)));
    line-height: 130%;
    letter-spacing: 1%;
    color: #FFFDF9;
    margin-bottom: 16px;
}

.Navigation nav,
.ContactsAndAddress p {
    display: flex;
    flex-direction: column;
    gap: 8px 0;
    font-family: "AA Stetica Regular";
    font-weight: 300;
    font-size: calc(16px + (20 - 16) * ((100vw - 350px) / (1920 - 350)));
    line-height: 130%;
    letter-spacing: 1%;
    color: #FFFDF9;
}

.Navigation nav a {
    text-decoration: none;
    color: #FFFDF9;
}

.SocialMedia {
    gap: 8px 0;
    font-family: "AA Stetica Regular";
    font-weight: 300;
    font-size: calc(16px + (20 - 16) * ((100vw - 350px) / (1920 - 350)));
    line-height: 130%;
    letter-spacing: 1%;
}

.SocialMedia a {
    text-decoration: none;
    color: #FFFDF9;
}

.ContactsAndAddress {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
}

.ContactsAndAddress a {
    text-decoration: none;
}

.lowerFooter {
    display: flex;
    padding: 40px 0;
    justify-content: space-between;
    border-top: 1px solid #FFFDF980;
    font-family: "AA Stetica Regular";
    font-weight: 400;
    font-size: calc(16px + (20 - 16) * ((100vw - 350px) / (1920 - 350)));
    line-height: 130%;
    letter-spacing: 1%;
    color: #FFFDF9;
    flex-wrap: wrap;
}

.lowerFooter a {
    text-decoration: none;
    color: #FFFDF9;
    cursor: pointer;
}


@media (min-width: 1024px) {
    .filters-buttons {
        display: flex;
        position: relative;
        margin-top: 40px;
        justify-content: center;
        flex-wrap: nowrap;
        gap: 20px;
    }

    .filters-buttons-swiper {
        display: none;
    }

    .SocialMedia {
        display: flex;
        flex-direction: column;
    }

    .SocialMediaIcons {
        display: none;
    }
}

@media (max-width:1024px) {
    .main_header {
        display: none;
    }

    .burger_header {
        display: flex;
        align-items: center;
        padding: 16px;
    }

    .burger_top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .burger-logo {
        width: 123px;
        height: 46px;
    }

    .burger-button {
        width: 46px;
        height: 46px;
        background-color: #6B2B00;
        border-radius: 8px;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        position: relative;
    }

    #burger-language {
        padding: 11px 12px;
        width: 8 0px;
        border-radius: 8px;
        position: relative;
        border: 1px, solid, #6B2B00;
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    #burger-language img {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
    }

    .burgerSelect {
        width: 100%;
        padding-left: 30px;
        border: none;
        outline: none;
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 1%;
        color: #6B2B00;
        width: 100%;
    }

    .close-button {
        align-self: flex-end;
        width: 40px;
        height: 40px;
        background-color: white;
        border-radius: 8px;
        border: 1px, solid, #6B2B00;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #6B2B00;
    }

    .Gallery .container img
{
display:none;
}

    /* Мобильное меню */
    .mobile-menu {
        position: fixed;
        box-sizing: border-box;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: white;
        display: none;
        flex-direction: column;
        padding: 24px;
        z-index: 999;
        background-image: url('/images/starsCornerbottom.webp');
        background-repeat: no-repeat;
        background-position: bottom;
    }

    .mobile-menu.active {
        display: flex;
    }

    .moblebuttonAndText {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .moblebuttonAndText h2 {
        font-family: "AA Stetica Regular";
        font-weight: 700;
        font-size: 30px;
        line-height: 110%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        color: #6B2B00;

    }

    .Navigations {
        margin-top: 20px;
        /*justify-content: center;*/
        gap: calc(30px + (140 - 30) * ((100vw - 350px) / (1920 - 350)));
        display: flex;
    }

    .mobile-nav {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-top: 20px;
    }

    .mobile-nav a img {
        max-width: 24px;
        max-height: 24px;
        border: 1px solid #6b2b00a2;
        border-radius: 8px;
        padding: 5px;
    }

    .mobile-nav a {
        color: #6B2B00;
        text-decoration: none;
        font-family: "AA Stetica Regular";
        font-weight: 400;
        font-size: calc(16px + (40 - 16) * ((100vw - 350px) / (1920 - 350)));
        line-height: 130%;
        letter-spacing: 1%;
        display: flex;
        gap: 8px;
        justify-content: start;
        align-items: center;
    }

    .mobile-nav a:hover {
        text-decoration: underline;
    }


     .mobileContacts {
        display: grid;
        /* grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); */
        gap: 20px;
        align-items: center;
        margin-top: 64px;
        background-color: #fffdf991;
    }

    .mobileContacts .Address,
    .social-media {
        /* grid-column: 1/3; */
        border: 1px solid #6B2B00;
        border-radius: 16px;
        padding: 20px;
    }

    .social-media {
        border: none;
        text-align: center;
    }

    .social-media a {
        border: 1px solid #6B2B00;
    }

    .mobileContacts .Time,
    .mobileContacts .phoneAndEmail {
        border: 1px solid #6B2B00;
        border-radius: 16px;
        padding: 20px;
    }

    .mobileContacts .Address h4,
    .mobileContacts .Time h4,
    .mobileContacts .phoneAndEmail h4 {
        font-family: "AA Stetica Regular";
        font-weight: 700;
        font-size: calc(20px + (40 - 20) * ((100vw - 350px) / (1920 - 350)));
        line-height: 130%;
        letter-spacing: 1%;
        color: #6B2B00;
        margin-bottom: 20px;
    }

    .mobileContacts .Address p,
    .mobileContacts .Time p,
    .mobileContacts .phoneAndEmail p {
        font-family: "AA Stetica Regular";
        font-weight: 400;
        font-size: calc(16px + (30 - 16) * ((100vw - 350px) / (1920 - 350)));
        line-height: 130%;
        letter-spacing: 1%;
        color: #6B2B00;
        max-width: 300px;
    }

    .phoneAndEmail a {
        text-decoration: none;
    }

    .Swiper_text {
        justify-content: center;
    }

    .Swiper_text p {
        text-align: center;
    }

    .HeadingAboutPark img {
        object-fit: cover;
    }

    .Symbol_aboutPark {
        background: none;
    }


    .Symbol_text h2 {
        width: 100%;
        text-align: center;
        text-indent: 0px;

    }

    .symbol_paragraphs {
        justify-content: center;
        text-align: center;
        margin-left: 0;
    }

    .Symbol_numbers {
        background: url('/images/about_park_starsMobile.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
        gap: 48px;
    }

    .parkCorners h2 {
        text-align: center;
        justify-content: center;
    }



    /* ------ Уголки парка карта ------ */




    .parkCorners h2 {
    font-family: "Cormorant SC";
    font-weight: 700;
    font-size: calc(30px + (48 - 30) * ((100vw - 350px) / (1920 - 350)));
    line-height: 110%;
    text-transform: uppercase;
    color: #6B2B00;
    margin-bottom: calc(24px + (56 - 24) * ((100vw - 350px) / (1920 - 350)));

}
    .MapWithText {
        display: flex;

        flex-direction: column-reverse;
        gap: 20px;
    }


    #infoPanel {

    background-image: none;

}

    #infoPanel img {
        display: none;
    }

    #infoPanel .infoNav {
        justify-content: center;
    }

    /* ------ Что посмотреть ------ */

    .what-to-watch-gallery {
        display: flex;
        flex-direction: column;
        max-height: 100%;
        gap: 16px;
    }

    .what-to-watch-gallery .gallery-item.large {
        height: 250px;
        max-height: 100%;
    }

    .Gallery h2 {
        width: 100%;
        text-align: center;
        justify-content: center;
        text-indent: 0;
    }

    .Certificates-heading {
        display: flex;
        gap: 24px;
        flex-direction: column;
        text-align: center;
        align-items: center;
        margin-bottom: 16px;
    }

    .photoGallery {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .form-row {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .map {
        position: relative;
        width: 100%;
        height: 500px;
    }

    footer {
        background-image: url('/images/starsfooterRightCorner.webp');
        background-repeat: no-repeat;
        background-position: right top;
    }

    .lowerFooter {
        gap: 16px 140px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .upperFooter {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 40px 0;
    }

    .SocialMedia {
        display: none;
    }

    .SocialMediaIcons {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .iconsNav {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
    }

    .iconsNav a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        padding: 6px;
        background-color: #FFFDF9;
        border-radius: 100%;
    }
}

@media (max-width: 680px) {
    .busineses {
        display: flex;
        flex-direction: column;
    }

    .events-header {
        flex-direction: column;
        text-align: center;
        gap: 24px;
    }

    .uniquePark-header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 24px;
    }

    .contact-data {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
}
/*       == */
/* MISSING CSS STYLES FOR ABOUT PAGE COMPONENTS */
/*       == */

/* ------ Park Corners Slider Section ------ */
.sliderCorners {
    margin-top: calc(24px + (56 - 24) * ((100vw - 350px) / (1920 - 350)));
    display: flex;
    gap: 20px;
    align-items: stretch;
}

.cornerswiper-image {
    flex: 1;
    border-radius: 16px;
    overflow: hidden;
}

.cornerswiper-image .swiper-slide {
    position: relative;
    height: 100%;
    min-height: 400px;
}
uniqueText
.cornerswiper-image .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.featured-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background-color: #6B2B00;
    color: #FFFDF9;
    padding: 8px 16px;
    border-radius: 20px;
    font-family: "AA Stetica Regular";
    font-size: 14px;
    font-weight: 500;
    z-index: 10;
}

.cornerswiper-text .corner-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
}

.corner-title {
    font-family: "AA Stetica Regular";
    font-weight: 700;
    font-size: calc(18px + (24 - 18) * ((100vw - 350px) / (1920 - 350)));
    line-height: 130%;
    color: #6B2B00;
    margin-bottom: 8px;
}

.corner-full-text {
    font-family: "AA Stetica Regular";
    font-weight: 300;
    font-size: calc(16px + (20 - 16) * ((100vw - 350px) / (1920 - 350)));
    line-height: 130%;
    color: #382D2D;
    flex: 1;
}

.park-corners-pagination {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.park-corners-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #6B2B00;
    opacity: 0.3;
    margin: 0 6px;
}



/* ------ Enhanced Gallery Styles ------ */
.Gallery {
    position: relative;
}

.gallery-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.gallery-lightbox.active {
    display: flex;
}

.lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lightbox-image {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 12px;
}

.lightbox-title {
    color: #FFFDF9;
    font-family: "AA Stetica Regular";
    font-size: 18px;
    font-weight: 500;
    margin-top: 16px;
    text-align: center;
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
    position: absolute;
    background-color: rgba(107, 43, 0, 0.8);
    color: #FFFDF9;
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    z-index: 10;
}

.lightbox-close {
    top: -60px;
    right: 0;
}

.lightbox-prev {
    top: 50%;
    left: -80px;
    transform: translateY(-50%);
}

.lightbox-next {
    top: 50%;
    right: -80px;
    transform: translateY(-50%);
}

.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
    background-color: #6B2B00;
}

.no-gallery-items {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    border: 2px dashed #6B2B00;
    border-radius: 16px;
    margin-top: 40px;
}

.no-gallery-content {
    text-align: center;
    color: #6B2B00;
}

.no-gallery-content h3 {
    font-family: "AA Stetica Regular";
    font-size: 24px;
    font-weight: 700;
    margin: 16px 0 8px 0;
}

.no-gallery-content p {
    font-family: "AA Stetica Regular";
    font-size: 16px;
    color: #666;
}

/* ------ Events Section Styles ------ */
.upcomingEvents {
    padding: calc(120px + (200 - 120) * ((100vw - 350px) / (1920 - 350))) calc(20px + (100 - 20) * ((100vw - 350px) / (1920 - 350))) 0;
}

.upcomingEvents .swiper-nav-buttons.mobile {
    display: none;
}

@media (max-width: 768px) {
    .upcomingEvents .swiper-nav-buttons.mobile {
        display: flex;
        margin: 12px 0 0 0;
        justify-content: center;
    }
    .upcomingEvents .swiper-nav-buttons.desktop {
        display: none;
    }
}

.events-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: calc(24px + (48 - 24) * ((100vw - 350px) / (1920 - 350)));
}

.events-header h2 {
    font-family: "Cormorant SC";
    font-weight: 700;
    font-size: calc(30px + (48 - 30) * ((100vw - 350px) / (1920 - 350)));
    line-height: 110%;
    text-transform: uppercase;
    color: #6B2B00;
}

.eventsSwiper .swiper-slide .card {
    border: 1px solid #6B2B00;
    border-radius: 16px;
    padding: calc(16px + (24 - 16) * ((100vw - 350px) / (1920 - 350)));
    background-color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
}



.eventsSwiper .swiper-slide .card .cardImg {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 16px;
}

.eventsSwiper .swiper-slide .card .cardImg img {
    width: 100%;
    height: 15rem;
    object-fit: cover;
    transition: transform 0.3s ease;
}



.eventsSwiper .swiper-slide .card .cardText {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.eventsSwiper .swiper-slide .card .cardText h3 {
    font-family: "AA Stetica Regular";
    font-weight: 700;
    font-size: calc(18px + (22 - 18) * ((100vw - 350px) / (1920 - 350)));
    line-height: 130%;
    color: #382D2D;
    margin-bottom: 8px;
}

.eventsSwiper .swiper-slide .card .cardText p {
    font-family: "AA Stetica Regular";
    font-weight: 300;
    font-size: calc(16px + (18 - 16) * ((100vw - 350px) / (1920 - 350)));
    line-height: 130%;
    color: #666;
    flex: 1;
}

.eventsSwiper .swiper-slide .card .cardData {
    margin-bottom: 16px;
}

.eventsSwiper .swiper-slide .card .cardData p {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "AA Stetica Regular";
    font-size: calc(14px + (16 - 14) * ((100vw - 350px) / (1920 - 350)));
    color: #6B2B00;
    font-weight: 500;
}

.eventsSwiper .swiper-slide .card .cardData img {
    width: 16px;
    height: 16px;
}

.eventsSwiper .swiper-slide .card .cardButton {
    margin-top: auto;
}

.eventsSwiper .swiper-slide .card .cardButton a {
       display: flex;
    padding: 12px 15px;
    background-color: #6B2B00;
    color: #FFFDF9;
    text-decoration: none;
    border-radius: 8px;
    font-family: "AA Stetica Regular";
    font-size: 16px;
    font-weight: 500;
    transition: background-color 0.3s ease;

    text-align: center;
    justify-content: center;

}

.eventsSwiper .swiper-slide .card .cardButton:hover {
    background-color: #8a3c00;
}

.no-events-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 48px 24px;
    border: 2px dashed #6B2B00;
    border-radius: 16px;
    background-color: #f9f9f9;
    min-height: 300px;
}

.no-events-icon {
    margin-bottom: 16px;
}

.no-events-card h3 {
    font-family: "AA Stetica Regular";
    font-size: 24px;
    font-weight: 700;
    color: #6B2B00;
    margin-bottom: 8px;
}

.no-events-card p {
    font-family: "AA Stetica Regular";
    font-size: 16px;
    color: #666;
    max-width: 300px;
}

/* ------ Navigation Buttons (Global) ------ */
.swiper-button-next-events,
.swiper-button-prev-events,
.swiper-button-next-news,
.swiper-button-prev-news,
.swiper-button-next-unique,
.swiper-button-prev-unique {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #6B2B00;
    border: 2px solid #6B2B00;
    border-radius: 16px;
    width: 56px;
    height: 56px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: static;
    margin: 0;
}

.swiper-button-next-events:hover,
.swiper-button-prev-events:hover,
.swiper-button-next-news:hover,
.swiper-button-prev-news:hover,
.swiper-button-next-unique:hover,
.swiper-button-prev-unique:hover {
    background-color: #6B2B00;
    color: #FFFDF9;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(107, 43, 0, 0.2);
}

.swiper-button-next-events:after,
.swiper-button-prev-events:after,
.swiper-button-next-news:after,
.swiper-button-prev-news:after,
.swiper-button-next-unique:after,
.swiper-button-prev-unique:after {
    content: '';
}

/* ------ News/Certificates Enhanced Styles ------ */
.no-news {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    border: 2px dashed #6B2B00;
    border-radius: 16px;
    background-color: #f9f9f9;
}

.no-news-content {
    text-align: center;
    color: #6B2B00;
}

.no-news-content h3 {
    font-family: "AA Stetica Regular";
    font-size: 24px;
    font-weight: 700;
    margin: 16px 0 8px 0;
}

.no-news-content p {
    font-family: "AA Stetica Regular";
    font-size: 16px;
    color: #666;
}

/* ------ Form Enhancements ------ */
.form-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 5;
}

.form-icon img {
    width: 20px;
    height: 20px;
    opacity: 0.6;
}

.form-group.full-width {
    width: 100%;
    margin-top: 16px;
}

.form-group.full-width .form-icon {
    top: 20px;
    transform: none;
}

.error-message {
    color: #d32f2f;
    font-family: "AA Stetica Regular";
    font-size: 14px;
    margin-top: 4px;
    margin-left: 4px;
}

.alert {
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 24px;
    font-family: "AA Stetica Regular";
    font-size: 16px;
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* ------ Language Switcher Enhancements ------ */

.language-switcher {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 8px;
}

#GlobeIcon {
    width: 20px;
    height: 20px;
}

/* ------ Responsive Enhancements ------ */
@media (max-width: 1024px) {
    .sliderCorners {
        flex-direction: column;
        gap: 24px;
    }
    #park-corners-text-wrapper{
    max-height: 25rem;

}

    .cornerswiper-image .swiper-slide {
        min-height: 300px;
    }

    .cornerswiper-text {
        min-height: 200px;
    }

    .events-header {
        flex-direction: column;
        gap: 24px;
        text-align: center;
    }

    .lightbox-prev,
    .lightbox-next {
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
    }

    .lightbox-prev {
        left: 16px;
    }

    .lightbox-next {
        right: 16px;
    }

    .lightbox-close {
        top: 16px;
        right: 16px;
        position: fixed;
    }
}

@media (max-width: 768px) {
    .eventsSwiper .swiper-slide .card .cardImg {
        height: 180px;
    }

    .lightbox-prev,
    .lightbox-next {
        width: 40px;
        height: 40px;
    }

    .lightbox-close {
        width: 40px;
        height: 40px;
    }

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

    .corner-full-text {
        font-size: 16px;
    }

    .featured-badge {
        font-size: 12px;
        padding: 6px 12px;
    }
}

@media (max-width: 480px) {
    .sliderCorners {
        gap: 16px;
    }

    .cornerswiper-text {
        padding: 16px;
        min-height: 150px;
    }

    .eventsSwiper .swiper-slide .card {
        padding: 16px;
    }

    .eventsSwiper .swiper-slide .card .cardImg {
        height: 160px;
    }

    .lightbox-content {
        max-width: 95%;
        max-height: 95%;
    }

    .lightbox-image {
        max-height: 70vh;
    }

    .lightbox-title {
        font-size: 16px;
        margin-top: 12px;
    }

}

/* ------ Animation Enhancements ------ */
.gallery-grid-item {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

.gallery-grid-item.show {
    opacity: 1;
    transform: translateY(0);
}

.swiper-slide {
    transition: transform 0.3s ease;
}



/* ------ Loading States ------ */
.loading-placeholder {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    border-radius: 8px;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

/* ------ Focus States for Accessibility ------ */
.swiper-button-next-events:focus,
.swiper-button-prev-events:focus,
.swiper-button-next-news:focus,
.swiper-button-prev-news:focus,
.swiper-button-next-corner:focus,
.swiper-button-prev-corner:focus,
.filter-btn:focus,
.show-more-btn:focus {
    outline: 2px solid #6B2B00;
    outline-offset: 2px;
}

.lightbox-close:focus,
.lightbox-prev:focus,
.lightbox-next:focus {
    outline: 2px solid #FFFDF9;
    outline-offset: 2px;
}

/* ------ Print Styles ------ */
@media print {
    .swiper-nav-buttons,
    .lightbox-close,
    .lightbox-prev,
    .lightbox-next,
    .show-more-btn {
        display: none !important;
    }

    .gallery-lightbox {
        display: none !important;
    }
}

/* ------ High Contrast Mode Support ------ */
@media (prefers-contrast: high) {
    .swiper-button-next-events,
    .swiper-button-prev-events,
    .swiper-button-next-news,
    .swiper-button-prev-news,
    .swiper-button-next-corner,
    .swiper-button-prev-corner {
        border-width: 3px;
    }

    .featured-badge {
        border: 2px solid #fff;
    }
}

/* ------ Reduced Motion Support ------ */
@media (prefers-reduced-motion: reduce) {
    .gallery-grid-item,
    .swiper-slide,
    .eventsSwiper .swiper-slide .card,
    .lightbox-close,
    .lightbox-prev,
    .lightbox-next {
        transition: none;
    }

    .eventsSwiper .swiper-slide .card .cardImg img {
        transition: none;
    }

    @keyframes loading {
        0%, 100% {
            background-position: 0 0;
        }
    }
}
