/* FONT SECTION */

.oleo-script-regular {
    font-family: "Oleo Script", serif;
    font-weight: 400;
    font-style: normal;
}
  
.oleo-script-bold {
    font-family: "Oleo Script", serif;
    font-weight: 700;
    font-style: normal;
}
.questrial-regular {
    font-family: "Questrial", serif;
    font-weight: 400;
    font-style: normal;
}
/* FONT END */

/* UNIVERSAL SECTION */
.none-decoration{
    text-decoration: none;
}
.text-clamp-3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.text-clamp-2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.text-justify{
    text-align: justify;
}

.custom-breadcrumb {
    font-size: 14px;
    color: #5A4B38;
    display: flex;
    align-items: center;
    gap: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

.custom-breadcrumb a {
    text-decoration: none !important;
    color: #5A4B38;
}

.custom-breadcrumb .breadcrumb-item {
    flex-shrink: 0; /* Mencegah breadcrumb mengecil */
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 40%;
}

.custom-breadcrumb .breadcrumb-item.active {
    max-width: 60%;
}

.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: " > ";
    color: #5A4B38;
}





#body{
    background-color: #F3EEE8;
}
#footer{
    background-color: #F3EEE8;
}

/* UNIVERSAL END */

/* NAVBAR SECTION */

.navbar a{
    font-family: "Questrial", serif;
    font-weight: 400;
    font-style: normal;
    color: #5A4B38;
    font-size: 16px;
}

.navbar ul li{
    list-style: none;
}
.navbar ul li a{
    text-decoration: none;
}

.navbar-section {
    background-color: #F3EEE8;
    border-bottom: 2px solid #DDD1BB;
}

/* Logo styling */
.navbar-logo {
    width: 90px;
    height: 90px;
}

@media screen and (min-width: 992px) {
    .nav-item {
        height: 110px;
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 992px) {
    .nav-item{
        border-bottom: #5A4B38 1px solid;
        padding: 10px 0;
    }
    .dropdown-item{
        border-bottom: #5A4B38 1px solid !important;
    }
    .dropdown-menu{
        border: none !important;
    }
}

.navbar-section .navbar-nav .nav-item .nav-link {
    margin: 0 30px;
}


/* Dropdown menu styling */
.navbar-nav .dropdown-menu {
    top: 100%;
    margin-top: 0;
    display: none;
}
@media screen and (min-width: 992px) {
    .navbar-nav .dropdown-menu {
        width: 400px;
        min-height: 100px;
        background-color: #F3EEE8;
    }
}

@media screen and (max-width: 992px) {
    .navbar-nav .dropdown-menu {
        background-color: #F3EEE8;
    }
}

.navbar-nav .nav-item:hover .dropdown-menu {
    display: block;
}

.navbar-nav .nav-item .dropdown-menu li a {
    padding: 10px 20px;
}

/* Menonaktifkan default dropdown bootstrap di desktop */
@media screen and (min-width: 992px) {
    .navbar-nav .dropdown-menu {
        display: none !important;
        position: absolute;
        left: 0;
        top: 100%;
        background-color: #F3EEE8;
        min-width: 200px;
        z-index: 1000;
    }

    /* Menampilkan dropdown hanya saat hover di desktop */
    .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        display: block !important;
    }

    /* Mencegah klik membuka dropdown di desktop */
    .navbar-nav .nav-item.dropdown > a {
        pointer-events: none;
    }
}


/* Menghilangkan background hover di dropdown */
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    background-color: transparent !important;
    color: inherit !important;
}


.nav-canvas{
    background-color: #F3EEE8 !important;
    width: 100%;
}

/* Slide in effect for navbar items */
@media screen and (min-width: 992px) {
.item-anim a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 8px 0;
}

.item-anim a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: 3px;
    left: 0;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0;
}

.item-anim a:hover::after,
.item-anim a:focus::after {
    transform: translateX(0);
    opacity: 1;
    }
}

  
/* NAVBAR END */

/* HOME PAGE SECTION */
.content-section{
    padding-top: 10vh;
    padding-bottom: 5vh;
}
@media screen and (max-width: 992px) {
    .content-section{
        padding-top: 2vh;
    }
}

    /* CAROUSEL SECTION */
