/* ---------------------------
   GLOBAL STYLING
----------------------------*/
body {
    font-family: 'Inter', sans-serif;
    background-color: #0a0a0f;
    color: #ffffff;
    margin: 0;
    padding: 0;
    padding-top:0px !important;
}

header {
    padding: 20px;
    background: #0d0d15;
}

.navbar-brand {
    color: #4db8ff !important;
    font-weight: 700;
}

.nav-link {
    color: #ffffff !important;
    opacity: 0.85;
    transition: 0.2s ease;
    font-weight: 400;
}

.nav-link:hover {
    opacity: 1;
}

/* ---------------------------
   HERO SECTION
----------------------------*/
.hero-girly-bars {
    width: 100%;
    height: 95vh;
    background: url('../img/hero-girly-bars-bg.jpg') center/cover no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.hero-girly-bars .container {
    max-width: 900px;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 20, 0.18);
    backdrop-filter: blur(2px);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
}

/* HERO TEXT */
.hero-title {
    font-size: 48px;
    font-weight: 700;
    color: #e7f7ff;
    line-height: 1.25;
    text-shadow:
        0 0 12px rgba(0, 180, 255, 0.5),
        0 0 22px rgba(0, 150, 255, 0.35),
        0 0 38px rgba(0, 120, 255, 0.2);
}

.hero-subtitle {
    font-size: 20px;
    color: #d7eaff;
    opacity: 0.9;
    margin-top: 12px;
}

/* HERO NOTE */
.hero-note {
    opacity: 0.75;
    font-size: 14px;
}

