.rs-addon-services-tab {
  text-align: center;
  display: flex;
  gap: 30px;
}
.rs-addon-services-tab .services-tab-inner {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  width: 33.33%;
  padding: 27px 34px 27px 34px;
  background-color: #FFFFFF;
  border-radius: 3px 3px 0px 0px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  background-size: 100% auto;
  position: relative;
}
.rs-addon-services-tab .services-tab-inner.active:before {
  position: absolute;
  content: "";
  background-color: transparent;
  background-image: linear-gradient(90deg, #FD644F 0%, rgba(242, 142, 38, 0.9960784314) 100%);
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}
.rs-addon-services-tab .services-tab-inner.active .numbering {
  z-index: 2;
}
.rs-addon-services-tab .services-tab-inner.active .numbering span {
  color: #fff;
}
.rs-addon-services-tab .services-tab-inner.active .content_part {
  z-index: 2;
}
.rs-addon-services-tab .services-tab-inner.active .content_part .title {
  color: #fff;
}
.rs-addon-services-tab .services-tab-inner .numbering {
  color: #002336 !important;
  font-size: 60px;
  font-weight: 700;
  line-height: 21px;
}
.rs-addon-services-tab .services-tab-inner .content_part {
  padding: 0px 0px 0px 20px;
}
.rs-addon-services-tab .services-tab-inner .content_part .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  color: #071230;
  font-family: "Inter", sans-serif;
  margin-bottom: 0px;
}

.rs-addon-services-tab-hovereffect {
  display: flex;
  gap: 30px;
}
.rs-addon-services-tab-hovereffect .services-inner {
  position: relative;
  overflow: hidden;
}
.rs-addon-services-tab-hovereffect .services-inner .content_part {
  position: absolute;
  left: 0px;
  bottom: 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 75px 75px 35px 35px;
  background-color: #5777ff;
}
.rs-addon-services-tab-hovereffect .services-inner .content_part .icon_style img {
  width: 42px;
  height: 50px;
}
.rs-addon-services-tab-hovereffect .services-inner .rs-service-shape-img {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.rs-addon-services-tab-hovereffect .services-inner .rs-service-shape-img img {
  width: 280px;
}
.rs-addon-services-tab-hovereffect .services-inner .content_part_hover {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  margin: 0 auto;
  padding: 45px 30px;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.5s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.rs-addon-services-tab-hovereffect .services-inner .content_part_hover > * {
  position: relative;
  z-index: 1;
}
.rs-addon-services-tab-hovereffect .services-inner .content_part_hover .service-icon-title {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  gap: 18px;
}
.rs-addon-services-tab-hovereffect .services-inner .content_part_hover .service-icon-title .title {
  margin-bottom: 0px;
}
.rs-addon-services-tab-hovereffect .services-inner .content_part_hover .icon_style img {
  width: 50px;
  height: 50px;
}
.rs-addon-services-tab-hovereffect .services-inner .content_part_hover .btn-part .services-btn {
  position: relative;
  display: inline-block !important;
}
.rs-addon-services-tab-hovereffect .services-inner .content_part_hover .btn-part .services-btn::before {
  position: absolute;
  content: "";
  left: 0;
  width: 0%;
  height: 1px;
  bottom: 0;
  background: currentColor;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.rs-addon-services-tab-hovereffect .services-inner .content_part_hover .btn-part .services-btn:hover:before {
  width: 100%;
}
.rs-addon-services-tab-hovereffect .services-inner .content_part_hover .btn-part .services-btn:hover i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.rs-addon-services-tab-hovereffect .services-inner .content_part_hover .btn-part .services-btn i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 8px;
  font-size: 15px;
}
.rs-addon-services-tab-hovereffect .services-inner .content_part_hover:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #5777ff;
  opacity: 0.9;
}
.rs-addon-services-tab-hovereffect:hover .services-inner:hover .content_part_hover, .rs-addon-services-tab-hovereffect:not(:hover) .active .content_part_hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.rs-addon-services-tab-hovereffect:hover .services-inner:hover .content_part, .rs-addon-services-tab-hovereffect:not(:hover) .active .content_part {
  opacity: 0;
  visibility: hidden;
  bottom: -220px;
}
.rs-addon-services-tab-hovereffect:hover .services-inner:hover .rs-service-shape-img, .rs-addon-services-tab-hovereffect:not(:hover) .active .rs-service-shape-img {
  visibility: hidden;
  opacity: 0;
  bottom: -220px;
}

.rs-addon-services-hover-effect {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.rs-addon-services-hover-effect .services-tab-inner {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: end;
  width: 20%;
  padding: 27px 34px 27px 34px;
  border-radius: 3px 3px 0px 0px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
  will-change: flex;
  min-height: 500px;
}
.rs-addon-services-hover-effect .services-tab-inner::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #F4FFFB;
  z-index: -1;
  transition: all linear 0.5s;
}
.rs-addon-services-hover-effect .services-tab-inner::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100px;
  z-index: 1;
  transition: all linear 0.5s;
}
.rs-addon-services-hover-effect .services-tab-inner .numbering {
  position: absolute;
  left: 15px;
  top: 15px;
}
.rs-addon-services-hover-effect .services-tab-inner .numbering span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-addon-services-hover-effect .services-tab-inner .content_part {
  padding: 0px 0px 0px 20px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.rs-addon-services-hover-effect .services-tab-inner .content_part .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  color: #071230;
  margin-bottom: 0px;
}
.rs-addon-services-hover-effect .services-tab-inner.active {
  flex: 2;
  background-size: cover !important;
}
.rs-addon-services-hover-effect .services-tab-inner.active::before {
  opacity: 0;
  visibility: hidden;
}
.rs-addon-services-hover-effect .services-tab-inner.active .content_part .title {
  text-decoration: underline;
}
.rs-addon-services-hover-effect .services-tab-inner.active:after {
  opacity: 0;
  visibility: hidden;
}