/* ===== Announcement Bar Custom Style ===== */
.ae-anno-announcement__bottom {
    background: #4a4a4a !important;    
    color: #ffffff !important;         
    padding: 6px 0 !important;
    font-size: 15px !important;
    white-space: nowrap !important;    
    overflow: hidden !important;       
    position: fixed !important;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.ae-anno-announcement__text {
    display: inline-block;
    padding-left: 100%;
    animation: scrollText 90s linear infinite;
    letter-spacing: 0.3px;
}

 @keyframes scrollText {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
 
/* ===== Typography Comfort Mode ===== */
 

 h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    margin: 20px 0 10px;
    color: #1b1b1b;
}

h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.35;
    margin: 18px 0 10px;
    color: #1d1d1d;
}

/* Desktop */
.flat-slider.home-1 .slider-content {
    padding: 90px 0 !important;   
    position: relative;
    z-index: 1;
}

/* Mobile & Tablets */
@media only screen and (max-width: 991px) {
    .flat-slider.home-1 .slider-content {
        padding: 50px 0 !important;    
    }
}

.subtitle.body-1 {
    font-size: 16px !important;    
    line-height: 1.4 !important;   
    max-width: 90%;                
}
.ae-anno-announcement-wrapper {
  padding: 0 !important;
}


 
.whatsapp-float{
position:fixed;
bottom:25px;
right:25px;
z-index:9999;
display:flex;
flex-direction:column;
gap:10px;
}

.whatsapp-float a{
display:flex;
align-items:center;
justify-content:center;
width:56px;
height:56px;
background:#25D366;
border-radius:50%;
box-shadow:0 4px 12px rgba(0,0,0,0.2);
}

.whatsapp-float img{
width:30px;
height:30px;
}



.whatsapp-float{
position:fixed;
bottom:25px;
right:25px;
z-index:9999;
}

.whatsapp-btn{
width:60px;
height:60px;
background:#25D366;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
box-shadow:0 4px 10px rgba(0,0,0,.2);
cursor:pointer;
}

.whatsapp-menu{
position:absolute;
bottom:70px;
right:0;
background:#fff;
border-radius:12px;
box-shadow:0 4px 12px rgba(0,0,0,.15);
display:none;
flex-direction:column;
min-width:200px;
}

.whatsapp-menu a{
padding:12px 16px;
text-decoration:none;
color:#333;
border-bottom:1px solid #eee;
}

.whatsapp-menu a:hover{
background:#f5f5f5;
}

.whatsapp-menu a:last-child{
border-bottom:none;
}