.elementor-51 .elementor-element.elementor-element-3b93ab3{--display:flex;}/* Start custom CSS for html, class: .elementor-element-bcae077 */.checkout-wrapper {
  width: 100%;
  max-width: 480px;
  margin: 50px auto;
}

/* Progress Bar */
.progress-container {
  width: 100%;
  height: 5px;
  background: #eee;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
}

.progress-line {
  height: 100%;
  width: 50%;
  background: linear-gradient(90deg, #007bff, #00c6ff);
  border-radius: 10px;
  transition: width 0.5s ease;
}

.progress-line.full {
  width: 100%;
}

/* Step Containers */
.checkout-container,
.payment-container {
  background: #fff;
  padding: 30px 25px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: 0.4s all;
}

/* Titles */
.checkout-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #1a1a1a;
}

/* Input Groups */
.input-group {
  text-align: left;
  margin-bottom: 20px;
}

.input-group label {
  font-weight: 600;
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
  display: block;
}

/* Input + Icons */
.input-icon-group {
  display: flex;
  align-items: center;
  background: #f2f5f9;
  border: 1px solid #cfd9e6;
  border-radius: 12px;
  padding: 10px 15px;
  transition: 0.3s;
}

.input-icon-group i {
  font-size: 18px;
  color: #007bff;
  margin-right: 10px;
}

.input-icon-group input {
  border: none;
  background: transparent;
  flex: 1;
  font-size: 15px;
  color: #222;
}

.input-icon-group input:focus {
  outline: none;
}

/* Price */
.price-display {
  font-size: 28px;
  font-weight: bold;
  margin: 20px 0;
  color: #007bff;
}

/* Continue Button */
.continue-btn {
  width: 100%;
  padding: 14px;
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(90deg, #007bff, #00c6ff);
  color: white;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}

.continue-btn:hover {
  transform: scale(1.03);
}

/* Payment Options */
.payment-option {
  background: #f9fbfd;
  border: 1px solid #dde6f0;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 25px;
}

.payment-option input[type="radio"] {
  display: none;
}

.payment-option label {
  font-weight: 700;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  color: #333;
}

.payment-option label i {
  margin-right: 8px;
  font-size: 20px;
  color: #007bff;
}

/* Card Icons */
.cards-icons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
}

.cards-icons img {
  width: 40px;
  height: 28px;
}

/* Payment Buttons */
.payment-btn,
.crypto-btn {
  width: 100%;
  padding: 15px;
  font-size: 17px;
  font-weight: bold;
  color: white;
  border: none;
  border-radius: 30px;
  margin-top: 10px;
  cursor: pointer;
  transition: 0.3s;
}

.payment-btn {
  background: linear-gradient(90deg, #0056d2, #00aaff);
}

.payment-btn:hover {
  transform: scale(1.04);
}

.crypto-btn {
  background: linear-gradient(90deg, #0088cc, #66d9ff);
}

.crypto-btn:hover {
  transform: scale(1.04);
}

/* Divider */
.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
  position: relative;
}

.divider::before,
.divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #ccc;
}

.divider span {
  padding: 0 15px;
  font-weight: 600;
  color: #aaa;
}

/* Crypto Icons */
.crypto-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  gap: 10px;
}

.crypto-icons span {
  font-size: 14px;
  color: #555;
}

.crypto-icons .cicon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  transition: 0.3s;
}

.crypto-icons .cicon:hover {
  transform: scale(1.1);
}
<style>
  header, .site-header, .footer, nav, .menu-toggle, .logo, .site-branding {
    display: none !important;
  }
  body {
    margin: 0;
    background: #fff;
  }
</style>
/* Stripe-Inspired Trusted Enhancements */
.checkout-container,
.payment-container {
  border: 1px solid #e6ebf1;
  box-shadow: 0 0 0 1px #e6ebf1, 0 2px 8px rgba(50, 50, 93, 0.1);
  background: #ffffff;
  padding: 32px 28px;
  border-radius: 12px;
}

.checkout-title {
  color: #32325d;
  font-size: 26px;
  font-weight: 600;
}

.input-icon-group {
  background: #f6f9fc;
  border: 1px solid #dfe6ef;
  border-radius: 8px;
}

.input-icon-group i {
  color: #6772e5;
}

.input-icon-group input {
  color: #32325d;
  font-size: 15px;
}

.price-display {
  color: #6772e5;
  font-weight: 600;
  font-size: 24px;
}

.continue-btn,
.payment-btn {
  background: #6772e5;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.2s ease;
  letter-spacing: 0.3px;
}

.continue-btn:hover,
.payment-btn:hover {
  background: #5469d4;
  transform: translateY(-1px);
}

.cards-icons img {
  filter: grayscale(0%) drop-shadow(0 0 1px rgba(0, 0, 0, 0.15));
  transition: transform 0.3s ease;
}

.cards-icons img:hover {
  transform: scale(1.1);
}

.payment-option {
  border: 1px solid #e0e6ed;
  background: #f9fafc;
  border-radius: 10px;
}

.payment-option label i {
  color: #5469d4;
}

body {
  background: #f6f9fc;
}/* End custom CSS */