Smr logbody{

margin:0;

font-family:Arial,Helvetica,sans-serif;

background:#071f4d;

color:white;

text-align:center;

}

header{

padding:30px;

}

.logo{

width:150px;

}

h1{

font-size:55px;

color:#42ff55;

margin:15px;

}

.tagline{

font-size:22px;

margin-bottom:25px;

}

nav{

margin-top:20px;

}

nav a{

color:#42ff55;

text-decoration:none;

font-weight:bold;

margin:20px;

font-size:20px;

}

nav a:hover{

color:gold;

}

main{

padding:20px;

}

h2{

font-size:48px;
color:gold;
margin-top: 0px;
padding: 10px;


}

.intro{

font-size:24px;

max-width:900px;

margin:auto;

line-height:1.7;

}

.buttons{

margin:40px;

}

.buttons a{

display:inline-block;

padding:15px 35px;

margin:10px;

background:gold;

color:black;

border-radius:10px;

text-decoration:none;

font-weight:bold;

}

.buttons a:hover{

background:#42ff55;

}

.services{

display:flex;

justify-content:center;

flex-wrap:wrap;

gap:20px;

margin:50px 0;

}

.card{

border:2px solid gold;

padding:18px 30px;

border-radius:12px;

font-size:22px;

}

#contact{

margin-top:40px;

font-size:22px;

line-height:2;

}

#contact{

color:#171414;

}

#contact a{

color:#171414;
text-decoration: none;
font-weight: bold;}

#contact a:hover{
color: gold;
}




footer{

margin-top:50px;

padding:20px;

font-size:18px;

}

.whatsapp {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    background: #25D366;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 1000;
    transition: 0.3s;
}

.whatsapp:hover {
    background: #128C7E;
    transform: scale(1.1);
}