
           .detail-hero {
            position: relative;
            background: url('../images/Slider7.png') center/cover no-repeat;
            color: white;
            padding: 5rem 0;
            text-align: center;
            margin-top: 95px;
            height: 240px;
        }

        .detail-hero::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgb(0 0 0 / 37%);
            z-index: 1;
        }
        .detail-hero-content{
            position: relative;
            z-index: 2;
            color: white;
            padding-top: 20px;
        }

        /* Info Overview */
        .info-overview {
            background: white;
            margin-top: -45px;
            position: relative;
            z-index: 3;
            border-radius: 20px;
            padding: 50px;
        }

        .info-overview h1 {
            color: var(--primary-color);
            font-weight: 500;
            font-size: 2.5rem;
            margin-bottom: 30px;
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .info-overview p {
            color: #666;
            font-size: 1.2rem;
            line-height: 1.8;
            margin-bottom: 30px;
        }

        .info-stats {
            display: flex;
            gap: 40px;
            flex-wrap: wrap;
            padding-top: 30px;
            border-top: 2px solid #f0f0f0;
        }

        .info-stat-item {
            flex: 1;
            min-width: 200px;
        }

        .info-stat-number {
            font-size: 3rem;
            font-weight: 800;
            line-height: 1;
        }

        .info-stat-label {
            color: #666;
            font-size: 1.1rem;
            font-weight: 600;
            margin-top: 10px;
        }

        .secteur-icon-hero {
            width: 200px;
            height: 200px;
            background: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            margin-top: -150px;
            margin-bottom: 15px;
            border: 2px solid var(--primary-color);
        }

        .secteur-icon-hero img {
            width: auto;
            height: 100%;
            object-fit: contain;
        }
    /* Breadcrumb */
    .breadcrumb-nav {
        background: white;
        padding: 1rem 0;
        /*margin-bottom: 2rem;*/
    }

    .breadcrumb-nav a {
        color: var(--primary-color);
        text-decoration: none;
        margin: 0 0.5rem;
    }

    .breadcrumb-nav a:hover {
        text-decoration: underline;
    }

    .cooperative-header{
        padding: 60px 21px 0px 0px;
        margin-bottom: 50px;
        position: relative;
        overflow: hidden;
        margin-top: -190px;
        /*background: #d187720d;*/
    }
    
    .cooperative-logo-wrapper img {
        width: 300px;
        height: 300px;
        background: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 25px;
        position: relative;
        z-index: 1;
        object-fit: cover;
        border: 3px solid var(--primary-color);
    }

    .cooperative-title {
        color:var(--primary-color);
        font-size: 2.5rem;
        font-weight: 700;
        text-align: left;
        margin-bottom: 15px;
        position: relative;
        z-index: 1;
    }

    .cooperative-meta {
        display: flex;
        justify-content: start;
        align-items: left;
        gap: 30px;
        flex-wrap: wrap;
        position: relative;
        z-index: 1;
    }

    .meta-item {
        color: black;
        display: flex;
        align-items: left;
        gap: 8px;
        font-size: 1.1rem;
    }

    .meta-item i {
        font-size: 1.3rem;
    }

    .section-tabs {
        background: white;
        border-radius: 5px;
        padding-bottom: 15px;
    }

    .nav-pills .nav-link {
        border-radius: 8px;
        padding: 12px 30px;
        font-weight: 600;
        color: #6d902d;
        transition: all 0.3s ease;
        margin: 0 5px;
    }

    .nav-pills .nav-link:hover {
        background-color: #f0f4ff;
    }

    .nav-pills .nav-link.active {
        background: linear-gradient(135deg, #6d902d 0%, #6d902d 100%);
        color: white;
    }

    .info-card {
        background: white;
        border-radius: 12px;
        margin-bottom: 30px;
    }

    .info-card h3 {
        color: var(--primary-color);
        font-weight: 700;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .info-row {
        display: flex;
        padding: 15px 0;
        border-bottom: 1px solid #f0f0f0;
    }

    .info-row:last-child {
        border-bottom: none;
    }

    .info-label {
        font-weight: 600;
        color: #555;
        min-width: 150px;
    }

    .info-value {
        color: #333;
    }

    .contact-btn {
        background: linear-gradient(135deg, var(--primary-color) 0%, #84645b 100%);
        color: white;
        border: none;
        padding: 15px 40px;
        border-radius: 50px;
        font-weight: 600;
        font-size: 1.1rem;
        transition: all 0.3s ease;
        display: inline-flex;
        align-items: center;
        gap: 10px;
    }

    .contact-btn:hover {
        transform: translateY(-2px);
        color: white;
    }

    .section-title {
        color: #333;
        font-weight: 700;
        font-size: 1.8rem;
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .section-title::after {
        content: '';
        flex: 1;
        height: 3px;
        background: linear-gradient(90deg, var(--primary-color) 0%, transparent 100%);
    }

    .tab-content
    {
        border: 1px solid #bf7f6d80;
        padding: 20px;
        border-radius: 5px;
    }

    .detail-meta {
        display: flex;
        gap: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .detail-meta-item {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .detail-meta-label {
        color: #999;
        font-size: 0.9rem;
        font-weight: 600;
    }

    .detail-meta-value {
        color: #333;
        font-weight: 600;
    }

    .detail-meta-value.highlight {
        color: var(--primary-color);
    }

        .social-links .social-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        margin-right: 8px;
        border-radius: 50%;
        background: #f1f1f1;
        color: #333;
        font-size: 18px;
        transition: all 0.3s ease;
        text-decoration: none;
    }

    .social-links .social-icon:hover {
        background: var(--primary-color);
        color: white;
        transform: translateY(-3px);
    }

        .form-group {
        margin-bottom: 1.5rem;
        position: relative;
    }

    .form-group label {
        display: block;
        margin-bottom: 0.5rem;
        font-weight: 600;
        color: #2c3e50;
        font-size: 0.95rem;
        transition: color 0.3s ease;
    }

    .form-group label i {
        margin-right: 0.5rem;
        color: #27ae60;
    }

    .form-control {
        width: 100%;
        padding: 0.5rem 1rem;
        font-size: 1rem;
        border: 2px solid #e0e0e0;
        border-radius: 10px;
        transition: all 0.3s ease;
        background-color: #f8f9fa;
    }

    .form-control:focus {
        outline: none;
        border-color: #27ae60;
        background-color: #fff;
        transform: translateY(-2px);
        box-shadow: none;
    }

        /* -------------------------
    RESPONSIVE
    --------------------------*/

    /* Tablet */
    @media (max-width: 992px) {
        .detail-meta {
            gap: 20px 20px;
        }

        .detail-meta-item {
            min-width: 160px;
        }

        .info-overview h1 {
            margin-top: 25px !important;
        }

        .detail-hero {
            margin-top: 30px !important;
        }
    }

    /* Mobile */
    @media (max-width: 576px) {
        .cooperative-meta {
            flex-direction: column;
            gap: 20px;
        }

        .detail-meta {
            flex-direction: column;
            gap: 15px;
        }

        .detail-meta-item {
            min-width: 100%;
        }

        .detail-meta-label i {
            font-size: 1.1rem;
        }

        .info-overview h1 {
            margin-top: 25px !important;
        }

        .detail-hero {
            margin-top: 38px;
        }
    }
       .loader {
        text-align: center;
        padding: 10px;
    }

    .loader .spinner {
        width: 24px;
        height: 24px;
        border: 3px solid #ccc;
        border-top-color: #d97535;
        border-radius: 50%;
        animation: spin 0.7s linear infinite;
    }

    @keyframes spin {
        to { transform: rotate(360deg); }
    }


        /* Pagination */
    .coop-pagination {
        display: flex;
        justify-content: center;
        gap: 0.5rem;
        margin-top: 3rem;
        min-height: 40px;
    }

    .coop-pagination-btn {
        width: 35px;
        height: 35px;
        border: 1px solid #ddd;
        background: white;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
        font-weight: 600;
    }

    .coop-pagination-btn:hover {
        background: #d97535;
        color: white;
        border-color: #d97535;
    }

    .coop-pagination-btn.active {
        background: #d97535;
        color: white;
        border-color: #d97535;
    }

    .product-card {
        border-radius: 10px;
        overflow: hidden;
        transition: all 0.3s ease;
        background: white;
        border: 1px solid #80808040;
    }

    .product-card:hover {
        border-color: var(--primary-color);
    }

        /* Empty State */
    .empty-state {
        text-align: center;
        padding: 3rem 1rem;
    }

    .empty-state i {
        font-size: 5rem;
        color: #ddd;
        margin-bottom: 1rem;
    }

    .empty-state h3 {
        color: #999;
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
    }

    .empty-state p {
        color: #bbb;
    }
