@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&family=Inter&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    color: #1a1a1a;
}

body {
    background-color: #f8f5f2;
}

p,
a {
    font-size: 1.2rem;
}

a {
    text-decoration: none;
    text-align: center;
}

h1 {
    font-size: 1.8rem;
}

.hover-area {
    margin: 0 auto;
    padding: 0;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.active a {
    font-weight: 800;
    color: #d4af37;
}

/* ########################################################################################################## */
/* HEADER SECTION */
/* ########################################################################################################## */
.header-section {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}

.header-section-row {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-section-col {
    padding: 5px 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.auth-btn {
    padding: 10px 22px;
    border: 1px solid #b77b7b;
    border-radius: 999px;
    background: transparent;
    color: #9b5f5f;
    font-weight: 500;
    transition: 0.3s ease;
}

.auth-btn:hover {
    background: #b77b7b;
    color: white;
}

.nav-username-tag {
    font-size: 1.5rem;
    text-decoration: underline;
}

/* ########################################################################################################## */
.page-divider {
    width: 100%;
    height: 2px;
    background-color: rgb(228, 228, 228);
}

/* ########################################################################################################## */
/* NAV SECTION */
/* ########################################################################################################## */
.nav-section {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.nav-section-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.nav-link {
    padding: 5px 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 1px;
    background: #b77b7b;
    transition: 0.3s;
}

.nav-link:hover::after {
    width: 100%;
}

/* ########################################################################################################## */
/* ########################################################################################################## */
/* SECTION SECTION */
/* ########################################################################################################## */
.main-section {
    position: relative;
    display: block;
    width: 100%;
    height: 600px;
}

.main-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.12);
}

.main-section img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

/* ########################################################################################################## */
.section-section {
    margin-top: 90px;
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.lux-card {
    width: 360px;
    background: #ffffff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    transition: 0.35s ease;
    margin: 30px auto;
}

.lux-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

/* SLIKA */
.lux-image {
    height: 260px;
    overflow: hidden;
}

.lux-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}

.lux-card:hover img {
    transform: scale(1.05);
}

/* SADRŽAJ */
.lux-content {
    padding: 28px;
}

.lux-tag {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #d4af37;
    font-weight: 600;
}

.lux-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    color: #111;
    margin: 14px 0;
    line-height: 1.2;
}

.lux-content p {
    color: #666;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 24px;
}

/* DUGME */
.lux-btn {
    display: inline-block;
    padding: 12px 24px;
    border: 1px solid #d4af37;
    border-radius: 999px;
    color: #d4af37;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s ease;
}

.lux-btn:hover {
    background: #d4af37;
    color: white;
}

/* ########################################################################################################## */
/* ########################################################################################################## */
/* WHY CHOOSE US SECTION */
/* ########################################################################################################## */
.why-section {
    padding: 120px 8%;
    background: #f8f5f2;
}

/* HEADER */
.why-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 70px auto;
}

.why-subtitle {
    color: #d4af37;
    font-size: 13px;
    letter-spacing: 3px;
    font-weight: 600;
}

.why-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 52px;
    color: #111;
    margin: 18px 0;
    font-weight: 500;
}

.why-header p {
    color: #666;
    line-height: 1.8;
    font-size: 16px;
}

/* GRID */
.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

/* CARD */
.why-card {
    padding: 40px 30px;
    border-radius: 28px;
    text-align: center;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.16);
    transition: 0.35s ease;
    border: 1px solid rgba(212, 175, 55, 0.08);
}

.why-card:hover {
    transform: translateY(-10px);
    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(212, 175, 55, 0.15);
}

.why-icon {
    font-size: 42px;
    margin-bottom: 20px;
}

.why-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    margin-bottom: 18px;
    color: #111;
    font-weight: 500;
}

.why-card p {
    color: #666;
    line-height: 1.8;
    font-size: 15px;
}

/* ########################################################################################################## */
/* ########################################################################################################## */
/* CERTIFICATE SECTION */
/* ########################################################################################################## */
.cert-section {
    max-width: 1400px;
    margin: 140px auto;
    padding: 0 24px;
    text-align: center;
}

.cert-header {
    margin-bottom: 70px;
}

.cert-header span {
    color: #d4af37;
    letter-spacing: 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.cert-header h2 {
    font-size: 64px;
    margin: 18px 0;
    color: #111;
    font-family: 'Playfair Display', serif;
}

.cert-header p {
    max-width: 720px;
    margin: 0 auto;
    color: #777;
    line-height: 1.8;
    font-size: 18px;
}

.cert-grid {
    display: grid;
    grid-template-columns:
        repeat(3, 1fr);
    gap: 32px;
    align-items: center;
}

.cert-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background: white;
    padding: 18px;
    box-shadow:
        0 15px 50px rgba(0, 0, 0, 0.06);
    transition: 0.4s ease;
}

.cert-card img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    transition: 0.4s ease;
}

