/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 25 2026 | 08:04:54 */
.text-primary {
	color: var(--gold);
}

.single-product-meta {
	display:none;
}

.yith-add-to-wishlist-button-block {
	display:none;
}

.single-product .product-single-inner a.compare {
	display:none;
}

.logo-theme img{
    max-width: 275px;
}

.header-v1 {
	margin-top:0px;
}

.header-v1 .header-mainmenu {
	background: #222222;
	margin-top:0px;
}

.header-v1 .header-mainmenu .nav a {
	color:white;
}

.header-v1 ul.navbar-nav.gva-nav-menu > li:hover > .submenu-inner {
    background: burlywood;
}
 
.shop-loop-actions .add-to-cart {
	display:none;
}

.product_meta {
	display:none;
}

.header-v2 ul.navbar-nav.gva-nav-menu > li > a:after {
	background:#ceb147;
	height:2px;
}

.gsc-heading .heading-line {
	background:#ceb147;
}

.gsc-heading.text-light .heading-line {
    background:#ceb147;
}

.header-mainmenu .prelative {
	padding:10px 0;
}

.krttx-breadcrumb {
	height:250px;
	display:flex;
	align-items:center;
}

.krttx-breadcrumb span {
	font-size:35px;
}

.krttx-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.krttx-list ul {
	padding-left:20px;
}

.krttx-list li {
	font-family:'Poppins';
	font-size:16px;
	color:#878787;
	list-style: none;
	margin: 0 0 5px 0;
}

.krttx-list li::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url('https://www.aplandbon.com.my/wp-content/uploads/2025/07/gold-verify-Copy.png');
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 8px;
	vertical-align: middle;
}

.header-v1 .header-mainmenu .nav a:hover
 {
    color: #ceb147;
}

.caret:after {
    color: #ceb147;
}

.vc_row .dato-title {
	padding-bottom:0;
}

.krrtx-icontent .image:after {
	background:none;
}

.krrtx-icontent .image img {
	width: 270px;
    padding: 20px;
    display: block;
	margin:auto;
}

.krrtx-icontent h4 {
	color :#d6b834 !important;
    font-size: 17px !important;
    margin-bottom: 10px !important;
}
.krrtx-icontent .content .desc{
/* 	color:#fff !important; */
	color:#000 !important;
	font-size: 16px;
}

.shop-loop-title a {
	color:white;
}

.text-gold {
	color:#d6b834;
}

.k-association img {
/* 	width:200px;
	border:3px solid #ceb147;
	border-radius:5px; */
	display:none;
}

.k-association .box-hover {
	display:none;
}

.k-association .gsc-team.team-vertical .team-body .info {
	padding-bottom:5px;
}

.k-association .team-name {
	font-size:17px;
	font-weight:700;
}

.k-association .gsc-team .team-position {
	font-size:15px;
}

#wp-main-content,
#wp-content,
.shop-loop-container .products_wrapper,
.wp-sidebar .widget{
/* 	background-color:#1c1c1c; */
	background: transparent;
}
 
.woo-display-mode > a:hover,
.woo-display-mode > a:active,
.woo-display-mode > a:focus,
.woo-display-mode > a.active,
#wp-footer .widget .widgettitle:after
{
	color:#fff;
	background :#d6b834;
}
.widget .widget-title{
/* 	color:white; */
	color: #000;
	font-weight:700;
}

.widget.widget_product_categories li.current-cat > a{
	color:white !important;
	font-size:17px;
}


.widget.widget_product_categories li.current-cat > a:hover {
	color:#d6b834 !important;
}

.title-layout-standard .custom-breadcrumb {
/* 	background:#1c1c1c; */
	background: #fff;
	font-size:17px;
	color:white;
}

.wpcf7-form {
	background:#1c1c1c;
}

.contact-label {
	color: #000;
}

.contact-value {
	color:#8b8b8b !important;
}

/* slider client */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.single-product .product-single-main .product-wrapper {
	background: transparent;
}

.wp-sidebar ul li a {
/* 	color:white; */
	color: #000;
	padding:10px 15px;
}

.wp-sidebar ul li a:hover
 {
    color: #d6b834 !important;
}

.widget.widget_product_categories li.current-cat > a {
    background: #d6b834 !important;
	color: #1c1c1c !important;
	padding:6px 8px;
}

.widget.widget_product_categories li.current-cat:hover > a {
	color: #fff !important;
}

.widget.widget_product_categories li.current-cat-parent > .cat-caret:after
 {
    content: "" !important;
}

.product-meta {
  font-size: 15px;
  color: #999;
  line-height:normal;
  padding-top: 15px;
  padding-left: 15px;

}

.product-meta h3,
.product-meta a{
	color:#d6b834;
	margin-top: 0;
	margin-bottom: 0;
}

