
/*=====================================
      STICKY WHATSAPP FOOTER STYLE
======================================-->*/
.sticky-footer-wh {
    position: fixed;
    bottom: 40px;
    right: 25px;
    z-index: 9999;
}

.whatsapp-desktop {
  
    align-items: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}



.whatsapp-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.whatsapp-content p {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    white-space: nowrap;
}



.whatsapp-icon-wrapper img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.whatsapp-tooltip {
    position: absolute;
    top: -50px;
    right: 0;
    padding: 8px 15px;
    border-radius: 8px;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.whatsapp-tooltip::after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 20px;
    width: 10px;
    height: 10px;
    background: #333;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.whatsapp-desktop:hover .whatsapp-tooltip {
    opacity: 1;
    visibility: visible;
    top: -60px;
}

.whatsapp-mobile {
    display: none;
    width: 10px;
    height: 10px;
  
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
}

.whatsapp-mobile:hover {
    transform: scale(1.1);
}


.whatsapp-icon-only img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}


/* Mobile Responsive */
@media (max-width: 768px) {
    .sticky-footer-wh {
        bottom: 20px;
        right: 20px;
    }
    
    .whatsapp-desktop {
        display: none;
    }
    
    .whatsapp-mobile {
        display: flex;
    }

}

@media (max-width: 480px) {
    .sticky-footer-wh {
        bottom: 59px;
        right: 10px;
    }
    
    .whatsapp-mobile {
        width: 50px;
        height: 50px;
    }
    
    .whatsapp-icon-only {
        padding: 10px;
    }
    
    .whatsapp-icon-only img {
        width: 18px;
        height: 15px;
    }
}

    .footer-part{
    background:#0f172a;
}

.footer-part h2,
.footer-part h3,
.footer-part h4,
.footer-part h5,
.footer-part p,
.footer-part span,
.footer-part li,
.footer-part a{
    color:#ffffff !important;
}

.footer-widget li a{
    color:#cbd5e1 !important;
    transition:0.3s;
}

.footer-widget li a:hover{
    color:#38bdf8 !important;
    padding-left:5px;
}

.footer-address li i{
    color:#38bdf8;
}

.footer-social li a{
    color:#fff;
    background:rgba(255,255,255,0.1);
    border-radius:50%;
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.footer-social li a:hover{
    background:#38bdf8;
    color:#fff;
}

.news-form input{
    background:#1e293b;
    color:#fff;
    border:1px solid #334155;
}

.news-form input::placeholder{
    color:#cbd5e1;
}

.footer-end{
    background:#020617;
}

.footer-count h5{
    color:#38bdf8 !important;
    font-weight:700;
}

.footer-payment .badge{
    font-size:13px;
    padding:10px 15px;
    border-radius:50px;
}

.footer-option button{
    color:#fff;
    background:#1e293b;
    border:none;
}
