/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/**
* Purchase Assessment Page
*/

.purchase-container {
    max-width: 900px;
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
  }

  .flex-column-wrapper {
    margin:60px 0 60px 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .flex-wrapper {
    background: #ffffff;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    width: 100%;
  }

  .form-wrapper-top h2 {
    font-size: 2rem;
    font-family:'Montserrat',sans-serif;
    margin-bottom: 25px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    color: #222;
  }

  .form-group {
    background-color: #fcfcfc;
    border: 1px solid #e1e1e1;
    border-left: 5px solid var(--ast-global-color-0);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 25px;
  }

  .purchase-header {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    color: #222;
    font-family:'Montserrat',sans-serif;
  }

  .form-control,
  select,
  textarea {
    width: 100%;
    padding: 12px 14px;
    font-size: 1rem;
    border: 1px solid #bbb;
    border-radius: 6px;
    transition: all 0.3s ease;
    box-sizing: border-box;
  }

  .form-control:focus,
  select:focus,
  textarea:focus {
    border-color: #007BFF;
    box-shadow: 0 0 6px rgba(0,123,255,0.3);
    outline: none;
  }

  /* Success state */
  .form-control.success {
    border-color: #28a745;
    box-shadow: 0 0 5px rgba(40, 167, 69, 0.5);
  }

  /* Error state */
  .form-control.error {
    border-color: #dc3545;
    box-shadow: 0 0 5px rgba(220, 53, 69, 0.5);
  }

  .form-row .col {
    padding: 5px;
  }

  .form-check-label {
    font-size: 1.2rem;
    cursor: pointer;
  }

  .form-check-input {
    margin-right: 10px;
  }

  #email-instructions, #report_receiver + span {
    display: block;
    font-size: 0.9rem;
    color: #666;
    margin-top: 8px;
    line-height: 1.5;
  }

  .credit-price {
    background-color: #f8f9fa;
    border: 2px dashed #ccc;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
  }

  .order-summary-heading {
    font-size: 1.2rem;
    font-weight: 600;
    font-family: 'Montserrat',sans-serif;
  }

  .btn-pf-checkout {
    background-color: #007BFF;
    color: white;
    font-size: 1.1rem;
    padding: 14px 28px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 20px auto 0;
  }

  .btn-pf-checkout:hover {
    background-color: #0056b3;
  }


  /* fix menu on this page */
  .ast-primary-header-bar {
    background-color: var(--ast-global-color-0) !important;
}


 /* styles for loader */
 .loader {
    
    z-index: 1;
    width: 150px;
    height: 150px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #24b0a6;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: auto;
  }
  
  @-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
  }
  
  @keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
  }

  #payment-button-section {
    margin-bottom: 20px;
  }

  @media (max-width: 768px) {
    .flex-wrapper {
      padding: 20px;
    }

    .form-row .col {
      width: 100%;
      padding: 0;
      margin-bottom: 10px;
    }

    .btn-pf-checkout {
      width: 100%;
    }
}


/* Container Panel */
.assessment-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px;
  border-radius: 12px;
  background-color: #f9f9f9;
  max-width: 1000px;
  margin: 0 auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

/* Individual Assessment Box */
.form-check-assessment-flex {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 15px;
  background-color: white;
  border: 5px solid rgb(78, 183, 189);
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  transition: border-color 0.2s, background-color 0.2s;
}

/* Hover effect */
.form-check-assessment-flex:hover {
  background-color: #eefafa;
}

/* Input style */
.form-check-input-flex {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}

/* Label spacing */
.form-check-assessment-flex label {
  margin-top: 10px;
  font-size: 0.95rem;
  line-height: 1.4;
}

/* Responsive layout */
@media (max-width: 992px) {
  .assessment-panel {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .assessment-panel {
    grid-template-columns: 1fr;
  }
}

/* Highlight selected box */
.form-check-input-flex:checked + label {
  font-weight: 600;
}

.form-check-input-flex:checked ~ * {
  border-color: rgb(78, 183, 189);
}

/* Optional: JS-supported alternative if checkbox + sibling styling doesn't work in some browsers */
.form-check-assessment-flex.selected {
  border-color: rgb(78, 183, 189);
}


.ast-theme-transparent-header .ast-builder-menu .main-header-menu,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-link,.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .menu-item > .menu-link,.ast-theme-transparent-header .ast-masthead-custom-menu-items,.ast-theme-transparent-header .ast-masthead-custom-menu-items a,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item > .ast-menu-toggle,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item > .ast-menu-toggle,.ast-theme-transparent-header .ast-above-header-navigation a,.ast-header-break-point.ast-theme-transparent-header .ast-above-header-navigation a,.ast-header-break-point.ast-theme-transparent-header .ast-above-header-navigation > ul.ast-above-header-menu > .menu-item-has-children:not(.current-menu-item) > .ast-menu-toggle,.ast-theme-transparent-header .ast-below-header-menu,.ast-theme-transparent-header .ast-below-header-menu a,.ast-header-break-point.ast-theme-transparent-header .ast-below-header-menu a,.ast-header-break-point.ast-theme-transparent-header .ast-below-header-menu,.ast-theme-transparent-header .main-header-menu .menu-link {
  color: #000000 !important;
}


.site-logo-img img {
    filter: url(#ast-img-color-filter) !important;
    transition: all 0.2s linear;
}

.ast-primary-header-bar {
    background-color: var(--ast-global-color-5) !important;
    background-image: none;
}

.menu-item:hover  {
     color: var(--ast-global-color-0);
}


