/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity 0.8s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/
/* ============================= */
/* RESPONSIVE CAROUSEL CAPTION  */
/* ============================= */

@media (max-width: 991px) {
    .custom-carousel .carousel-caption h1 {
        font-size: 48px;
    }

    .custom-carousel .carousel-caption h4 {
        font-size: 20px;
    }

    .custom-carousel .carousel-caption p {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .custom-carousel .carousel-caption {
        bottom: 2rem;
        left: 5%;
        right: 5%;
    }

    .custom-carousel .carousel-caption h1 {
        font-size: 36px;
    }

    .custom-carousel .carousel-caption h4 {
        font-size: 18px;
    }

    .custom-carousel .carousel-caption p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    /* Button diperkecil saja */
    .custom-carousel .carousel-caption .btn {
        padding: 10px 22px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .custom-carousel .carousel-caption {
        bottom: 1.5rem;
    }

    .custom-carousel .carousel-caption h1 {
        font-size: 28px;
        line-height: 1.2;
    }

    .custom-carousel .carousel-caption h4 {
        font-size: 16px;
    }

    .custom-carousel .carousel-caption p {
        font-size: 14px;
    }

    /* Button hanya lebih kecil, tidak full width */
    .custom-carousel .carousel-caption .btn {
        padding: 8px 18px;
        font-size: 13px;
    }
}

.contact-fab {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 999;
}

/* Main Button */
.contact-main-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #c13a6f;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

/* Menu Container */
.contact-menu {
    position: absolute;
    bottom: 60px;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: 0.3s ease;
}

/* Show menu */
.contact-fab.active .contact-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

/* Social Buttons */
.contact-item {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s;
}

.contact-item,
.contact-item:focus,
.contact-item:active,
.contact-item:visited {
    color: #fff !important;
    text-decoration: none;
}

/* Hilangkan tap highlight biru di mobile */
.contact-item {
    -webkit-tap-highlight-color: transparent;
}

.contact-item:hover {
    transform: scale(1.1);
}

/* Colors */
.contact-item {
    background: #c13a6f;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: 0.5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-primary-outline-0 {
    border: 0;
    color: var(--bs-white) !important;
}

.btn-light-outline-0 {
    border: 0;
    color: var(--bs-primary) !important;
}

.btn-primary-outline-0:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

.btn-light-outline-0:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

/*** Topbar Start ***/
.sticky-top {
    transition: 0.5s;
    background: var(--bs-white);
}

.topbar {
    padding: 10px 0;
    background: var(--bs-secondary) !important;
}

/*** Topbar End ***/

/* Flag */
/* ===== NAV ACTION WRAPPER ===== */
.nav-actions {
    margin-left: 100px;
    display: flex;
    align-items: center;
    margin-left: auto;
}

/* ===== FLAG ICON ===== */
.flag-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.15);
    object-fit: cover;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.flag-dropdown:hover .flag-icon {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

/* ===== DROPDOWN ===== */
.flag-dropdown .dropdown-toggle::after {
    display: none;
}

.flag-dropdown .dropdown-menu {
    min-width: 160px;
    padding: 6px 0;
    margin-top: 12px;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

/* ===== DROPDOWN ITEM ===== */
.flag-dropdown .dropdown-item {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    font-size: 14px;
}

.flag-dropdown .dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.flag-mini {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .nav-actions {
        margin-left: 0;
        gap: 15px;
    }

    .flag-dropdown .dropdown-menu {
        right: auto;
        left: 0;
    }
}

/* End Flag */

/*** Navbar Start ***/
.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    font-size: 16px;
    transition: 0.5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top.bg-white .navbar .navbar-nav .nav-link:hover,
.sticky-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: 0.5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-secondary);
    color: var(--bs-primary);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    border-radius: 10px !important;
    transition: 0.5s;
    opacity: 1;
}

@media (min-width: 1200px) {
    .navbar .navbar-collapse .border-top {
        border-top: none !important;
    }
}

#searchModal .modal-content {
    background: rgba(250, 250, 250, 0.6);
}
/*** Navbar End ***/

/*** Carousel Start ***/
.carousel-item {
    position: relative;
    min-height: 100vh;
}

.carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-item .carousel-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(
        rgba(255, 255, 255, 0.5),
        rgba(255, 255, 255, 0.5)
    );
    background-size: cover;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 0;
}

.carousel-control-prev .carousel-control-prev-icon,
.carousel-control-next .carousel-control-next-icon {
    background: transparent;
}

#carouselId .carousel-indicators {
    padding-bottom: 30px;
}

#carouselId .carousel-indicators li {
    border-top: 10px solid var(--bs-white);
    border-bottom: 10px solid var(--bs-white);
    border-right: 5px solid var(--bs-white);
    border-left: 5px solid var(--bs-white);
    margin-right: 10px;
    border-radius: 10px;
    transition: 0.5s;
}

#carouselId .carousel-indicators li.active {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    border-right: 15px solid var(--bs-primary);
    border-left: 15px solid var(--bs-primary);
}
/*** Carousel End ***/

/* HERO SECTION */
.hero-header {
    width: 100%;
    height: 180px;
    background-image: url("/assets/img/header.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.hero-wrapper {
    width: 100%;
    position: relative;
}

.hero-header {
    width: 100%;
    height: 190px;
    background-image: url("/assets/img/header.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 20px;
}

.hero-flower {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 95px;
    z-index: 9999; /* pastikan di atas header */
    pointer-events: none;
}

.breadcrumb-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 100%;
    margin-top: 20px;
}

.breadcrumb-line {
    flex: 1;
    max-width: 110px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.6);
}

