.banner{
    height: 100vh;
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),url(source/design-background.jpg);

}
.content{
    top: 40%;
}



.m1{
    padding: 0px;
}
.t1{
    width: 100%;
    text-align: center;
}
.t1 p{
    font-size: 27px;
}
.d1{
    margin: 50px 0 0 0;
    display: flex;
    justify-content: space-evenly;
}
.d1 div{
    width: 600px;
    border-radius: 10px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    overflow: hidden;
    flex-wrap: wrap;
}
.d1 div img{
    display: block;
    width: inherit;
    transition: .5s;
}
.d1 div:hover img{
    transform: scale(1.05);
}
.d1 div h2{
    margin: 10px 0 10px 0;
    text-align: center;
    font-size: 35px;
}



.d2{
    margin: 50px 0 0 0;
    display: flex;
    justify-content: space-evenly;
}
.d2 div{
    width: 500px;
    border-radius: 10px;
    overflow: hidden;
    flex-wrap: wrap;
    text-align: center;
}
.d2 div img{
    display: block;
    width: inherit;
}
.d2 div h2{
    margin: 70px 0 10px 0;
    font-size: 40px;
}
.d2 div p{
    margin: 10px 0 10px 0;
    font-size: 25px;
}
.d2 div a{
    text-decoration: none;
}






.services-timeline {
  padding: 80px 20px;
  background-color: #f0f4f8;
  text-align: center;
}

.services-timeline h2 {
  font-size: 2.5rem;
  color: #1f2937;
  margin-bottom: 60px;
}

.timeline-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
}

.timeline-item img {
  flex: 1 1 45%;
  max-width: 500px;
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.timeline-item .text-box {
  flex: 1 1 45%;
  padding: 20px 40px;
  text-align: left;
}

.timeline-item .text-box h3 {
  font-size: 1.7rem;
  margin-bottom: 15px;
  color: #111827;
}

.timeline-item .text-box p {
  font-size: 1rem;
  color: #4b5563;
  line-height: 1.6;
}

.timeline-item.right {
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .timeline-item,
  .timeline-item.right {
    flex-direction: column;
    text-align: center;
  }

  .timeline-item .text-box {
    padding: 20px 10px;
    text-align: center;
  }
}
