/* Custom Theme CSS */

/* Override any default styles here */
.header-banner-wrap {
    position: relative;
}

.banner-slider-wrap {
    background-size: cover;
    background-position: center;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Custom header styles */
.header-nav-list li a.first-a.active {
    color: #6c1cff;
    font-weight: bold;
}

.header-nav-list li a.first-a:hover {
    color: #6c1cff;
    transition: all 0.3s ease;
}

/* Custom Theme badge in header */
.header-logo span {
    color: #6c1cff;
    font-size: 16px;
    vertical-align: middle;
}

/* Additional custom styles can be added here */
.in-subtitle-14px {
    color: #000 !important;
}

.banner-slider-content .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.card-bg-img {
    position: relative;
    min-height: 240px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 0.75rem;
    overflow: hidden;
    background: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card-bg-img:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.card-bg-img::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.18) 0%,
            rgba(0, 0, 0, 0.38) 100%
        ),
        var(--card-bg) center/cover no-repeat;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.card-bg-img:hover::before {
    transform: scale(1.05);
}
.card-bg-content {
    position: relative;
    z-index: 2;
    color: #000;
    padding: 2rem 1.5rem;
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    transition: transform 0.3s ease;
}
/* Responsive styles */
@media (max-width: 991.98px) {
    .py-100px {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .mb-100px {
        margin-bottom: 60px;
    }
    .feature-card {
        margin-bottom: 2rem;
    }
    .section-padding {
        padding: 56px 0 !important;
    }
}
@media (max-width: 767.98px) {
    .py-100px {
        padding-top: 36px;
        padding-bottom: 36px;
    }
    .mb-100px {
        margin-bottom: 36px;
    }
    .card-bg-img {
        min-height: 180px;
    }
    .card-bg-content {
        padding: 1.5rem 1rem;
    }
    .feature-card {
        padding: 1.25rem 0.75rem;
    }
    .section-title {
        font-size: 1.5rem;
    }
}
@media (max-width: 575.98px) {
    .card-bg-img {
        min-height: 140px;
    }
    .card-bg-content {
        padding: 1.25rem 0.75rem;
    }
    .feature-card {
        padding: 1.25rem 0.75rem;
    }
    .section-title {
        font-size: 1.5rem;
    }
    .section-padding {
        padding: 32px 0 !important;
    }

    /* .search-box {
        margin-top: 250px !important;
        padding: 15px !important;
    } */
}

.listings-container {
    padding: 40px 0;
}
.listing-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 25px;
}
.listing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.profile-container {
    padding: 60px 0;
}
.profile-header {
    background: #f9f9f9;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.profile-image {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.profile-stats {
    background: white;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.main-container {
    padding: 1rem 7rem;
    position: relative;
}
.contact-container {
    padding: 60px 0;
}
.contact-form {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.contact-info {
    background: #f9f9f9;
    border-radius: 15px;
    padding: 20px;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.contact-info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}
.contact-info-icon {
    width: 40px;
    height: 40px;
    background: #007bff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-right: 15px;
    flex-shrink: 0;
}
.contact-map {
    border-radius: 15px;
    overflow: hidden;
    height: 300px;
    margin-top: 30px;
}

/* --- Feature card styles améliorés --- */
.feature-card {
    background: #f7f7fa !important; /* gris très clair */
    border-radius: 24px;
    box-shadow: 0 4px 24px 0 rgba(34, 34, 34, 0.06);
    border: 1px solid #f3f3f3;
    padding: 2rem 1.5rem;
    transition: box-shadow 0.2s, transform 0.2s;
}
.feature-card:hover {
    box-shadow: 0 8px 32px 0 rgba(142, 36, 170, 0.12);
    transform: translateY(-4px) scale(1.03);
}

/* --- Espace entre les sections --- */
.section-padding {
    padding: 96px 0 96px 0 !important;
}

/* --- Section title spacing --- */
.section-title {
    margin-bottom: 3.5rem !important;
}

.feature-fa-icon {
    color: #ffd600 !important;
    font-size: 2rem;
    line-height: 1;
}

.strip {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.strip:hover {
    transform: translateY(-5px);
}

.featured-tag-grid {
    background: #ff6b6b;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

.wishlist-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    color: #fff;
    font-size: 20px;
}

.wrapper {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    padding: 15px;
}

.score {
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.rating {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.stars {
    color: #ffc107;
}

.pagination-wrapper {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.lg-title-78px {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.in-subtitle-16px {
    font-size: 1.1rem;
    opacity: 0.9;
}
.max-w-621px {
    max-width: 621px;
}

/* Search Section */
#results {
    background: #fff;
    padding: 20px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.custom-search-input-2 {
    position: relative;
}
.custom-search-input-2 .form-control {
    height: 50px;
    border-radius: 25px;
    padding-left: 20px;
    padding-right: 50px;
    border: 1px solid #e0e0e0;
}
.custom-search-input-2 .icon_search {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
}
.custom-search-input-2 select {
    height: 50px;
    border-radius: 25px;
    padding: 0 20px;
    width: 100%;
    border: 1px solid #e0e0e0;
    appearance: none;
    background: #fff
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")
        no-repeat right 15px center;
}
.custom-search-input-2 .btn {
    height: 50px;
    border-radius: 25px;
    padding: 0 30px;
    font-weight: 600;
}

/* Filters Sidebar */
#filters_col {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#filters_col_bt {
    display: none;
}
.filter_type {
    margin-bottom: 25px;
}
.filter_type h6 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 15px;
}
.container_check {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 0.9rem;
}
.container_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}
.container_check:hover input ~ .checkmark {
    background-color: #f8f9fa;
}
.container_check input:checked ~ .checkmark {
    background-color: #007bff;
    border-color: #007bff;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container_check input:checked ~ .checkmark:after {
    display: block;
}
.container_check .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* DJ Cards */
.strip {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    margin-bottom: 30px;
}
.strip:hover {
    transform: translateY(-5px);
}
.strip figure {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.strip .img {
    height: 250px;
    background-size: cover;
    background-position: center;
}
.wishlist-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    color: #fff;
    font-size: 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.featured-tag-grid {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ff6b6b;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
}
.wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: #fff;
}
.wrapper h5 {
    margin: 0;
    font-size: 1.1rem;
}
.wrapper h5 a {
    color: #fff;
    text-decoration: none;
}
.wrapper small {
    font-size: 0.9rem;
    opacity: 0.9;
}
.read_more {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.strip:hover .read_more {
    opacity: 1;
}
.score {
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.score img {
    width: 45px;
    height: 45px;
    object-fit: cover;
}
.rating {
    flex: 1;
}
.stars {
    color: #ffc107;
    margin-bottom: 5px;
}
.stars em {
    font-size: 0.9rem;
    color: #666;
    font-style: normal;
}
.price-tag {
    text-align: right;
}
.price-tag strong {
    display: block;
    color: #28a745;
    font-size: 1.2rem;
}
.price-tag a {
    color: #666;
    text-decoration: none;
    font-size: 0.9rem;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .lg-title-78px {
        font-size: 2.5rem;
    }
    #filters_col_bt {
        display: block;
        margin-bottom: 15px;
        color: #333;
        text-decoration: none;
        font-weight: 600;
    }
    #filters_col {
        margin-bottom: 30px;
    }
    .search-box .col-md-6 {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .header-banner-wrap {
        height: 300px;
    }
    .lg-title-78px {
        font-size: 2rem;
    }
    .custom-search-input-2 .btn {
        width: 100%;
        margin-top: 10px;
    }
    .search-box .col-md-6 {
        width: 100%;
    }
    .search-box .row > * {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 575px) {
    .search-box {
        padding: 20px !important;
    }
    .search-box .col-12 {
        padding-left: 0;
        padding-right: 0;
    }
}
figure h5 {
    display: flex;
    gap: 3px;
    align-items: center;
}
.claimed_icon img {
    width: 20px;
}
figure a {
    display: block;
}
.dj-thumbnail {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 5px;
}

.loading-spinner {
    padding: 2rem;
}
.lead-item {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.5s ease forwards;
}
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .search-box {
        margin-top: 300px !important;
        padding: 15px !important;
    }

    .banner-slider-wrap {
        height: 300px;
    }

    .banner-slider-content {
        padding-top: 60px;
    }

    .banner-slider-content h1 {
        font-size: 2rem;
    }

    .form-control-lg,
    .form-select-lg {
        font-size: 1rem;
        height: 45px;
    }

    .btn-search {
        width: 100%;
        margin-top: 10px;
    }

    .filter-toggle {
        width: 100%;
        margin-bottom: 15px;
    }
}

/* Filter toggle button */
.filter-toggle {
    background-color: #000;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 10px 0;
}

@media (max-width: 768px) {
    .filter-toggle {
        display: flex;
    }

    .filters-row {
        display: none;
    }

    .filters-row.show {
        display: flex;
    }
}

/* Reset button */
.btn-reset {
    background-color: #e0e0e0;
    color: #333;
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.btn-reset:hover {
    background-color: #d0d0d0;
    color: #000;
}

/* No results message */
.no-results {
    text-align: center;
    padding: 40px 20px;
    background: #f8f9fa;
    border-radius: 10px;
    margin: 20px 0;
}

.no-results i {
    font-size: 3rem;
    color: #ccc;
    margin-bottom: 15px;
}

.no-results h3 {
    color: #333;
    margin-bottom: 10px;
}

.no-results p {
    color: #666;
    margin-bottom: 20px;
}
.results-count {
    font-weight: bold;
    color: black;
    margin: 10px 0px;
}

.btn-search {
    background-color: #000 !important;
    color: white !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Header */
.header {
    background: #fff;
    color: #333;
    padding: 2rem 0;
    border-bottom: 1px solid #e9ecef;
    position: relative;
    overflow: visible;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    justify-content: end;
    gap: 2rem;
}
.profile-section {
    text-align: center;
}

.header-location {
    text-align: center;
    width: fit-content;
    margin: 10px auto;
}

.header-title h1 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: -10px;
    color: #2c3e50;
}
.header-title {
    margin-bottom: 40px;
}
.header-location {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: #6c757d;
}

.header-location i {
    margin-right: 0.5rem;
}

.price-badge {
    background: #fff;
    padding: 1.5rem 2rem;
    border-radius: 8px;
    text-align: center;
    border: 2px solid #e9ecef;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.price-badge .label {
    font-size: 0.85rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.price-badge .price {
    font-size: 2rem;
    font-weight: 700;
    color: #e74c3c;
}

/* Main Content */
.main-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
    margin: 3rem 0;
}

.main-content-grid {
    display: grid;
    grid-template-columns: 280px 1fr 286px;
    gap: 2rem;
    margin-top: 6rem;
    align-items: flex-start;
}

/* Sidebar */
.sidebar {
    padding: 2rem;
    margin-top: -390px;
    height: fit-content;
    /* position: sticky; */
    top: 2rem;
}

.small-sidebar {
    min-width: 180px;
    padding: 1.2rem 1rem;
}

.profile-section {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e9ecef;
}

.profile-image {
    width: 275px;
    height: 275px;
    border-radius: 50%;
    margin: 0 auto 1rem;
    position: relative;
    overflow: hidden;
}

.profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro-badge {
    position: absolute;
    bottom: -5px;
    right: -5px;
    background: #e74c3c;
    color: white;
    padding: 0.25rem 0.6rem;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 600;
}

.profile-name {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
}

.siret {
    color: #6c757d;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}

.verified {
    color: #28a745;
    font-size: 0.85rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.recommended {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 6px;
    margin-bottom: 1.5rem;
    border-left: 3px solid #e74c3c;

    img{
        display: block;
        width: 90%;
        margin: 20px auto;
    }
}

.contact-info h3 {
    margin-bottom: 1rem;
    color: #2c3e50;
    font-size: 1.1rem;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
    color: #6c757d;
    font-size: 0.9rem;
}

.contact-item i {
    width: 20px;
    margin-right: 0.8rem;
    color: #e74c3c;
}

.social-links {
    display: flex;
    gap: 1rem;
    margin: 1rem 0;
    justify-content: center;
}

.social-links a {
    color: #6c757d;
    font-size: 1.2rem;
    transition: color 0.3s;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-links a:hover {
    color: #e74c3c;
    background: #fff5f5;
}

/* Content Sections */
.content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.section {
    background: white;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
}

.section h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #2c3e50;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e74c3c;
    display: inline-block;
}

/* Music Styles */
.music-style {
    margin-bottom: 1.5rem;
}

.style-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.8rem;
}

.style-name {
    font-weight: 500;
    color: #2c3e50;
}

.style-percentage {
    font-weight: 600;
    color: #e74c3c;
}

.progress-bar {
    width: 100%;
    height: 6px;
    background: #e9ecef;
    border-radius: 3px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #e74c3c 0%, #c0392b 100%);
    border-radius: 3px;
    transition: width 0.8s ease;
}

/* Gallery */
.gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.gallery img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #e9ecef;
}

/* Options */

.options-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem 4rem;
}

.options-column {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.option-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
    cursor: pointer;
}

.dot {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    flex-shrink: 0;
}

.dot.green {
    background-color: #10b981;
}

.dot.gray {
    background-color: #d1d5db;
}

.option-text {
    font-size: 1.25rem;
    color: #111827;
}

.tooltip {
    position: absolute;
    left: 50px;
    width: 115px;
    bottom: 130%;
    margin-bottom: 0.5rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;

    z-index: 10;
}

.option-item:hover .tooltip {
    opacity: 1;
    visibility: visible;
}

.tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 1.5rem;
    width: 0;
    height: 0;
}

.tooltip > div {
    background-color: white;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    padding: 0.5rem;
}

.tooltip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.25rem;
}

/* Responsive design */
@media (max-width: 768px) {
    .card {
        padding: 2rem;
    }

    .options-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    h1 {
        font-size: 1.875rem;
        margin-bottom: 2rem;
    }
}
/* Video */
.video-container {
    position: relative;
    background: #2c3e50;
    border-radius: 6px;
    overflow: hidden;
    aspect-ratio: 16/9;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e9ecef;
}

.play-button {
    width: 70px;
    height: 70px;
    background: rgba(231, 76, 60, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.play-button:hover {
    background: rgba(231, 76, 60, 1);
    transform: scale(1.1);
}

.play-button i {
    color: white;
    font-size: 1.5rem;
    margin-left: 3px;
}

/* Testimonials */
.testimonial {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 6px;
    margin-bottom: 1rem;
    border-left: 3px solid #e74c3c;
}

.testimonial-text {
    font-style: italic;
    margin-bottom: 0.8rem;
    color: #2c3e50;
}

.testimonial-author {
    color: #6c757d;
    font-size: 0.9rem;
    font-weight: 500;
}

.faq-item {
    border: 1px solid #e9ecef;
    border-radius: 6px;
    margin-bottom: 1rem;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    padding: 1rem;
    background: #f8f9fa;
    border: none;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    color: #2c3e50;
    transition: background 0.3s;
}

.faq-question:hover {
    background: #e9ecef;
}

.faq-answer {
    padding: 0 1rem 1rem;
    display: none;
    color: #6c757d;
    background: white;
}

.faq-answer.show {
    display: block;
}

/* Quote Form */
.quote-form {
    width: 350px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 2rem;
    z-index: 1000;
    border: 1px solid #e9ecef;
}

.progress-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.progress-bar {
    width: 100%;
    height: 20px;
    background-color: #e8c5d1;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.progress-fill {
    height: 100%;
    background: linear-gradient(
        45deg,
        #8b4a6b 25%,
        #a05d7a 25%,
        #a05d7a 50%,
        #8b4a6b 50%,
        #8b4a6b 75%,
        #a05d7a 75%
    );
    background-size: 20px 20px;
    border-radius: 5px;
    position: relative;
    width: 0;
    /* animation: moveStripes 1s linear infinite; */
    transition: width 0.3s ease;
}

.progress-fill::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    border-radius: 15px;
    width: 100%;
}
/* Custom badge styles */
.badge-agency {
  background-color: #2563EB;
  color: white;
  width: fit-content;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  
}
.badge-elite {
  background-color: #FFD700;
  color: black;
   width: fit-content;
  padding: 0.5rem 1rem;
  border-radius: 10px;
}
.badge-premium {
  background-color: #C0C0C0;
  color: black;
   width: fit-content;
  padding: 0.5rem 1rem;
  border-radius: 10px;
}
.badge-pro {
  background-color: #CD7F32;
  color: white;
   width: fit-content;
  padding: 0.5rem 1rem;
  border-radius: 10px;
}
@keyframes fillProgress {
    0% {
        width: 0%;
    }
    100% {
        width: 30%;
    }
}

@keyframes moveStripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 0;
    }
}

.progress-text {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    color: #8b4a6b;
    font-weight: bold;
}

.progress-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.quote-form h3 {
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    color: #2c3e50;
    text-align: center;
}

.form-group {
    margin-bottom: 1rem;
}

.form-control {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 0.9rem;
    transition: border-color 0.3s;
}

.form-control:focus {
    outline: none;
    border-color: #e74c3c;
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
}

.btn-submit {
    width: 100%;
    padding: 1rem;
    background: #e74c3c;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-submit:hover {
    background: #c0392b;
    transform: translateY(-1px);
}

/* Tabs */
.tabs {
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 2rem;
}

.tab-button {
    padding: 1rem 0;
    margin-right: 2rem;
    border: none;
    background: none;
    color: #e74c3c;
    border-bottom: 2px solid #e74c3c;
    font-weight: 600;
    cursor: pointer;
}

.tab-button.inactive {
    color: #6c757d;
    border-bottom: none;
}

/* Avatar Overlap */
.avatar-overlap {
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: 0 4px 24px rgba(44, 62, 80, 0.15);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border: 4px solid #fff;
}

.avatar-overlap img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
}

.mobile-header {
    display: none;
}

.listing-header {
    border-radius: 9px;
    overflow: hidden;
    display: flex;
    height: 500px;
    justify-content: space-between;

    align-items: flex-start;
    position: relative;
    flex-direction: column;
    border-bottom: 1px solid #e9ecef;
}
#listings {
    margin-bottom: 200px;
}

