/* ===========================
   OPTIMIZARE MOBIL CUMNATII STORE
   =========================== */

@media (max-width:600px){

body{
    overflow-x:hidden;
}

header{
    padding:15px 12px;
    text-align:center;
}

.brand h1{
    font-size:28px;
}

.brand h2{
    font-size:18px;
}

.info p{
    font-size:15px;
}

nav{
    display:flex;
    flex-direction:column;
    gap:12px;
    width:100%;
}

nav a{
    margin:0;
    font-size:17px;
    padding:8px;
}

.hero{
    padding:30px 15px;
    min-height:auto;
}

.hero-text h1{
    font-size:32px;
}

.hero-text h2{
    font-size:22px;
}

.hero-text p{
    font-size:17px;
}

.hero-logo img{
    width:240px;
    margin-top:30px;
}

.btn{
    width:90%;
    margin:12px auto;
    display:block;
}

#servicii,
#echipa,
#contact{
    padding:35px 15px;
}

.services{
    grid-template-columns:1fr;
    gap:18px;
}

.card{
    min-height:auto;
    padding:25px 15px;
}

.card h3{
    font-size:21px;
}

.card p{
    font-size:16px;
}

.gallery{
    grid-template-columns:1fr;
    gap:15px;
}

.photo img{
    height:250px;
}

.team img{
    width:100%;
}

.loc-contact{
    flex-direction:column;
}

.box{
    width:100%;
}

.review{
    width:100%;
}

.whatsapp-float{
    right:15px;
    bottom:80px;
}

.top-btn{
    right:15px;
    bottom:20px;
}

.music-btn{
    left:15px;
    bottom:20px;
    font-size:14px;
}

}
/* BUTON APEL TELEFON */

.call-float{
    position:fixed;
    right:80px;
    bottom:20px;
    background:#1aa34a;
    color:white;
    padding:14px 22px;
    border-radius:40px;
    font-size:17px;
    font-weight:bold;
    text-decoration:none;
    z-index:9999;
    box-shadow:0 4px 12px rgba(0,0,0,0.35);
}

.call-float:hover{
    background:#128039;
}


@media(max-width:600px){

.call-float{
    right:80px;
    bottom:20px;
    font-size:16px;
    padding:13px 18px;
}

}