.cert-card:hover {
    transform: translateY(-8px);
}

.cert-card:hover img {
    transform: scale(1.04);
}

.cert-card.featured {
    transform: scale(1.05);
    border:
        1px solid rgba(212, 175, 55, 0.25);
}

.cert-card.featured:hover {
    transform:
        scale(1.05) translateY(-8px);
}

.cert-footer {
    margin-top: 42px;
}

.cert-footer span {
    color: #999;
    font-size: 16px;
}

/* ########################################################################################################## */
/* ########################################################################################################## */
/* FOOTER SECTION */
/* ########################################################################################################## */
.footer {
    background: #ffffff;
    padding: 90px 8% 30px;
    margin-top: 120px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

/* TOP */
.footer-top {
    background-color: white;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

/* BRAND */
.footer-brand {
    background-color: white;
}

.footer-brand h2 {
    background-color: white;
    font-size: 36px;
    margin-bottom: 18px;
    color: #111;
    font-weight: 500;
}

.footer-brand p {
    background-color: white;
    color: #666;
    line-height: 1.8;
    max-width: 320px;
}

/* LINKS */
.footer-links {
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-links a {
    background-color: white;
    text-decoration: none;
    color: #444;
    transition: 0.3s ease;
}

.footer-links a:hover {
    color: #d4af37;
}

/* CONTACT */
.footer-contact {
    background-color: white;
}

.footer-contact p,
.footer-contact a {
    background-color: white;
    color: #444;
    text-decoration: none;
    line-height: 2;
}

.footer-contact a:hover {
    color: #d4af37;
}

/* BOTTOM */
.footer-bottom {
    background-color: white;
    border-top: 1px solid rgba(212, 175, 55, 0.5);
    padding-top: 25px;
    text-align: center;
    color: #888;
    font-size: 14px;
}

/* ########################################################################################################## */
/* ########################################################################################################## */
/* GALLERY PAGE */
/* ########################################################################################################## */
.gallery-section {
    max-width: 1400px;
    margin: auto;
    padding: 120px 40px;
}

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

.gallery-header span {
    color: #d4af37;
    letter-spacing: 4px;
    font-size: 12px;
    font-weight: 600;
}

.gallery-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    font-weight: 500;
    margin: 18px 0;
}

.gallery-header p {
    color: #666;
    max-width: 650px;
    margin: auto;
    line-height: 1.8;
}

.gallery-grid {
    columns: 3;
    column-gap: 20px;
}

.gallery-item {
    margin-bottom: 20px;
    break-inside: avoid;
    overflow: hidden;
    border-radius: 24px;
}

.gallery-item img {
    width: 100%;
    display: block;
    transition: 0.5s ease;
}

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

/* ########################################################################################################## */
/* ########################################################################################################## */
/* ABOUT PAGE */
/* ########################################################################################################## */
.about-section {
    max-width: 1400px;
    margin: auto;
    padding: 140px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
}

/* IMAGE */
.about-image img {
    width: 100%;
    max-width: 500px;
    border-radius: 32px;
    object-fit: cover;
}

/* CONTENT */
.about-subtitle {
    color: #d4af37;
    letter-spacing: 4px;
    font-size: 12px;
    font-weight: 600;
}

.about-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 58px;
    line-height: 1.15;
    font-weight: 500;
    margin: 24px 0;
    color: #111;
}

.about-content p {
    color: #666;
    line-height: 1.9;
    margin-bottom: 24px;
    font-size: 17px;
}

/* BUTTON */
.about-btn {
    display: inline-block;
    padding: 14px 28px;
    border: 1px solid #d4af37;
    border-radius: 999px;
    color: #d4af37;
    text-decoration: none;
    transition: 0.3s ease;
}

.about-btn:hover {
    background: #d4af37;
    color: white;
}

/* ########################################################################################################## */
/* ########################################################################################################## */
/* CONTACT PAGE */
/* ########################################################################################################## */
.contact-form-section {
    padding: 120px 40px;
}

.form-wrapper {
    max-width: 1100px;
    margin: auto;
    padding: 70px;
    border-radius: 36px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
}

.contact-header {
    text-align: center;
    padding: 120px 20px 80px;
}

.contact-header span {
    color: #d4af37;
    letter-spacing: 4px;
    font-size: 12px;
    font-weight: 600;
}

.contact-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    font-weight: 500;
    margin: 18px 0;
}

.contact-header p {
    max-width: 700px;
    margin: auto;
    color: #666;
    line-height: 1.8;
}

.contact-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1400px;
    margin: auto;
    padding: 0 40px 100px;
}

.contact-card {
    background: white;
    border-radius: 28px;
    padding: 40px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-6px);
}

.lux-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

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

.lux-form input,
.lux-form textarea {
    width: 100%;
    padding: 18px 22px;
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: white;
    font-size: 15px;
    color: #111;
    transition: 0.3s ease;
}

