:root {
    /* Color Variables */
    --primary-color: #f04b2c;
    --secondary-color: #fcaf48;
    --primary-light: #f988a48f;
    --primary-gradient: linear-gradient(45deg, #dc3545, #e83e8c);
    --white: #fff;
    --text-dark: #333;
    --text-medium: #495057;
    --text-light: #666;
    --text-lighter: #6c757d;
    --border-light: #eee;
    --background-light: #f8f9fa;
    --input-border: #ffe7e8;
    --select-background: #eaf2fc;
    --shadow-color: rgba(0, 175, 255, 0.15);
    --primary-shadow: rgba(220, 53, 69, 0.3);
    --general-shadow: rgba(0, 0, 0, 0.1);

    /* Font Variables */
    --font-size-base: 16px;
    --font-size-lg: 1.3rem;
    --font-size-sm: 1.1rem;
    --font-weight-normal: 500;
    --font-weight-bold: 600;
    --font-weight-bolder: 700;
    --line-height-base: 1;

    /* Spacing Variables */
    --spacing-xs: 5px;
    --spacing-sm: 8px;
    --spacing-md: 10px;
    --spacing-lg: 12px;
    --spacing-xl: 15px;
    --spacing-xxl: 20px;
    --spacing-xxxl: 25px;
    --spacing-xxxxl: 30px;

    /* Border Variables */
    --border-radius-sm: 4px;
    --border-radius-md: 8px;
    --border-radius-lg: 10px;
    --border-radius-xl: 15px;
    --border-radius-xxl: 25px;
    --border-radius-circle: 50%;
    --border-width: 1px;
    --border-width-thick: 2px;
    --border-width-thicker: 5px;

    /* Effect Variables */
    --shadow-sm: 0 2px 8px -1px var(--shadow-color);
    --shadow-md: 0 4px 15px var(--primary-shadow);
    --shadow-lg: 0 5px 15px var(--general-shadow);
    --shadow-xl: 0 6px 20px rgba(220, 53, 69, 0.4);

    /* Transition Variables */
    --transition-base: all 0.3s ease;
    --transition-fast: all 0.2s ease;

    /* Component Sizes */
    --image-size-sm: 180px;
    --image-size-md: 200px;
    --image-size-lg: 220px;
    --image-size-xl: 250px;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
.work--style2 .work__content h3,
.banner__content h2 {
    color: var(--primary-color);
}
.shop-single .review .review-nav li.desc {
    background: var(--secondary-color) !important;
}
.mainmenu ul li.active > a {
    text-decoration: unset !important;
    color: #f04b2c;
}

.member__thumb img {
    width: var(--image-size-lg);
    height: var(--image-size-lg);
    object-fit: cover;
    background-position: center;
}

.member__thumb {
    text-align: center;
}

.story__inner:hover .story__content h4 {
    color: var(--primary-color);
    text-decoration: none !important;
}

.select2-container--default .select2-selection--multiple {
    background-color: var(--select-background) !important;
    border: var(--border-width) solid var(--select-background) !important;
}

.form-style {
    border: var(--border-width) solid var(--input-border) !important;
    border-radius: var(--border-radius-md) !important;
}

.dropdown-menu[data-bs-popper] {
    left: 115px !important;
}

.bg-pink {
    background-color: var(--primary-color) !important;
}

.default-btn-custom {
    box-shadow: none;
    cursor: pointer;
    outline: none;
    border: none;
    color: var(--white);
    --font-size: var(--font-size-base);
    --duration: 0.44s;
    --move-hover: -4px;
    --shadow: var(--shadow-sm);
    --font-shadow: var(--font-size);
    padding: 15px 20px;
    font-weight: var(--font-weight-normal);
    line-height: var(--line-height-base);
    border-radius: var(--border-radius-sm);
    display: inline-block;
    outline: none;
    text-decoration: none;
    font-size: var(--font-size);
    letter-spacing: 0.5px;
    transform: translateY(var(--y)) translateZ(0);
    transition: var(--transition-base);
    background-color: var(--secondary-color) !important;
}

.default-btn-custom:hover {
    border-radius: var(--border-radius-xxl);
    letter-spacing: 0.85px;
    box-shadow: var(--shadow);
}

.modal {
    top: 80px !important;
}

.shop-cart .section-wrapper .cart-top table thead tr th:nth-child(3) {
    text-align: start !important;
}

hr.line {
    border: var(--border-width) solid var(--primary-color) !important;
}

.theme-text-color {
    color: var(--primary-color);
}
.btn.default-btn-custom:hover {
    color: #fff !important;
}

.toggle-password {
    position: absolute;
    right: var(--spacing-xl);
    top: var(--spacing-md);
    cursor: pointer;
    font-size: 18px;
    user-select: none;
    color: #888;
}

.toggle-password:hover {
    color: #000;
}

@media screen and (max-width: 415px) {
    .work__tablist .nav-link {
        padding: var(--spacing-xs) 0px !important;
    }
}

.search-review-nav li {
    cursor: pointer;
    padding: var(--spacing-md) var(--spacing-xl);
    display: inline-block;
}

.search-review-nav li.active {
    background-color: var(--primary-color);
    color: var(--white);
    font-weight: var(--font-weight-bolder);
    border-radius: var(--border-radius-md);
}

.profile-view-profile-container {
    max-width: 1200px;
    margin: 0 auto;
    background: var(--white);
    border-radius: var(--spacing-xl);
    box-shadow: var(--shadow-lg);
}

.profile-view-profile-header {
    background: var(--background-light);
    border-radius: var(--border-radius-lg);
    padding: var(--spacing-xxl);
    margin-bottom: var(--spacing-xxl);
}

.profile-view-profile-image {
    width: var(--image-size-xl);
    height: var(--image-size-xl);
    border-radius: var(--border-radius-circle);
    border: var(--border-width-thicker) solid var(--white);
    box-shadow: var(--shadow-lg);
    margin: 0 auto;
    display: block;
}

.profile-view-profile-info {
    background: var(--white);
    border-radius: var(--border-radius-lg);
    padding: var(--spacing-xxl);
    margin-bottom: var(--spacing-xxl);
}

.profile-view-info-item {
    display: flex;
    justify-content: space-between;
    padding: var(--spacing-md) 0;
    border-bottom: var(--border-width) solid var(--border-light);
}

.profile-view-info-item:last-child {
    border-bottom: none;
}

.profile-view-info-label {
    font-weight: var(--font-weight-bold);
    color: var(--text-dark);
}

.profile-view-info-value {
    color: var(--text-light);
}

.profile-view-btn-view-contact {
    background: var(--primary-gradient);
    border: none;
    color: var(--white);
    padding: var(--spacing-lg) var(--spacing-xxxl);
    border-radius: var(--border-radius-xxl);
    font-weight: var(--font-weight-bold);
    box-shadow: var(--shadow-md);
    transition: var(--transition-base);
    display: block;
    margin: var(--spacing-xxl) auto;
    width: fit-content;
}

.profile-view-btn-view-contact:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-xl);
}

