body{
  margin:0;
  font-family: Arial, sans-serif;
  background:#f3f5f9;
}

.maintenance-wrapper{
  min-height:100vh;
  display:flex;
  justify-content:center;
  align-items:center;
  /* padding:20px; */
}

.maintenance-card{
  background:#ffffff;
  padding:20px;
  border-radius:12px;
  max-width:900px;
  text-align:center;
  width:100%;
  box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.image-section img{
  width:490px;
  height: 250px;
  margin-bottom:20px;
}

.title{
  font-size:20px;
  font-weight:700;
  color:#1a2b49;
  margin-bottom:15px;
}

.description{
  color:#6b7280;
  font-size:16px;
  margin-bottom:10px;
}

.time-card{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  background:#f2f6ff;
  padding:10px;
  border-radius:10px;
  margin-bottom:25px;
}

.icon{
  background:#2f6df6;
  color:#fff;
  width:60px;
  height:60px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
}

.time-text p{
  margin:0;
  font-size:15px;
}

.footer-text{
  color:#4b5563;
  font-size:15px;
}