/* 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;
    --selah-white-off: #FAFAFA;

    --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);
    --bottomNavbar-hover-glow2: rgba(212, 175, 55, 0.4);
    --bottomNavbar-hover-glow3: rgba(212, 175, 55, 0.6);
    --bottomNavbar-fab-hover: rgba(212, 175, 55, 0.5);
    --bottomNavbar-item-active: rgba(212, 175, 55, 0.15);
    --bottomNavbar-item-hover: rgba(212, 175, 55, 0.1);
    
    --bottomNavbar-fab-after: rgba(212, 175, 55, 0.2);
    --bottomNavbar-pulse-1: rgba(212, 175, 55, 0.7);
    --bottomNavbar-pulse-2: rgba(212, 175, 55, 0);
    --bottomNavbar-pulse-3: rgba(212, 175, 55, 0);
    
    
    
}

.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;
    
    /* Override warna bottomNavbar */
    --bottomNavbar-primary-gold: #1a5f3f;
    --bottomNavbar-dark-gold: #2d7a56;
    --bottomNavbar-active-color: #1a5f3f;
    --bottomNavbar-fab-bg: linear-gradient(145deg, #1a5f3f, #2d7a56);
    --bottomNavbar-hover-glow: rgba(26, 95, 63, 0.3);
    --bottomNavbar-hover-glow2: rgba(26, 95, 63, 0.4);
    --bottomNavbar-hover-glow3: rgba(26, 95, 63, 0.6);
    --bottomNavbar-fab-hover: #f4f2e8;
    --bottomNavbar-item-active: rgba(26, 95, 63, 0.15);
    --bottomNavbar-item-hover: background: rgba(26, 95, 63, 0.1);
    
    --bottomNavbar-fab-after: rgba(26, 95, 63, 0.2);
    --bottomNavbar-shadow: 0 -4px 25px rgba(26, 95, 63, 0.15);
    
    /* Ubah warna ikon dan teks yang semula coklat */
    --bottomNavbar-icon-color: #f4f2e8;
    --bottomNavbar-text-color: #f4f2e8;
    
    
    --bottomNavbar-pulse-1: rgba(26, 95, 63, 0.7);
    --bottomNavbar-pulse-2: rgba(26, 95, 63, 0);
    --bottomNavbar-pulse-3: rgba(26, 95, 63, 0);
}

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 var(--bottomNavbar-hover-glow);
    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 var(--bottomNavbar-hover-glow) !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 var(--bottomNavbar-hover-glow),
        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 var(--bottomNavbar-hover-glow),
        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 var(--bottomNavbar-hover-glow) !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 var(--bottomNavbar-hover-glow);
    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 var(--bottomNavbar-hover-glow);
    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 var(--bottomNavbar-hover-glow);
    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: var(--bottomNavbar-item-hover);
    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 var(--bottomNavbar-hover-glow2));
}

/* 5. Styling untuk item yang aktif */
.bottom-nav .nav-item.active a {
    color: var(--bottomNavbar-active-color);
    background: var(--bottomNavbar-item-active);
    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 var(--bottomNavbar-hover-glow3));
}

/* --- 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 var(--bottomNavbar-hover-glow),
        inset 0 2px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}
.nav-item-fab a img{
    animation: bottomNavbar-pulse-animation 2s infinite;
    border-radius: 50%;
}
@keyframes bottomNavbar-pulse-animation {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 var(--bottomNavbar-pulse-1);
  }
  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 20px var(--bottomNavbar-pulse-2);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 var(--bottomNavbar-pulse-3);
  }
}


.nav-item-fab a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 0 var(--bottomNavbar-pulse-1);
    animation: after-pulse-animation 2s infinite;
    z-index: -1;
}

/* Keyframes untuk animasi pulse */
@keyframes after-pulse-animation {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 var(--bottomNavbar-pulse-1);
    }
    70% {
        transform: scale(1.1);
        box-shadow: 0 0 0 20px var(--bottomNavbar-pulse-2);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 var(--bottomNavbar-pulse-3);
    }
}

.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 var(--bottomNavbar-hover-glow2),
        inset 0 2px 0 rgba(255, 255, 255, 0.3);
}


.nav-item-fab a span {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--bottomNavbar-text-color);
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.nav-item-fab a:hover span {
    color: var(--bottomNavbar-dark-gold);
    text-shadow: 0 0 5px var(--bottomNavbar-fab-hover);
}

