body {
    background: #f5f4f4;
}

/*NAVBAR*/

.navbar-custom {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}

/* Container navbar */
.navbar-custom nav {
    height: 85px;
}

/* Logo */
.navbar-custom img {
    transition: 0.3s;
}

.navbar-custom img:hover {
    transform: scale(1.03);
}

/* Menu */
.navbar-custom ul li a,
.navbar-custom span {
    color: #1f2937;
    font-weight: 600;
    transition: 0.3s;
}

/* Dropdown */
.navbar-custom .group ul,
.navbar-custom .group .bg-white {
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f1f1;
}

/* Button pendaftaran */
.navbar-custom .bg-primary-200 {
    background: #f54969 !important;
    color: white !important;
    transition: 0.3s;
}

.navbar-custom .bg-primary-200:hover {
    background: #e6192e !important;
    transform: translateY(-2px);
}
/* Area hover menu */

.navbar-custom ul li > a,
.navbar-custom .x-dropdown-button {
    padding: 12px 18px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

/* Hover seluruh area */

.navbar-custom ul li > a:hover,
.navbar-custom .x-dropdown-button:hover {
    background: rgba(37, 99, 235, 0.1);
    color: #fe0000;
}

.material-symbols-outlined {
    font-variation-settings:
        "FILL" 0,
        "wght" 400,
        "GRAD" 0,
        "opsz" 24;
}

.values-card:hover {
    border-left-width: 4px;
    border-left-color: #b70011;
}

/* visimisi */
.custom-shadow {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.custom-shadow-hover:hover {
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

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

/* Gembala */
.material-symbols-outlined {
    font-variation-settings:
        "FILL" 0,
        "wght" 400,
        "GRAD" 0,
        "opsz" 24;
}

.soft-card-shadow {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.primary-glow:focus-within {
    box-shadow: 0 0 0 4px rgba(183, 0, 17, 0.1);
}

.transition-all-custom {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* sejarah */

.material-symbols-outlined {
    font-variation-settings:
        "FILL" 0,
        "wght" 400,
        "GRAD" 0,
        "opsz" 24;
}

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

.transition-soft {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.custom-shadow {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.custom-shadow:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* Teks Berjalan */
.marquee-container:hover .marquee-content {
    animation-play-state: paused;
}

/* Smooth transition for scroll/hover interactions */
.apple-blur {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

/* jadwal pelayan */
.schedule-card-hover:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border-left: 4px solid #b70011;
}

.material-symbols-outlined {
    font-variation-settings:
        "FILL" 0,
        "wght" 400,
        "GRAD" 0,
        "opsz" 24;
}
/* pdt cabang */
.pdt-cabang {
    width: 280px;
    height: 280px;
    border-radius: 9999px;
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
