/* ==========================
   WARQO FOOTER
   ========================== */

.footer-colors{
    background: linear-gradient(135deg,#ffffff 0%,#f7faff 100%);
    border-top: 5px solid #03a9ac;
    color:#2f2f2f;
}

/* Titles */
.footer-colors h4{
    color:#03a9ac;
    font-size:20px;
    font-weight:700;
    margin-bottom:20px;
    position:relative;
    display:inline-block;
}

.footer-colors h4::after{
    content:"";
    position:absolute;
    right:0;
    bottom:-8px;
    width:45px;
    height:3px;
    background:#152751;
    border-radius:20px;
}

/* Links */
.footer-colors a{
    color:#555;
    transition:.3s;
}

.footer-colors a:hover{
    color:#03a9ac;
    padding-right:8px;
}

/* Paragraph */
.footer-colors p{
    line-height:1.9;
    color:#666;
}

/* Contact Icons */
.footer-colors .fas,
.footer-colors .fab{
    color:#03a9ac;
    transition:.3s;
}

.footer-colors li:hover .fas,
.footer-colors li:hover .fab{
    color:#152751;
}

/* Social Icons */
.footer-colors .footer-social-btn{
    background:#03a9ac;
    color:#fff;
    transition:.35s;
    box-shadow:0 10px 25px rgba(36,107,254,.18);
}

.footer-colors .footer-social-btn:hover{
    background:#03a9ac;
    transform:translateY(-6px);
    box-shadow:0 18px 35px rgba(254,107,69,.25);
}

/* Logo */
.footer-colors img.h-20{
    transition:.4s;
}

.footer-colors img.h-20:hover{
    transform:scale(1.05);
}

/* Bottom Bar */
.footer-colors > div:last-child{
    background:#03a9ac;
    border:none;
}

.footer-colors > div:last-child,
.footer-colors > div:last-child a,
.footer-colors > div:last-child div{
    color:#fff;
}

/* Payment Icons */
.footer-colors > div:last-child img{
    background-color: #fff;
  width: 35px;
    padding:1px 5px;
    border-radius:3px;
    transition:.3s;
}

.footer-colors > div:last-child img:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

/* VAT & Commercial Register */
.footer-colors .space-y-3 li{
    padding:10px 0;
    border-bottom:1px dashed rgba(36,107,254,.15);
}

.footer-colors .space-y-3 li:last-child{
    border-bottom:none;
}

/* Responsive */
@media(max-width:768px){

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

.footer-colors h4::after{
    right:50%;
    transform:translateX(50%);
}

.footer-colors a:hover{
    padding-right:0;
}
}


/* إخفاء أيقونة الهاتف */
.footer-colors .fa-phone{
    display:none;
}

/* إضافة أيقونة واتساب */
.footer-colors li:has(.fa-phone)::before{
    content:"\f232";
    font-family:"Font Awesome 5 Brands";
    font-weight:400;
    color:#03a9ac;
    font-size:20px;
    margin-left:0px;
}