body{
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}
*{
    font-weight: 600;
}

#open-close{
    margin-left: 1%;
    font-size: 28px;
    color:#0d6efd;
}

.logo{
    margin-left: -20%;
    margin-top: -4px;
}
.title{
    font-size: 33px;
    font-weight: 700 !important;
    color: #0066ff !important;
}

.text-primary {
    font-size: 26px;
    color: black !important;
}



.row{
    position: relative;
    width: 100%;
    justify-content: space-between;
    display: flex;
    background-color: white !important;
    flex-direction: row;
    margin: 0;
    overflow-x: visible;
    z-index: 1; 
}

#categories{
display: none;
}


.container-fluid:first-of-type {
    position: sticky;
    top: 0;
    z-index: 1001;
    background-color: white;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.filter {
    position: sticky;
    top: 80px;
    z-index: 10; 
    margin-left: 3%;
    width: 24%;
    height: 30%;
    margin-right: 1%;
    padding: 1%;
    margin-top: 1.5%;
    align-self: flex-start;
} 

input{
    color: #0d6efd;
    accent-color:#0d6efd;
}

h1{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 28px;
}

.fa-filter{
    padding-top: 2.5%;
    padding-right: 2%;
    font-size: 32px;
    color:#0d6efd;
}

.filter .typess::-webkit-scrollbar {
    width: 8px;
}

.filter .typess::-webkit-scrollbar-track {
    background: #f0f3f7;
    border-radius: 10px;
}

.filter .typess::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #0d6efd 0%, #0b5ed7 100%);
    border-radius: 10px;
}

.filter .typess::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #0b5ed7 0%, #0a58ca 100%);
}

.filter-section::-webkit-scrollbar {
    width: 6px;
}

.filter-section::-webkit-scrollbar-track {
    background: #f0f3f7;
    border-radius: 10px;
}

.filter-section::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #0d6efd 0%, #0b5ed7 100%);
    border-radius: 10px;
}

.filter-section::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #0b5ed7 0%, #0a58ca 100%);
}

.filter-section-wrapper {
    border: 1px solid #e3e8ef;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fc 100%);
    box-shadow: 0 4px 15px rgba(13, 110, 253, 0.08);
    transition: all 0.3s ease;
}

.filter-section-wrapper:hover {
    box-shadow: 0 6px 20px rgba(13, 110, 253, 0.15);
    transform: translateY(-2px);
}

.filter-section-wrapper h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #0d6efd;
    margin-top: 0;
    border-bottom: 2px solid #e3e8ef;
    padding-bottom: 12px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    font-size: 15px;
}

.filter-section {
    max-height: 150px;
    overflow-y: auto;
    padding-right: 8px;
    scrollbar-width: thin;
    scrollbar-color: #0d6efd #f0f3f7;
}

.typess{
    font-size: 17px;
}

.les_produits{
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 5%;
    padding-right: 2%;
    padding-top: 2%;
}

.pro{
    display: flex;
    flex-direction:column;
    align-items: center;
    align-content: center;
    color: #0d6efd !important;
    border: solid #0d6efd 5px;
    width: 28%;
    border-radius: 10px;
    height: fit-content;
    padding-top: 1%;
    padding-bottom: 1% !important;
    margin-left: 2%;
    margin-right: 3%;
    margin-bottom: 3%;
    overflow: hidden !important;
    text-align: center;
    transition: box-shadow 0.3s ease-in-out !important;
}

.pro:hover{
    box-shadow: 35px 35px 25px rgba(0, 0, 0, 0.5) !important;
    cursor: pointer;
}

img{
    width: 84% !important;
    aspect-ratio: 3 / 4 !important;
    height: auto !important;
    padding-bottom: 5px !important;
}

.pro .product_name {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 4.2em;
    line-height: 1.5em;
}

.buy-now-btn {
    margin-top: 2%;
    background-color:gold;
    color: black;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: 1;
}