#listings .listing-badge{
    position: absolute;
    top: 20px;
    right: 20px;
   
    padding: 5px 10px;
    
    z-index: 90;
}
.listing-header::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    inset: 0;
    background-color: #0000006e;
}
.listing-header .profile-image {
    border-radius: 0px;
    background-color: white;
    height: fit-content;
    width: 100%;

    display: flex;
    border: 0.5px solid #918e8e4a;
    padding: 25px 20px;
    gap: 25px;
    margin-bottom: 0 !important;
}
.listing-header .profile-image span {
    font-size: 24px;
    display: block;
    
}

span.price{
        font-weight: 800;
        color: #e90890;
        font-size: 28px;

    }
.listing-header .profile-image img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.listing-header .ratings i {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    margin: 7px;
    color: rgba(128, 128, 128, 0.425);
}
.header-location {
    width: auto;
    color: white !important;
}
.listing-header .header-title {
    z-index: 7;
    padding: 0 30px;
    margin-top: 184px;
}
.listing-header .header-title h1 {
    margin-bottom: 0;
    color: white !important;
    text-align: center;
}


.rc-pro-badge {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 8px 12px;
  border-radius: 6px;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-bottom: 20px;
}

.rc-pro-badge:hover {
  background-color: #f1f3f4;
  border-color: #dee2e6;
}

