/*

Theme Name: KlikUndangan

Theme URI: http://localhost/klikundangan

Author: Mufti

Author URI: http://localhost/

Description: Tema undangan digital premium. Ringan, cepat, dan responsif.

Version: 1.0.0

License: GNU General Public License v2 or later

Text Domain: klikundangan

Tags: wedding, invitation, event, digital

*/



/* Terapkan Font ke Seluruh Elemen (atau elemen tertentu) */
body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #333;
    line-height: 1.6;
}

.desktop-menu ul li:last-child .mega-menu-container, .desktop-menu ul li:nth-last-child(2) .mega-menu-container {
    left: auto;
    right: -480px!important;
}

/* Contoh di file tema undangan */
.acara-section {
    background-image: url('<?php echo get_bg_acara_url(); ?>');
    background-size: cover;
    background-position: center;
}
a.nav-link-item.active {
    color: #0b8671;
    border-bottom: 2px solid #0b8671;
    margin-bottom: -16px;
}

li.current-menu-item.active.current-menu-item {
    background-color: #ffffff;
}

li.current-menu-item.active.current-menu-item a {
    color: #0b8671;
    font-weight: 800;
    text-decoration: underline;
}
.nav-item.active {
    color: #0b8671!important;
    border-bottom-color: #0b8671!important;
    font-weight: 800;
}
.bs-v-title a {
    color: #0b8671!important;
}
.bs-entry-content p {
    font-size: 13px;
    line-height: 20px;
}
p.txt-mute {
    font-size: 12px;
}
.swiper-button-next.custom-nav {
    display: none;
}
.swiper-button-prev.custom-nav {
    display: none;
}
.badge-basic { 
    background: #2d3748; 
    color: #fff; 
    border: 1px solid rgba(255,255,255,0.2); 
}
/* Pastikan .card-thumb memiliki position: relative; */
.card-thumb { 
    position: relative; 
}
.theme-card.locked-category { 
    opacity: 0.6; 
    filter: grayscale(0.5); /* Membuat kartu agak abu-abu agar terlihat non-aktif */
    pointer-events: none; /* User tidak bisa klik area kartu */
}

/* Tapi biarkan tombol preview tetap bisa diklik jika Anda mau user tetap bisa lihat demo */
.theme-card.locked-category .btn-preview {
    pointer-events: auto;
}
.badge {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: bold;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.badge-free { background: #1a9e84; color: #fff; }

/* Warna khusus untuk Basic */
.badge-basic { background: #2d3748; color: #fff; } 

.badge-premium { 
    background: linear-gradient(135deg, #FFD700 0%, #FDB931 100%); 
    color: #5c3a00; 
}








    .pricing-section {
        padding: 50px 20px;
        background-color: #fff;
       
    }

    .wrap-center {
        text-align: center;
        margin-bottom: 40px;
    }

    .hero-title {
        font-size: 28px;
        color: #333;
        font-weight: bold;
    }

    .pricing-container {
        display: flex;
        justify-content: center;
        align-items: stretch;
        gap: 20px;
        max-width: 1100px;
        margin: 0 auto;
        flex-wrap: wrap;
    }

    .price-card {
        background: #fff;
        border: 1px solid #e0e0e0;
        border-radius: 12px;
        width: 320px;
        padding: 30px;
        position: relative;
        display: flex;
        flex-direction: column;
        transition: transform 0.3s;
    }

    /* Gaya Paket Terlaris (Featured) */
    .price-card.featured {
        border: 2px solid #ff6600;
        transform: scale(1.05);
        z-index: 1;
    }

    .best-seller-badge {
        position: absolute;
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
        background: #ff6600;
        color: #fff;
        padding: 5px 40px;
        border-radius: 20px;
        font-size: 12px;
        font-weight: bold;
        white-space: nowrap;
    }

    .package-name {
        font-size: 20px;
        color: #1a3a5a;
        margin-bottom: 15px;
        font-weight: bold;
    }

    .current-price {
        font-size: 24px;
        color: #333;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .package-tagline {
        font-style: italic;
        color: #ff8800;
        margin-bottom: 25px;
        font-size: 14px;
    }

    .features-list {
        list-style: none;
        padding: 0;
        margin: 0 0 30px 0;
        text-align: left;
    }

    .features-list li {
        margin-bottom: 12px;
        font-size: 14px;
        color: #555;
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }

    .check-icon {
        color: #28a745;
        font-weight: bold;
    }

    .cross-icon {
        color: #dc3545;
        font-weight: bold;
    }

    .btn-select {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        background-color: #009688;
        color: #fff;
        text-decoration: none;
        padding: 12px;
        border-radius: 8px;
        font-weight: bold;
        transition: background 0.3s;
        margin-top: auto;
    }

    .btn-select:hover {
        background-color: #00796b;
    }

    @media (max-width: 768px) {
        .price-card.featured {
            transform: scale(1);
            margin: 20px 0;
        }
    }



/* Pembungkus Animasi Teks */
        .wrap-anim-text {
            display: inline-block;
            min-width: 300px; /* Menjaga agar elemen tidak menciut saat kosong */
            color: #f87171;
            position: relative;
            vertical-align: bottom; /* Menjaga alignment dengan teks statis */
        }

        /* Kursor Ketik */
        #typing-text::after {
            content: "|";
            margin-left: 5px;
            color: #f87171;
            animation: blink 0.7s infinite;
        }

        @keyframes blink {
            0%, 100% { opacity: 1; }
            50% { opacity: 0; }
        }

        p {
            font-size: 1.15rem;
            color: #6b7280;
            line-height: 1.7;
            margin-bottom: 35px;
            max-width: 750px;
        }

        .btn-group {
            display: flex;
            gap: 12px;
        }

        .btn {
            padding: 14px 28px;
            border-radius: 8px;
            font-size: 1rem;
            font-weight: 600;
            text-decoration: none;
            transition: 0.2s ease-in-out;
        }

        .btn-primary {
            background-color: #f87171;
            color: white;
            font-size: 13px;
        }

        .btn-primary:hover {
            background-color: #ef4444;
        }

        .btn-secondary {
            background-color: white;
            color: #1f2937;
            border: 1px solid #e5e7eb;
        }

        .btn-secondary:hover {
            background-color: #f9fafb;
        }

        @media (max-width: 768px) {
            h1 { font-size: 2.5rem; }
            .wrap-anim-text { display: block; min-width: auto; }
        }










        /* Hero Container dengan Background Image */
        .hero {
           position: relative;
    height: 70vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: url(https://vitestory.com/undangan/wp-content/uploads/2026/01/upload-Z_6FJ-oRC.webp);
    background-size: cover;
    background-position: center;
    color: white;
    overflow: hidden;
        }

        /* Overlay gelap transparan agar teks terlihat jelas */
        .hero::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /*background: rgba(0, 0, 0, 0.4); /* Kegelapan 40% */
            z-index: 1;
        }
h1.t-fot {
    color: #ffffff;
    text-align: center;
    max-width: 50%;
    margin: auto;
    font-size: 47px;
}

p.t-fot {
    text-align: center;
    font-size: 15px;
    margin: auto;
    text-align: center;
    padding: 31px;
}

p {}
        /* Konten Utama */
        .content {
            position: relative;
            z-index: 2;
            max-width: 800px;
            padding: 0 20px;
            /* Inisialisasi untuk animasi */
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInSmooth 1.2s ease-out forwards;
        }

       

        p {
            font-size: 1.1rem;
            margin-bottom: 40px;
            line-height: 1.6;
            font-weight: 400;
            color: rgba(255, 255, 255, 0.9);
        }

        /* Button Styling */
        .btn-group {
            display: flex;
            gap: 15px;
            justify-content: center;
        }

        .btn {
            padding: 14px 35px;
            border-radius: 50px; /* Membuat lonjong sempurna */
            font-size: 1rem;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .btn-white {
            background-color: #fff;
            color: #d8437f; /* Warna pink gelap */
        }

        .btn-white:hover {
            background-color: #1a9e84;
            transform: scale(1.05);
        }

        .btn-pink {
            background-color: #1a9e84;
            color: white;
        }

        .btn-pink:hover {
            background-color: #be185d;
            transform: scale(1.05);
        }

        /* Keyframes untuk Efek Fade In Smooth */
        @keyframes fadeInSmooth {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Responsive untuk HP */
        @media (max-width: 768px) {
            h1 { font-size: 2.2rem; }
            .btn-group { flex-direction: column; align-items: center; }
            .btn { width: 80%; }
        }








/* Sembunyikan FAQ tambahan secara default */
.faq-item.faq-hidden {
    display: none;
}

/* Container tombol */
.faq-action {
    text-align: center;
    margin-top: 30px;
}

.btn-faq-more {
    background: #ffffff;
    color: #0b8671;
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: underline;
    font-size: 17px;
}

.btn-faq-more:hover {
   color: #000000;
    transform: translateY(-2px);
}













.inspiration-detail-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.post-thumbnail {
    overflow: hidden;
    max-height: 500px;
}

.post-thumbnail img {
    object-fit: cover;
    object-position: center;
}

/* Floating Bar Style */
.floating-interaction-bar {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 150, 136, 0.9); /* Warna teal Vitestory */
    color: white;
    padding: 10px 15px;
    border-radius: 30px;
    display: flex;
    gap: 15px;
}

.interaction-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
}

.content-body p {
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}


/* Styling Menu dari WordPress */
.nav-menu-container {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.nav-menu-container a.nav-link-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    transition: 0.2s;
    border-radius: 8px;
}



/* Styling Tag di Dalam Kartu */
.cat-tag {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.cat-tag:hover {
    background: #008f7a;
    border-color: #00ffa3;
}

/* Filter Bar di Atas Feed (Opsional) */
.filter-tabs {
    position: sticky;
    top: 50px; /* Di bawah mobile header */
    z-index: 90;
    background: rgba(22, 22, 22, 0.8);
    backdrop-filter: blur(10px);
    display: flex;
    gap: 15px;
    padding: 10px 20px;
    overflow-x: auto;
    scrollbar-width: none;
    border-bottom: 1px solid #222;
}

.filter-tabs::-webkit-scrollbar { display: none; }

.filter-tab {
    white-space: nowrap;
    color: #8a8a8a;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    padding: 5px 0;
}

.filter-tab.active {
    color: #fff;
    border-bottom: 2px solid #fff;
}




.cat-tag {
    color: #00ffa3; /* Warna hijau neon agar kontras */
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    transition: opacity 0.2s;
}

.cat-tag:hover {
    opacity: 0.8;
}

/* Menghilangkan dekorasi link jika span dibungkus <a> */
.cat-badge-list span {
    text-decoration: none !important;
}



.nav-menu-container a.nav-link-item:hover {
    background: rgba(255, 255, 255, 0.08);
}

.nav-menu-container a.nav-link-item.active {
    color: #008f7a;
}

/* Mengatur ukuran Dashicons agar konsisten */
.nav-menu-container a.nav-link-item span.dashicons {
    font-size: 24px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}









.cat-badge {
    display: inline-block;
    background: rgba(0, 143, 122, 0.2) !important;
    color: #00ffa3 !important;
    border: 1px solid rgba(0, 255, 163, 0.3) !important;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
/* Gaya untuk Gambar Utama di Detail */
.detail-main-photo img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin-bottom: 20px;
    display: block;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

/* Container untuk Badge Kategori */
.detail-category-wrapper {
    margin-bottom: 15px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

/* Desain Badge Kategori */
.cat-badge {
    background: rgba(0, 143, 122, 0.2); /* Warna hijau transparan */
    color: #00ffa3; /* Warna teks hijau terang Vitestory */
    padding: 5px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid rgba(0, 255, 163, 0.3);
    display: inline-block;
}

/* Penyesuaian Judul di Detail */
#ajax-detail-content h1 {
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 800;
}


.cat-tag {
    color: #00ffa3 !important; /* Hijau neon */
    text-decoration: none !important;
    font-size: 13px;
    transition: 0.2s;
}

.cat-tag:hover {
    color: #fff !important;
    text-shadow: 0 0 8px #00ffa3;
}
















.guest-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    font-size: 0.9rem;
}
.guest-table th {
    text-align: left;
    padding: 10px;
    background: #f8f9fa;
    color: #888;
    font-weight: 600;
    border-bottom: 1px solid #eee;
}
.guest-table td {
    padding: 12px 10px;
    border-bottom: 1px solid #f1f1f1;
}
.badge-group {
    background: #e0f2f1;
    color: #0b8671;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: bold;
}
.btn-add-guest {
    background: #0b8671;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.85rem;
    margin-bottom: 15px;
}
@media print {
    /* Sembunyikan form input dan tombol aksi saat print */
    .guest-form, .btn-see-all, #sidePanel .close-btn, th:last-child, td:last-child {
        display: none !important;
    }
    #sidePanel {
        position: static;
        width: 100%;
        box-shadow: none;
    }
    .wedding-grid-container, .newheader {
        display: none;
    }
}















i.fa-solid.fa-chevron-down {
    padding-left: 12px;
}
.whatsapp-float {
    font-size: 30px;
}

#backToTop {
    display: none;
    position: fixed;
    bottom: 180px;
    right: 25px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #008f7a;
    color: white;
    cursor: pointer;
    padding: 12px 19px;
    border-radius: 50%;
    font-size: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 60px;
    height: 60px;
}

#backToTop:hover {
    background-color: #169986; /* Ungu lebih gelap saat hover */
    transform: translateY(-5px);
}

/* Penyesuaian untuk Mobile */
@media screen and (max-width: 767px) {
    #backToTop {
        bottom: 80px;
        right: 20px;
        padding: 10px 14px;
    }
}