.buy-now-btn:hover {
    color: #000000;
    transform: scale(1.1);
    opacity: 0.9;
}

.pagination {
    z-index: 1000;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 20px 0;
    position: relative;
}

.pagination input[type="button"],
.pagination button {
    padding: 8px 16px;
    background-color: #0d6efd;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.pagination input[type="button"]:hover,
.pagination button:hover {
    background-color: #0b5ed7;
}

button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #333;
    margin: 0 5px;
}

button:hover {
    color: #007BFF;
}

#page-number {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 0 5px;
    background: #f9f9f9;
}

.footer {
    background-color: #000000;
    color: white;
    padding: 2rem 1rem;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
}

.footer-about {
    font-size: 0.9rem;
}

.footer-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: #007bff;
}

.footer-text {
    color: #ffffff;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.social-links {
    margin-top: 0.5rem;
}

.social-title {
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: #007bff;
}

.social-icons {
    display: flex;
    gap: 1rem;
}

.social-icons i {
    font-size: 1.2rem;
    color: #ffffff;
    transition: all 0.3s ease;
}

.social-icons a:hover i {
    color: #007bff;
    transform: scale(1.1);
}

.footer-map {
    border: 2px solid #007bff;
    border-radius: 8px;
    overflow: hidden;
}

.footer-map iframe {
    width: 100%;
    height: 200px;
    border-radius: 6px;
}

.footer-credit {
    text-align: center;
    padding-top: 1rem;
    color: #007bff;
    font-size: 0.8rem;
    border-top: 1px solid #007bff;
    margin-top: 1rem;
}

.list-group-item, .logo{
    cursor: pointer;
}

#open-close:hover {
    animation: rotateBounce 0.6s ease-in-out;
    cursor: pointer;
}

.list-group-item:hover{
    color: #007bff;
}

@keyframes rotateBounce {
    0% { transform: rotate(0deg) translateY(0); }
    50% { transform: rotate(60deg) translateY(0px); }
    100% { transform: rotate(60deg) translateX(7px); }
}

.pro .price{
    color: #0004ff !important;
    font-weight: 630 !important;
    font-size: 21px;
}

.over{
    color: green;
    font-weight:bold;
    height: fit-content !important;
    padding: 3px 8px !important;
    border: 1px solid green;
    border-radius: 4px;
    background-color: rgba(0, 128, 0, 0.1);
    font-family: Arial, sans-serif;
    display: block;
}