.rc-pro-badge .icon {
  width: 32px;
  height: 32px;
  background-color: #10b981;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  color: white;
  flex-shrink: 0;
}

.rc-pro-badge .text {
  font-weight: 600;
  color: #1f2937;
  font-size: 14px;
  white-space: nowrap;
}

.rc-pro-badge .tooltip-text {
  position: absolute;
  top: 85%;
  left: 60%;
  transform: translateX(-50%);
  margin-top: 8px;
  background-color: white;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  display: none;
  width: 280px;
  text-align: left;
}

.rc-pro-badge:hover .tooltip-text {
  display: block;
}

.tooltip-text::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
}

.tooltip-text .status-text {
  color: #059669;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.tooltip-text .download-link {
  color: #2563eb;
  text-decoration: underline;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
  transition: color 0.2s ease;
}

.tooltip-text .download-link:hover {
  color: #1d4ed8;
}

.tooltip-text .info-text {
  font-size: 12px;
  color: #6b7280;
  margin: 0;
  line-height: 1.4;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.tooltip-text .info-icon {
  flex-shrink: 0;
  margin-top: 1px;
}



.statut {
    padding: 10px 36px;
    margin: 0 auto 20px;
    border-radius: 10px;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
}
.statut.fulltime {
    background-color: #d1fae5; color: #065f46;
   
    font-weight: 600;
    cursor: help;
}
.statut.parttime {
   background-color: #fef3c7; color: #92400e;
    
    font-weight: 600;
    cursor: help;
}
.statut.non {
    background-color: #bebebe; color: #1d1d1d;
    font-weight: 600;
    cursor: help;
}
/* Responsive */
@media (max-width: 1100px) {
    .main-content-grid {
        grid-template-columns: 180px 1fr;
    }

    .new-quote-form {
        width: 100%;
        margin-bottom: 2rem;
    }
}

/* Mobile Styles */
@media (max-width: 900px) {
    body > div.main-container > div > aside > div.profile-section {
        margin: 50px 0;
    }
    .main-content-grid {
        grid-template-columns: 1fr;
    }
    .main-container {
        padding: 1rem;
    }
    .small-sidebar {
        padding: 1rem 0;
    }
    .small-sidebar,
    .new-quote-form {
        width: 100%;
        margin-bottom: 2rem;
    }
    .profile-section > div.profile-image {
        display: none !important;
    }
    .profile-section > div.header-title {
        display: none;
    }
    body > header.header > div.container > div {
        display: none;
    }
    .mobile-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: 1px solid #e9ecef;
    }
    .mobile-header .profile-image {
        border-radius: 30px;
        background-color: white;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 20px;
        gap: 25px;
    }
    .mobile-header .profile-image span {
        margin-top: 13px;
        font-size: 19px;
        display: block;
    }
    .mobile-header .profile-image button {
        padding: 16px 20px;
        border-radius: 10px;
        font-size: 30px;
        background: #e90890;
        color: white;
        float: right;
        margin: 10px 0;
    }
    .mobile-header .profile-image img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }
    .mobile-header .ratings i {
        -webkit-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
        margin: 7px;
        color: rgba(128, 128, 128, 0.425);
    }
    .header-location {
        width: auto;
    }
}




.certification-card ,.activity-card {
    border-radius: 12px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    transition: transform 0.2s ease;
}

.certification-card:hover ,.activity-card:hover {
    transform: translateY(-2px);
}
