.modal {
    z-index: 20000 !important;
}

.modal-backdrop {
    z-index: 19999 !important;
}

.header,
.navbar {
    z-index: 1030 !important;
}


.auth-modal {
    border: none;
    border-radius: 20px;
    overflow: hidden;
}

.auth-left {
    background: url('../images/couple/middle-img-2.png') center/cover;
    min-height: 100%;
}

.forgot-bg {
    background: url('../images/couple/img_forgot.jpg') center/cover;
}

.register-bg {
    background: url('../images/couple/img_signup.jpg') center/cover;
}

.auth-overlay {
    background: rgba(0, 0, 0, 0.55);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-auth {
    background: #951abe;
    color: #fff;
    border-radius: 12px;
    font-weight: 600;
    border: none;
}

.btn-auth:hover {
    background: #b203d1;
    color: #fff;
}

.btn-verify {
    background: #00a8cc;
    color: #fff;
    border: none;
    min-width: 120px;
}

.btn-verify:hover {
    background: #0092b0;
    color: #fff;
}

.otp-box {
    display: flex;
    gap: 10px;
}

.otp-input {
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

#timerText,
#forgotTimerText {
    font-weight: 600;
}

#showAge {
    background: #f8f9fa;
}

.swal2-container {
    z-index: 999999 !important;
}

@media(max-width:768px) {
    .auth-left {
        display: none;
    }
}

.toggle-password {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    color: #777;
    font-size: 18px;
}

.toggle-password:hover {
    color: #951abe;
}

.hero-slider-section {
    position: relative;
    z-index: 1;
    margin-top: -145px;
}

.slider-img {
    height: 75vh;
    object-fit: cover;
}

.slider-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.custom-caption {
    z-index: 2;
    bottom: 18%;
}

.slider-logo {
    width: 140px;
    max-width: 80%;
}

.slider-title {
    font-size: clamp(32px, 6vw, 70px);
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.slider-subtitle {
    font-size: clamp(16px, 2vw, 28px);
    color: #fff;
    font-weight: 400;
}

.btn-signup {
    background: #951abe;
    color: #fff;
    padding: 14px 35px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    transition: 0.3s;
}

.btn-signup:hover {
    background: #9c1249;
    color: #fff;
    transform: translateY(-2px);
}

.carousel-indicators button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
}

@media(max-width:768px) {
    .slider-img {
        height: 75vh;
    }

    .custom-caption {
        bottom: 14%;
    }

    .slider-logo {
        width: 90px;
    }

    .btn-signup {
        padding: 10px 25px;
        font-size: 15px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
}

.header,
.wpo-site-header,
.navigation,
.navbar {
    position: relative;
    z-index: 99999 !important;
}

.contact-section {
    background: #faf8f7;
}

.contact-subtitle {
    color: #951abe;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contact-title {
    font-size: 42px;
    font-weight: 700;
    margin-top: 10px;
}

.contact-desc {
    color: #666;
    max-width: 700px;
    margin: auto;
}

.contact-info-card {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.contact-info-card h3 {
    color: #951abe;
    margin-bottom: 20px;
}

.contact-info-card p {
    color: #666;
    margin-bottom: 30px;
}

.contact-info-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 16px;
}

.contact-info-item i {
    color: #951abe;
    font-size: 22px;
    margin-right: 15px;
}

.contact-form-card {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.contact-form-card label {
    font-weight: 600;
    margin-bottom: 8px;
}

.contact-form-card .form-control {
    height: 55px;
    border-radius: 12px;
    border: 1px solid #ddd;
}

.contact-form-card textarea.form-control {
    height: auto;
}

.contact-form-card .form-control:focus {
    border-color: #951abe;
    box-shadow: none;
}

.contact-btn {
    background: #951abe;
    color: #fff;
    border: none;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 600;
    transition: .3s;
}

.contact-btn:hover {
    background: #9c1249;
    color: #fff;
}

@media(max-width:768px) {
    .contact-title {
        font-size: 30px;
    }

    .contact-info-card,
    .contact-form-card {
        padding: 25px;
    }
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: #fff;
    font-size: 28px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 999;
    transition: all 0.3s ease;
    text-decoration: none;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    background-color: #1ebe5d;
    color: #fff;
}

.whatsapp-float::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #25D366;
    opacity: 0.6;
    animation: pulse 1.5s infinite;
    z-index: -1;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

/* //Modal Window */
.launch-modal-content {
    background: transparent;
    border: none;
}

.launch-img-container {
    position: relative;
    text-align: center;
}

.launch-img {
    max-width: 100%;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.launch-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    padding: 8px 12px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    z-index: 10;
}

.launch-close-btn:hover {
    background: #fff;
    transform: scale(1.1);
}

.modal.launch-animation .modal-dialog {
    transform: scale(0.7);
    transition: transform 0.4s ease-out;
}

.modal.launch-animation.show .modal-dialog {
    transform: scale(1);
}

#hearts-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 99999;
}

.heart-particle {
    position: absolute;
    bottom: -50px;
    color: #ff2e93;
    font-size: 24px;
    opacity: 0.8;
    animation: flyUp linear forwards;
}

@keyframes flyUp {
    0% {
        transform: translateY(0) translateX(0) scale(0.6) rotate(0deg);
        opacity: 0;
    }

    10% {
        opacity: 0.8;
    }

    90% {
        opacity: 0.8;
    }

    100% {
        transform: translateY(-105vh) translateX(var(--wobble)) scale(var(--scale)) rotate(var(--rotation));
        opacity: 0;
    }
}

/* //How it works */
.modern-how-it-works {
    background: #fbfbfc;
    position: relative;
    overflow: hidden;
}

.modern-showcase-card {
    background: #ffffff;
    border-radius: 32px;
    box-shadow: 0 30px 70px rgba(149, 26, 190, 0.05);
    border: 1px solid rgba(149, 26, 190, 0.06);
    overflow: hidden;
}

.visual-split-canvas {
    background: linear-gradient(135deg, #f7f1fa 0%, #fefeff 100%);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 40px;
    min-height: 380px;
}

.canvas-glow-accent {
    position: absolute;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(149, 26, 190, 0.08) 0%, transparent 70%);
    top: 10%;
    left: 10%;
    pointer-events: none;
}

.modern-ui-widget {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.03);
    width: 100%;
    max-width: 320px;
    padding: 20px;
    position: relative;
    z-index: 2;
}

