/* Themify Customize Styling */
#headerwrap {	
	background-color: transparent; 
}
#pagewrap #headerwrap.fixed-header, .transparent-header #pagewrap #headerwrap.fixed-header {	background: none;
	background-color: #0e1113; 
}
body #site-logo a img {		width: 300px; 
}
#site-description {	display: none; 
}
#main-nav a, #main-nav > li > a, .transparent-header #main-nav a {	
	color: #ffffff; 
}
@media(max-width: 1024px) { /* Themify Customize Styling */
body #site-logo a img {		width: 300px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
body #site-logo a img {		width: 300px; 
}
 }.mobile_menu_active #headerwrap .sidemenu-on a:hover, .mobile_menu_active #headerwrap #main-nav a:hover, .mobile_menu_active #headerwrap #main-nav ul a:hover { 
	color: #fa1d1d; }.mobile_menu_active #headerwrap #main-nav .current_page_item > a, .mobile_menu_active #headerwrap #main-nav .current-menu-item > a { 
	color: #fa1d1d; }.body-overlay { 
	background-color: transparent; }
/* Themify Custom CSS */
.fixed-header #header {
  padding-block: 0px !important;
}
.woocommerce #respond input#submit {
	background-color: #222 !important;
}
#main-nav .current_page_item > a, #main-nav .current-menu-item > a {  border-bottom: none;}


/* Underline */
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: #ffffff; /* gold accent */
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s ease;
}

.main-nav  a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.module-accordion:not(.shadow):not(.embossed) {
  box-shadow: none;
  border: none;
}

.input:read-write, input:read-only {
  margin: 0 0em 0em 0;
}
.header-classic #site-logo {
  margin-top: 0.2em;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%; margin:0px;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{		width: 50%;	}}
input:read-write, input:read-only {
  margin: 0 0em -1PX 0;
}

.footer-text {
  display:none
}
#headerwrap {
  box-shadow: none;
}
.mobile_menu_active #headerwrap .sidemenu-on #main-nav a {
    padding-left: 10px;}
.mobile_menu_active #headerwrap #main-nav a {
    border-bottom:1px solid #e0e0e0;
	padding-left:3%;
}

textarea, select,input[type="text"], input[type="password"], input[type="search"], input[type="email"], input[type="url"], input[type="number"], input[type="tel"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
input[type="file"]{
   width: 100%;
  font-weight: 400;
  font-size: 13px;
  padding: 12px 20px;
  height: auto;
	    border-radius:30px;
	background: #fff !important;

}

.woocommerce #respond input#submit, 
input[type="reset"], input[type="submit"], button {
text-transform: capitalize;
    text-align: left;
    border-radius:30px;
    padding: 9px 22px 9px 22px !important;
	font-size: 13px;
		font-weight: 400;
	box-shadow: none;
	margin-bottom: 8px;
}
@media only screen and (min-width: 48em) {
  #main-nav li > .sub-menu {
    box-shadow: none;
    border-radius: 0px;
    margin-top: 27px;
  }
	
}
.sidemenu-off .search-button {
  border-left: none;
  padding-left: 24px;
}
@media (max-width: 680px){
body #site-logo a img {
    width: 70px;
padding: 5px 0px 0px 0px;
	z-index: 9999 !important;
	}}

@media (max-width: 480px) {
  #headerwrap.fixed-header #site-logo a img {
    width:70px;
		padding: 0px 0px 0px 0px;
		z-index: 9999 !important;
 }

}
@media (max-width: 768px)  {
 .fixed-header-enabled #header {
  transition: padding .3s ease-in-out;
  padding: 5px;
	 z-index: 10 !important;
}
}


/* =========================================================
   MENU NAVIGATION
   ========================================================= */

/* Desktop - Navbar hitam */
#mobile-menu .navbar-wrapper {
    background-color: #0e1113 !important;
}


/* =========================================================
   MOBILE & TABLET
   ========================================================= */

@media screen and (max-width: 900px) {

    /* Navbar mobile/tablet - putih */
    #mobile-menu .navbar-wrapper {
        background-color: #fff !important;
    }

    /* Warna teks menu mobile/tablet */
    #mobile-menu .navbar-wrapper a {
        color: #333 !important;
    }

    /* Highlight link terakhir */
    #main-nav .highlight-link:last-child > a {
        border-radius: 100px !important;
        background: #333333 !important;
        color: #fff !important;
        margin-top: 10px !important;
        border: none !important;
        text-align: center !important;
        padding-left: 0 !important;
    }
}


/* =========================================================
   TABLE
   ========================================================= */

.table-box {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}

.table-header {
    background-color: #f5f5f5;
    text-align: center;
    font-weight: 500;
    padding: 10px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}

table {
    width: 100%;
    border-collapse: collapse;
}

td {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

td:nth-child(1) {
    border-right: 1px solid #ddd;
}

tr:last-child td {
    border-bottom: none;
}


/* =========================================================
   SUB MENU
   ========================================================= */

#main-nav li > .sub-menu {
    width: 250px;
}


/* =========================================================
   HEADER
   ========================================================= */

#header {
    padding: 0;
}


/* =========================================================
   POST META
   ========================================================= */

.post-content .post-meta.entry-meta {
    display: none !important;
}

@media screen and (min-width: 901px) {
    #mobile-menu .navbar-wrapper {
        background-color: #0e1113 !important;
        border-radius: 15px !important;
        overflow: hidden;
    }
}

/* =========================================
   KATASIMBAH NEWS TICKER
========================================= */