.product-title,
.shop-loop-title {
	display:none;
}

/* .product-meta .video-body {
	padding-top:15px;
} */

.single-product .entry-summary .product_title {
	display:none;
}

/* social media */
.fab-icon {
    position: absolute;
    top: 18%;
    right: 5px;
}

.floating {
    position: fixed;
    width: 60px;
    height: 60px;
    color: white;
    border-radius: 50px;
    /* box-shadow: 2px 2px 3px rgba(0, 0, 0, .5); */
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .5));
    z-index: 99999999;
    transition: ease .3s;
    text-decoration: none;
}

.floating:hover {
    text-decoration: none;
    color: white;
    transform: scale(1.1);
}

.i-fb {
    background-color: #1877F2;
    bottom: 470px;
    right: 16px;
    font-size: 40px;
}

.i-wa {
    background-color: #0cc143;
    bottom: 90px;
    right: 32px;
    font-size: 40px;
}

    @import url('https://fonts.googleapis.com/css?family=Niramit:300,300i,700');
    
    /* color variables compiled */
    :root {
        --gold: #d6b834;
        --blue-dark: #1e1e2f;
        
        --timeline-before-bg: #222a42;
        --timeline-body-bg: #27293d;
        --timeline-body-round: 3px;
        --timeline-body-shadow: 1px 3px 9px rgba(0,0,0, .1);
    }
 
    /* timeline */
    .timeline {
        position: relative;
        padding-left: 4rem;
        margin: 0 0 0 30px;
        color: white;
        margin: 60px 0;
    }
    
    .timeline:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 4px;
        height: 100%;
        background: var(--timeline-body-bg);
    }
    
    .timeline .timeline-container {
        position: relative;
        margin-bottom: 2.5rem;
    }
    
    .timeline  .timeline-container .timeline-body {
        transition: all .3s ease;
    }
    
    .timeline .timeline-container .timeline-icon {
        position: absolute;
        left: -88px;
        top: 4px;
        width: 70px;
        height: 70px;
        border-radius: 10px;
        text-align: center;
        font-size: 2rem;
        background: var(--gold);
    }
    
    .timeline .timeline-container .timeline-icon img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        filter: invert(1) brightness(2) contrast(0.8);
    }
    
    .timeline .timeline-container:hover .timeline-icon img {
        filter: invert(0) brightness(1) contrast(1);
    }
    
    .timeline .timeline-container .timeline-body {
        background: var(--timeline-body-bg);
        border-radius: var(--timeline-body-round);
        padding: 20px 20px 15px;
        box-shadow: var(--timeline-body-shadow);
        position: relative;
    }
    
    .timeline .timeline-container .timeline-body:before {
        content: '';
        background: inherit;
        width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        left: -10px;
        transform: rotate(45deg);
        border-radius: 0 0 0 2px;
    }
    
    .timeline .timeline-container .timeline-body .timeline-title {
        margin-bottom: 1.4rem;
    }
    
    .timeline .timeline-container .timeline-body .timeline-title .badge {
        background: var(--gold);
        padding: 4px 8px;
        border-radius: 3px;
        font-size: 18px;
        font-weight: bold;
        color: #000;
    }
    
    .timeline .timeline-container .timeline-body .timeline-subtitle {
        font-weight: 300;
        font-style: italic;
        opacity: .4;
        margin-top: 16px;
        font-size: 11px;
    }
    
    /* color variations */
    .timeline .timeline-container.primary .badge,
    .timeline .timeline-container.primary .timeline-icon {
        background: var(--gold) !important;
    }
    
    /* Hover effect for timeline container */
    .timeline .timeline-container:hover .timeline-body {
        background: var(--gold);
        color: var(--blue-dark);
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    }
    
    /* Change badge color on hover */
    .timeline .timeline-container:hover .timeline-body .badge {
        background: var(--blue-dark) !important;
        color: var(--gold) !important;
    }
    
    /* Change icon color on hover */
    .timeline .timeline-container:hover .timeline-icon {
        background: var(--blue-dark) !important;
        color: var(--gold) !important;
        border: 2px solid var(--gold);
    }
    
    /* Optional: subtitle lighten on hover */
    .timeline .timeline-container:hover .timeline-body .timeline-subtitle {
        opacity: .7;
    }
    
    /* checklist style */
    .timeline .checklist li {
        list-style: none;
        margin: 10px 0;
        padding-left: 30px;
        position: relative;
        cursor: pointer;
        transition: .3s;
        color: #fff;
    }
    
    /* kotak check sebelum klik */
    .timeline .checklist li::before {
        content: "";
        width: 18px;
        height: 18px;
        border: 2px solid var(--gold);
        border-radius: 4px;
        position: absolute;
        left: 0;
        top: 2px;
        transition: .3s;
    }
    
    /* ========================== */
    /*          HOVER             */
    /* ========================== */
    .timeline .checklist li:hover {
        color: var(--blue-dark);
        transform: translateX(4px);
    }
    
    .timeline .checklist li:hover::before {
        border-color: var(--blue-dark);
        box-shadow: 0 0 8px rgba(255, 215, 0, 0.4);
    }
    
    .timeline .timeline-body:hover .checklist li::before{
        border-color: var(--blue-dark);
        box-shadow: 0 0 8px rgba(255, 215, 0, 0.4);
    }
    
    .timeline .timeline-body:hover .checklist li.checked::before {
        border-color: var(--blue-dark) !important;
        box-shadow: 0 0 8px rgba(255, 215, 0, 0.4);
    }
    
    /* bila checked */
    .timeline .checklist li.checked {
        color: white;
        opacity: 1;
        transform: translateX(4px);
    }
    
    /* tanda check (✔) bila checked */
    .timeline .checklist li.checked::before {
        content: "✔";
        background: var(--gold);
        color: var(--blue-dark);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: bold;
        box-shadow: 0 0 8px rgba(255, 215, 0, 0.4);
    }
    
    .timeline .timeline-container:hover .timeline-body {
        outline: 2px solid var(--gold);
        outline-offset: 3px;
    }
    
    .timeline .checklist li.checked::before {
        content: "✔";
        background: var(--gold) !important;
        color: #000;
        border-color: var(--gold) !important;
        box-shadow: 0 0 8px rgba(255, 215, 0, 0.4);
    }
    
