/* =================================== */
/* ==== MOBILE-ONLY WHATSAPP ICON ==== */
/* =================================== */

.mobile-whatsapp-icon {
    display: none !important;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    width: 60px;
    height: 60px;
    background-color: #25D366; /* WhatsApp green */
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.mobile-whatsapp-icon:hover {
    transform: scale(1.1);
}

.mobile-whatsapp-icon img {
    width: 32px;
    height: 32px;
}

/* --- Show the icon only on mobile screens --- */
@media (max-width: 768px) {
    .mobile-whatsapp-icon {
        display: flex !important; /* Make it visible on screens 768px or smaller */
    }
}

@media(max-width:800px){
.hero h1 {
    font-size: 55px;
    padding: 0px 20px;
}
.services{
        padding: 0 20px 80px 20px;
}
.chooseus-content {
  flex: 1;
  max-width: 100% !important;
}
    .chooseus-section {
        padding: 60px 20px !important;
        align-items: flex-start;}

}

@media(max-width:600px){
    
    .whatsapp-popup {
    width: 234px;
}
.whatsapp-form button{
    padding:7px;
}
.whatsapp-form textarea {
    width: 100%;
    height: 59px;}
        .hero h1 {
        font-size: 46px;}

        .chooseus-image{
            max-width: 100%;
        }
        .contact-container{
           padding: 0 0px;
        }
          .faq-title{
    font-size: 35px;}
    

.common-optional-services h4{
    text-align: left;
}
header.sticky nav ul li a {
    color: white !important;
}
.whatsapp-popup{
    display:none !important;
}


}

@media (max-width: 450px) {
    .hero h1 {
        font-size: 29px;
    }
    .hero p {
    font-size: 14px;}
    

    .services h2 {
    font-size: 43px;}

    .solutions-heading {
    font-size: 29px;}

    .solutions-card{
        width: 300px !important;
    }

    .faq-title{
        font-size: 30px;
        margin-bottom:18px;
    }

    .about-heading {
    font-size: 20px;}
    .faq-question h3 {
    font-size: 16px;}

  .faq-section {
    padding: 0px 20px;}
    .innerpage-head {
    font-size: 31px;}

    .contact-form-wrapper .form-header h2 {
    color: #ffffff;
    font-size: 2rem;}

    .solutions-header {
            flex-direction: column;
    }

    .form-container {
    width: 100%;
}
.cta-text-box{
        white-space: normal;
}

}

    @media(max-width: 350px){
        .logo img {
    width: 185px !important;
}
.about-description
 {
    font-size: 14px;
    line-height: 23px;}

        .services h2 {
        font-size: 30px;
    }
    .faq-section {
    padding: 0px 20px;}
    }