.elementor-1021 .elementor-element.elementor-element-053f005{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for container, class: .elementor-element-053f005 */.custom-tab-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.custom-tab-images {
  margin-bottom: 20px;
  position: relative;
  height: 600px;
}
  @media only screen and (max-width: 1024px) {
.custom-tab-images {
  margin-bottom: 20px;
  position: relative;
  height: 470px;
}
}

  @media only screen and (max-width: 767px) {
.custom-tab-images {
  margin-bottom: 20px;
  position: relative;
  height: 260px;
}
}

.tab-img {
  max-width: 100%;
  max-height: 600px;
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.9s ease;
}
.tab-img.active {
  display: block;
  opacity: 1;
  z-index: 1;
}

.custom-tab-buttons {
  position: relative;
  background-color: #e8e8ed;
  display: flex;
  width: fit-content;
  margin: 0 auto 20px;
  border: 0px solid #ccc;
  border-radius: 30px;
  overflow: hidden;
}

.tab-btn {
  padding: 12px 24px;
  cursor: pointer;
  z-index: 2;
  position: relative;
  font-weight: 600;
  color: #333;
  transition: color 0.3s;
}
.tab-btn.active {
  color: white;
  z-index: 3;
}

.tab-slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #000;
  transition: all 0.3s ease;
  z-index: 1;
  border-radius: 30px;
}

.custom-tab-content .tab-content {
  display: none;
  padding: 20px;
  border: 0px solid #ddd;
  border-radius: 8px;
  background: #fff;
}
.custom-tab-content .tab-content.active {
  display: block;
  font-size: 21px;
  font-weight: 600;
  color: #1d1d1f;
}

.elementor img {
    border-radius: 70px;
}

  @media only screen and (max-width: 1024px) {
.elementor img {
    border-radius: 30px;
}
}/* End custom CSS */