/* begin: base theme replace */
:root {
    

    --selah-primary-gold: #D4AF37;
    --selah-dark-gold: #B8860B;
    --selah-rich-black: #0a0a0a;
    --selah-navbar-bg: #111111;
    --selah-text-color: #8B7355;
    --selah-container-text-color: #ffffff;
    --selah-success-color: #27AE60;
    --selah-danger-color: #E74C3C;
    --selah-warning-color: #F39C12;
    --selah-info-color: #3498DB;
    --selah-dark-charcoal: #1a1a1a;
    --selah-white-warm: #f4f2e8;

    --bottomNavbar-primary-gold: #D4AF37;
    --bottomNavbar-dark-gold: #B8860B;
    --bottomNavbar-rich-black: #0a0a0a;
    --bottomNavbar-bg: #111111;
    --bottomNavbar-shadow: 0 -4px 25px rgba(212, 175, 55, 0.15);
    --bottomNavbar-icon-color: #8B7355;
    --bottomNavbar-text-color: #8B7355;
    --bottomNavbar-active-color: #D4AF37;
    --bottomNavbar-fab-bg: linear-gradient(145deg, #D4AF37, #B8860B);
    --bottomNavbar-fab-border: 4px solid #1a1a1a;
    --bottomNavbar-page-bg: #0a0a0a;
    --bottomNavbar-container-text-color: #ffffff;
    --bottomNavbar-hover-glow: rgba(212, 175, 55, 0.3);
}

.premium-theme{
    /*--primary-color: #2d5a3d;*/
    /*--secondary-color: #4a7c59;*/
    /*--body-bg-color: #101010;*/
    /*--primary-color-rgb: 45, 90, 61;*/
    /*--secondary-color-rgb: 74, 124, 89;*/
    /*--body-bg-color-rgb: 16, 16, 16;*/
    /*--link-color: #f4f2e8;*/
    /*--link-color-hover: #4a7c59;*/
    /*--link-color-active: #2d5a3d;*/
    /*--gradient-color-from: #2d5a3d;*/
    /*--gradient-color-to: #4a7c59;*/
    --primary-color: #1a5f3f;
    --secondary-color: #2d7a56;
    --body-bg-color: #101010;
    --primary-color-rgb: 26, 95, 63;
    --secondary-color-rgb: 45, 122, 86;
    --body-bg-color-rgb: 16, 16, 16;
    --link-color: #f4f2e8;
    --link-color-hover: #2d7a56;
    --link-color-active: #1a5f3f;
    --gradient-color-from: #1a5f3f;
    --gradient-color-to: #2d7a56;
}

body.theme-blaxcut {
    color: var(--selah-white-warm);
}

.wp-theme-blaxcut h1, .wp-theme-blaxcut h2, .wp-theme-blaxcut h3, .wp-theme-blaxcut h4, .wp-theme-blaxcut h5, .wp-theme-blaxcut h6{
    color: var(--primary-color);
}

.swal2-popup.luxury-barbershop {
    background-color: var(--selah-rich-black);
    color: var(--selah-container-text-color);
    font-family: 'Georgia', serif;
    line-height: normal;
    letter-spacing: normal;
}

.swal2-popup.luxury-barbershop h1,
.swal2-popup.luxury-barbershop h2 {
    line-height: normal;
    letter-spacing: normal;
}

.swal2-popup.luxury-barbershop {
    background: linear-gradient(145deg, #1a1a1a, #0f0f0f) !important;
    border: 2px solid var(--selah-primary-gold) !important;
    border-radius: 20px !important;
    color: var(--selah-container-text-color) !important;
    font-family: 'Georgia', serif !important;
    backdrop-filter: blur(10px);
}

.swal2-popup.luxury-barbershop .swal2-header {
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.swal2-popup.luxury-barbershop .swal2-icon {
    border: 3px solid var(--selah-primary-gold) !important;
    margin: 20px auto !important;
    box-shadow:
        0 0 30px rgba(212, 175, 55, 0.4),
        0 0 60px rgba(212, 175, 55, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.1), transparent) !important;
    position: relative !important;
    animation: iconPulse 2s ease-in-out infinite, iconFloat 3s ease-in-out infinite;
}

.swal2-popup.luxury-barbershop .swal2-icon::before {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 50%;
    animation: iconRingRotate 4s linear infinite;
}

.swal2-popup.luxury-barbershop .swal2-icon.swal2-success {
    border-color: var(--selah-primary-gold) !important;
}

.swal2-popup.luxury-barbershop .swal2-icon.swal2-success .swal2-success-ring {
    border-color: var(--selah-primary-gold) !important;
}

.swal2-popup.luxury-barbershop .swal2-icon.swal2-success [class^="swal2-success-line"] {
    background-color: var(--selah-primary-gold) !important;
    animation: successLineGrow 0.8s ease-out 0.2s both;
}

.swal2-popup.luxury-barbershop .swal2-icon.swal2-success .swal2-success-line-tip {
    animation-delay: 0.4s;
}

.swal2-popup.luxury-barbershop .swal2-icon.swal2-success .swal2-success-line-long {
    animation-delay: 0.6s;
}

.swal2-popup.luxury-barbershop .swal2-icon.swal2-error {
    border-color: var(--selah-primary-gold) !important;
}

.swal2-popup.luxury-barbershop .swal2-icon.swal2-error .swal2-x-mark {
    animation: errorXGrow 0.6s ease-out 0.2s both;
}

.swal2-popup.luxury-barbershop .swal2-icon.swal2-error .swal2-x-mark .swal2-x-mark-line-left,
.swal2-popup.luxury-barbershop .swal2-icon.swal2-error .swal2-x-mark .swal2-x-mark-line-right {
    background-color: var(--selah-primary-gold) !important;
}

.swal2-popup.luxury-barbershop .swal2-icon.swal2-warning {
    border-color: var(--selah-primary-gold) !important;
    color: var(--selah-primary-gold) !important;
}

.swal2-popup.luxury-barbershop .swal2-icon.swal2-warning .swal2-icon-content {
    color: var(--selah-primary-gold) !important;
    font-weight: bold !important;
    animation: warningBounce 0.8s ease-out 0.3s both;
}

.swal2-popup.luxury-barbershop .swal2-icon.swal2-info {
    border-color: var(--selah-primary-gold) !important;
    color: var(--selah-primary-gold) !important;
}

.swal2-popup.luxury-barbershop .swal2-icon.swal2-info .swal2-icon-content {
    color: var(--selah-primary-gold) !important;
    font-weight: bold !important;
    animation: infoPulse 1s ease-in-out 0.3s both;
}

.swal2-popup.luxury-barbershop .swal2-title {
    color: var(--selah-primary-gold) !important;
    font-family: 'Georgia', serif !important;
    font-size: 24px !important;
    font-weight: bold !important;
    text-shadow:
        2px 2px 4px rgba(0, 0, 0, 0.5),
        0 0 10px rgba(212, 175, 55, 0.3) !important;
    margin: 20px 0 !important;
    position: relative !important;
    animation: titleSlideIn 0.6s ease-out 0.1s both, titleGlow 2s ease-in-out infinite;
}

.swal2-popup.luxury-barbershop .swal2-html-container {
    color: var(--selah-container-text-color) !important;
    font-family: 'Georgia', serif !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    margin: 20px 0 !important;
    animation: contentFadeIn 0.8s ease-out 0.3s both;
}

.swal2-popup.luxury-barbershop .swal2-actions {
    margin-top: 30px !important;
    gap: 15px !important;
    animation: buttonsSlideUp 0.6s ease-out 0.5s both;
}

.swal2-popup.luxury-barbershop .swal2-confirm {
    background: linear-gradient(145deg, var(--selah-primary-gold), var(--selah-dark-gold)) !important;
    color: var(--selah-rich-black) !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 12px 30px !important;
    font-family: 'Georgia', serif !important;
    font-weight: bold !important;
    font-size: 14px !important;
    box-shadow:
        0 4px 15px rgba(212, 175, 55, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
    transition: all 0.4s ease !important;
    position: relative !important;
    overflow: hidden !important;
}

.swal2-popup.luxury-barbershop .swal2-confirm::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.swal2-popup.luxury-barbershop .swal2-confirm:hover {
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow:
        0 8px 25px rgba(212, 175, 55, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
}

.swal2-popup.luxury-barbershop .swal2-confirm:hover::before {
    left: 100%;
}

.swal2-popup.luxury-barbershop .swal2-confirm:active {
    transform: translateY(-1px) scale(0.98) !important;
}

.swal2-popup.luxury-barbershop .swal2-cancel {
    background: linear-gradient(145deg, #333333, #222222) !important;
    color: var(--selah-container-text-color) !important;
    border: 1px solid var(--selah-text-color) !important;
    border-radius: 10px !important;
    padding: 12px 30px !important;
    font-family: 'Georgia', serif !important;
    font-weight: bold !important;
    font-size: 14px !important;
    box-shadow:
        0 4px 15px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
    transition: all 0.4s ease !important;
    position: relative !important;
    overflow: hidden !important;
}

.swal2-popup.luxury-barbershop .swal2-cancel::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.2), transparent);
    transition: left 0.6s ease;
}

.swal2-popup.luxury-barbershop .swal2-cancel:hover {
    background: linear-gradient(145deg, #444444, #333333) !important;
    border-color: var(--selah-primary-gold) !important;
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.5),
        0 0 20px rgba(212, 175, 55, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
}

.swal2-popup.luxury-barbershop .swal2-cancel:hover::before {
    left: 100%;
}

.swal2-popup.luxury-barbershop .swal2-cancel:active {
    transform: translateY(-1px) scale(0.98) !important;
}

.swal2-popup.luxury-barbershop .swal2-close {
    color: var(--selah-text-color) !important;
    font-size: 24px !important;
    transition: color 0.3s ease !important;
}

.swal2-popup.luxury-barbershop .swal2-close:hover {
    color: var(--selah-primary-gold) !important;
}

/* Custom backdrop style to override SweetAlert2 default */
.swal2-container.swal2-backdrop-show {
    background-color: rgba(10, 10, 10, 0.9) !important;
    backdrop-filter: blur(5px) !important;
    transition: all 0.3s ease !important;
    /* Tambahkan transisi untuk efek yang halus */
}

/* Style untuk backdrop saat bersembunyi */
.swal2-container.swal2-backdrop-hide {
    background-color: transparent !important;
    backdrop-filter: blur(0px) !important;
    transition: all 0.3s ease !important;
}

.swal2-popup.luxury-barbershop.swal2-hide {
    animation: var(--swal2-hide-animation);
}

.swal2-popup.luxury-barbershop .swal2-input {
    background: var(--selah-navbar-bg) !important;
    color: var(--selah-container-text-color) !important;
    border: 2px solid var(--selah-text-color) !important;
    border-radius: 8px !important;
    padding: 12px !important;
    font-family: 'Georgia', serif !important;
}

.swal2-popup.luxury-barbershop .swal2-input:focus {
    border-color: var(--selah-primary-gold) !important;
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.3) !important;
    outline: none !important;
}

.swal2-popup.luxury-barbershop .swal2-progress-steps {
    background: var(--selah-primary-gold) !important;
}

.swal2-popup.luxury-barbershop .swal2-footer {
    border-top: 1px solid rgba(212, 175, 55, 0.2) !important;
    color: var(--selah-text-color) !important;
    font-family: 'Georgia', serif !important;
}

@keyframes luxuryFadeIn {
    from {
        opacity: 0;
        transform: scale(0.8) translateY(20px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* begin: contact form */
.pxl-contact-form1 .contact1 .pxl-contact-inner .pxl-sub-title.contact-sub-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.6;
    letter-spacing: 0.5px;
    color: #cccccc;
    margin-bottom: 2.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.contact-btn-send {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 2px;
    /* Wide spacing untuk button */
    text-transform: uppercase;
    line-height: 1.4;
    background-color: var(--primary-color);
    color: #1a1a1a;
    border: 2px solid var(--primary-color);
    padding: 14px 32px;
    border-radius: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.contact-btn-send:hover {
    background-color: #f4e4a1;
    color: #0a0a0a;
    border-color: #f4e4a1;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
    letter-spacing: 3px;
    /* Sedikit expand saat hover */
}

.pxl-contact-form1 .contact1 .contact-input input {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.3px;
    background-color: rgba(26, 26, 26, 0.8);
    border: 1px solid rgba(212, 175, 55, 0.3);
    color: #f4e4a1;
    padding: 12px 16px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.pxl-contact-form1 .contact1 .contact-input input::placeholder,
.pxl-contact-form1 .contact1 .contact-textarea textarea::placeholder {
    color: rgba(204, 204, 204, 0.7);
    font-style: italic;
}

.pxl-contact-form1 .contact1 .contact-input input:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.3);
    outline: none;
    background-color: rgba(26, 26, 26, 0.9);
}

.pxl-contact-form1 .contact1 .contact-textarea textarea {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.3px;
    background-color: rgba(26, 26, 26, 0.8);
    border: 1px solid rgba(212, 175, 55, 0.3);
    color: #f4e4a1;
    padding: 16px;
    border-radius: 4px;
    resize: vertical;
    min-height: 120px;
}

/* end: contact form */

/* begin: bottomNavbar */


/* 1. Wadah utama navbar */
.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background: linear-gradient(180deg, var(--bottomNavbar-bg) 0%, #1a1a1a 100%);
    box-shadow: var(--bottomNavbar-shadow);
    border-top: 2px solid var(--bottomNavbar-dark-gold);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    display: none;
    z-index: 2;
}

/* Decorative border pattern */
.bottom-nav::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--bottomNavbar-primary-gold), transparent);
    border-radius: 2px;
}

/* 2. Daftar item navigasi */
.bottom-nav ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
}

/* 3. Setiap item di dalam daftar */
.bottom-nav .nav-item {
    flex-grow: 1;
}

/* 4. Link di dalam setiap item */
.bottom-nav .nav-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--bottomNavbar-text-color);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    padding: 8px;
    border-radius: 12px;
}