.carousel-image {
    width: 100%;
    height: 100%;
    
}
@media screen and (max-width: 380px) {
    .carousel-image {
        /* height: 85vh; */
        object-fit: fill;
    }
}
@media screen and (max-width: 1920px) {
    .carousel-image{
        /* height: 88vh; */
        object-fit: fill;
    }
}
@media screen and (min-width: 1920px) {
    .carousel-image{
        /* height: 88vh; */
        object-fit: fill;
    }
}
.carousel-title{
    font-family: "Oleo Script", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 48px;
    color: white;
}
.carousel-des{
    font-family: "Questrial", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: white;
}
.carousel-button{
    padding: 15px 50px;
    background-color: #C4B29A;
    color: white;
    font-size: 14px;
    text-decoration: none;
    border-radius: 0.3rem;
}
.carousel-button:hover{
    background-color: #725C46;
}

.carousel-indicators button {
    position: relative;
    width: 50px !important;
    height: 5px !important;
    background-color: transparent;
    border: none;
    overflow: hidden;
}

.carousel-indicators button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: var(--progress-width, 0%);
    background-color: #5A4B38;
    transition: width 0.1s linear;
}
    /* CAROUSEL END */
    /* CONTENT SECTION */


.content-title{
    font-family: "Oleo Script", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    color: #5A4B38;
}
.title-underline {
    width: 10rem;
    height: 2px;
    background-color: #5A4B38;
    margin-top: 5px;
}
.content-des{
    font-family: "Questrial", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #5A4B38;
}
.content-price{
    font-family: "Questrial", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: #5A4B38;
    padding-left: 1rem;
}