.our-serv-dom {
	height:190px;
}
.our-serv-dom .title {
	line-height:normal;
}
.application-process-tab {
	width:100%;
}

.border-div {
	    border-right: gold 1px solid;
}

.table-style-01 th,
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
	background: var(--gold);
	color:black;
}

.custom-breadcrumb {
	margin-bottom:0;
}

.title-layout-standard .custom-breadcrumb {
	padding: 0;
	margin-bottom: 0;
}

/* ====== FULL WIDTH HERO BREADCRUMB ====== */
.custom-breadcrumb.hero {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    padding: 0; /* padding dikawal dalam container */
    min-height: 400px; /* tinggi minimum hero */
    position: relative;
	margin-bottom: 50px;
	
}

/* Overlay gelap */
.custom-breadcrumb.hero .breadcrumb-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

/* Container wrap teks */
.custom-breadcrumb.hero .container {
    position: relative;
    z-index: 2;
    padding: 60px 15px;
    max-width: 1185px; /* ikut lebar container theme */
    margin: 0 auto;     /* center teks */
}

/* Title Category / Page Title */
.custom-breadcrumb.hero h1.term-name {
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

/* Breadcrumb text */
.custom-breadcrumb.hero .breadcrumb,
.custom-breadcrumb.hero nav.woocommerce-breadcrumb {
    font-size: 16px;
    font-weight: 400;
    margin-top: 35px;
    margin-bottom: 60px; /* jarak ke section bawah */
    color: rgba(255,255,255,0.85);
}

/* Breadcrumb links */
.custom-breadcrumb.hero nav a {
    color: #fff;
    text-decoration: none;
}

.custom-breadcrumb.hero nav a:hover {
    text-decoration: underline;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
    .custom-breadcrumb.hero {
        min-height: 300px;
    }

    .custom-breadcrumb.hero .container {
        padding: 40px 15px;
    }

    .custom-breadcrumb.hero h1.term-name {
        font-size: 30px;
    }

    .custom-breadcrumb.hero nav {
        font-size: 14px;
        margin-bottom: 40px;
    }
}

/* Spacing antara hero breadcrumb dan section bawah */
.custom-breadcrumb.hero + .site-content,
.custom-breadcrumb.hero + section,
.custom-breadcrumb.hero + .container {
    margin-top: 60px; /* jarak selesa, boleh adjust */
}

/* Mobile responsive */
@media (max-width: 768px) {
    .custom-breadcrumb.hero + .site-content,
    .custom-breadcrumb.hero + section,
    .custom-breadcrumb.hero + .container {
        margin-top: 40px; /* kurang sedikit untuk mobile */
    }
}


/* filter system */
.woocommerce-ordering {
    display: none !important;
}

.profile-filters {
	display: contents;
}

.worker-filters {
	    display: flex;
    justify-content: flex-end;
}

.worker-filters select,
.worker-filters button {
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
	margin-right: 5px;
}

.worker-filters button {
    background-color: #d6b834;
    color: #fff;
    border: none;
    cursor: pointer;
}

.worker-filters button:hover {
    background-color: #d6b834;
}

.booking-status-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 2px 7px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    border-radius: 4px;
    z-index: 20;
}