.ks-news-ticker {
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #0e1113;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.ks-ticker-label {
    flex: 0 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 18px;
    background: #fa1d1d;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
    position: relative;
    z-index: 2;
}

/* Titik merah/putih */
.ks-live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    animation: ks-pulse 1.5s infinite;
}

/* Area ticker */
.ks-ticker-window {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    position: relative;
}

/* Track */
.ks-ticker-track {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    width: max-content;
    animation: ks-ticker-scroll 45s linear infinite;
}

/* Link artikel */
.ks-ticker-track a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    padding: 0 14px;
    transition: color 0.2s ease;
}

.ks-ticker-track a:hover {
    color: #fa1d1d;
}

.ks-separator {
    color: #fa1d1d;
    font-size: 16px;
    margin: 0 3px;
}

/* Jarak sebelum loop */
.ks-loop-gap {
    width: 80px;
    flex: 0 0 80px;
}

/* Animasi ticker */
@keyframes ks-ticker-scroll {

    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }

}

/* Animasi titik */
@keyframes ks-pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.35;
    }

}

/* Jangan bergerak jika user memilih reduced motion */
@media (prefers-reduced-motion: reduce) {

    .ks-ticker-track {
        animation: none;
    }

}

/* Mobile */
@media (max-width: 768px) {

    .ks-news-ticker {
        height: 40px;
    }

    .ks-ticker-label {
        padding: 0 12px;
        font-size: 11px;
    }

    .ks-ticker-track a {
        font-size: 12px;
        padding: 0 10px;
    }

}

/* =========================================
   CONTACT FORM - KATA SIMBAH
   CLEAN / COMPACT / EDITORIAL
========================================= */

.contact-form {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-family: inherit;
}

/* =========================================
   FIELD
========================================= */

.contact-form .form-group {
    margin: 0 0 18px 0 !important;
    padding: 0 !important;
}

/* =========================================
   LABEL
========================================= */

.contact-form .form-group label {
    display: block !important;

    margin: 0 0 -20px 0 !important;
    padding: 0 !important;

    font-size: 14px !important;
    font-weight: 00 !important;
    line-height: 1.3 !important;

    color: #ededed;
}

/* =========================================
   INPUT
========================================= */

.contact-form .form-control,
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {

    display: block !important;

    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;

    margin: 0 !important;
    padding: 12px 15px !important;

    border: 1px solid #d6d6d6 !important;
    border-radius: 9px !important;

    background: #fff !important;
    color: #222 !important;

    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;

    outline: none !important;

    box-shadow: none !important;

    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}

/* =========================================
   PLACEHOLDER
========================================= */

.contact-form .form-control::placeholder {
    color: #9a9a9a;
    opacity: 1;
}

/* =========================================
   INPUT FOCUS
========================================= */

.contact-form .form-control:focus,
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {

    border-color: #ff2028 !important;

    box-shadow:
        0 0 0 2px rgba(255, 32, 40, 0.10) !important;
}

/* =========================================
   TEXTAREA
========================================= */

.contact-form textarea.form-control,
.contact-form textarea {
    min-height: 145px !important;
    height: 145px !important;

    resize: vertical !important;
}

/* =========================================
   SUBMIT AREA
========================================= */

.contact-form .form-submit {
    margin: 4px 0 0 0 !important;
    padding: 0 !important;
}

/* =========================================
   SUBMIT BUTTON
========================================= */

.contact-form .submit-button {

    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    min-width: 165px;
    height: 44px;

    margin: 0 !important;
    padding: 0 24px !important;

    border: 0 !important;
    border-radius: 8px !important;

    background: #ff2028 !important;
    color: #fff !important;

    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1 !important;

    cursor: pointer;

    box-shadow: none !important;

    transition:
        background .2s ease,
        transform .2s ease,
        box-shadow .2s ease;
}

/* =========================================
   BUTTON HOVER
========================================= */

.contact-form .submit-button:hover {
    background: #df171e !important;
    color: #fff !important;

    transform: translateY(-1px);

    box-shadow:
        0 5px 14px rgba(255, 32, 40, 0.18) !important;
}

/* =========================================
   BUTTON ACTIVE
========================================= */

.contact-form .submit-button:active {
    transform: translateY(0);
    box-shadow: none !important;
}

/* =========================================
   VALIDATION
========================================= */

.contact-form .wpcf7-not-valid {
    border-color: #ef3333 !important;
}

.contact-form .wpcf7-not-valid-tip {
    display: block;

    margin: 5px 0 0 0 !important;
    padding: 0 !important;

    color: #ff6969;
    font-size: 12px;
    line-height: 1.4;
}

/* =========================================
   RESPONSE MESSAGE
========================================= */

.contact-form .wpcf7-response-output {
    margin: 16px 0 0 0 !important;
    padding: 11px 14px !important;

    border-radius: 7px !important;

    font-size: 13px;
    line-height: 1.5;
}

/* =========================================
   SPINNER
========================================= */

.contact-form .wpcf7-spinner {
    margin: 0 0 0 8px;
    vertical-align: middle;
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .contact-form .form-group {
        margin-bottom: 15px !important;
    }

    .contact-form .form-group label {
        margin-bottom: 6px !important;
        font-size: 13px !important;
    }

    .contact-form .form-control,
    .contact-form input[type="text"],
    .contact-form input[type="email"],
    .contact-form textarea {

        padding: 11px 13px !important;
        font-size: 14px !important;

        border-radius: 8px !important;
    }

    .contact-form textarea {
        min-height: 125px !important;
        height: 125px !important;
    }

    .contact-form .submit-button {
        width: 100%;
        min-width: 0;
        height: 44px;
    }
}