.elementor-56694 .elementor-element.elementor-element-67ea3314{--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:3%;--padding-bottom:3%;--padding-left:3%;--padding-right:3%;}.elementor-56694 .elementor-element.elementor-element-641feb77{--display:flex;}.elementor-56694 .elementor-element.elementor-element-6771483a{text-align:center;}.elementor-56694 .elementor-element.elementor-element-4b8c36cb{text-align:center;}/* Start custom CSS for shortcode, class: .elementor-element-8d8bcfb */.hire-model-wrapper {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 0;
}

.hire-model-card {
  width: 100%;
  max-width: 430px;
  background: #ffffff;
  border-radius: 28px;
  padding: 40px 50px;
  box-shadow: 0px 5px 37px #0E49CE0A;
  border: 1px solid rgba(0, 66, 255, 0.15);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  min-height: 270px;
}

.hm-icon img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  margin-bottom: 22px;
}

.hm-title {
  font-weight: 600;
  color: #072010;
  margin-bottom: 20px;
}

.hm-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.hm-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #4D5765;
}

.hm-list li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #4D5765; 
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 10px;
}

.hire-model-card:hover {
  transform: translateY(-6px);
  box-shadow: 0px 5px 0px #0E49CE0A;
}

@media (max-width: 767px) {
  .hire-model-card {
    max-width: 100%;
    padding: 30px;
  }
}/* End custom CSS */