body{
    font-family:Arial,sans-serif;
    margin:0;
    background:#f5f5f5;
}
header{
    background:#0d6efd;
    color:white;
    padding:20px;
}

.header-content{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
}

.header-content img{
    width:80px;
    height:80px;
    object-fit:contain;
}

.header-content h1{
    margin:0;
    font-size:3rem;
}
h2{
    text-align:center
}
.container{
    max-width:1000px;
    margin:auto;
    padding:30px;
}
img{
    width:100%;
    border-radius:10px;
}
.btn{
    display:inline-block;
    margin-top:20px;
    background:#0d6efd;
    color:white;
    padding:12px 25px;
    text-decoration:none;
    border-radius:5px;
}
.service-icon{
    text-align:center;
    margin-bottom:30px;
}
.service-icon i{
    font-size:100px;
    color:#0d6efd;
    margin-bottom:15px;
}
.service-icon h2{
    color:#333;
    font-size:2rem;
}
.service-icon i{
    font-size:100px;
    color:#0d6efd;
    transition:.3s;
}
.service-icon i:hover{
    transform:scale(1.1) rotate(10deg);
}
.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25d366;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
footer {
  background: #0d6efd;
  color: white;
  text-align: center;
  padding: 20px;
}
.logo{
    display:flex;
    align-items:center;
    gap:12px;
    color:white;
    font-size:1.5rem;
    font-weight:700;
}

.logo img{
    width:50px;
    height:50px;
    object-fit:contain;
}