@import url('https://fonts.cdnfonts.com/css/outfit');

@font-face {
    font-family: 'recoleta';
    src: url('../vendor/fonts/recoleta/Recoleta-RegularDEMO.otf') format('opentype');
    font-style: normal;
}

@font-face {
    font-family: 'pais';
    src: url('../vendor/fonts/pais/Pais-Regular.otf') format('opentype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'pais';
    src: url('../vendor/fonts/pais/Pais-Medium.otf') format('opentype');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'pais';
    src: url('../vendor/fonts/pais/Pais-SemiBold.otf') format('opentype');
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: 'pais';
    src: url('../vendor/fonts/pais/Pais-Bold.otf') format('opentype');
    font-style: normal;
    font-weight: 700;
}

:root {
    /* --primary: #3674B5;
    --secondary: #D1F8EF; */

    /* Calender */
    --fc-small-font-size: .85em;
    --fc-page-bg-color: #4E7E95;
    --fc-neutral-bg-color: rgba(208, 208, 208, 0.3);
    --fc-neutral-text-color: #808080;
    --fc-border-color: none;

    --fc-button-text-color: #fff;
    --fc-button-bg-color: #2C3E50;
    --fc-button-border-color: #2C3E50;
    --fc-button-hover-bg-color: #1e2b37;
    --fc-button-hover-border-color: #1a252f;
    --fc-button-active-bg-color: #1a252f;
    --fc-button-active-border-color: #151e27;

    --fc-event-bg-color: #3788d8;
    --fc-event-border-color: #3788d8;
    --fc-event-text-color: #fff;
    --fc-event-selected-overlay-color: rgba(0, 0, 0, 0.25);

    --fc-more-link-bg-color: #d0d0d0;
    --fc-more-link-text-color: inherit;

    --fc-event-resizer-thickness: 8px;
    --fc-event-resizer-dot-total-width: 8px;
    --fc-event-resizer-dot-border-width: 1px;

    --fc-non-business-color: rgba(215, 215, 215, 0.3);
    --fc-bg-event-color: rgb(143, 223, 130);
    --fc-bg-event-opacity: 0.3;
    --fc-highlight-color: rgba(188, 232, 241, 0.3);
    --fc-today-bg-color: none;
    --fc-now-indicator-color: red;

    /* End Calender */
}

/* Full Calendar Custom Style Start */
.fc-daygrid-day-number,
.fc-col-header-cell-cushion {
    color: #4A5660 !important;
}

.fc .fc-daygrid-day-top {
    justify-content: center;
}

#calendar {
    color: #4A5660 !important;
}

/* Full Calendar Custom Style End */

.text-harga-fitur-detail {
    /* color: #58C0FB; */
    font-size: 1rem;
    font-weight: bold;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'pais', sans-serif;
    font-size: 16px;
    /* background-color: var(--primary); */
}

.bg--primary {
    background-color: var(--primary);
}

.bg--secondary {
    background-color: var(--secondary);
}

.font-recoleta {
    font-family: 'recoleta', sans-serif;
}

.font-outfit {
    font-family: 'Outfit', sans-serif;
}

.navbar {
    border-bottom: 1px solid #EBE3D6;
}

.navbar-brand span {
    color: var(--primary);
}

.nav-item {
    padding:0 .3rem;
}

.nav-link {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
}

.nav-auth {
    display: flex;
    float: right;
    gap: 1rem;
}

.nav-footer {
    flex-direction: row;
}

.btn {
    padding: 7px 20px;
}

.text-primary {
    color: var(--primary) !important;
}

.btn-primary {
    background-color: var(--primary);
    border: 2px solid var(--primary);
}

.btn-primary:hover {
    background-color: var(--primary);
    border: 2px solid var(--primary);
}

.btn-outline-primary {
    background-color: white;
    border: 2px solid var(--primary);
    color: var(--primary);
}

.btn-outline-primary:hover {
    background-color: var(--primary);
    border: 2px solid var(--primary);
}
.btn:first-child:active:focus-visible,
.btn-outline-primary:focus-visible {
    box-shadow: none;
}
:not(.btn-check)+.btn-primary:active:focus-visible,
:not(.btn-check)+.btn-outline-primary:active:focus-visible {
    box-shadow: none;
}
.btn:first-child:active,
:not(.btn-check)+.btn:active,
:not(.btn-check)+.btn-outline-primary:active {
    background-color: var(--primary);
    border: 2px solid var(--primary);
}

.btn-rounded {
    border-radius: 2rem;
    font-weight: 400;
}

.btn-simpan-data-register,
.btn-simpan-data-login {
    border-radius: .7rem;
    padding: 12px 20px;
    font-family: 'Recoleta', sans-serif;
}