.lux-form input:focus,
.lux-form textarea:focus {
    outline: none;
    border-color: #d4af37;
    box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.08);
}

.lux-submit {
    align-self: flex-start;
    padding: 16px 34px;
    border-radius: 999px;
    border: 1px solid #d4af37;
    background: transparent;
    color: #d4af37;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s ease;
}

.lux-submit:hover {
    background: #b77b7b;
    color: white;
}

.map-section {
    padding: 140px 40px;
}

/* HEADER */
.map-header {
    text-align: center;
    margin-bottom: 60px;
}

.map-header span {
    color: #d4af37;
    letter-spacing: 4px;
    font-size: 12px;
    font-weight: 600;
}

.map-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    font-weight: 500;
    margin: 18px 0;
}

.map-header p {
    color: #666;
    max-width: 650px;
    margin: auto;
    line-height: 1.8;
}

/* MAP */
.map-wrapper {
    max-width: 1400px;
    margin: auto;
    overflow: hidden;
    border-radius: 32px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
}

.map-wrapper iframe {
    width: 100%;
    height: 600px;
    border: none;
}

/* ########################################################################################################## */
/* ########################################################################################################## */
/* RESERVATION PAGE */
/* ########################################################################################################## */
.booking-header {
    text-align: center;
    padding-top: 120px;
    margin-bottom: 80px;
}

.booking-header span {
    color: #d4af37;
    letter-spacing: 4px;
    font-size: 12px;
    font-weight: 600;
}

.booking-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    font-weight: 500;
    margin: 18px 0;
}

.booking-header p {
    color: #777;
    font-size: 20px;
    line-height: 1.8;
    max-width: 700px;
    margin: auto;
}

.booking-container {
    max-width: 1100px;
    margin: auto;
    padding: 0 40px 120px;
}

.date-picker {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 80px;
}

.booking-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding: 32px 40px;
    border-radius: 28px;
    margin-bottom: 24px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.04);
    transition: 0.3s ease;
}

.booking-card:hover {
    transform: translateY(-4px);
}

.booking-service {
    color: #d4af37;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 600;
}

.booking-info h3 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    margin: 10px 0;
}

.booking-info p {
    color: #666;
}

.booking-btn {
    padding: 16px 28px;
    border-radius: 999px;
    border: 1px solid #d4af37;
    background: transparent;
    color: #d4af37;
    cursor: pointer;
    transition: 0.3s ease;
}

.booking-btn:hover {
    background: #d4af37;
    color: white;
}

.booking-card.reserved {
    opacity: 0.65;
}

.booking-card.reserved .booking-btn {
    display: none;
}

.booking-meta {
    display: flex;
    align-items: center;
    gap: 80px;
}

.booking-label {
    display: block;
    color: #d4af37;
    font-size: 11px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.booking-meta h3 {
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    font-weight: 500;
}

.booking-meta p {
    color: #666;
}

.booking-card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.06);
}

.booking-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.booking-card {
    background: white;
    border-radius: 32px;
    padding: 36px 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.04);
    transition: 0.3s ease;
}

.booking-card:hover {
    transform: translateY(-4px);
}

.booking-meta {
    display: flex;
    gap: 80px;
    align-items: center;
}

.booking-label {
    display: block;
    margin-bottom: 10px;
    color: #d4af37;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
}

.booking-meta h3 {
    font-size: 30px;
    margin-bottom: 6px;
}

.booking-meta p {
    color: #666;
}

.booking-btn {
    padding: 16px 28px;
    border-radius: 999px;
    border: 1px solid #d4af37;
    background: transparent;
    cursor: pointer;
    transition: 0.3s ease;
}

.booking-btn:hover {
    background: #d4af37;
    color: white;
}

.available-status {
    color: #4caf50;
}

.pending-status {
    color: #ff9800;
}

.reserved-status {
    color: #c62828;
}

/* =========================================================
   BOOKING MODAL
========================================================= */
.booking-modal-mask {
    position: fixed;
    inset: 0;
    background:
        rgba(15, 15, 15, 0.55);
    backdrop-filter: blur(8px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 24px;
    opacity: 1;
    visibility: visible;
    transition: 0.3s ease;
}

/* =========================================================
   HIDE
========================================================= */
.acept_modal_hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/* =========================================================
   MODAL CARD
========================================================= */
.booking-modal {
    position: relative;
    width: 100%;
    max-width: 620px;
    background: #ffffff;
    border-radius: 36px;
    padding: 60px 54px;
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.12);
    animation:
        bookingModalOpen 0.35s ease;
}

/* =========================================================
   ANIMATION
========================================================= */
@keyframes bookingModalOpen {

    from {

        opacity: 0;

        transform:
            translateY(20px) scale(0.96);

    }

    to {

        opacity: 1;

        transform:
            translateY(0) scale(1);

    }

}

/* =========================================================
   CLOSE
========================================================= */

