.elementor-1323 .elementor-element.elementor-element-0536457{--display:flex;}.elementor-1323 .elementor-element.elementor-element-55f1ab7{--display:flex;}/* Start custom CSS for html, class: .elementor-element-9cc8afb */.checkout-wrapper {
  width: 100%;
  max-width: 480px;
  margin: 50px auto;
}

/* Progress Bar */
.progress-container {
  width: 100%;
  height: 5px;
  background: #e6ebf1;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
}

.progress-line {
  height: 100%;
  width: 50%;
  background: linear-gradient(90deg, #5469d4, #6772e5);
  border-radius: 10px;
  transition: width 0.5s ease;
}

.progress-line.full {
  width: 100%;
}

/* Container Styling */
.checkout-container,
.payment-container {
  background: #ffffff;
  padding: 32px 28px;
  border-radius: 14px;
  border: 1px solid #e6ebf1;
  box-shadow: 0 2px 10px rgba(50, 50, 93, 0.05), 0 1px 3px rgba(0, 0, 0, 0.07);
  text-align: center;
  transition: 0.4s all;
}

/* Title */
.checkout-title {
  color: #32325d;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 25px;
}

/* Input Field Groups */
.input-group {
  text-align: left;
  margin-bottom: 20px;
}

.input-group label {
  font-weight: 600;
  font-size: 14px;
  color: #525f7f;
  margin-bottom: 8px;
  display: block;
}

/* Input Field Styling */
.input-icon-group {
  display: flex;
  align-items: center;
  background: #f6f9fc;
  border: 1px solid #dfe6ef;
  border-radius: 8px;
  padding: 10px 15px;
  transition: 0.3s;
}

.input-icon-group i {
  font-size: 18px;
  color: #6772e5;
  margin-right: 10px;
}

.input-icon-group input {
  border: none;
  background: transparent;
  flex: 1;
  font-size: 15px;
  color: #32325d;
}

.input-icon-group input:focus {
  outline: none;
}

/* Price Display */
.price-display {
  font-size: 24px;
  font-weight: 600;
  margin: 20px 0;
  color: #6772e5;
}

/* Buttons */
.continue-btn,
.payment-btn {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
  background: #6772e5;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.3px;
}

.continue-btn:hover,
.payment-btn:hover {
  background: #5469d4;
  transform: translateY(-1px);
}

/* Payment Options */
.payment-option {
  background: #f9fafc;
  border: 1px solid #e0e6ed;
  padding: 20px;
  border-radius: 10px;
  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: #32325d;
}

.payment-option label i {
  margin-right: 8px;
  font-size: 20px;
  color: #5469d4;
}

/* Card Icons */
.cards-icons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
}

.cards-icons img {
  width: 40px;
  height: 28px;
  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);
}

/* Credit Card Input Fields */
.card-inputs {
  margin-top: 20px;
  margin-bottom: 20px;
}

.card-inputs input {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  border: 1px solid #ccd6e0;
  border-radius: 6px;
  background: #fdfdfd;
  color: #1a1a1a;
}

.card-inputs input:focus {
  border-color: #6772e5;
  outline: none;
  box-shadow: 0 0 0 2px rgba(103, 114, 229, 0.2);
}

/* Page Background */
body {
  margin: 0;
  background: #f6f9fc;
}
/* Credit Card Input Block */
.card-inputs {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Input Field Style */
.card-inputs input {
  width: 100%;
  padding: 12px 14px;
  font-size: 15px;
  border: 1px solid #ccd6e0;
  border-radius: 6px;
  background: #fdfdfd;
  color: #1a1a1a;
  transition: all 0.2s ease;
}

.card-inputs input:focus {
  border-color: #6772e5;
  outline: none;
  box-shadow: 0 0 0 2px rgba(103, 114, 229, 0.2);
}

/* Masked CVV Field */
#cardCode {
  -webkit-text-security: disc;
  text-security: disc;
}/* End custom CSS */