﻿body {
    font-family: 'Mulish', sans-serif !important;
    background-color: #f1f1f1;
}

input:focus {
    outline: none;
    box-shadow: 0 0 0 2px #00bfff;
    /* light blue glow */
    border-color: none;
}
/* Hide spinner arrows in Chrome, Safari, Edge */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}
/* HEADER */
.main-header {
    /*    background: linear-gradient(to right, #a100ff, #bf0ab3);*/
    background: #9d08a1;
    color: white;
    border-radius: 50px;
    margin: 20px auto 0;
    padding: 10px 30px;
    max-width: 85%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

    .main-header .logo {
        font-size: 1.5rem;
        font-weight: bold;
    }

    .main-header .nav-links {
        display: flex;
        align-items: center;
        gap: 20px;
    }

        .main-header .nav-links a {
            color: white;
            text-decoration: none;
            font-weight: 500;
            position: relative;
        }

        .main-header .nav-links .active {
            background-color: white;
            color: #a100ff;
            padding: 5px 12px;
            border-radius: 20px;
            font-weight: bold;
        }

    .main-header .search-bar {
        position: relative;
    }

        .main-header .search-bar input {
            padding: 6px 35px 6px 15px;
            border-radius: 20px;
            border: none;
            outline: none;
            font-size: 14px;
        }

        .main-header .search-bar .bi-search {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            color: #a100ff;
        }

    .main-header .right-icons {
        display: flex;
        align-items: center;
        gap: 25px;
    }

    .main-header .inbox {
        position: relative;
        font-size: 1.5rem;
    }

        .main-header .inbox .badge {
            position: absolute;
            top: -8px;
            right: -10px;
            background-color: white;
            color: #a100ff;
            font-size: 10px;
            padding: 2px 5px;
            border-radius: 10px;
        }

    .main-header .profile {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        object-fit: cover;
    }

.main-all-profile {
    width: 85%;
    margin: 20px auto 0;
}

.profile {
    font-size: 25px;
}

a {
    color:none;
    text-decoration:none;   
}

.sub-nav {
    max-width: 85%;
    margin: 5px auto 20px;
    display: flex;
    justify-content: space-around;
    background-color: white;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

    .sub-nav a {
        text-decoration: none;
        color: #333;
        font-weight: 500;
        position: relative;
    }

    .sub-nav .active {
        color: #a100ff;
    }

        .sub-nav .active::after {
            content: '';
            height: 2px;
            width: 100%;
            background-color: #a100ff;
            position: absolute;
            bottom: -5px;
            left: 0;
        }

/* FOOTER */
footer {
    background-color: #fff;
    padding: 40px 0 20px;
    color: #222;
    border-top: 1px solid #eee;
}

.footer-top {
    background: url('/mnt/data/164c6b1a-b584-4cc1-b8e7-3020b73663d2.png') center/cover no-repeat;
    padding: 60px 20px;
    text-align: center;
    color: white;
}

    .footer-top h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .footer-top p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .footer-top input {
        padding: 10px;
        border-radius: 5px 0 0 5px;
        border: 1px solid black;
        width: 250px;
    }

    .footer-top button {
        padding: 10px 20px;
        border-radius: 0 5px 5px 0;
        background-color: #a100ff;
        border: none;
        color: white;
        cursor: pointer;
    }

.footer-links {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 40px 20px 0;
    flex-wrap: wrap;
}

    .footer-links div {
        flex: 1;
        min-width: 200px;
        margin-bottom: 20px;
    }

    .footer-links h4 {
        margin-bottom: 10px;
        font-weight: bold;
    }

    .footer-links a {
        display: block;
        margin-bottom: 8px;
        color: #444;
        text-decoration: none;
        font-size: 14px;
    }

    .footer-links .social i {
        margin-right: 10px;
        font-size: 20px;
        color: #a100ff;
    }


.pf-girl-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 5px;
}

.pf-girl-img-main {
    width: 25%;
    height: 30%;

    border-radius: 5px;
    padding: 1.5rem 0rem;
}

.pf-contactnow-btn-main {
    text-align: center;
     width: 100%;
    font-size: 13px;
}

.pf-hr {
    width: 1px;
    /* Thin line */
    height: 80% !important;
    /* Adjust height as needed */
    background-color: gray;
    /* Gray color */
    border: none;
}

.pf-contactnow-btn-main > button {
    border-radius: 50px;
    border-color: #9d08a1;
}

.pf-contactnow-btn-main > button:hover {
        background: #9d08a1;
        color: white;
}
a, a:hover {
    color: black;
    text-decoration: none;
}
.back-btn-adjcent {
    margin-bottom: 2%;
    background-color: white;
    width: 100%;
}

.back-btn {
    margin-bottom: 2%;
    background-color: white;
    padding: 1%;
    width: 15%;
}

.pf-contactnow-main {
    text-align: center;
    line-height: 1rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

    .pf-contactnow-main > span {
        font-size: 14px;
    }


#filtersForm span {
    font-weight: 700;
    display: block;
    margin-bottom: 2%;
}

#filtersForm .space-x-4 label {
    margin: 5px;
}

#locationSuggestions {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    width: auto;
    text-align: left;
}

#locationInput {
    font-size: 15px;
    border-radius: 10px;
    /* This adds rounded corners */
    outline: none;
}

.search-tag div {
    background: #a009a5;
    width: 40%;
    color: white;
    border-radius: 20px 20px 20px 20px;
}

.search-tag > button {
    border: none;
    background: none;
    color: white;
}

.selected-cities-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.city-tag {
    display: flex;
    align-items: center;
    background-color: #a009a5;
    color: white;
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

    .city-tag button {
        background: none;
        border: none;
        margin-left: 8px;
        font-size: 16px;
        color: white;
        cursor: pointer;
    }

        .city-tag button:hover {
            color: #000;
        }

.hobby-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 0;
}

.hobby-tag {
    border: 1px solid #ccc;
    padding: 8px 10px;
    border-radius: 20px;
    background-color: #f8f8f8;
    color: #333;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .hobby-tag.selected {
        background-color: #9d08a1;
        /* #5a0060; /* your dark purple */
        color: white;
        border-color: #9d08a1;
        /* #5a0060;*/
    }

.registration-main-div {
    display: flex;
    height: 100vh;
}

.btn-purple {
    background-color: #b600a6;
    color: white !important;
    border: none;
    border-radius: 20px;
}

sup {
    top: -.5em;
    font-size: 14px !important;
    color: #b600a6 !important;
}

.example-swal button {
    float: left;
    background-color: #4E3E55;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    font-weight: 600;
    border-radius: 3px;
    padding: 15px 35px;
    margin: 26px 5px 0 5px;
    cursor: pointer;
}

    .example-swal button:focus {
        outline: none;
    }

    .example-swal button:hover {
        background-color: #33DE23;
    }

    .example-swal button:active {
        background-color: #81ccee;
    }
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@media (min-width: 1300px) and (max-width: 1600px) {

    .hero-section {
        position: relative;
        background: url(/img/background.png) center / cover no-repeat;
        height: 85vh !important;
        color: white;
        display: flex;
        align-items: center;
        padding: 40px;
        margin: 1% 1%;
    }
}

.hero-section {
    position: relative;
    background: url(/img/background.png) center / cover no-repeat;
    height: 70vh;
    color: white;
    display: flex;
    align-items: center;
    padding: 40px;
    margin: 1% 1%;
}
