   .center{
     border-radius: 50%;
    top: 138px;
    left: 400px;
    z-index: 1;
    width:300px;
}

.feature-wrapper
{
    height:200px;
    margin-right: 0px!important;
    margin-left: 0px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}
.bot
{
    padding-top: 80px;
}
.col-md-6{
    padding-left: 5px !important;
    padding-right: 5px !important;
}

@media (max-width: 450px){
    .center {
    position: static !important;
    width:100%;
    height: 300px;
    margin:0px;
    transform: none !important;
    padding: 20px;
  }

   .feature-wrapper {
    height: 200px;
    margin-bottom: 20px;
    padding: 20px;
  }

  .bot {
    padding-top: 30px !important;
  }

  .feature-title-heading h3 {
    font-size: 16px;
    line-height: 1.3;
  }

  .feature-text p {
    font-size: 14px;
    line-height: 1.5;
  }
}


@media (min-width: 451px)and(max-width: 768px){
  .center {
   border-radius:0%;
    top: 259px;
   left:370px;
    z-index: 1;
    
   
}


}

@media (min-width: 767px) and (max-width: 1000px){
  .center {
   border-radius:0%;
    top: 241px;
   left:351px;
    z-index: 1;
  width:326px;
}

.feature-wrapper
{
  margin-top: 5px;
    height:200px;
    margin-right: 0px!important;
    margin-left: 0px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

}
@media (min-width: 1000px) and (max-width: 1024px){
  .center {
   border-radius:0%;
    top: 250px;
   left:624px;
    z-index: 1;
  width:300px;
}

.feature-wrapper
{
  margin-top: 5px;
    height:200px;
    margin-right: 0px!important;
    margin-left: 0px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

}
@media (min-width: 1025px) and (max-width: 1200px){
  .center {
    position: static !important;
    width: 200px;
    height: 200px;
    margin: 30px;
    transform: none !important;
    padding: 20px;
  }

}
/* @media (max-width: 1200px) {


  .feature-wrapper {
    height: 200px;
    margin-bottom: 20px;
    padding: 20px;
  }

  .bot {
    padding-top: 30px !important;
  }

  .feature-title-heading h3 {
    font-size: 16px;
    line-height: 1.3;
  }

  .feature-text p {
    font-size: 14px;
    line-height: 1.5;
  }
} */
 .next1
    {
      display: none;
    }
  .prev1{
    display: none;
  }


@media screen and (max-width: 790px) {
    .next1
    {
display: inline-block;
/* width: 50px;
height: 50px; */
z-index: 1;
right: -10px;
top: 100px;
background-color: transparent!important;
color:white !important;
border:none !important;
    }
    .prev1{
         display: inline-block;
    /* width: 50px;
height: 50px; */
z-index: 1;
left:-10px;
top: 100px;
background-color: transparent!important;
color:white !important;
border:none !important;
  }

}
.slider-height{
  min-height: 800px;
}
.btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #4e73df, #1cc88a);
  color: #fff;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.btn-cta:hover {
  background: linear-gradient(135deg, #1cc88a, #4e73df);
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
  text-decoration: none;
  color: #fff;
}
