* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    background: radial-gradient(circle at top, #1b1b1b 0%, #0d0d0d 45%, #000 100%);
    color: white;
    font-size: 18px;
}

/* Navbar */

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 20px 40px;
    background: rgba(0, 0, 0, 0.92);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(245, 169, 197, 0.18);
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo img {
    height: 55px;
    width: auto;
    object-fit: contain;
}

.navbar h2 {
    margin: 0;
    color: #f5a9c5;
}

.navbar a {
    color: white;
    text-decoration: none;
    margin-left: 20px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.navbar a:hover {
    color: #f5a9c5;
}

/* Hero */

.hero {
    min-height: 100vh;
    background:
        linear-gradient(90deg, rgba(0,0,0,0.98) 0%, rgba(0,0,0,0.82) 42%, rgba(0,0,0,0.15) 100%),
        url("images/hero.jpg");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding: 70px 7%;
}

.hero-content {
    max-width: 760px;
    animation: fadeUp 1s ease forwards;
}

.hero-content h1 {
    font-size: clamp(3.5rem, 9vw, 8rem);
    line-height: 0.95;
    letter-spacing: 6px;
    color: white;
    margin-bottom: 10px;
    text-shadow: 0 0 25px rgba(245, 169, 197, 0.35);
}

.hero-content p:first-of-type {
    color: #f5a9c5;
    font-size: 2rem;
    margin-bottom: 25px;
}

.hero-stars {
    color: #f5a9c5;
    font-size: 1.35rem;
    letter-spacing: 6px;
}

.hero-stars span {
    color: white;
    font-size: 1rem;
    letter-spacing: 0;
}

.hero-specialties {
    text-transform: uppercase;
    color: #eee;
    line-height: 1.8;
}

.hero-specialties span {
    color: #f5a9c5;
    margin: 0 10px;
}

.hero-buttons {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

/* Buttons */

.button {
    display: inline-block;
    margin: 15px 10px;
    padding: 18px 42px;
    background-color: #f5a9c5;
    color: #111;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(245, 169, 197, 0.25);
}

.button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(245, 169, 197, 0.4);
}

.outline-button {
    background: transparent;
    color: white;
    border: 1px solid #f5a9c5;
}

.outline-button:hover {
    background: #f5a9c5;
    color: #111;
}

/* General Sections */

section {
    padding: 70px 20px;
    text-align: center;
    scroll-margin-top: 120px;
}

h2 {
    color: #f5a9c5;
    font-size: 2.4rem;
    letter-spacing: 1px;
}

h2::after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    background: #f5a9c5;
    margin: 15px auto 0;
    border-radius: 50px;
}

.section-intro {
    max-width: 700px;
    margin: 15px auto 30px;
    color: #ccc;
    line-height: 1.8;
}

/* Cards */

.why-card,
.review-card,
.faq-item,
.terms-card {
    background: linear-gradient(145deg, #1a1a1a, #242424);
    border: 1px solid rgba(245, 169, 197, 0.15);
    box-shadow: 0 10px 30px rgba(0,0,0,0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-card:hover,
.review-card:hover,
.faq-item:hover,
.terms-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(245, 169, 197, 0.18);
}

/* Why Choose */

#why-choose {
    background: #111;
    padding: 70px 20px 35px;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 25px;
    max-width: 1100px;
    margin: 45px auto 0;
}

.why-card {
    border-radius: 18px;
    padding: 35px;
}

.why-icon {
    font-size: 2.4rem;
    margin-bottom: 15px;
}

.why-card h3 {
    color: #f5a9c5;
    margin-bottom: 12px;
}

.why-card p {
    line-height: 1.7;
}

/* Portfolio */

#portfolio {
    background: #050505;
    padding-top: 40px;
}

#portfolio h2 {
    color: white;
    font-size: clamp(2.5rem, 5vw, 4rem);
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 28px;
    max-width: 1500px;
    margin: 0 auto;
    padding: 20px;
}

.gallery a {
    display: block;
    overflow: hidden;
    border-radius: 18px;
    background: #111;
}

.gallery img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 18px;
    cursor: pointer;
    filter: grayscale(15%) brightness(0.85) contrast(1.1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
    transition: transform 0.3s ease, filter 0.3s ease, box-shadow 0.3s ease;
}

.gallery img:hover {
    filter: grayscale(0%) brightness(1) contrast(1.15);
    transform: scale(1.04);
    box-shadow: 0 15px 35px rgba(245, 169, 197, 0.18);
}

/* Reviews */

#reviews,
#booking,
#book,
#faq,
#process {
    background-color: #1a1a1a;
}

.review-card {
    max-width: 760px;
    margin: 25px auto;
    padding: 30px;
    border-radius: 18px;
}

.review-card p {
    line-height: 1.8;
    margin-bottom: 18px;
}

