.download-app-link {
    position: fixed;
    top: 10px;
    left: 20px;
    padding: 10px 20px;
    z-index: 1000;
}

html:lang(ar) .download-app-link {
    left: 20px;
    right: auto;
}

html:lang(en) .download-app-link {
    right: 20px;
    left: auto;
}

.download-app {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.download-app h3 {
    font-weight: bold;
}

.sidebar {
    background: #eef3f7;
    padding: 20px;
    border-radius: 10px;
}
.sidebar .list-group-item.active {
    background-color: #0DAE91;
    border-color: #0DAE91;
}
.menu-card {
    background: white;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 15px;
}
.menu-card img {
    border-radius: 8px;
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.menu-title {
    font-weight: bold;
}
.discount {
    text-decoration: line-through;
    color: red;
    font-size: 14px;
}

.product-details{
    padding-right: 11px;
}

/* Section styling */
.container h3 {
    font-weight: bold;
    color: #333;
}

/* Sidebar menu */
.list-group-item {
    cursor: pointer;
}

.list-group-item.active {
    background-color: #39a896;
    border-color: #39a896;
    color: white;
}

/* Card styling */
.card {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-title {
    font-weight: bold;
}

.card-text {
    font-size: 14px;
    color: #666;
}

.store-banner {
    position: relative;
}

.store-cover {
    height: 200px;
    object-fit: cover;
}

.store-details {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.store-logo img {
    width: 80px;
    height: 80px;
    border: 3px solid white;
    background: white;
    padding: 5px;
}


.footer-area {
    background: #F1F5F9;
    padding: 5em 0 0 0;
}

.footer-area a{
    text-decoration: none;
}

.footer-area .footer-logo {
    margin-bottom: 30px
}

.footer-area .footer-pera .info1 {
    margin-bottom: 10px;
    line-height: 1.8
}

.footer-area .footer-pera.footer-pera2 p {
    padding: 0
}

.footer-area .footer-tittle h4 {
    color: #000;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
}

.footer-area .footer-tittle ul li {
    color: #012f5f;
    margin-bottom: 15px;
    list-style: none;
}

.footer-area .footer-tittle ul li a {
    color: #868c98;
    font-family: var(--main-font);
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: #475569;
}

.footer-area .footer-tittle ul li a:hover {
    color: var(--main-color);
    padding-left: 5px
}



html:lang(ar) .footer-area .footer-tittle h4,
html:lang(ar) .footer-area .footer-tittle ul {
    text-align: right;
    padding-right: 0;
}

html:lang(en) .footer-area .footer-tittle h4,
html:lang(en) .footer-area .footer-tittle ul {
    text-align: left;
    padding-left: 0;
}


.footer-area .info.error {
    color: var(--main-color)
}

.footer-area .footer-social {
    margin-top: 2em;
}

.footer-area .footer-social li {
    display: inline-block;
    padding: 0 0.3em;
}

.footer-area .footer-social li.google {
    border-left: 1.5px solid #CBD5E1;
    padding-left: 0.5em;
}

.footer-area .footer-social li a {
    opacity: 0.5;
}

.footer-area .footer-social li a:hover {
    padding: 0 !important;
    opacity: 1;
}

.footer-area .footer-copy-right {
    padding-top: 20px;
    border-top: 1px solid #CBD5E1;
    margin-top: 2em;
}

.footer-area .footer-copy-right a {
    font-family: var(--main-font);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #0F172A;
}

.footer-area .footer-copy-right a span {
    font-family: var(--main-font);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #475569;
}

.footer-area .footer-copy-right .dropdown-menu {
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 5%);
    border: none;
    border-radius: 0;
}

.footer-area .footer-copy-right .dropdown-toggle::after {
    display: none;
}

.footer-area .footer-copy-right p {
    font-family: var(--main-font);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #0F172A;
}

.footer-area .footer-copy-right p a {
    color: #0F172A;
}

.footer-area .footer-copy-right p a:hover {
    color: var(--main-color)
}



/* Responsive Adjustments */
@media (max-width: 768px) {
 
    .product-details p {
        white-space: normal; /* Allow text to wrap */
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 40px;
        line-height: 1.5;
        font-size: 12px;
    }
    .product-details {
        padding-right: 5px;
        width: 100%;
    }

    .store-details {
        top: 40%;
        transform: translate(-50%, -40%);
    }

    .store-logo img {
        width: 60px;
        height: 60px;
    }
    
    .download-app {
        padding: 20px;
    }
    
    .sidebar {
        margin-bottom: 20px;
    }
    
    .list-group-item {
        text-align: center;
    }
    
    .card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .card img {
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
    }

    .footer-area {
        text-align: center;
    }

    .footer-tittle ul {
        text-align: center;
    }

    .footer-social ul {
        justify-content: center !important;
    }
    
   }

@media (max-width: 480px) {
    .apple-store-img{
        margin-top: 5px;
    }
    .product-details p {
        font-size: 11px; /* Make text smaller */
        max-height: 36px;
    }

    .product-details {
        padding-right: 3px;
    }


    .card {
        flex-direction: column; /* Stack elements on smaller screens */
        align-items: center;
        text-align: center;
    }

    .card img {
        width: 50px;
        height: 50px;
        margin-bottom: 5px;
    }

    .store-details {
        top: 30%;
        transform: translate(-50%, -30%);
    }
    
    .store-logo img {
        width: 50px;
        height: 50px;
    }
    
    .download-app h3 {
        font-size: 18px;
    }
    
    .download-app p {
        font-size: 14px;
    }
    
    .social-icon {
        width: 30px; /* Make icons smaller */
    }


    .footer-area .footer-tittle ul {
        padding-left: 0;
        list-style: none;
        text-align: center;

    }

    .footer-area .footer-social ul {
        display: flex;
        justify-content: center;
    }


    .footer-area .footer-tittle h4 {
        text-align: center;
    }

 

    .footer-area .footer-copy-right {
        padding: 10px;
    }

}

@media (min-width: 992px) {
    .footer-tittle h4 {
        text-align: left;
    }

    .footer-tittle ul {
        text-align: left;
    }

    .footer-social ul {
        justify-content: flex-start;
    }
}
