*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Noto sans', sans-serif;
}

.service2{
  height: 40vh;
 position: relative;
 background-color:#ffffff;
 margin-top: 4rem;
 display: flex;
 flex-direction: column;
}
.custom-shape-divider-top-1763989058 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1763989058 svg {
    position: relative;
    display: block;
    width: calc(113% + 1.3px);
    height: 416px;
}

.custom-shape-divider-top-1763989058 .shape-fill {
    fill: url(#orangeGradient);
}

.service3{
  height: 80vh;
  background-color:#ffffff;
 display: flex;
 flex-direction: column;
 justify-content: center;
 
  
}
.service3 h3{
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
}
.service3 h2{
  font-size: 1.5rem;
  font-weight: 400;
  color: #666;
  
  padding-top: 1rem;
  
  text-align: center;
}
.service-container2{
  display: flex;
  flex-direction: row;
  padding-left: 2rem;
  padding-right: 2rem;
 justify-content: space-between;
 padding-top: 4rem;
 align-items: center;

 
}
.service-container3{
 display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  gap: 20px;
    overflow-x: auto;
     padding-top: 20px;
    padding-bottom: 20px;
  scroll-behavior: smooth;

}

.servicea{
 background-color: white;
 box-shadow: 0 4px 12px rgba(0,0,0,0.06);
 width: 100%;
 height: 500px;
 border-top-right-radius: 40px;
 border-bottom-left-radius: 40px;
  display: flex;
 flex-direction: column;
 transition: transform 0.3s ease, box-shadow 0.3s ease;
   
}

.servicea:hover {
  transform: scale(1.05);   
  box-shadow: 0 8px 20px rgba(0,0,0,0.15); 
}

.servicea {
  min-width: calc(33.333% - 20px);
}
.service-container3::-webkit-scrollbar {
  display: none; /* hide scrollbar */
}



 




#prev, #next{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #3eb489;
  counter-reset: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
#prev:hover, #next:hover{
  background-color: #37a37c;
}

#prev i, #next i{
color: white;
font-size: 1.5rem;
}

.service-img{
  overflow: hidden;
  width: 100%;
  height: 250px;
  border-bottom-left-radius: 40px;
}

.service-img img{
  width: 100%;
  height: 100%;
}
.service-paragraph1{
  color: black;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 1rem;
  
 min-height: 3rem;
}

.service-paragraph2{
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  color: #1E1E1E;
   min-height: 3rem;
 
 
}
.serv{
  display: flex;
  flex-direction: column;
  padding-left: 1rem;
  padding-right:1rem ;
  align-items: center;
   flex: 1;
  gap: 20px;
}
.servicea button{
  padding: 10px 20px;
  color: white;
  border-bottom-left-radius: 40px;
border-bottom-right-radius: 40px;
border-top-right-radius: 40px;
background-color: black;
margin-bottom: 1rem;
display: flex;
font-weight: 600;

}






