/*
Name : Surakarta Stage
Author : TND Digital
Author URL :
/* --------------------------------
Table of Contents
- General
- Navbar
- Side Nav
- Slider
- Post
- Quote
- Gallery
- Featured post
- Single Post
- Search Result
- Author Page
- Contact
- Login
- Register
- Error 404
- Footer
-------------------------------- */

/* ------------------------------
  Import Google Web Font
---------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Archivo+Narrow:400,700|Open+Sans:400,600,700");
@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hammersmith+One&display=swap");

/* ------------------------------
  General
---------------------------------*/
body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: "Figtree", sans-serif;
    background-color: #ffffff;
    background: #fff;
    background-size: cover;
    color: #787878;
}

/* OVERRIDE MATERIALIZE CONTAINER */
body > .container,
.post-full .container,
.pages .container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

/* NAVBAR OFFSET FIX */
.pages {
    margin-top: 64px !important;
}

body::-webkit-scrollbar {
    display: none;
}

h1 {
    padding: 0;
    margin: 0;
    color: #222;
    font-family: "Hammersmith One", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 36px;
}

h2 {
    padding: 0;
    margin: 0;
    color: #222;
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    font-size: 26px;
}

h3 {
    padding: 0;
    margin: 0;
    color: #222;
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    font-size: 24px;
}

h4 {
    padding: 0;
    margin: 0;
    color: #222;
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    font-size: 22px;
}

h5 {
    padding: 0;
    margin: 0;
    color: #222;
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    font-size: 20px;
}

h6 {
    padding: 0;
    margin: 0;
    color: #222;
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    font-size: 18px;
}

a {
    font-family: "Figtree", Helvetica, sans-serif;
    font-weight: 400; /* Regular */
    text-decoration: none;
    color: #222;
}

p {
    margin: 0;
    padding: 0;
    color: #222;
    font-family: "Figtree", Helvetica, sans-serif;
    font-weight: 400; /* Regular */
    line-height: 1.6;
    font-size: 14px;
}

.section {
    padding: 0;
}

.section h5 {
    font-weight: 500;
    margin: 0 0 10px 0;
}

.home-pages {
    background: #f4f4f4;
}

.pages {
    margin-top: 42px !important;
}

.pages-head {
    text-align: center;
    padding: 0 10px 15px 10px;
    text-transform: uppercase;
}

.pages-head h3 {
    font-size: 18px;
    font-weight: 700;
}

.bg-second {
    background: #f4f4f4;
}

.section-head {
    text-align: center;
    margin: 0 auto 15px auto;
}

.section-head h4 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
}

.clear-both {
    clear: both;
}

input:not([type]),
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="time"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="tel"],
input[type="number"],
input[type="search"] {
    background-color: transparent;
    border: none;
    border: 1px solid #222;
    border-radius: 0;
    outline: none;
    height: 36px;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 20px 0;
    padding: 0 12px;
    box-shadow: none;
    box-sizing: border-box;
    transition: all 0.3s;
    font-size: 13px;
}

textarea.materialize-textarea {
    background-color: transparent;
    border: none;
    border: 1px solid #222;
    border-radius: 0;
    outline: none;
    height: auto;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 20px 0;
    padding: 12px;
    box-shadow: none;
    box-sizing: border-box;
    transition: all 0.3s;
    font-size: 13px;
}

input:not([type]):focus:not([readonly]),
input[type="text"]:focus:not([readonly]),
input[type="password"]:focus:not([readonly]),
input[type="email"]:focus:not([readonly]),
input[type="url"]:focus:not([readonly]),
input[type="time"]:focus:not([readonly]),
input[type="date"]:focus:not([readonly]),
input[type="datetime"]:focus:not([readonly]),
input[type="datetime-local"]:focus:not([readonly]),
input[type="tel"]:focus:not([readonly]),
input[type="number"]:focus:not([readonly]),
input[type="search"]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border: 1px solid #ccc;
    box-shadow: none;
    font-size: 13px;
}

::-webkit-input-placeholder {
    color: #111;
}
::-moz-placeholder {
    color: #111;
}
:-ms-input-placeholder {
    color: #111;
}
:-moz-placeholder {
    color: #111;
}

/* ------------------------------
  Button
---------------------------------*/
.button-default {
    background: #212121;
    color: #ffffff;
    box-shadow: none;
    margin: 20px 0 10px;
    padding-left: 6px;
    padding-right: 6px;
    font-weight: 600;
    border: 1px solid #212121;
    height: 30px;
    line-height: 29px;
}

.button-fullwidth {
    width: 100%;
    text-align: center;
}

.button-default a {
    color: #ffffff;
}

.button-default:hover {
    background: #212121;
    opacity: 0.9;
    box-shadow: none;
}