.breadcrumb {
    margin: 0;
    font-size: 17px;
    font-family: "Work Sans", sans-serif;
    color: #ffffff;
    font-weight: 300;
    text-align: center;
    white-space: nowrap;
}

/* === DIVIDER WRAP === */
.divider-wrap {
    width: 100%;
    max-width: 900px;
    margin: 10px auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

/* garis kiri dan kanan */
.divider-line {
    height: 1px;
    background: #e6e6e6;
    flex: 1;
}

/* ikon tengah */
.divider-icon {
    width: 40px;
    opacity: 0.65;
}

/* hr costomize */
.custom-hr {
    height: 0;
    border: 0;
    display: block;
    outline: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: 8px solid #b5345f;
    width: 100%;
}

/* Responsive tweak */
@media (max-width: 768px) {
    .packages img {
        height: 200px;
    }
}

/*** packages Start ***/
/* ================================================================================ packageS STYLE ======================================================= */
.package-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
}

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

/* IMAGE */
.package-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

/* BODY */
.package-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* TITLE */
.package-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #b43759;
}

/* PRICE & DURATION */
.package-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.package-meta .price-striped {
    font-size: 16px;
    color: #b43759;
    text-decoration: line-through;
    opacity: 0.8;
}

.package-meta .price {
    font-size: 24px;
    color: #b43759;
    font-weight: 600;
}

.package-meta .duration {
    font-size: 14px;
    color: #777;
}

/* DESCRIPTION */
.package-desc {
    font-size: 14px;
    color: #777;
    margin-bottom: 12px;
}

.service-item {
    cursor: pointer;
    transition: all 0.2s ease;
}

.service-item:hover {
    text-decoration: underline;
    color: #b43759;
    text-underline-offset: 4px;
}

/* ======================================================================================END PACKAGES STYLE VERSION=================================================================== */

/* =================================
    WRAPPER
==================================== */

.package-item {
    display: flex;
    align-items: stretch;
    gap: 28px;
    margin-top: 40px;
    margin-bottom: 80px;
}

.img-col-main {
    width: 40%;
    display: block;
}
.img-col-main .big-circle img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}

.img-col-mini {
    width: 12%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    gap: 0;
    box-sizing: border-box;
}

.img-col-mini .mb-20 {
    margin-bottom: 0 !important;
}

.img-col-mini .news-item {
    flex: 0 0 auto;
}

.img-col-mini .small-circle {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
}
.img-col-mini .small-circle img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

/* RESPONSIVE: saat mobile susun jadi kolom */
@media (max-width: 992px) {
    .package-item {
        flex-direction: column;
        gap: 10px;
    }
    .img-col-main,
    .img-col-mini,
    .package-info {
        width: 100%;
    }
    .img-col-mini {
        flex-direction: row;
        justify-content: center;
    }
    .img-col-mini .news-item {
        flex: none;
        width: 30%;
    }
}

/* ========================================================================================================================================================================================
   PRICE BOX / BADGE BUTTONS
   ======================================================================================================================================================================================= */
.price-box {
    position: absolute;
    right: 0;
    top: 50%; /* tengah secara vertikal */
    transform: translateY(-50%);
    display: flex;
    gap: 8px; /* jarak antar tombol */
    align-items: center; /* tombol sejajar rapi */
}

/* ----- time BADGE ----- */
.price-box .time {
    padding: 4px 10px; /* diperkecil */
    border-radius: 4px;
    font-size: 13px; /* diperkecil */
    border: 1px solid transparent;
    display: inline-block;
    line-height: 1;
    transition: all 0.25s ease-in-out;
}

/* Default (pink) */
.price-box .time:not(.green):not(.pink) {
    background: #f7c9d3;
    color: #b25e79;
    border-color: #f7c9d3;
}

.price-box .time.green {
    background: #d0e5d0;
    color: #5a8b5c;
    border-color: #d0e5d0;
}

.price-box .time.pink {
    background: #f7c9d3;
    color: #b25e79;
    border-color: #f7c9d3;
}

/* Hover outline */
.price-box .time:hover {
    background: transparent !important;
    color: inherit;
    border-color: currentColor;
}

/* ----- PRICE BUTTON ----- */
.price-box .price {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1;
    background: #7ebb88;
    color: #fff;
    font-weight: 600;
    border: 1px solid #7ebb88;
    transition: all 0.25s ease-in-out;
}

/* Hover outline */
.price-box .price:hover {
    background: transparent;
    color: #7ebb88;
}

/* Column layout */
.price-box-column {
    display: flex;
    flex-direction: column;
    gap: 2px; /* gap lebih kecil */
}
/* ============================================================================== PRICE BOX / BADGE BUTTONS ========================================================================== */

/* ============================================================================== Pakages HEADER ========================================================================== */
.package-header {
    text-align: center;
    padding-top: 70px;
}

.package-header h2 {
    font-size: 42px;
    font-family: "Playfair Display", serif;
    color: #b5345f;
}

.package-header h4 {
    margin-top: -10px;
    color: #c6c6c6;
    font-family: "Playfair Display", serif;
}

