.custom-services-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.custom-services-wrapper {
  padding-left: 0;
}

.service_panel {
  width: 100%;
  height: 100%;
  display: flex;
  padding-bottom: 0;
  border: 1px solid #f58345;
  margin-right: 20px;
  position: relative;
}

.service_panel::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  height: 100%;
  width: 20px;
  background-image: url(https://generator.eu/modules/custom_services/assets/img/arrow-right-think.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.service_panel__title {
  display: flex;
  flex-direction: column;
  position: relative;
  font-size: 16px;
  height: 100%;
  padding: 15px 30px 15px 10px;
  text-align: center;
  color: #fff;
  line-height: 1.11;
  background-color: #f58345;
  width: 260px !important;
}

.service_panel__title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 30px;
  z-index: 1;
  background-image: url(https://generator.eu/modules/custom_services/assets/img/arrow-right-extra-bold.png);
  /* background-repeat: no-repeat; */
  background-size: 100% 100%;
}

.service_panel__subtitle {
  font-size: 17px;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}

.service_panel__subtitle__small {
  font-size: 15px;
  font-weight: normal;
  display: block;
}

.service_panel__inner {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0;
  width: 100%;
  background-color: #ffff;
}

.service_panel__item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  background-color: #fff;
  color: #000;
  width: 100%;
  margin-bottom: 0;
  padding-right: 22px;
}

.service_panel__item .service_panel__item__title {
  text-transform: uppercase;
}

.service_panel__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  height: 100%;
  width: 30px;
  background-image: url(https://generator.eu/modules/custom_services/assets/img/arrow-right-bold.png);
  /* background-repeat: no-repeat; */
  background-size: 100% 100%;
}

.service_panel__item__icon {
  margin-right: 10px;
}

.service_panel__item .service_panel__item__icon img {
  width: 35px !important;
}



/*tooltip */
.tooltip-inner {
  background-color: #fff;
  color: #000;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #f58345;
  font-family: "Open Sans", sans-serif;
  min-width: 320px;
}


.tippy-box[data-theme~='light-border'] {
  background-color: #fff;
  color: #000;
  padding: 8px 12px;
  border-radius: 5px;
  border: 1px solid #f58345;
  font-family: "Open Sans", sans-serif;
  min-width: 320px;
  text-align: center;
  font-size: 14px;
}



/* Стиль стрілки (фон тултіпа) */
.tippy-box[data-theme~='light-border']>.tippy-arrow {
  width: 8px;
  height: 8px;
  color: #f58345;
  /* основний колір трикутника */
}

/* Стиль обводки (опціонально, якщо ти хочеш контур) */
.tippy-box[data-theme~='light-border']>.tippy-arrow::before {
  content: "";
  border-style: solid;
  position: absolute;
}

/* Вгору (tooltip знизу) */
.tippy-box[data-theme~='light-border'][data-placement^='top']>.tippy-arrow::before {
  border-width: 8px 8px 0 8px;
  border-color: #f58345 transparent transparent transparent;
  bottom: -8px;
}

/* Вниз (tooltip зверху) */
.tippy-box[data-theme~='light-border'][data-placement^='bottom']>.tippy-arrow::before {
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #f58345 transparent;
  top: -8px;
}

/* Ліворуч (tooltip праворуч) */
.tippy-box[data-theme~='light-border'][data-placement^='left']>.tippy-arrow::before {
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #f58345;
  right: -8px;
}

/* Праворуч (tooltip ліворуч) */
.tippy-box[data-theme~='light-border'][data-placement^='right']>.tippy-arrow::before {
  border-width: 8px 8px 8px 0;
  border-color: transparent #f58345 transparent transparent;
  left: -8px;
}

.ets_cfu_form-control.ets_cfu-submit.custom-submit-button {
  padding: 12px 20px;
  background-color: #f58345;
}

.ets_cfu_form-control.ets_cfu-submit.custom-submit-button:hover {
  padding: 12px 20px;
  background-color: #e9661f;
}

/* media query */
@media screen and (max-width: 1200px) {
  .custom-services-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .service_panel__inner {
    display: none;
  }

  .custom-services-wrapper {
    padding-right: 0;
  }

  .service_panel::after {
    display: none;
  }

  .service_panel__title::after {
    display: none;
  }

  .service_panel__title {
    width: 100% !important;
    padding: 15px 10px;
    position: relative;
  }
}