.profile-view-detail-section {
    margin-bottom: var(--spacing-xxxxl);
}

.profile-view-section-title {
    color: var(--primary-color);
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-bolder);
    margin-bottom: var(--spacing-xxl);
    padding-bottom: var(--spacing-md);
    border-bottom: var(--border-width-thick) solid var(--primary-color);
    display: inline-block;
}

.marquee-wrapper {
    background: #f04b2c;
    color: #fff;
}

.profile-view-detail-row {
    display: flex;
    align-items: center;
    margin-bottom: var(--spacing-sm);
}

.profile-view-detail-label {
    font-weight: var(--font-weight-bold);
    color: var(--text-medium);
}

.profile-view-detail-value {
    color: var(--text-lighter);
}

.profile-view-profile-photo {
    width: var(--image-size-md);
    height: var(--image-size-md);
    object-fit: cover;
    border-radius: var(--border-radius-lg);
    cursor: pointer;
    border: var(--border-width-thick) solid transparent;
    transition: border-color var(--transition-fast);
}

.profile-view-main-photo {
    border: var(--border-width-thick) solid #ccc;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .profile-view-profile-image {
        max-width: var(--image-size-md);
        margin-bottom: var(--spacing-xxl);
    }

    .profile-view-info-item {
        flex-direction: column;
    }

    .profile-view-info-label,
    .profile-view-info-value {
        width: 100%;
    }

    .profile-view-info-value {
        padding-top: var(--spacing-xs);
    }
}

