/* 
  Theme Name: Axtra - Digital Agency Portfolio Template
  Author: Crowdyflow
  Support: habib.crowdyflow@gmail.com
  Description: BUILDY – is a  Constructor HTML5 template that comes with high-quality 3 Pre build Home Pages and many built-in awesome inner pages  which are perfect for any creative agencies, designers, digital agencies, freelancers, developers, designers, marketing, startup, blog and portfolio.
  Version: 1.0
*/

    .whatsapp-button {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 1000;
}

.whatsapp-button a {
  display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: #fff;
    transition: background-color 0.3s, transform 0.3s;
    font-size: 28px;
}

.whatsapp-button a:hover {
    background-color: #128C7E;
    transform: scale(1.1);
}
/* Media Query for Tablet View */
@media screen and (max-width: 1024px) {
    .whatsapp-button {
        bottom: 127px; /* Adjust position for tablet view */
        right: 12px;  /* Adjust right margin for tablet view */
    }

    .whatsapp-button a {
        width: 55px;
        height: 55px;
        font-size: 26px;
    }
}
@media screen and (max-width: 768px) {
  .whatsapp-button {
        bottom: 116px; /* Adjust position for mobile view */
        right: 8px;  /* Adjust right margin for mobile view */
    }
    .whatsapp-button a {
      
        width: 50px;
        height: 50px;
        font-size: 24px;
        
    }
    
}


 