.booking-modal-close {

    position: absolute;

    top: 22px;
    right: 22px;

    width: 42px;
    height: 42px;

    border: none;

    border-radius: 50%;

    background: #f5f5f5;

    cursor: pointer;

    font-size: 16px;

    transition: 0.3s ease;

}

.booking-modal-close:hover {

    background: #ececec;

    transform: rotate(90deg);

}

/* =========================================================
   CONTENT
========================================================= */

.booking-modal-subtitle {

    display: block;

    margin-bottom: 18px;

    color: #d4af37;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 4px;

    text-transform: uppercase;

}

.booking-modal h2 {

    font-size: 54px;

    line-height: 1.1;

    color: #111;

    margin-bottom: 24px;

    font-family: 'Playfair Display', serif;

}

.booking-modal p {

    color: #666;

    line-height: 1.9;

    font-size: 17px;

}

/* =========================================================
   ACTIONS
========================================================= */

.booking-modal-actions {

    display: flex;

    gap: 18px;

    margin-top: 44px;

}

.booking-cancel-btn,
.booking-confirm-btn {

    flex: 1;

    height: 58px;

    border-radius: 999px;

    font-size: 15px;

    font-weight: 600;

    cursor: pointer;

    transition: 0.3s ease;

}

/* CANCEL */

.booking-cancel-btn {

    border: 1px solid #ddd;

    background: transparent;

    color: #666;

}

.booking-cancel-btn:hover {

    background: #f4f4f4;

}

/* CONFIRM */

.booking-confirm-btn {

    border: none;

    background: #d4af37;

    color: white;

}

.booking-confirm-btn:hover {

    background: #bf9a2b;

    transform: translateY(-2px);

}

/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:768px) {

    .booking-modal {

        padding: 44px 28px;

        border-radius: 28px;

    }

    .booking-modal h2 {

        font-size: 38px;

    }

    .booking-modal-actions {

        flex-direction: column;

    }

}

@media(max-width:480px) {

    .booking-modal {

        padding: 38px 22px;

    }

    .booking-modal h2 {

        font-size: 32px;

    }

    .booking-modal p {

        font-size: 15px;

    }

}

/* ########################################################################################################## */
/* ########################################################################################################## */
/* LOGIN/REGISTER PAGE */
/* ########################################################################################################## */

.auth-section {
    min-height: 100vh;

    display: grid;

    grid-template-columns: 1fr 520px;
}

/* LEFT IMAGE */
.auth-image {
    position: relative;
}

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

.auth-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        rgba(0, 0, 0, 0.22);
}

/* OVERLAY */
.auth-overlay {
    position: absolute;
    left: 80px;
    bottom: 80px;
    z-index: 2;
    background: transparent;
}

.auth-overlay span {
    background: transparent;
    color: #d4af37;
    letter-spacing: 4px;
    font-size: 12px;
    font-weight: 600;
}

.auth-overlay h2 {
    background: transparent;
    color: white;
    font-family: 'Playfair Display', serif;
    font-size: 64px;
    line-height: 1.1;
    margin: 24px 0;
    max-width: 500px;
}

.auth-overlay p {
    background: transparent;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.8;
    max-width: 420px;
}

/* RIGHT SIDE */
.auth-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px;
    background: #f8f5f2;
}

/* TABS */
.auth-tabs {
    display: flex;
    gap: 12px;
    margin-bottom: 50px;
}

.auth-tab {
    padding: 14px 28px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: white;
    cursor: pointer;
    transition: 0.3s ease;
    font-size: 15px;
}

.auth-tab:hover {
    border-color: #d4af37;
}

.active-tab {
    background: #b77b7b;
    color: white;
}

/* FORM */
.auth-form {
    width: 100%;
    max-width: 420px;
    display: none;
}

.active-form {
    display: block;
}

.hidden-form {
    display: none;
}

/* TYPOGRAPHY */
.auth-subtitle {
    color: #d4af37;
    letter-spacing: 3px;
    font-size: 12px;
    font-weight: 600;
}

.auth-form h2 {
    font-family: 'Playfair Display', serif;
    font-size: 52px;
    margin: 20px 0 14px;
}

.auth-form p {
    color: #777;
    line-height: 1.8;
    margin-bottom: 36px;
}

/* INPUT */
.auth-input {
    width: 100%;
    padding: 18px 22px;
    border-radius: 18px;
    border: 1px solid transparent;
    background: white;
    margin-bottom: 18px;
    font-size: 15px;
    outline: none;
    transition: 0.3s ease;
}

.auth-input:focus {
    border-color: #d4af37;
    box-shadow:
        0 0 0 4px rgba(212, 175, 55, 0.08);
}

/* BUTTON */
.auth-submit {
    width: 100%;
    padding: 18px;
    border: none;
    border-radius: 999px;
    background: #b77b7b;
    color: white;
    font-size: 17px;
    cursor: pointer;
    transition: 0.3s ease;
}

.auth-submit:hover {
    background: #9e6767;
}