/* Mobile Styles - 768px and below */
@media (max-width: 768px) {
    body {
        margin: 0;
        padding: 0;
        width: 100%;
        overflow-x: hidden;
    }

    #open-close {
        margin-left: 5%;
        font-size: 24px;
        color: #0d6efd;
    }

    .logo {
        margin-left: 0;
        margin-top: 0;
    }

    .text-primary {
        padding-top: 5px;
        font-size: 15px;
    }

    .row {
        flex-direction: column;
        align-items: center;
        overflow: visible;
        flex-wrap: wrap;
    }

    #categories {
        width: 80%;
        height: 50%;
        font-size: 17px;
        display: none;
        position: absolute;
        width: 40%;
        margin-right: 60%;
    }



    .filter {
        align-self: center;
        top: 10px;
        position: relative;
        width: 90%;
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 30px;
        width: 100%;
        padding: 0;
    }

    .filter > div:first-child {
        max-height: 450px !important;
        padding-right: 8px !important;
    }

    .filter-section-wrapper {
        border-radius: 8px;
        padding: 12px;
        margin-bottom: 12px;
        box-shadow: 0 2px 8px rgba(13, 110, 253, 0.08);
    }

    .filter-section-wrapper:hover {
        box-shadow: 0 3px 12px rgba(13, 110, 253, 0.12);
        transform: translateY(-1px);
    }

    .filter-section-wrapper h2 {
        font-size: 13px;
        margin-bottom: 10px;
        padding-bottom: 8px;
        letter-spacing: 0.2px;
    }

    .filter-section {
        max-height: 120px;
        padding-right: 4px;
    }

    .filter-section > div {
        margin-bottom: 10px !important;
        padding: 6px 8px !important;
        border-radius: 6px !important;
    }

    .filter-section input[type="checkbox"] {
        width: 16px !important;
        height: 16px !important;
        margin-right: 8px !important;
    }

    .filter-section label {
        font-size: 13px !important;
        font-weight: 500 !important;
    }

    .filter .typess::-webkit-scrollbar {
        width: 4px;
    }

    .filter-section::-webkit-scrollbar {
        width: 3px;
    }

    .filter-section-wrapper:hover {
        transform: none;
    }

    .filter-section > div:hover {
        transform: none !important;
    }

    input {
        font-size: 16px;
    }

    h1 {
        height: 24px;
        font-size: 17px;
        text-align: center;
        flex-wrap: wrap;
    }

    .fa-filter {
        padding-right: 2%;
        font-size: 24px;
        padding-top: 3px;
    }

    .typess {
        padding: 4%;
        font-size: 14px;
        line-height: 150%;
    }

    .les_produits {
        width: 100%;
        flex-direction: row;
        padding: 2%;
    }

    .pro {
        width: 48.3% !important;
        height: 80%;
        margin: 10px auto;
        border-width:3px;
        font-size: 12px !important;
        font-size: 16px !important;
    }

    .pro .over{
        height: fit-content !important;
        padding: 3px 8px !important;
    }

    img {
        width: 95% !important;
        height: 220px !important;
    }



    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .social-icons {
        justify-content: center;
    }
}

/* Extra small phones - 480px and below */
@media (max-width: 480px) {
    .filter > div:first-child {
        max-height: 350px !important;
        padding-right: 4px !important;
    }

    .filter-section-wrapper {
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 6px;
    }

    .filter-section-wrapper h2 {
        font-size: 12px;
        margin-bottom: 8px;
        padding-bottom: 6px;
    }

    .filter-section {
        max-height: 100px;
        padding-right: 2px;
    }

    .filter-section > div {
        margin-bottom: 8px !important;
        padding: 5px 6px !important;
    }

    .filter-section input[type="checkbox"] {
        width: 14px !important;
        height: 14px !important;
        margin-right: 6px !important;
    }

    .filter-section label {
        font-size: 15px !important;
    }

    .filter .typess::-webkit-scrollbar,
    .filter-section::-webkit-scrollbar {
        width: 0;
    }
}

.container-fluid.bg-light.p-3 {
        position: sticky;
    top: 0;
    z-index: 1111;
    background: linear-gradient(100deg, #ffffff80, #00a1ff) !important;
    padding: 10px 40px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid #e5e7eb;
    margin: 0 !important;
}

.d-flex.justify-content-between.align-items-center {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 24px;
    flex-wrap: wrap;
}

#open-close {
    display: none !important;
    width: 44px;
    height: 44px;
    background: #0066ff;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: all 0.2s ease;
    box-shadow: 0 2px 6px rgba(0, 102, 255, 0.2);
}

#open-close:hover {
    background: #0052cc;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0, 102, 255, 0.25);
}

#open-close:active {
    transform: translateY(0);
}

#open-close span {
    width: 20px;
    height: 2px;
    background: white;
    border-radius: 2px;
    transition: all 0.2s ease;
}

.input-group.w-50.search-container {
    flex: 1;
    max-width: 580px;
    width: 100% !important;
    position: relative;
}

.search-wrapper {
    display: flex;
    align-items: center;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px !important;
    padding: 4px 4px 4px 18px;
    transition: all 0.2s ease;
}

.search-wrapper:focus-within {
    background: #ffffff;
    border-color: #0066ff;
    box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.1);
}