/* Hover effect untuk items biasa */
.bottom-nav .nav-item a:hover {
    color: var(--bottomNavbar-active-color);
    background: rgba(212, 175, 55, 0.1);
    box-shadow: 0 2px 8px var(--bottomNavbar-hover-glow);
}

/* Styling untuk ikon (SVG) */
.bottom-nav .nav-item a svg {
    width: 26px;
    height: 26px;
    margin-bottom: 4px;
    fill: var(--bottomNavbar-icon-color);
    transition: all 0.3s ease;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
}

.bottom-nav .nav-item a:hover svg {
    fill: var(--bottomNavbar-active-color);
    transform: translateY(-2px);
    filter: drop-shadow(2px 2px 4px rgba(212, 175, 55, 0.4));
}

/* 5. Styling untuk item yang aktif */
.bottom-nav .nav-item.active a {
    color: var(--bottomNavbar-active-color);
    background: rgba(212, 175, 55, 0.15);
    box-shadow: 0 4px 12px var(--bottomNavbar-hover-glow);
}

.bottom-nav .nav-item.active a svg {
    fill: var(--bottomNavbar-active-color);
    transform: translateY(-1px);
    filter: drop-shadow(2px 2px 4px rgba(212, 175, 55, 0.6));
}

/* --- STYLING TOMBOL TENGAH (FAB) --- */