/* LINK */
.auth-link {
    display: block;
    margin-top: 24px;
    text-align: center;
    color: #666;
    transition: 0.3s ease;
}

.auth-link:hover {
    color: #d4af37;
}

.toast {
    position: fixed;
    top: 30px;
    right: 30px;
    padding: 18px 24px;
    border-radius: 18px;
    background: white;
    box-shadow:
        0 12px 35px rgba(0, 0, 0, 0.08);
    opacity: 0;
    transform: translateY(-20px);
    transition: 0.3s ease;
    z-index: 9999;
    font-size: 22px;
}

.toast.show {
    opacity: 1;
    transform: translateY(0);
}

/* ########################################################################################################## */
/* ########################################################################################################## */
/* VERIFY PAGE */
/* ########################################################################################################## */
.verify-section {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    background: #f8f5f2;
}

.verify-card {
    width: 100%;
    max-width: 620px;
    background: white;
    padding: 80px 60px;
    border-radius: 36px;
    text-align: center;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.05);
}

.verify-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto auto 40px;
    font-size: 42px;
}

.verify-icon.success {
    background: #e8f7ed;
    color: #3ca66b;
}

.verify-icon.error {
    background: #fdecec;
    color: #d9534f;
}

.verify-card span {
    color: #d4af37;
    letter-spacing: 4px;
    font-size: 12px;
    font-weight: 600;
}

.verify-card h1 {
    font-family: 'Playfair Display', serif;
    font-size: 54px;
    margin: 24px 0;
}

.verify-card p {
    color: #666;
    line-height: 1.8;
    font-size: 17px;
    max-width: 420px;
    margin: auto;
}

.verify-btn {
    display: inline-block;
    margin-top: 40px;
    padding: 18px 34px;
    border-radius: 999px;
    background: #b77b7b;
    color: white;
    text-decoration: none;
    transition: 0.3s ease;
}

.verify-btn:hover {
    background: #9f6969;
}

/* ########################################################################################################## */
/* ########################################################################################################## */
/* USER PAGE */
/* ########################################################################################################## */

.profile-section {
    max-width: 1200px;
    margin: 120px auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 40px;
}

.profile-sidebar {
    background: #ffffff;
    border-radius: 32px;
    padding: 48px 32px;
    box-shadow:
        0 10px 40px rgba(0, 0, 0, 0.04);
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.profile-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    /* background: #d4af37; */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 24px;
    font-family: 'Playfair Display', serif;
}

.profile-sidebar h2 {
    font-size: 32px;
    margin-bottom: 12px;
    color: #111;
    font-family: 'Playfair Display', serif;
}

