/*body {
      font-family: 'Segoe UI', sans-serif;
      background-color: #f4f6f8;
      margin: 0;
      padding: 2rem;
      color: #333;
}*/

/* Back to Top */
#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 15px;
}

#back-to-top a {
  font-size: 5rem;
  color: #777;
  text-decoration: none;
}
header{
  margin-bottom: 40px;
}
.hero2{
  
  width:100%;
  height:200px;;
  padding: 0;
  display: grid;
  place-content: center;
  
}
.hero-content{
  width:fit-content;
  margin-left: 0;
  
}
.hero-content h1{
  width:fit-content;
  
}
#service-container{
      /*display: flex;
      flex-wrap: wrap;
      justify-content: space-evenly*/
  padding: 30px;
}
.service {
  padding-top: 20px;
  display: flex;
      flex-wrap: wrap;
  gap:20px;
      /*background: #024;*/
      color:#ddd;
      /*border-radius: 8px;*/
      padding: 2rem;
  
  margin: auto;
      margin-bottom: 5rem;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);            
  width:fit-content;
}
.service img{
  width:300px;
  border-radius: 8px;
  /*height:50%;*/
  object-fit: cover;
}
.service div{
  color:#000;
  background: #fff;
  padding: 0 20px;
  width:400px;
  
}
.service.odd{
  border-left: 5px solid #039;
}
.service.even{
  border-right: 5px solid #092;
}
.bottom{
    display: block;
  }
  .top{
    display: none;
  }
.service h2 {
      color: #052;
  
      margin-bottom: 0.5rem;
  /*padding: 15px;*/
  
}
.service h2 i{
  display: none;
}

.section-title {
      font-weight: bold;
      margin-top: 1.5rem;
      margin-bottom: 0.5rem;
      color: #053;
}

    ul {
      list-style: none;
      padding-left: 0;
}

    ul li {
      margin-bottom: 0.5rem;
      
}

   .service ul li i {
      color: #039;
      margin-right: 0.5rem;
}

.btn {
  width:150px;
  text-align: center;
      display: inline-block;
      margin-top: 1.5rem;
  margin-right: 2rem;
      padding: 0.75rem 1.5rem;
      background-color: #fff;
      color: #025;
  
      text-decoration: none;
      border-radius: 4px;
      border: 1px solid #024;
      font-weight: bold;
      transition: background-color 0.3s ease;
}
.btn2 {
  width:150px;
  text-align: center;
      display: inline-block;
      margin-top: 1.5rem;
  
      padding: 0.75rem 0;
      background-color: #091;
      color: #fff;
      text-decoration: none;
      border-radius: 4px;
      border: 1px solid #042;
      font-weight: bold;
      transition: background-color 0.3s ease;
}

.btn:hover {
      background-color: #1c5980;
}

@media(max-width:768px){
  header{
    height: auto;
  }
  .service{
    font-size: 18px;
    line-height: 1.8;
  }
  .service h2{
    font-size: 22px;
  }
  .service img{
  width:100%;
  }
  .service div{
    width:100%;
    padding: 0 5px;
  }
  .btn,.btn2{
    font-size: 13px;
  }
  .bottom{
    display: none;
  }
  .top{
    display: block;
  }
}
  