
/* === CLEAN OVERRIDES (v9) === */

/* 1) Steps/Timeline: titles green, subtitles black */
.how_it_works .step_text h4 { color: #179455 !important; } /* title only */
.how_it_works .step_text p,
.how_it_works .step_text span,
.how_it_works .step_text span a { color: #000 !important; opacity: 1 !important; } /* subtitles only */

/* 2) Modern UI section: only subtitle paragraphs black */
.modern_ui_section .ui_text .section_title p,
.modern_ui_section .design_block p,
.modern_ui_section .design_block li p { color: #000 !important; }

/* 3) Features section: only the small paragraph under the section title black */
.features_section .section_title p { color: #000 !important; }

/* 4) Hero/Banner: only the small paragraph under the hero title black */
.banner_text p,
.hero_area .section_title p,
.hero .section_title p { color: #000 !important; }

/* 5) FAQ: only the small paragraph under the FAQ section title, and accordion body text black */
.faq_section .section_title p,
.faq .section_title p,
.faq_area .section_title p,
.faqs .section_title p { color: #000 !important; }
.accordion .card-body, .accordion-body, .accordion .card-body p, .accordion-body p { color: #000 !important; }


/* 6) Features around phone: the four lorem ipsum subtitles under چت زنده / داده امن / پشتیبانی شبانه روزی / کاملا کاربردی black */
.features_section .feature_detail .feature_box .data_block .text p { 
  color: #000 !important; 
}

/* Subtitle under نحوه کار */
.how_work_section .section-title p { color:#000 !important; }

/* Force black for subtitle under نحوه کار */
.how_work_section .how_work_content .sub_text p,
.how_work_section p { color:#000 !important; }

/* Force black subtitle under نحوه کار - سه قدم آسان */
.row_am.how_it_works .section_title p {
    color: #000000 !important;
}

/* Make header "خانه" black */
header .navbar .nav-link {
    color: #000 !important;
}

/* Make "+12 میلیون کاربران برنامه" black */
.home_banner .users p {
    color: #000 !important;
}

/* Force black for +12 million */
.used_app p { color:#000 !important; }

/* Fix alignment for "داده امن" and "کاملا کاربردی" */
.features_section .feature_detail .col-lg-6:nth-child(2) .data_block .text,
.features_section .feature_detail .col-lg-6:nth-child(4) .data_block .text {
    text-align: right !important;
}

/* right-align left_data items */
.feature_detail .left_data .text { text-align:right !important; }

/* Right-align icons for "داده امن" and "کاملا کاربردی" */
.feature_detail .left_data .data_block .icon {
    text-align: right !important;
    display: block !important;
}