.verified-badge {
    padding: 10px 18px;
    border-radius: 999px;
    background: #f8f4ea;
    color: #d4af37;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}

.profile-content {
    background: #ffffff;
    border-radius: 32px;
    padding: 56px;
    box-shadow:
        0 10px 40px rgba(0, 0, 0, 0.04);
}

.profile-header {
    margin-bottom: 40px;
}

.profile-subtitle {
    display: block;
    color: #d4af37;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 16px;
}

.profile-header h1 {
    font-size: 56px;
    line-height: 1.1;
    color: #111;
    margin-bottom: 16px;
    font-family: 'Playfair Display', serif;
}

.profile-header p {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    max-width: 700px;
}

.profile-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.profile-group {
    display: flex;
    flex-direction: column;
}

.profile-group.full {
    grid-column: 1 / -1;
}

.profile-group label {
    margin-bottom: 12px;
    color: #111;
    font-size: 15px;
    font-weight: 500;
}

.profile-group input {
    width: 100%;
    height: 58px;
    border: none;
    background: #f8f6f3;
    border-radius: 18px;
    padding: 0 20px;
    font-size: 16px;
    color: #111;
    transition: 0.3s ease;
}

.profile-group input:focus {
    outline: none;
    background: #ffffff;
    box-shadow:
        0 0 0 2px rgba(212, 175, 55, 0.25);
}

.profile-group input[readonly] {
    opacity: 0.7;
    cursor: not-allowed;
}

.profile-save-btn {
    grid-column: 1 / -1;
    width: 240px;
    height: 58px;
    border-radius: 999px;
    border: 1px solid #d4af37;
    background: transparent;
    color: #d4af37;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
    margin-top: 12px;
}

.profile-save-btn:hover {
    background: #d4af37;
    color: white;
    transform: translateY(-2px);
}

.password-card {
    margin-top: 48px;
    padding-top: 48px;
    border-top:
        1px solid rgba(0, 0, 0, 0.08);
}

.password-card h3 {
    font-size: 32px;
    margin-bottom: 12px;
    color: #111;
    font-family: 'Playfair Display', serif;
}

.password-card p {
    color: #777;
    margin-bottom: 32px;
    line-height: 1.7;
}

/* ########################################################################################################## */
/* ########################################################################################################## */
/* SERVICES PAGE */
/* ########################################################################################################## */

.lumiere-pricing {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 70px 20px;
}

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

.pricing-subtitle {
    display: block;
    margin-bottom: 12px;

    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;

    color: #999;
}

/* 
.pricing-header h2 {
    margin: 0;

    font-size: 42px;
    font-weight: 400;
}

.pricing-header p {
    margin-top: 15px;

    color: #777;
    font-size: 15px;
} */

/* Kategorija */

.service-category {
    margin-bottom: 45px;
}

.service-category-title {
    margin-bottom: 10px;

    font-size: 22px;
    font-weight: 500;
}

/* Stavka */

.service-item {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 18px 0;

    border-bottom: 1px solid #e8e8e8;
}

.service-info {
    min-width: 0;
}

.service-name {
    margin: 0;

    font-size: 16px;
    font-weight: 500;
}

.service-description {
    margin: 5px 0 0;

    font-size: 13px;
    color: #888;
}

.service-price {
    margin-left: 30px;

    font-size: 16px;
    font-weight: 600;

    white-space: nowrap;
}

/* ########################################################################################################## */
/* ########################################################################################################## */
.booking-section {
    max-width: 1200px;
    margin: 120px auto;
    padding: 0 24px;
    display: flexbox;
}

.profile-bookings {
    margin-top: 80px;
}

.profile-bookings-header {
    margin-bottom: 32px;
}

.profile-bookings-header h2 {
    font-size: 46px;
    margin: 16px 0;
    color: #111;
    font-family: 'Playfair Display', serif;
}

.profile-bookings-header p {
    color: #777;
    font-size: 17px;
    line-height: 1.7;
}

.booking-history-card {
    background: #ffffff;
    border-radius: 28px;
    padding: 32px 36px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    box-shadow:
        0 10px 40px rgba(0, 0, 0, 0.04);
    transition: 0.3s ease;
}

.booking-history-card:hover {
    transform: translateY(-3px);
}

.booking-history-left {
    display: flex;
    flex-direction: column;
}

.booking-service {
    color: #d4af37;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 600;
}

.booking-history-left h3 {
    font-size: 34px;
    margin-bottom: 10px;
    color: #111;
    font-family: 'Playfair Display', serif;
}

.booking-history-left p {
    color: #777;
    font-size: 16px;
}

.booking-status {
    padding: 12px 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
}

.confirmed {
    background: #f8f4ea;
    color: #d4af37;
}

.completed-status {
    background: #f2f2f2;
    color: #666;
}

.booking-action-btn,
.booking-secondary-btn {
    height: 52px;
    padding: 0 28px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

.booking-action-btn {
    border: none;
    background: #b77a7a;
    color: white;
}

.booking-action-btn:hover {
    background: #9d5f5f;
    transform: translateY(-2px);
}

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

.booking-secondary-btn:hover {
    background: #d4af37;
    color: white;
    transform: translateY(-2px);
}

/* =========================================================
   ADMIN SECTION
========================================================= */

.admin-booking-section {

    max-width: 1400px;

    margin: 120px auto;

    padding: 0 24px;

}

.admin-booking-header {

    margin-bottom: 60px;

}

.admin-booking-header span {

    color: #d4af37;

    font-size: 12px;

    letter-spacing: 4px;

    font-weight: 600;

    text-transform: uppercase;

}

.admin-booking-header h2 {

    font-size: 64px;

    margin: 18px 0;

    color: #111;

    font-family: 'Playfair Display', serif;

}

.admin-booking-header p {

    color: #777;

    font-size: 18px;

    line-height: 1.8;

}

.admin-services {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
}

.admin-services-header {
    margin-bottom: 30px;
}

.admin-services-header h1 {
    margin: 0 0 10px;
}

.admin-services-header p {
    margin: 0;
    color: #777;
}


/* ==============================
   FORMA
============================== */

.service-form-container {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 30px;
    margin-bottom: 40px;
}

.service-form-container h2 {
    margin-top: 0;
    margin-bottom: 25px;
}


.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.form-group label {
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: 500;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    box-sizing: border-box;

    padding: 11px 12px;

    border: 1px solid #ccc;
    border-radius: 3px;

    font-family: inherit;
    font-size: 14px;
}

.form-group textarea {
    resize: vertical;
}


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


.checkbox-group {
    flex-direction: row;
}

.checkbox-group label {
    display: flex;
    align-items: center;
    gap: 8px;
}


.btn-add-service {
    border: none;

    padding: 12px 25px;

    background: #222;
    color: #fff;

    cursor: pointer;

    font-size: 14px;
}

.btn-add-service:hover {
    opacity: 0.85;
}


/* ==============================
   LISTA USLUGA
============================== */

.services-list {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 30px;
}

.services-list h2 {
    margin-top: 0;
}

.success-message {
    padding: 12px 15px;
    margin-bottom: 20px;

    background: #e8f5e9;
    border: 1px solid #c8e6c9;

    color: #2e7d32;
}

.error-message {
    padding: 12px 15px;
    margin-bottom: 20px;

    background: #ffebee;
    border: 1px solid #ffcdd2;

    color: #c62828;
}

.services-table-wrapper {
    width: 100%;
    overflow-x: auto;
}

.services-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.services-table th,
.services-table td {
    padding: 14px 12px;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: middle;
}

.services-table th {
    font-weight: 600;
    white-space: nowrap;
}

.services-table td:nth-child(3) {
    color: #777;
}

.old-price {
    display: block;
    color: #999;
    text-decoration: line-through;
    font-size: 13px;
}

.latest-price {
    display: block;
}

.service-active {
    display: inline-block;
    padding: 5px 9px;
    border-radius: 3px;
    background: #e8f5e9;
    color: #2e7d32;
    font-size: 12px;
}

.service-inactive {
    display: inline-block;
    padding: 5px 9px;
    border-radius: 3px;
    background: #ffebee;
    color: #c62828;
    font-size: 12px;
}

.service-edit-btn,
.service-delete-btn {
    padding: 7px 10px;
    border: 1px solid #ccc;
    background: white;
    cursor: pointer;
    margin: 2px;
}

.service-edit-btn:hover,
.service-delete-btn:hover {
    background: #f5f5f5;
}

.no-services {
    color: #777;
}

.services-list-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.services-list-header h2 {
    margin: 0;
}

.refresh-services-btn {
    padding: 8px 14px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
}

.refresh-services-btn:hover {
    background: #f5f5f5;
}

/* ==========================================
   DUGME
========================================== */

.btn-add-service {
    border: none;
    padding: 12px 25px;
    background: #222;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}

.btn-add-service:hover {
    opacity: 0.85;
}

.btn-add-service:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* ==========================================
   EDIT MODAL
========================================== */

.edit-service-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px;
    box-sizing: border-box;
}

.edit-service-modal-content {
    width: 100%;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
}

.edit-service-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.edit-service-modal-header h2 {
    margin: 0;
}

.close-edit-modal {
    border: none;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #555;
}

.close-edit-modal:hover {
    color: #000;
}

.edit-service-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 25px;

}

.cancel-edit-btn,
.save-edit-btn {
    padding: 11px 20px;
    cursor: pointer;
    border: 1px solid #ccc;
}

.cancel-edit-btn {
    background: #fff;
}

.save-edit-btn {
    background: #222;
    color: #fff;
    border-color: #222;
}

.save-edit-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* MOBILE */

@media (max-width: 700px) {

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

    .admin-services {
        padding: 25px 15px;
    }

    .service-form-container,
    .services-list {
        padding: 20px;
    }
}

/* =========================================================
   CREATE CARD
========================================================= */

.admin-create-card {

    background: white;

    border-radius: 34px;

    padding: 42px;

    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.05);

    margin-bottom: 48px;

}

