.elementor-246 .elementor-element.elementor-element-4f86c2e{--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;--padding-top:40px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-246 .elementor-element.elementor-element-4f86c2e:not(.elementor-motion-effects-element-type-background), .elementor-246 .elementor-element.elementor-element-4f86c2e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0F0F0F;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-246 .elementor-element.elementor-element-bae7417{text-align:center;}.elementor-246 .elementor-element.elementor-element-bae7417 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-weight:700;color:#F8F8F8;}.elementor-246 .elementor-element.elementor-element-76d7226{--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;--padding-top:10px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-246 .elementor-element.elementor-element-76d7226:not(.elementor-motion-effects-element-type-background), .elementor-246 .elementor-element.elementor-element-76d7226 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0F0F0F;}/* Start custom CSS for html, class: .elementor-element-d63e10f */.custom-slider {
  width: 100%;
  padding: 20px;
}

.profile-card {
  background: #111;
  color: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.profile-img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}

.profile-card h3 {
  margin: 0;
  font-size: 20px;
}

.profile-card span {
  font-weight: normal;
  font-size: 16px;
  color: #aaa;
}

.price-box {
  margin-top: 10px;
  background: #222;
  padding: 10px;
  border-radius: 8px;
}

.details {
  margin-top: 10px;
  display: flex;
  justify-content: space-around;
  font-size: 14px;
  color: #0f0;
}

.swiper-button-prev,
.swiper-button-next {
  color: white;
}/* End custom CSS */