html {

scroll-behavior:smooth;

}

body {

font-family: 'Inter', sans-serif;

color:#1F2937;

}

.hero{

padding:120px 20px;

background:#F5F7FA;

}

.hero h1{

font-size:42px;

font-weight:700;

}

.honeypot{
display:none;
}

.service-card{

border:none;

box-shadow:0 5px 20px rgba(0,0,0,0.05);

transition:0.3s;

}

.service-card:hover{

transform:translateY(-5px);

}

.footer{

background:#1F2937;

color:white;

padding:30px;

}

.footer a{

color:#6C8DB5;

text-decoration:none;

}

.floating-contact {

position:fixed;

bottom:30px;

right:30px;

width:60px;

height:60px;

background:#6C8DB5;

color:white;

font-size:26px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

text-decoration:none;

box-shadow:0 10px 20px rgba(0,0,0,0.2);

transition:0.3s;

}

.floating-contact:hover{

transform:scale(1.1);

}

.service-icon{

font-size:32px;

color:#6C8DB5;

display:block;

margin-bottom:10px;

}

.hero{

padding:140px 20px;

background:linear-gradient(
135deg,
#f5f7fa,
#e4edf6
);

}


