.mt-10 {
    margin-top: 10px;
}
.mb-10 {
    margin-bottom: 10px;
}
.w-bold{
    font-weight:bold;
}
.type-quiz .wd-entities-title,
.type-quiz .wd-post-meta,
.type-quiz .wd-single-footer,
.single-quiz .wd-social-icons.wd-style-colored,
.single-quiz .wd-page-nav:not(:last-child){
    display: none !important;
}
.type-gadget .wd-entities-title,
.type-gadget .wd-post-meta,
.type-gadget .wd-single-footer{
    display: none !important;
}
.type-quiz body,
.type-gadget body{
    background: #FAFAFA;
}
.d-none{
    display: none;
}
.d-block{
    display: block;
}
.quiz-result-chart {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.quiz-result-untitle{
    text-align: center;
    padding: 10px 0;
}
.hm-quiz-accordion {
    width: 100%;
    overflow: hidden;
}
div#quiz-prakriti-intro-step-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color:#000;
}


.prakriti-intro-step-2 {
    border: solid 1px #83A2A2;
    padding: 48px;
    position: relative;
}

@media only screen and (max-width: 767px){
    .prakriti-intro-right {
        width: 100%;
        padding: 20px;
        border: solid 1px #82A2A2;
        border-left: unset;
    }
    .prakriti-intro-left {
        width: 100%;
        background-image: url('http://bekronab.com/wp-content/uploads/2025/05/روغن-طبیعی-ترمیم-کننده-پوست.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .quiz-right-arrow {
       display: none;
    }
    .quiz-chart-box {
        width: 45%;
        position: relative;
    }
    .quiz-left-arrow {
        width: 61%;
        background-image: url('../img/quiz-top-three.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        height: 65px;
    }
    form#prakrti-quiz-form {
        border: solid 1px #DDC07C;
        padding: 8px;
        position: relative;
    }


}
@media only screen and (min-width: 768px){
    .prakriti-intro-right {
        width: 65%;
        padding: 48px;
        border: solid 1px #82A2A2;
        border-left: unset;
    }
    .prakriti-intro-left {
        width: 35%;
        background-image: url('http://bekronab.com/wp-content/uploads/2025/05/روغن-طبیعی-ترمیم-کننده-پوست.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .quiz-right-arrow {
        width: 80%;
    }
    .quiz-chart-box {
        width: 31%;
        position: relative;
    }
    .quiz-left-arrow {
        width: 20%;
        background-image: url('../img/quiz-top-three.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 65px;
    }
    form#prakrti-quiz-form {
        border: solid 1px #DDC07C;
        padding: 45px;
        position: relative;
    }


}

.prakriti-intro-step-2 img {
    position: absolute;
    left: 40px;
    top: -60px;
}
form#product-suggestion-formss {
    border: solid 1px #83A2A2;
    padding: 48px;
    position: relative;
}



.prakriti-quiz-container {
    font-family: inherit;
    background: #fff;
    color:#000;
}

.quiz-top-img {
    display: flex;
    align-items: center;
}

.quiz-header {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.quiz-header h3 {
    color: #333;
    margin-bottom: 10px;
}

.progress-indicator {
    color: #666;
    font-size: 14px;
}

.question-step {
    padding: 15px;
    background: white;
    border-radius: 8px;
    margin-bottom: 15px;
}

.question-indicator {
    margin-bottom: 20px;
}

.hm-quiz-question-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.hm-quiz-question-box-left {
    font-weight: bold;
}

.hm-quiz-question-box-right {
    color: #666;
}

.hm-quiz-question-breadcrumbs {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 14px;
}

.hm-quiz-question-breadcrumbs .blc {
    color: #333;
}

.hm-quiz-question-breadcrumbs .gry {
    color: #999;
}

.ic-quiz {
    margin: 0 8px;
    width: 12px;
}

.question-text {
    margin-bottom: 15px;
    font-size: 16px;
    color: #444;
}

.hm-quiz-question-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
}

.question-options label {
    display: block;
    padding: 10px 15px;
    margin-bottom: 8px;
    background: #f5f5f5;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
    color:#000 !important;
}

.question-options label:hover {
    background: #e9e9e9;
}

.question-options input[type="radio"] {
    margin-left: 8px;
}

.quiz-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.quiz-navigation button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background: #4CAF50;
    color: white;
    cursor: pointer;
    transition: background 0.3s;
}

.quiz-navigation button:hover {
    background: #45a049;
}

.hm-quiz-submit-btn {
    background: #2196F3 !important;
}

.hm-quiz-submit-btn:hover {
    background: #0b7dda !important;
}