@media (max-width: 576px) {
    .profile-view-profile-image {
        max-width: var(--image-size-sm);
    }

    .profile-view-section-title {
        font-size: var(--font-size-sm);
    }
}

.log-reg .log-reg-inner .main-content .form-group .my-form-control {
    padding: var(--spacing-lg) var(--spacing-xxxxl) !important;
}
.horo-box {
    max-width: 150px;
    height: 50px;
    border: 1px solid rgba(59, 54, 140, 0.1);
    background-color: #eaf2fc;
}
.vm-icon,
.feature-icon {
    font-size: 2.5rem;
    color: #ffeaa7;
    margin-bottom: 1rem;
}
.breadcrumb-item.active {
    color: #f04b2c !important;
}
.log-reg .log-reg-inner .main-content .default-btn,
.default-btn.reverse {
    background: #f04b2c !important;
    color: #fff;
}
.work__content h3,
.nav-link.active span {
    color: #f04b2c !important;
}
.header__more .default-btn {
    color: #fff !important;
}
.log-reg .log-reg-inner .main-content .form-group > .banner__inputlist,
.log-reg .log-reg-inner .main-content .form-group .my-form-control {
    border: 1px solid #000 !important;
    background-color: #fff !important;
    padding: 0px 30px;
    height: 50px;
    color: #000 !important;
}
.select2-container--default .select2-selection--multiple,
.horo-box,
.log-reg .log-reg-inner .main-content .form-group > .banner__inputlist select {
    border: 1px solid #fff !important;
    background-color: #fff !important;
    color: #000 !important;
}
.contact-item .contact-thumb {
    background: #f04b2c !important;
}

/* service page */

.services-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}
.services-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}
.service-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}
.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
.service-image {
    height: 270px;
    overflow: hidden;
    position: relative;
}
.service-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.5s ease;
}
.service-card:hover .service-image img {
    transform: scale(1.05);
}
.whatsapp-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    z-index: 2;
}
.whatsapp-icon:hover {
    transform: scale(1.1);
    background: #128c7e;
}
.service-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.service-name {
    font-size: 22px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 15px;
}
.service-description {
    font-size: 16px;
    color: #64748b;
    margin-bottom: 20px;
    flex-grow: 1;
}
.service-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}
.btn-whatsapp {
    background: #25d366;
    color: white;
    display: flex;
    align-items: center;
    gap: 8px;
}
.btn-whatsapp:hover {
    background: #128c7e;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
}
@media (max-width: 768px) {
    .services-container {
        grid-template-columns: 1fr;
    }
    .service-actions {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
}

@media (min-width: 992px) {
    .front-service.padding-bottom {
        padding-bottom: 50px;
    }
    .front-service.padding-top {
        padding-bottom: 30px;
    }
}
.col-xl-2-4 {
    flex: 0 0 auto;
    width: 20%;
}

/* ==================== MEMBER CARD HOVER EFFECTS ==================== */
.index-home-member-card {
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    cursor: default;
    position: relative;
}

.index-home-member-card:hover {
    transform: translateY(-12px) scale(1.01);
    box-shadow: 0 25px 60px rgba(240, 75, 44, 0.15) !important;
}

.index-home-member-card:hover .index-home-member-image-container img {
    transform: scale(1.1);
}

.index-home-member-card::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: var(--primary-gradient);
    border-radius: 22px;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: -1;
}