/* 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 var(--bottomNavbar-fab-after);
    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://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://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);
}

.premium-theme .pxl-icon1.style-box1 a{
    background-color: var(--primary-color);
    color: var(--selah-white-off);
}
.premium-theme .btn.btn-nanuk{
    color: var(--selah-white-off);
}
.premium-theme .btn.btn-nanuk:hover{
    box-shadow: 2px 2px 20px 0px rgba(26, 95, 63, 0.5);
}

.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);
}
.premium-theme #pxl-footer-elementor .pxl-item--inner p strong{
    color: #D4AF37;
}


.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%;
}

/* begin: custom map */
body #asl-storelocator.asl-p-cont #asl-map-canv,
body #asl-storelocator.asl-cont #asl-map-canv {height: 600px;}
@media (max-width: 767px) {
  body #asl-storelocator.asl-p-cont #asl-map-canv,
  body #asl-storelocator.asl-cont #asl-map-canv {
    height: 600px;
  }
}
body.wp-theme-blaxcut #asl-storelocator.asl-cont .infoBox .infoWindow h3{
    font-weight: 400;
}
#asl-storelocator.asl-cont .sl-main-cont .asl-map-canv .asl-radius-cnt, #asl-storelocator.asl-cont .sl-main-cont .asl-map-canv .asl-reset-map {
    background-color: #1a1a1a !important;
    border: 2px solid #D4AF37 !important;
    border-radius: 3px !important;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    padding: 8px 15px !important;
    color: #D4AF37;
    font-weight: 500;
    transition: all 0.3s ease;
}
#agile-modal-direction .agile-modal-content{
    background-color: var(--selah-dark-charcoal) !important;
}
#asl-storelocator.asl-cont .agile-modal .sl-form-group .sl-close{
    color: var(--selah-white-warm) !important;
}
/* end: custom map */
/* begin: faq */

#faq-section .e-con-inner {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 20px;
  padding: 40px 30px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(212, 175, 55, 0.2);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
#faq-section .e-n-accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#faq-section .e-n-accordion-item {
  background: linear-gradient(145deg, #2a2a2a, #1f1f1f);
  border-radius: 15px;
  border: 1px solid var(--bottomNavbar-hover-glow);
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
#faq-section .e-n-accordion-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(212, 175, 55, 0.1);
  border-color: rgba(212, 175, 55, 0.5);
}
#faq-section .e-n-accordion-item[open] {
  background: linear-gradient(145deg, #2d2d2d, #242424);
  border-color: #d4af37;
  box-shadow: 0 15px 40px rgba(212, 175, 55, 0.15);
}
#faq-section .e-n-accordion-item-title {
  padding: 25px 30px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  border: none;
  outline: none;
  transition: all 0.3s ease;
  position: relative;
}
#faq-section .e-n-accordion-item-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.1), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}
#faq-section .e-n-accordion-item-title:hover::before {
  opacity: 1;
}
#faq-section .e-n-accordion-item-title-header {
  flex: 1;
}
#faq-section .e-n-accordion-item-title-text {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transition: color 0.3s ease;
}
#faq-section .e-n-accordion-item:hover .e-n-accordion-item-title-text {
  color: #d4af37;
}
#faq-section .e-n-accordion-item-title-icon {
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d4af37, #b8941f);
  color: #1a1a1a;
  font-weight: bold;
  box-shadow: 0 4px 15px var(--bottomNavbar-hover-glow);
  transition: all 0.3s ease;
}
#faq-section .e-n-accordion-item[open] .e-n-accordion-item-title-icon {
  background: linear-gradient(135deg, #1a5f3f, #0d3d26);
  color: #ffffff;
  transform: rotate(180deg);
}
#faq-section .e-n-accordion-item-title-icon i {
  font-size: 16px;
  transition: transform 0.3s ease;
  color: #fff;
}
#faq-section .e-opened {
  display: none;
}
#faq-section .e-closed {
  display: flex;
}
#faq-section .e-n-accordion-item[open] .e-opened {
  display: flex;
}
#faq-section .e-n-accordion-item[open] .e-closed {
  display: none;
}
#faq-section .e-con-full {
  padding: 0 30px 30px 30px;
  background: rgba(26, 95, 63, 0.05);
  border-top: 2px solid rgba(212, 175, 55, 0.2);
  border-left: 0;
    border-bottom: 0;
    border-right: 0;
}
#faq-section .elementor-widget-text-editor {
  animation: faqFadeInUp 0.5s ease;
}
#faq-section .elementor-widget-text-editor p {
  font-size: 16px;
  line-height: 1.8;
  color: #e0e0e0;
  margin: 20px 0 0 0;
  text-align: justify;
}
#faq-section .elementor-widget-text-editor strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  #faq-section .e-con-inner {
    padding: 30px 20px;
  }
  #faq-section .e-n-accordion-item-title {
    padding: 20px 20px;
  }
  #faq-section .e-n-accordion-item-title-text {
    font-size: 16px;
  }
  #faq-section .e-con-full {
    padding: 0 20px 20px 20px;
  }
  #faq-section .elementor-widget-text-editor p {
    font-size: 15px;
  }
}

@keyframes faqFadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* end: faq */
/* begin: custom price list */
.price-list-custom .pxl-de-separator:before {
    background: none repeat scroll 0% 0% var(--primary-color);
    content: "";
    height: 10px;
    left: 0%;
    margin: -5px auto auto -5px;
    position: absolute;
    transform: rotate(-45deg);
    width: 10px;
}
.price-list-custom .pxl-de-separator:after {
    background: none repeat scroll 0% 0% var(--primary-color);
    content: "";
    height: 10px;
    right: 0%;
    margin: -5px auto auto -5px;
    position: absolute;
    transform: rotate(-45deg);
    width: 10px;
}
.price-list-custom .pxl-de-separator {
    position: relative;
    border-top: 1px solid var(--primary-color);
    width: 250px;
    clear: both;
    margin: 0 auto;
}
.price-list-custom .e-con-inner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid var(--primary-color);
    z-index: -1;
    top: -10px;
    left: -10px;
}
.price-list-custom .e-con-inner{
    padding: 40px;
    position: relative;
    border: 1px solid var(--primary-color);
}
/* end: custom price list */
/* begin: custom slider home luxury */
.slider-home-luxury{
    font-family: 'Georgia', 'Times New Roman', serif;
        
}
 