/* 6. Item khusus untuk tombol tengah */
.nav-item-fab {
    position: relative;
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

/* 7. Tombolnya sendiri */
.nav-item-fab a {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    background: var(--bottomNavbar-fab-bg);
    border-radius: 50%;
    border: var(--bottomNavbar-fab-border);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 0 0 3px var(--bottomNavbar-primary-gold),
        0 0 0 6px var(--bottomNavbar-bg),
        0 8px 25px rgba(212, 175, 55, 0.3),
        inset 0 2px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.nav-item-fab a:hover {
    transform: translateX(-50%) translateY(-3px);
    box-shadow:
        0 0 0 3px var(--bottomNavbar-primary-gold),
        0 0 0 6px var(--bottomNavbar-bg),
        0 12px 30px rgba(212, 175, 55, 0.4),
        inset 0 2px 0 rgba(255, 255, 255, 0.3);
}

.nav-item-fab a svg {
    fill: var(--bottomNavbar-rich-black);
    width: 36px;
    height: 36px;
    margin: 0;
    filter: drop-shadow(1px 1px 2px rgba(255, 255, 255, 0.2));
}

/* 8. Trik untuk membuat efek "lekukan" di navbar */
.nav-item-fab::before {
    content: '';
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 45px;
    border-radius: 50%;
    background-color: transparent;
    /* box-shadow: 0 28px 0 0 var(--navbar-bg); */
}

/* Decorative elements around FAB */
.nav-item-fab::after {
    content: '';
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    border: 2px solid rgba(212, 175, 55, 0.2);
    border-radius: 50%;
    animation: rotateNavbarBottom 20s linear infinite;
}

@keyframes rotateNavbarBottom {
    from {
        transform: translateX(-50%) rotate(0deg);
    }

    to {
        transform: translateX(-50%) rotate(360deg);
    }
}

@media (max-width: 1199px) {

    .bottom-nav {
        display: flex;
    }
}

/* Responsive adjustments */
@media (max-width: 320px) {
    .bottom-nav {
        height: 70px;
    }

    .nav-item-fab a {
        width: 70px;
        height: 70px;
        top: -30px;
    }

    .bottom-nav .nav-item a svg {
        width: 22px;
        height: 22px;
    }

    .bottom-nav .nav-item a {
        font-size: 10px;
    }
}

/* end: bottomNavbar */

/* begin: sharing post */
.pxl-icon1.style-box3 a:nth-child(3) {
    background-color: #25D366;
}

.pxl-icon1.style-box3 a:nth-child(4) {
    background-color: #0088CC;
}

.pxl-icon1.style-box3 a:nth-child(5) {
    background-color: #00B900;
}

.pxl-icon1.style-box3 a:nth-child(6) {
    background-color: #0A66C2;
}

.pxl-icon1.style-box3 a:nth-child(7) {
    background-color: var(--primary-color);
}

/* end: sharing post */
/* begin: custom price list */

.pricelist-container {
    background: linear-gradient(to bottom, #001411, #000e0c);
    color: var(--primary-color);
    min-height: 100vh;
    padding: 20px;
    font-family: "Playfair Display", serif;
}

.pricelist-container-main {
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.3);
    border-top: 2px solid #336666;
    padding: 30px 30px 0 30px;
    backdrop-filter: blur(10px);
    position: relative;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.pricelist-container-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, #336666, #336666 90%, transparent);
}

.pricelist-container-main::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, #336666, #336666 90%, transparent);
}

.pricelist-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    border-bottom: 1px solid #336666;
    padding-bottom: 20px;
}