.index-home-member-card:hover::before {
    opacity: 1;
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 1199px) {
    .col-xl-2-4 {
        width: 25%;
        /* 4 per row on large screens */
    }
}

@media (max-width: 992px) {
    .index-home-member-image-container {
        height: 240px !important;
    }

    .col-xl-2-4 {
        width: 33.333%;
        /* 3 per row on tablet */
    }
}

@media (max-width: 768px) {
    .section__header h2 {
        font-size: 28px !important;
    }

    .index-home-member-image-container {
        height: 220px !important;
    }

    .index-home-member-image-container h5 {
        font-size: 17px !important;
    }

    .col-xl-2-4 {
        width: 50%;
        /* 2 per row on mobile */
    }
}

@media (max-width: 576px) {
    .section__header h2 {
        font-size: 24px !important;
    }

    .index-home-member-image-container {
        height: 200px !important;
    }

    .index-home-member-image-container h5 {
        font-size: 15px !important;
    }

    .index-home-member-image-container p {
        font-size: 12px !important;
    }

    .col-xl-2-4 {
        width: 50%;
    }
}
.home-testimonial-story-card {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    cursor: default;
}

.home-testimonial-story-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(240, 75, 44, 0.15) !important;
}

.home-testimonial-story-card:hover .home-testimonial-story-image-container img {
    transform: scale(1.08);
}

.home-testimonial-story-card:hover .home-testimonial-story-content h4 {
    color: var(--primary-color) !important;
}

/* ==================== IMAGE FULL SIZE ==================== */
.home-testimonial-story-image-container {
    background: #f0f0f0;
}

.home-testimonial-story-image-container img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 992px) {
    .home-testimonial-story-image-container {
        height: 300px !important;
    }
}

@media (max-width: 768px) {
    .section__header h2 {
        font-size: 28px !important;
    }

    .home-testimonial-story-image-container {
        height: 280px !important;
    }

    .home-testimonial-story-content {
        padding: 20px !important;
    }

    .home-testimonial-story-content h4 {
        font-size: 18px !important;
    }
}

@media (max-width: 576px) {
    .section__header h2 {
        font-size: 24px !important;
    }

    .home-testimonial-story-image-container {
        height: 240px !important;
    }

    .home-testimonial-story-content {
        padding: 18px !important;
    }

    .home-testimonial-story-content p {
        font-size: 13px !important;
    }

    .home-testimonial-story-content h4 {
        font-size: 17px !important;
    }
}
.home-why-choose-feature-card {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    cursor: default;
    position: relative;
    overflow: hidden;
}

.home-why-choose-feature-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--primary-gradient);
    opacity: 0;
    border-radius: 20px;
    transition: all 0.5s ease;
    z-index: 0;
}

.home-why-choose-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(240, 75, 44, 0.12) !important;
    border-color: var(--primary-color) !important;
}

.home-why-choose-feature-card:hover::before {
    opacity: 0.03;
}

.home-why-choose-feature-card:hover .home-why-choose-feature-icon {
    transform: scale(1.05) rotate(-5deg);
    background: #fdc9bf !important;
}

.home-why-choose-feature-card:hover .home-why-choose-feature-content h5 {
    color: var(--primary-color) !important;
}

.home-why-choose-feature-card:hover .home-why-choose-feature-content p {
    color: #444 !important;
}

@media (max-width: 768px) {
    .home-why-choose-feature-card {
        padding: 20px !important;
    }

    .home-why-choose-feature-card .home-why-choose-feature-icon {
        width: 55px !important;
        height: 55px !important;
        margin-right: 15px !important;
    }

    .home-why-choose-feature-card .home-why-choose-feature-icon img {
        width: 30px !important;
        height: 30px !important;
    }

    .home-why-choose-feature-card .home-why-choose-feature-icon i {
        font-size: 28px !important;
    }

    .section__header h2 {
        font-size: 28px !important;
    }
}

