
.wa-admin,
.wa-admin:hover,
.wa-admin:focus,
.wa-admin:active {
    color: #fff !important;
    text-decoration: none;
}
.wa-admin:hover {
    background: #1ebe5d; 
    transform: translateY(-2px);
    transition: 0.2s ease;
}

.wa-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0,0,0,0.5);
}

.wa-modal-content {
    background: #fff;
    max-width: 360px;
    margin: 15% auto;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    animation: fadeIn 0.3s ease;
}

.wa-close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 22px;
    cursor: pointer;
}

.wa-admin-list {
    margin-top: 15px;
}

.wa-admin {
    display: block;
    text-decoration: none;
    background: #25D366;
    color: #fff;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.wa-admin span {
    display: block;
    font-size: 13px;
    opacity: 0.9;
}

@keyframes fadeIn {
    from { transform: scale(0.9); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.news-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.news-card:hover {
    transform: translateY(-5px);
}

.news-thumb {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.news-card-body {
    padding: 15px;
}

.news-card-body h6 a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
}

.news-card-body p {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.sidebar-post img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
}

.sidebar-post h6 a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
}

.category-list li {
    margin-bottom: 8px;
}

.category-list a {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: #333;
}

.tag-list a {
    display: inline-block;
    background: #f1f1f1;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    margin: 4px 4px 0 0;
    text-decoration: none;
    color: #333;
}
.pagination .page-link {
    color: #333;
    border-radius: 8px;
    margin: 0 4px;
}

.pagination .active .page-link {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
}
.blog-meta span {
    color: #777;
    font-size: 14px;
}

.blog-content p {
    line-height: 1.8;
    color: #444;
    margin-bottom: 16px;
}

.blog-content h4 {
    margin-top: 25px;
    font-weight: 600;
}

.blog-content blockquote {
    padding: 15px 20px;
    background: #f8f9fa;
    border-left: 4px solid #0d6efd;
    font-style: italic;
    margin: 20px 0;
}

.blog-tags a {
    display: inline-block;
    background: #f1f1f1;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    margin: 5px 5px 0 0;
    text-decoration: none;
    color: #333;
}
.contact-info i {
    margin-right: 8px;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
/* ===== CONTACT PAGE STYLE ===== */
.contact-section {
    background: linear-gradient(180deg, #f4fbff 0%, #ffffff 100%);
}

.contact-section .card {
    background: #eaf7ff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 123, 255, 0.12);
    transition: all 0.3s ease;
}

.contact-section .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 123, 255, 0.2);
}

.contact-section .card h5 {
    color: #0d6efd;
    font-weight: 600;
}

/* FORM */
.contact-section .form-control {
    border-radius: 10px;
    border: 1px solid #b6e4ff;
}

.contact-section .form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, 0.25);
}

/* BUTTON */
.contact-section .btn-primary {
    border-radius: 10px;
    font-weight: 600;
}

/* CONTACT INFO */
.contact-info li {
    background: #ffffff;
    padding: 12px 14px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.contact-info i {
    font-size: 1.1rem;
    margin-right: 6px;
}
/* ===== ALBUM ===== */
/* ===== ALBUM CARD ===== */
.album-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    cursor: pointer;
}

.album-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.album-card:hover img {
    transform: scale(1.1);
}

/* OVERLAY */
.album-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;

    opacity: 0;
    transition: all 0.3s ease;
}

/* PAKSA WARNA TEKS */
.album-overlay h6,
.album-overlay span {
    color: #ffffff !important;
}

.album-overlay h6 {
    font-size: 1.1rem;
    font-weight: 600;
}

.album-overlay span {
    font-size: 0.85rem;
    opacity: 0.9;
}

.album-card:hover .album-overlay {
    opacity: 1;
}


/* FILTER BUTTON */
.filter-btn {
    margin: 4px;
    border-radius: 20px;
}

.filter-btn.active {
    background: #0d6efd;
    color: #fff;
}

.penginapan-card img {
    height: 230px;
    object-fit: cover;
}

.penginapan-card:hover {
    transform: translateY(-4px);
    transition: .3s ease;
}
.destinasi-card {
    border-radius: 14px;
    overflow: hidden;
    transition: all .3s ease;
}

.destinasi-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,.12);
}

.destinasi-img-wrapper {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.destinasi-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.destinasi-card:hover img {
    transform: scale(1.08);
}

.destinasi-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 30px;
}
/* IMAGE */
.destinasi-img-box {
    width: 100%;
    height: 360px;
    border-radius: 16px;
    overflow: hidden;
}

.destinasi-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* FACILITY */
.facility-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f8f9fa;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 14px;
}

.facility-item i {
    font-size: 18px;
    color: #0d6efd;
}

/* MAP */
.map-responsive {
 position: relative;
    width: 100%;
    padding-top: 35%; /* kontrol tinggi map */
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,.1);
}

.map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
@media (max-width: 768px) {
    .map-wrapper {
        padding-top: 55%;
    }
}

========================= */
.service-card {
    background: #fff;
    padding: 35px 25px;
    border-radius: 20px;
    height: 100%;
    box-shadow: 0 15px 40px rgba(0,0,0,.06);
    transition: .35s ease;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #0d6efd, #20c997);
    top: 0;
    left: 0;
}

.service-card h5 {
    font-weight: 700;
    margin-bottom: 10px;
}

.service-card p {
    color: #555;
    font-size: .95rem;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0,0,0,.12);
}
.info-box {
    background: #ffffff;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.info-title {
    font-weight: 700;
    margin-bottom: 15px;
}

.info-list {
    padding-left: 18px;
}

.info-list li {
    margin-bottom: 10px;
    line-height: 1.6;
}
.fleet-card {
    background: #ffffff;
    padding: 15px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.fleet-card:hover {
    transform: translateY(-5px);
}

.fleet-img {
    width: 100%;
    max-height: 120px;
    object-fit: contain;
    margin-bottom: 10px;
}

.fleet-name {
    font-weight: 600;
    margin: 0;
    font-size: 15px;
}

/* Mobile Optimization */
@media (max-width: 576px) {
    .fleet-img {
        max-height: 90px;
    }

    .fleet-name {
        font-size: 14px;
    }
}
.custom-text-box-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