.package-header .desc {
    max-width: 760px;
    margin: 20px auto;
    color: #8b8b8b;
    line-height: 1.7;
}
/* ===================== RESPONSIVE PACKAGE HEADER ===================== */
@media (max-width: 992px) {
    .package-header {
        padding-top: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .package-header h2 {
        font-size: 34px;
    }

    .package-header .desc {
        max-width: 100%;
        font-size: 15px;
        line-height: 1.6;
    }
}

@media (max-width: 768px) {
    .package-header {
        padding-top: 40px;
    }

    .package-header h2 {
        font-size: 28px;
        line-height: 1.2;
    }

    .package-header h4 {
        font-size: 16px;
        margin-top: -5px;
    }

    .package-header .desc {
        font-size: 14px;
        margin: 15px auto;
        line-height: 1.5;
    }
}

@media (max-width: 480px) {
    .package-header {
        padding-top: 30px;
    }

    .package-header h2 {
        font-size: 22px;
    }

    .package-header h4 {
        font-size: 14px;
    }

    .package-header .desc {
        font-size: 13px;
        line-height: 1.4;
    }
}

/* ===== RIGHT CONTENT ===== */
.right-col {
    width: 53%;
}

.right-col h3 {
    font-size: 40px;
    color: #b5345f;
    margin-bottom: 20px;
}

.right-col h4 {
    font-size: 22px;
    color: #b5345f;
    margin-bottom: 20px;
}

.right-col .text {
    color: #888;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* ===== LIST ===== */
.package-list {
    padding-right: 200px; /* ruang untuk tombol */
    margin-bottom: 18px;
    list-style: none;
    padding: 0;
}

.package-list li {
    margin-bottom: 18px;
    position: relative;
    padding-left: 15px;
}

.package-list li:before {
    content: "○";
    position: absolute;
    left: 0;
    top: 1px;
    color: #9ac59b;
}

.package-list .title {
    color: #777;
}

/* ================================================================================================ PACKAGE END =============================================================================================== */

/* =========================
    SEARCH SERVICE 
============================= */

/* Default (Desktop) */
.service-search {
    display: flex;
    align-items: center;
    border: 1px solid #b5345f;
    border-radius: 30px;
    padding: 6px 10px;
    background: #fff;
    max-width: 520px; /* lebih lega di desktop */
    margin: auto;
    transition: 0.3s ease;
}

.service-search:focus-within {
    box-shadow: 0 0 0 2px rgba(181, 52, 95, 0.15);
}

.service-search-input {
    border: none;
    outline: none;
    flex: 1;
    padding: 10px 14px; /* lebih nyaman diketik */
    border-radius: 30px;
    font-size: 14px;
    min-width: 0; /* fix flex overflow di mobile */
}

.service-search-input::placeholder {
    color: #bbb;
}

.service-search-btn {
    background: #b5345f;
    border: none;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    color: #fff;
    cursor: pointer;
    transition: 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-search-btn:hover {
    background: #e38fb0;
}

/* Tablet */
@media (max-width: 768px) {
    .service-search {
        max-width: 100%;
        padding: 6px 8px;
    }

    .service-search-input {
        font-size: 13px;
        padding: 9px 12px;
    }

    .service-search-btn {
        width: 38px;
        height: 38px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .service-search {
        border-radius: 24px;
        padding: 5px 6px;
    }

    .service-search-input {
        font-size: 13px;
        padding: 8px 10px;
    }

    .service-search-btn {
        width: 36px;
        height: 36px;
        font-size: 13px;
    }
}

/* ===============================================================================================  CATEGORY SERVICE =========================================================================================== */
.category-wrapper {
    text-align: center;
}

/* ---------- ITEM WRAPPER ---------- */
.category-items {
    display: flex;
    justify-content: center;
    gap: 20px; /* sesuai spacing di gambar */
    margin-top: 40px;
}

/* ---------- PER ITEM ---------- */
.category-item {
    width: 120px; /* agar teks panjang turun jadi 2 line */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* ---------- OUTER CIRCLE ---------- */
.category-outer {
    width: 80px;
    height: 80px;
    border: 3px dashed #cccccc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ---------- INNER CIRCLE ---------- */
.category-inner {
    width: 60px;
    height: 60px;
    background: #a19f9ff6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease;
}

.category-inner img {
    width: 60%;
    opacity: 0.6;
    transition: 0.3s ease;
}

/* ---------- TEXT ---------- */
.category-text {
    margin-top: 12px;
    font-style: italic;
    line-height: 1.2; /* supaya multiline tetap rapi */
    color: #888;
    text-align: center;
    white-space: normal; /* izinkan teks panjang turun baris */
    transition: 0.3s ease;
}

/* ---------- HOVER STATE ---------- */
.category-item:hover .category-inner {
    background: #b5345f;
}

.category-item:hover img {
    opacity: 1;
    filter: bright;
}

.category-item:hover .category-text {
    color: #b5345f;
    font-weight: 600;
} /* ---------- ACTIVE STATE (SAMA SEPERTI HOVER) ---------- */
.category-item.active .category-inner {
    background: #b5345f;
}
.category-item.active img {
    opacity: 1;
    filter: brightness(0) invert(1);
}
.category-item.active .category-text {
    color: #b5345f;
    font-weight: 600;
}

/* ===================== RESPONSIVE CATEGORY ===================== */
@media (max-width: 768px) {
    .category-items {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 10px;
        gap: 14px;
    }

    .category-items::-webkit-scrollbar {
        height: 6px;
    }

    .category-items::-webkit-scrollbar-thumb {
        background: #ddd;
        border-radius: 10px;
    }

    .category-item {
        min-width: 90px;
        width: 90px;
        flex-shrink: 0;
    }

    .category-outer {
        width: 65px;
        height: 65px;
    }

    .category-inner {
        width: 48px;
        height: 48px;
    }

    .category-text {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .category-item {
        min-width: 80px;
        width: 80px;
    }

    .category-outer {
        width: 58px;
        height: 58px;
    }

    .category-inner {
        width: 42px;
        height: 42px;
    }

    .category-text {
        font-size: 11px;
    }
}

/* =============================================================================================== END CATEGORY Service =========================================================================================== */

/* ====================================================================================================Service Start============================================================================================== */
.service-wrapper {
    width: 100%;
    padding: 20px 0;
}

.service-section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.line-title {
    height: 2px;
    width: 300px;
    background: #e6e6e6;
    flex: 1;
    margin-bottom: 20px;
}

h3 {
    padding-bottom: 0;
    font-family: "Playfair Display", serif;
    font-size: 25px;
    font-weight: 700;
    color: #b5345f;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* MAKSIMAL 5 KOLOM */
    gap: 25px;
    width: 100%;
}

/* Card UI */
.service-card-ui {
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(6px);
    border-radius: 20px;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.service-card-ui:hover {
    transform: translateY(-3px);
}

.service-card-ui img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

.service-card-ui h4 {
    font-size: 16px;
    margin-top: 10px;
    font-weight: 600;
    color: #b5345f;
}

.rating-badge {
    position: absolute;
    top: 12px;
    left: 12px;

    background: rgba(228, 135, 189, 0.75);
    backdrop-filter: blur(6px);

    padding: 4px 10px;
    font-size: 13px;
    border-radius: 12px;
    color: rgb(255, 255, 255);
    font-weight: 600;

    z-index: 10;
}

.service-card-ui .rating-badge:empty {
    display: none;
}

.service-card-ui .price {
    font-size: 18px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #b43759;
}

.price-duration {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    padding: 0 5px;
}

.price-duration .duration {
    font-size: 13px;
}

/* CTA */
.btn-booking {
    margin-top: auto;
    background: #b43759;
    color: #fff;
    text-align: center;
    padding: 12px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
}

.btn-booking:hover {
    opacity: 0.9;
    color: #fff;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
    .service-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 992px) {
    .service-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .service-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Modal */
/* BACKDROP */
.service-modal {
    display: none;
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(3px);
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

/* POPUP CONTENT */
.service-modal-content {
    background: #f7f5ef;
    width: 1200px;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 22px;
    padding-bottom: 25px;
    position: relative;
    animation: fadeUp 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.modal-item {
    display: flex;
    align-items: stretch;
    gap: 28px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.modal-list li {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.5;
}

/* ANIMATION */
@keyframes fadeUp {
    from {
        transform: translateY(40px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

.service-modal-content h2 {
    font-size: 24px;
    font-weight: 700;
    padding: 20px;
    padding-bottom: 0;
}

.from-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 8px 0 12px;
}

.from-price .left-price {
    display: flex;
    align-items: center;
    gap: 6px;
}

.from-price .duration {
    font-size: 14px;
    margin-right: 20px;
    color: #555;
    white-space: nowrap;
}

.from-price .price-striped {
    font-size: 16px;
    font-weight: 400;
    color: #999;
    text-decoration: line-through;
    margin-right: 6px;
}

.from-price .price {
    font-size: 24px;
    font-weight: 700;
    color: #b43759;
}

.modal-rating {
    position: absolute;
    top: 42px;
    left: 42px;

    background: rgba(228, 135, 189, 0.75);
    backdrop-filter: blur(6px);

    padding: 4px 10px;
    font-size: 13px;
    border-radius: 12px;
    color: rgb(255, 255, 255);
    font-weight: 600;

    z-index: 10;
}

.modal-list .title {
    color: #777;
}

.modal-details {
    padding: 0px;
    font-size: 15px;
    line-height: 1.5;
    margin-top: 5px;
}

.modal-button {
    background: #b43759;
    color: white;
    width: 85%;
    margin: 20px auto;
    display: block;
    padding: 14px 0;
    border-radius: 40px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    font-weight: 600;
}

/* CLOSE BUTTON */
.modal-close {
    position: absolute;
    right: 18px;
    top: 12px;
    font-size: 32px;
    cursor: pointer;
    opacity: 0.6;
}
.modal-close:hover {
    opacity: 1;
}

/* ============================
   RESPONSIVE – TABLET
============================ */
@media (max-width: 992px) {
    .service-modal-content {
        width: 90%;
        padding: 20px 10px 30px;
    }

    .modal-item {
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .img-col-main {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .img-col-main img {
        width: 100%;
        max-height: 260px;
        object-fit: cover;
        border-radius: 20px;
    }

    .right-col {
        width: 80%;
        padding: 0 10px;
    }
}

/* ============================
   RESPONSIVE – MOBILE
============================ */
@media (max-width: 576px) {
    .service-modal-content {
        width: 95%;
        padding: 15px;
        border-radius: 14px;
    }

    h3 {
        font-size: 19px;
    }

    .from-price {
        font-size: 16px;
    }

    .modal-rating {
        background: rgba(228, 135, 189, 0.75);
        backdrop-filter: blur(6px);

        top: 8px;
        left: 8px;
        font-size: 12px;
        padding: 3px 8px;
        border-radius: 10px;
        color: rgb(255, 255, 255);
        font-weight: 600;
    }
    .service-modal .rating-badge,
    .service-modal .best-seller {
        top: 8px;
        left: 8px;
        font-size: 11px;
        padding: 3px 8px;
        border-radius: 10px;
    }

    /* Biar gambar ga kepotong dan badge kebaca */
    .img-col-main img {
        width: 100%;
        object-fit: cover;
    }

    .service-modal-content ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .modal-list li {
        font-size: 14px;
    }

    .modal-button {
        width: 100%;
        font-size: 16px;
        border-radius: 30px;
    }
}

/* end modal */
/* ====================================================================================================Service ENd============================================================================================== */

/*** About Start ***/
/*** Youtube Video start ***/
.video {
    position: relative;
    padding-right: 70px;
    padding-bottom: 70px;
    border-radius: 10px;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
    margin-left: -35px;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-secondary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--bs-white);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}

.appointment .appointment-form {
    background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
    border-radius: 14px;
    position: relative;
    overflow: hidden;
}

.appointment .appointment-time {
    background: linear-gradient(
        rgba(255, 255, 255, 0.2),
        rgba(255, 255, 255, 0.2)
    );
    border-radius: 14px;
}

/* Wrapper gambar */
.appointment-image-style-ref {
    position: relative;
    width: 100%;
    max-width: 640px;

    margin: 50px auto 0 auto;
    padding-left: 30px;
}

/* Gambar besar (belakang) */
.appointment-image-style-ref .img-large {
    background: #fff;
    padding: 12px;
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

.appointment-image-style-ref .img-large img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

/* Gambar kecil (atas kiri) */
.appointment-image-style-ref .img-small {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 40%;
    background: #fff;
    padding: 10px;
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
    z-index: 2;
}

.appointment-image-style-ref .img-small img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

/* Opening Hours Item */
.opening-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    color: #fff;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

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

/* RESPONSIVE */
@media (max-width: 991px) {
    .appointment-image-style-ref {
        max-width: 100%;
    }

    .appointment-image-style-ref .img-small {
        width: 60%;
        top: -20px;
        left: -20px;
    }
}

@media (max-width: 576px) {
    .appointment-image-style-ref .img-small {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .opening-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .opening-day {
        font-weight: 600;
    }

    .opening-time {
        opacity: 0.85;
        font-size: 16px;
    }
}

/*** Events Start ***/
.gallery .tab-class .nav-item {
    padding: 0 0 20px 0;
}
.gallery .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.gallery .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
}

.gallery .gallery-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #f3f3f3;
}

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

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

.gallery .gallery-img .gallery-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    transition: 0.5s;
    opacity: 0;
    z-index: 1;
}

.gallery .gallery-img .search-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
    z-index: 2;
}

.gallery .gallery-img:hover .gallery-overlay,
.gallery .gallery-img:hover .search-icon {
    opacity: 1;
}
/*** Events End ***/

.pricing .pricing-item {
    color: var(--bs-white);
}

.pricing .pricing-item .pricing-content {
    background: rgba(255, 255, 255, 0.4);
}

.pricing .owl-carousel.pricing-carousel {
    position: relative;
}

.pricing .owl-carousel.pricing-carousel .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
    display: flex;
    font-size: 40px;
    color: var(--bs-white);
}

.pricing .owl-carousel.pricing-carousel .owl-nav .owl-prev {
    margin-right: 40px;
}

.pricing .owl-carousel.pricing-carousel .owl-nav .owl-prev,
.pricing .owl-carousel.pricing-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.pricing .owl-carousel.pricing-carousel .owl-nav .owl-prev:hover,
.pricing .owl-carousel.pricing-carousel .owl-nav .owl-next:hover {
    color: var(--bs-primary);
}

/* Item Owl bisa stretch sama tinggi */
.pricing .owl-carousel.pricing-carousel .owl-stage {
    display: flex !important;
}

.pricing .owl-carousel.pricing-carousel .owl-item {
    float: none !important;
    display: flex !important;
}

.pricing .owl-carousel.pricing-carousel .owl-item > .pricing-item {
    display: flex;
    width: 100%;
}

.pricing .pricing-item {
    display: flex;
    width: 100%;
}

.pricing .pricing-item .pricing-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.pricing .pricing-item .pricing-content > div:first-child {
    flex: 0 0 auto;
}

.pricing .pricing-item .pricing-content .p-4 {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

/* Tombol selalu di bawah */
.pricing .pricing-item .pricing-content .p-4 a {
    margin-top: auto !important;
}

/*** Pricing End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.team .team-item .team-text {
    background: var(--bs-primary);
}

.team .team-item .team-social {
    position: absolute;
    top: -180px;
    left: 20px;
    opacity: 0;
    transition: 0.5s;
}

.team .team-item:hover .team-social {
    top: 20px;
    left: 20px;
    opacity: 1;
}

.team .team-item .team-img {
    position: relative;
    width: 100%;
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.5s ease;
}

.team .team-item:hover .team-img::after {
    bottom: 0;
    height: 100%;
}

.team .team-item .team-text {
    transition: 0.5s;
}

.team .team-item:hover .team-text {
    background: var(--bs-secondary);
}
/*** Team End ***/

.testimonial-overlap {
    margin-top: -32px;
    position: relative;
    z-index: 10;
}

.testimonial-carousel .owl-stage {
    display: flex;
}

.testimonial-carousel .owl-item {
    display: flex;
}

.testimonial .testimonial-item {
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.testimonial .owl-carousel.testimonial-carousel {
    position: relative;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
    display: flex;
    font-size: 40px;
    color: var(--bs-white);
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev {
    margin-right: 40px;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev,
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-primary);
}
/*** testimonial end ***/

/*** Contact Start ***/
.contact {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(../img/appointment-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact .contact-form {
    background: rgba(255, 255, 255, 0.6);
}
/*** Contact End ***/

/*** footer start ***/
.footer {
    background: var(--bs-dark);
    background: url("/assets/img/footer-bg.png") no-repeat center center;
    background-size: cover;
}

.footer .footer-item a,
.footer .footer-item p {
    color: var(--bs-white);
    line-height: 40px;
    font-size: 17px;
    transition: 0.5s;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: var(--bs-primary) !important;
}

/*** Footer End ***/

/* Promo */

/* ================= PROMO CARD ================= */
.promo-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.promo-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

/* ================= IMAGE ================= */
.image-promo {
    position: relative;
    width: 100%;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-promo img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: contain;
    display: block;
    border-radius: 10px;
}

/* ================= PROMO BADGE ================= */
.promo-label {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(228, 135, 189, 0.75);
    backdrop-filter: blur(6px);
    padding: 4px 12px;
    font-size: 13px;
    border-radius: 12px;
    color: #fff;
    font-weight: 600;
    z-index: 5;
    white-space: nowrap;
}

/* ================= BODY ================= */
.promo-body {
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
}

/* TITLE */
.promo-title {
    font-size: 22px;
    font-weight: 700;
    color: #b43758;
    letter-spacing: 0.5px;
}

/* ================= FOOTER ================= */
.promo-footer {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

/* CODE */
.promo-code {
    font-size: 12px;
    font-weight: 600;
    background: #b43758;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    white-space: nowrap;
}

/* DATE */
.promo-expire {
    font-size: 12px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 576px) {
    .promo-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

/* Promo End */

/* ================= POPUP PROMO ================= */
.promo-popup {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}

.promo-popup.active {
    display: block;
}

.promo-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(4px);
}

.promo-content {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 420px;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promo-slider {
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
    position: relative;
}

.promo-image {
    width: 100%;
    display: none;
    border-radius: 16px;
}

.promo-image.active {
    display: block;
}

.promo-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0);
    color: white;
    border: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    z-index: 20;
}

.promo-nav.prev {
    left: -55px;
}

.promo-nav.next {
    right: -55px;
}

.promo-dots {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.promo-dots span {
    width: 9px;
    height: 9px;
    background: #bbb;
    border-radius: 50%;
    cursor: pointer;
}

.promo-dots span.active {
    background: white;
}

.promo-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 30;

    width: 34px;
    height: 34px;

    background: rgba(255, 255, 255, 0.55);
    color: rgb(61, 61, 61);

    border: none;
    outline: none;
    box-shadow: none;

    border-radius: 50%;
    font-size: 22px;
    line-height: 1;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
}

/* animasi */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.92);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}
/*** copyright end ***/

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

.hero-wrapper-booking {
    position: relative;
    width: 100%;
}

.hero-header-booking {
    height: 400px;
    background-image: url("/assets/img/appointment-background.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* WHITE OVERLAY */
.hero-header-booking::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.788);
    z-index: 1;
}

/* FLOWER */
.hero-flower-booking {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 95px;
    z-index: 9999;
    pointer-events: none;
}

/* HERO CONTENT */
.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 720px;
    padding: 0 20px;
}

.hero-content h1 {
    font-size: 36px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    color: #b43759;
    margin-bottom: 12px;
}

.hero-content p {
    font-size: 18px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 18px;
}

/* EMAIL CARD */
/* GOOGLE LOGIN BUTTON */
.auth-action {
    flex-direction: column;
    gap: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* paksa tinggi & alignment sama */
.auth-action button {
    display: inline-flex;
    align-items: center;
    margin: 0;
}

.google-login-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    background: #ffffff;
    color: #444;
    font-size: 14px;
    font-weight: 500;

    padding: 12px 22px;
    border-radius: 40px;
    border: none;

    cursor: pointer;

    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
    transition: all 0.25s ease;
}

.google-login-btn img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

/* HOVER */
.google-login-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}

/* ACTIVE (CLICK) */
.google-login-btn:active {
    transform: translateY(0);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

/* FOCUS (ACCESSIBILITY) */
.google-login-btn:focus-visible {
    outline: 2px solid #b43759;
    outline-offset: 3px;
}

.signout {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    background: #b43759;
    color: #fff;
    font-size: 14px;
    font-weight: 500;

    padding: 9px 18px;
    border-radius: 40px;
    border: none;

    cursor: pointer;

    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
    transition: all 0.25s ease;
}

.signout:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}

.hidden {
    display: none;
}

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

/* Tablet */
@media (max-width: 992px) {
    .hero-content h1 {
        font-size: 30px;
    }

    .hero-content p {
        font-size: 16px;
    }

    .hero-flower-booking {
        width: 75px;
        top: -6px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .hero-content {
        padding: 0 16px;
    }

    .hero-content h1 {
        font-size: 24px;
        line-height: 1.2;
    }

    .hero-content p {
        font-size: 14px;
        line-height: 1.5;
    }

    .hero-flower-booking {
        width: 60px;
        top: -4px;
    }
}

/* Extra small phone */
@media (max-width: 360px) {
    .hero-content h1 {
        font-size: 22px;
    }

    .hero-content p {
        font-size: 13px;
    }

    .hero-flower-booking {
        width: 52px;
    }
}

/* ================================
   BOOKING CONTENT
================================ */
.booking-checkout-page {
    background: #f7f5ef;
    padding: 40px 0;
}
.checkout-wrapper-single {
    max-width: 900px;
    margin: auto;
    padding: 0 16px;
}

/* ========================= 
    CARD
========================= */
.checkout-card {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 22px;
    padding: 28px;
    margin-bottom: 28px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.04);
}

/* ========================= 
    TITLE 
========================= */
.card-title {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    font-weight: 700;
    color: #b43759;
    margin-bottom: 22px;
}

/* ========================= 
    FORM
========================= */
.form-group {
    margin-bottom: 20px;
}
.form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #777;
    margin-bottom: 8px;
}
.form-group input,
.form-group select {
    width: 100%;
    height: 46px;
    border-radius: 14px;
    border: 1.5px solid #e2e2e2;
    padding: 0 16px;
    font-size: 14px;
    transition: 0.25s ease;
    background: #fff;
}
.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #b43759;
    box-shadow: 0 0 0 3px rgba(180, 55, 89, 0.12);
}

input[readonly] {
    background-color: #f3f3f3;
    color: #555;
    cursor: not-allowed;
    border-color: #ddd;
}

/* ========================= 
    SELECT CUSTOM 
========================= */
.form-group select,
.phone-input select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23999' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 8px 8px;
    padding-right: 44px;
    cursor: pointer;
}
.form-group select:hover,
.phone-input select:hover {
    border-color: #b43759;
}
.form-group select option {
    font-size: 14px;
}

/* ========================= 
    PHONE INPUT 
========================= */
.phone-input {
    display: flex;
    gap: 12px;
    width: 100%;
}
.phone-input select {
    width: 110px;
    min-width: 110px;
    text-align: center;
    padding-right: 36px;
}
.phone-input input {
    flex: 1;
    min-width: 180px;
}

/* =========================
   GRID
========================= */
.grid-2 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
}

/* =========================
   NOTE
========================= */
.note {
    display: block;
    margin-top: 14px;
    font-size: 12px;
    color: #999;
}

/* =========================
   TREATMENT
========================= */
.treatment-row {
    display: flex;
    align-items: stretch;
    gap: 12px;
    margin-bottom: 16px;
}
/* treatment full ke kanan */
.treatment-row .treatment-item {
    flex: 1; /* ini kunci */
    background: #fafafa;
    border-radius: 18px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 18px;
}

/* DELETE BUTTON */
.delete-pill {
    width: 56px;
    border-radius: 16px;
    border: none;
    background: #b63a52;
    color: #fff;
    font-size: 18px;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
}

.treatment-item img {
    width: 72px;
    height: 72px;
    border-radius: 14px;
    object-fit: cover;
}

.treatment-info h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #333;
}

.treatment-info p {
    font-size: 13px;
    color: #777;
}

/* =========================
   PRICE + QTY
========================= */
.treatment-action {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.treatment-price {
    font-size: 15px;
    font-weight: 600;
    color: #b43759;
}

.qty-box {
    display: flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 30px;
}

.qty-btn {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #b43759;
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

.qty-value {
    width: 28px;
    text-align: center;
    font-weight: 600;
}

/* =========================
   ADD TREATMENT
========================= */
.add-treatment {
    width: 100%;
    padding: 14px;
    border-radius: 30px;
    background: transparent;
    border: 1.5px dashed #b43759;
    color: #b43759;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.25s ease;
}

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

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(3px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999; /* PASTI DI ATAS NAVBAR */
}

.modal-overlay.active {
    display: flex;
}

.modal-box {
    width: 100%;
    max-width: 500px;
    height: 80vh;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.15);
    padding: 22px;

    display: flex;
    flex-direction: column;
}

/* HEADER */
.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.modal-header h3 {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    color: #b43759;
}

.modal-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

/* BODY */
.modal-body {
    flex: 1;
    overflow-y: auto;
    padding-right: 4px;
}

.service-group {
    margin-bottom: 18px;
}

.service-title {
    font-size: 14px;
    font-weight: 600;
    color: #777;
    margin-bottom: 10px;
}

/* SERVICE ITEM */
.service-item-booking {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    border-radius: 14px;
    background: #fafafa;
    margin-bottom: 10px;
    cursor: pointer;
}

.service-item-booking strong {
    display: block;
    font-size: 14px;
    color: #333;
}

.service-item-booking span {
    font-size: 13px;
    color: #b43759;
}

.service-item-booking input {
    width: 18px;
    height: 18px;
}

/* FOOTER */
.modal-footer {
    display: flex;
    gap: 12px;
    margin-top: 18px;
}

.modal-cancel {
    flex: 1;
    padding: 12px;
    border-radius: 30px;
    border: 1.5px solid #ccc;
    background: #fff;
    cursor: pointer;
}

.modal-add {
    flex: 1;
    padding: 12px;
    border-radius: 30px;
    border: none;
    background: #b43759;
    color: #fff;
    cursor: pointer;
}

/* ACCORDION */
.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-icon {
    font-size: 14px;
    margin-right: 20px;
    transition: transform 0.2s ease;
}

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

.accordion-content {
    display: none;
    margin-top: 8px;
}

.accordion.active .accordion-content {
    display: block;
}

/* =========================
   MOBILE TREATMENT (RESPONSIVE FIX)
   COPY–PASTE AJA
========================= */

/* =========================
   PROMO BAR
========================= */
.promo-bar {
    display: flex;
    align-items: center;
    background: #b43758d5;
    border-radius: 40px;
    padding: 10px 10px;
    gap: 12px;
    margin-bottom: 18px;
}

.promo-bar input {
    flex: 1;
    padding: 0px 30px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 14px;
}

.promo-bar input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.promo-bar input:focus {
    outline: none;
}

.apply-btn {
    width: 20%;
    padding: 14px;
    border-radius: 30px;
    font-size: 14px;
    background: #fff;
    color: #b43759;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.25s ease;
}

/* Tablet */
@media (max-width: 768px) {
    .apply-btn {
        font-size: 13px;
        padding: 12px 16px;
    }
}

/* =========================
   MOBILE TREATMENT – SCALE DOWN (SAMA KAYAK DESKTOP)
========================= */
@media (max-width: 480px) {
    .treatment-row {
        gap: 8px;
    }

    .treatment-row .treatment-item {
        padding: 12px 12px;
        gap: 10px;
    }

    .treatment-item img {
        width: 52px;
        height: 52px;
        border-radius: 12px;
    }

    .treatment-info h4 {
        font-size: 13px;
    }

    .treatment-info p {
        font-size: 12px;
    }

    .treatment-action {
        margin-left: auto;
        gap: 6px;
    }

    .treatment-price {
        font-size: 13px;
    }

    .qty-btn {
        width: 22px;
        height: 22px;
        font-size: 14px;
    }

    .qty-value {
        width: 24px;
        font-size: 13px;
    }

    .delete-pill {
        width: 44px;
        border-radius: 14px;
        font-size: 16px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .promo-bar {
        flex-direction: column;
        align-items: stretch;
        border-radius: 24px;
        padding: 12px;
        gap: 10px;
    }

    .promo-bar input {
        width: 100%;
        padding: 12px 16px;
        font-size: 14px;
        text-align: center;
    }

    .apply-btn {
        width: 100%;
        min-width: unset;
        padding: 12px;
        font-size: 14px;
    }
}

/* Extra small phone */
@media (max-width: 360px) {
    .apply-btn {
        font-size: 13px;
        padding: 10px;
    }
}
/* =========================
   MESSAGE
========================= */
.message-group {
    margin-bottom: 20px;
}

.message-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #777;
    margin-bottom: 8px;
}

.spa-message {
    width: 100%;
    min-height: 110px;
    border-radius: 18px;
    border: 1.5px solid #e2e2e2;
    padding: 14px 16px;
    font-size: 14px;
    resize: none;
    background: #fff;
}

.spa-message:focus {
    outline: none;
    border-color: #b43759;
    box-shadow: 0 0 0 3px rgba(180, 55, 89, 0.12);
}

/* =========================
   SUMMARY
========================= */
.summary-box {
    background: #fafafa;
    border-radius: 18px;
    padding: 18px 20px;
    margin-top: 10px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 8px;
    color: #555;
}

.summary-row.discount {
    color: #b43759;
}

.summary-row.total {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.summary-divider {
    border-top: 1px dashed #ccc;
    margin: 12px 0;
}

/* =========================
   BOOKING BUTTON
========================= */
.summary-action {
    margin-top: 22px;
    display: flex;
    justify-content: flex-end;
}

.submit-booking {
    padding: 12px 26px;
    border-radius: 30px;
    background: #b43759;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all 0.25s ease;
}

.submit-booking:hover {
    background: #9e2f4c;
}

.submit-booking:active {
    transform: scale(0.98);
}

/* =========================
   MOBILE
========================= */
@media (max-width: 600px) {
    .grid-2 {
        grid-template-columns: 1fr;
    }
}

/* === SUCCESS MODAL CARD === */
.success-card {
    background: #fff;
    width: 100%;
    max-width: 480px;
    padding: 32px 24px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    animation: scaleIn 0.35s ease;
}

@keyframes scaleIn {
    from {
        transform: scale(0.9);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* === CHECK ICON AREA === */
.check-wrapper {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.check-circle {
    width: 64px;
    height: 64px;
    background: #b43759; /* 🔥 MAIN COLOR */
    color: #fff;
    border-radius: 50%;
    font-size: 32px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

/* === RADAR / PULSE EFFECT === */
.pulse {
    position: absolute;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(180, 55, 89, 0.25); /* 🔥 SOFT PULSE */
    animation: pulse 2s infinite;
}

.pulse.delay {
    animation-delay: 1s;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    100% {
        transform: scale(2.2);
        opacity: 0;
    }
}

/* === TEXT === */
.success-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
}

.success-text {
    font-size: 14px;
    line-height: 1.6;
    color: #777;
    margin-bottom: 24px;
    padding: 0 10px;
}

/* === BUTTON === */
.success-btn {
    width: 100%;
    background: #b43759; /* 🔥 BUTTON COLOR */
    color: #fff;
    border: none;
    border-radius: 14px;
    padding: 14px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
}

.success-btn:hover {
    background: #9f2f4d; /* 🔥 DARKER HOVER */
}

/* ===============================
   AUTH LOGIN
   =============================== */

.auth-login * {
    box-sizing: border-box;
    font-family: "Inter", Arial, sans-serif;
}

.auth-login {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    overflow: hidden;
}

/* BACKGROUND */
.auth-login::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/bg.svg") no-repeat left center;
    background-size: 55%;
}

/* CARD */
.auth-login .auth-card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 420px;
    background: #ffffff;
    padding: 32px;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04), 0 8px 24px rgba(0, 0, 0, 0.08);
}

/* HEADER */
.auth-login .auth-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.auth-login .auth-header h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}

.auth-login .auth-header a {
    font-size: 13px;
    color: #b63a52;
    text-decoration: none;
}

/* FORM */
.auth-login .form-group {
    margin-bottom: 18px;
}

.auth-login .form-group label {
    display: block;
    font-size: 13px;
    color: #555;
    margin-bottom: 6px;
}

.auth-login .form-group input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 0 12px;
    font-size: 13px;
    font-weight: 400;
    color: #333;
    background: #fff;
}

/* PASSWORD */
.auth-login .password-field {
    position: relative;
}

.auth-login .password-field input {
    padding-right: 38px;
}

.auth-login .password-field .eye {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    line-height: 1;
    color: #888;
    pointer-events: none;
}

/* FOOTER */
.auth-login .form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 16px 0 22px;
}

.auth-login .form-footer label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #444;
}

.auth-login .form-footer input[type="checkbox"] {
    width: 14px;
    height: 14px;
}

.auth-login .form-footer a {
    font-size: 13px;
    color: #b63a52;
    text-decoration: none;
}

/* BUTTON */
.auth-login .btn-login {
    width: 100%;
    height: 42px;
    background: #b63a52;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

/* GOOGLE LOGIN BUTTON */
.btn-google {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 12px 14px;
    background: #ffffff;
    /*PUTIHdefault*/
    border: 1px solid #e5e7eb;
    /*garistipis*/
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #111827;
    text-decoration: none;
    transition: 0.2s ease;
}

.btn-google img {
    width: 18px;
    height: 18px;
}

/* HOVER → BARU ABU */
.btn-google:hover {
    background: #f3f4f6;
}

/* DIVIDER */
.divider {
    position: relative;
    text-align: center;
    margin: 18px 0;
}

.divider::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.divider span {
    position: relative;
    background: #fff;
    padding: 0 12px;
    font-size: 13px;
    color: #999;
}

/* ===============================
   END AUTH LOGIN
   =============================== */