#cher.form-control.search-input {
    flex: 1;
    border: none !important;
    background: transparent !important;
    padding: 10px 12px !important;
    font-size: 15px !important;
    outline: none !important;
    color: #1e293b !important;
    box-shadow: none !important;
}

#cher.form-control.search-input::placeholder {
    color: #94a3b8;
}

.btn.btn-primary.search-btn {
    width: 42px !important;
    height: 42px !important;
    border-radius: 10px !important;
    border: none !important;
    background: #0066ff !important;
    color: white !important;
    cursor: pointer;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
    padding: 0 !important;
    box-shadow: 0 2px 6px rgba(0, 102, 255, 0.2) !important;
}

.btn.btn-primary.search-btn:hover {
    background: #0052cc !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 10px rgba(0, 102, 255, 0.25) !important;
}

.btn.btn-primary.search-btn:active {
    transform: translateY(0) !important;
}

.btn.btn-primary.search-btn i {
    font-size: 16px;
}

.fs-4.fw-bold.d-flex.align-items-center.icom {
    display: flex !important;
    gap: 20px;
    align-items: center !important;
}

a.cart-float.action-btn.cart-btn {
    position: relative !important;
    width: 44px !important;
    height: 44px !important;
    background: #ff6b35 !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: white !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 6px rgba(255, 107, 53, 0.2) !important;
    cursor: pointer !important;
}

a.cart-float.action-btn.cart-btn:hover {
    background: #e85a28 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 10px rgba(255, 107, 53, 0.25) !important;
}

a.cart-float.action-btn.cart-btn i {
    font-size: 18px !important;
}

.cart-text {
    display: none !important;
}

span.cart-count.badge-count {
    position: absolute !important;
    top: -6px !important;
    right: -6px !important;
    background: #dc3545 !important;
    color: white !important;
    border-radius: 50% !important;
    min-width: 22px !important;
    height: 22px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 2px solid white !important;
    box-shadow: 0 2px 6px rgba(220, 53, 69, 0.3) !important;
}

a.whatsapp-float.action-btn.maintenance-btn {
    position: relative !important;
    width: 44px !important;
    height: 44px !important;
    background: #0066ff !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: white !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 6px rgba(0, 102, 255, 0.2) !important;
    cursor: pointer !important;
}

a.whatsapp-float.action-btn.maintenance-btn:hover {
    background: #0052cc !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 10px rgba(0, 102, 255, 0.25) !important;
}

.whatsapp-float-content {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.whatsapp-float-content i {
    font-size: 18px !important;
}

.whatsapp-text {
    display: none !important;
}

a.call-float.action-btn.call-btn {
    position: relative !important;
    width: 44px !important;
    height: 44px !important;
    background: #25d366 !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: white !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 6px rgba(37, 211, 102, 0.2) !important;
    cursor: pointer !important;
}

a.call-float.action-btn.call-btn:hover {
    background: #1fb855 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 10px rgba(37, 211, 102, 0.25) !important;
}

.call-float-content {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.call-float-content i {
    font-size: 18px !important;
}

.call-text {
    display: none !important;
}

.logo{
    margin-top: -0.5%;
    margin-left: -30%;
}     


        #suggestionsList.suggestions-list {
	position: absolute !important;
	top: calc(100% + 8px) !important;
	left: 0 !important;
	right: 0 !important;
	background: #ffffff !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 12px !important;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
	max-height: 400px !important;
	overflow-y: auto !important;
	z-index: 10000 !important;
	padding: 6px !important;
}

#suggestionsList.suggestions-list li {
	padding: 12px 16px !important;
	cursor: pointer !important;
	transition: all 0.15s ease !important;
	border-radius: 8px !important;
	margin-bottom: 2px !important;
	color: #475569 !important;
	font-size: 14px !important;
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
    border-bottom:3PX #0066ff solid ;
}


#suggestionsList.suggestions-list li:hover {
	background: #f1f5f9 !important;
	color: #0066ff !important;
}



        #suggestionsList.suggestions-list::-webkit-scrollbar {
	width: 6px;
}