.pricelist-row {
    display: flex;
    gap: 20px;
}

.pricelist-header-row {
    padding: 20px;
    margin-bottom: 20px;
}

.pricelist-main-row {
    background-color: transparent;
}

.pricelist-column-large {
    flex: 1;
}

.pricelist-content-column {
    color: #ffffff;
    padding: 0 20px;
    box-sizing: border-box;
    height: auto;
}

.pricelist-service-item {
    margin-bottom: 10px;
}

.pricelist-price {
    font-size: 2em;
    font-weight: bold;
    margin: 0;
    color: var(--primary-color);
}

.pricelist-container h3.pricelist-title {
    font-size: 1.2em;
    font-weight: bold;
    margin: 5px 0;
    color: #ffffff;
    font-family: "Playfair Display", serif;
    line-height: normal;
    letter-spacing: normal;
}

.pricelist-description {
    font-size: 0.9em;
    line-height: 1.4;
    color: #bdc3c7;
    margin: 0;
    font-family: "Lora", serif;
}

.pricelist-service-category {
    margin: 30px 0 10px;
    padding-bottom: 10px;
    position: relative;
}

.pricelist-service-category::after {
    content: '';
    display: block;
    width: 200px;
    height: 2px;
    background-color: #336666;
    margin-top: 10px;
}

