/*Slider*/
.plans .sliders {
    text-align: center;
    position: relative;
}
.plans .plan {
    background: var(--plan-background);
    border-radius: 3rem;
    overflow: hidden;
    height:auto
}
.plans .plan h3 {
    background: var(--plan-primary);
    padding: 3rem 2.5rem;
    box-shadow: 0 6px 0 0 var(--plan-shadow-color);
    position: relative;
    font-size: 1.7rem;
    font-weight:700;
}
.plans .plan h3:before {
    content: "";
    display: block;
    width: 20px;
    aspect-ratio: 1 / 1;
    background: var(--plan-primary);
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 50%;
    rotate: 45deg;
    box-shadow: 5px 5px 0 0 var(--plan-shadow-color);
}
.plans .plan:hover h3,
.plans .plan:hover h3:before,
.plans .plan:hover .button {
    background: var(--plan-primary-hover);
    color: var(--plan-header-text-color-hover);
}
.plans .plan ul {
    list-style: none;
    margin-top: 3rem;
    padding: 0 0.5rem;
}
.plans .plan li,
.plans .plan p {
    text-align: center;
    margin: 1rem 0;
}
.plans .plan .kai-button {
    margin: 1.5rem 0 2.5rem;
}
.swiper-button-next,
.swiper-button-prev {
    border-radius: 50%;
    background: var(--secendary-color);
    width: 34px;
    height:34px;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 58%;
    color: #fff;
    text-align: center;
    align-content: center;
    translate: 0 -50%;
    cursor: pointer;
}
.swiper-button-next {
    left: 5px !important;
}
.swiper-button-prev {
    right: 5px !important;
}
.swiper-button-next:hover,
.swiper-button-prev:hover{
    background:var(--primary-color);
}

/*swiper*/
.swiper-wrapper{
    height:auto;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    display:none;
}

/*theme*/
.container{
    padding:4rem 0;
    height:auto ;
}
.footer-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.loader {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid var(--primary-color);
    width: 25px;
    height: 25px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

#arc-checkbox {
    margin: 10px auto !important;
}
.modal-footer .cf-turnstile>div{
    text-align:center;
}




/*old*/

.hide {
  display: none !important;
}

/* tabs */
#server_tabs {
  display: flex;
  gap: clamp(10px, 1.3vw, 50px);
  justify-content: center;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.g-tab {
  display: inline-block;
  text-align: center;
  border: 1px solid #777575;
  border-radius: 40px;
  padding: 10px 25px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
}

.g-tab.active {
  background: #ff8700;
  border: none;
  color: #1a1c1e;
}

.my_slides_container {
  display: none !important;
  max-width: 1355px;
  margin: 0 auto;
}

.my_slides_container.active {
  display: flex !important;
  justify-content: space-evenly;
}

.swiper-wrapper {
  align-items: stretch;
}

.sliders {
  position: relative;
}

.swiper-slide {
  height: unset;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  top: unset;
  bottom: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.cart {
  border-radius: 32px;
  overflow: hidden;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.head-cart,
.footer-cart {
  list-style: none;
  margin: 0;
  padding: 2rem 1rem;
}

.head-cart li,
.footer-cart li {
  margin: 0;
}

.footer-cart {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-cart li {
  width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  font-family: cursive;
  width: 50px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #ffffff50;
  height: unset;
  font-size: 1.5rem;
}

.sabt.button.open-modal,
.sabt.cart-button.open-modal {
  margin-bottom: 3rem;
  cursor: pointer;
}

/* ========== Modal — scoped to #myModal to beat theme/plugin CSS ========== */
:root {
  --modal-bg: #1a1c1e;
  --modal-surface: #25282b;
  --modal-border: #3a3e42;
  --modal-text: #ffffff;
  --modal-muted: #9a9ea3;
  --modal-accent: #ff8700;
  --modal-accent-text: #1a1c1e;
  --modal-radius: 20px;
  --modal-input-radius: 14px;
}

#myModal.modal,
#myModal {
  display: none;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 99999 !important;
  position: fixed !important;
  inset: 0 !important;
  overflow: hidden !important;
  background-color: rgba(0, 0, 0, 0.72) !important;
  padding: 1rem !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}

#myModal.is-open,
#myModal[style*="display: flex"],
#myModal[style*="display:flex"] {
  display: flex !important;
}

#myModal .modal-content,
#myModal .order-modal__dialog {
  position: relative !important;
  direction: rtl !important;
  text-align: right !important;
  display: block !important;
  flex: none !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: min(90vh, 720px) !important;
  width: min(92vw, 440px) !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  margin: 0 auto !important;
  padding: 1.75rem 1.5rem 1.5rem !important;
  background: #1a1c1e !important;
  background-color: #1a1c1e !important;
  color: #ffffff !important;
  border: 1px solid #3a3e42 !important;
  border-radius: 20px !important;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45) !important;
  box-sizing: border-box !important;
}

