.elementor-566 .elementor-element.elementor-element-c4ef3b8{--display:flex;}.elementor-566 .elementor-element.elementor-element-c4ef3b8.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-566 .elementor-element.elementor-element-e4dbe21{margin:-11px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}@media(max-width:1200px) and (min-width:768px){.elementor-566 .elementor-element.elementor-element-c4ef3b8{--width:933px;}}/* Start custom CSS for html, class: .elementor-element-25a3c14 *//* ========================================
   PAYMENT SECTION – FINAL CLEAN VERSION
   ======================================== */

/* ❌ Hide ONE Gateway */
.pay-option[data-method="one"] {
  display: none !important;
}

/* ===== TITLE CENTER ===== */
.payment-select-modal h3 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 30px;
}

.payment-select-modal h3 strong {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 500;
  color: var(--ck-text-muted);
}

/* ===== DESKTOP LAYOUT ===== */
.payment-options {
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  gap: 30px !important;
  margin: 30px 0 35px;
}

/* Payment Cards */
.pay-option {
  flex: 0 0 260px !important;
  max-width: 260px !important;
  padding: 26px 22px;
  border-radius: 22px;
  background: #ffffff;
  border: 2px solid #eef2f7;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 15px 40px rgba(15, 23, 42, 0.08);
}

/* Logos */
.pay-option img {
  height: 60px;
  margin-bottom: 14px;
}

/* Text */
.pay-option p {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin: 0;
}

/* Hover */
.pay-option:hover {
  transform: translateY(-6px);
  border-color: var(--ck-primary);
  box-shadow: 0 25px 60px rgba(15, 118, 110, 0.18);
}

/* Selected */
.pay-option.selected {
  border-color: var(--ck-primary);
  background: #ecfdf5;
  box-shadow: 0 20px 50px rgba(22, 163, 74, 0.35);
}

/* ===== MOBILE OPTIMIZATION ===== */
@media (max-width: 768px) {

  .payment-options {
    flex-direction: column !important;
    align-items: center !important;
    gap: 18px !important;
  }

  .pay-option {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    padding: 20px;
  }

  .pay-option img {
    height: 50px;
  }

  .payment-select-modal h3 {
    font-size: 20px;
  }
}/* End custom CSS */