.pricelist-container h2.pricelist-category-title {
    font-size: 1.8em;
    font-weight: bold;
    margin: 0;
    color: #ffffff;
    line-height: normal;
    letter-spacing: normal;
    font-family: "Playfair Display", serif;
}

@media (max-width: 768px) {
    .pricelist-container{
        padding: 0;
    }
    .pricelist-container-main{
        padding: 30px 5px 0 5px;
    }
    .pricelist-content-column{
        padding: 0 5px 0 20px;
    }
    .pricelist-row {
        flex-direction: column;
    }

    .pricelist-header-row {
        padding: 10px;
    }

    .pricelist-column-large {
        height: auto;
    }
    .pricelist-promo-section{
        padding: 15px;
    }
}

.pricelist-logo-section {
    display: flex;
    align-items: center;
}

.pricelist-logo {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #0a2e2a;
    margin-right: 0;
    font-size: 18px;
}

.pricelist-logo img {
    width: 100%;
    height: 100%;
}

.pricelist-title-section h1 {
    font-size: 3em;
    font-weight: bold;
    margin-bottom: 5px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-family: "Playfair Display", serif;
    line-height: normal;
    letter-spacing: normal;
}

.pricelist-subtitle {
    font-size: 1.1em;
    color: #b8860b;
    font-family: "Lora", serif;
}

