/*
Theme Name: prosperionconsulting
Theme URI: https://prosperionconsulting.com/
Author: prosperionconsulting
Author URI: https://prosperionconsulting.com/
Template: twentytwentyone
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-column, responsive-layout
*/
.nav-link.active {
    font-weight: 500;
    text-underline-position: from-font;
    color: #3355c3 !important;
}
.table-bordered {
    border-color: #707070;
}
.table tbody tr td {
    padding: 12x !important;
    color: #000000;
}
.wpcf7-spinner {
    display: none !important;
}
span.wpcf7-list-item-label {
    padding-left: 22px;
    margin-bottom: 12px;
    cursor: pointer;
    user-select: none;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0px;
    text-transform: capitalize;
}
.jj-grid-block:nth-child(odd) .jj-block {
    order: 2;
}
.event-card a {
    color: #070030;
    font-family: Montserrat;
    text-decoration: none;
}

.modal-submit-btn::after {
    content: "";
    height: 24px;
    width: 24px;
    background-image: url("https://beta.prosperionconsulting.com/wp-content/themes/prosperionconsulting/images/white-arrow.png");
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 25px;
}
.modal-submit-btn .fill-btn {
    padding-right: 40px;
}
.modal-submit-btn {
    width: 200px;
    position: relative;
    margin: 0 auto;
}
#menu-solutions-1 li {
    margin-bottom: 10px;
}
#menu-solutions-1 li a {
    padding: 0px !important;
}
#menu-solutions li {
    list-style: none !important;
}
#menu-solutions li {
    margin: 0 0 !important;
    margin-bottom: 10px;
}
#menu-solutions li a {
    padding-left: 0px !important;
}
#menu-curated_services-1 li {
    margin: 0 0 !important;
    margin-bottom: 10px;
}
#menu-curated_services-1 li a {
    padding-left: 0px !important;
}

#menu-curated_services li {
    list-style: none !important;
}
#menu-solutions li {
    list-style: none !important;
}
.form-con h5 {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #fff;
}
.form-col .form-control {
    border-radius: 5px;
}
.white-btn {
    background-color: #CA972D;
    color: #fff;
    padding: 18px;
    width: 313px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
}
.banner-section-content h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0px;
    color: #fff;
}
.banner-section-content h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
}
.banner-section-content p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: justify;
    padding: 0;
}
.banner-section-col {
    padding: 100px 0 100px 0;
}
.conclusion-img img {
    width: 100%;
    height: auto;
    border-radius: 16px;
}
/* Flat style for accordion button */
.accordion-row .accordion-button {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    box-shadow: none;
    font-weight: 500;
    color: #333;
    border-radius: 5px !important;
    border-width: 0.5px;
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
}
.accordion-row .accordion-row .accordion-button:not(.collapsed) {
  background-color: #f9f9f9; /* same as closed */
  color: #333;
  box-shadow: none;
}
.accordion-row .accordion-item {
  border: none; /* remove Bootstrap default border */
  margin-bottom: 10px; /* spacing between accordions */
}
.accordion-row .accordion-button:focus {
  box-shadow: none; /* remove focus shadow */
}
.accordion-row .accordion-button::after {
  content: "";
  display: inline-block;
  width: 1rem;       /* Adjust size as needed */
  height: 1rem;
  background-image: url("/wp-content/uploads/2025/07/Polygon-1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: auto; /* Push icon to the far right */
  transform-origin: center; /* Rotate around center */
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.accordion-row .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
/* Accordion body style */
.accordion-row .accordion-body {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 4px 4px;
}
/* Base list style */
ul.custom-list {
  list-style: none; /* Remove default bullets */
  padding-left: 0;  /* Remove default padding */
}

ul.custom-list li {
  position: relative;
  padding-left: 25px;  /* Space for the custom dot */
  margin-bottom: 10px; /* Space between items */
  color: #333;         /* Text color */
  line-height: 1.4;    /* Comfortable line spacing */
}

/* Custom round dot */
ul.custom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;          /* Vertically center the dot */
  width: 10px;       /* Dot size */
  height: 10px;
  background-color: #ccc; /* Light gray dot */
  border-radius: 50%;
}
.jj-grid-block h2 {
    text-align: left;
}
@media only screen and (max-width: 767px) {
    .main-header ul li a {
        padding: 10px 0;
    }
    .banner-content {
        padding-bottom: 30px;
    }
    .banner-section-content h1 {
        font-size: 20px;
        line-height: 28px;
    }
}
.swal-footer {
    text-align: center !important;
}