.faq-container { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid #eee; margin-bottom: 10px; }
.faq-toggle { display: none; } /* Sembunyikan checkbox asli */

.faq-question {
    display: flex;
    justify-content: space-between;
    padding: 15px 15px;
    cursor: pointer;
    font-weight: 600;
  
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 15px;
}

/* Logika Buka-Tutup */
.faq-toggle:checked ~ .faq-answer {
    max-height: 500px; /* Atur sesuai panjang konten */
    padding: 0px 15px;
}

.faq-icon::after { content: '+'; font-size: 20px; }
.faq-toggle:checked + .faq-question .faq-icon::after { content: '-'; }











/* Container Utama */
.bs-gallery-component {
    margin-bottom: 2rem;
    position: relative;
    width: 780px;
}

/* Slider Utama */
.mainSlider {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    background: #f8f9fa;
    height: 480px; /* Tinggi tetap agar layout stabil */
}

.bs-image-render {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Interaksi Hover */
.swiper-slide a {
    position: relative;
    display: block;
    height: 100%;
}

.bs-zoom-overlay {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.9);
    padding: 8px 16px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    opacity: 0;
    transform: translateY(10px);
    transition: 0.3s all ease;
    backdrop-filter: blur(4px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.swiper-slide:hover .bs-zoom-overlay {
    opacity: 1;
    transform: translateY(0);
}

.swiper-slide:hover .bs-image-render {
    transform: scale(1.03);
}

/* Navigasi Kustom */
.custom-nav {
    background: white !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
    color: #333 !important;
    transition: 0.3s !important;
}

.custom-nav:after {
    font-size: 16px !important;
    font-weight: 800;
}

.custom-nav:hover {
    background: #008f7a !important; /* Sesuaikan warna brand Anda */
    color: white !important;
}

/* Thumbnail */
.bs-thumb-container {
    margin-top: 15px;
}

.thumb-item {
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.3s all ease;
    height: 80px;
}

.bs-thumb-render {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide-thumb-active .thumb-item {
    border-color: #008f7a; /* Sesuaikan warna brand */
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,143,122,0.2);
}

/* Responsif */
@media (max-width: 768px) {
    .mainSlider { height: 350px; }
    .thumb-item { height: 60px; }
}











/* RATING BAR STYLES */
.rating-bar {
  display: flex;
  justify-content: center;
  padding: 20px;
  border-bottom: 1px solid var(--border-color);
}

.rating-content {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.excellent-text { font-weight: 500; font-size: 22px; }

.stars { display: flex; gap: 4px; }
.star {
  background-color: var(--tp-green);
  color: white;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.reviews-link { color: #333; text-decoration: underline; font-size: 16px; }

.trustpilot-logo { font-weight: bold; display: flex; align-items: center; gap: 5px; font-size: 18px; }
.tp-star { color: var(--tp-green); font-size: 24px; }

.divider { width: 1px; height: 30px; background: #ddd; margin: 0 10px; }

.wordpress-recom { display: flex; align-items: center; gap: 10px; font-size: 16px; }
.wp-icon { width: 25px; height: 25px; }

:root {
  --primary-color: #333;
  --border-color: #eee;
  --text-gray: #666;
  --transition-speed: 0.4s;
}

.faq-section {
max-width: 1200px;
    margin: 50px auto;
    padding: 0px;
}

.faq-title {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 40px;
  color: var(--primary-color);
}

.faq-item {
  border-bottom: 1px solid var(--border-color);
}

/* Sembunyikan Checkbox */
.faq-toggle {
  display: none;
}

/* Label / Pertanyaan */
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--primary-color);
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
}

.faq-question:hover {
  color: #000;
}

/* Icon Plus (+) menjadi Minus (-) */
.faq-icon {
  position: relative;
  width: 14px;
  height: 14px;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  background-color: var(--primary-color);
  transition: transform var(--transition-speed) ease;
}

/* Garis Horizontal */
.faq-icon::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* Garis Vertikal (untuk membuat tanda +) */
.faq-icon::after {
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

/* Container Jawaban (Hidden by default) */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--transition-speed) cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-answer p {
  padding-bottom:0px;
  color: var(--text-gray);
  line-height: 1.6;
  font-size: 13px;
}

/* LOGIKA SAAT DI-KLIK (CHECKED) */

/* Putar garis vertikal agar jadi tanda minus (-) */
.faq-toggle:checked + .faq-question .faq-icon::after {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}

.faq-toggle:checked + .faq-question .faq-icon::before {
  transform: translateY(-50%) rotate(180deg);
}

/* Buka Jawaban */
.faq-toggle:checked ~ .faq-answer {
  max-height: 200px; /* Sesuaikan dengan panjang teks */
   
}









.earbud-floating {
    position: absolute;
    z-index: 1234;
    width: 230px!important;
    height: auto;
}
/* Container Utama */
.hero-image-wrapper {
  position: relative;
  perspective: 1000px; /* Memberikan efek 3D saat elemen berotasi */
}

/* Base style untuk semua asset yang bergerak */
.hero-phone-img, .earbud-floating {
  transition: transform 0.15s ease-out; /* Membuat gerakan halus (smooth) */
  will-change: transform;
}

/* Spesifik untuk Earbuds agar posisinya tetap di kiri/kanan */
.earbud-left {
  position: absolute;
  left: -20px;
  top: 20%;
  z-index: 2;
}

.earbud-right {
  position: absolute;
  right: -20px;
  bottom: 30%;
  z-index: 2;
}

.hero-phone-img {
  position: relative;
  z-index: 1;
}
/* Efek Fade-In Awal */
.hero-slider {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), 
              transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
}

/* Class yang akan ditambahkan via JS saat section muncul di layar */
.hero-slider.appear {
  opacity: 1;
  transform: translateY(0);
}

/* CSS Paralax (Tetap seperti sebelumnya) */
.hero-image-wrapper {
  position: relative;
  perspective: 1000px;
}

.hero-phone-img, .earbud-floating {
  transition: transform 0.2s ease-out; /* Smooth scrolling parallax */
  will-change: transform;
}

.earbud-left { position: absolute; left: -10%; top: 20%; z-index: 2; }
.earbud-right { position: absolute; right: -5%; bottom: 25%; z-index: 2; }












/* Tambahkan di dalam tag <style> pada template Wedding Planner Pro */
header#site-header, .main-header-bar, .top-menu-container {
    display: none !important;
}

/* Sesuaikan wrapper agar konten naik ke atas */
.wedding-grid-container {
    padding-top: 20px !important;
}

/* Status aktif untuk menu di bar hijau atas */
.top-menu-container .current-menu-item a,
.top-menu-container a[href*="wedding-planer"] {
    background-color: #ffffff !important;
    color: #0b8671 !important;
    font-weight: bold;
    border-radius: 4px 4px 0 0;
}

/* Memastikan teks tetap kontras pada header utama */
.main-nav .current-menu-item > a {
    color: #0b8671 !important;
    font-weight: 700;
}








.social-media-icons span {
    font-size: 12px;
    color: #ffffff;
    padding: 9px 0px;
}

/* Membuat top-links menjadi flexbox untuk membagi kiri dan kanan */
.top-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.nav-left {
    display: flex;
    gap: 20px; /* Jarak antar menu */
}

/* Styling Ikon Sosial Media */
.social-media-icons {
    display: flex;
    gap: 0px; /* Jarak antar ikon */
}

.social-media-icons a {
    color: #ffffff; /* Warna putih agar kontras dengan background hijau */
    font-size: 16px;
    transition: opacity 0.3s ease;
    text-decoration: none;
}

.social-media-icons a:hover {
    opacity: 0.7; /* Efek saat kursor diarahkan ke ikon */
}


/* Container Utama */
.newheader-app-wrapper {
    background: #ffffff;
    min-height: 100vh;
    padding: 0px 0px;
   
}

.newheader {
    border-bottom: 1px solid #f3f3f3;
}

/* Menargetkan link dengan aria-current="page" di dalam top-links */
.newheader .top-links a[aria-current="page"] {
        background-color: #ffffff;
    color: #0b8671;
    border-radius: 0px;
    font-weight: 800;
    text-decoration: underline;
}



/* HEADER SHRINK ANIMATION */
.newheader-pro {
    position: fixed; top: 0; width: 100%; z-index: 1000;
    background: #fff; transition: 0.4s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
section.planner-header {
    padding-top: 33px;
}

/* Badge Titik Merah pada Menu */
.badge-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #ff4d4d; /* Merah */
    border-radius: 50%;
    margin-left: 5px;
    vertical-align: middle;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 77, 77, 0.7); }
    70% { transform: scale(1.2); box-shadow: 0 0 0 6px rgba(255, 77, 77, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 77, 77, 0); }
}

/* Toast Notification (Badge Simpan) */
.save-badge-toast {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #333;
    color: #fff;
    padding: 15px 25px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transform: translateY(150%); /* Tersembunyi di bawah */
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 9999;
}

.save-badge-toast.show {
    transform: translateY(0); /* Muncul ke atas */
}

.save-badge-toast .icon {
    background: #00a191;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
}





/* Badge Notifikasi pada Menu */
.badge-number {
    background: #ff4d4d;
    color: #fff;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 10px;
    font-weight: bold;
    display: none; /* Muncul via JS */
}

/* Tombol Simpan Rencana */
.btn-simpan-rencana {
    background: #fff;
    border: 1px solid #333;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
}

/* Toast Success Animation */
.toast-success {
    position: fixed;
    top: 100px;
    right: 20px;
    background: #00a191;
    color: #fff;
    padding: 15px 25px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    display: none;
    z-index: 9999;
}

/* AI Section Styling */
.ai-section {
    background: linear-gradient(135deg, #ffffff, #f0fdfa);
    border: 1px solid #ccf2ee;
}
.ai-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 15px; }
.ai-input textarea { width: 100%; height: 80px; margin: 10px 0; padding: 10px; border-radius: 8px; border: 1px solid #ddd; }
.btn-ai-generate { background: #00a191; color: #fff; border: none; width: 100%; padding: 12px; border-radius: 8px; cursor: pointer; font-weight: bold; }
.ai-result-area { background: #fff; border: 1px dashed #00a191; padding: 15px; border-radius: 8px; position: relative; }
.btn-copy { margin-top: 10px; background: #f1f5f9; border: 1px solid #ddd; padding: 5px 10px; border-radius: 4px; cursor: pointer; font-size: 12px; }

.top-links {
    display: flex;
}

.top-links li {
    list-style: none;
}
/* Styling Header & Nav */
.newheader-pro .nav-main { padding: 15px 0; border-bottom: 1px solid #eee; background: #fff; }
.flex-box { display: flex; justify-content: space-between; align-items: center; }
.nav-right { display: flex; align-items: center; gap: 20px; }

/* User Profile */
.user-profile { display: flex; align-items: center; gap: 10px; color: #00a191; font-weight: 600; font-size: 14px; }
.avatar { width: 35px; height: 35px; border-radius: 50%; border: 2px solid #00a191; }

/* Tombol Simpan Rencana */
.btn-simpan-rencana {
    background: #fff; border: 1px solid #333; padding: 8px 18px;
    border-radius: 4px; cursor: pointer; font-weight: 600; transition: 0.3s;
}
.btn-simpan-rencana:hover { background: #f9f9f9; transform: translateY(-1px); }

/* Badge Number */
.badge-number {
    background: #ff4d4d; color: #fff; font-size: 10px;
    padding: 2px 7px; border-radius: 10px; display: none; margin-left: 5px;
}

/* AI Section */
.ai-section { background: #f0fdfa; border: 1px solid #ccf2ee; }
.ai-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.ai-input textarea { width: 100%; height: 90px; padding: 10px; border-radius: 8px; border: 1px solid #ddd; margin: 10px 0; }
.btn-ai-generate { background: #00a191; color: #fff; border: none; padding: 12px; border-radius: 8px; width: 100%; cursor: pointer; font-weight: bold; }
.ai-result-area { background: #fff; padding: 15px; border: 1px dashed #00a191; border-radius: 8px; }

/* Toast Notification */
.toast-success {
    position: fixed; top: 100px; right: 20px; background: #00a191;
    color: #fff; padding: 15px 25px; border-radius: 8px; z-index: 10000; display: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}










.newheader-pro .top-bar {
    background: #00a191; color: #fff; height: 35px;
    display: flex; align-items: center; font-size: 12px;
    transition: 0.3s; overflow: hidden;
}
.newheader-pro .nav-main { padding: 0px 0 18px 0; transition: 0.4s; }
.newheader-pro.shrink .top-bar { height: 0; opacity: 0; }
.newheader-pro.shrink .nav-main { padding: 10px 0; }

.flex-box { display: flex; justify-content: space-between; align-items: center; }
.logo { font-weight: 800; font-size: 22px; }
.logo span { color: #00a191; }
.menu-nav { display: flex; list-style: none; gap: 25px; }
.menu-nav a { text-decoration: none; color: #444; font-weight: 500; }

/* LAYOUT DASHBOARD */
.planner-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-top: 30px;
}
.full-width { grid-column: span 2; }

/* CARD STYLE */
.p-card {
    background: #fff; border-radius: 16px; padding: 25px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.02);
    border: 1px solid #eaeaea;
}
.card-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }

/* CHECKLIST & PROGRESS */
.progress-container { background: #eee; border-radius: 10px; height: 10px; margin-bottom: 20px; }
.progress-fill { background: #00a191; width: 0%; height: 100%; border-radius: 10px; transition: 0.5s; }
.task-group label { display: block; padding: 10px; border-bottom: 1px solid #f9f9f9; cursor: pointer; font-size: 14px; }

/* BUDGET TABLE */
.budget-input input { width: 100%; padding: 12px; border: 1px solid #ddd; border-radius: 8px; margin-top: 8px; }
.budget-item { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid #f5f5f5; }

/* GUEST TABLE */
.guest-controls { display: flex; gap: 10px; margin-bottom: 20px; }
.guest-controls input, .guest-controls select { padding: 10px; border: 1px solid #ddd; border-radius: 8px; }
.guest-table { width: 100%; border-collapse: collapse; }
.guest-table th { text-align: left; background: #f9f9f9; padding: 12px; }
.guest-table td { padding: 12px; border-bottom: 1px solid #eee; }

/* Tombol */
.btn-add, .btn-primary { background: #00a191; color: #fff; border: none; padding: 10px 20px; border-radius: 8px; cursor: pointer; }



/* BREADCRUMB STYLING */
.breadcrumb-container {
    background: #f4f7f6;
    padding: 15px 0;
}

.breadcrumb {
    font-size: 14px;
    color: #64748b;
}

.breadcrumb a {
    text-decoration: none;
    color: #00a191; /* Warna hijau brand */
    transition: 0.3s;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb .separator {
    margin: 0 10px;
    color: #cbd5e1;
}

.breadcrumb .current {
    color: #94a3b8;
    font-weight: 500;
}

/* SUB-HEADER HERO STYLING */
.sub-header-hero {
    background-color: #0d8a6b; /* Warna Hijau Tua sesuai gambar */
    background-image: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, transparent 100%);
    padding: 80px 0;
    text-align: center;
    color: #ffffff;
}

.sub-header-hero h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
    color: #ffffff;
}

.sub-header-hero p {
    font-size: 18px;
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
    color: #ffffff;
}

/* Responsive Optimization */
@media (max-width: 768px) {
    .sub-header-hero {
        padding: 50px 20px;
    }
    .sub-header-hero h1 {
        font-size: 32px;
    }
    .sub-header-hero p {
        font-size: 16px;
    }
}







.slide-wp {
            max-width: 1200px;
            width: 100%;
            text-align: center;
            margin:auto;
            padding: 40px 0;
        }

        .header-content { margin-bottom: 30px; }
        .header-content h1 { font-size: 2rem; color: #333; font-weight: normal; }
        .header-content h1 b { font-weight: bold; }
        .header-content p { color: #666; margin-top: 10px; }

        /* Container Slider */
        .slider-container {
           background: #e9e9e9;
    border-radius: 30px;
    padding: 10px;
    position: relative;
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
        }

        /* Slide Item */
        .slide-item {
            display: none; /* Sembunyikan semua slide secara default */
            width: 100%;
            animation: fade 0.5s ease-in-out;
        }

        .slide-item.active {
            display: block;
        }

        @keyframes fade {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .mockup-img {
            max-width: 100%;
            width: 100%;
            border-radius: 20px;
            box-shadow: 0 15px 35px rgba(0,0,0,0.2);
            margin-bottom:0px;
        }

        .caption-text {
            font-size: 1.5rem;
            color: #333;
            font-weight: 500;
            margin-bottom: 30px;
        }

        /* Navigasi Dots */
        .dots-container {
            display: flex;
            justify-content: center;
            gap: 12px;
            margin-top: 10px;
        }

        .dot {
            width: 10px;
            height: 10px;
            background-color: #0b8671;
            border-radius: 50%;
            cursor: pointer;
            transition: 0.3s;
        }

        .dot.active {
            background-color: #000000;
            transform: scale(1.2);
        }

        /* Responsif */
        @media (max-width: 600px) {
            .header-content h1 { font-size: 1.5rem; }
            .caption-text { font-size: 1.2rem; }
            .slider-container { padding: 30px 10px; min-height: 400px; }
        }














    /* Container Utama */
        .kategori-wedding {
           display: flex;
    justify-content: left;
    gap: 20px;
    padding: 40px 0px;
    width: 100%;
        }

        /* Wrapper untuk setiap item kategori */
        .kategori-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100px; /* Lebar area per kategori */
            text-align: center;
            cursor: pointer;
            transition: transform 0.2s ease-in-out;
        }

        .kategori-item:hover {
            transform: scale(1.05);
        }






/* Container Ikon */
      

        .kategori-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100px;
            cursor: pointer;
            transition: 0.3s;
        }

        .icon-circle {
            width: 65px;
            height: 65px;
            background: linear-gradient(180deg, var(--light-green), var(--primary-green));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 10px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.1);
            color: white;
            font-size: 24px;
        }

        .kategori-label {
            font-size: 13px;
            text-align: center;
            color: #333;
            font-weight: 600;
        }

        /* --- SIDE PANEL CSS --- */
        .side-panel {
            position: fixed;
            top: 0;
            right: -100%; /* Sembunyi di kanan */
            width: 50%; /* Setengah layar */
            height: 100%;
            background: white;
            box-shadow: -5px 0 15px rgba(0,0,0,0.1);
            transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            z-index: 1000;
            padding: 30px;
            box-sizing: border-box;
        }

        .side-panel.active {
            right: 0; /* Muncul ke tengah */
            z-index: 11111;
        }

        /* Overlay gelap saat panel buka */
        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: var(--bg-overlay);
            display: none;
            z-index: 999;
        }

        .overlay.active { display: block; }

        .close-btn {
            font-size: 24px;
            cursor: pointer;
            float: right;
        }

        /* Responsif untuk Mobile */
        @media (max-width: 768px) {
            .side-panel { width: 80%; } /* Lebih lebar di HP */
            .kategori-wedding { gap: 10px; }
            .kategori-item { width: 85px; }
        }







/* Menu Utama */
       

        .kategori-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            cursor: pointer;
            width: 100px;
        }

        .icon-circle {
            width: 60px;
            height: 60px;
            background: var(--gradient);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 24px;
            margin-bottom: 10px;
        }

        /* Side Panel */
        .side-panel {
            position: fixed;
            top: 0; right: -100%;
            width: 45%; height: 100%;
            background: white;
            z-index: 1001;
            transition: 0.4s ease;
            padding: 30px;
            box-shadow: -5px 0 15px rgba(0,0,0,0.1);
            overflow-y: auto;
        }

        .side-panel.active { right: 0; }

        .overlay {
            position: fixed;
            top: 0; left: 0; width: 100%; height: 100%;
            background: rgba(0,0,0,0.5);
            display: none;
            z-index: 111111;
        }

        .overlay.active { display: block; }

        .close-btn { font-size: 30px; cursor: pointer; float: right; }

        /* Style Konten Spesifik */
        .hidden-content { display: none; }
        
        /* Style Kalkulator */
        .budget-input input {
            width: 100%; padding: 12px; margin: 10px 0;
            border: 1px solid #ddd; border-radius: 8px;
        }
        .budget-item {
            display: flex; justify-content: space-between;
            padding: 10px 0; border-bottom: 1px solid #eee;
        }

        /* Style Checklist */
        .checklist-item { margin: 10px 0; display: flex; align-items: center; gap: 10px; }

        @media (max-width: 768px) { .side-panel { width: 90%; } }








.kategori-container {
    display: flex;
    gap: 40px;
}


        .progress-container { margin: 15px 0; }
.progress-bar-bg {
    width: 100%;
    height: 8px;
    background: #eee;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 5px;
}
.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #82d68a, #1d8366);
    transition: width 0.4s ease;
}
.check-item {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #f9f9f9;
    cursor: pointer;
    font-size: 14px;
}




















        /* Lingkaran Ikon dengan Gradasi Pink */
        .icon-circle {
            width: 65px;
            height: 65px;
                background: linear-gradient(180deg, #8bd888 0%, #0b8671 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 12px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
        }

        /* Placeholder Ikon (Warna Putih) */
        .icon-circle img {
            width: 35px;
            height: 35px;
            filter: brightness(0) invert(1); /* Mengubah ikon hitam jadi putih */
        }

        /* Label Teks di Bawah Ikon */
        .kategori-label {
            font-size: 13px;
            color: #333;
            font-weight: 500;
            line-height: 1.3;
            word-wrap: break-word;
        }

        /* --- Responsive Viewport --- */

        /* Tablet (max 768px) */
        @media (max-width: 768px) {
            .kategori-wedding {
                gap: 15px;
            }
            .kategori-item {
                width: 90px;
            }
        }

        /* Mobile (max 480px) */
            .hero-title {
        font-size: 22px!important;
    }
        p {
        font-size: 13px !important;
    }
}
        @media (max-width: 480px) {
            .social-media-icons {

    display: none!important;
}
            h1 {
        font-size: 27px !important;
    }
                .slide-container {
        padding-top: 41px;
    }
            .slide-container {
    height: 30%;
}
            .invitation-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
    padding: 20px 30px;
}
			.social-media-icons {
    display: flex;
    gap: 0px;
    display: none;
}
            .kategori-wedding {
                display: grid;
                grid-template-columns: repeat(4, 1fr); /* 4 kolom di HP */
                gap: 10px;
                padding: 10px;
            }
            .kategori-item {
                width: auto;
            }
            .icon-circle {
                width: 55px;
                height: 55px;
            }
            .kategori-label {
                font-size: 11px;
            }
        }


















/* Layout Grid */
.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 20px;
}

/* Card Style */
.news-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.news-card:hover {
    transform: translateY(-5px);
}

.news-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.news-content {
    padding: 20px;
}

.news-date {
    color: #888;
    font-size: 0.85rem;
    display: block;
    margin-bottom: 10px;
}

.news-title {
    margin: 0 0 10px;
    font-size: 1.25rem;
}

.news-title a {
    color: #333;
    text-decoration: none;
    font-weight: 700;
}

.news-excerpt p {
    color: #666;
    font-size: 12px;
    line-height: 1.6;
}

.read-more {
    display: inline-block;
    margin-top: 15px;
    color: #0073aa;
    font-weight: 600;
    text-decoration: none;
}




/* --- News Single Page UI Styles --- */

.news-single-page-wrapper {
    background-color: #f9f9f9;
}

/* Hero Image Section */
.news-hero-image {
    position: relative;
    width: 100%;
    height: 450px; /* Tinggi hero */
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: flex-end; /* Konten di bawah */
    justify-content: center;
    color: #fff;
    text-align: center;
    padding-bottom: 50px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.news-hero-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
    z-index: 1;
}

.news-hero-image .hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 0 20px;
}

.news-meta-top {
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    opacity: 0.8;
}

.news-category-label {
    background-color: #0073aa; /* Warna biru WordPress */
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
}

.news-date-label {
    color: #eee;
}

.news-title-hero {
    font-size: 3.2em;
    margin: 15px 0 20px;
    line-height: 1.2;
    font-weight: 800;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}

.news-author-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9em;
    opacity: 0.9;
}

.news-author-meta .author-avatar {
    border-radius: 50%;
    margin-right: 10px;
    overflow: hidden;
    line-height: 0; /* Menghilangkan spasi bawah gambar */
}

.news-author-meta .author-avatar img {
    vertical-align: middle; /* Menghilangkan spasi bawah gambar */
}

/* Fallback Header (No Featured Image) */
.news-header-fallback {
    background-color: #222;
    color: #fff;
    padding: 60px 20px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.news-title-fallback {
    font-size: 2.5em;
    margin: 15px 0 20px;
    line-height: 1.2;
    font-weight: 800;
}


/* Main Content Wrapper */
.news-content-wrapper {
    max-width: 800px;
    margin: -70px auto 50px; /* Tarik ke atas menutupi hero sedikit */
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    position: relative;
    z-index: 3;
}

/* Entry Content Styling */
.news-entry-content {
    font-family: 'Georgia', serif; /* Font klasik untuk readability */
    font-size: 1.15em;
    line-height: 1.8;
    color: #333;
    margin-bottom: 40px;
}

.news-entry-content h1,
.news-entry-content h2,
.news-entry-content h3,
.news-entry-content h4,
.news-entry-content h5,
.news-entry-content h6 {
    font-family: 'Helvetica Neue', sans-serif; /* Font modern untuk heading */
    margin-top: 1.5em;
    margin-bottom: 0.8em;
    line-height: 1.3;
    color: #222;
}

.news-entry-content h1 { font-size: 2.2em; }
.news-entry-content h2 { font-size: 1.8em; }
.news-entry-content h3 { font-size: 1.5em; }

.news-entry-content p {
    margin-bottom: 1.2em;
}

.news-entry-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.news-entry-content a {
    color: #0073aa;
    text-decoration: underline;
}

.news-entry-content blockquote {
    border-left: 5px solid #0073aa;
    padding: 15px 20px;
    margin: 25px 0;
    background-color: #f0f8ff;
    font-style: italic;
    color: #555;
}

/* Author Box */
.news-author-box {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    padding: 25px;
    border-radius: 10px;
    margin-top: 50px;
    border: 1px solid #eee;
}

.author-avatar-large {
    border-radius: 50%;
    margin-right: 20px;
    overflow: hidden;
    flex-shrink: 0; /* Mencegah avatar menyusut */
}

.author-avatar-large img {
    display: block;
}

.author-info-large h4 {
    margin: 0 0 10px;
    font-size: 1.3em;
    color: #222;
}

.author-info-large p {
    font-size: 0.95em;
    color: #666;
    margin-bottom: 10px;
}

.author-link {
    color: #0073aa;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9em;
}

/* Post Navigation */
.news-navigation-below {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.nav-arrow {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #555;
    max-width: 48%;
    transition: color 0.3s ease;
}

.nav-arrow:hover {
    color: #0073aa;
}

.nav-arrow .arrow {
    font-size: 2em;
    line-height: 1;
    margin-bottom: 5px;
}

.nav-arrow .nav-label {
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #888;
}

.nav-arrow .nav-title {
    font-size: 1.1em;
    font-weight: 700;
    margin-top: 5px;
    line-height: 1.4;
}

.nav-arrow.next-post {
    text-align: right;
    align-items: flex-end;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .news-hero-image {
        height: 350px;
        padding-bottom: 30px;
    }
    .news-title-hero {
        font-size: 2.5em;
    }
    .news-content-wrapper {
        margin-top: -50px;
        padding: 25px;
    }
    .news-entry-content {
        font-size: 1em;
    }
    .news-title-fallback {
        font-size: 2em;
    }
    .news-author-box {
        flex-direction: column;
        text-align: center;
    }
    .author-avatar-large {
        margin: 0 0 15px 0;
    }
    .news-navigation-below {
        flex-direction: column;
        gap: 20px;
    }
    .nav-arrow {
        max-width: 100%;
        text-align: left !important;
        align-items: flex-start !important;
    }
    .nav-arrow.next-post {
        margin-top: 20px; /* Tambahkan sedikit jarak */
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 1.5rem;
    }
    .hero-description {
    font-size: 14px;
}
    .hero-slider {
    height: 75vh;
}
    p {
    font-size: 13px;
    color: #636e72;
    line-height: 1.6;
}
    h1 {
        font-size: 27px;
    }
    .hero-image-wrapper {
        width: 300px;
        height: 480px;
    }
    .container {
    padding: 0px;
}
    h1.t-fot {
    color: #ffffff;
    text-align: center;
    max-width: 80%;
    margin: auto;
    font-size: 21px;
}
    .slide-content-left.fe h1.hero-title {
    font-size: 2rem!important;
    text-align: left;
}
    .newheader .container {
    padding: 0 2px!important;
}
        .hero-image-wrapper img {
        
    }
        .wrap-center {
        width: 100%;
        max-width: 100%;
        padding: 0px!important;
    }
    .newheader .main-nav {
    padding: 5px 0;
    width: 90%;
    margin: auto;
        border-bottom: 1px solid #f3f3f3;
}
    .hero-container {
    width: 100%!important;
    padding: 0px!important;
}
    .news-hero-image {
        height: 300px;
    }
    .news-title-hero {
        font-size: 1.8em;
    }
    .news-content-wrapper {
        padding: 20px;
    }
    .news-header-fallback {
        padding: 40px 15px;
    }
    .news-title-fallback {
        font-size: 1.6em;
    }
}











.sidebar-menu ul {
    list-style: none;
    padding: 0;
    overflow-x: scroll;
    height: 390px;
}



span.toggle-text {
    font-size: 12px;
    padding-left: 12px;
}
    .password-container {
        position: relative;
        width: 100%;
    }

    /* Input Field */
    .password-container input {
        width: 100%;
        /* PENTING: Padding kanan harus besar (110px) untuk memberi tempat bagi teks & icon */
        padding: 12px 110px 12px 15px; 
        font-size: 16px;
        border: 1px solid #ced4da;
        border-radius: 8px;
        background-color: #fff;
        height: 48px;
        box-sizing: border-box;
    }

    .password-container input:focus {
        border-color: #4a90e2;
        outline: none;
    }

    /* Wrapper Tombol (Teks + Icon) */
    .toggle-wrapper {
        position: absolute;
        top: 50%;
        right: 15px; /* Jarak dari sisi kanan */
        transform: translateY(-50%);
        cursor: pointer;
        display: flex;
        align-items: center; /* Agar teks dan icon sejajar vertikal */
        gap: 8px; /* Jarak antara teks dan icon */
        color: #666;
        font-size: 13px; /* Ukuran font teks 'Tampilkan' */
        user-select: none; /* Agar teks tidak terblok saat diklik berulang */
        z-index: 10;
    }

    .toggle-wrapper:hover {
        color: #333;
    }

    /* Ukuran Icon sedikit diperbesar */
    .toggle-wrapper i {
        font-size: 15px;
    }




/* Sidebar Default (Sembunyi di Kanan) */
.sidebar {
  position: fixed;
  top: 0;
  right: 0; /* Menempel di kanan */
  width: 300px;
  height: 100%;
  background: white;
  z-index: 1001;
  box-shadow: -5px 0 15px rgba(0,0,0,0.1);

  /* Awalnya geser 100% ke kanan (sembunyi) */
  transform: translateX(100%);
  
  /* Transisi smooth: cubic-bezier memberikan efek percepatan yang elegan */
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Saat Sidebar Aktif */
.sidebar.active {
  transform: translateX(0); /* Kembali ke posisi asli */
}
img.custom-logo {
    width: 70%;
    height: auto;
   
    text-align: center;
    display: block;
}

/* Overlay (Latar belakang jadi gelap/blur) */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9999;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Style tombol Close di dalam sidebar */
.close-btn {
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 20px;
  display: block;
  margin-left: auto; /* Memposisikan X di kanan atas sidebar */
}



/* --- ISOLASI CSS MOBILE MENU --- */

/* Wrapper Utama */
.mobilestyle.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #1a1a1a; /* Hitam Elegan */
    z-index: 99999;
    display: none; 
    flex-direction: column;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

/* Menampilkan Menu */
.mobilestyle.mobile-menu-overlay.active {
    display: flex !important;
}

/* Bagian Header User (FIXED) */
.mobilestyle .mobile-user-fixed {
    padding: 50px 20px 30px;
    background: #1a1a1a;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    flex-shrink: 0; /* Mengunci agar tidak ikut scroll */
}

.mobilestyle .mobile-user-fixed img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    border: 2px solid #008f7a;
    margin-bottom: 15px;
    object-fit: cover;
    display: inline-block;
}

.mobilestyle .mobile-user-fixed p {
    color: #008f7a;
    font-size: 14px;
    margin: 5px 0;
    font-weight: 500;
}

.mobilestyle .mobile-user-fixed .dashboard-link {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Bagian List Menu (SCROLLABLE) */
.mobilestyle .mobile-nav-scroll {
    flex-grow: 1;
    overflow-y: auto;
    padding: 40px 0;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.mobilestyle .mobile-nav-scroll ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    padding: 0px 60px;
}

.mobilestyle .mobile-nav-scroll ul li {
      margin: 0px;
    line-height: 57px;
    border-bottom: 1px solid #282828;
}

.mobilestyle .mobile-nav-scroll ul li a {
color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.3s ease;
    display: inline-block;
    line-height: 25px;
}

/* Efek Hover/Active */
.mobilestyle .mobile-nav-scroll ul li a:hover {
    color: #008f7a;
    transform: scale(1.05);
    width: 100%;
}

/* Tombol Keluar & Coba Gratis */
.mobilestyle .logout-mobile {
    color: #ff4d4d !important;
    font-size: 18px !important;
    margin-top: 20px;
}

/* Tombol Close (X) */
.mobilestyle .close-menu {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #ffffff;
    font-size: 35px;
    cursor: pointer;
    line-height: 1;
    z-index: 100000;
}


.pro-footer {
    background: #1a1a1a;
    padding: 50px 20px 100px 20px;
    text-align: center;
    color: #666;
    font-size: 12px;
}



.profile-name-text {
    font-size: 14px;
    font-weight: 700;
    margin-right: 8px;
    white-space: nowrap;
    color: #008f7a;
}

p.styleset {
    color: #008f7a;
    font-size: 14px;
    font-weight: 700 !important;
}

/* Sembunyikan Navigasi Desktop pada layar kecil */
@media (max-width: 1024px) {
    .desktop-menu {
        display: none !important;
    }
    
    .burger-btn {
        display: flex !important; /* Pastikan tombol burger muncul */
    }

    .site-header {
        padding: 15px 20px; /* Sesuaikan padding agar tidak terlalu lebar di HP */
    }
}

/* Tampilkan Navigasi Desktop pada layar besar */
@media (min-width: 1025px) {
    .mobile-menu-overlay {
        display: none !important; /* Sembunyikan overlay mobile jika browser diresize ke desktop */
    }
}




a.btn-vendor-header {
    font-size: 14px;
    padding: 10px 10px;
    font-weight: 700;
}

.wrap-center .card-item {
    width: 100%;
}
.invitation-card {}

.invitation-card .card-image {
    height: 422px!important;
    width: 100%;
}

.invitation-card .card-image img {
    width: 100%;
    height: 400px;
}



.invitation-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 25px;
        padding:20px 0px;
    }

    .invitation-card {
        position: relative;
        border-radius: 15px;
        overflow: hidden;
        height: 400px;
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        cursor: pointer;
        transition: transform 0.4s ease;
    }

    .invitation-card:hover {
        transform: translateY(-10px);
    }

    .card-image-wrapper { width: 100%; height: 100%; }
    .card-image-wrapper img {
        width: 100%; height: 100%; object-fit: cover;
        transition: transform 0.6s ease, filter 0.4s ease;
    }

    /* Efek Zoom & Gelap saat Hover */
    .invitation-card:hover .card-image-wrapper img {
        transform: scale(1.1);
        filter: brightness(0.5) blur(2px);
    }

    /* Overlay Konten Tengah */
    .card-overlay {
        position: absolute;
        top: 0; left: 0; width:82%; height: 100%;
        display: flex; flex-direction: column;
        justify-content: center; align-items: center;
        padding: 20px; opacity: 0;
        background: rgba(0, 0, 0, 0.3);
        transition: all 0.4s ease;
    }

    .invitation-card:hover .card-overlay { opacity: 1; }

    .overlay-content {
        text-align: center;
        transform: scale(0.8);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .invitation-card:hover .overlay-content { transform: scale(1); }

    .overlay-title {
        color: #fff; font-size:15px; font-weight: 700;
        margin-bottom: 20px; text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    }

    .btn-preview-center {
        display: inline-block; padding: 10px 25px;
        background: #1a9e84; color: #fff;
        border-radius: 30px; font-size: 14px;
        font-weight: 600; transition: 0.3s;
    }

    .btn-preview-center:hover { background: #fff; color: #1a9e84; }

.vendor-name {
    font-size: 12px !important;
    font-weight: 400;
}
section.wrap-white {
    padding: 50px 0px;
}
    .header-row {
    display: flex;
    justify-content: space-between; /* Menaruh teks di kiri dan link di kanan */
    align-items: flex-start; /* Sejajar di bagian atas */
}

.text-content h1 {
    font-size: 23px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 8px 0; /* Memberi jarak ke deskripsi di bawahnya */
}

.text-content p {
    font-size: 16px;
    color: #666666;
    margin: 0;
}

.btn-see-all {
    font-size: 13px;
    font-weight: 600;
    color: #333333;
    text-decoration: none;
    margin-top: 10px; /* Menyesuaikan posisi vertikal agar sejajar mata */
}

.btn-see-all:hover {
    color: #000000;
    text-decoration: underline;
}





span.price-new {
    text-align: left;
    font-size: 13px !important;
    color: #1f1c1c !important;
}
.wrap-center {
    margin: auto;
    width: 80%;
}
section.wrap-green {
    background-color: #edffe9;
    padding: 60px 0px;
}
.view-more-container {
    margin-top: 0px !important;
}
.space-header {
    height: 80px;
}
.container-pernikahan { max-width: 1200px; margin: 0 auto; padding: 20px; }
.post-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; }
.card-item { border: 1px solid #ddd; border-radius: 8px; overflow: hidden; background: #fff; }
.post-content { padding: 15px; }
.post-thumbnail img { width: 100%; height: auto; display: block; }
.archive-header { text-align: center; margin-bottom: 40px; }
.read-more { display: inline-block; margin-top: 10px; color: #d63384; font-weight: bold; text-decoration: none; }


/* Container Utama */
.cat-pernikahan {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
h1.banner-title {
    color: #ffffff;
}

.wedding-banner {
    background-color: #0b8671; /* Warna Hijau Sesuai Desain */
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap; /* Agar responsif di mobile */
    align-items: center;
    padding: 40px;
    color: white;
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 45px;
}

/* Bagian Teks */
.banner-content {
    flex: 1;
    min-width: 300px;
    padding-right: 20px;
}

.banner-title {
    font-size: clamp(2rem, 5vw, 3.5rem); /* Ukuran font fleksibel */
    margin: 0;
    font-family: Georgia, serif;
}

.banner-subtitle {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

/* List Fitur */
.banner-features {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.banner-features li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 1rem;
}

.banner-features .icon {
    background: #4ec49a;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 12px;
    font-weight: bold;
}

/* Garis Pembatas */
.banner-divider {
    border: 0;
    border-top: 2px solid rgba(255, 255, 255, 0.3);
    margin: 20px 0;
    width: 100%;
}

.banner-footer-text {
   font-weight: 500;
    font-size: 12px;
    color: #ffffff;
}

/* Bagian Gambar */
.banner-image {
    flex: 0 0 40%; /* Mengambil 40% lebar di desktop */
    min-width: 300px;
}

.banner-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* --- Responsive Query (Mobile) --- */
@media (max-width: 768px) {
    .wedding-banner {
        padding: 30px 20px;
        flex-direction: column-reverse; /* Gambar pindah ke atas di mobile */
        text-align: center;
    }
    
    .banner-content {
        padding-right: 0;
        margin-top: 30px;
    }
    
    .banner-features li {
        justify-content: center;
    }

    .banner-image {
        width: 100%;
    }
    
    .banner-image img {
        height: 300px;
    }
}







/* Container Utama */
.wrap-card {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

/* Style Per Kartu */
.card-item {
    background: #fff;
    border-radius: 12px;
    width: 280px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    position: relative;
    transition: transform 0.3s ease;
}

.card-item:hover {
    transform: translateY(-5px);
}

/* Gambar dan Badge */
.card-image {
    position: relative;
    height: 180px;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.badge-off {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff4d4d;
    color: white;
    padding: 4px 8px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 4px;
}

.wishlist-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ff4d4d;
    cursor: pointer;
}

.pax-tag {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: white;
    border: 1px solid #ccc;
    padding: 2px 8px;
    font-size: 10px;
    border-radius: 10px;
}

/* Konten Teks */
.card-content {
    padding: 15px;
}

.title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
    color: #333;
    height: 40px; /* Menjaga tinggi tetap */
}

.vendor {
    color: #ff758c;
    font-size: 12px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.dot {
    height: 8px;
    width: 8px;
    background-color: #ff758c;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
}

.location {
    font-size: 12px;
    color: #666;
    margin-bottom: 15px;
    font-weight: 600;
}

/* Harga */
.price-section {
    text-align: right;
}

.price-old {
    display: block;
    text-decoration: line-through;
    color: #999;
    font-size: 11px;
}

.price-new {
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

/* Responsive Breakpoints */
@media (max-width: 600px) {
    .card-item {
        width: 100%; /* Kartu melebar di layar kecil */
    }
    
    .wrap-card {
        padding: 0 10px;
    }
}








/* Pastikan header memiliki position relative agar mega menu bisa absolute terhadapnya atau body */
.site-header {
    position: relative;
}

/* Parent Link */
.has-mega-menu {
    position: static; /* Penting agar mega menu bisa selebar layar atau container tertentu */
}



/* Pastikan elemen li menjadi patokan posisi */
.desktop-menu ul li {
    margin: 0 0px;
    position: relative; /* Induk harus relative */
}

/* Update Kontainer Mega Menu */
.mega-menu-container {
    display: none;
    position: absolute;
    top: 100%; /* Menempel tepat di bawah padding link */
    left: 0;   /* Dimulai sejajar dengan sisi kiri teks menu */
    width: 600px; /* Gunakan lebar tetap yang masuk akal, bukan 100vw */
    background: #fff;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    border-radius: 12px;
    padding: 30px;
    z-index: 1000;
    border: 1px solid #f0f0f0;
    margin-top: -10px; /* Menghilangkan gap agar hover tidak terputus */
}

/* Jika menu berada di sebelah kanan (seperti Vendor), 
   tambahkan class khusus atau gunakan selector ini agar tidak keluar layar */
.desktop-menu ul li:last-child .mega-menu-container,
.desktop-menu ul li:nth-last-child(2) .mega-menu-container {
    left: auto;
    right: 0; /* Muncul ke arah kiri jika menu di sisi kanan */
}



/* Tampilkan saat Hover */
.has-mega-menu:hover .mega-menu-container {
    display: block;
}

/* Layout Grid Kolom */
.mega-menu-content {
    display: flex;
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
}

.mega-column {
    flex: 1;
}

.mega-column h3 {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.mega-column ul {
    display: block; /* Reset flex dari parent menu */
    padding: 0;
    list-style: none;
}

.mega-column ul li {
    margin: 0 0 12px 0; /* Jarak antar list item */
}

.mega-column ul li a {
    padding-bottom: 0 !important; /* Reset padding underline dari style lama */
    font-weight: 400 !important;
    color: #666;
}

.mega-column ul li a:hover {
    color: #008f7a !important;
}

/* Styling Kolom Demo (Kanan) */
.featured-column {
    flex: 1.5;
    background: #8989c8;
    padding: 20px;
    border-radius: 12px;
}

.featured-column p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}

.book-demo-link {
    color: #008f7a;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 15px;
}

.mega-image img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

/* Container Utama Menu */
.desktop-menu ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Parent Li */


/* Link Menu Utama */
.desktop-menu ul li a {
    display: flex;
    align-items: center;
    padding: 20px 15px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
}



/* Hover Logic */
.has-mega-menu:hover .mega-menu-container {
    display: block;
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Layout Kolom */
.mega-menu-content {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.mega-column {
    flex: 1;
}

.mega-column h3 {
    font-size: 13px;
    color: #888;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.mega-column ul {
    display: block !important; /* Reset flex */
}

.mega-column ul li {
    margin: 0 0 12px 0 !important;
}

.mega-column ul li a {
    padding: 0 !important;
    font-size: 15px;
    color: #333 !important;
    font-weight: 500 !important;
}

/* Kolom Preview/Demo */
.featured-column {
    flex: 1.5;
    background-color: #fcfcfc;
    padding: 20px;
    border-radius: 10px;
}

.featured-column p {
    font-size: 13px;
    line-height: 1.6;
    color: #666;
}

.book-demo-link {
    color: #008f7a !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    margin: 10px 0;
    display: inline-block !important;
}

.mega-image img {
    width: 100%;
    border-radius: 8px;
    margin-top: 10px;
}
.fa-solid, .fas {
    font-weight: 900;
}
/* 1. State Normal: Menu Utama */
.desktop-menu ul li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    padding-bottom:18px; /* Jarak untuk garis bawah */
    position: relative;
    transition: all 0.3s ease;
}

/* 2. State Hover & Active: Pastikan Parent LI yang di-hover mempengaruhi link A */
/* Selektor ini menjaga teks tetap hijau dan garis tetap muncul saat kursor di area mega menu */
.desktop-menu ul li:hover > a,
.desktop-menu ul li.current-menu-item > a,
.desktop-menu ul li.current_page_item > a {
    color: #008f7a; /* Warna hijau sesuai gambar */
    font-weight: 700;
}

/* 3. Membuat Garis Bawah (Border Bottom) tetap aktif */
.desktop-menu ul li:hover > a::after,
.desktop-menu ul li.current-menu-item > a::after,
.desktop-menu ul li.current_page_item > a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px; 
    background-color: #008f7a; /* Warna garis bawah hijau */
    bottom: -2px; /* Sesuaikan posisi agar menempel di bawah header */
    left: 0;
    border-radius: 2px;
}

/* 4. Penyesuaian Mega Menu Container */


/* Tampilkan Mega Menu */
.has-mega-menu:hover .mega-menu-container {
    display: block;
}















/* Container Utama */
        .howto {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        /* Desain Card */
        .howto-card {
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            padding: 30px 20px;
            flex: 1;
            min-width: 200px;
            max-width: 230px;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            transition: transform 0.3s ease;
        }

        .howto-card:hover {
            transform: translateY(-5px);
        }

        /* Styling Icon */
        .howto-icon {
            width: 50px;
            height: 50px;
            margin-bottom: 20px;
            object-fit: contain;
        }

        /* Styling Teks */
        .howto-title {
            font-size: 16px;
            font-weight: 700;
            color: #333;
            margin-bottom: 8px;
            line-height: 1.4;
        }

        .howto-title span {
            border-bottom: 2px solid #ff5722; /* Garis oranye bawah */
            padding-bottom: 2px;
        }

        .howto-desc {
            font-size: 14px;
            color: #666;
            line-height: 1.6;
            margin: 0;
        }

        /* Responsive Mobile */
        @media (max-width: 768px) {
            .howto-card {
                flex: 1 1 40%; /* 2 kolom di tablet */
                max-width: 100%;
            }
        }

        @media (max-width: 480px) {
            .howto-card {
                flex: 1 1 100%; /* 1 kolom di HP */
            }
        }









        .hero-container {
    width: 100%;
    max-width: 1200px;
    padding: 20px;
    margin:auto;
}

.hero-content {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap; /* Agar elemen turun saat layar kecil */
}

/* Bagian Gambar */
.image-side {
    flex: 1;
    min-width: 300px;
    position: relative;
    text-align: center;
}

.main-img {
    width: 100%;
    height: auto;
    max-width: 550px;
}

.badge-performance {
    position: absolute;
    bottom: 10%;
    right: 5%;
    background: white;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    text-align: center;
}

.badge-performance strong {
    display: block;
    font-size: 24px;
    color: #00c853;
}

/* Bagian Teks */
.text-side {
    flex: 1;
    min-width: 300px;
}

.label-promo {
    background-color: #2d3436;
    color: white;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
}

h1 {
    font-size: 48px;
    line-height: 1.2;
    color: #2d3436;
    margin-bottom: 20px;
}

.highlight {
    color: #e67e22; /* Warna orange skor */
}

p {
    font-size: 18px;
    color: #636e72;
    line-height: 1.6;
}

/* RESPONSIVE BREAKPOINTS */

/* Tablet & Mobile */
@media (max-width: 768px) {
    .hero-content {
        flex-direction: column; /* Gambar di atas, teks di bawah */
        text-align: center;
    }

    h1 {
        font-size: 32px;
    }

    .image-side {
        order: -1; /* Memastikan gambar tetap di atas pada mobile */
    }
}












h3.title a {
    font-size: 15px!important;
}
h3.news-title {
    font-size: 15px;
}
h3.title {
    line-height: 23px;

}
.wrap-kategory {
    width: 70%;
    display: none;
    line-height: 23px;
}
    margin: auto;
    padding: 40px 10px;
}

/* Container Utama */
.hero-section {
    padding: 80px 20px;
    text-align: center;
    color: #ffffff;
  
}

.hero-section .container {
    max-width: 800px;
    margin: 0 auto;
}

/* Badge Text Atas */
.badge-text {
    font-size: 12px;
    letter-spacing: 2px;
    color: #ffffff;
    opacity: 0.8;
    display: block;
    margin-bottom: 20px;
}

/* Judul Utama */
.hero-title {
   
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 25px;
    font-weight: 400;
}

/* Deskripsi */
.hero-description {
    font-size: 18px;
    line-height: 1.6;
    color: #cccccc;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* --- STYLING TOMBOL --- */
.btn-login-header {
    display: inline-flex;
    align-items: center;
    background-color: #0b8671; /* Warna hijau teal sesuai gambar */
    color: #ffffff !important;
    padding:0px 10px 0px 10px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.btn-login-header:hover {
    background-color: #008568;
    transform: translateY(-3px);
}

/* Lingkaran Hitam Ikon */
.icon-circle {
    background-color: #0b0b0b;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
}

.icon-circle i {
    color: #ffffff;
    font-size: 14px;
}

/* Responsif untuk Mobile */
@media (max-width: 768px) {
    .hero-title {
        font-size: 32px;
    }
    .hero-description {
        font-size: 16px;
    }
}
/* Container Utama */
    .category-container {
        display: flex;
        flex-wrap: wrap; /* Agar responsive */
        justify-content: center;
        gap: 20px;
        max-width: 1200px;
    }

    /* Box Tiap Item */
    .category-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100px; /* Lebar default */
        cursor: pointer;
        transition: transform 0.3s ease;
    }

    /* Lingkaran Ikon dengan Gradient */
    .icon-box {
        width: 50px;
        height: 50px;
            background: linear-gradient(135deg, #7fd186 0%, #008f7a 100%);
margin: auto;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 12px;
        color: white;
        font-size: 28px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.05);
        /* Animasi Transisi */
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    /* Teks di bawah ikon */
    .category-item span {
        font-size: 13px;
        font-weight: 500;
        color: #333;
        text-align: center;
        transition: color 0.3s ease;
    }

    /* --- HOVER ANIMATE SMOOTH --- */
    .category-item:hover .icon-box {
        transform: scale(1.15) translateY(-5px);
        box-shadow: 0 8px 20px rgba(255, 142, 142, 0.4);
        background: linear-gradient(135deg, #ffb1b1 0%, #ff6b6b 100%);
    }

    .category-item:hover span {
        color: #ff6b6b;
    }

    /* --- RESPONSIVE DESIGN --- */
    /* Untuk Tablet */
    @media (max-width: 768px) {
        .category-container {
            gap: 15px;
        }
        .category-item {
            width: 90px;
        }
        .icon-box {
            width: 60px;
            margin: auto;
            height: 60px;
            font-size: 24px;
        }
    }

    /* Untuk Smartphone Kecil */
    @media (max-width: 480px) {
        .invitation-card {
    height: 240px;
}
.invitation-grid {
    grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
}
 
.site-header.sticky {
    padding: 24px 47px;
}
        .category-container {
            display: grid;
            grid-template-columns: repeat(6, 1fr); /* 3 kolom di HP */
            gap: 10px;
        }
        .category-item {
            width: auto;
        }
        .category-item span {
            font-size: 11px;
        }
    }




/*
====================================
1. BASE & UTILITIES
====================================
*/
:root {
    --color-primary: #FF5A5F; /* Contoh warna merah/pink yang menarik perhatian */
    --color-secondary: #00A699; /* Contoh warna hijau pelengkap */
    --color-text: #484848;
    --color-heading: #222222;
    --color-background-light: #F7F7F7;
    --color-white: #FFFFFF;
    --font-family-primary: 'Plus Jakarta Sans', sans-serif;
    --box-shadow-subtle: 0 4px 12px rgba(0, 0, 0, 0.1);
}




.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Tombol Dasar */
.button {
    display: inline-block;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    border: none;
}

    .btn-login-header .icon-circle i {
        font-size: 14px;
        color: #ffffff;
        left:0px;
        position: relative;
    }
.button-form-trial {
    background-color: var(--color-primary);
    color: var(--color-white);
    box-shadow: var(--box-shadow-subtle);
    width: 100%; /* Agar tombol di form hero penuh */
    margin-top: 15px;
}

.button-form-trial:hover {
    background-color: #E04E53; /* Sedikit lebih gelap */
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.button-secondary {
    background-color: var(--color-secondary);
    color: var(--color-white);
    box-shadow: var(--box-shadow-subtle);
}

.button-secondary:hover {
    background-color: #008D83;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.template-vendor h1, .template-vendor h2, .template-vendor h3 {
    color: var(--color-heading);
    font-weight: 700;
    line-height: 1.2;
    font-size: 50px;
}
/*
====================================
2. VENDOR HERO SECTION
====================================

*/
.vendor-hero {
   background: linear-gradient(135deg, #f0f4f7 0%, #e8edf1 100%);
    padding: 80px 0;
    background-image: url(https://muftinurhadi.com/undangan/wp-content/uploads/2025/12/01-Homepage-Hero_Image-2.jpg);
    background-position: top;
    background-size: cover;
}
.page-header {
    background: linear-gradient(135deg, #f0f4f7, #e0e6eb);
    padding: 60px 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    text-align: center;
    background: url(https://muftinurhadi.com/undangan/wp-content/uploads/2025/12/4b52071….jpeg);
    background-position: center;
    background-size: cover;
}
.hero-layout {
    display: flex;
    align-items: center;
    gap: 40px;
}

.hero-left-content {
    flex: 1;
    max-width: 50%;
}

.hero-title {
    font-size: 3.5em; /* Ukuran besar */
    margin-bottom: 15px;
    color: var(--color-heading);
}

.hero-subtitle {
    font-size: 1.25em;
    color: var(--color-text);
    margin-bottom: 0;
}

.hero-right-form {
    flex: 1;
    max-width: 50%;
    display: flex;
    justify-content: flex-end;
    padding: 70px 0px 0px;
}

.registration-form-box {
    background-color: var(--color-white);
    padding: 30px;
    border-radius: 12px;
    box-shadow: var(--box-shadow-subtle);
    width: 100%;
    max-width: 400px; /* Lebar form maksimum */
}

.registration-form-box h3 {
    text-align: center;
    font-size: 1.75em;
    margin-top: 0;
    margin-bottom: 5px;
}

.form-instruction {
    text-align: center;
    color: var(--color-text);
    margin-bottom: 25px;
    font-size: 1em;
}

/* Styling Form Input */
.registration-form-box input[type="text"],
.registration-form-box input[type="email"],
.registration-form-box input[type="password"],
.registration-form-box select {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 16px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.registration-form-box input:focus,
.registration-form-box select:focus {
    border-color: var(--color-primary);
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 90, 95, 0.2);
}

.terms-link, .login-link {
    text-align: center;
    font-size: 0.9em;
    margin-top: 15px;
}

.terms-link a, .login-link a {
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 600;
}

.terms-link a:hover, .login-link a:hover {
    text-decoration: underline;
}

/*
====================================
3. VENDOR ADVANTAGES SECTION
====================================
*/
.vendor-advantages {
    padding: 60px 0;
    text-align: center;
}

.vendor-advantages h2 {
    font-size: 2.5em;
    margin-bottom: 40px;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.advantage-card {
    background-color: var(--color-background-light);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    border-top: 4px solid var(--color-primary);
}

.advantage-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--box-shadow-subtle);
}

.advantage-card h3 {
    color: var(--color-secondary);
    font-size: 1.5em;
    margin-top: 0;
}

.advantage-card p {
    font-size: 1em;
    color: var(--color-text);
}

/*
====================================
4. HOW TO JOIN SECTION
====================================
*/
.vendor-how-to-join {
   background-color: #0b8671;
    color: var(--color-white);
    padding: 80px 0;
    text-align: center;
}

.vendor-how-to-join h2 {
    color: var(--color-white);
    font-size: 2.5em;
    margin-bottom: 40px;
}

.steps-container {
    max-width: 800px;
    margin: 0 auto 40px auto;
}

.steps-list {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    text-align: left;
}

.steps-list::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 0;
}

.steps-list li {
    flex: 1;
    position: relative;
    padding: 0 15px;
}

.steps-list li p {
    margin-bottom: 5px;
    font-size: 1.1em;
    font-weight: 700;
}
ol.steps-list strong {
    color: #ffffff;
}
.steps-list li::before {
    content: attr(data-step);
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #85d587;
    color: #202020;
    border-radius: 50%;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
    z-index: 1;
    position: relative;
    box-shadow: 0 0 0 5px var(--color-secondary);
}

/* Penomoran langkah */
.steps-list li:nth-child(1)::before { content: '1'; }
.steps-list li:nth-child(2)::before { content: '2'; }
.steps-list li:nth-child(3)::before { content: '3'; }


/*
====================================
5. MOBILE APP FEATURE SECTION
====================================
*/
.mobile-app-feature {
    padding: 80px 0;
    background-color: var(--color-background-light);
}

.feature-layout {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-direction: row;
}

.feature-visual {
    flex: 1;
    text-align: center;
}

.mobile-phone-img {
    max-width: 80%;
    height: auto;
    border-radius: 25px;
    box-shadow: var(--box-shadow-subtle);
}

.feature-content {
    flex: 1;
    text-align: left;
}

.feature-content h2 {
    font-size: 3em;
    margin-bottom: 15px;
}

.green-line {
    width: 60px;
    height: 4px;
    background-color: var(--color-secondary);
    margin-bottom: 25px;
}

.feature-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.feature-list li {
    font-size: 1.1em;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.feature-list li::before {
    content: '✓';
    color: var(--color-secondary);
    font-weight: 900;
    position: absolute;
    left: 0;
}

.download-text {
    font-weight: 600;
    font-size: 1.1em;
    margin-bottom: 15px;
}

.download-buttons a img {
    height: 50px;
    width: auto;
    margin-right: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/*
====================================
6. VENDOR LOGOS SECTION
====================================
*/
.vendor-logos {
    padding: 60px 0;
    text-align: center;
}

.vendor-logos .section-title {
    font-size: 2.2em;
    margin-bottom: 10px;
}

.red-line.center {
    width: 80px;
    height: 3px;
    background-color: var(--color-primary);
    margin: 0 auto 40px auto;
}

.logo-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 5 kolom */
    gap: 30px;
    align-items: center;
}

.logo-item {
    padding: 15px;
    background-color: var(--color-background-light);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.logo-item:hover {
    opacity: 1;
    transform: scale(1.05);
}

.logo-item img {
    max-width: 100%;
    height: auto;
    display: block;
}


/*
====================================
7. MEDIA QUERIES (Responsiveness)
====================================
*/
@media (max-width: 992px) {
    .hero-layout {
        flex-direction: column;
        text-align: center;
    }
    .hero-left-content, .hero-right-form {
        max-width: 100%;
    }
    .hero-right-form {
        justify-content: center;
    }
    .hero-title {
        font-size: 3em;
    }
    .advantages-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 kolom di tablet */
    }
    .steps-list {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .steps-list li {
        flex: none;
        width: 45%;
        margin-bottom: 25px;
    }
    .steps-list::before {
        content: none; /* Hilangkan garis di mobile */
    }
    .steps-list li::before {
        margin: 0 auto 15px auto;
    }
    .feature-layout {
        flex-direction: column;
    }
    .feature-content {
        text-align: center;
    }
    .green-line {
        margin: 0 auto 25px auto;
    }
    .logo-grid {
        grid-template-columns: repeat(3, 1fr); /* 3 kolom di tablet */
    }
}

@media (max-width: 600px) {
    .vendor-hero {
        padding: 50px 0;
    }
    .hero-title {
        font-size: 2.5em;
    }
    .advantages-grid {
        grid-template-columns: 1fr; /* 1 kolom di HP */
    }
    .steps-list li {
        width: 100%;
    }
    .steps-list li:nth-child(even) {
        text-align: right;
    }
    .steps-list li::before {
        margin: 0;
        float: left;
    }
    .steps-list li:nth-child(even)::before {
        float: right;
    }
    .logo-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 kolom di HP */
    }
}


/* --- Styling Global dan Reset --- */

.wrap-editprofil span.text-label {
    color: #f00;
    font-size: 12px;
}
.user-info {
    line-height: 19px;
}

/* Kontainer utama - prod-wrap */
.prod-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px; /* Padding atas bawah untuk memberi jarak dari tepi */
    position: relative;
    z-index: 2; /* Agar konten di atas wave background */
}

/* --- Bagian HARGA (Judul) --- */
.header-section {
    text-align: center;
    margin-bottom: 40px;
}

.title-harga {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: #333;
    padding-bottom: 5px;
    position: relative;
    display: inline-block;
}

.title-harga::after {
    content: '';
    display: block;
    width: 30px; /* Lebar garis bawah */
    height: 2px;
    background-color: #000; /* Warna garis bawah */
    margin: 5px auto 0;
}

/* --- Bagian Deskripsi --- */
.description-section {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 60px;
}

.description-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    /* Agar teks persis di tengah seperti pada gambar */
    padding: 0 10px; 
}

/* --- Bagian Showcase Produk (Kartu) --- */
.product-showcase {
    text-align: center; /* Untuk menengahkan grid */
    margin-bottom: 80px; /* Jarak dari background wave */
}

.card-grid {
    display: flex;
    justify-content: center;
    gap: 20px; /* Jarak antar kartu */
    flex-wrap: wrap; /* Penting untuk versi mobile */
}

.product-card {
    width: 250px; /* Lebar kartu di desktop */
    /* Rasio tinggi:lebar sekitar 16:9 atau lebih tinggi (seperti story/portrait) */
    height: 444px; /* Disesuaikan agar proporsi terlihat seperti story (misalnya 250x444 = 16:9 vertikal) */
    overflow: hidden;
    border-radius: 5px; /* Opsional: Jika kartu memiliki sedikit sudut melengkung */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Opsional: Sedikit bayangan */
}

.card-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Memastikan gambar mengisi seluruh kartu */
    display: block;
}

/* --- Bagian Latar Belakang "Wave" di Bawah --- */
.footer-wave-background {
    /* Warna latar belakang: hijau muda/biru muda yang lembut */
    background-color: #b7e9e5; 
    height: 350px; /* Tinggi visual wave */
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1; /* Di belakang konten */
    
    /* Membuat bentuk gelombang (wave/curve) */
    /* Menggunakan teknik pseudo-element atau border-radius/clip-path bisa dilakukan, 
       namun untuk replika sederhana, saya akan menggunakan 'clip-path' yang mendekati */
    clip-path: polygon(0 40%, 100% 0%, 100% 100%, 0% 100%); 
    /* Polygon ini membuat garis miring di atas, memotong bagian kanan atas */
    
    /* Jika ingin lebih akurat seperti gelombang yang melengkung: */
    /* Anda akan membutuhkan SVG atau gambar latar belakang (image) */
    /* Untuk CSS murni yang mendekati: */
    /* height: 200px; 
    border-top-left-radius: 50% 100px; 
    border-top-right-radius: 50% 100px; 
    bottom: -100px; 
    transform: rotate(180deg);
    position: absolute;
    width: 100%; */
}


/* ======================================= */
/* --- RESPONSIVE / Mobile Version CSS --- */
/* ======================================= */

@media (max-width: 1080px) {
    /* Di layar yang lebih kecil, kurangi lebar kartu agar tetap terlihat 4 */
    .product-card {
        width: 20%; 
        height: auto; /* Biarkan tinggi menyesuaikan proporsi */
        max-width: 200px;
    }
}

@media (max-width: 800px) {
    /* Di tablet atau layar yang lebih kecil, buat kartu menjadi 2 kolom */
    .card-grid {
        gap: 15px;
    }
    .product-card {
        width: 45%; /* Menampilkan 2 kartu per baris */
        max-width: 300px;
        height: auto;
    }
    .description-section {
        margin-bottom: 40px;
    }
}

@media (max-width: 500px) {
    /* Di perangkat seluler, buat kartu menjadi 2 kolom dan tata letak lebih ringkas */
    .hero-slider {
    padding-top: 388px;
}
    .prod-wrap {
        padding: 40px 10px;
    }
    .title-harga {
        font-size: 1rem;
    }
    .description-text {
        font-size: 0.9rem;
    }
    .card-grid {
        gap: 10px;
    }
    .product-card {
        width: 48%; /* Sedikit lebih lebar untuk mengisi ruang */
        height: 250px; /* Tinggi tetap agar terlihat seragam */
    }
    .footer-wave-background {
        height: 250px;
        clip-path: polygon(0 50%, 100% 0%, 100% 100%, 0% 100%); 
    }
}

/* Perbarui Styling Fitur untuk menggunakan font baru */
.fitur-name {
 
  font-size: 13px;
    font-weight: 600;
    margin-top: 9px;
    margin-bottom: 10px;
    color: #008f7a;

}
section.wp-fitur {
    background: linear-gradient(178deg, #BAFDF2 0%, #ffffff 100%);
}
.fitur-desc, .fitur-title {
   
    /* ... styling lainnya ... */
}

/* Sisa CSS dari respon sebelumnya tetap sama */
/* ... */



/* Base Styles */


/* Price Themes Wrapper */
.price-themes {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

/* Header */
.price-header {
    margin-bottom:0px;
}

.package-label {
    font-size: 0.9em;
    font-weight: 600;
    color: #888;
    letter-spacing: 2px;
    margin: 0;
}

.price-header h1 {
    font-size: 2.5em;
    font-weight: 700;
    color: #333;
    margin: 5px 0 10px 0;
}

.package-description {
    max-width: 700px;
    margin: 0 auto;
    color: #6c757d;
    font-style: italic;
}

/* Pricing Container (Flexbox/Grid) */
.pricing-container {
    display: flex;
    flex-wrap: wrap; /* Penting untuk responsif di layar kecil */
    justify-content: center;
    gap: 20px;
}

/* Price Card */
.price-card {
    background: #fff;
    border:1px solid #f3f3f3;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    padding: 30px;
    text-align: center;
    width: 100%; /* Default 100% untuk mobile */
    max-width: 280px; /* Batasan lebar di desktop */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Meratakan konten */
    transition: transform 0.3s, box-shadow 0.3s;
}

.price-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* Card Header */
.card-header {
    margin-bottom:5x;
}

.icon-circle {
    width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    border-radius: 50%;
    margin: 0 auto 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-placeholder {
    font-size: 1.5em;
    color: #fff;
    font-weight: 700;
}

.price-card h2 {
    font-size: 1.5em;
    font-weight: 600;
    margin: 0;
    color: var(--primary-color);
}

/* Card Price */
.card-price {
    margin-bottom: 25px;
}

.original-price {
  font-size: 01em;
    color: #ff0000;
    text-decoration: line-through;
    margin: 0;
    min-height: 20px;
}

.current-price {
   font-size: 1.5em;
    font-weight: 900;
    color: var(--text-color);
    margin: 0;
    letter-spacing: 0px;
}

/* Card Body (Features) */
.card-body {
    text-align: left;
    flex-grow: 1; /* Memungkinkan fitur mengambil ruang yang tersedia */
}

.active-period {
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 15px;
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.features-list li {
      margin-bottom: 0px;
    color: #555;
    font-size: 10px;
    display: flex;
    align-items: center;
    font-weight: 400;
}


.btn-view-more {
    display: inline-block;
    padding: 10px 35px;
    background-color: #333;
    color: #fff !important;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 13px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

    .btn-view-more:hover {
        background-color: #fff;
        color: #333 !important;
        border: 2px solid #333;
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    }



.check-icon {
    color: var(--primary-color);
    font-weight: bold;
    font-size: 1.1em;
    margin-right: 10px;
}

/* Card Footer (Button) */
.card-footer {
    margin-top: 30px;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: background-color 0.3s;
    white-space: nowrap;
}

.btn-primary {
   background-color: #0b8671;
    color: #fff;
    border: 2px solid #008770;
}

.btn-primary:hover {
    background-color: #218838; /* Warna hijau sedikit lebih gelap */
}

/* Specific Card Styling (Matching image details) */
/* Styling untuk card Profesional (perbedaan warna/struktur) */
.professional-card {
    background-color: #fff;
}

.professional-card .card-body {
    padding-top: 20px;
}

.professional-card .features-list.full-features li {
    margin-bottom: 15px;
}

/* Responsiveness */
@media (min-width: 768px) {
    .price-card {
        width: calc(100% - 50px); /* Dua kolom di tablet */
    }
}

@media (min-width: 1024px) {
    .pricing-container {
        /* Menggunakan Grid untuk kontrol tata letak 4 kolom yang lebih baik */
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        align-items: stretch; /* Memastikan semua card memiliki tinggi yang sama */
    }

    .price-card {
        max-width: none; /* Hilangkan max-width untuk grid */
    }
}

/* Penyesuaian Harga Card Profesional */
.professional-card .card-price .current-price {
    color: var(--primary-color); /* Menggunakan warna hijau untuk harga 1jt */
}


/* Styling Umum */
/* 1. Bungkus Class: wrap-fitur */
.wrap-fitur {
    max-width: 1200px;
    margin: 0px auto;
    padding: 20px;
    text-align: center;
}

.fitur-section {
    padding: 20px 0;
}

.fitur-title {
    font-size: 1.5em;
    font-weight: bold;
    color: #333;
    margin-bottom: 50px;
    position: relative;
    letter-spacing: 2px;
}

.fitur-title::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #333;
    margin: 10px auto 0;
}

/* Grid untuk Fitur */
.fitur-grid {
    display: grid;
    /* 2. Responsive Design - Default untuk layar besar (4 kolom) */
    grid-template-columns: repeat(4, 1fr);
    gap: 10px; /* Jarak antar item */
}

/* Item Fitur */
.fitur-item {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 8px;
    text-align: center;
   
    /* 3. Smooth Animation Hover - Transisi */
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    cursor: pointer;
}

/* 4. Smooth Animation Hover - Efek Hover */
.fitur-item:hover {
    transform: translateY(-10px); /* Geser ke atas */
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15); /* Bayangan lebih tebal */
    background-color: #f3f3f3; /* Perubahan warna latar sedikit */
    color: #000000;
}

.icon-box {
    margin-bottom: 20px;
}

.icon-box svg {
    color: #000; /* Warna icon (gunakan hitam sesuai gambar) */
    width: 48px;
    height: 48px;
    transition: color 0.3s ease; /* Transisi untuk warna icon */
}

/* Efek hover untuk icon */
.fitur-item:hover .icon-box svg {
    color: #007bff; /* Contoh: ubah warna icon saat hover */
}

.fitur-name {
font-size: 13px;
    font-weight: 800;
    margin-top: 9px;
    margin-bottom: 10px;
    color: #008f7a;
}

.fitur-desc {
    font-size: 0.9em;
    color: #666;
    margin: 0;
}

/* 2. Responsive Design - Media Queries */

/* Tablet (Lebih dari 768px dan kurang dari 1024px) */
@media (max-width: 1024px) {
    .fitur-grid {
        /* Ubah menjadi 2 kolom */
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile (Kurang dari 768px) */
@media (max-width: 768px) {
    .wrap-fitur {
        margin: 20px;
        padding: 0;
    }
    
    .fitur-grid {
        /* Ubah menjadi 1 kolom */
        grid-template-columns: 2fr;
    }

    .fitur-item {
        padding: 20px;
    }
}




/* Update style.css bagian Header */



.site-header {

    /* Pastikan flexbox aktif */

    display: flex;

    justify-content: space-between;

    align-items: center;

    /* ... kode lama ... */

}



.logo a {

    text-decoration: none;

    color: inherit;

}



/* Memastikan menu desktop ada di tengah jika ruang cukup */

.desktop-menu {

    flex-grow: 1;

    display: flex;

    justify-content: center; /* Menu rata tengah */

    gap: 20px;

}



/* Area Kanan (Login + Burger) */

.header-right {

    display: flex;

    align-items: center;

    gap: 20px;

}



/* Tombol Login */

.btn-login {

    padding: 8px 20px;

    background-color: var(--primary, #333);

    color: #fff !important; /* Override warna link bawaan */

    border-radius: 20px;

    font-size: 14px;

    font-weight: 600;

    transition: 0.3s;

}



.btn-login:hover {

    background-color: var(--accent, #d4a373);

    color: #fff;

}



/* Sembunyikan menu desktop di mobile */

@media (max-width: 768px) {

    .desktop-menu { display: none; }

    .btn-login { display: none; } /* Opsional: sembunyikan tombol login di header mobile */

}

 /* --- 1. RESET & VARIABLE --- */

        :root {

            --primary: #333;

            --accent: #d4a373;

            --white: #ffffff;

            --transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);

        }



      



        ul { list-style: none; padding: 0; margin: 0; }

        a { text-decoration: none; color: inherit; }







        /* =========================================

   HERO SLIDER - STYLE KHUSUS SLIDE 1

   ========================================= */



/* Latar belakang slide 1 (Gradien halus biru muda ke putih) */

.hero-slide-1 {

    background: linear-gradient(1deg, #BAFDF2 0%, #ffffff 100%);

}



/* Container agar isi slide berada di tengah dan flex 2 kolom */
.earbud-left {
    top: 0%;
    left: -80px;
    transform: rotate(-20deg);
}

.slide-container {

    display: flex;

    align-items: center;

    justify-content: space-between;

    height: 100%;

    padding-top:10px; /* Jarak dari header */

    gap: 80px;

}



/* --- KOLOM KIRI (TEKS) --- */

.slide-content-left {

    flex: 1; /* Mengambil ruang yang tersedia */

    max-width: 500px;

    text-align: left;

    z-index: 2; /* Agar berada di atas jika ada elemen bertumpuk */

}

.slide-content-left.fe h1.hero-title {
    font-size: 69px;
    text-align: left;
}
.modal-content p {
    text-align: center;
    margin: auto;
}

.briding {
    display: flex;
            align-items: center; /* Mengetengahkan secara vertikal */
            justify-content: center; /* Mengetengahkan secara horizontal */
            min-height: 100vh;
            padding: 80px 10%;
    background-color: #bbfdf2;
    display: grid;
    grid-template-columns: 0fr;
    gap: 40px;
    margin:0px 0px;
        }

        /* Sidebar Label */
        .briding__label {
            font-size: 0.75rem;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #666;
            padding-top: 15px;
        }

        /* Content Area */
        .briding__content {
            display: flex;
            flex-direction: column;
            gap:0px;
        }

        .briding__title {
                font-size: 30px;
    font-weight: 700;
    margin-bottom: 1px;;
        }

        .briding__description {
            font-size: clamp(1.1rem, 2vw, 1rem);
            line-height: 1.8;
            max-width: 900px;
            color: #333;
        }

        /* Stats Grid */
        .briding__stats {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
            margin-top: 20px;
        }

        .briding__stat-item {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .briding__stat-number {
               font-size: 1.5rem;
    font-weight: 500;
        }

        .briding__stat-text {
            font-size: 0.9rem;
            line-height: 1.5;
            color: #555;
            max-width: 200px;
            margin: 0px;
        }

        /* Responsive Design */
        @media (max-width: 1024px) {
            .briding {
                grid-template-columns: 1fr;
                padding: 60px 5%;
            }
            
            .briding__label {
                padding-top: 0;
            }
        }

        @media (max-width: 768px) {
            .briding__stats {
                grid-template-columns: 1fr;
                gap: 50px;
            }
            
            .briding__description {
                font-size: 1.25rem;
            }

            .briding__stat-number {
                font-size: 2.8rem;
            }
        }

.hero-title {

       font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    color: #333;
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: center;

}
section.latest-invitations {
    background: linear-gradient(0deg, #BAFDF2 0%, #ffffff 100%);
    padding: 70px 0px;
}
.logo img {
    width:50%!important;
    height: auto;
}

.hero-description {

    font-size: 18px;
text-align: center;
    color: #666;

    margin-bottom: 40px;

    line-height: 1.6;

}



/* --- STYLING FORMULIR --- */

.hero-form {

    max-width: 450px;

}



.input-group-wrapper {

    display: flex;

    align-items: center;

    background: #fff;

    border-radius: 8px;

    padding: 5px;

    box-shadow: 0 4px 15px rgba(0,0,0,0.05);

    border: 1px solid #eee;

}



.input-prefix {

    padding: 0 15px;

    font-size: 1.2rem;

    color: #999;

    font-weight: 600;

}

header h1 {
    padding-top: 60px;
}
.promo-content p {
    font-size: 13px;
}
.hero-input {

    flex: 1; /* Input mengambil sisa ruang */

    border: none;

    outline: none;

  

    font-size: 1rem;


    color: #333;

}



.hero-input::placeholder {

    color: #ccc;

}



.btn-hero-submit {

    background-color: #008f7a; /* Warna hijau teal sesuai gambar */

    color: white;

    border: none;

    padding: 12px 25px;

    border-radius: 6px;

    font-weight: 600;

    cursor: pointer;

    transition: background 0.3s;

  

    white-space: nowrap; /* Agar teks tombol tidak turun baris */

}



.btn-hero-submit:hover {

    background-color: #007a68;

}



.helper-text {

    display: block;

    margin-top: 10px;

    color: #999;

    font-size: 0.9rem;

    margin-left: 20px;

}





/* --- KOLOM KANAN (GAMBAR) --- */

.slide-content-right {

    flex: 1;

    display: flex;

    justify-content: center;

    align-items: center;

    position: relative;

    height: 100%;

}



/* Wrapper untuk menumpuk gambar */

.hero-image-wrapper {

    position: relative;

    width: 400px; /* Sesuaikan ukuran area gambar */

    height: 600px;

    display: flex;

    justify-content: center;

    align-items: center;

}



/* Lingkaran Gradien di belakang HP */

.bg-blob {

    position: absolute;

    width: 350px;

    height: 350px;

    background: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%); /* Contoh gradien pink/orange */

    border-radius: 50%;

    filter: blur(40px); /* Efek blur agar halus */

    opacity: 0.7;

    z-index: 1;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

}



/* Gambar HP */

.hero-phone-img {

    position: relative;

    z-index: 3; /* Paling depan */

    max-height:80%;

    width: auto;

    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.15)); /* Bayangan HP */

}



/* Earbuds Melayang */

.earbud-floating {

    position: absolute;

    z-index: 122; /* Di antara blob dan HP */

    width: 80px; /* Sesuaikan ukuran earbud */

    height: auto;

}



.earbud-left {

    top: 20%;

    left: -40px;

    transform: rotate(-20deg);

}



.earbud-right {
bottom: 2%;
    right: -129px;

    transform: rotate(20deg);

}



/* --- RESPONSIVE (Untuk Layar HP/Tablet) --- */

@media (max-width: 992px) {

    .slide-container {

        flex-direction: column-reverse; /* Gambar di atas, teks di bawah di HP */

        justify-content: center;

        text-align: center;

        padding-top: 100px;

        gap: 20px;

    }



    .slide-content-left {

        text-align: center;

        margin-bottom: 50px;

    }



    .hero-title { font-size: 2.5rem; }

    .hero-form { margin: 0 auto; /* Tengahkan form */ }

    .helper-text { margin-left: 0; }



    .hero-image-wrapper {

        width: 300px;

        height: 400px;

    }

    

    .earbud-floating { width: 60px; }

}





/* =========================================

   FOOTER STYLE (PROFILMU STYLE)

   ========================================= */



.site-footer {

   background-color: #0b8671;
    color: #ffffff;
    padding-top: 60px;
    padding-bottom: 30px;
    font-size: 14px;
    border-top: 1px solid #0b8671;

}



/* --- GRID LAYOUT DESKTOP --- */

.footer-top {

    display: grid;

    /* Pembagian kolom: Logo lebar (2fr), Link kecil (1fr), Form lebar (2fr) */

    grid-template-columns: 2fr 1fr 1fr 1fr 2fr; 

    gap: 30px;

    margin-bottom: 50px;

}



/* Headings */

.footer-heading, 

.social-section h5, 

.app-section h5 {

    font-weight: 700;

    font-size: 14px;

    text-transform: uppercase;

    color: #000;

    margin-bottom: 20px;

    margin-top: 0;

}



/* Brand Column */

.brand-desc {

      line-height: 27px;
    color: #ffffff;
    margin-top: 15px;
    font-size: 12px;

}

.footer-logo img {

    max-width: 150px; /* Batasi lebar logo */

    height: auto;

}

.copyright-text {
    color: #ffffff;
    font-size: 12px;
}

/* Links List */

.footer-links {

    list-style: none;

    padding: 0;

    margin: 0;

}



.footer-links li {

    margin-bottom: 12px;

}

footer#colophon .container {

    width: 80%;

    margin: auto;

}





/* Container Utama User */

.user-logged-wrapper {

    display: flex;

    flex-direction: column; /* Susun atas-bawah */

    align-items: flex-end;  /* Rata Kanan */

    justify-content: center;

    line-height: 1.2;       /* Jarak antar baris rapat */

   

}



/* Style Teks "DASHBOARD" (Sesuai Gambar) */

.btn-dashboard {

    font-size: 16px;        /* Ukuran font besar */

    font-weight: 700;       /* Sangat Tebal (Bold) */

    color: #5e6e82;         /* Warna Abu-abu Kebiruan (Slate Blue) */

    text-transform: uppercase; /* Huruf Kapital Semua */

    text-decoration: none;  /* Hilangkan garis bawah */

    letter-spacing: 0.5px;  /* Sedikit jarak antar huruf */

    

    /* Reset style tombol lama (jika ada) */

    background: none;

    padding: 0;

    border: none;

    margin-bottom: 2px;     /* Jarak sedikit ke teks bawah */

    transition: color 0.3s;

}



.btn-dashboard:hover {

    color: #333; /* Efek hover jadi lebih gelap */

}



/* Style Teks "Selamat Datang..." (Sesuai Gambar) */

.welcome-text {

    font-size: 13px;        /* Ukuran lebih kecil */

    color: #1a9e84;         /* Warna Hijau Teal (Brand Color) */

    font-weight: 400;       /* Ketebalan normal */

    white-space: nowrap;    /* Jangan turun baris */

}



/* Responsif untuk Mobile (Opsional) */

@media (max-width: 768px) {

    .user-logged-wrapper {

        align-items: center; /* Di mobile jadi rata tengah */

        margin-top: 10px;

    }

}







/* Style untuk Header Dashboard agar tombol rapi ke kanan */

.dash-header {

    display: flex;

    justify-content: space-between; /* Kiri Judul, Kanan Tombol */

    align-items: flex-start; /* Rata atas */

    margin-bottom: 40px;

    flex-wrap: wrap; /* Agar aman di mobile */

    gap: 20px;

}



/* Wrapper untuk tombol-tombol di kanan */

.header-actions {

    display: flex;

    align-items: center;

    gap: 15px; /* Jarak antar tombol Buat Undangan & Lihat Website */

}



/* Mempercantik Tombol Primary (Buat Undangan) */

.btn--primary {

    background-color: #1a9e84; /* Warna Hijau Teal */

    color: #fff;

    padding: 10px 20px;

    border-radius: 8px;

    text-decoration: none;

    font-weight: 600;

    font-size: 14px;

    transition: background 0.3s;

    border: 1px solid #1a9e84;

    display: inline-flex;

    align-items: center;

}



.btn--primary:hover {

    background-color: #14806a;

    border-color: #14806a;

}

/* Di file style.css atau header php */

.btn--outline {

    background-color: transparent;

    color: #555;

    border: 1px solid #ccc;

    padding: 10px 20px;

    border-radius: 8px;

    text-decoration: none;

    font-weight: 600;

    font-size: 14px;

    display: inline-flex;

    align-items: center;

    transition: 0.3s;

}



.btn--outline:hover {

    border-color: #1a9e84;

    color: #1a9e84;

    background-color: #f0fdf4;

}

/* Mempercantik Tombol Outline (Lihat Website) */

.btn--outline {

    background-color: transparent;

    color: #666;

    padding: 10px 15px;

    border: 1px solid #ddd;

    border-radius: 8px;

    text-decoration: none;

    font-size: 14px;

    transition: 0.3s;

}



.btn--outline:hover {

    border-color: #1a9e84;

    color: #1a9e84;

}



/* Responsif Mobile */

@media (max-width: 600px) {

    .dash-header {

        flex-direction: column; /* Tombol turun ke bawah judul */

    }

    .header-actions {

        width: 100%;

        flex-direction: column; /* Tombol disusun vertikal di HP */

    }

    .header-actions .btn {

        width: 100%; /* Tombol full width di HP */

        justify-content: center;

    }

}





.footer-links a {

   text-decoration: none;
    color: #ffffff;
    transition: 0.3s;
    font-size: 12px;
    line-height: 17px;

}



.footer-links a:hover {

    color: #008f7a;

    text-decoration: underline;

}



/* --- NEWSLETTER FORM --- */

.subscribe-form {

    margin-bottom: 30px;

}



.input-group {

    display: flex;

    background: #fff;

    border: 1px solid #ddd;

    border-radius: 50px; /* Membuat lonjong */

    overflow: hidden;

    padding: 5px;

    align-items: center;

}



.mail-icon {

    padding-left: 15px;

    color: #999;

}



.input-group input {

    border: none;

    outline: none;

    padding: 10px;

    width: 100%;

    font-size: 13px;

}



.input-group button {

    background-color: #888; /* Warna tombol abu-abu sesuai gambar */

    color: #fff;

    border: none;

    padding: 10px 20px;

    border-radius: 50px;

    cursor: pointer;

    font-size: 13px;

    transition: 0.3s;

}



.input-group button:hover {

    background-color: #555;

}



/* Social & App */

.social-section, .app-section {

    display: flex;

    justify-content: space-between; /* Kiri Teks, Kanan Konten */

    align-items: center;

    margin-bottom: 15px;

}



.social-icons {

    display: flex;

    gap: 10px;

}



.soc-icon {

    font-weight: bold;

    color: #000;

    text-decoration: none;

    font-size: 16px;

}



/* --- FOOTER BOTTOM --- */

.footer-bottom {

    border-top: 1px solid #09705e;

    padding-top: 30px;

    display: flex;

    justify-content: space-between;

    color: #999;

    font-size: 13px;

}



.legal-links a {
color: #ffffff;
    text-decoration: none;
    margin-left: 20px;
    font-size: 12px;

}


.footer-heading, .social-section h5, .app-section h5 {
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 0;
}
/* =========================================

   RESPONSIVE (MOBILE)

   ========================================= */

@media (max-width: 992px) {

    .footer-top {

        /* Ubah jadi 2 kolom di tablet */

        grid-template-columns: 1fr 1fr; 

    }

    

    .footer-brand, .footer-subscribe {

        grid-column: span 2; /* Logo dan Form ambil lebar penuh */

    }

}



@media (max-width: 768px) {

    .footer-top {

        /* Ubah jadi 1 kolom tumpuk ke bawah di HP */

        grid-template-columns: 1fr; 

        gap: 40px;

    }

    

    .footer-brand, .footer-subscribe {

        grid-column: span 1;

    }



    .footer-bottom {

        flex-direction: column;

        text-align: center;

        gap: 15px;

    }

    

    .legal-links a {

        margin: 0 10px;

        display: block; /* Link hukum turun ke bawah */

        margin-bottom: 5px;

    }



    .social-section, .app-section {

        flex-direction: column;

        align-items: flex-start;

        gap: 10px;

    }

}







/* Styling Tombol */
        .btn-login-header {
            display: inline-flex;
            align-items: center;
            background-color: #0b8671; /* Warna hijau sesuai gambar */
            color: #ffffff !important; /* Warna teks putih */
           
            border-radius: 50px;
            text-decoration: none;
         
            font-weight: 600;
              transition: all 0.3s ease;
            border: none;
            cursor: pointer;
        }

        /* Efek Hover */
        .btn-login-header:hover {
            background-color: #008568;
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(0,0,0,0.2);
        }

        /* Lingkaran Hitam untuk Ikon */
        .btn-login-header .icon-circle {
                   background-color: #8cda88;
        width: 30px;
        height: 30px;
        border-radius: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 14px;
        margin-top: 7px;
        margin-right: 5px;
        }

        .btn-login-header .icon-circle i {
            font-size: 14px;
            color: #ffffff;
        }

        /* --- 2. HEADER LAYOUT --- */

        .site-header {

            position: fixed;

            top: 0;

            left: 0;

            width: 100%;
/* Styling Tombol */
        .btn-login-header {
       display: inline-flex;
        align-items: center;
        background-color: #006b54;
        color: #ffffff !important;
        padding: 0px 8px 0px 18px;
        border-radius: 50px;
        text-decoration: none;
     

        font-weight: 600;
        font-size: 14px;
        transition: all 0.3s ease;
        border: none;
        cursor: pointer;
        }

        /* Efek Hover */
        .btn-login-header:hover {
            background-color: #008568;
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(0,0,0,0.2);
        }

        /* Lingkaran Hitam untuk Ikon */
        .btn-login-header .icon-circle {
            background-color: #000000;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-left: 15px;
        }

        .btn-login-header .icon-circle i {
            font-size: 14px;
            color: #ffffff;
        }
            padding: 16px 154px;

            display: flex;

            justify-content: space-between; /* Memisahkan Kiri dan Kanan */

            align-items: center;

            z-index: 1000;

            background: transparent;

            transition: var(--transition);

            box-sizing: border-box;

        }



        .site-header.shrink {

            padding: 16px 154px;

            background: rgba(255, 255, 255, 0.95);

            box-shadow: 0 5px 20px rgba(0,0,0,0.05);

        }



        /* --- LOGO (KIRI) --- */

        .logo {

            font-size: 24px;

            font-weight: 800;

            letter-spacing: -1px;

            color: var(--primary);

            z-index: 1002; /* Pastikan di atas layer lain */

        }



        /* --- MENU NAVIGASI (TENGAH) --- */

        .desktop-menu {

            position: absolute; /* Kunci agar benar-benar di tengah layar */

            left: 50%;

            transform: translateX(-50%);

            display: flex;

            gap: 30px;

        }

nav.desktop-menu li {
    display: block;
}

        .desktop-menu a {
font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0px;
    position: relative;
    color: var(--primary);
    list-style: none;

        }

li#menu-item {
    display: block;
}

        .desktop-menu a::after {

            content: '';

            position: absolute;

            width: 0;

            height: 2px;

            bottom: -5px;

            left: 0;

            background: var(--accent);

            transition: 0.3s;

        }



        .desktop-menu a:hover::after { width: 100%; }



        /* --- HEADER RIGHT (LOGIN + BURGER) (KANAN) --- */

        .header-right {

            display: flex;

            align-items: center;

            gap: 20px; /* Jarak antara Login dan Burger */

            z-index: 1002;

        }



        /* Style Tombol Login */

        .btn-login {

            font-size: 14px;

            font-weight: 600;

            text-transform: uppercase;

            padding: 8px 20px;

            border: 2px solid var(--primary);

            border-radius: 50px;

            transition: var(--transition);

        }



        .btn-login:hover {

            background: var(--primary);

            color: var(--white);

        }



        /* --- BURGER MENU --- */

        .burger-btn {

            display: none; /* Default hidden di desktop */

            cursor: pointer;

            width: 30px;

            height: 20px;

            position: relative;

        }



        .burger-bar {

            width: 100%;

            height: 2px;

            background: var(--primary);

            position: absolute;

            transition: var(--transition);

        }



        .burger-bar:nth-child(1) { top: 0; }

        .burger-bar:nth-child(2) { top: 9px; }

        .burger-bar:nth-child(3) { top: 18px; }



        .burger-btn.active .burger-bar:nth-child(1) { transform: rotate(45deg); top: 9px; }

        .burger-btn.active .burger-bar:nth-child(2) { opacity: 0; }

        .burger-btn.active .burger-bar:nth-child(3) { transform: rotate(-45deg); top: 9px; }



        /* --- MOBILE OVERLAY --- */

        .mobile-menu-overlay {

            position: fixed;

            top: 0;

            right: -100%;

            width: 100%;

            height: 100vh;

            background: var(--primary);

            display: flex;

            justify-content: center;

            align-items: center;

            transition: var(--transition);

            z-index: 999;

        }



        .mobile-menu-overlay.open { right: 0; }

        .mobile-nav li { margin: 20px 0; text-align: center; }

        .mobile-nav a { color: var(--white); font-size: 2rem; font-weight: bold; }



        /* --- RESPONSIVE MEDIA QUERY --- */

        /* Breakpoint diubah ke 900px agar menu tengah tidak menabrak logo/login */

        @media (max-width: 900px) {

            .desktop-menu { display: none; } /* Hilangkan menu tengah */

            .burger-btn { display: block; } /* Munculkan burger */

            .header-right { gap: 15px; } /* Rapatkan jarak login & burger */

        }

        
/* versi responsive 300*/
        @media (max-width: 480px) {

            .page-header {
    padding: 0px 20px;
}

                #backToTop {
        bottom: 170px;
    }
            .bs-grid {
    display: block!important;
}
            .bs-gallery-component {
    width: 100%!important;
}
    .kategori-wedding {
        display: block!important;
    }

            .hero-phone-img {
    max-height: 104%!important;
}
            .slide-content-left {
        width: 100%!important;
        margin: auto;
        position: relative!important;
        top: -70px!important;
    }
            .hero-slider {
    height: 80vh;
}
            section.wp-fitur {
    position: relative;
    top: -140px;
}
            .social-media-icons {
    display: none;
    gap: 0px;
}
            .fitur-item {
        padding: 5px;
    }
            .fitur-name {
    font-size: 12px;
}
                .icon-box {
             margin: auto;
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
            .fitur-grid {
       grid-template-columns: repeat(2, 1fr);
    }
  
            .wrap-center {
    width: 100%;
}
            .wrap-kategory {
    width: 100%;
    padding: 40px 0px;
}
.hero-section {
    padding: 80px 0px;
}
.hero-section .container {
    max-width: 90%;
            padding: 0px;
            width: 100%;
}
                .slide-container {
        gap: 0px4;
    }
            .hero-input {
    width: 100%;
    color: #333;
}
            .input-prefix {
    padding: 0 4px;
}
                .hero-form {
        margin: 0 auto;
        width:100%;
    }
            .slide-content-left {
    width: 80%;
    margin: auto;
}
            .hero-image-wrapper img {
  
}
            .header-action {
    display: none;
}
            .profile-name-text {
    display: none;
}
.mobile-menu-overlay {
    background: #222222;
}
.dropdown-content {
           right: -66px;
        width: 360px;
        max-width: 81vw;
}
             .site-header { padding: 20px; }

             .site-header.shrink { padding: 20px; }

             /* Opsi: sembunyikan tombol login di header jika layar terlalu kecil */

             /* .btn-login { display: none; } */ 

        }



        /* --- SLIDER SECTION (SAMA SEPERTI SEBELUMNYA) --- */

        .hero-slider {

            position: relative;

            width: 100%;

            height: 100vh;

            overflow: hidden;

            background: #eee;

        }



        .slide {

            position: absolute;

            top: 0;

            left: 0;

            width: 100%;

            height: 100%;

            display: flex;

            justify-content: center;

            align-items: center;

            opacity: 0;

            transition: opacity 1s ease;

            background-size: cover;

            background-position: center;

        }



        .slide.active { opacity: 1; }

        .slide:nth-child(1) { background-color: #e9ecef; }

        .slide:nth-child(2) { background-color: #dee2e6; }

        .slide:nth-child(3) { background-color: #ced4da; }



        .slide-content h2 {

            font-size: 4rem;

            color: var(--primary);

            transform: translateY(50px);

            opacity: 0;

            transition: 0.8s 0.3s;

        }



        .slide.active .slide-content h2 { transform: translateY(0); opacity: 1; }



        /* Controls */

        .slider-controls {

            position: absolute;

            right: 50px;

            top: 50%;

            transform: translateY(-50%);

            display: flex;

            flex-direction: column;

            gap: 20px;

            z-index: 10;

        }

        .control-item {

            display: flex; align-items: center; justify-content: flex-end;

            cursor: pointer; position: relative; padding: 5px 0;

        }

        .control-num {

            font-size: 18px; font-weight: bold; color: #999;

            transition: 0.3s; position: relative; z-index: 2;

        }

        .control-text {

            position: absolute; right: 40px; opacity: 0;

            transform: translateX(20px); white-space: nowrap;

            font-size: 14px; letter-spacing: 2px; text-transform: uppercase;

            color: var(--primary); transition: var(--transition); pointer-events: none;

        }

        .control-item:hover .control-num, .control-item.active .control-num {

            color: var(--primary); transform: scale(1.2);

        }

        .control-item:hover .control-text { opacity: 1; transform: translateX(0); }

        .control-item::after {

            content: ''; position: absolute; right: -20px; top: 50%;

            width: 0; height: 2px; background: var(--primary); transition: 0.3s;

        }

        .control-item.active::after { width: 15px; }