.rounded {
    border-radius: 2rem !important;
}

.carousel-item-custom {
    padding: 2rem 10rem;
}
.carousel-item-custom img {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 30px;
}
.carousel-control-prev-icon {
    border: 1px solid var(--primary);
    border-radius: 50%;
    padding: 1rem;
    background-size: 60%;
}
.carousel-control-next-icon {
    border: 1px solid var(--primary);
    border-radius: 50%;
    padding: 1rem;
    background-size: 60%;
}

.box-layanan {
    border-radius: 2rem;
    padding: 2rem;
    background-color: white;
}
.layanan-image {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 30px;
}

.about-image {
    width: 100%;
    /* aspect-ratio: 1/1; */
    border-radius: 0 30px 30px 0;
    position: relative;
    left: -2%;
}

.info-footer {
    width: 40%;
}

.logo-footer span {
    font-size: 1.25rem;
}

.logo-footer img {
    /* filter: brightness(0) saturate(100%) invert(1); */
}

.copyright-footer a {
    color: white;
    text-decoration: none;
}

section {
    padding: 2rem 0;
}

.jumbotron {
    border-radius: 35px;
    overflow: hidden;
}
.jumbotron-custom {
    background-position: center top -70px;
    height: 250px;
}
.jumbotron-image {
    width: 100%;
    aspect-ratio: 16/9;
}