.who-we-are .button-default {
    margin-top: 30px;
    background: #fff;
    color: #212121;
}

/* =========================
   NAVBAR BASE
========================= */
.navbar-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    background: #fff;
    border-bottom: 2px solid #111; /* 🔥 GARIS BAWAH SELALU ADA */
    z-index: 1000;

    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    transition: all 0.3s ease;
}

/* =========================
   LEFT & RIGHT ICON
========================= */

.nav-right {
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch; /* FULL TINGGI NAVBAR */
    position: relative;
    padding-left: 30px;
}

.nav-left {
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch; /* FULL TINGGI NAVBAR */
    position: relative;
    padding-right: 30px;
}

/* LINK JADI FLEX + FULL AREA */
.nav-left a,
.nav-right a {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;

    font-size: 20px;
    color: #111;
    text-decoration: none;
}

/* ICON */
.nav-left a i,
.nav-right a i {
    line-height: 1; /* 🔥 HILANGKAN OFFSET */
    color: #111;
    transition: transform 0.3s ease;
}

/* HOVER */
.nav-left a:hover i,
.nav-right a:hover i {
    background: #000072;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: scale(1.2);
}

/* =========================
   GARIS KIRI & KANAN NAVBAR
========================= */
.nav-left,
.nav-right {
    position: relative;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* GARIS KIRI (KANAN DARI ICON KIRI) */
.nav-left::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0; /* 🔥 lebih stabil dari height:100% */
    right: 6px;
    width: 1.5px; /* 👈 visual kiri-kanan sama */
    background-color: #111;
}

/* GARIS KANAN (KIRI DARI ICON KANAN) */
.nav-right::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1.5px; /* 👈 disamakan */
    background-color: #111;
}

/* =========================
   LOGO
========================= */
.site-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease;
}

.site-brand img {
    height: 42px;
    transition: all 0.3s ease;
}

/* =========================
   CENTER MENU
========================= */
.nav-center {
    display: flex;
    list-style: none;
    gap: 32px;
    margin: 0 auto;
    padding: 0;

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

.nav-center li {
    position: relative;
}

/* MENU LINK */
.nav-center > li > a {
    position: relative;
    padding: 6px 0;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    color: #111;
    font-family: "Figtree", Helvetica, sans-serif;
    transition: color 0.3s ease;
}

/* HOVER TEXT */
.nav-center > li:hover > a {
    background: #000072;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* UNDERLINE MENU */
.nav-center > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 3px;
    border-radius: 2px;
    background: #000;
    transition: width 0.3s ease;
}

.nav-center > li:hover > a::after {
    width: 100%;
}

/* =========================
   DROPDOWN
========================= */
.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 12px 0;

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    z-index: 1000;
}

.dropdown li a {
    display: block;
    padding: 10px 16px;
    font-size: 14px;
    color: #111;
    text-decoration: none;
}

.dropdown li a:hover {
    background: #c9c9ca;
}

/* DESKTOP DROPDOWN */
@media (min-width: 992px) {
    .has-dropdown:hover .dropdown {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

/* =========================
   SCROLLED STATE
========================= */
.navbar-top.scrolled {
    height: 52px;
    border-bottom: 2px solid #111; /* 🔥 TETAP ADA */
}

/* LOGO PINDAH KE KIRI */
.navbar-top.scrolled .site-brand {
    position: relative;
    left: auto;
    transform: none;
    margin-left: 12px;
}

.navbar-top.scrolled .site-brand img {
    height: 30px;
}

/* MENU MUNCUL */
.navbar-top.scrolled .nav-center {
    opacity: 1;
    visibility: visible;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 992px) {
    .nav-center {
        display: none !important;
    }

    .site-brand {
        left: 50%;
        transform: translateX(-50%);
    }
}

/* =========================
   MEGA MENU
========================= */
.mega-menu {
    position: fixed;
    inset: 0;
    background: #000072;
    z-index: 2000;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);

    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
    overflow-y: auto; /* agar bisa scroll jika konten tinggi */
    -webkit-overflow-scrolling: touch; /* smooth scroll iOS */
}

.mega-menu.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

/* LOCK SCROLL BODY saat menu aktif */
body.menu-open {
    overflow: hidden;
}

.mega-menu.hidden {
    display: none;
}

/* =========================
   HEADER
========================= */
.mega-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 40px;
}

.mega-header .mega-logo {
    height: 60px; /* sesuaikan tinggi logo */
    width: auto;
    display: block;
}

.close-menu {
    font-size: 36px;
    background: none;
    border: none;
    cursor: pointer;
    color: #fff;
    transition:
        color 0.2s ease,
        transform 0.2s ease;
}

.close-menu:hover {
    color: #fff;
    transform: scale(1.2);
}

