#blog-sec .blog-box img {
    height: 340px;
}
.ftft .footer-widget p {
    font-size: 13px;
}

.ftft .footer-widget p i {
    color: #c0790d;
    margin-right: 5px;
}
.sap h3 a {
    color: #c0790d;
}
.speci {
    padding: 50px 0px;
}
#service-sec .service-card .box-img {
    height: 200px;
}

#service-sec .service-card .box-img img {
    width: 100%;
}
.ftft .footer-widget p {
    font-size: 17px;
}

.ftft .footer-widget p i {
    color: #c0790d;
    margin-right: 5px;
}
.th-btnnn{
    position: relative;
z-index: 2;
overflow: hidden;
vertical-align: middle;
display: inline-block;
border: none;
text-transform: uppercase;
text-align: center;
background-color: #c0790d;
color: var(--white-color);
font-family: var(--title-font);
font-size: 14px;
font-weight: 600;
line-height: 1;
padding: 15px 0px;
min-width: 147px;
border-radius: 6px;
}
.spec-contact h2{
    font-size:30px;
}
.speci .res-line {
    border-bottom: 3px solid #e59920;
width: 230px;
margin-bottom: 10px;
border-radius: 10px

    }
    .spex {
        padding: 5px 0px 30px 0px ;
    }
    .spex h3{
        font-size: 18px;
        padding-top: 20px;
    }
    .whatsapp-button {
        position: fixed;
        left: 20px;
        bottom: 20px;
        z-index: 1000; /* Ensure the button is above other content */
      }
      
      .whatsapp-button img {
        width: 54px;
          height: auto;
          border-radius: 50%;
          /* border: 2px solid #fff; */
          /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); */
          transition: transform 0.3s ease;
      }
      
      /* Hover effect */
      .whatsapp-button img:hover {
        transform: scale(1.1); /* Scale up on hover */
      }
      
      
      
    
        
        .mobile-logo img{
            width: 170px;
            height: 100px;
           
        }
        
         .header-logo img {
            width: 200px;
            height: 130px;
            margin-left: 65px;
         }
       @media (max-width: 450px) {
    .header-logo img {
        width: 120px;     /* adjust as needed */
        height: auto;     /* keeps proper aspect ratio */
        margin-left: 8px;
    }
}
            