#suggestionsList.suggestions-list::-webkit-scrollbar-track {
	background: #f1f5f9;
	border-radius: 10px;
}

#suggestionsList.suggestions-list::-webkit-scrollbar-thumb {
	background: #cbd5e1;
	border-radius: 10px;
}

#suggestionsList.suggestions-list::-webkit-scrollbar-thumb:hover {
	background: #94a3b8;
}





@media (max-width: 768px) {

    .fs-4.fw-bold.d-flex.align-items-center.icom {
        margin: 0%;
        gap: 12px;
    }

    .d-flex.justify-content-between.align-items-center {
        gap: 12px;
    }

    .input-group.w-50.search-container {
        order: 3;
        width: 100% !important;
        max-width: 100%;
    }

    a.cart-float.action-btn.cart-btn,
    a.whatsapp-float.action-btn.maintenance-btn,
    a.call-float.action-btn.call-btn {
        width: 40px !important;
        height: 40px !important;
    }

    span.cart-count.badge-count {
        min-width: 20px !important;
        height: 20px !important;
        font-size: 10px !important;
    }
    
    .logo{
        margin-left: 0%;
    }
}







/* Announcement Bar */
.announcement-bar {
       background: linear-gradient(135deg, #ffa63d 0%, #ff7a00 100%);

    color: white;
    padding: 12px 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    animation: slideDown 0.5s ease-out;
}


.announcement-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
}