/* ---------------------------
   HERO BUTTON STYLES
----------------------------*/
.btn-primary-2 {
    background: linear-gradient(90deg, #45d1ff, #0077ff);
    border: none;
    padding: 12px 30px;
    border-radius: 10px;
    font-weight: 600;
    box-shadow:
        0 0 10px rgba(0, 150, 255, 0.6),
        0 0 20px rgba(0, 120, 255, 0.4);
    color: white;
}

.btn-primary-2:hover {
    background: linear-gradient(90deg, #5ee4ff, #0a8bff);
}

.btn-outline-light {
    padding: 12px 30px;
    border-radius: 10px;
    font-weight: 600;
    border: 1px solid rgba(255,255,255,0.6);
    color: #fff !important;
}

.btn-outline-light:hover {
    background: rgba(255,255,255,0.12);
}

/* ---------------------------
   SECTION HEADERS
----------------------------*/
.section-title {
    color: #7ee0ff;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 28px;
}

/* ---------------------------
   HOW IT WORKS BOXES
----------------------------*/
.how-it-works {
    background-color: #0a0a0f;
}

.hiw-box {
    background: rgba(0, 0, 30, 0.55);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 14px;
    color: #dce9ff;
    transition: 0.3s;
    min-height: 250px;
    height: 100%;
}

.hiw-box:hover {
    background: rgba(0, 0, 45, 0.65);
}

/* NEON ICONS */
.hiw-icon {
    font-size: 64px;
    color: #7ee0ff;
    margin-bottom: 20px;
    text-shadow:
        0 0 6px #7ee0ff,
        0 0 12px #00caff,
        0 0 22px #009dff,
        0 0 42px #0066cc;
    transition: 0.3s ease;
}

.hiw-icon:hover {
    transform: scale(1.12);
    text-shadow:
        0 0 10px #7ee0ff,
        0 0 20px #00caff,
        0 0 35px #00a2ff,
        0 0 55px #0077cc;
}

/* ---------------------------
   BOTTOM SECTION
----------------------------*/
.section-bottom {
    background: radial-gradient(circle at top, #101526 0%, #05050b 55%, #020208 100%);
    padding-top: 60px;
    padding-bottom: 80px;
}

/* Cards */
.promo-box {
     background: radial-gradient(circle at top left, rgba(32, 56, 97, 0.45) 0%, rgba(5, 6, 18, 0.96) 40%, rgba(4, 4, 12, 1) 100%); 
    border: 1px solid rgba(135, 174, 255, 0.18);
    border-radius: 18px;
    padding: 32px;
    color: #e7f7ff;
    min-height: 310px;
    overflow: hidden;
    position: relative;
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.6),
        0 22px 40px rgba(0, 0, 0, 0.75);
        height: 100%;
}

.promo-box-2 {
    background: #0a0a0f;
    border: 1px solid rgba(135, 174, 255, 0.18);
    border-radius: 18px;
    padding: 32px;
    color: #e7f7ff;
    min-height: 310px;
    overflow: hidden;
    position: relative;
    /* box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6), 0 22px 40px rgba(0, 0, 0, 0.75); */
     height: 100%;
}

/* Titles & text */
.promo-title {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
}

.promo-subtitle {
    font-size: 18px;
    color: #ffffff;
    opacity: 0.92;
    margin-bottom: 18px;
}

.promo-subtitle strong {
    color: #24d2ff;
    font-weight: 700;
}

.promo-list {
    margin-bottom: 26px;
}

.promo-list li {
    margin-bottom: 7px;
    opacity: 0.9;
    font-size: 15px;
}

/* ---------------------------
   SILHOUETTE GIRL IMAGE
----------------------------*/
.silhouette-girl-img {
    width: 100%;
    max-width: 230px;
    opacity: 1;
      transform: scaleX(-1) scale(1.2);
   
}

.silhouette-bar-img {
  width: 100%;
    max-width: 400px;
     transform: scaleX(-1); 
}

.silhouette-boy-img {
    width: 100%;
    max-width: 230px;
    opacity: 1;
      transform: scale(1.2);
   
}
.max-w-50{
    max-width: 50%;
}

/* Make promo list ticks neon cyan (#24d2ff) */
.promo-list li::before {
    content: "✔";
    color: #24d2ff;
    font-weight: 700;
    margin-right: 8px;
    display: inline-block;
}

/* Remove the existing âœ” from the text */
.promo-list li {
    list-style: none;
}

/* ---------------------------
   NEON BUTTONS
----------------------------*/
.neon-button {
    --neon-fill: transparent;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    overflow: hidden;
    transition: 0.25s ease;
    border: 2px solid transparent;
    letter-spacing: 0.01em;
    background-color: transparent;
}

.neon-button span,
.neon-button i {
    position: relative;
    z-index: 2;
}

.neon-button i {
    margin-left: 10px;
    font-size: 16px;
}

/* Cyan button */
.neon-cyan {
    color: #7ee6ff;
    border-color: rgba(79, 212, 255, 0.95);
    box-shadow:
        0 0 8px rgba(79, 212, 255, 0.75),
        0 0 22px rgba(15, 122, 255, 0.45);
    --neon-fill: linear-gradient(90deg, #1ad3ff, #0a7fff);
}

/* Purple button */
.neon-purple {
    color: #f5ddff;
    border-color: rgba(214, 117, 255, 0.95);
    box-shadow:
        0 0 8px rgba(214, 117, 255, 0.75),
        0 0 22px rgba(140, 47, 255, 0.45);
    --neon-fill: linear-gradient(90deg, #f05bff, #8a2fff);
}

.neon-button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--neon-fill);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
    opacity: 0.22;
    z-index: 1;
}

.neon-button:hover::before {
    transform: scaleX(1);
}

.neon-cyan:hover {
    box-shadow:
        0 0 12px rgba(95, 230, 255, 0.95),
        0 0 30px rgba(35, 154, 255, 0.75);
}

.neon-purple:hover {
    box-shadow:
        0 0 12px rgba(230, 140, 255, 0.95),
        0 0 30px rgba(160, 70, 255, 0.75);
}

.neon-button:hover {
    color: #ffffff;
}

img.bar-corner-home {
    position: absolute;
    bottom: -20px;
    max-width: 200px;
    right: 0px;
}

/* ---------------------------
   RESPONSIVE
----------------------------*/
@media (max-width: 768px) {
    .hero-title {
        font-size: 34px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .silhouette-girl {
        height: 190px;
        right: 10px;
        bottom: -20px;
    }

    .promo-box {
        min-height: 0;
    }
}

/* ---------------------------
   WORDPRESS TEMPLATE FIXES
----------------------------*/
.page-template-page-girly-bars .site-main {
    padding: 0 !important;
    margin: 0 !important;
    background: #07070d !important;
}

.page-template-page-girly-bars .entry-content,
.page-template-page-girly-bars article,
.page-template-page-girly-bars .hentry {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
}

.page-template-page-girly-bars .site-main.no-wp-wrapper {
    max-width: 100% !important;
    width: 100% !important;
}


.custom-footer {
    background: #07070d;
    padding: 35px 0;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.custom-footer .footer-text {
    color: #cfeaff;
    font-size: 14px;
    opacity: 0.85;
    margin-bottom: 6px;
}

.custom-footer .footer-links a {
    color: #7ee0ff;
    opacity: 0.9;
    font-size: 14px;
    text-decoration: none;
    transition: 0.2s ease;
}

.custom-footer .footer-links a:hover {
    opacity: 1;
    color: #a7f0ff;
}

.custom-footer .footer-links {
    letter-spacing: 0.2px;
}




/* Upload box */
/* Label styling */
.wizard-label {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
}

/* Inputs */
.wizard-input {
    background-color: rgba(255,255,255,0.05) !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    color: #fff !important;
    height: 48px !important;
    padding: 10px 14px !important;
    border-radius: 8px !important;
}

.wizard-input:focus {
    border-color: #5ed6ff !important;
    box-shadow: 0 0 0 0.2rem rgba(94,214,255,0.20) !important;
}

/* Opening hours add button */
.add-hours-btn {
    background: transparent;
    border: none;
    color: #5ed6ff;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    margin-top: 4px;
}

.add-hours-btn:hover {
    text-decoration: underline;
}

/* Upload box */
.upload-box {
    border: 2px dashed rgba(255,255,255,0.15);
    padding: 45px 20px;
    text-align: center;
    border-radius: 12px;
    background: rgba(255,255,255,0.03);
    cursor: pointer;
    transition: 0.25s ease;
}

.upload-box:hover {
    background: rgba(94,214,255,0.05);
    border-color: #5ed6ff;
}

.upload-box.dragover {
    background: rgba(94,214,255,0.12);
    border-color: #5ed6ff;
}

.upload-icon {
    display: block;
    width: 42px;
    height: 42px;
    margin: 0 auto 12px;
    background-image: url("data:image/svg+xml;utf8,<svg fill='none' stroke='%23ffffff' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M12 16V8m0 0l-3 3m3-3l3 3'/><path d='M20 16.5V17a2 2 0 01-2 2H6a2 2 0 01-2-2v-.5'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
}

.upload-text {
    font-size: 1rem;
    color: rgba(255,255,255,0.85);
}

.upload-text .browse-link {
    color: #5ed6ff;
    cursor: pointer;
    font-weight: 600;
}


/* GENERAL FIELDS */
.wizard-label {
    color: #FFFFFF;
    font-size: 1rem;
    display: block;
    margin-bottom: 8px;
}

.wizard-input {
    width: 100%;
    padding: 14px 18px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 10px;
    color: #FFF;
    font-size: 1rem;
    transition: all .2s ease;
}

.wizard-input:focus {
    border-color: #5ed6ff;
    box-shadow: 0 0 0 2px rgba(94,214,255,0.3);
    outline: none;
}


/* UPLOAD UI */
.upload-card-ui {
    width: 100%;
    padding: 32px 20px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 12px;
    background: rgba(255,255,255,0.03);
    text-align: center;
    cursor: pointer;
    transition: 0.25s ease;
}

.upload-card-ui:hover {
    border-color: #5ed6ff;
    background: rgba(94,214,255,0.06);
}

/* Text */
.upload-title-ui {
    color: #FFFFFF;
    font-size: 1.1rem;
    margin-bottom: 6px;
    font-weight: 500;
}

.upload-subtitle-ui {
    margin: 0;
    color: rgba(255,255,255,0.6);
    font-size: 0.95rem;
}

.upload-browse-ui {
    display: inline-block;
    margin-top: 4px;
    color: #5ed6ff;
    font-size: 1rem;
    cursor: pointer;
    font-weight: 600;
}

/* Highlight on drag */
.upload-card-ui.dragover {
    border-color: #5ed6ff;
    background: rgba(94,214,255,0.10);
}


/* FINAL STEP BOX */
.final-card-ui {
    border: 1px solid rgba(94,214,255,0.25);
    padding: 50px 40px;
    border-radius: 12px;
    max-width: 650px;
    margin: 0 auto;
    background: rgba(255,255,255,0.02);
}

/* Titles */
.final-card-ui .wizard-title {
    font-size: 2rem;
    color: #DFF9FF;
    letter-spacing: 1px;
}

.final-card-ui .wizard-subtitle {
    color: rgba(255,255,255,0.75);
    font-size: 1.05rem;
    line-height: 1.4;
}

/* Fields */
.final-card-ui .wizard-input {
    background: rgba(255,255,255,0.04);
    padding: 15px 20px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.15);
    color: #FFF;
    width: 100%;
}

.final-card-ui .wizard-input:focus {
    border-color: #5ed6ff;
    box-shadow: 0 0 0 2px rgba(94,214,255,0.4);
}

/* Button */
.final-submit-btn-ui {
    display: inline-block;
    width: 100%;
    padding: 16px;
    border-radius: 10px;
    border: 1px solid rgba(94,214,255,0.35);
    text-transform: uppercase;
    letter-spacing: 1px;
    background: rgba(94,214,255,0.05);
    color: #DFF9FF;
    font-weight: 600;
    transition: 0.25s ease;
}

.final-submit-btn-ui:hover {
    background: rgba(94,214,255,0.12);
    border-color: #5ed6ff;
    color: #FFFFFF;
}


.upload-preview {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255,255,255,0.05);
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
}

.upload-preview img {
    width: 55px;
    height: 55px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.15);
}

.upload-preview span {
    color: #b9dfff;
    font-size: 14px;
}

.remove-file-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #ff6b6b;
    cursor: pointer;
    font-size: 13px;
    background: rgba(255,255,255,0.1);
    padding: 4px 8px;
    border-radius: 6px;
}

.remove-file-btn:hover {
    background: rgba(255,255,255,0.2);
}

.upload-progress {
    width: 0%;
    height: 4px;
    background: #00c8ff;
    margin-top: 6px;
    border-radius: 4px;
    transition: width 0.2s ease-out;
}


#bar-photo-drop,
.upload-card-ui {
    position: relative;
    overflow: hidden;
}

/* Thumbnail inside box */
#bar-photo-drop .upload-preview,
.upload-card-ui .upload-preview {
    position: relative;
    width: 100%;
    border: 1px solid rgba(255,255,255,0.15);
    background: rgba(255,255,255,0.04);
    padding: 10px;
    margin-top: 10px;
    display: flex;
    gap: 12px;
    border-radius: 8px;
}

/* Progress bar inside box */
#bar-photo-drop .upload-progress,
.upload-card-ui .upload-progress {
    width: 0%;
    height: 4px;
    background: #00c8ff;
    border-radius: 4px;
    margin-top: 6px;
}

.is-loading {
    position: relative;
    pointer-events: none;
    opacity: .7;
}
.is-loading::after {
    content: "";
    position: absolute;
    right: -35px;
    top: 50%;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    border: 3px solid #00eaff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin .7s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }


select.wizard-input,
select.wizard-input option {
    background-color: rgba(30,30,40,0.95) !important;
    color: #fff !important;
}

input[type="time"].wizard-input::-webkit-calendar-picker-indicator {
    filter: invert(1);
    opacity: 0.8;
}

select.wizard-input:focus,
select.wizard-input option:checked {
    background-color: rgba(55,55,75,1) !important;
}


/* Force select dropdown to be dark */
select.wizard-input,
select.wizard-input option {
    background-color: #1a1a22 !important;
    color: #fff !important;
}

/* Time input icon (clock icon) inverted */
input[type="time"].wizard-input::-webkit-calendar-picker-indicator {
    filter: invert(1);
    opacity: 0.85;
}

/* Dark popup for the mobile time selector */
input[type="time"].wizard-input {
    color-scheme: dark;
}

/* Dark background for the native time dropdown */
::-webkit-datetime-edit,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-ampm-field {
    background-color: #1a1a22;
    color: #ffffff;
}

/* Dark AM/PM selector */
::-webkit-datetime-edit-ampm-field {
    color: #ffffff;
}

/* Disabled time inputs when 24h checkbox is active */
.disabled-time {
    opacity: 0.4;
}

/* 24h toggle styling */
.twentyfour-label {
    color: #bfe9ff;
    font-size: 0.95rem;
    margin-left: 6px;
}
.twentyfour-toggle {
    margin-right: 6px;
}


.gender-toggle-group,
.hire-toggle-group {
    display: inline-flex;
    gap: 8px;
    flex-wrap: wrap;
}

.gender-toggle-btn,
.hire-toggle-btn {
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.25);
    background: rgba(255,255,255,0.04);
    color: #dfefff;
    font-size: 0.9rem;
    cursor: pointer;
    transition: 0.2s ease;
}

.gender-toggle-btn:hover,
.hire-toggle-btn:hover {
    background: rgba(94,214,255,0.12);
    border-color: rgba(94,214,255,0.6);
}

.gender-toggle-btn.active,
.hire-toggle-btn.active {
    background: linear-gradient(90deg, #1ad3ff, #0a7fff);
    border-color: rgba(79,212,255,0.95);
    color: #ffffff;
    box-shadow:
        0 0 8px rgba(79,212,255,0.75),
        0 0 22px rgba(15,122,255,0.45);
}
/* ===============================
   STEP 3 — SINGLE PANEL ONLY
   (REMOVE all old step3 CSS)
=============================== */

.step3-wrapper,
.step3-left,
.step3-right {
    display: none !important; /* kill all old 2-column layout */
}

/* New centered container */
.step3-single {
    /* max-width: 420px; */
    margin: 0 auto;
    padding: 0px 30px;
    /* background: rgba(255, 255, 255, 0.06); */
    /* backdrop-filter: blur(14px); */
    /* border-radius: 18px; */
    /* border: 1px solid rgba(255, 255, 255, 0.10); */
}


/* -------------------------------
   SOCIAL LOGIN (CORRECT VERSION)
--------------------------------*/

.social-login-container {
    margin-bottom: 35px;
    text-align: center;
}

.social-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.social-icon-placeholder {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #1a1a1a;
    border: 2px solid #0e8fff;
    cursor: pointer;
    transition: 0.2s ease;
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
}

.social-icon-placeholder:hover {
    background: #0e8fff;
}

.social-icon-placeholder.google {
    background-image: url('https://cdn-icons-png.flaticon.com/512/2991/2991148.png');
}
.social-icon-placeholder.facebook {
    background-image: url('https://cdn-icons-png.flaticon.com/512/733/733547.png');
}
.social-icon-placeholder.telegram {
    background-image: url('https://cdn-icons-png.flaticon.com/512/2111/2111646.png');
}

/* Divider */
.social-divider {
    width: 100%;
    text-align: center;
    margin: 10px 0 25px;
    position: relative;
}

.social-divider span {
    color: #777;
    font-size: 14px;
    background: #0d0f11;
    padding: 0 12px;
    position: relative;
    z-index: 2;
}

.social-divider::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #222;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}


/* ==========================================
   FULL SCREEN THANK YOU SECTION
========================================== */
.thankyou-fullscreen {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('/wp-content/uploads/2025/placeholder-bar.jpg') center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* Dark mask overlay */
.thankyou-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(2px);
    z-index: 1;
}

/* Centered content */
.thankyou-content {
    position: relative;
    z-index: 2;
    padding: 30px;
}

/* Fix title and text colors */
.thankyou-content .wizard-title {
    font-size: 42px;
    color: #e7f7ff;
    text-shadow: 
        0 0 12px rgba(0,180,255,0.4),
        0 0 26px rgba(0,150,255,0.3);
}

.thankyou-content .wizard-subtitle {
    font-size: 18px;
    color: #d7eaff;
    opacity: 0.9;
}

header {
    padding: 20px;
    background: #0d0d15;
    z-index: 60;
    position: relative;
}



/* =======================================================
   CLEAN MODERN HEADER (Uses original WP structure)
======================================================= */

.ppb-header-modern {
  
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    padding: 12px 0;
}

/* Flex layout */
.ppb-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* LOGO */
.ppb-branding img {
    height: 38px;
    width: auto;
}

.ppb-logo-text {
    color: #5ed6ff;
    font-size: 20px;
    font-weight: 600;
}

/* NAV */
.ppb-nav-list {
    display: flex;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ppb-nav-list li a {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    font-size: 15px;
    transition: 0.25s ease;
}

.ppb-nav-list li a:hover {
    color: #5ed6ff;
}

/* AUTH BUTTONS */
.ppb-auth-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ppb-btn-outline,
.ppb-btn-solid {
    padding: 6px 16px;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    transition: 0.25s ease;
}

/* Outline button */
.ppb-btn-outline {
    color: #5ed6ff;
    border: 1px solid #5ed6ff;
}

.ppb-btn-outline:hover {
    background: rgba(94,214,255,0.1);
}

/* Solid neon button */
.ppb-btn-solid {
    background: #5ed6ff;
    color: #000;
    font-weight: 600;
}

.ppb-btn-solid:hover {
    background: #3bbbe6;
}


/* =======================================================
   CLEAN MODERN HEADER (Uses original WP structure)
======================================================= */

.ppb-header-modern {
 
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    padding: 12px 0;
}

/* Flex layout */
.ppb-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* LOGO */
.ppb-branding img {
    height: 38px;
    width: auto;
}

.ppb-logo-text {
    color: #5ed6ff;
    font-size: 20px;
    font-weight: 600;
}

/* NAV */
.ppb-nav-list {
    display: flex;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-direction: row-reverse;
}

.ppb-nav-list li a {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    font-size: 15px;
    transition: 0.25s ease;
}

.ppb-nav-list li a:hover {
    color: #5ed6ff;
}

/* AUTH BUTTONS */
.ppb-auth-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 20px;
}

.ppb-btn-outline,
.ppb-btn-solid {
    padding: 6px 16px;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    transition: 0.25s ease;
}

/* Outline button */
.ppb-btn-outline {
    color: #5ed6ff;
    border: 1px solid #5ed6ff;
}

.ppb-btn-outline:hover {
    background: rgba(94,214,255,0.1);
}

/* Solid neon button */
.ppb-btn-solid {
    background: #5ed6ff;
    color: #000;
    font-weight: 600;
}

.ppb-btn-solid:hover {
    background: #3bbbe6;
}


div#primary-menu ul li {
    margin-left: 20px;
}