.footer-section {
    position: relative;
    background: #4D4541; 
    color: #fff;
    margin-top: 0;
    padding-top: 150px;
    padding-bottom: 50px;
    text-align: center;
    direction: rtl;
    overflow: hidden;
}

.footer-background-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/pages/footer.png");
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.footer-background-layer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #39260b85;
}

.footer-curve-top {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 150px;
    overflow: hidden;
    line-height: 0;
    z-index: 5;
    rotate: 180deg;
}

.footer-curve-top .shape-fill {
    fill: #f5f5f5;
}

.footer-content {
    max-width: 900px; 
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}

.footer-grid {
    display: none; 
}
.subscription-form,
.whatsapp-btn.full-width,
.payment-icons {
    display: none; 
}

.footer-logo-container {
    text-align: center;
    margin: 0 0 40px 0;
}
.footer-logo {
    font-size: 3rem; 
    font-weight: 400;
    color: white;
    letter-spacing: 15px; 
    margin-bottom: 5px;
}
.footer-logo-exp {
    : 'Almarai', sans-serif; 
    font-size: 1rem;
    color: white;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 25px;
    opacity: 0.8;
}

.footer-description {
    color: white;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 40px;
    padding: 0 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.contact-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}

.contact-btn {
    display: flex;
    align-items: center;
    padding: 12px 30px;
    background-color: #BF9456;
    color: #fff;
    border: 1px solid #BF9456;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s ease;
    min-width: 250px; 
    justify-content: center;
}

.contact-btn:hover {
    background-color: white;
    color: #4D4541;
    border-color: white;
    transform: translateY(-2px);
}

.contact-btn i {
    margin-left: 10px;
    font-size: 1.1rem;
}

.social-icons-main {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.social-icons-main a {
    color: white;
    font-size: 1.1rem;
    border: 1px solid white;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.social-icons-main a:hover {
    background-color: white;
    color: #4D4541;
    transform: scale(1.1);
}

.footer-copyright {
    padding-top: 25px;
    border-top: 1px solid rgba(232, 211, 196, 0.2);
    color: white;
    font-size: 0.9rem;
    text-align: center;
    opacity: 0.7;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-section {
        padding-top: 100px;
    }
    .footer-curve-top {
        height: 100px;
    }
    .footer-logo {
        font-size: 2.2rem;
        letter-spacing: 10px;
    }
    .footer-description {
        padding: 0 10px;
    }
    .contact-buttons {
        gap: 10px;
    }
    .contact-btn {
        min-width: 80%;
        max-width: 300px;
    }
}
.main-design-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden; 
}

.top-curve-svg {
    position: absolute; 
    top: 0; 
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 2;
}

.top-curve-svg path {
    fill: #F5F5F5; 
}


.content-section {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 400px;
    background-color: #634e3d; 
    
    background-image: url('https://i.imgur.com/g8d1X9y.jpeg');
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply; 
    
    padding-top: 150px; 
}

.content-container {
    text-align: center;
    color: white;
    padding: 20px;
}

.logo {
    font-size: 2em;
    font-weight: bold;
}