ul.products li.product {
    position: relative; /* penting untuk badge boleh overlay */
}

.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range {
    background-color: var(--gold);
}

body .wpc-filters-main-wrap .wpc-filters-widget-controls-container a.wpc-filters-apply-button, body .wpc-filters-main-wrap a.wpc-filters-submit-button {
    border-color: var(--gold);
    background-color: var(--gold);
    color: #fff;
}

.wpc-filter-chip-name {
	color: white;
}

.product-meta .button-action {
	margin-top: 15px;
}

.gvawooaf-before-products.layout-list .products .product-thumbnail {
	width: 33%;
}

/* Button group — 1 line */
.button-group {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.button-group .btn-theme {
    padding: 8px 14px;
    background: #d6b834;
    color: white !important;
    border-radius: 4px;
    white-space: nowrap;
}

/* Desktop: 2 column */
.worker-details-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 30px;
    margin-bottom: 20px;
}

.worker-col {
    font-size: 14px;
    line-height: 1.6;
}

/* Mobile: 1 column */
@media (max-width: 768px) {
    .worker-details-container {
        grid-template-columns: 1fr; /* tukar ke 1 column */
    }
}

.wpc-filters-range-inputs .ui-slider .ui-slider-handle {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    z-index: 2;
    width: 24px;
    height: 24px;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
    box-shadow: inset 0 0 0 1px #ebebeb;
}

.wpc-filters-range-inputs .ui-slider .ui-slider-handle {
    width: 15px;
    height: 15px;
}
.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-handle {
    top: -7px;
	margin-left: -10px;
}

.related-section .worker-details-container,
.related-section .button-group {
    display: none !important;
}

.woocommerce-tabs {
    display: none !important;
}

/* button dm us */
.dm-button {
            appearance: none;
            background-color: #2ea44f;
            border: 1px solid rgba(27, 31, 35, .15);
            border-radius: 5px;
            box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
            box-sizing: border-box;
            color: transparent; /* sembunyikan teks asal */
            cursor: pointer;
            display: inline-block;
            font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif,
            "Apple Color Emoji", "Segoe UI Emoji";
            font-size: 16px;
            font-weight: 600;
            line-height: 20px;
            padding: 10px 30px;
            position: relative;
            text-align: center;
            text-decoration: none;
            user-select: none;
            width: 137px;
    height: 45px;
            -webkit-user-select: none;
            touch-action: manipulation;
            vertical-align: middle;
            white-space: nowrap;
        }
        

        .dm-button::before {
            content: "Contact Us";
            color: #fff;
            position: absolute;
            inset: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            pointer-events: none;
        }
        
        /* Hover */
        .dm-button:hover {
            background-color: #2c974b;
        }
        
        /* Focus */
        .dm-button:focus {
            box-shadow: rgba(46, 164, 79, .4) 0 0 0 3px;
            outline: none;
        }
        
        .dm-button:focus:not(:focus-visible):not(.focus-visible) {
            box-shadow: none;
            outline: none;
        }
        
        /* Disabled */
        .dm-button:disabled {
            background-color: #94d3a2;
            border-color: rgba(27, 31, 35, .1);
            cursor: default;
        }
        
        .dm-button:disabled::before {
            color: rgba(255, 255, 255, .8);
        }
        
        /* Active */
        .dm-button:active {
            background-color: #298e46;
            box-shadow: rgba(20, 70, 32, .2) 0 1px 0 inset;
        }

body p,
body li{
	font-size:16px;
}

.kcustom-carousel img {
	    object-fit: cover;
    width: 100%;
    height: 190px;
}

ul.navbar-nav.gva-nav-menu > li > a {
	font-size: 15px;
}

a.glink img {
	width: 30px;
}
.gt_selector {
	font-size: 13px;
}

.layout-grid > .grid-view > .products > .product-block > .product-block-inner > .product-meta > .shop-loop-after-title, .layout-grid > .grid-view > .products > .product-block > .product-block-inner > .product-meta > .button-group, .layout-grid > .grid-view > .products > .product-block > .product-block-inner > .product-meta > .worker-details-container
 {
    display: none;
}

.layout-grid > .grid-view > .products > .product-block > .product-block-inner > .product-meta h3 {
    color: #d6b834;
    font-size: 14px;
}
.mini-cart-header > .cart-v2,
.main-search > .gva-search {
	display: none !important;
}

.header-v2 .main-search {
	display: none;
}

header.header-default .cart-v2 a.mini-cart,
.header-mobile .mini-cart-header .mini-cart-items {
    display: none;
}
.header-v2 .header-right {
    padding-right: 0px;
}

/* ============ 
.woocommerce div.product div.images {
    display: flex;
}


.woocommerce div.product div.thumbnails {
    width: 100px;
    margin-right: 10px;
}
 
*/