.admin-card-header {

    margin-bottom: 36px;

}

.admin-card-header h3 {

    font-size: 38px;

    color: #111;

    font-family: 'Playfair Display', serif;

}

/* =========================================================
   FORM
========================================================= */

.admin-booking-form {

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 24px;

}

.admin-form-group {

    display: flex;

    flex-direction: column;

}

.admin-form-group label {

    margin-bottom: 12px;

    color: #111;

    font-size: 14px;

    font-weight: 500;

}

.admin-form-group input,
.admin-form-group select {

    height: 58px;

    border: none;

    background: #f8f6f3;

    border-radius: 18px;

    padding: 0 18px;

    font-size: 15px;

}

.admin-form-group input:focus,
.admin-form-group select:focus {

    outline: none;

    box-shadow:
        0 0 0 2px rgba(212, 175, 55, 0.25);

}

/* =========================================================
   BUTTON
========================================================= */

.admin-create-btn {

    grid-column: 1 / -1;

    width: 240px;

    height: 58px;

    border: none;

    border-radius: 999px;

    background: #d4af37;

    color: white;

    font-size: 15px;

    font-weight: 600;

    cursor: pointer;

    transition: 0.3s ease;

}

.admin-create-btn:hover {

    background: #be9925;

    transform: translateY(-2px);

}

/* =========================================================
   LIST
========================================================= */

.admin-bookings-list {

    display: flex;

    flex-direction: column;

    gap: 24px;

}

/* =========================================================
   ITEM
========================================================= */

.admin-booking-item {

    background: white;

    border-radius: 30px;

    padding: 32px 36px;

    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 24px;

    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.04);

}

.admin-service {

    color: #d4af37;

    font-size: 12px;

    letter-spacing: 2px;

    text-transform: uppercase;

    font-weight: 600;

    display: block;

    margin-bottom: 10px;

}

.admin-booking-left h3 {

    font-size: 34px;

    margin-bottom: 8px;

    color: #111;

    font-family: 'Playfair Display', serif;

}

