
/* =========================================================
   SERVICES SECTION — FINAL OVERRIDE (Owl Carousel)
========================================================== */
.services-section{
  background: #F4F6FA !important;
  padding: 60px 0 !important;
  overflow: hidden !important;
}

.services-owl.owl-carousel{
  margin-top: 44px !important;
  overflow: hidden !important;
}
.services-owl.owl-carousel .owl-stage-outer{
  overflow: hidden !important;
}
.services-owl.owl-carousel .owl-stage{
  display: flex !important;
}
.services-owl.owl-carousel .owl-item{
  display: flex !important;
  height: auto !important;
  float: none !important;
}

.services-owl .service-card{
  background: #fff !important;
  border-radius: 16px !important;
  padding: 34px 26px 30px !important;
  text-align: center !important;
  box-shadow: 0 4px 18px rgba(27,58,107,0.08) !important;
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  transition: transform .25s ease, box-shadow .25s ease !important;
}
.services-owl .service-card:hover{
  transform: translateY(-6px) !important;
  box-shadow: 0 14px 30px rgba(27,58,107,0.15) !important;
}

.services-owl .service-illustration{
  width: 100% !important;
  max-width: 190px !important;
  margin: 0 auto 22px !important;
}
.services-owl .service-illustration img{
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

.services-owl .service-card h3{
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  color: #1B3A6B !important;
  margin: 0 0 12px !important;
}
.services-owl .service-card p{
  font-size: 0.92rem !important;
  color: #667085 !important;
  line-height: 1.65 !important;
  margin: 0 0 22px !important;
  flex-grow: 1 !important;
}

.services-owl .service-more-btn{
  display: inline-block !important;
  padding: 10px 26px !important;
  border-radius: 30px !important;
  background: #1B3A6B !important;
  color: #fff !important;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  align-self: center !important;
  transition: background .25s ease, transform .25s ease !important;
}
.services-owl .service-more-btn:hover{
  background: #E8393F !important;
}

.services-owl.owl-carousel .owl-nav{
  margin-top: 26px !important;
  text-align: center !important;
}
.services-owl.owl-carousel .owl-nav button.owl-prev,
.services-owl.owl-carousel .owl-nav button.owl-next{
  width: 44px !important;
  height: 44px !important;
  line-height: 44px !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: #1B3A6B !important;
  border: 1px solid rgba(27,58,107,0.15) !important;
  font-size: 1.4rem !important;
  margin: 0 6px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.services-owl.owl-carousel .owl-nav button.owl-prev:hover,
.services-owl.owl-carousel .owl-nav button.owl-next:hover{
  background: #1B3A6B !important;
  color: #fff !important;
}

.services-owl.owl-carousel .owl-dots{
  text-align: center !important;
  margin-top: 20px !important;
}
.services-owl.owl-carousel .owl-dot span{
  background: rgba(27,58,107,0.2) !important;
  width: 9px !important;
  height: 9px !important;
  margin: 5px 4px !important;
}
.services-owl.owl-carousel .owl-dot.active span{
  background: #E8393F !important;
  width: 22px !important;
  border-radius: 5px !important;
}