#myModal .close {
  position: absolute !important;
  top: 1rem !important;
  left: 1rem !important;
  right: auto !important;
  float: none !important;
  z-index: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: #ffffff !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

#myModal .close:hover,
#myModal .close:focus {
  color: #ff8700 !important;
  text-decoration: none !important;
}

#myModal .modal-header {
  display: block !important;
  margin: 0 0 1.25rem !important;
  padding: 0 0 0 2rem !important;
  height: auto !important;
  min-height: 0 !important;
  flex: none !important;
}

#myModal .modal-title,
#myModal h2.modal-title,
#myModal p.modal-title {
  display: block !important;
  margin: 0 0 0.5rem !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem) !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-align: right !important;
  height: auto !important;
  min-height: 0 !important;
}

#myModal .modal-subtitle {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0.9rem !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
  color: #9a9ea3 !important;
  text-align: right !important;
}

/* Kill theme label flex stretch that caused huge gaps */
#myModal .modal-content label,
#myModal label.order-form__row,
#myModal .order-form__row {
  display: flex !important;
  flex-direction: column !important;
  flex: none !important;
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  row-gap: 8px !important;
  column-gap: 0 !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}

#myModal .modal-content label > span,
#myModal label.order-form__row > span,
#myModal .order-form__row > span {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0.85rem !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  color: #9a9ea3 !important;
  height: auto !important;
  min-height: 0 !important;
  flex: none !important;
}

#myModal .modal-content input[type="text"],
#myModal .modal-content input[type="tel"],
#myModal .modal-content input:not([type="hidden"]):not([type="submit"]):not([type="checkbox"]),
#myModal label input {
  display: block !important;
  background: #25282b !important;
  background-color: #25282b !important;
  border: 1px solid #3a3e42 !important;
  border-radius: 14px !important;
  color: #ffffff !important;
  line-height: 1.4 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  padding: 0.75rem 1rem !important;
  box-sizing: border-box !important;
  outline: none !important;
  flex: none !important;
  box-shadow: none !important;
}

#myModal .modal-content input::placeholder,
#myModal label input::placeholder {
  color: #6d7176 !important;
  opacity: 1 !important;
}

#myModal .modal-content input[name="mobile"],
#myModal .modal-content input#user-mobile {
  direction: ltr !important;
  text-align: left !important;
}

#myModal .modal-content input.error,
#myModal label input.error {
  background: rgba(255, 0, 0, 0.12) !important;
  border-color: #ff5a5a !important;
}

#myModal .modal-content input:focus,
#myModal label input:focus {
  background: #25282b !important;
  border-color: #ff8700 !important;
  box-shadow: 0 0 0 3px rgba(255, 135, 0, 0.22) !important;
}

#myModal #ajax-result {
  text-align: center !important;
  font-weight: 600 !important;
  padding: 5px 3px !important;
  border-radius: 5px !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
  margin: 0 0 15px !important;
  height: auto !important;
}

#myModal #ajax-result:empty {
  display: none !important;
}

#myModal #ajax-result.error {
  color: #ff8a8a !important;
  background: rgb(255 0 0 / 13%) !important;
}

#myModal #ajax-result.success {
  color: #7dffa0 !important;
  background: #0080001a !important;
}

#myModal .modal-footer {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  gap: 0.75rem !important;
  margin-top: 0.25rem !important;
  padding: 0 !important;
  height: auto !important;
  flex: none !important;
}

#myModal .footer-cta {
  display: flex !important;
  justify-content: center !important;
  gap: 10px !important;
  align-items: center !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important;
  flex: none !important;
}

#myModal .modal-footer .submit-form,
#myModal .order-form__submit,
#myModal button.submit-form {
  margin: 0 !important;
  width: 100% !important;
  min-height: 52px !important;
  height: auto !important;
  padding: 0.9rem 1.25rem !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: #ff8700 !important;
  background-color: #ff8700 !important;
  color: #1a1c1e !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  box-shadow: none !important;
  flex: none !important;
}

#myModal .modal-footer .submit-form:hover,
#myModal .order-form__submit:hover {
  filter: brightness(1.06);
}

.slide .open-modal {
  margin: 0px;
  font-size: 14px;
}

#myModal .arcaptcha > div,
#myModal .my-captcha {
  display: flex !important;
  justify-content: center !important;
  margin-bottom: 10px !important;
  height: auto !important;
  flex: none !important;
}

#myModal .loader {
  border: 3px solid #3a3e42;
  border-radius: 50%;
  border-top: 3px solid #ff8700;
  width: 25px;
  height: 25px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* responsive */
@media (max-width: 768px) {
  #server_tabs {
    flex-wrap: nowrap;
    overflow: auto;
    justify-content: start;
    padding: 0 10px 5px;
    margin-bottom: 1rem;
  }

  #myModal .modal-content,
  #myModal .order-modal__dialog {
    width: min(94vw, 440px) !important;
    padding: 1.5rem 1.15rem 1.25rem !important;
  }
}