
.sticky-search {
    position: sticky;
    top: 0;
    z-index: 1020;
    background: white;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.special-card {
    display: flex;
    align-items: center;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
    margin-top: 20px;
}

    .special-card img {
        width: 80px;
        height: 80px;
        border-radius: 10px;
    }

    .special-card .info {
        flex-grow: 1;
        padding-left: 15px;
    }

        .special-card .info h6 {
            font-size: 16px;
            font-weight: bold;
            margin: 0;
        }

        .special-card .info p {
            font-size: 14px;
            color: gray;
            margin: 2px 0;
        }

    .special-card .icon-wrap {
        display: flex;
        align-items: center;
        gap: 10px;
    }
.icon-large {
    font-size: 1.5rem; /* Increase size */
}

        .special-card .icon-wrap i {
            font-size: 24px;
            padding: 10px;
            border-radius: 50%;
            background: white;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            color: #6c757d;
            transition: 0.3s;
        }

            .special-card .icon-wrap i:hover {
                background: #e2e6ea;
            }


.icon-container {
    display: flex;
    justify-content: center;
    gap: 1px; /* Adjust spacing between icons */
    flex-wrap: wrap; /* Ensures responsiveness */
}

.icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px; /* Adjust size */
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 20px;
    cursor: pointer;
}

.filter-card {
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    background: #fff;
}

    .filter-card h5 {
        font-weight: bold;
        margin-bottom: 15px;
    }


.icon-box:hover {
    background: #007bff;
    color: white;
}

.search-bar {
    margin-top: 15px;
}

.profile-card {
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    overflow: hidden;
}

    .profile-card:hover {
        transform: scale(1.03);
    }

    .profile-card img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .profile-card .card-body {
        text-align: center;
        padding: 10px;
    }

    .profile-card h6 {
        margin: 5px 0;
        font-size: 16px;
        font-weight: bold;
    }

    .profile-card p {
        font-size: 14px;
        color: gray;
        margin: 3px 0;
    }

.action-icons {
    display: flex;
    justify-content: space-around;
    padding: 8px;
}

    .action-icons i {
        font-size: 18px;
        cursor: pointer;
        transition: 0.3s;
        padding: 8px;
        border-radius: 50%;
    }

        .action-icons i:hover {
            background: #f8f9fa;
        }

.bi-heart {
    color: #dc3545;
}
/* Express Interest */
.bi-x-circle {
    color: #6c757d;
}
/* Ignore */
.bi-share {
    color: #0d6efd;
}
/* Share */
.bi-ban {
    color: #d9534f;
}
/* Block */

.scroll-container {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding: 5px;
    white-space: nowrap;
    scroll-behavior: smooth;
    background: #f8f9fa;
    border-radius: 10px;
}

.filter-dropdown {
    width: 100%;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
}
/* Hide scrollbar */
.scroll-container::-webkit-scrollbar {
    display: none;
}

.scroll-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.icon-item {
    flex: 0 0 auto;
    text-align: center;
    width: 90px;
}
.icons-list-card {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.icon-box {
    background: white;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    margin: auto;
    transition: 0.3s;
}

    .icon-box:hover {
        background: #e2e6ea;
    }

    .icon-box i {
        font-size: 30px;
        color: #333;
    }

.icon-item p {
    margin-top: 8px;
    font-size: 14px;
    color: #333;
    word-wrap: break-word; /* Ensures text breaks properly */
    white-space: normal; /* Allows line breaks */
    text-align: center; /* Keeps it aligned */
    line-height: 1.2; /* Adjusts spacing */
}

.scroll-container-1 {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px;
    scrollbar-width: none; /* Hide scrollbar */
    -ms-overflow-style: none;
}

    .scroll-container-1::-webkit-scrollbar {
        display: none; /* Hide scrollbar for WebKit browsers */
    }

.profile-scroll-1 {
    display: flex;
    gap: 15px;
}

.profile-card-1 {
    min-width: 300px;
    text-align: center;
    padding: 0px;
    border-radius: 12px;
    background: #f8f9fa;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

    .profile-card-1 img {
        width: 70px;
        height: 70px;
        object-fit: cover;
    }

.matrimony-card {
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 15px;
    background: #fff;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profile-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ddd;
}

.carousel img {
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
}

.actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.stats {
    font-size: 14px;
    color: #555;
}

.subscribe-btn {
    background: #007bff;
    color: #fff;
    border-radius: 20px;
    padding: 5px 15px;
    border: none;
}

.separator {
    border-top: 1px solid #ddd;
    margin: 15px 0;
}

.search-section {
    background: #f8f9fa;
    padding: 10px;
    border-radius: 8px;
}

.interest-summary-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 10px;
}

.interest-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #f8f9fa;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

    .interest-box i {
        font-size: 24px;
    }

    .interest-box span {
        font-size: 16px;
        font-weight: bold;
        margin-top: 5px;
    }

    .interest-box p {
        margin: 0;
        font-size: 14px;
    }
/* Ensure Magnific Popup appears on top of the modal */
.mfp-wrap {
    z-index: 11050 !important; /* Adjust the value to be higher than modal */
}
/* Customize the background color of the Magnific Popup container */
.mfp-container {
    background-color: #333 !important; /* Set the background color (example: white) */

}
/** login modal window*/

/* Full-screen modal on mobile devices */
@media (max-width: 767.98px) {
    .custom-fullscreen-modal {
        max-width: 100% !important; /* Full width */
        margin: 0 !important; /* Remove margin */
        height: 100vh !important; /* Full height */
    }

        .custom-fullscreen-modal .modal-content {
            height: 100vh !important; /* Full height */
            border-radius: 0 !important; /* Remove rounded corners */
        }
}

/* Large modal on larger screens */
@media (min-width: 768px) {
    .custom-fullscreen-modal {
        max-width: 800px !important; /* Adjust width as needed */
    }
}

.chip-button {
    border-radius: 10px; /* Rounded edges to make them appear like chips */
    padding: 6px 12px; /* Adjust padding for compact appearance */
    font-size: 14px;
}

    .chip-button.active {
        background-color: #007bff; /* Filled color when active */
        color: white; /* White text for contrast */
        border-color: #007bff; /* Consistent border */
    }


.profile-card-custom {
    background: #8d62c6; /* purple background */
    border-radius: 20px;
    max-width: 320px;
    margin: auto;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

    .profile-card-custom img {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        border: 3px solid #fff;
    }

.bottom-nav i {
    color: white;
    cursor: pointer;
}

.heart-outline {
    border: 2px solid #dc3545; /* Bootstrap red for "danger" */
    border-radius: 50%;
    padding: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
}

@keyframes popHeart {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(1.4);
    }

    50% {
        transform: scale(0.95);
    }

    80% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.animate-heart {
    animation: popHeart 2.9s ease-in-out; /* <- Increased from 0.4s to 0.9s */
}

.parallax {
    background-image: url('../hero/5.jpg'); /* Replace with your image */
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    min-height: 400px; /* Adjust height */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    position: relative;
}

.parallax::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Adjust overlay */
}

.parallax-content {
    z-index: 1;
    padding: 20px;
    border-radius: 8px;
}



.arrow-indicator {
    font-size: 12px; /* Small size */
    color: gray; /* Subtle color */
    display: block;
    text-align: center;
    margin-bottom: 2px;
}