.widget-header {
    display: flex;
    gap: 6px;
    margin-bottom: 16px;
}

.dot-btn {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
}

.dot-btn.red {
    background: #ff5f56;
}

.dot-btn.yellow {
    background: #ffbd2e;
}

.dot-btn.green {
    background: #27c93f;
}

.avatar-shimmer {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    background: rgba(149, 26, 190, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #951abe;
    font-size: 22px;
    margin-bottom: 15px;
}

.skeleton-bar {
    height: 8px;
    background: #f0f0f2;
    border-radius: 4px;
}

.skeleton-bar.width-40 {
    width: 40%;
}

.skeleton-bar.width-60 {
    width: 60%;
}

.skeleton-bar.width-80 {
    width: 80%;
}

.skeleton-bar.blurred {
    filter: blur(3px);
    opacity: 0.5;
}

.action-trigger-pill {
    background: #951abe;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    border-radius: 12px;
    cursor: pointer;
    font-family: Arial, sans-serif;
}

.pulse-radar-ring {
    width: 65px;
    height: 65px;
    background: rgba(39, 201, 63, 0.1);
    color: #27c93f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    animation: wavePulse 2s infinite ease-in-out;
}

@keyframes wavePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(39, 201, 63, 0.3);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(39, 201, 63, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(39, 201, 63, 0);
    }
}

.badge-status-line {
    font-size: 13px;
    font-weight: 700;
    color: #2d3748;
    font-family: Arial, sans-serif;
}

.pill-check-tag {
    background: #f0fdf4;
    color: #166534;
    font-size: 11px;
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 600;
    border: 1px solid rgba(22, 101, 52, 0.1);
    font-family: Arial, sans-serif;
}

.criteria-node {
    background: #f4f4f7;
    font-size: 11px;
    padding: 6px 12px;
    border-radius: 8px;
    font-weight: bold;
    color: #4a5568;
    font-family: Arial, sans-serif;
}

.sync-core-pulse {
    font-size: 20px;
    color: #951abe;
}

.match-score-indicator {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 4px solid #951abe;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
}

.score-num {
    font-size: 22px;
    font-weight: 800;
    color: #951abe;
    line-height: 1;
}

.match-score-indicator small {
    font-size: 9px;
    color: #718096;
    margin-top: 2px;
}

.locked-vault-wrapper {
    width: 55px;
    height: 55px;
    background: rgba(239, 68, 68, 0.08);
    color: #ef4444;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.chat-bubble-stack .bubble {
    font-size: 12px;
    padding: 8px 14px;
    border-radius: 14px;
    margin-bottom: 8px;
    max-width: 85%;
    font-family: Arial, sans-serif;
}

.chat-bubble-stack .bubble.left {
    background: #edf2f7;
    color: #2d3748;
    text-align: left;
    float: left;
    clear: both;
    border-bottom-left-radius: 2px;
}

.chat-bubble-stack .bubble.right {
    background: #951abe;
    color: #ffffff;
    text-align: right;
    float: right;
    clear: both;
    border-bottom-right-radius: 2px;
}

.content-split-canvas {
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
}

.step-meta-indicator {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    color: #951abe;
    letter-spacing: 3px;
}

.modern-step-heading {
    color: #1a202c;
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 700;
    letter-spacing: -0.5px;
}

.modern-step-text {
    font-family: Arial, sans-serif;
    color: #4a5568;
    font-size: 16px;
    line-height: 1.75;
}

.style-reset-indicators {
    position: static !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
}

.modern-carousel-linear-bars button {
    width: 45px !important;
    height: 5px !important;
    text-indent: 0 !important;
    background-color: rgba(149, 26, 190, 0.12) !important;
    border: none !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-radius: 10px !important;
    opacity: 1 !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.modern-carousel-linear-bars button.active {
    background-color: #951abe !important;
    width: 80px !important;
}

@media (max-width: 768px) {
    .modern-showcase-card {
        border-radius: 20px;
    }

    .visual-split-canvas {
        padding: 40px 20px;
        min-height: 300px;
    }

    .content-split-canvas {
        padding: 40px 30px;
        text-align: center;
    }
}


.pbanimate1 {
    font-weight: 700;
    background: linear-gradient(135deg, #2d3748 0%, #951abe 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0;
    transform: translateY(20px);
    animation: smoothWaveReveal 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes smoothWaveReveal {
    0% {
        opacity: 0;
        transform: translateY(25px);
        filter: blur(5px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

/* //File Upload */
.custom-file-input {
    border-radius: 12px !important;
    padding: 12px !important;
    border: 1px solid #ddd !important;
}

.custom-file-input:focus {
    border-color: #951abe !important;
    box-shadow: none !important;
}

#uploadBioModal .form-control:focus~label,
#uploadBioModal .form-control:not(:placeholder-shown)~label {
    color: #951abe !important;
}

.modal {
    z-index: 200000 !important;
}

.modal-backdrop {
    z-index: 199999 !important;
}

.header,
.wpo-site-header,
.navigation,
.navbar {
    z-index: 1030 !important;
}