/* =============================================
   NAVBAR — teks lebih tebal
   ============================================= */
#header .nav > li > a,
#header .nav > li > a:hover,
#header .nav > li > a:focus,
#header .header-nav-main nav > ul > li > a {
    font-weight: 700 !important;
    letter-spacing: 0.3px;
}
#header .header-nav-main nav > ul > li.dropdown > a {
    font-weight: 700 !important;
}

/* =============================================
   FOOTER — semua teks putih
   ============================================= */
#footer,
#footer p,
#footer h4,
#footer h3,
#footer h2,
#footer li,
#footer ul,
#footer a,
#footer span,
#footer .newsletter,
#footer .newsletter p,
#footer .contact-details,
#footer .contact-details p,
#footer .contact-details li,
#footer .contact-details li p,
#footer .contact-details strong {
    color: #fff !important;
}
#footer a:hover {
    color: #ddd !important;
    text-decoration: underline;
}
#footer .btn-link {
    color: #fff !important;
    border-color: #fff !important;
    font-weight: 600;
}
#footer .footer-copyright p,
#footer .footer-copyright {
    color: #fff !important;
}

/* Footer social icons: outlined circle visible by default */
#footer .social-icons li a {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.45) !important;
    width: 36px; height: 36px; line-height: 34px;
    display: inline-block; text-align: center; border-radius: 50%;
}
#footer .social-icons li a:hover {
    background: #fff !important; color: #333 !important; border-color: #fff !important;
}

/* =============================================
   HOMEPAGE — Who We Are section polish
   ============================================= */
.home-who-we-are {
    padding: 70px 0 50px 0;
}
.home-who-we-are h2 {
    font-size: 32px;
    margin-bottom: 5px;
}
.home-who-we-are .section-divider {
    width: 55px;
    height: 3px;
    background: #6b3fa0;
    margin: 18px 0 22px 0;
}

/* =============================================
   HOMEPAGE — Section headings
   ============================================= */
.home-section-heading {
    text-align: center;
    padding: 50px 0 30px 0;
}
.home-section-heading h3 {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-bottom: 14px;
}
.section-title, .home-section-heading h3 { color: #1a1a2e; }
.home-section-heading h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: #6b3fa0;
}

/* =============================================
   HOMEPAGE — Destination & Product cards
   ============================================= */
.home-card-grid {
    padding-bottom: 50px;
}
.home-card-grid .thumb-info {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
    transition: box-shadow 0.3s, transform 0.3s;
    display: block;
    margin-bottom: 24px;
}
.home-card-grid .thumb-info:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.18);
    transform: translateY(-4px);
}

/* =============================================
   SPLIT SLIDER — Certification section
   ============================================= */
#home-split-section {
    background: #f4f4f8;
}
.home-split-left {
    background: #fff;
    box-shadow: 4px 0 20px rgba(0,0,0,0.06);
    z-index: 1;
}
.home-split-right {
    background: #1a1a2e;
}
/* Old certification slide styles (right half) — keep but will be overridden by logo slider rules below */
.cert-logo-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #1a1a2e;
    min-height: 480px;
    padding: 40px;
}
.cert-logo-slide img {
    max-width: 80%;
    max-height: 320px;
    object-fit: contain !important;
    filter: brightness(0) invert(1);
    opacity: 0.92;
}
.cert-logo-slide .no-image-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.3);
}

/* Logo slider overrides (white background, small boxes) */
#logo-slider .cert-logo-slide {
    background: transparent !important;
    min-height: 0 !important;
    padding: 0 !important;
}
#logo-slider .cert-logo-slide img {
    max-width: 100% !important;
    max-height: 70px !important;
    filter: none !important;
    opacity: 1 !important;
}
#logo-slider .carousel-indicators li {
    background: #ccc;
}
#logo-slider .carousel-indicators .active {
    background: #6b3fa0;
}

/* =============================================
   HOME-INTRO bar
   ============================================= */
.home-intro.home-intro-primary {
    padding: 22px 0;
}

/* Floating WhatsApp button */
.wa-fab {
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25D366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    z-index: 9999;
}
.wa-fab:hover { text-decoration: none; color: #fff; box-shadow: 0 10px 28px rgba(0,0,0,0.3); }
.wa-fab i { font-size: 26px; }

figcaption{
    padding: 1px;
    margin: 1px;
    text-align: center;
    color: #000000;
    font-size: 12px;
}
figure{
    padding: 5px;
    margin: 15px 15px;
    border: solid 1px #B2B2B2;
    background: transparent;
}
.form-control-datepicker-custom {
    position: relative;
}
.form-control-datepicker-custom:before {
    position: absolute;
    font-family: simple-line-icons;
    content: "\e075";
    font-size: 10px;
    top: 3px;
    font-size: 14px;
    color: #881624;
    z-index: 1;
    right: 3px;
}