.slider-home-luxury .elementor-slides .swiper-slide-inner .elementor-slide-heading {
    font-family: 'Times', serif;
            font-size: 4.2rem;
            font-weight: bold;
            background: linear-gradient(135deg, 
                #B8860B 0%, 
                #DAA520 25%, 
                #FFD700 50%, 
                #DAA520 75%, 
                #B8860B 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
            letter-spacing: 2px;
        }
.slider-home-luxury .elementor-slides .swiper-slide-inner .elementor-slide-description .selah-slide-subtitle{
    font-size: clamp(1.5rem, 3vw, 2.5rem);
            margin-bottom: 1.5rem;
            color: #d4af37;
            text-shadow: 1px 1px 4px rgba(0,0,0,0.8);
            font-weight: normal;
}

.slider-home-luxury .elementor-slides .swiper-slide-inner .elementor-slide-description .selah-slide-description{
    text-align: center;
    max-width: 800px;
     font-size: clamp(1rem, 2vw, 1.3rem);
            line-height: 1.6;
            color: #e6e6e6;
            text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
            margin: 0 auto 2rem auto;
}


.slider-home-luxury .elementor-slides .swiper-slide-inner .elementor-slide-button{
    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;
}

.slider-home-luxury .swiper .elementor-swiper-button {
    position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 60px;
            height: 60px;
            background: rgba(212, 175, 55, 0.2);
            border: 2px solid #D4AF37;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 3;
            backdrop-filter: blur(5px);
}
.slider-home-luxury .swiper .elementor-swiper-button:hover {
            background: rgba(212, 175, 55, 0.4);
            transform: translateY(-50%) scale(1.1);
            box-shadow: 0 0 25px rgba(212, 175, 55, 0.4);
        }
.slider-home-luxury .swiper .elementor-swiper-button .swiper-button-prev{
    left: 30px;
}

.slider-home-luxury .swiper .elementor-swiper-button .swiper-button-next{
    right: 30px;
}

@media (max-width: 768px) {
            .slider-home-luxury  .swiper .elementor-swiper-button {
                width: 50px;
                height: 50px;
            }
            
            .slider-home-luxury  .swiper .elementor-swiper-button .swiper-button-prev {
                left: 15px;
            }
            
            .slider-home-luxury  .swiper .elementor-swiper-button .swiper-button-next {
                right: 15px;
            }
            .wp-theme-blaxcut .slider-home-luxury .swiper-wrapper .swiper-slide{
                height: 80vh;
            }
            
        }

/* end: custom slider home luxury */
/* begin: footer */
.wp-theme-blaxcut .section-address h3{
    color: #ffffff;
    font-family: Sans-Serif;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 700;
    font-size:18px;
}
.wp-theme-blaxcut .section-address h4{
    color: #ffffff;
    font-family: Sans-Serif;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 700;
    font-size:16px;
    margin: 10px 0 0 0;
}
.section-address dl{
    margin-left: 0;
}
.section-address dl dt{
    color: #fff;
    line-height: normal;
    letter-spacing: normal;
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
}
.section-address dl dd {
    line-height: normal;
    letter-spacing: normal;
    font-size:18px;
    font-weight: 400;
    margin-inline-start: 0;
    margin-bottom: 10px;
}
.section-address address{
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.section-address ul {
  list-style-type: none;
  line-height: normal;
  letter-spacing: normal;
}
.section-address ul li{
  line-height: 32px;
  letter-spacing: normal;
  font-size: 16px;
}
.section-address ul li i{
    margin-right: 10px;
}

@media (max-width: 768px) {
    .wp-theme-blaxcut .section-address h3{
        text-align: center;
    }
    .section-address address{
    padding-right:20px;
    padding-left:20px;
    text-align:center;
}
.section-address dl{
    text-align: center;
}
}

/* end: footer */
.box-clamp-3 .pxl-meta.pxl-meta2 .pxl-meta-inner .pxl-list-list .pxl-sub-text{
        -webkit-line-clamp: 3;
}

@media screen and (max-width: 1199px) {
    #pxl-header-elementor{
        min-height: 70px !important;
    }
    #pxl-header-default .pxl-header-branding, #pxl-header-elementor .pxl-header-branding {
        margin: 5px 15px;
    }
}


@media (max-width: 767px) {
    .slider-home-luxury .elementor-slides .swiper-slide-inner {
        padding: 30px 0;
    }
}

@media (max-height: 700px) {
  .swiper-slide-inner {
    transform: scale(0.9);
    transform-origin: center;
  }
}