* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

body {
    font-family: 'Montserrat', sans-serif;
    color: #333333;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Fredoka', sans-serif;
}

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

/* Header Section */
.header {
    background-color: #FFD700;
    padding: 20px 0;
    overflow: visible;
    position: relative;
    z-index: 100;
}

.header .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: visible;
    padding: 0px 0;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    transition: opacity 0.3s, transform 0.3s ease, position 0.3s ease;
}

.logo:hover {
    opacity: 0.8;
}

.logo-icon {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.logo-img {
    height: 70px;
    width: auto;
}

.logo-text {
    font-size: 28px;
    font-weight: 700;
    color: #8B4C9F;
    letter-spacing: 1px;
}

.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}

.hamburger span {
    width: 100%;
    height: 3px;
    background-color: #333333;
    border-radius: 3px;
    transition: all 0.3s ease;
    transform-origin: center;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

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

.nav {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-right: 30px;
}

.nav-link {
    color: #333333;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    transition: opacity 0.3s;
}

.nav-link:hover {
    opacity: 0.7;
}

.nav-link-offers {
    border: 2px solid #D4AF37;
    color: #333333;
    background-color: transparent;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 6px;
    transition: all 0.3s;
}

.nav-link-offers:hover {
    background-color: #D4AF37;
    color: #333333;
    opacity: 1;
}

.nav-link-mobile {
    display: none;
}

/* Hero Section */
.hero {
    background-color: #FFD700;
    padding: 40px 0 100px;
    text-align: center;
    scroll-margin-top: 120px;
    position: relative;
    overflow: hidden;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to bottom, transparent, #F8F8F8);
    pointer-events: none;
}

.hero .container {
    position: relative;
    z-index: 1;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn {
    padding: 14px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s;
    display: inline-block;
    border: 2px solid transparent;
}

.btn-primary {
    background-color: #333333;
    color: #FFFFFF;
}

.btn-primary:hover {
    background-color: #555555;
}

.btn-secondary {
    background-color: #FFD700;
    color: #333333;
    border: 2px solid #333333;
}

.btn-secondary:hover {
    background-color: #333333;
    color: #FFFFFF;
}

/* Packages Section */
.packages {
    background-color: #F8F8F8;
    padding: 40px 0;
    scroll-margin-top: 120px;
}

.packages .container {
    padding: 0;
}

.packages .container > * {
    padding-left: 20px;
    padding-right: 20px;
}

.packages-title {
    font-size: 42px;
    font-weight: 700;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
}

.packages-description {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.packages-social-link {
    color: #333333 !important;
    text-decoration: none;
    transition: opacity 0.3s;
}

.packages-social-link:visited {
    color: #333333 !important;
}

.packages-social-link:hover {
    color: #333333 !important;
    opacity: 0.7;
    text-decoration: underline;
}

.packages-social-link:active {
    color: #333333 !important;
}

.external-link-icon {
    display: inline-block;
    margin-left: 4px;
    font-size: 14px;
    vertical-align: middle;
    transition: transform 0.3s;
}

.packages-social-link:hover .external-link-icon {
    transform: translate(2px, -2px);
}

.packages-grid {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    padding: 20px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #CCCCCC #F8F8F8;
    justify-content: center;
}

.packages-grid::-webkit-scrollbar {
    height: 8px;
}

.packages-grid::-webkit-scrollbar-track {
    background: #F8F8F8;
    border-radius: 4px;
}

.packages-grid::-webkit-scrollbar-thumb {
    background: #CCCCCC;
    border-radius: 4px;
}

.packages-grid::-webkit-scrollbar-thumb:hover {
    background: #999999;
}

.package-card {
    background-color: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    flex: 0 0 auto;
    width: 350px;
    min-width: 300px;
}

.package-header {
    padding: 18px 20px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    border-radius: 12px 12px 0 0;
}

.package-header-1 {
    background-color: #5ABEA9;
}

.package-header-2 {
    background-color: #788C96;
}

.package-header-3 {
    background-color: #F28E8E;
}

.package-content {
    padding: 30px 25px;
    text-align: center;
}

.package-option {
    margin-bottom: 25px;
}

.package-option p {
    font-size: 16px;
    color: #333333;
    margin-bottom: 5px;
    text-align: center;
}

.package-option strong {
    font-weight: 700;
}

.package-note {
    font-size: 14px;
    font-style: italic;
    color: #666666;
    margin-top: 5px;
    text-align: center;
}

.package-number {
    font-size: 0.8em;
}

.btn-card {
    background-color: #333333;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    padding: 12px 24px;
    margin-top: 10px;
}

.btn-card:hover {
    background-color: #555555;
}

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

.packages-extra {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    gap: 10px;
}

.packages-extra-label {
    font-weight: 600;
}

.packages-extra-rate {
    font-weight: 500;
}

.packages-extra-divider {
    color: #BBBBBB;
    font-size: 14px;
}

.booking-packages-extra {
    margin-top: 12px;
}

.booking-packages-disclaimer {
    margin-top: 5px;
}

@media (max-width: 520px) {
    .packages-extra {
        flex-direction: column;
        gap: 4px;
    }

    .packages-extra-divider {
        display: none;
    }
}

.packages-disclaimer {
    font-size: 14px;
    color: #666666;
    margin-bottom: 8px;
}

.terms-link {
    color: #333333;
    text-decoration: underline;
    transition: opacity 0.3s;
}

.terms-link:hover {
    opacity: 0.7;
}

/* Customised Services Banner */
.customised-banner {
    background-color: #F8F8F8;
    padding: 30px 0;
}

.banner-content {
    background-color: #FFD700;
    border-radius: 16px;
    padding: 50px 40px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.banner-title {
    font-size: 32px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 15px;
}

.banner-services {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 15px;
}

.banner-text {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 30px;
}

.btn-banner {
    background-color: transparent;
    color: #333333;
    border: 2px solid #333333;
    padding: 12px 32px;
}

.btn-banner:hover {
    background-color: #333333;
    color: #FFFFFF;
}

/* Gallery Section */
.gallery {
    background-color: #F8F8F8;
    padding: 40px 0;
    scroll-margin-top: 120px;
}

.gallery .container {
    padding: 0;
}

.gallery .container > * {
    padding-left: 20px;
    padding-right: 20px;
}

.gallery-title {
    font-size: 42px;
    font-weight: 700;
    color: #333333;
    text-align: center;
    margin-bottom: 50px;
}

.gallery-grid {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    padding: 20px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #CCCCCC #F8F8F8;
}

.gallery-grid::-webkit-scrollbar {
    height: 8px;
}

.gallery-grid::-webkit-scrollbar-track {
    background: #F8F8F8;
    border-radius: 4px;
}

.gallery-grid::-webkit-scrollbar-thumb {
    background: #CCCCCC;
    border-radius: 4px;
}

.gallery-grid::-webkit-scrollbar-thumb:hover {
    background: #999999;
}

.gallery-item {
    flex: 0 0 auto;
    width: 300px;
    min-width: 250px;
    aspect-ratio: 1;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
}

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

.gallery-item:hover .gallery-placeholder {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.gallery-placeholder {
    width: 100%;
    height: 100%;
    background-color: #E0E0E0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: box-shadow 0.3s;
    overflow: hidden;
}

.gallery-placeholder img {
    border-radius: 12px;
}


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

.gallery-link {
    color: #333333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    transition: opacity 0.3s;
}

.gallery-link:hover {
    opacity: 0.7;
}

/* FAQ Section */
.faq {
    background-color: #FFFFFF;
    padding: 40px 0;
    scroll-margin-top: 120px;
}

.faq-title {
    font-size: 42px;
    font-weight: 700;
    color: #333333;
    text-align: center;
    margin-bottom: 50px;
}

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

.faq-item {
    margin-bottom: 15px;
}

.faq-item-hidden {
    display: none;
}

.faq-item-hidden.show {
    display: block;
}

.faq-show-more-container {
    text-align: center;
    margin-top: 30px;
}

.btn-faq-show-more {
    background-color: transparent;
    color: #333333;
    border: 2px solid #333333;
    padding: 12px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.btn-faq-show-more:hover {
    background-color: #333333;
    color: #FFFFFF;
}

.faq-question {
    width: 100%;
    background-color: #E8E8E8;
    border: none;
    border-radius: 8px;
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    text-align: left;
    transition: background-color 0.3s;
}

.faq-question:hover {
    background-color: #DDDDDD;
}

.faq-question.active {
    background-color: #DDDDDD;
}

.faq-icon {
    font-size: 12px;
    transition: transform 0.3s;
    flex-shrink: 0;
    margin-left: 15px;
}

.faq-question.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    background-color: #E8F0F5;
    border-radius: 0 0 8px 8px;
    padding: 0 25px;
}

.faq-answer.active {
    max-height: 500px;
    padding: 25px;
}

.faq-answer p {
    color: #333333;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.faq-answer p:last-child {
    margin-bottom: 0;
}

.faq-answer a {
    color: #8B4C9F;
    text-decoration: underline;
    transition: opacity 0.3s;
}

.faq-answer a:hover {
    opacity: 0.7;
}

/* Footer Section */
.footer {
    background-color: #FFD700;
    padding: 50px 0;
    scroll-margin-top: 120px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

.footer-left {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-link {
    color: #333333;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 400;
    transition: opacity 0.3s;
}

.footer-link:hover {
    opacity: 0.7;
}

.footer-email {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-bottom: 5px;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s, opacity 0.3s;
    text-decoration: none;
}

.social-icon.facebook {
    background-color: #1877F2;
    color: #FFFFFF;
}

.social-icon.instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #FFFFFF;
}

.social-icon.tiktok {
    background-color: #000000;
    color: #FFFFFF;
}

.social-icon:hover {
    transform: scale(1.1);
    opacity: 0.9;
}

.footer-phone {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    text-align: right;
}

.footer-name {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    text-align: right;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title {
        font-size: 36px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

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

    .packages-grid {
        padding: 15px 20px;
        justify-content: flex-start;
    }
    
    .package-card {
        min-width: 280px;
        width: 320px;
    }

    .header .container {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 15px;
        position: relative;
    }
    
    .logo-img {
        height: 50px;
    }
    
    .logo {
        position: static;
        transform: none;
        margin-bottom: 0;
        transition: transform 0.3s ease, position 0.3s ease;
        z-index: 1002;
    }

    .header .container.menu-open {
        justify-content: center;
    }

    .header .container.menu-open .logo {
        position: absolute;
        left: 50%;
        top: 20px;
        transform: translateX(-50%);
        z-index: 1001;
    }
    
    .header .container.menu-open .hamburger {
        position: absolute;
        right: 30px;
        top: 0;
        padding-right: 0;
        margin-right: 0;
        z-index: 1003;
    }
    
    .nav-link-mobile {
        display: block;
    }

    .hamburger {
        display: flex;
        padding-right: 0px;
        margin-right: 30px;
        position: relative;
        z-index: 1003;
    }

    .nav {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        background-color: #FFFFFF;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 100px 30px 30px;
        gap: 0;
        transition: left 0.3s ease;
        z-index: 1000;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    }

    .nav.active {
        left: 0;
    }

    .nav-link {
        width: 100%;
        padding: 9px 20px;
        font-size: 20px;
        font-weight: 500;
        text-align: left;
        border-bottom: 1px solid rgba(51, 51, 51, 0.1);
        transition: background-color 0.3s, color 0.3s;
    }
    
    .nav-link[href="#contact"] {
        margin-bottom: 20px;
    }
    
    .nav-link-offers {
        border: 2px solid #D4AF37;
        color: #D4AF37;
        background-color: transparent;
        font-weight: 700;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .nav-link-offers:hover {
        background-color: #D4AF37;
        color: #333333;
        opacity: 1;
    }
    
    .nav-link:last-child {
        border-bottom: none;
    }
    
    .nav-link:hover {
        background-color: #F8F8F8;
        opacity: 1;
    }

    .hero-buttons {
        flex-wrap: wrap;
        justify-content: center;
    }

    .btn {
        width: auto;
        min-width: 150px;
        max-width: 250px;
    }

    .banner-content {
        padding: 40px 30px;
    }

    .banner-title {
        font-size: 28px;
    }

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

    .gallery-grid {
        padding: 15px;
        gap: 15px;
    }
    
    .gallery-item {
        width: 280px;
        min-width: 240px;
    }

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

    .footer-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-right {
        align-items: flex-start;
        width: 100%;
    }

    .footer-phone,
    .footer-name {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 28px;
    }

    .packages-title {
        font-size: 28px;
    }

    .logo-text {
        font-size: 24px;
    }

    .nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .banner-title {
        font-size: 24px;
    }

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

    .gallery-title {
        font-size: 28px;
    }

    .gallery-grid {
        padding: 10px;
        gap: 10px;
    }
    
    .gallery-item {
        width: 250px;
        min-width: 220px;
    }

    .faq-title {
        font-size: 28px;
    }

    .faq-question {
        padding: 15px 20px;
        font-size: 14px;
    }

    .footer {
        padding: 40px 0;
    }
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    animation: fadeIn 0.3s;
}

.modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background-color: #FFFFFF;
    margin: auto;
    padding: 0;
    border-radius: 12px;
    width: 90%;
    max-width: 800px;
    max-height: 90vh;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    animation: slideDown 0.3s;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 10001;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    border-bottom: 2px solid #E8E8E8;
    background-color: #FFD700;
    border-radius: 12px 12px 0 0;
    flex-shrink: 0;
}

.modal-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #333333;
    margin: 0;
}

.modal-close {
    background: none;
    border: none;
    font-size: 36px;
    font-weight: 300;
    color: #333333;
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.modal-close:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.modal-body {
    padding: 30px;
    font-family: 'Montserrat', sans-serif;
    color: #333333;
    line-height: 1.8;
    overflow-y: auto;
    flex: 1;
}

.modal-body p {
    margin-bottom: 15px;
}

.modal-body p:last-child {
    margin-bottom: 0;
}

.modal-body h3 {
    font-family: 'Fredoka', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    margin-top: 25px;
    margin-bottom: 15px;
}

.modal-body h3:first-child {
    margin-top: 0;
}

.modal-body h4 {
    font-family: 'Fredoka', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin-top: 20px;
    margin-bottom: 10px;
}

.modal-body ol {
    margin: 15px 0;
    padding-left: 25px;
}

/* Offers Modal Styling */
.offers-modal-body {
    text-align: left;
}

.offers-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 15px;
}

.offers-modal-body p {
    margin-bottom: 12px;
}

.offers-modal-body h4 {
    margin-top: 18px;
    margin-bottom: 10px;
}

.offers-modal-body ol,
.offers-modal-body ul {
    margin: 10px 0;
    padding-left: 25px;
}

.offers-modal-body li {
    margin-bottom: 6px;
}

.offers-cta {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 2px solid #E8E8E8;
}

.offers-cta p {
    margin-bottom: 12px;
}

.offers-book-btn {
    background-color: #333333 !important;
    color: #FFFFFF !important;
    border: none !important;
    text-decoration: none !important;
}

.offers-book-btn:hover {
    background-color: #555555 !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.offers-contact {
    margin-top: 12px;
    font-size: 14px;
}

.offers-contact a {
    color: #8B4C9F;
    text-decoration: underline;
    transition: opacity 0.3s;
}

.offers-contact a:hover {
    opacity: 0.7;
}

.modal-body ul {
    margin: 15px 0;
    padding-left: 25px;
}

.modal-body li {
    margin-bottom: 10px;
    line-height: 1.6;
}

.modal-body a {
    color: #8B4C9F;
    text-decoration: underline;
    transition: opacity 0.3s;
}

.modal-body a:hover {
    opacity: 0.7;
}

.modal-download-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    background-color: #333333;
    color: #FFFFFF !important;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    margin-top: 15px;
    border: 2px solid #333333;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.modal-download-link:visited {
    color: #FFFFFF !important;
}

.modal-download-link:hover {
    background-color: #FFFFFF;
    color: #333333 !important;
    border-color: #333333;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.modal-download-link:active {
    color: #333333 !important;
}

.modal-download-link::before {
    content: "⬇";
    font-size: 18px;
    line-height: 1;
}

/* Promo Modal */
.promo-modal .modal-content {
    max-width: 420px;
}

.promo-modal .modal-header {
    flex-direction: column;
    gap: 5px;
    text-align: center;
}

.promo-modal .modal-title {
    font-size: 28px;
}

.promo-modal-body {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.promo-modal-highlight {
    font-size: 18px;
    margin-bottom: 10px;
}

.promo-modal-code {
    font-weight: 700;
    letter-spacing: 0.1em;
}

.promo-modal-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    /* margin-top: 20px; */
    align-items: center;
    width: 100%;
}

.promo-modal-btn {
    width: 100%;
    justify-content: center;
    background-color: #333333;
    color: #FFFFFF;
    border: none;
    text-decoration: none;
    cursor: pointer;
}

.promo-modal-btn:hover {
    background-color: #555555;
    color: #FFFFFF;
    text-decoration: none;
}

.promo-modal-terms {
    font-size: 12px;
    color: #555555;
    margin: 0;
}

.promo-modal-terms-link {
    color: #8B4C9F;
    font-weight: 600;
}

.promo-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
}

@media (min-width: 600px) {
    .promo-modal .modal-header {
        align-items: flex-start;
        text-align: left;
    }

    .promo-modal-body {
        text-align: center;
    }

    .promo-modal-actions {
        align-items: center;
    }

    .promo-modal-btn {
        width: auto;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideDown {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .modal-content {
        width: 95%;
        max-height: 90vh;
    }

    .modal-header {
        padding: 20px;
    }

    .modal-title {
        font-size: 24px;
    }

    .modal-body {
        padding: 20px;
    }
}

/* Gallery Modal Styles */
.gallery-modal-content {
    background-color: transparent;
    box-shadow: none;
    max-width: 90vw;
    max-height: 90vh;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.gallery-modal-close {
    position: absolute;
    top: -40px;
    right: 0;
    background-color: rgba(255, 255, 255, 0.9);
    color: #333333;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    z-index: 1001;
    transition: background-color 0.3s;
}

.gallery-modal-close:hover {
    background-color: rgba(255, 255, 255, 1);
}

.gallery-modal-image {
    max-width: 90vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    display: block;
    margin: auto;
}

@media (max-width: 768px) {
    .gallery-modal-content {
        max-width: 95vw;
        max-height: 85vh;
    }

    .gallery-modal-close {
        top: -35px;
        right: -5px;
        width: 35px;
        height: 35px;
        font-size: 24px;
    }

    .gallery-modal-image {
        max-height: 85vh;
    }
}

/* Booking Form Styles */
.booking-section {
    background-color: #F8F8F8;
    padding: 60px 0;
    min-height: calc(100vh - 400px);
}

.booking-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
}

/* How to Book Section */
.how-to-book {
    max-width: 900px;
    margin: 0 auto 40px;
    background-color: #FFFFFF;
    padding: 30px 40px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.how-to-book-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
}

.how-to-book-steps {
    margin: 0 0 20px 0;
    padding-left: 25px;
    line-height: 1.8;
}

.how-to-book-steps li {
    margin-bottom: 12px;
    color: #333333;
}

.how-to-book-note {
    margin: 15px 0 0 0;
    color: #333333;
    line-height: 1.6;
}

.how-to-book-note .terms-link {
    color: #8B4C9F;
    text-decoration: underline;
    transition: opacity 0.3s;
}

.how-to-book-note .terms-link:hover {
    opacity: 0.7;
}

.booking-form-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
}

.booking-form {
    max-width: 900px;
    margin: 0 auto;
    background-color: #FFFFFF;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.form-row-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.form-group-full {
    width: 100%;
}

.form-group-submit {
    align-items: center;
    margin-top: 10px;
}

.form-group label {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 8px;
}

.section-label {
    font-family: 'Fredoka', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
    margin-top: 0px;
}

.required {
    color: #FF6B6B;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="date"],
.form-group input[type="time"],
.form-group input[type="number"],
.form-group select,
.form-group textarea {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    padding: 12px 16px;
    border: 2px solid #E0E0E0;
    border-radius: 8px;
    background-color: #FFFFFF;
    color: #333333;
    transition: border-color 0.3s;
    width: 100%;
    box-sizing: border-box;
}

.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group input[type="tel"]:focus,
.form-group input[type="date"]:focus,
.form-group input[type="time"]:focus,
.form-group input[type="number"]:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #8B4C9F;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.form-hint {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #666666;
    font-style: italic;
    margin-top: 5px;
    margin-bottom: 0;
}

.btn-submit {
    background-color: #8B4C9F;
    color: #FFFFFF;
    padding: 14px 50px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: 'Montserrat', sans-serif;
}

.btn-submit:hover {
    background-color: #6B3A7F;
}

.btn-submit:active {
    transform: translateY(1px);
}

/* Checkbox Styling */
.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
}

.terms-checkbox {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    flex-shrink: 0;
    cursor: pointer;
    accent-color: #8B4C9F;
}

.checkbox-label span {
    flex: 1;
}

.terms-link-inline {
    color: #8B4C9F;
    text-decoration: underline;
    transition: opacity 0.3s;
}

.terms-link-inline:hover {
    opacity: 0.7;
}

.terms-checkbox:invalid {
    border-color: #FF6B6B;
}

.terms-checkbox.error {
    outline: 2px solid #FF6B6B;
    outline-offset: 2px;
}

@media (max-width: 768px) {
    .booking-title {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .how-to-book {
        padding: 25px 20px;
        margin-bottom: 30px;
    }

    .how-to-book-title {
        font-size: 28px;
    }

    .booking-form-title {
        font-size: 28px;
    }

    .booking-form {
        padding: 25px 20px;
    }

    .form-row-two {
        grid-template-columns: 1fr;
    }

    .form-row {
        flex-direction: column;
    }
}

/* Very small screens - single column gallery */
@media (max-width: 320px) {
    .gallery-grid {
        padding: 10px;
        gap: 10px;
    }
    
    .gallery-item {
        width: 220px;
        min-width: 200px;
    }
}

