.elementor-kit-2045{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-page-transition-entrance-animation:e-page-transition-fade-out-left;--e-page-transition-animation-duration:1500ms;}.elementor-kit-2045 e-page-transition{background-color:transparent;background-image:linear-gradient(180deg, #FFBC7D 0%, #f2295b 100%);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Container Styling */
.checkout-wrapper {
  max-width: 700px;
  margin: 0 auto;
  padding: 30px;
  background-color: #f9f9f9;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  font-family: 'Segoe UI', sans-serif;
}

/* Headings */
.checkout-wrapper h2 {
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

/* Input Fields */
.checkout-wrapper input[type="text"],
.checkout-wrapper input[type="email"],
.checkout-wrapper input[type="tel"],
.checkout-wrapper textarea {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  background-color: #fff;
}

/* Label Styling */
.checkout-wrapper label {
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
  color: #222;
}

/* Cash on Delivery Box */
.cod-box {
  background-color: #eaf7e4;
  border: 1px dashed #7ac142;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  color: #2e7d32;
  font-weight: bold;
}

/* Submit Button */
.checkout-wrapper button[type="submit"] {
  width: 100%;
  padding: 14px;
  background-color: #1e87f0;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.checkout-wrapper button[type="submit"]:hover {
  background-color: #0056b3;
}

/* Responsive */
@media (max-width: 768px) {
  .checkout-wrapper {
    padding: 20px;
  }
}/* End custom CSS */