/* =========================
   CONTENT
========================= */
.mega-content {
    padding: 40px 48px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

/* COLUMN TITLE */
.menu-col h4 {
    font-family: "Figtree", sans-serif;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    border-bottom: 2px solid #fff;
    padding-bottom: 8px;
}

.menu-col a {
    display: block;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 12px;
}

/* Menu Title */
.menu-title {
    text-decoration: none;
    color: inherit;
    display: inline-block;
}

.menu-title h4 {
    cursor: pointer;
    transition: color 0.3s ease;
}

.menu-title:hover h4 {
    color: #fff; /* atau warna brand */
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1024px) {
    .mega-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .mega-header {
        padding: 20px;
    }

    .mega-header .mega-logo {
        height: 50px; /* lebih kecil di mobile */
    }

    .mega-content {
        padding: 20px;
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .menu-col h4 {
        font-size: 16px;
        border-bottom: 1px solid #fff;
        padding-bottom: 6px;
    }

    .menu-col a {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

/* =========================
  END NAVBAR BASE
========================= */

/* ------------------------------
   BANNER ALIGN WITH POST
--------------------------------*/

/* Wrapper untuk alignment */
.banner-wrapper {
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
    margin-top: 80px;
}

/* Banner utama */
.banner {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    border-radius: 10px; /* pojok melengkung */
}

/* IMAGE */
.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px; /* mengikuti .banner */
    transition: transform 0.3s ease;
}

/* Hover effect opsional */
.banner:hover img {
    transform: scale(1.01);
}

/* Mobile */
@media (max-width: 600px) {
    .banner-wrapper {
        padding-left: 16px;
        padding-right: 16px;
    }

    .banner {
        height: 260px;
        border-radius: 8px;
    }

    .banner::after {
        border-radius: 8px;
    }

    .banner img {
        border-radius: 8px;
    }
}

/* Tablet */
@media (max-width: 992px) {
    .banner-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .banner {
        height: 400px;
        border-radius: 10px;
    }

    .banner::after {
        border-radius: 10px;
    }

    .banner img {
        border-radius: 10px;
    }
}

/* Banner */
/* ------------------------------
  Slider
---------------------------------*/
.slider {
    margin-top: 72px;
    height: 425px !important;
}

.slider .slides {
    height: 425px !important;
}

.slider-content {
    margin: 10px auto;
    top: 48% !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    position: relative;
    flex-shrink: 0;
    padding-left: 0;
    padding-right: 0;
}

.slider .slides li img {
    width: 100%;
    height: 100%;
}

.slider .slides li::before {
    background-color: #000;
    opacity: 0.5;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slider-content h2 {
    line-height: 20px;
}

.slider-content h2 a {
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 1px;
    color: #fefefe;
    font-size: 20px;
}

.slider-content h4 {
    font-size: 18px;
    color: #ffffff;
}

.slider-content .category {
    font-size: 10px;
    display: inline-block;
    color: #212121;
    font-weight: 700;
    border-radius: 2px;
    margin-bottom: 8px;
    text-transform: uppercase;
    border-bottom: 1px solid #212121;
    padding-bottom: 3px;
}

.slider-content .date {
    font-size: 12px;
    color: #eee;
    margin-top: 2px;
}

.slider-content .button-default {
    margin: 20px 0;
}

.slider .indicators {
    position: relative;
    bottom: 35px;
    z-index: 95;
    text-align: right;
    padding-right: 13px;
}

.slider .indicators .indicator-item {
    z-index: 1000;
    height: 9px;
    width: 9px;
    background: #cccccc;
    margin: 0 5px;
    border-radius: 0;
}

.slider .indicators .indicator-item.active {
    background: #ffffff;
}

/* ------------------------------
	post
---------------------------------*/
.post {
    padding: 20px 0 0;
}

.post .border {
    border-bottom: 1px solid #888;
    height: 4px;
    border-top: none;
    margin-bottom: 20px;
    margin-top: 2px;
}

.post .row-border {
    margin-bottom: 0;
}

.post .col-left {
    border-right: 1px solid #999;
}

.post .content h3 {
    font-size: 18px;
}

.post .content span {
    margin-top: 7px;
    display: block;
}

.post .row-second .content {
    padding-top: 8px;
}

.divider {
    height: 1px;
    background: #999;
}

/* MUSIC */
/* GRID 2 KOLOM */
.music-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 12px;
}

/* CARD MUSIC */
.music-item {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    border-radius: 8px;
    background: linear-gradient(135deg, #f5f5f5, #e0e0e0);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: all 0.25s ease;
}

/* HOVER EFFECT */
.music-item:hover {
    background: linear-gradient(135deg, #eeeeee, #d6d6d6);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

/* ICON MUSIC */
.music-icon {
    font-size: 18px;
    margin-right: 8px;
    color: #555;
    flex-shrink: 0;
}

/* INFO */
.music-info {
    overflow: hidden;
}

.music-info a {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.music-info small {
    display: block;
    font-size: 12px;
    color: #777;
}

/* ACTIVE / PLAYING (OPTIONAL) */
.music-item.active {
    background: linear-gradient(135deg, #dcdcdc, #cfcfcf);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* VIDEO */

/* ------------------------------
   POST FULL
--------------------------------- */

/* SAFE CONTENT PADDING (tidak diubah) */
.post-full .row,
.pages .row {
    padding-left: 24px;
    padding-right: 24px;
}

/* HILANGKAN PADDING ROW DALAM */
.post-full .col .row {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.post-full {
    padding: 25px 0 0;
}

.post-full .border {
    border-bottom: 1px solid #888;
    height: 4px;
    border-top: none;
}

/* CONTENT IMAGE: zoom + curved + shadow */
.post-full .content img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px; /* Curved edges */
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease; /* animasi smooth */
}

/* Hover / Touch effect image */
.post-full .content img:hover,
.post-full .content img:active {
    transform: scale(1.005);
    /* box-shadow: 0 10px 20px rgba(0, 0, 114, 0.7); */
}

/* TEKS: zoom + shadow biru untuk semua heading, paragraf, dan span */
.post-full .content h1,
.post-full .content h2,
.post-full .content h3,
.post-full .content h4,
.post-full .content h5,
.post-full .content h6,
.post-full .content p,
.post-full .content span {
    margin-bottom: 6px;
    transition:
        transform 0.3s ease,
        text-shadow 0.3s ease; /* animasi smooth */
}

/* Hover / Touch effect teks */
.post-full .content h1:hover,
.post-full .content h1:active,
.post-full .content h2:hover,
.post-full .content h2:active,
.post-full .content h3:hover,
.post-full .content h3:active,
.post-full .content h4:hover,
.post-full .content h4:active,
.post-full .content h5:hover,
.post-full .content h5:active,
.post-full .content h6:hover,
.post-full .content h6:active,
.post-full .content p:hover,
.post-full .content p:active,
.post-full .content span:hover,
.post-full .content span:active {
    /* transform: scale(1.008); */
    text-decoration: underline;
}

/* Responsive: border-radius tetap menyesuaikan, padding tetap sama */
@media (max-width: 992px) {
    .post-full .content img {
        border-radius: 10px;
    }
}

@media (max-width: 600px) {
    .post-full .content img {
        border-radius: 8px;
    }
}

/* =========================
   VIDEO CARD
========================= */
.video-card {
    margin-bottom: 24px;
}

.video-thumb {
    position: relative;
    overflow: hidden;
}

/* =========================
   MUSIC GRID (DESKTOP)
========================= */
.music-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.music-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f5f5f5;
    padding: 10px 12px;
}

.music-icon {
    font-size: 18px;
}

.music-info a {
    font-size: 14px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    display: block;
}

.music-info small {
    font-size: 12px;
    color: #666;
}

/* =========================
   RESPONSIVE MOBILE FIX
========================= */
@media (max-width: 600px) {
    /* 🔥 PAKSA KOLOM TURUN */
    .post-full .col.s7,
    .post-full .col.s5 {
        width: 100% !important;
        float: none !important;
        margin-left: 0 !important;
    }

    /* PADDING MOBILE */
    .post-full .row,
    .pages .row {
        padding-left: 16px;
        padding-right: 16px;
    }

    /* MUSIC JADI 1 KOLOM */
    .music-grid {
        grid-template-columns: 1fr;
    }

    /* JARAK ANTAR SECTION */
    .section-title {
        margin-top: 20px;
    }
}

/* ------------------------------
	gallery
---------------------------------*/
.gallery-title {
    background: #222;
}

.gallery-title h3 {
    color: #eee;
    padding: 20px 15px 0;
    font-size: 20px;
}

.gallery {
    background: #222;
    padding: 15px 22px 20px;
}

.gallery .row {
    margin-bottom: 1px;
}

.gallery .row .col {
    padding: 0 3px;
}

/* =========================
   NEWSLETTER CTA
========================= */

/* BANNER */
.newsletter-banner {
    background: #000072;
    padding: 70px 20px;
    text-align: center;
}

/* TITLE */
.newsletter-banner h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}

/* SUBTITLE */
.newsletter-banner p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 36px;
}

/* =========================
   FORM
========================= */
/* FORCE NEWSLETTER INPUT */
.newsletter-form input,
.newsletter-form button {
    border-radius: 6px !important;
    box-shadow: none !important;
    border: none !important;
}

.newsletter-form {
    display: flex;
    justify-content: center;
    max-width: 720px;
    margin: 0 auto;
    gap: 0;
}

/* INPUT */
.newsletter-form input {
    flex: 1;
    height: 60px; /* ⬆️ lebih besar */
    padding: 0 22px;
    font-size: 17px; /* ⬆️ lebih besar */
    font-weight: 500;
    border: none;
    outline: none;
    background: #fff;
    color: #000;
    border-radius: 6px 0 0 6px; /* sedikit rounded */
}

/* PLACEHOLDER */
.newsletter-form input::placeholder {
    color: #888;
    font-size: 16px;
}

/* BUTTON */
.newsletter-form button {
    height: 60px; /* ⬆️ lebih besar */
    padding: 0 34px;
    background: #000;
    color: #fff;
    border: none;
    font-size: 17px; /* ⬆️ lebih besar */
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    border-radius: 0 6px 6px 0;
    transition:
        opacity 0.2s ease,
        transform 0.2s ease;
}

/* HOVER */
.newsletter-form button:hover {
    opacity: 0.9;
}

/* ACTIVE (TAP FEEL) */
.newsletter-form button:active {
    transform: scale(0.98);
}

/* =========================
   RESPONSIVE MOBILE
========================= */
@media (max-width: 600px) {
    .newsletter-form {
        flex-direction: column;
        gap: 14px;
    }

    .newsletter-form input {
        height: 64px; /* ✅ ideal mobile */
        font-size: 18px;
        padding: 0 18px;
        border-radius: 8px;
    }

    .newsletter-form button {
        height: 64px;
        font-size: 18px;
        justify-content: center;
        border-radius: 8px;
    }
}

/* NEWSLETTER CTA */

/* ------------------------------
	featured post
---------------------------------*/
.featured-post {
    border: 2px solid #222;
    padding: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.featured-post h2 {
    font-size: 20px;
    font-weight: 600;
    color: #444;
    border-bottom: 1px solid #888;
    margin-bottom: 18px;
    padding-bottom: 10px;
    margin-top: 4px;
}

.featured-post .content {
    border-bottom: 1px solid #999;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.featured-post h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

/* ------------------------------
	blog home
---------------------------------*/
.blog-home .content {
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.blog-home .content .post {
    padding: 0 12px 18px;
}

.blog-home img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.blog-home .category {
    font-size: 12px;
    color: #212121;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 6px;
}

.blog-home h3 {
    line-height: 20px;
    margin-bottom: 5px;
}

.blog-home h3 a {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}

.pagination-blog {
    padding: 0 0 30px 0;
    text-align: center;
}

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

.pagination-blog ul li {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-bottom: 1px solid #ddd;
    margin: 4px;
    line-height: 28px;
    text-align: center;
    background: #fff;
}

.pagination-blog ul .active {
    border-color: #212121;
    background: #212121;
    color: #fff;
}

.pagination-blog ul .active a {
    color: #fff;
}

/* ------------------------------
  About us
---------------------------------*/
.about-us {
    margin: 0;
}

.about-us img {
    width: 100%;
    height: 100%;
    margin-bottom: 8px;
}

/* ------------------------------
  Single post
---------------------------------*/
.single-post img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.single-post .date {
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
    margin-bottom: 12px;
}

.single-post h3 {
    line-height: 20px;
    margin: 5px 0 8px 0;
    font-weight: 600;
    font-size: 20px;
}

.single-post .category {
    font-size: 12px;
    color: #212121;
    text-transform: uppercase;
    font-weight: 700;
}

.share-post {
    margin: 15px 0 25px;
}

.share-post ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.share-post ul li {
    display: inline-block;
    text-align: center;
    border: 1px solid #777;
    height: 35px;
    width: 35px;
    margin: auto;
    border-radius: 50%;
    line-height: 32px;
    margin: 0 3px;
    font-size: 18px;
}

.share-post ul li .fa-facebook {
    color: #3b5998;
}

.share-post ul li .fa-twitter {
    color: #00aced;
}

.share-post ul li .fa-google {
    color: #dd4b39;
}

.share-post ul li .fa-linkedin {
    color: #007bb6;
}

.comment img {
    border-radius: 50%;
}

.comment h5 {
    line-height: 20px;
    margin: 5px 0 15px 0;
    font-weight: 600;
    font-size: 17px;
    border-bottom: 1px solid #222;
    padding-bottom: 10px;
}

.comment-form .comment-head {
    margin-bottom: 20px;
}

.comment-form .comment-head h5 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 17px;
}

.comment-form .input-field {
    margin-top: 0;
}

.comment-form input,
.comment-form textarea {
}

.comment-form .form-button .button-default {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: capitalize;
}

/* ------------------------------
  Search Result
---------------------------------*/
.search-result .search-form {
    position: relative;
    width: 100%;
    display: block;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.search-result .title-result {
    margin-bottom: 12px;
}

.search-result .title-result h5 {
    margin-bottom: 0;
    color: #888;
}

.search-result .title-result p {
    margin-bottom: 0;
}

.search-result h5 {
    font-weight: 600;
    font-size: 18px;
}

.search-result h5 a {
    color: #212121;
}

.search-result .search-form input {
    width: calc(100% - 40px);
    float: left;
}

.search-result .search-form .button {
    float: right;
    height: 36px;
    width: 36px;
    background: #fff;
    border: 1px solid #222;
}

.search-result img {
    width: 100%;
    height: 100%;
}

.search-result h3 {
    line-height: 15px;
    margin-bottom: 5px;
}

.search-result h3 a {
    font-weight: 600;
    font-size: 15px;
}

.search-result .category {
    color: #212121;
    font-size: 12px;
}

.search-result .date {
    font-size: 12px;
    color: #999;
    margin-top: 8px;
}

/* ------------------------------
  Author Page
---------------------------------*/
.author-profile {
    text-align: center;
    background: #f4f4f4;
    padding: 20px 15px;
    border: 2px solid #222;
}

.author-profile img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

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

.author-profile ul li {
    display: inline-block;
    text-align: center;
    border: 1px solid #777;
    height: 25px;
    width: 25px;
    margin: auto;
    border-radius: 50%;
    line-height: 25px;
    margin: 0 2px;
    font-size: 14px;
}

.author-profile ul li .fa-facebook {
    color: #3b5998;
}

.author-profile ul li .fa-twitter {
    color: #00aced;
}

.author-profile ul li .fa-google {
    color: #dd4b39;
}

.author-profile ul li .fa-linkedin {
    color: #007bb6;
}

.author-post {
    margin-top: 20px;
}

.author-post .content {
    background: #f9f9f9;
    border: 1px solid #222;
}

.author-post .content img {
    width: 100%;
    height: 100%;
}

.author-post .content .post {
    padding: 0 12px 18px;
}

.author-post img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.author-post .category {
    font-size: 12px;
    color: #212121;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 6px;
}

.author-post h3 {
    line-height: 20px;
    margin-bottom: 5px;
}

.author-post h3 a {
    font-weight: 600;
    font-size: 20px;
}

.pagination-blog {
    padding: 0 0 6px 0;
    text-align: center;
}

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

.pagination-blog ul li {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-bottom: 1px solid #ddd;
    margin: 4px;
    line-height: 28px;
    text-align: center;
    background: #f8f8f8;
}

.pagination-blog ul .active {
    border-color: #212121;
    background: #212121;
    color: #fff;
}

.pagination-blog ul .active a {
    color: #fff;
}

.pagination-blog-home {
    padding: 0 0 5px 0;
    text-align: center;
}

.pagination-blog-home ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pagination-blog-home ul li {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-bottom: 1px solid #ddd;
    margin: 4px;
    line-height: 28px;
    text-align: center;
    background: #fff;
}

.pagination-blog-home ul .active {
    border-color: #212121;
    background: #212121;
    color: #fff;
}

.pagination-blog-home ul .active a {
    color: #fff;
}

/* ------------------------------
  Contact, Login, Register
---------------------------------*/
.contact-us input,
.contact-us textarea,
.login input,
.login textarea,
.register input,
.register textarea {
    border: 1px solid #222;
}

.login .input-field,
.register .input-field {
    margin-top: 0;
}

.login h6 {
    font-size: 13px;
    font-weight: 600;
}

.register h6 {
    font-size: 13px;
    font-weight: 600;
}

.register h6 a {
    color: #212121;
}

.contact-us .button-default {
    margin-top: 10px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.login .button-default {
    margin-top: 25px;
    text-transform: capitalize;
}

.register .button-default {
    margin-top: 25px;
    text-transform: capitalize;
}

/* ------------------------------
  Error 404
---------------------------------*/
.error404 {
    text-align: center;
}

.error404 h4 {
    padding-top: 28px;
    display: inline-block;
    letter-spacing: 2px;
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    border-radius: 50%;
    border: 3px solid #444;
    font-size: 30px;
}

.error404 h5 {
    line-height: 20px;
    margin: 5px 0 8px 0;
    font-weight: 600;
    font-size: 18px;
}

/*loader custom color*/
.spinner4 {
    background: #212121;
}

/* ------------------------------
   FOOTER
--------------------------------- */
.site-footer {
    background: #000;
    color: #fff;
    padding: 10px 0 5px;
    font-family: Arial, sans-serif;
}

/* ROW FULL WIDTH */
.footer-row {
    width: 100%;
}

/* =========================
   FOOTER CONTAINER (SEJAJAR KONTEN)
========================= */
.footer-container {
    display: grid;
    grid-template-columns: 2fr repeat(5, 1fr);
    gap: 40px;

    max-width: 1300px;
    margin: 30px auto 20px; /* atas kecil, bawah tetap */

    padding-left: 32px;
    padding-right: 32px;
}

/* =========================
   BRAND
========================= */
.footer-title,
.footer-brand h2 {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 20px;
    color: #fff;
}

.footer-brand p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #fff;
}

.footer-brand {
    font-size: 13px;
    color: #ccc;
}

/* =========================
   HEADINGS
========================= */
.site-footer h4 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #fff;
}

/* =========================
   LINKS
========================= */
.footer-col a {
    display: block;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 12px;
    transition: opacity 0.2s ease;
}

.footer-col a:hover {
    opacity: 0.7;
}

/* =========================
   FOOTER BOTTOM
========================= */
.footer-bottom {
    margin-top: 30px;
    padding: 20px 0;
    border-top: 1px solid #222;
    font-size: 13px;
    color: #ccc;
}

/* 🔥 PENTING: SAMA PERSIS DENGAN ATAS */
.footer-inner {
    max-width: 1300px;
    margin: 0 auto;

    padding-left: 32px;
    padding-right: 32px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-links {
    display: flex;
}

.footer-links a {
    margin-left: 30px;
    color: #fff;
    text-decoration: none;
}

.footer-links a:hover {
    opacity: 0.7;
}

/* =========================
   FOOTER SOCIAL TOP (CENTER)
========================= */
.footer-social-top {
    border-bottom: 1px solid #222;
    padding: 24px 0;
}

.footer-social-inner {
    max-width: 1300px;
    margin: 0 auto;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; /* 🔥 penting */
    gap: 28px;

    padding-left: 32px;
    padding-right: 32px;
}

.footer-social-inner a {
    color: #fff;
    font-size: 22px;
    transition:
        opacity 0.2s ease,
        transform 0.2s ease;
}

.footer-social-inner a:hover {
    opacity: 0.7;
    transform: translateY(-2px);
}

/* MOBILE */

@media (max-width: 900px) {
    .footer-social-inner {
        gap: 24px;
    }

    .footer-social-inner a {
        font-size: 20px;
    }
}

@media (max-width: 600px) {
    .footer-social-top {
        padding: 20px 0;
    }

    .footer-social-inner {
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;

        justify-content: center;
        gap: 20px;
    }

    .footer-social-inner a {
        font-size: 18px;
    }
}

/* =========================
   RESPONSIVE TABLET
========================= */
@media (max-width: 900px) {
    .footer-container {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .footer-brand {
        grid-column: span 2;
    }

    .footer-inner {
        padding-left: 24px;
        padding-right: 24px;
    }
}
.footer-logo {
    width: 300px; /* sesuaikan */
    height: auto;
    margin-bottom: 12px;
}

/* =========================
   RESPONSIVE MOBILE
========================= */
@media (max-width: 600px) {
    .site-footer {
        padding: 16px 0 28px;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 28px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-title {
        font-size: 28px;
    }

    .footer-brand p {
        margin-bottom: 24px;
    }

    .footer-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-links {
        gap: 20px;
    }

    .footer-links a {
        margin: 0;
    }
}

/* =========================
   BACK TO TOP BUTTON
========================= */
#backToTop {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: #111;
    color: #fff;
    cursor: pointer;
    z-index: 999;

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

    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

/* ICON */
#backToTop i {
    font-size: 18px;
    transition: transform 0.3s ease;
}

/* SHOW */
#backToTop.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* HOVER → GRADIENT */
#backToTop:hover {
    background: #000072;
}

#backToTop:hover i {
    transform: translateY(-3px);
}

/* MOBILE */
@media (max-width: 600px) {
    #backToTop {
        width: 44px;
        height: 44px;
        right: 16px;
        bottom: 16px;
    }
}

/* FULL BLEED SECTION */
.full-bleed {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

/* =========================
   SWARA DARK SECTION
========================= */
.swara-section {
    background: #000;
    color: #fff;
    padding: 20px 0;
}

/* HEADER */
.swara-header {
    margin-bottom: 32px;
}

.swara-header .post-title {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 12px 0 12px 20px;
    margin: 0;
    color: #fff;
}

/* GARIS ATAS & BAWAH */
.swara-border {
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin: 20px 0;
}

/* SECTION TITLE */
.swara-section .section-title {
    color: #fff;
    font-weight: 700;
    margin-bottom: 16px;
}

/* =========================
   VIDEO CARD
========================= */
.swara-section .video-card {
    background: #111;
    padding: 16px;
    border-radius: 6px;
}

.swara-section .video-card img {
    width: 100%;
    border-radius: 4px;
}

.swara-section .video-card h3 a {
    color: #fff;
    text-decoration: none;
}

.swara-section .video-card span {
    color: #aaa;
    font-size: 13px;
}

/* =========================
   MUSIC GRID
========================= */
.section-title {
    font-weight: 700;
    margin-bottom: 12px;
    color: #111;
}

/* =========================
   MUSIC GRID
========================= */
.music-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)); /* 🔥 anti overflow */
    gap: 12px;

    /* SCROLL VERTICAL */
    max-height: 420px;
    overflow-y: auto;
    overflow-x: hidden; /* 🔥 kunci utama */
    padding-right: 6px;

    box-sizing: border-box;
}

/* =========================
   SCROLLBAR (WEBKIT)
========================= */
.music-grid::-webkit-scrollbar {
    width: 6px;
}

.music-grid::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 6px;
}

.music-grid::-webkit-scrollbar-track {
    background: transparent;
}

/* =========================
   ITEM
========================= */
.music-item {
    display: flex;
    align-items: center;
    gap: 12px;

    width: 100%;
    min-width: 0; /* 🔥 penting untuk grid */
    box-sizing: border-box;

    background: #111;
    padding: 12px;
    border-radius: 6px;

    transition:
        background 0.2s ease,
        transform 0.15s ease;
}

/* HOVER */
.music-item:hover {
    background: #1c1c1c;
    transform: translateY(-2px);
}

/* =========================
   ICON
========================= */
.music-icon {
    font-size: 20px;
    line-height: 1;
    flex-shrink: 0;
}

/* =========================
   INFO
========================= */
.music-info {
    display: flex;
    flex-direction: column;
    min-width: 0; /* 🔥 cegah teks maksa lebar */
}

.music-info a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;

    word-break: break-word; /* 🔥 aman teks panjang */
    overflow-wrap: anywhere;
}

.music-info a:hover {
    text-decoration: underline;
}

.music-info small {
    color: #aaa;
    font-size: 12px;
    margin-top: 2px;
}

/* =========================
   RESPONSIVE (MOBILE)
========================= */
@media (max-width: 768px) {
    .music-grid {
        grid-template-columns: 1fr; /* 🔥 jadi 1 kolom */
        max-height: none;
        padding-right: 0;
    }

    body {
        overflow-x: hidden; /* 🔥 global safety */
    }
}

.line-medium {
    width: 100%;
    height: 2px;
    background-color: #000000;
    margin: 20px 0;
}

/* ===============================
   PENTAS SLIDER
================================ */
.pentas-slider {
    width: 100%;
    margin-top: 10px;
    position: relative;

    /* padding kiri kanan supaya sejajar dengan konten atas */
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
}

/* FIX OWL DEFAULT */
.pentas-slider .owl-stage-outer {
    padding: 0 !important;
}

/* ITEM */
.pentas-item {
    padding: 0 8px;
    box-sizing: border-box;
}

/* CARD */
.pentas-slider .content {
    background: #000;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    box-shadow: none; /* ❌ HAPUS SHADOW */
}

/* IMAGE */
.pentas-slider img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

/* TITLE */
.pentas-slider h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 14px 14px 6px;
}

.pentas-slider h3 a {
    color: #fff;
    text-decoration: none;
}

.pentas-slider h3 a:hover {
    text-decoration: underline;
}

/* AUTHOR */
.pentas-slider span {
    display: block;
    padding: 0 14px 14px;
    font-size: 13px;
    color: #ccc;
}

.pentas-slider span a {
    color: #fff;
    font-weight: 500;
}

/* NAVIGATION */
.pentas-slider .owl-nav button {
    position: absolute;
    top: 45%;
    background: #000 !important;
    color: #fff !important;
    width: 36px;
    height: 36px;
    border-radius: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: none !important; /* ❌ HAPUS SHADOW */
}

.pentas-slider .owl-nav .owl-prev {
    left: -18px;
}

.pentas-slider .owl-nav .owl-next {
    right: -18px;
}

.pentas-slider .owl-nav button:hover {
    background: #333 !important;
}

/* DOTS */
.pentas-slider .owl-dots {
    margin-top: 20px;
    text-align: center;
}

.pentas-slider .owl-dot {
    display: inline-block;
    margin: 0 4px;
}

.pentas-slider .owl-dot span {
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 70%;
    background: #999;
    transition: all 0.3s ease;
}

.pentas-slider .owl-dot.active span {
    background: #000;
    width: 14px;
    height: 14px;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
    .pentas-slider img {
        height: 210px;
    }
}
@media (max-width: 992px) {
    .pentas-slider img {
        height: 200px;
    }
}
@media (max-width: 768px) {
    .pentas-slider img {
        height: 180px;
    }
}
@media (max-width: 600px) {
    .pentas-slider img {
        height: 160px;
    }
    .pentas-slider h3 {
        font-size: 16px;
    }
    .pentas-slider span {
        font-size: 12px;
    }
}
