.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-0fbcb2a:#5A8E7A;--e-global-color-6a6e526:#004080;--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;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1340px;}.e-con{--container-max-width:1340px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */li.pms-field {
    font-family: 'Poppins';
}

li.pms-field label {
    margin-bottom: 10px;
}

li.pms-field.pms-pass1-field {
    width: 49%;
}

li.pms-field.pms-pass2-field {
    width: 49%;
}

.pms-account-section-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

li.pms-field {
    width: 100%;
}

li.pms-field label {
    color: #004080;
    font-weight: 600;
}

li.pms-field.pms-first-name-field {
    width: 49%;
}

li.pms-field.pms-last-name-field {
    width: 49%;
}

form#pms_register-form {
    width: 80%;
    padding: 20px;
    border: 2px solid #004080;
}

.elementor-shortcode {
    display: flex;
    justify-content: center;
    align-items: center;
}

li.pms-field input {
    border: 1px solid #000;
}

/* Radio button hide */
li.pms-field.pms-field-subscriptions input[type="radio"][name="subscription_plans"] {
  display: none;
}

/* Label ko button jaisa banaye */
li.pms-field.pms-field-subscriptions label {
  display: inline-block;
  padding: 12px 20px;
  margin:0px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
    color:#fff;
}

/* Hover effect */
li.pms-field.pms-field-subscriptions label:hover {
  
  color: #fff;
}

/* Checked hone par button active dikhaye */
li.pms-field.pms-field-subscriptions input[type="radio"][name="subscription_plans"]:checked + span,
input[type="radio"][name="subscription_plans"]:checked ~ .pms-subscription-plan-price {
  color: #fff;
}

li.pms-field.pms-field-subscriptions input[type="radio"][name="subscription_plans"]:checked + span,
label:has(input[type="radio"]:checked) {
  background:transparent;
  color: #fff;
  
}

li.pms-field.pms-field-subscriptions {
    display: flex;
    flex-wrap: wrap;
    gap:20px;
    margin-top:20px;
}

.pms-subscription-plan.pms-subscription-plan-452 {
    width: 32%;
    background:#5A8E7A;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:10px;
    border-radius:10px;
    font-size:14px;
}

.pms-subscription-plan.pms-subscription-plan-451 {
     width: 32%;
    background:#004080;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:10px;
    border-radius:10px;
    font-size:14px;
}

.pms-subscription-plan-auto-renew {
      width: 32%;
    background:#5A8E7A;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:10px;
    border-radius:10px;
    font-size:14px;
}

.pms-subscription-plan-auto-renew input {
    display: none;
}

div#pms-paygates-wrapper > h3 {
    font-size: 20px;
    font-family: 'Poppins';
    color: #004080;
    font-weight: 600;
}

div#pms-paygates-wrapper {
    width: 100% !important;
    display: flex;
    align-items: center;
    gap: 30px;
}

div#pms-paygates-inner {justify-content: center;align-items: center;gap: 0;}

input.pms-form-submit {
    font-size: 20px;
    font-family: 'Poppins';
    color: #fff;
    background: #004080;
    border: 2px solid #004080;
}

input.pms-form-submit:hover {
    font-size: 20px;
    font-family: 'Poppins';
    color: #fff;
    background: #5A8E7A;
    border: 2px solid #5A8E7A;
}

.multistep-form {
  background: #0d0d0d;
  color: #fff;
  padding: 25px;
  border-radius: 10px;
  max-width: 700px;
  margin: auto;
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
}

label {
  display: block;
  margin: 15px 0 5px;
  font-weight: 600;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: none;
  margin-bottom: 15px;
}

.form-nav {
  margin-top: 20px;
  text-align: center;
}

.form-nav button {
  background: #ff5722;
  color: #fff;
  padding: 10px 20px;
  border: none;
  margin: 5px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.form-nav button:hover {
  background: #e64a19;
}/* End custom CSS */