@media (max-width: 576px) {
    .home-why-choose-feature-card {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    .home-why-choose-feature-card .home-why-choose-feature-icon {
        margin-right: 0 !important;
        margin-bottom: 15px !important;
    }

    .section__header h2 {
        font-size: 24px !important;
    }
}
.user-index-search-page-wrapper {
    padding: 40px 0;
}

.user-index-search-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #e9ecef;
}

.user-index-search-card-header {
    background: linear-gradient(135deg, #f04b2c, #f04b2c);
    padding: 18px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-index-search-card-header h4 {
    color: #ffffff;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-index-search-card-header h4 i {
    font-size: 20px;
}

.user-index-search-card-body {
    padding: 25px;
}

/* Tab Navigation */
.user-index-search-tabs {
    display: flex;
    gap: 0;
    border-bottom: 2px solid #e9ecef;
    margin-bottom: 25px;
    background: #f8f9fa;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.user-index-search-tab {
    padding: 14px 28px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    color: #6c757d;
    border: none;
    background: transparent;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.user-index-search-tab:hover {
    color: #f04b2c;
    background: rgba(26, 35, 126, 0.05);
}

.user-index-search-tab.active {
    color: #f04b2c;
    background: #ffffff;
}

.user-index-search-tab.active::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #f04b2c, #f04b2c);
    border-radius: 3px 3px 0 0;
}

.user-index-search-tab i {
    font-size: 16px;
}

.user-index-search-tab-content {
    display: none;
    animation: fadeIn 0.4s ease;
}

.user-index-search-tab-content.active {
    display: block;
}

@keyframes user-index-fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Form Elements */
.user-index-search-form-group {
    margin-bottom: 18px;
}

.user-index-search-form-group label {
    font-weight: 600;
    font-size: 13px;
    color: #333;
    margin-bottom: 6px;
    display: block;
}

.user-index-search-form-group label .required {
    color: #d32f2f;
    margin-left: 3px;
}

.user-index-search-form-control {
    width: 100%;
    padding: 10px 14px;
    border: 1.5px solid #dee2e6;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #ffffff;
    color: #333;
}

.user-index-search-form-control:focus {
    border-color: #f04b2c;
    box-shadow: 0 0 0 3px rgba(26, 35, 126, 0.1);
    outline: none;
}

.user-index-search-form-control select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
}

.user-index-search-btn {
    padding: 12px 35px;
    background: linear-gradient(135deg, #f04b2c, #f04b2c);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.user-index-search-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(13, 71, 161, 0.3);
}

.user-index-search-btn i {
    font-size: 16px;
}

.user-index-search-btn-secondary {
    background: linear-gradient(135deg, #c62828, #d32f2f);
}

.user-index-search-btn-secondary:hover {
    box-shadow: 0 6px 20px rgba(198, 40, 40, 0.3);
}

/* Caste Select2 Override */
.user-index-caste-select-wrapper {
    width: 100%;
}

.user-index-caste-select-wrapper .select2-container {
    width: 100% !important;
}

.user-index-caste-select-wrapper .select2-selection--multiple {
    background: #ffffff !important;
    min-height: 46px !important;
    border: 1.5px solid #dee2e6 !important;
    border-radius: 8px !important;
    padding: 4px 8px;
}

.user-index-caste-select-wrapper .select2-selection--multiple:focus-within {
    border-color: #f04b2c !important;
    box-shadow: 0 0 0 3px rgba(26, 35, 126, 0.1) !important;
}

.user-index-caste-select-wrapper .select2-selection__choice {
    background: #f04b2c !important;
    color: #fff !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 3px 10px !important;
    margin: 2px 3px !important;
    font-size: 12px !important;
}

.user-index-caste-select-wrapper .select2-selection__choice__remove {
    color: #fff !important;
    margin-right: 6px !important;
    font-weight: 700;
}

.user-index-caste-select-wrapper .select2-search__field {
    border: none !important;
    outline: none !important;
    font-size: 13px;
    height: 30px !important;
    padding: 0 4px !important;
}

.user-index-caste-select-wrapper .select2-dropdown {
    border: 1px solid #dee2e6 !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
}

.user-index-caste-select-wrapper .select2-results__option--highlighted {
    background: #f04b2c !important;
    color: #fff !important;
}

.user-index-caste-select-wrapper .select2-results__option--selected {
    background: #e8eaf6 !important;
    color: #f04b2c !important;
}

/* Gender Toggle */
.user-index-gender-toggle {
    display: flex;
    gap: 15px;
    padding-top: 5px;
}

.user-index-gender-toggle label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    cursor: pointer;
    padding: 8px 18px;
    border-radius: 8px;
    border: 2px solid #dee2e6;
    transition: all 0.3s ease;
    margin: 0;
}

.user-index-gender-toggle label:hover {
    border-color: #f04b2c;
}

.user-index-gender-toggle input[type="radio"] {
    display: none;
}

.user-index-gender-toggle input[type="radio"]:checked + span {
    color: #f04b2c;
}

.user-index-gender-toggle label:has(input:checked) {
    border-color: #f04b2c;
    background: #e8eaf6;
}

.user-index-gender-toggle .gender-icon {
    font-size: 18px;
}

.user-index-gender-toggle .gender-label {
    font-weight: 600;
    font-size: 14px;
}

.user-index-gender-toggle .groom-label {
    color: #f04b2c;
}

.user-index-gender-toggle .bride-label {
    color: #c62828;
}

/* Responsive */
@media (max-width: 768px) {
    .user-index-search-tabs {
        flex-wrap: wrap;
    }

    .user-index-search-tab {
        flex: 1;
        min-width: 100px;
        justify-content: center;
        padding: 12px 15px;
        font-size: 13px;
    }

    .user-index-gender-toggle {
        flex-wrap: wrap;
    }

    .user-index-gender-toggle label {
        flex: 1;
        justify-content: center;
        min-width: 120px;
    }

    .user-index-search-card-header {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .user-index-search-card-body {
        padding: 18px;
    }
}

@media (max-width: 480px) {
    .user-index-search-tab {
        font-size: 12px;
        padding: 10px 12px;
        min-width: 80px;
    }

    .user-index-search-tab i {
        display: none;
    }

    .user-index-search-btn {
        width: 100%;
        justify-content: center;
    }
}

/* Custom Scrollbar */
.select2-results__options::-webkit-scrollbar {
    width: 6px;
}

.select2-results__options::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* Badge for active tab count */
.user-index-tab-badge {
    background: #e8eaf6;
    color: #f04b2c;
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 20px;
    font-weight: 700;
}

.user-index-search-tab.active .user-index-tab-badge {
    background: #f04b2c;
    color: #fff;
}

.user-index-section-title-wrapper {
    text-align: center;
    margin-bottom: 30px;
}

.user-index-section-title-wrapper h2 {
    font-size: 28px;
    font-weight: 700;
    color: #f04b2c;
    margin-bottom: 5px;
}

.user-index-section-title-wrapper p {
    color: #6c757d;
    font-size: 15px;
}

.user-index-section-title-wrapper .title-line {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #f04b2c, #f04b2c);
    margin: 10px auto 0;
    border-radius: 3px;
}

.user-search-index-search-results-wrapper {
    background: #f0f2f5;
    padding: 30px 0 50px;
}

/* Result Card */
.user-search-index-result-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    padding: 20px 24px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    position: relative;
}

.user-search-index-result-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.user-search-index-result-card .reject-btn {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: #f8f9fa;
    color: #dc3545;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-search-index-result-card .reject-btn:hover {
    background: #dc3545;
    color: #ffffff;
    transform: scale(1.1);
}

/* Profile Photo */
.user-search-index-profile-photo-wrapper {
    position: relative;
    display: inline-block;
}

.user-search-index-profile-photo-wrapper .profile-img {
    width: 200px;
    height: 230px;
    object-fit: cover;
    border-radius: 12px;
    border: 3px solid #e9ecef;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.user-search-index-profile-photo-wrapper .profile-img:hover {
    border-color: #f04b2c;
    transform: scale(1.02);
}

.user-search-index-profile-photo-wrapper .online-badge {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: #28a745;
    color: #fff;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 600;
    border: 2px solid #fff;
}

.user-search-index-profile-photo-wrapper .premium-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: linear-gradient(135deg, #ffd700, #ffb300);
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.4);
    font-size: 12px;
}

/* Profile Header */
.user-search-index-profile-header {
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.user-search-index-profile-name {
    font-size: 20px;
    font-weight: 700;
    color: #f04b2c;
    margin: 0;
}

.user-search-index-profile-name .verified-badge {
    color: #28a745;
    font-size: 16px;
    margin-left: 5px;
}

.user-search-index-profile-id {
    font-size: 13px;
    color: #6c757d;
    background: #f8f9fa;
    padding: 4px 12px;
    border-radius: 20px;
    border: 1px solid #e9ecef;
}

.user-search-index-profile-id i {
    margin-right: 4px;
    color: #f04b2c;
}

/* Detail Grid */
.user-search-index-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 20px;
    margin: 12px 0;
}

.user-search-index-detail-item {
    display: flex;
    align-items: baseline;
    gap: 6px;
    font-size: 14px;
    padding: 4px 0;
    border-bottom: 1px dashed #f0f0f0;
}

.user-search-index-detail-item .label {
    font-weight: 600;
    color: #555;
    min-width: 110px;
    font-size: 13px;
}

.user-search-index-detail-item .value {
    color: #1a1a2e;
    font-weight: 500;
    word-break: break-word;
}

.user-search-index-detail-item .value .text-muted {
    color: #999;
    font-weight: 400;
}

.user-search-index-detail-item .sep {
    color: #ccc;
    margin: 0 2px;
}

/* Action Buttons */
.user-search-index-action-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.user-search-index-btn-action {
    padding: 8px 22px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.user-search-index-btn-action-primary {
    background: linear-gradient(135deg, #f04b2c, #f04b2c);
    color: #ffffff;
}

.user-search-index-btn-action-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(26, 35, 126, 0.3);
    color: #fff;
}

.user-search-index-btn-action-success {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: #ffffff;
}

.user-search-index-btn-action-success:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
    color: #fff;
}

.user-search-index-btn-action-danger {
    background: linear-gradient(135deg, #dc3545, #e74c3c);
    color: #ffffff;
}

.user-search-index-btn-action-danger:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
    color: #fff;
}

.user-search-index-btn-action-secondary {
    background: #6c757d;
    color: #ffffff;
    cursor: not-allowed;
    opacity: 0.7;
}

.user-search-index-btn-action-secondary:hover {
    color: #fff;
}

.user-search-index-btn-action-outline {
    background: transparent;
    color: #f04b2c;
    border: 2px solid #f04b2c;
}

.user-search-index-btn-action-outline:hover {
    background: #f04b2c;
    color: #fff;
    transform: translateY(-2px);
}

/* Contact Button */
.user-search-index-btn-contact {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: #ffffff;
    padding: 8px 22px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.user-search-index-btn-contact:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
    color: #fff;
}

.user-search-index-btn-contact:disabled {
    background: #6c757d;
    cursor: not-allowed;
    opacity: 0.7;
    transform: none !important;
    box-shadow: none !important;
}

/* Stats Badge */
.user-search-index-stats-badge {
    font-size: 12px;
    padding: 3px 12px;
    border-radius: 20px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.user-search-index-stats-badge.verified {
    background: #e8f5e9;
    color: #2e7d32;
}

.user-search-index-stats-badge.premium {
    background: #fff3e0;
    color: #e65100;
}

.user-search-index-stats-badge.new {
    background: #e3f2fd;
    color: #f04b2c;
}

/* Empty State */
.user-search-index-empty-state {
    text-align: center;
    padding: 60px 20px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.user-search-index-empty-state img {
    max-width: 200px;
    margin-bottom: 20px;
}

.user-search-index-empty-state h4 {
    color: #f04b2c;
    font-weight: 700;
}

.user-search-index-empty-state p {
    color: #6c757d;
    max-width: 400px;
    margin: 0 auto;
}

/* Modal Styling */
.user-search-index-contact-modal .modal-content {
    border-radius: 16px;
    border: none;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.user-search-index-contact-modal .modal-header {
    background: linear-gradient(135deg, #f04b2c, #f04b2c);
    color: #fff;
    border-radius: 16px 16px 0 0;
    padding: 18px 24px;
}

.user-search-index-contact-modal .modal-header .btn-close {
    filter: brightness(0) invert(1);
}

.user-search-index-contact-modal .modal-body {
    padding: 24px;
}

.user-search-index-contact-modal .contact-item {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.user-search-index-contact-modal .contact-item:last-child {
    border-bottom: none;
}

.user-search-index-contact-modal .contact-item .contact-label {
    font-weight: 600;
    color: #555;
    min-width: 120px;
}

.user-search-index-contact-modal .contact-item .contact-value {
    color: #1a1a2e;
    font-weight: 500;
    word-break: break-all;
}

.user-search-index-contact-modal .contact-item .contact-value .icon {
    margin-right: 8px;
    color: #f04b2c;
}

.user-search-index-contact-modal .privacy-note {
    background: #e8f0fe;
    color: #f04b2c;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 13px;
    margin-top: 15px;
    display: none;
}

.user-search-index-contact-modal .privacy-note i {
    margin-right: 8px;
}

/* Header Section */
.user-search-index-result-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 12px;
}

.user-search-index-result-header .result-title {
    font-size: 24px;
    font-weight: 700;
    color: #f04b2c;
    margin: 0;
}

.user-search-index-result-header .result-title span {
    background: #f04b2c;
    color: #fff;
    padding: 2px 12px;
    border-radius: 20px;
    font-size: 14px;
    margin-left: 10px;
}

.user-search-index-result-header .btn-modify {
    background: linear-gradient(135deg, #c62828, #d32f2f);
    color: #fff;
    padding: 10px 28px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.user-search-index-result-header .btn-modify:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(198, 40, 40, 0.3);
    color: #fff;
}

/* Responsive */
@media (max-width: 992px) {
    .user-search-index-detail-grid {
        grid-template-columns: 1fr 1fr;
        gap: 4px 15px;
    }
}

@media (max-width: 768px) {
    .user-search-index-result-card {
        padding: 16px;
    }

    .user-search-index-profile-photo-wrapper .profile-img {
        width: 140px;
        height: 160px;
    }

    .user-search-index-detail-grid {
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .user-search-index-detail-item .label {
        min-width: 90px;
        font-size: 12px;
    }

    .user-search-index-detail-item .value {
        font-size: 13px;
    }

    .user-search-index-profile-name {
        font-size: 17px;
    }

    .user-search-index-result-header {
        flex-direction: column;
        text-align: center;
    }

    .user-search-index-result-header .result-title {
        font-size: 20px;
    }

    .user-search-index-action-buttons {
        justify-content: center;
    }

    .user-search-index-btn-action,
    .user-search-index-btn-contact {
        font-size: 13px;
        padding: 7px 16px;
    }

    .user-search-index-profile-header {
        justify-content: center;
    }

    .user-search-index-profile-photo-wrapper {
        display: block;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .user-search-index-result-card {
        padding: 12px;
    }

    .user-search-index-profile-photo-wrapper .profile-img {
        width: 120px;
        height: 140px;
    }

    .user-search-index-detail-item {
        font-size: 12px;
        flex-wrap: wrap;
    }

    .user-search-index-detail-item .label {
        min-width: 80px;
    }

    .user-search-index-profile-name {
        font-size: 15px;
    }

    .user-search-index-action-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .user-search-index-btn-action,
    .user-search-index-btn-contact {
        justify-content: center;
        width: 100%;
    }
}