.admin-booking-left p {

    color: #777;

}

/* =========================================================
   STATUS
========================================================= */

.admin-status {

    padding: 12px 20px;

    border-radius: 999px;

    font-size: 14px;

    font-weight: 600;

}

.available {

    background: #eef8f0;

    color: #43a05d;

}

.reserved {

    background: #fff3e8;

    color: #d9822b;

}

/* =========================================================
   ACTIONS
========================================================= */

.admin-booking-right {

    display: flex;

    gap: 14px;

}

.admin-edit-btn,
.admin-delete-btn {

    height: 50px;

    padding: 0 22px;

    border-radius: 999px;

    font-size: 14px;

    font-weight: 600;

    cursor: pointer;

    transition: 0.3s ease;

}

.admin-edit-btn {

    border: 1px solid #d4af37;

    background: transparent;

    color: #d4af37;

}

.admin-edit-btn:hover {

    background: #d4af37;

    color: white;

}

.admin-delete-btn {

    border: none;

    background: #f3f3f3;

    color: #666;

}

.admin-delete-btn:hover {

    background: #e4e4e4;

}
/* =========================================
   PUBLIC CENOVNIK
========================================= */

.public-price-list {
    max-width: 1000px;
    margin: 60px auto;
    padding: 0 25px 80px;
}


/* =========================================
   HEADER
========================================= */

.price-list-header {
    text-align: center;
    margin-bottom: 55px;
}

.price-list-eyebrow {
    display: block;

    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;

    color: #9b7b6e;

    margin-bottom: 14px;
}

.price-list-header h1 {
    margin: 0;

    font-family: Georgia, serif;
    font-size: 52px;
    font-weight: 400;

    color: #332925;
}

.price-list-header p {
    margin-top: 15px;

    font-size: 16px;
    color: #81736d;
}


/* =========================================
   CATEGORY
========================================= */

.price-category {
    margin-bottom: 50px;
}

.price-category h2 {
    display: flex;
    align-items: center;
    gap: 20px;

    margin: 0 0 15px;

    font-family: Georgia, serif;
    font-size: 27px;
    font-weight: 400;

    color: #4a3933;
}

.price-category h2::after {
    content: "";

    height: 1px;
    flex: 1;

    background: #ddd1cb;
}


/* =========================================
   SERVICE ITEM
========================================= */

.price-category-list {
    border-top: 1px solid #e4dad5;
}

.public-service-item {
    display: flex;
    align-items: center;

    gap: 30px;

    padding: 20px 5px;

    border-bottom: 1px solid #e4dad5;
}


/* =========================================
   SERVICE INFO
========================================= */

.public-service-info {
    flex: 1;
    min-width: 0;
}

.public-service-info h3 {
    margin: 0;

    font-size: 17px;
    font-weight: 500;

    color: #332925;
}

.public-service-info p {
    margin: 7px 0 0;

    font-size: 14px;
    line-height: 1.5;

    color: #8b7d76;
}


/* =========================================
   PRICE
========================================= */

.service-price {
    min-width: 130px;

    text-align: right;

    white-space: nowrap;
}

.service-current-price {
    font-size: 17px;
    font-weight: 600;

    color: #332925;
}

.service-old-price {
    margin-right: 10px;

    font-size: 14px;

    color: #a59a95;

    text-decoration: line-through;
}


/* =========================================
   LOADING
========================================= */

.price-loading {
    padding: 40px;

    text-align: center;

    color: #8b7d76;
}


/* =========================================
   ERROR
========================================= */

.public-price-list .error-message {
    padding: 20px;

    text-align: center;

    color: #a54d4d;
}


/* =========================================
   EMPTY
========================================= */

.no-services {
    padding: 40px;

    text-align: center;

    color: #8b7d76;
}

.price-list-download {
    margin-top: 25px;
    text-align: center;
}

.download-price-list {
    display: inline-block;
    padding: 11px 22px;
    border: 1px solid #9b7b6e;
    color: #4a3933;
    text-decoration: none;
    font-size: 14px;
    transition: 0.2s;
}

.download-price-list:hover {
    background: #4a3933;
    color: white;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:1100px) {

    .admin-booking-form {

        grid-template-columns:
            repeat(2, 1fr);

    }

}

@media(max-width:768px) {

    .admin-booking-header h2 {

        font-size: 42px;

    }

    .admin-booking-item {

        flex-direction: column;

        align-items: flex-start;

    }

    .admin-booking-right {

        width: 100%;

    }

    .admin-edit-btn,
    .admin-delete-btn {

        flex: 1;

    }

}

@media(max-width:480px) {

    .admin-booking-form {

        grid-template-columns: 1fr;

    }

    .admin-create-btn {

        width: 100%;

    }

    .admin-create-card {

        padding: 28px;

    }

    .admin-booking-item {

        padding: 24px;

    }

    .admin-booking-left h3 {

        font-size: 28px;

    }

}