/* استایل‌های بخش نتایج */
#prakriti-results-container {
    display: none;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.result-header {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.result-header h3 {
    color: #333;
    margin-bottom: 5px;
}

.result-date {
    color: #666;
    font-size: 14px;
}

.dosha-results {
    margin: 30px 0;
}

.result-box {
    margin-bottom: 25px;
}

.result-box h4 {
    margin-bottom: 10px;
    color: #333;
}

.meter-container {
    position: relative;
    height: 20px;
    background: #f0f0f0;
    border-radius: 10px;
    margin-bottom: 15px;
}

.meter-bar {
    height: 100%;
    border-radius: 10px;
    transition: width 1s ease;
}

.vata .meter-bar {
    background: #8e44ad;
}

.pitta .meter-bar {
    background: #e74c3c;
}

.kapha .meter-bar {
    background: #3498db;
}

.dosha-percentage {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-weight: bold;
    font-size: 12px;
}

.dosha-description {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}
.hm-quiz-accordion-item {
    border-bottom: 1px solid #ddd;
    padding: 20px;
}
.hm-quiz-accordion-header {
    background: #ffffff;
    cursor: pointer;
    color: #232323;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    padding-bottom: 12px;
}
.hm-accordion-icon {
    font-size: 40px;
    transition: transform 0.3s ease;
    font-weight: 300;
    color: #8A382E;
}
.hm-quiz-accordion-content {
    color: #232323;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    padding: 15px 0 15px 0;
    display: none;
}
.dominant-title {
    color: #333;
    margin-bottom: 10px;
}
.quiz-result-title {
    text-align: center;
    color: #232323;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}
.dominant-description ul {
    padding-right: 20px;
}

.dominant-description li {
    margin-bottom: 8px;
}

.recommendations-list {
    padding-right: 20px;
}

.recommendations-list li {
    margin-bottom: 10px;
    position: relative;
    padding-right: 15px;
}
#quiz-prakriti-intro-step-2{
    margin-top: 30px !important;
    color:#000;
}
.recommendations-list li:before {
    content: "•";
    position: absolute;
    right: 0;
    color: #4CAF50;
}

.quiz-error {
    color: #d32f2f;
    text-align: center;
    padding: 20px;
    background: #ffebee;
    border-radius: 5px;
}
.quiz-result-accordion{
    color:#000 !important;
}
/*--------------------------------------------------------------
>> Arz Elementor Widget :
----------------------------------------------------------------*/
.bazzarpart .title {
    float: right;
    overflow: hidden;
    line-height: 24px;
}

.bazzarpart .title i {
    float: right;
    line-height: 24px;
    font-size: 24px;
    margin-left: 20px;
    color: #d80e0e;
}

.bazzarpart .title h3 {
    font-weight: 400;
    font-size: 17px;
    display: inline;
}

.bazzarpart .arztabs {
    float: left;
}

.bazzarpart .arztabs li.active {
    font-size: 14px;
    padding: 0 26px;
    background-color: #fff;
}

.bazzarpart .arztabs li {
    line-height: 44px;
    padding: 0 19px;
    background-color: #e7eef3;
    float: left;
    margin-right: 8px;
    font-size: 12px;
    color: #38434a;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bazzarpart .arztab-cont {
    clear: both;
}

.bazzarpart .arztab {
    display: none;
}

.bazzarpart .arztab.active {
    display: block;
}

/*--------------------------------------------------------------
>> Widgets/gadget/ BMI :
----------------------------------------------------------------*/
.bmi-temperament-widget {
    direction: rtl;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 8px;
    max-width: 500px;
    margin: 0 auto;
    color:#000 !important;
}

.bmi-temperament-widget h3 {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.bmi-calculate-btn {
    width: 100%;
    padding: 12px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.bmi-calculate-btn:hover {
    background-color: #45a049;
}

.bmi-result-container {
    margin-top: 20px;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.bmi-result-container h4 {
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-top: 0;
}

.temperament-recommendations h5 {
    color: #4CAF50;
    margin-bottom: 10px;
}

#bmi-category {
    font-weight: bold;
    margin-right: 10px;
}
/*--------------------------------------------------------------
>>> Gadget / age temperament widget:
----------------------------------------------------------------*/
.age-temperament-widget {
    background: #f9f9f9;
    padding: 1.5rem;
    border: 1px solid #ddd;
    border-radius: 12px;
    max-width: 400px;
}
.age-temperament-widget label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: bold;
}
.age-temperament-widget input {
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 1rem;
    border-radius: 6px;
    border: 1px solid #ccc;
}
.age-temperament-widget button {
    background: #3498db;
    color: white;
    padding: 0.6rem 1.2rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}
.age-temperament-widget .result-container {
    margin-top: 1rem;
    font-size: 1rem;
}
