.faq_item {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 10px;
	transition: all 0.3s ease;
}
.faq_question {
	border: 1px solid #aaa;
	padding: 12px 40px 12px 15px;
	border-radius: 12px;
	font-weight: 600;
	cursor: pointer;
	position: relative;
	font-size: 17px;
	color: #333;
}
.faq_question::before {
	content: '';
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%232f8a7b' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E");
}
.faq_answer {
	padding: 15px;
	color: #555;
	font-weight: 500;
	text-align: justify;
	display: none;
	font-size: 15px;
}
.faq_item.active .faq_question::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%232f8a7b' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8'/%3E%3C/svg%3E");
}
.section_title {
	text-align: center;
	margin-bottom: 30px;
}
.faq_title {
	font-size: 24px;
	font-weight: bold;
	color: #2f8a7b;
}
.faq_wrap {
	margin-top: 20px;
}
.black_title {
	font-size: 33px;
	font-weight: 600;
	margin-bottom: 20px;
	display: block;
	text-align: right;
}
.orange_title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
	display: block;
	text-align: right;
	color: var(--second-color);
}
.puyesh_video_item video {
	height: 200px;
	width: 100%;
	background: #000;
	border-radius: 10px;
}
.post_excerpt {
	font-size: 16px;
	color: #555;
	text-align: justify;
	margin-bottom: 20px;
}
#participate_puyesh.added {
	background: var(--forth-color);
	color: #fff;
	border-color: var(--forth-color);
}
.new_btn {
	border-radius: var(--border-radius);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	width: fit-content;
	font-size: 16px;
	transition: 0.2s all;
	background: var(--main-color);
	color: #fff;
	padding: 10px 20px;
	cursor: pointer;
}
.new_btn:hover {box-shadow: inset 0 0 100px #0003; gap: 12px;color: #fff !important;}
.single_puyesh_top_wrap {
	padding: 60px 0;
}
.puyesh_image {
	position: relative;
}
.puyesh_image img {
	border-radius: 100%;
	width: 450px;
	object-fit: cover;
	z-index: 2;
}
.puyesh_image::before {
	content: '';
	position: absolute;
	top: -15px;
	left: 30px;
	width: 100px;
	height: 100px;
	background-image: url('/wp-content/uploads/2025/03/dots.webp');
	background-repeat: no-repeat;
	z-index: -1;
}
.puyesh_image::after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	width: 100%;
	background-image: url('/wp-content/uploads/2025/03/puyesh_before_img.webp');
	background-repeat: no-repeat;
	z-index: 3;
	height: 100%;
	background-size: contain;
}
.rb_flex_end_wrap {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
}
.single_puyesh_follwers_count, .single_puyesh_likes_count {
	display: flex;
	flex-direction: column;
	border: 1px solid var(--main-color);
	border-radius: var(--border-radius);
	padding: 12px;
	font-size: 15px;
	min-width: 180px;
}
.single_puyesh_title {
	font-size: 33px;
	font-weight: 700;
	margin: 10px 0;
}
.puyesh_operation_box {
	position: absolute;
	top: 0;
	right: 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	z-index: 10;
}
.puyesh_operation_btn {
	background: var(--main-color);
	color: #fff;
	width: 38px;
	height: 38px;
	border-radius: var(--border-radius);
	cursor: pointer;
	transition: 0.1s all;
	display: flex;
	justify-content: center;
	align-items: center;
}
.puyesh_operation_btn:hover {box-shadow: inset 0 0 100px #0003;}
.single_puyesh_luncher_wrap img {
	max-width: 450px;
	margin: auto;
	object-fit: cover;
	display: block;
	border-radius: var(--border-radius);
}
.puyesh_luncher_leader_wrap {
	dif: s;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}
.social_item svg {
	width: 24px;
	height: 30px;
	fill: var(--second-color);
}
.social_item svg:hover {fill: #000;}
#group_puyesh_wrap {
	position: relative;
}
#group_puyesh_wrap::before {
	content: '';
	background: #FEF3C7;
	width: 400px;
	height: 400px;
	position: absolute;
	right: -15%;
	top: -20%;
	border-radius: 100%;
	opacity: 0.3;
	z-index: -1;
}
.rb_posts_wrap {
	padding: 10px !important;
	padding-bottom: 55px !important;
}
.follow_puyesh_btn {
	min-width: 108px;
	min-height: 44px;
}
.follow_puyesh_btn.added {
	background: var(--forth-color);
	font-size: 0;
	position: relative;
}
.follow_puyesh_btn.added::before {
	content: 'دنبال میکنید';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px;
	color: #fff;
	white-space: nowrap;
}
.safir_item_box {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 20px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.safir_item_box img {
	width: 180px;
	height: 180px;
	object-fit: cover;
	border-radius: 100px;
}
.swiper.rb_comments_swiper {
	padding: 80px 10px 30px;
	margin-top: -60px;
}
.comment_box {
	background: #fff;
	border-radius: var(--border-radius);
	padding: 20px;
	font-size: 15px;
	text-align: justify;
	display: flex;
	flex-direction: column;
	gap: 10px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	transition: 0.2s all;
	cursor: pointer;
	width: 100%;
	min-width: 300px;
	justify-content: space-between;
	align-items: center;
	max-width: 100%;
	font-weight: 300;
	min-height: 270px;
}
.comment_box:hover {
	transform: translateY(-5px);
}
.add_puyesh_commnet_btn {
	background: var(--second-color);
	color: #fff;
	font-size: 16px;
	border-radius: var(--border-radius);
	justify-content: center;
	align-items: center;
	display: flex;
	width: fit-content;
	padding: 10px 20px;
	transition: 0.2s all;
	cursor: pointer;
}
.add_puyesh_commnet_btn:hover {box-shadow: inset 0 0 100px #0003;}
.comment_user_image_img {
	margin-top: 10px;
	width: 40px;
	border-radius: 100px;
	overflow: hidden;
}
.rb_comments_swiper .rb_swiper_btns {
	top: 0px !important;
	left: 0 !important;
	position: absolute;
	bottom: auto;
}
.puyesh_forms_wrap {
	position: relative;
	width: 100%;
	padding: 60px 0;
}
.puyesh_forms_wrap::before, .puyesh_forms_wrap::after {
	content: '';
	position: absolute;
	left: -15%;
	top: 50%;
	transform: translatey(-50%);
	background: #F59E0B;
	border-radius: 100%;
	width: 550px;
	height: 550px;
	z-index: -1;
}
.puyesh_forms_wrap::after {
	background: #7E22CE !important;
	right: -15% !important;
}
.puyesh_forms_wrap .rb_form {
	border: 1px solid #eee;
}
.puyesh_forms_wrap .rb_form .form_btn {width: 100%;}
.puyesh_forms_wrap .form_group input {
	border: 1px solid #ddd;
	border-radius: var(--border-radius);
}
#puyesh_report_video_wrap {
	position: relative;
	overflow: hidden;
	background: var(--fifth-color);
}
#puyesh_report_video_wrap:before{
	content: '';
	position: absolute;
	right: -10%;
	top: -20%;
	background: var(--main-color);
	border-radius: 100%;
	width: 500px;
	height: 500px;
	z-index: 1;
}
#puyesh_report_video_wrap:after{
	content: '';
	position: absolute;
	left: 10%;
	bottom: -24%;
	background: var(--second-color);
	border-radius: 100%;
	width: 400px;
	height: 400px;
}
.puyesh_report_video_box {
	overflow: hidden;
	position: relative;
	width: 1100px;
	height: 600px;
	max-width: 100%;
	background-size: auto;
	margin: auto;
	background: url(/wp-content/uploads/2025/03/Macbook.webp);
	background-size: 100% 100%;
	background-position: center center;
	padding: 34px 147px 101px 145px;
	z-index: 10;
}
.puyesh_report_video_inner_box {
	overflow: hidden;
	min-height: 465px;
	position: relative;
}
.puyesh_report_video_box video{
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 465px;
}
.puyesh_report_video_inner_box::after{
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_902_55)'%3E%3Ccircle cx='40' cy='40' r='40' fill='%23F86F03' fill-opacity='0.05'/%3E%3Ccircle cx='40' cy='40' r='39.25' stroke='white' stroke-width='1.5'/%3E%3C/g%3E%3Cpath d='M34.5309 53C35.6732 53 36.8976 52.5792 37.9684 52.1332C40.4921 51.0793 52.2573 44.5617 52.2573 39.9792C52.2573 35.4687 40.742 29.0771 37.8007 27.8505C36.6084 27.3506 33.8206 26.196 32.1358 27.8901L32.1337 27.8922C31.6532 28.3799 30.1974 29.8577 30.1582 39.9109C30.1154 50.029 31.6385 51.5638 32.1352 52.0643L32.1358 52.0648C32.814 52.7482 33.6457 53 34.5309 53Z' fill='white'/%3E%3Cdefs%3E%3Cfilter id='filter0_b_902_55' x='-20' y='-20' width='120' height='120' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='10'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_902_55'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_902_55' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	background-repeat: round;
	z-index: 3;
}
.puyesh_report_video_inner_box.pause.hide_icon::after{
	opacity: 0;
	transition: 0.4s linear;
}
.puyesh_report_video_inner_box.pause.hide_icon:hover::after {
	opacity: 1;
	transition: 0.4s linear;
}
.puyesh_report_video_inner_box::before {
	content: '';
	background-color: #00000021;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.puyesh_report_video_inner_box.pause::after{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' fill='%23F86F03' class='bi bi-pause-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M5 6.25a1.25 1.25 0 1 1 2.5 0v3.5a1.25 1.25 0 1 1-2.5 0v-3.5zm3.5 0a1.25 1.25 0 1 1 2.5 0v3.5a1.25 1.25 0 1 1-2.5 0v-3.5z'/%3E%3C/svg%3E");
}
.share_post_btn{
	background: #fff;
	border-radius: 30px;
	color: #333;
	font-size: 14px;
	cursor: pointer;
	padding: 10px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: fit-content;
}
.rb_overlay{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #00000061;
	backdrop-filter: blur(5px);
	opacity: 0;
	visibility: hidden;
	z-index: 100;
	transition: 0.2s all;
}
.rb_overlay.active , .popup_wrap.active{
	opacity: 1;
	visibility: visible;
}
.popup_wrap{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	width: 400px;
	max-width: 100%;
	transition: 0.2s all;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	z-index: 101;
}
.popup_close_btn {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 18px;
	cursor: pointer;
}
.popup_close_btn:hover { color: #000;}
.social_item_link {
	font-size: 25px;
	color: #666;
	transition: 0.3s linear;
}
.social_item_link.whatsapp:hover :is(svg, path){fill: #00bb40;}
.social_item_link.telegram:hover :is(svg, path){fill: #0c97ea;}
.flex_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}
.popup_text{ font-size: 16px;font-weight: 700;margin-bottom: 10px}
.puyesh_gallery_item img {
	height: 300px;
	width: 100%;
	object-fit: cover;
	transition:0.3s all;
}
.puyesh_gallery_item {
	border-radius: var(--border-radius);
	overflow: hidden;
}
.puyesh_gallery_item:hover img {
	transform: scale(1.2);
}
.bookmark_puyesh_btn.added_to_bookmark svg, .like_puyesh_btn.added_to_favorit svg {
	fill: var(--second-color) !important;
	stroke: var(--second-color);
}
.add_comment_popup {
	min-width: 50%;
}
.form_btn.comment_added {
	pointer-events: none;
	background: #888;
}
.single_puyesh_follwers_count img, .single_puyesh_likes_count img {
	width: 30px;
	border-radius:50px;
	border: 1px solid var(--main-color);
	margin: auto;
}
.single_puyesh_likes_count_images {
	display: flex;
	justify-content: center;
	align-items: center;
}
.single_puyesh_likes_count_images img:nth-child(2) {transform: translateX(3px);}
.single_puyesh_likes_count_images img:nth-child(3) {transform: translateX(6px);}
.single_puyesh_likes_count_images img:nth-child(4) {transform: translateX(9px);}
.single_puyesh_likes_count_images img:nth-child(5) {transform: translateX(12px);}
.single_puyesh_likes_count_images img:nth-child(6) {transform: translateX(15px);}



@media(max-width: 991px){
	.single_puyesh_top_wrap {padding:30px 0;}
	.single_puyesh_title {font-size: 24px;margin-top: 30px;}
	.content_section{line-height: 25px;}
	.puyesh_operation_btn{width: 35px;height: 35px;}
	.puyesh_operation_btn svg {width: 20px;height: 20px;}
	.single_puyesh_detail_box {flex-direction: column;}
	.single_puyesh_follwers_count, .single_puyesh_likes_count{padding:5px;font-size: 14px;min-width: 160px;}
	.puyesh_operation_box{top: 40px;right: auto;left: 10px;gap: 7px;}
	.black_title {font-size: 24px;}
	.post_excerpt {font-size: 15px;}
	.single_puyesh_luncher_wrap img {max-width: 100%;}
	.comment_box{font-size: 14px;min-width: auto;}
	.rb_form{margin-bottom: 15px;}
	#puyesh_report_video_wrap::before::after{display:none !important;}
	.puyesh_report_video_box{background: unset;padding: 20px;}
	.puyesh_forms_wrap .form_group input{padding: 8px 10px;}
	.rb_form .form_group{margin-bottom: 10px;padding: 0px;}
	.form_title{font-size: 18px;}
	.puyesh_forms_wrap{padding: 30px 0;}
	.add_puyesh_commnet_btn{font-size: 15px;}
	.form_btn { font-size: 13px;  padding:5px; min-width: fit-content; min-height: 40px;}
	.fw-bold {font-size: 22px;}
}