.footer-special {
    background-color: #0f122c !important;
    background-image: url("https://www.transparenttextures.com/patterns/carbon-fibre.png");
    font-family: "Inter", "Cairo", sans-serif;
}

.text-orange {
    color: #f05624 !important;
}

.footer-list a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    font-weight: bold;
}

.footer-list a:hover {
    color: #f05624;
    padding-inline-start: 5px;
}

.transition {
    transition: all 0.3s ease;
}

.hover-orange:hover {
    color: #f05624 !important;
    opacity: 1 !important;
    transform: translateY(-3px);
}

[dir="rtl"] .text-lg-start {
    text-align: right !important;
}

[dir="ltr"] .text-lg-start {
    text-align: left !important;
}

.me-3 {
    margin-right: 1rem;
}

[dir="rtl"] .me-3 {
    margin-right: 0;
    margin-left: 1rem;
}

.footer-list i {
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
}

.newsletter-box {
    position: relative;
    max-width: 300px;
}

.newsletter-box input {
    border-radius: 30px;
    padding: 10px 20px;
    border: none;
    font-size: 0.85rem;
    background: white;
}

.newsletter-box .btn-orange {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    color: #F05624;
    border: none;
    font-size: 1.2rem;
    padding: 0 15px;
}

[dir="rtl"] .newsletter-box .btn-orange { left: 0; }
[dir="ltr"] .newsletter-box .btn-orange { right: 0; }

.social-icons a {
    color: white;
    font-size: 1rem;
    opacity: 0.8;
}

.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    z-index: 100;
}

.whatsapp-float:hover {
    background-color: #128c7e;
    color: white;
    transform: scale(1.1);
}

.footer-bottom {
    border-top: 1px solid rgba(0,0,0,0.05);
}

.payment-methods img {
    filter: grayscale(1);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.payment-methods img:hover {
    filter: grayscale(0);
    opacity: 1;
}

[dir="rtl"] .text-md-start { text-align: right !important; }
[dir="rtl"] .text-md-end { text-align: left !important; }