.announcement-text {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.announcement-icon {
    font-size: 24px;
    animation: bounce 2s infinite;
}

.text-fr, .text-ar {
    display: inline-block;
    padding: 0 10px;
}

.text-ar {
    font-family: 'Arial', sans-serif;
    direction: rtl;
    border-right: 2px solid rgba(255, 255, 255, 0.3);
}

.announcement-close {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    font-size: 24px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.announcement-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes shimmer {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .announcement-bar {
        padding: 10px 15px;
    }
    
    .announcement-text {
        font-size: 10px;
        gap: 0px;
        flex-direction: column;
    }
    
    .announcement-icon {
        font-size: 20px;
    }
    
    .text-ar {
        border-right: none;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        padding-top: 8px;
        margin-top: 5px;
    }
    
    .announcement-close {
        width: 28px;
        height: 28px;
        font-size: 20px;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-width: 480px) {
    .announcement-text {
        font-size: 10px;
    }
}



.footer {
            background: #000;
            color: #fff;
            margin-top: auto;
        }

        .footer-top {
            background: linear-gradient(180deg, #0a0a0a 0%, #000 100%);
            padding: 4rem 2rem;
            border-top: 3px solid #007bff;
        }

        .footer-container {
            max-width: 1400px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1.2fr;
            gap: 3rem;
        }

        /* Column 1: About */
        .footer-column h3 {
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            color: #007bff;
            position: relative;
            padding-bottom: 0.8rem;
        }

        .footer-column h3::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 3px;
            background: #007bff;
        }
		.footer-column ul {
			padding-left: 1rem !important;
		}

        .footer-about p {
            color: #b0b0b0;
            line-height: 1.8;
            font-size: 0.95rem;
            margin-bottom: 1.5rem;
        }

        .brand-info {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-bottom: 1.5rem;
        }

        .brand-logo {
            width: 45px;
            height: 45px;
            background: linear-gradient(135deg, #007bff, #0056b3);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.3rem;
            font-weight: 900;
            color: black;
        }

        .brand-name {
            font-size: 1.5rem;
            font-weight: 700;
            color: #fff;
        }

        /* Column 2: Services */
        .footer-services ul {
            list-style: none;
        }

        .footer-services li {
            margin-bottom: 1rem;
            padding-left: 1.5rem;
            position: relative;
            color: #b0b0b0;
            font-size: 0.95rem;
            transition: all 0.3s ease;
        }

        .footer-services li::before {
            content: '\f105';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            position: absolute;
            left: 0;
            color: #007bff;
        }

        .footer-services li:hover {
            color: #007bff;
            padding-left: 2rem;
        }

        /* Column 3: Liens Rapides */
        .footer-links ul {
            list-style: none;
        }

        .footer-links li {
            margin-bottom: 1rem;
        }

        .footer-links a {
            color: #b0b0b0;
            text-decoration: none;
            font-size: 0.95rem;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            transition: all 0.3s ease;
        }

        .footer-links a i {
            color: #007bff;
            font-size: 0.8rem;
        }

        .footer-links a:hover {
            color: #007bff;
            padding-left: 0.5rem;
        }

        /* Column 4: Contact */
        .contact-info {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }

        .contact-item {
            display: flex;
            align-items: flex-start;
            gap: 1rem;
        }

        .contact-icon {
            width: 40px;
            height: 40px;
            background: rgba(0, 123, 255, 0.1);
            border: 1px solid rgba(0, 123, 255, 0.3);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .contact-icon i {
            color: #007bff;
            font-size: 1.1rem;
        }

        .contact-details {
            flex: 1;
        }

        .contact-label {
            font-size: 0.8rem;
            color: #007bff !important;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 0.3rem;
            display: block;
        }

        .contact-value {
            color: #fff;
            font-size: 1rem;
            font-weight: 500;
        }

        .contact-value a {
            color: #fff;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .contact-value a:hover {
            color: #007bff;
        }

        .social-links {
            display: flex;
            gap: 0.8rem;
            margin-top: 1rem;
        }

        .social-links a {
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .social-links a:hover {
            background: #007bff;
            border-color: #007bff;
            transform: translateY(-3px);
        }

        /* Footer Middle - Map */
        .footer-middle {
            background: #0a0a0a;
            padding: 0;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
        }

        .footer-map {
            width: 100%;
            height: 300px;
            position: relative;
            overflow: hidden;
        }

        .footer-map iframe {
            width: 100%;
            height: 100%;
            border: none;
            transition: filter 0.3s ease;
        }

        .map-overlay {
            position: absolute;
            top: 2rem;
            left: 2rem;
            background: rgba(0, 0, 0, 0.85);
            backdrop-filter: blur(10px);
            padding: 1.5rem 2rem;
            border-radius: 12px;
            border: 1px solid rgba(0, 123, 255, 0.3);
            z-index: 10;
        }

        .map-overlay h4 {
            color: #007bff;
            font-size: 1.1rem;
            margin-bottom: 0.5rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .map-overlay p {
            color: #fff;
            font-size: 0.9rem;
            margin: 0;
        }

        /* Footer Bottom */
        .footer-bottom {
            background: #000;
            padding: 2rem;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
        }

        .footer-bottom-content {
            max-width: 1400px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 1.5rem;
        }

        .copyright {
            color: #666;
            font-size: 0.9rem;
        }

        .copyright a {
            color: #007bff;
            text-decoration: none;
            font-weight: 600;
        }

        .footer-legal {
            display: flex;
            gap: 2rem;
        }

        .footer-legal a {
            color: #888;
            text-decoration: none;
            font-size: 0.9rem;
            transition: color 0.3s ease;
        }

        .footer-legal a:hover {
            color: #007bff;
        }

        /* Responsive Design */
        @media (max-width: 1200px) {
            .footer-container {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .footer-top {
                padding: 3rem 1.5rem;
            }

            .footer-container {
                grid-template-columns: 1fr;
                gap: 2.5rem;
            }

            .map-overlay {
                position: static;
                margin: 1rem;
            }

            .footer-map {
                height: 250px;
            }

            .footer-bottom-content {
                flex-direction: column;
                text-align: center;
            }

            .footer-legal {
                flex-direction: column;
                gap: 1rem;
            }
        }