.review-card h4 {
    color: #f5a9c5;
    margin: 0;
    letter-spacing: 3px;
    font-size: 1.25rem;
}

/* Text Sections */

#about,
#consent,
#aftercare,
#deposit {
    background-color: #111;
}

#about p,
#consent p,
#aftercare p,
#booking p,
#book p,
#deposit p {
    max-width: 750px;
    margin: 20px auto;
    line-height: 1.8;
    font-size: 1.05rem;
}

.aftercare-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 25px auto;
    object-fit: contain;
    border-radius: 18px;
}

/* Booking Warning */

.booking-warning {
    background: rgba(245, 169, 197, 0.12);
    border: 1px solid rgba(245, 169, 197, 0.4);
    color: #ffd1e1;
    padding: 18px 22px;
    border-radius: 15px;
    max-width: 760px;
    margin: 25px auto !important;
}

/* FAQ / Process */

.faq-item {
    max-width: 850px;
    margin: 25px auto;
    padding: 28px;
    border-radius: 18px;
    text-align: left;
}

.faq-item h3 {
    color: #f5a9c5;
    margin-top: 0;
}

.faq-item p {
    line-height: 1.8;
    margin-bottom: 0;
}

/* Terms & Privacy */

.terms-page {
    background-color: #111;
    color: white;
    padding: 160px 20px 80px;
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
    min-height: 100vh;
}

.terms-page h1 {
    color: #f5a9c5;
    text-align: center;
    font-size: 3rem;
}

.terms-page h2 {
    color: #f5a9c5;
    margin-top: 0;
}

.terms-page p {
    line-height: 1.8;
}

.terms-card {
    max-width: 800px;
    margin: 25px auto;
    padding: 25px;
    border-radius: 15px;
    text-align: left;
}

/* Footer */

footer {
    background-color: #000;
    color: #ccc;
    text-align: center;
    padding: 35px 20px;
    font-size: 0.9rem;
    border-top: 1px solid rgba(245, 169, 197, 0.2);
}

footer p {
    margin: 8px 0;
}

footer a {
    color: #f5a9c5;
    text-decoration: none;
    font-weight: 700;
}

footer a:hover {
    text-decoration: underline;
}

/* Floating Enquire */

.floating-enquire {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #f5a9c5;
    color: #111;
    padding: 14px 22px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    z-index: 999999;
    box-shadow: 0 8px 25px rgba(0,0,0,0.45);
    animation: pulse 2.5s infinite;
    transition: transform 0.2s ease, background 0.2s ease;
}

.floating-enquire:hover {
    background: #ffd1e1;
    transform: translateY(-2px);
}

/* Animations */

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(25px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(245,169,197,.45);
    }

    70% {
        box-shadow: 0 0 0 18px rgba(245,169,197,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(245,169,197,0);
    }
}

/* Mobile */

@media (max-width: 768px) {
    body {
        font-size: 16px;
    }

    .navbar {
        flex-direction: column;
        padding: 12px;
        gap: 10px;
        text-align: center;
    }

    .navbar div {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .navbar a {
        margin-left: 0;
        font-size: 0.9rem;
    }

    .logo img {
        height: 34px;
    }

    .logo h2 {
        font-size: 1.1rem;
    }

    .hero {
        text-align: center;
        justify-content: center;
        background:
            linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.9)),
            url("images/hero.jpg");
        background-size: cover;
        background-position: center;
        padding: 170px 20px 80px;
    }

    .hero-content {
        width: 100%;
        max-width: 100%;
    }

    .hero-content h1 {
        font-size: 2.4rem;
        letter-spacing: 2px;
    }

    .hero-content p:first-of-type {
        font-size: 1.3rem;
    }

    .hero-stars {
        font-size: 1rem;
        letter-spacing: 3px;
    }

    .hero-specialties span {
        margin: 0 5px;
    }

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

    .button {
        display: block;
        width: fit-content;
        margin: 12px auto;
        padding: 14px 26px;
    }

    section {
        padding: 55px 15px;
    }

    h2 {
        font-size: 1.9rem;
    }

    .why-grid,
    .gallery {
        grid-template-columns: 1fr;
    }

    .gallery {
        padding: 10px;
    }

    .gallery img {
        height: auto;
    }

    .floating-enquire {
        right: 15px;
        bottom: 15px;
        padding: 12px 18px;
    }
}#gift-cards {
    background: #111;
    padding: 80px 20px;
}

#gift-cards .faq-item {
    max-width: 800px;
    text-align: center;
}

#gift-cards p {
    line-height: 1.8;
}
.nav-booking {
    background: #f5a9c5;
    color: #111 !important;
    padding: 10px 18px;
    border-radius: 30px;
    margin-left: 20px;
    transition: all .3s ease;
}

.nav-booking:hover {
    background: #ffd1e1;
    transform: translateY(-2px);
}