@media screen and (max-width: 992px) {
    .res-content{
        text-align: center;
    }
    .content-price{
        padding-left: 0rem;
    }
    .title-underline{
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}
.carousel-img{
    width: 100%;
    height: 1255px;
};

.custom-carousel-control {
    border: none;
}

/* Posisi tombol prev dan next */
.custom-prev {
    border-radius: 50%;
    padding: 10px 15px;
    left: 10px;
    border: none;
    background-color: #DDD1BB;
}

.custom-next {
    border-radius: 50%;
    padding: 10px 15px;
    left: 10px;
    border: none;
    background-color: #DDD1BB;
}

.custom-carousel-control i {
    font-size: 24px;
    color: #5A4B38;
}


/* Gambar produk pada carousel */
.product-carousel-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
@media screen and (max-width: 576px) {
    .product-carousel-img{
        height: 220px;
    }
}

.content-card {
    border: none;
    background: transparent;
}

.bento-content{
    padding: 10vh 0;
}

.content-fullcard {
    background-image: url(../assets/images/IMG_9309_jpg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    position: relative; 
}



.panel {
    background-color: white; /* Warna panel dengan sedikit transparansi */
    width: 591px;
    height: 320px;
    position: absolute;
    top: 100px;
    right: 400px;
    border-radius: 8px;
    padding: 50px;
}

/* Media Queries untuk responsivitas */
@media screen and (max-width: 1600px){
    .panel{
        right: 150px;
    }
}
@media (max-width: 1200px) {
    .panel {
        width: 500px;
        right: 50px;
    }
}

@media (max-width: 992px) {
    .panel {
        width: 450px;
        right: 40px;
        top: 100px;
    }
}

@media (max-width: 768px) {
    .panel {
        width: 80%;
        height: 300px;
        top: 120px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .panel {
        width: 80%; /* Agar panel menyesuaikan layar */
        height: 260px;
        top: 180px;
        padding: 20px;
    }
}

.see-btn{
    background-color: #8A7357;
    color: white;
    border: none;
    border-radius: 0.3rem;
    padding: 15px 40px;
    font-size: 14px;
    text-decoration: none;
}
.see-btn:hover{
    background-color: #725C46;
}

.tiramisu-content {
    border-top: 1px solid #C4B29A;
    border-bottom: 1px solid #C4B29A;
}

.tiramisu-content-img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.tiramisu-text{
    padding-top: 15vh;
    padding-left: 4vw;
    width: 70%;
    min-height: 300px;
}
@media screen and (max-width: 768px) {
    .tiramisu-content-img {
        height: 300px;
    }
    .tiramisu-text{
        padding: 5vh 0;
        width: 100%;
        text-align: center;
    }
}

.article-content { 
    padding: 10vh 0;
}

.article-card {
    width: 364px; /* Tetap mempertahankan ukuran standar */
    max-width: 100%; /* Mencegah card membesar di layar kecil */
    border-radius: 5px;
    background-color: white;
}

.article-body{
    padding: 20px;
}

.article-card-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 5px 5px 0px 0px;
}


.article-title {
    font-family: "Questrial", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: #5A4B38;
}

.article-des {
    font-family: "Questrial", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #5A4B38;
}

.article-link {
    font-family: "Questrial", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #5A4B38;
    text-decoration: none;
}
@media screen and (max-width: 992px) {
    .article-card-img{
        height: 250px;
    }
    .article-title {
        font-size: 22px;
    }

    .article-des {
        font-size: 13px;
    }

    .article-link {
        font-size: 12px;
    }
    .article-body{
        padding: 18px;
    }
}

@media screen and (max-width: 768px) {
    .article-card-img{
        height: 200px;
    }
    .article-title {
        font-size: 20px;
    }

    .article-des {
        font-size: 12px;
    }

    .article-link {
        font-size: 14px;
    }
    .article-body{
        padding: 14px;
    }
}

@media screen and (max-width: 480px) {
    .article-card-img{
        height: 150px;
    }
    .article-title {
        font-size: 18px;
    }

    .article-des {
        font-size: 11px;
    }

    .article-link {
        font-size: 12px;
    }
    .article-body{
        padding: 10px;
    }
}

.empty-space{
    height: 1vh;
}
/* HOME PAGE END */

/* FOOTER SECTION */
.back-on-top{
    border-top: 1px solid #C4B29A;
    border-bottom: 1px solid #C4B29A;
    height: 10vh;
}
.back-to-top-btn {
    font-family: "Questrial", serif;
    font-weight: 400;
    font-style: normal;
    padding: 20px 100px;
    font-size: 16px;
    background-color: transparent;
    color: #5A4B38;
    border: none;
    cursor: pointer;
}
.footer-section{
    padding-bottom: 15vh;
}
.footer-high{
    font-family: "Questrial", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #5A4B38;
}
.footer-list{
    font-family: "Questrial", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #5A4B38;
    text-decoration: none;
}
.copyright-section{
    font-family: "Questrial", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    border-top: 1px solid #C4B29A;
}
.copyright-section a{
    color: #5A4B38;
}

.social-links {
    position: relative;
    z-index: 10;
}

.social-links li {
    position: relative;
    z-index: 10;
}

@media (max-width: 576px) {
    .social-links {
        z-index: 9999;
    }
}

/* FOOTER END */

/* CAKE PRODUCTS PAGE */
.product-panel{
    border-left: #C4B29A 1px solid;
}
.product-content{
    padding-left: 2vw;
}
.product-image {
    width: 400px;
    height: 500px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

@media screen and (max-width: 992px) {
    .product-image {
        width: 350px;
        height: 450px;
    }
}

@media screen and (max-width: 768px) {
    .product-image {
        width: 300px;
        height: 400px;
    }
}

@media screen and (max-width: 576px) {
    .product-image {
        width: 250px;
        height: 350px;
    }
}

@media screen and (max-width: 400px) {
    .product-image {
        width: 200px;
        height: 300px;
    }
}


@media screen and (max-width: 768px) {
    .product-panel{
        border-left: none;
    }
}
.product-title{
    font-family: "Oleo Script", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 56px;
    color: #5A4B38;
}
@media screen and (max-width: 768px) {
    .product-title{
        text-align: center;
    }
}
.product-des{
    font-family: "Questrial", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #5A4B38;
}

.product-price{
    font-family: "Questrial", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    color: #5A4B38;
}

    /* Product Table */
.product-table{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.product-table table{
    table-layout: fixed;
    width: 100%;
}
.product-table table thead th{
    font-family: "Questrial", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #5A4B38;
    text-align: center;
    background-color: transparent !important;
}
.product-table .table thead{
    border-bottom: 1px solid #5A4B38;
}
.product-table td, .product-table th{
    border: none;
    background-color: transparent !important;
}
.product-table table tbody td{
    font-family: "Questrial", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #5A4B38;
    text-align: center;
    vertical-align: middle;
}

/* Styling untuk select */
.product-select select{
    padding: 8px;
    font-size: 16px;
    color: #5A4B38;
    background-color: white;
}
.product-select option{
    font-family: "Questrial", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #5A4B38;
}


    /* Product Table End */

    /* Selection Section */
.selection-table{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.selection-table table{
    table-layout: fixed;
    width: 100%;
}
.selection-table thead{
    border-bottom: 1px solid #5A4B38;
}
.selection-table td, .selection-table th{
    border: none;
    background-color: transparent !important;
    text-align: center;
}
.selection-table thead th{
    font-family: "Questrial", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #5A4B38;
    text-align: center;
    background-color: transparent !important;
}
.selection-table table tbody td{
    font-family: "Questrial", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #5A4B38;
    text-align: center;
    vertical-align: middle;
}

.radio-cell {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px; /* Sesuaikan dengan tinggi tabel */
}

.custom-radio {
    appearance: none;
    width: 30px;
    height: 30px;
    border: 2px solid #5A4B38;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    background-color: white;
}

.custom-radio:checked {
    background-color: #5A4B38; 
    border-color: #5A4B38;
}

.custom-radio:checked::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%) rotate(45deg);
}
    /* Selection Section End */
.select-label{
    font-family: "Questrial", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #5A4B38;
}

.order-btn {
    background-color: #8A7357;
    color: white;
    border: none;
    border-radius: 30px;
    padding: 15px 0px;
    width: 100%;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.order-btn i {
    font-size: 20px;
}

.order-btn:hover {
    background-color: #725C46;
}



.row-border{
    border-top: 1px solid #C4B29A;
}

.additional-accordion .accordion-button {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: inherit;
}

.additional-accordion .accordion-button:not(.collapsed) {
    background-color: transparent !important;
    font-family: "Questrial", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: #5A4B38;
}

.additional-accordion .accordion-item {
    border: none !important;
    background-color: transparent !important;
    
}

.additional-accordion .accordion-collapse {
    background-color: transparent !important;
}

.additional-accordion .accordion-header{
    border-top: #DDD1BB 1px solid;
}

.additional-accordion .additional-title{
    font-family: "Questrial", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: #5A4B38;
}


.additional-des{
    font-family: "Questrial", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #5A4B38;
}

.accessoris-table thead{
    border-bottom: 1px solid #5A4B38;
}
.accessoris-table td, .accessoris-table th{
    border: none;
    background-color: transparent !important;
}


.accessoris-table {
    table-layout: fixed;
    width: 100%;
}
.tr-bot-border{
    border-bottom: 1px solid #C4B29A;
}
.tr-bot-border td{
    font-family: "Questrial", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #5A4B38;
}
    /* Additional Content End */

.gallery-accordion .accordion-button {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: inherit;
    display: flex;
    justify-content: center; /* Menjaga teks tetap di tengah */
    text-align: center; /* Memastikan teks berada di tengah secara horizontal */
    width: 100%; /* Membuat tombol lebar penuh */
}

.gallery-accordion .accordion-button::after {
    position: absolute;
    right: 1rem; /* Pastikan arrow tetap di sisi kanan */
}

.gallery-accordion .accordion-button:not(.collapsed) {
    background-color: transparent !important;
    font-family: "Oleo Script", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    color: #5A4B38;
}

.gallery-accordion .accordion-item {
    border: none !important;
    background-color: transparent !important;
    
}

.gallery-accordion .accordion-collapse {
    background-color: transparent !important;
}

.gallery-accordion .additional-title{
    font-family: "Oleo Script", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    color: #5A4B38;
}

.gallery-row {
    width: 71%;
}

@media screen and (max-width: 1200px) {
    .gallery-row {
        width: 100%;
    }
}

.gallery-img{
    width: 300px;
    height: 300px;
    object-fit: cover;
    border: 5px solid white;
    cursor: pointer;
}

@media screen and (max-width: 1400px) {
    .gallery-img {
        width: 100%;
        max-width: 300px;
    }
}
@media screen and (min-width: 1200px) {
    .gallery-img {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 992px) {
    .gallery-img {
        width: 100%;
        max-width: 250px;
    }
}

@media (max-width: 576px) {
    .gallery-img {
        width: 100%;
        height: 200px;
    }
}
@media screen and (min-width: 576px) {
    .modal-img:hover{
        transform: scale(1.5);
    }
    .gallery-modal img {
        transition: transform 0.3s ease;
    }
    .carousel-modal img {
        transition: transform 0.3s ease;
    }
}
/* CAKE PRODUCTS PAGE END */

/* CUSTOM CAKE */
.custom-image {
    width: 400px;
    height: 400px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

@media screen and (max-width: 992px) {
    .custom-image {
        width: 350px;
        height: 350px;
    }
}

@media screen and (max-width: 768px) {
    .custom-image {
        width: 300px;
        height: 300px;
    }
}

@media screen and (max-width: 576px) {
    .custom-image {
        width: 250px;
        height: 250px;
    }
}

@media screen and (max-width: 400px) {
    .custom-image {
        width: 200px;
        height: 200px;
    }
}
/* CUSTOME CAKE END */

/* ARTICLES DETAIL */
.content-space{
    background-image: url(../assets/images/IMG_1806_jpg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    position: relative; 
}

.space-text {
    position: absolute;
    top: 40%;
    left: 10vw;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: bold;
    color: white;
    font-family: "Oleo Script", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 64px;
    color: white;

}
.article-image{
    max-width: 100%; 
    max-height: 400px;
    object-fit: cover;
}

.article-section{
    width: 80%;
    margin: 0 auto;
}
@media screen and (max-width: 576px) {
    .article-section{
        width: 100%;
    }
    .article-image{
        max-height: 400px;
    }
}



.article-information{
    font-family: "Questrial", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #5A4B38;
}

@media (max-width: 992px) {
    .content-space {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .content-space {
        height: 250px;
    }
}

@media (max-width: 576px) {
    .content-space {
        height: 200px;
    }
}
/* ARTICLES DETAIL PAGE */


/* ABOUT US */
.map-section{
    background-color: white;
}
.map-section {
    margin: 0;
    padding: 0;
}

.map-section .col-md-6 {
    padding: 0; /* Hilangkan padding di dalam col-md-6 */
}

.map-section iframe {
    width: 100%;
    height: 350px;
    border: 0;
    display: block; /* Hilangkan space ekstra */
}

/* Sesuaikan tinggi pada layar lebih besar */
@media (min-width: 768px) {
    .map-section iframe {
        height: 500px;
    }
}

@media (min-width: 992px) {
    .map-section iframe {
        height: 600px;
    }
}

.map-content{
    padding: 15vh 5vw;
}
@media screen and (max-width: 992px) {
    .map-content{
        padding: 10vh 5vw;
    }
    
}
@media screen and (max-width: 576px) {
    .map-content{
        padding: 5vh 5vw;
    }
}

.map-head{
    font-family: "Oleo Script", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #5A4B38;
}
.map-sub{
    font-family: "Questrial", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #5A4B38;
}
.arrow-icon{
    width: 5vh;
    height: 100%;
}
.title-underline-center {
    width: 12rem;
    height: 2px;
    background-color: #5A4B38;
    margin: 5px auto 0;
    display: block;
}

.testimonials-section{
    padding-top: 8vh;
    padding-bottom: 3vh;
}

.testimonials-head {
    background-color: #DDD1BB;
    border: none;
}

.testimonial-card {
    background-color: #DDD1BB;
    border-radius: 15px;
    text-align: center;
    padding: 50px 20px 20px;
    position: relative;
    max-width: 350px;
    margin: auto;
}

.testimonial-img-container {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.testimonial-img {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    object-fit: cover;
    max-width: 100%;
}

.testimonial-body {
    padding: 40px 15px 20px;
    min-height: 30vh;
}

.testimonial-name {
    font-family: "Questrial", serif;
    font-weight: 400;
    font-size: 20px;
    color: #5A4B38;
    margin-bottom: 5px;
}

.testimonial-text {
    font-size: 16px;
    color: #5A4B38;
    margin: 0 15px;
    line-height: 1.6;
}

.testimonials-body {
    padding-top: 30px;
    background-color: #DDD1BB;
    border: none;
}

.testimonials-name {
    font-family: "Questrial", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #5A4B38;
}

/* RESPONSIVE DESIGN */
@media (max-width: 768px) {
    .testimonial-card {
        padding: 40px 15px 20px;
    }

    .testimonial-body {
        padding: 35px 10px 15px;
        min-height: 20vh;
    }

    .testimonial-text {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .testimonial-card {
        padding: 35px 10px 15px;
    }

    .testimonial-body {
        padding: 30px 10px 10px;
        min-height: 10vh;
    }

    .testimonial-text {
        font-size: 13px;
    }

    .testimonial-img-container {
        width: 80px;
        height: 80px;
    }

    .testimonial-img {
        width: 70px;
        height: 70px;
    }
}
/* ABOUT US END */


/* ARTICLE PAGE */
.article-page{
    padding-bottom: 3vh;
}
.custom-pagination {
    display: flex;
    justify-content: center;
    padding-bottom: 10vh;
}

.custom-pagination .page-link {
    color: #5A4B38; /* Warna font */
    border-color: #5A4B38; /* Warna border */
}

.custom-pagination .page-link:hover {
    background-color: #5A4B38; /* Warna latar saat hover */
    color: white; /* Warna teks saat hover */
}

/* ARTICLE PAGE END */


/* CONTOH CARD ARTICLE */
.article-card-row {
    width: 100%;
    height: 300px;
    border-radius: 5px;
    overflow: hidden;
}

.article-card-img-row{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
@media (max-width: 1200px) {
    .article-card-row {
        height: auto;
    }

    .article-card-img-row {
        height: 250px;
    }
}
@media (max-width: 768px) { /* Untuk tampilan mobile */
    .article-card-img-row {
        height: 200px;
    }
}
.article-title2 {
    font-family: "Questrial", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: #5A4B38;
}

.article-des2 {
    font-family: "Questrial", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #5A4B38;
}

.article-link2 {
    font-family: "Questrial", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #5A4B38;
    text-decoration: none;
}
.border-article-row {
    border-left: 0.25rem solid #8A7357 !important;
}
@media screen and (max-width: 992px) {
    .article-title2 {
        font-size: 22px;
    }

    .article-des2 {
        font-size: 13px;
    }

    .article-link2 {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .article-title2 {
        font-size: 20px;
    }

    .article-des2 {
        font-size: 12px;
    }

    .article-link2 {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .article-title2 {
        font-size: 18px;
    }

    .article-des2 {
        font-size: 11px;
    }

    .article-link2 {
        font-size: 12px;
    }
}
/* CONTOH CARD ARTICLE END */

/* LOGIN PAGE SECTION */
.login-logo{
    position: absolute;
    top: 50px;
    left: 100px;
    width: 150px;
    height: 150px;
    z-index: 10;
    background-color: white;
    border-radius: 50%;
    padding: 10px;
}
.login-thumbnail{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.login-title{
    font-family: "Oleo Script", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 48px;
    color: #5A4B38;
}
.login-greetings{
    font-family: "Questrial", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #5A4B38;
}
.login-label{
    font-family: "Questrial", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #5A4B38;
}

.btn-signin{
    font-family: "Questrial", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    background-color: #8A7357;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 10px 40px;
    font-size: 14px;
    text-decoration: none;
}
.btn-signin:hover{
    background-color: #725C46;
}

.toggle-password {
    cursor: pointer;
    background-color: #eee;
    border-left: none;
    transition: background-color 0.3s;
}

.toggle-password:hover {
    background-color: #ddd;
}
@media (max-width: 992px) {
    
    .login-logo {
        width: 120px;
        height: 120px;
        top: 30px;
        left: 50px;
    }
}

@media (max-width: 768px) {
    .login-title{
        text-align: center;
    }
    .login-greetings{
        text-align: center;
    }
    .login-thumbnail {
        height: 200px;
    }
    
    .login-logo {
        width: 100px;
        height: 100px;
        top: 20px;
        left: 30px;
    }
}

@media (max-width: 576px) {
    .login-title{
        text-align: center;
    }
    .login-greetings{
        text-align: center;
    }
    .login-thumbnail {
        height: 100px;
    }
    
    .login-logo {
        width: 80px;
        height: 80px;
        top: 10px;
        left: 20px;
    }
}

/* LOGIN PAGE SECTION END */


/* ADMIN PAGE SECTION */
.admin-navbar-logo {
    width: 90px;
    height: 90px;
}

.admin-btn-offcanvas {
    background-color: #8A7357;
    color: white;
    border: none;
    border-radius: 0.3rem;
    padding: 5px 10px;
    font-size: 14px;
    text-decoration: none;
    margin-top: 1vh;
}
.admin-btn-offcanvas:hover{
    background-color: #725C46;
}

.admin-nav-title {
    font-family: "Oleo Script", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    color: #5A4B38;
    flex-grow: 1;
    text-align: center;
    margin: 0;
}

.admin-navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.admin-navbar{
    border-bottom: 2px solid #DDD1BB;
}
.row-content{
    border-right: 2px solid #DDD1BB;
}
.admin-signout-btn {
    background-color: #dc3545;
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
}

.admin-signout-btn:hover {
    background-color: #c82333;
}

@media screen and (max-width: 992px) {
    .admin-navbar-logo {
        width: 70px;
        height: 70px;
    }

    .admin-nav-title {
        font-size: 30px;
    }
    .admin-signout-btn {
        padding: 10px 14px;
        font-size: 16px;
    }
}

@media screen and (max-width: 576px) {
    .admin-navbar-logo {
        width: 50px;
        height: 50px;
    }

    .admin-nav-title {
        font-size: 24px;
    }
    .admin-signout-btn {
        padding: 8px 12px;
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .admin-navbar-logo {
        width: 40px;
        height: 40px;
    }

    .admin-nav-title {
        font-size: 20px;
    }
    .admin-signout-btn {
        padding: 4px 8px;
        font-size: 6px;
    }
}

.admin-offcanvas{
    display: none !important;
}
.admin-sidebar{
    display: block !important;
    border-right: #DDD1BB 2px solid;
}
@media screen and (max-width: 768px) {
    .admin-offcanvas {
        display: block !important;
    }
    .admin-sidebar{
        display: none !important;
    }
}

.tab-title{
    font-family: "Oleo Script", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    color: #5A4B38;
    margin-bottom: 5px;
}

.tab-title-underline{
    width: 10rem;
    height: 1.5px;
    background-color: #5A4B38;
    margin-top: 0;
}

.sidebar-btn .nav-link {
    border-radius: 0 !important;
    font-size: 16px;
    font-weight: bold;
    color: #5A4B38;
    background-color: white;
    height: 8vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.sidebar-btn .nav-link.active {
    color: white !important;
    background-color: #C4B29A !important;
}

.sidebar-btn .nav-link:not(.signout-btn):hover {
    background-color: #C4B29A !important;
    color: white !important;
}

.sidebar-btn .nav-link.signout-btn {
    background-color: darkred !important;
    color: white !important;
}

.sidebar-btn .nav-link.signout-btn:hover {
    background-color: red !important;
    color: white !important;
}


.admin-table-container {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: auto;
    max-height: 800px;
}

.admin-table {
    min-width: 800px;
}

.table-img{
    width: 200px;
    height: 200px;
    object-fit: cover;
}

/* Menentukan lebar kolom agar gambar lebih kecil dari teks */
.cake-table th:nth-child(1), /* # */
.cake-table td:nth-child(1) {
    width: 5%;
}

.cake-table th:nth-child(2), /* Image */
.cake-table td:nth-child(2) {
    width: 15%;
}

.cake-table th:nth-child(3), /* Name */
.cake-table td:nth-child(3) {
    width: 50%;
}

.cake-table th:nth-child(4), /* Delete */
.cake-table td:nth-child(4) {
    width: 20%;
}

.dessert-table th:nth-child(1), /* # */
.dessert-table td:nth-child(1) {
    width: 5%;
}

.dessert-table th:nth-child(2), /* Image */
.dessert-table td:nth-child(2) {
    width: 15%;
}

.dessert-table th:nth-child(3), /* Name */
.dessert-table td:nth-child(3) {
    width: 15%;
}

.dessert-table th:nth-child(4), /* Flavour */
.dessert-table td:nth-child(4) {
    width: 15%;
}

.dessert-table th:nth-child(5), /* Price */
.dessert-table td:nth-child(5) {
    width: 15%;
}

.dessert-table th:nth-child(6), /* Options */
.dessert-table td:nth-child(6) {
    width: 15%;
}

.variants-table th:nth-child(1), /* # */
.variants-table td:nth-child(1) {
    width: 5%;
}

.variants-table th:nth-child(2), /* Image */
.variants-table td:nth-child(2) {
    width: 10%;
}

.variants-table th:nth-child(3), /* Name */
.variants-table td:nth-child(3) {
    width: 10%;
}

.variants-table th:nth-child(4), /* Price */
.variants-table td:nth-child(4) {
    width: 15%;
}

.variants-table th:nth-child(5), /* Options */
.variants-table td:nth-child(5) {
    width: 15%;
}

.variants-table th:nth-child(6), /* Options */
.variants-table td:nth-child(6) {
    width: 10%;
}

.cake-table thead th, 
.dessert-table thead th, 
.variants-table thead th {
    text-align: center;
}



.admin-search {
    width: 50% !important;
    min-width: 150px !important;
    flex-grow: 1 !important;
}

.btn-search{
    background-color: #725C46 !important;
    color: white !important;
}

.btn-search:hover{
    background-color: #5A4B38 !important;
}

.btn-add{
    background-color: #725C46 !important;
    color: white !important;
}
.btn-add:hover{
    background-color: #5A4B38 !important;
}


@media screen and (max-width: 992px) {
    .table-img{
        width: 150px;
        height: 150px;
        object-fit: cover;
    }
    
}
@media screen and (max-width: 768px) {
    .table-img{
        width: 100px;
        height: 100px;
        object-fit: cover;
    }
    
}

    /* ADMIN MODAL SECTION */

.admin-modal-img {
    max-width: 100%; 
    max-height: 400px;
    width: auto;      
    height: auto;     
    display: block;
    margin: 0 auto;
    object-fit: contain;
}
    


    /* ADMIN MODAL SECTION END */

/* ADMIN PAGE SECTION END */


/* FLOATING WHATSAPP COMPONENT */
/* Floating Chat Container */
.floating-chat {
    position: fixed;
    bottom: 20px;
    right: 20px; /* Tetap di pojok kanan bawah */
    z-index: 1050;
    display: flex;
    flex-direction: column; /* Button di bawah, chatbox di atas */
    align-items: flex-end;
    pointer-events: none;
}

/* Floating Button */
.chat-button {
    width: 60px;
    height: 60px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #25D366;
    color: white;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease, background 0.3s ease;
    pointer-events: auto;
}

.chat-button:hover {
    background-color: #1EBE5D;
    transform: scale(1.1);
}

/* Chatbox */
.chatbox {
    width: 320px;
    position: absolute;
    bottom: 20px; /* Jarak antara chatbox dan tombol */
    right: 0; /* Supaya chatbox tetap di atas tombol */
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}

/* Show Chatbox */
.chatbox.show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Avatar Styling */
.chat-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
}

/* Responsiveness */
@media (max-width: 768px) {
    .chatbox {
        width: 280px; /* Lebih kecil di tablet */
    }
    .chat-button {
        width: 55px;
        height: 55px;
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .floating-chat {
        bottom: 15px;
        right: 15px;
    }
    .chatbox {
        width: 260px; /* Lebih kecil di mobile */
    }
}

.text-justify {
    text-align: justify;
}


/* FLOATING WHATSAPP COMPONENT END */