.pricelist-social-info {
    text-align: right;
}

.pricelist-social-info h3 {
    margin-bottom: 10px;
    font-size: 1.3em;
    font-family: "Playfair Display", serif;
    line-height: normal;
    letter-spacing: normal;
}

.pricelist-social-info p {
    margin: 5px 0;
    color: #b8860b;
    font-family: "Lora", serif;
    line-height: normal;
    letter-spacing: normal;
}

.pricelist-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.pricelist-service-card {
    background-color: rgba(0, 20, 15, 0.8);
    border: 2px solid #336666;
    border-radius: 0 0 0 60px;
    padding: 5px 25px 15px 25px;
    position: relative;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    flex: 1;
    line-height: normal;
    letter-spacing: normal;
}

.pricelist-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(212, 175, 55, 0.2);
    border-color: #4c9999;
}

.pricelist-service-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mask: radial-gradient(circle at top right, black 0%, transparent 21%);
    -webkit-mask: radial-gradient(circle at top right, black 0%, transparent 21%);
    background-image: url('https://dev.selahselahbarber.com/wp-content/uploads/2025/08/ornament.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 150px;
}


.pricelist-service-name {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ffd700;
}

.pricelist-service-subtitle {
    color: var(--primary-color);
    font-family: "Lora", serif;
}

.pricelist-service-description {
    font-size: 0.95em;
    line-height: 1.5;
    color: #cccccc;
    font-family: "Lora", serif;
    margin-bottom: 20px;
}