.layer-description {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    text-align: left;
    color: white;
    padding: 2rem;
    background: linear-gradient(0deg, #000 -5.19%, rgba(0, 0, 0, 0.00) 100%);
}

.title-jumbotron {
    font-family: 'recoleta', sans-serif;
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.head-section {
    text-align: center;
    width: 50%;
}
.title-section {
    font-family: 'recoleta', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.description-jumbotron {
    width: 35%;
}

.nav-custom {
    margin-top: 2rem;
    border-radius: 30px;
    padding: 10px;
    width: fit-content;
}

.nav-custom .nav-item {
    padding: 0;
}

.nav-custom .nav-item .nav-link {
    border-radius: 25px;
    font-weight: 500;
    color: white;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: white;
    color: var(--primary);
}

.card-product,
.card-custom {
    border-radius: 30px;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid var(--primary);
}

.card-katalog {
    border-radius: 5px;
    overflow: hidden;
}
.card-katalog img {
    width: 100%;
    aspect-ratio: 2/3;
}

.card-product .card-title {
    font-family: 'recoleta', sans-serif;
}

.card-product .card-price {
    font-weight: bold;
}

.card-product img {
    aspect-ratio: 1/1;
    width: 100%;
}

.card-product .card-text ul {
    padding-left: 0;
}

.card-product .card-text ul li {
    list-style: none;
    position: relative;
    padding: 0 0 1rem 1.5rem;
}

.card-product .card-text ul li::before {
    content: '✔';
    color: green;
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 1rem;
    line-height: 1;
}

#navigation p:nth-child(1) {
    font-family: 'recoleta', sans-serif;
    font-size: 1.2rem;
}

.image-product {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 30px;
    margin-bottom: 1.5rem;
    border-radius: 25px;
    overflow: hidden;
}

.image-product img {
    width: 100%;
    aspect-ratio: 1/1;
}

.description-product {
    width: 100%;
    border: 1px solid var(--primary);
    padding: 2rem;
    border-radius: 25px;
}

.date-booking {
    width: 100%;
    border: 1px solid var(--primary);
    padding: 2rem;
    border-radius: 25px;
    margin-bottom: 1.5rem;
}

.time-booking {
    width: 100%;
    border: 1px solid var(--primary);
    padding: 2rem;
    border-radius: 25px;
}

.time-booking .list-time {
    width: 100%;
    aspect-ratio: 2/1;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E4E4E4;
    margin-bottom: 10px;
    cursor: pointer;
}

.time-booking .list-time label {
    font-weight: 600;
    cursor: pointer;
}

.time-booking .list-time.active {
    background-color: var(--primary);
    color: white;
}

.time-booking .list-time.disabled {
    background-color: #EFEFEF;
}

.title-part {
    font-family: 'recoleta', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.form-custom {
    border: 1px solid #DBD6D1;
    border-radius: 12px;
    padding: 0.7rem 1rem;
    font-family: 'Outfit', sans-serif;
    padding: 15px 20px;
}

.select-custom {
    border: 1px solid #DBD6D1;
    border-radius: 10px;
    padding: 1.2rem;
    width: 100%;
}

.select-custom button {
    width: 25px;
    height: 25px;
    padding: 0;
}

.select-custom input[type=number]::-webkit-inner-spin-button,
.select-custom input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.select-custom [type=number] {
    -moz-appearance: textfield;
    text-align: center;
    /* Ini bikin angkanya di tengah */
    border: 1px solid var(--primary);
    width: 45px;
    height: 45px;
    border-radius: 5px;
    padding: 0;
}

label.select-custom.active {
    border: 1px solid var(--primary);
}

.option-custom {
    width: 25px;
    height: 25px;
    border: 1px solid #DBD6D1;
    border-radius: 50%;
    cursor: pointer;
}

.option-custom.active {
    background-color: var(--primary);
    color: white;
    text-align: center;
}

.option-custom.active::before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
}

.accordion {
    position: relative;
    margin-bottom: 1.6rem;
}
.accordion-button:not(.collapsed) {
    background-color: white;
    border-radius: 10px 10px 0 0;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-collapse {
    border: 1px solid #DBD6D1;
    border-top: none;
}
.accordion-button::after {
    font-family: 'Font Awesome 6 Free';
    content: '\f055';
    font-weight: 900;
    color: var(--primary);
    font-size: 1.5rem;
    background-image: none !important;
}
.accordion-button:not(.collapsed)::after {
    content: '\f056';
    transform: none !important;
}

.progress-form {
    height: 5px;
    background-color: var(--primary);
}

.box-custom {
    border: 1px solid #DBD6D1;
    border-radius: 10px;
    margin-bottom: 1rem;
}
.box-custom-image {
    width: 100%;
    height: 100%;
    /* aspect-ratio: 1/1; */
    border-radius: 1.5rem;
}
.box-body-custom {
    padding: 1.5rem;
}
.box-footer-custom {
    padding: 1.5rem;
    border-top: 1px solid #DBD6D1;
}

.line-dashed {
    border: 1px dashed #000000;
    margin: 1rem 0;
}

.card--social-media-post .card-body {
	overflow: hidden;
	border-radius: 5px;
	min-height: 400px; /* tinggi minimal agar card tampak terisi */
	background-color: var(--color-grey-5);
}

.instagram-media {
	max-width: 100% !important;
	min-width: auto !important;
	width: 100% !important;
	border: none !important;
	box-shadow: none !important;
	overflow: hidden !important;
	height: 465px !important; /* atur sesuai konten */
	margin-top: -55px !important;   /* geser ke atas biar header ketutup */
	margin-bottom: 0 !important;
	opacity: 0 !important;
}
.instagram-media.iframe-loaded {
	opacity: 1 !important;
}

.sosial--media-logo {
	width: 30px !important;
	height: 30px !important;
	object-fit: cover;
}

.container-maps iframe{
    border-radius: 7px;
}

/* Responsive Mobile */
@media (max-width: 768px) {

    .fc-toolbar-chunk:nth-last-child(1) {
        text-align: right;
    }

    .fc-direction-ltr .fc-toolbar>*> :not(:first-child) {
        margin-left: 0;
        margin-top: 0.5em;
    }

    .carousel-item-custom {
        padding: 2rem 3rem;
    }
    .carousel-item-custom .row {
        flex-direction: column-reverse;
    }
    .carousel-captions {
        margin-top: 1rem;
    }

    section {
        padding: 1rem 0;
    }

    .head-section {
        width: 90%;
    }
    .title-section {
        margin-top: 1rem;
    }

    .card-katalog {
        margin-bottom: 1rem;
    }

    .nav-auth {
        flex-direction: column;
        float: left;
        gap: 0.5rem;
        width: 100%;
    }

    .nav-custom {
        width: 100%;
    }
    .nav-custom .nav {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .nav-custom .nav::-webkit-scrollbar {
        display: none;
    }
    .nav-custom .nav-item {
        white-space: nowrap;
    }

    .layer-description {
        padding: 1rem;
        width: 100%;
    }

    .jumbotron-custom {
        background-position: left -60% top -80px;
        height: 150px;
    }
    .title-jumbotron {
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }

    .description-jumbotron {
        font-size: 0.8rem;
        margin-bottom: 0.5rem;
        width: 100%;
        font-family: 'outfit', sans-serif;
    }

    .nav-jumbotron {
        font-size: 0.8rem;
        width: 100%;
        overflow-x: auto;
        scrollbar-width: none;
        margin-top: 1rem;
    }

    .nav-jumbotron ul {
        gap: .2rem !important;
        flex-wrap: nowrap;
    }

    .nav-jumbotron li {
        white-space: nowrap;
    }

    .nav-jumbotron li:nth-last-child(1) {
        padding-right: 10px;
    }

    .logo-footer {
        text-align: left;
    }

    .info-footer {
        width: 100%;
        text-align: left;
    }

    .nav-footer {
        flex-direction: column;
        text-align: left;
        gap: 1rem;
    }

    .copyright-footer {
        flex-direction: column;
        text-align: left;
        gap: 1rem;
    }
}