.pricelist-section-title {
    color: #ffffff;
    font-size: 2.5em;
    font-weight: bold;
    margin: 40px 0 20px 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.pricelist-promo-section {
    background: rgba(0, 20, 15, 0.8);
    border: 2px solid #336666;
    border-radius: 15px;
    padding: 30px;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
    font-family: "Lora", serif;
}

.pricelist-promo-section:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mask: radial-gradient(circle at top right, black 0%, transparent 21%);
    -webkit-mask: radial-gradient(circle at top right, black 0%, transparent 21%);
    background-image: url('https://dev.selahselahbarber.com/wp-content/uploads/2025/08/ornament.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 150px;
}




.pxl-icon1.style-box1 a:hover {
    background-color: var(--primary-color);
    color: var(--selah-dark-charcoal);
}

.btn.btn-nanuk {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.4;
    background-color: var(--primary-color);
    color: var(--selah-dark-charcoal);
    border: 2px solid var(--primary-color);
    padding: 7px 16px;
    border-radius: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.pxl-scroll-top {
    background-color: var(--primary-color);
    color: var(--selah-dark-charcoal);
}

.pxl-contact-form form .wpcf7-response-output {
    color: var(--selah-dark-charcoal);
}

.pxl-item--archive.pxl-item--standard .pxl-content .pxl-item--excerpt {
    color: var(--selah-white-warm);
}


.pxl-item--archive.pxl-item--standard .pxl-content .btn--readmore {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.4;
    background-color: var(--primary-color);
    color: #1a1a1a;
    /* Dark text on gold */
    border: 2px solid var(--primary-color);
    padding: 12px 24px;
    transition: all 0.3s ease;
}

.pxl-item--archive.pxl-item--standard .pxl-content .btn--readmore:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
    background-color: #e0c55a;
    /* Sedikit lebih terang dari original */
    color: #1a1a1a;
    border-color: #e0c55a;
}

.pxl-blog-details {
    color: var(--selah-white-warm);
}
.pxl-scroll-top{
    bottom: 100px;
}
.wa__widget_container .wa__btn_popup{
    right: 20px !important;
}
.wa__widget_container .wa__popup_chat_box.wa__active{
    right: 20px !important;
}
@media screen and (max-width: 1199px) {
    .pxl-scroll-top {
        bottom: 160px;
    }
    #pxl-footer-elementor{
        margin-bottom: 150px;
    }
    .wa__widget_container .wa__btn_popup{
        bottom: 90px !important;
    }
    .wa__widget_container .wa__popup_chat_box.wa__active{
        bottom: 162px !important;
    }
    
    .wa__widget_container .wa__btn_popup_txt{
        display:none !important;
    }
    
}


.widget_text strong {
    color: var(--primary-color);
}

#pxl-header-elementor {
    min-height: 80px;
}

#pxl-footer-elementor .pxl-item--inner p strong{
    color: var(--primary-color);
}

.selahselah-visi strong, .selahselah-misi strong{
    color: var(--primary-color);
}

.pxl-team.pxl-team1 .pxl-item--inner .pxl-item--imgprimary:before, .pxl-team.pxl-team1 .pxl-item--inner .pxl-item--imgprimary:after {
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pxl-team.pxl-team1 .pxl-item--inner .pxl-item--imgprimary:hover:before,
.pxl-team.pxl-team1 .pxl-item--inner .pxl-item--imgprimary:hover:after {
    width: 100%;
    height: 100%;
}

.privacy-policy-page .type-page .pxl-entry-content ul li {
    list-style-position: outside;
}
.privacy-policy-page .type-page .pxl-entry-content ul{
    padding-left: 1.5em;
    list-style-position: outside;
    margin: 0 0 32px 0;
}

.privacy-policy-page .type-page .pxl-entry-content b, .privacy-policy-page .type-page .pxl-entry-content strong{
    color: var(--primary-color);
}

.woocommerce .woocommerce-info, .woocommerce .woocommerce-message{
    background-color: var(--body-bg-color);
}



.pricelist-promo-big {
    font-size: 3em;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
}

.pricelist-promo-text {
    font-size: 1.8em;
    margin-bottom: 15px;
    color: #ffd700;
}

.pricelist-promo-subtitle {
    font-size: 1.2em;
    color: #ffd700;
    font-style: italic;
}

.pricelist-mb-15 {
    margin-bottom: 15px;
}

.pricelist-promo-prize {
    font-size: 3.5em;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
    .pricelist-header {
        flex-direction: column;
        text-align: center;
    }

    .pricelist-title-section h1 {
        font-size: 2.5em;
    }

    .pricelist-services-grid {
        grid-template-columns: 1fr;
    }

    .pricelist-social-info {
        text-align: center;
        margin-top: 20px;
    }
}
/* end: custom price list */

#pxl-wapper #pxl-footer-elementor .container{
    max-width: 100%;
}
