.pouryaons-courses-wrapper {
	padding: 100px 20px;
	background-color: #0d0d0d;
	direction: rtl;
	font-family: "YekanBakh", sans-serif;
	overflow: hidden;
}

.pouryaons-courses-wrapper .title-wrapper {
	position: relative;
	text-align: center;
	margin-bottom: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.pouryaons-courses-wrapper .fb-scramble-text {
	font-size: 5.5rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 2px;
	z-index: 1;
	direction: ltr !important;
	line-height: 1;
	background: linear-gradient(180deg, #a58838 0%, #110e05 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: flex;
	justify-content: center;
}

.pouryaons-courses-wrapper .text-center-title {
	position: relative;
	z-index: 2;
	margin-top: -36px;
}

.pouryaons-courses-wrapper .text-center-title .elementor-heading-title {
	font-size: 2rem;
	font-weight: 900;
	color: #ffffff;
	margin: 0;
	text-shadow: 0px 4px 15px rgba(0,0,0,0.9), 0px 1px 3px rgba(0,0,0,1);
}

.pouryaons-courses-wrapper .elementor-loop-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	max-width: 1200px;
	margin: 0 auto;
}

.pouryaons-course-item {
	background-color: #242424;
	border-radius: 32px;
	padding: 16px;
	display: flex;
	flex-direction: column;
	border: 1px solid #333333;
	transition: all 0.3s ease;
	height: 100%;
}

.pouryaons-course-item:hover {
	border-color: #ffb800;
	transform: translateY(-5px);
}

.pouryaons-course-item .course-image-link img {
	width: 100%;
	border-radius: 24px;
	object-fit: cover;
	display: block;
}

.pouryaons-course-item .e-heading-base {
	margin: 25px 10px 15px 10px;
	text-align: right;
	display: flex;
	align-items: center;
}

.pouryaons-course-item .e-heading-base::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 4px;
	background-color: #ffb800;
	margin-left: 12px;
	border-radius: 4px;
}

.pouryaons-course-item .e-heading-base a {
	color: #ffffff;
	text-decoration: none;
	font-size: 1.15rem;
	font-weight: 900;
}

.pouryaons-course-item .course-meta-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
	margin-top: auto;
	padding: 0 5px;
}

.pouryaons-course-item .course-price-box,
.pouryaons-course-item .course-duration-box {
	background-color: #171717;
	border: 1px solid #2e2e2e;
	border-radius: 12px;
	padding: 8px 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pouryaons-course-item .course-price-box p {
	color: #ffffff;
	font-size: 1rem;
	font-weight: bold;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 5px;
}

.pouryaons-course-item .course-price-box p del {
	color: #777777;
	font-size: 0.85rem;
	margin-left: 8px;
	text-decoration: line-through;
}

.pouryaons-course-item .course-duration-box span {
	color: #ffffff;
	font-size: 0.95rem;
}

.pouryaons-course-item .course-btn-more a {
	background-color: #ffb800;
	color: #000000;
	border-radius: 16px;
	padding: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	font-weight: 900;
	font-size: 1rem;
	transition: background-color 0.3s ease;
}

.pouryaons-course-item .course-btn-more a:hover {
	background-color: #e6a600;
}

@media(max-width: 1024px) {
	.pouryaons-courses-wrapper .elementor-loop-container {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media(max-width: 767px) {
	.pouryaons-courses-wrapper .elementor-loop-container {
		grid-template-columns: 1fr;
	}
	.pouryaons-courses-wrapper .fb-scramble-text {
		font-size: 4.5rem;
	}
	.pouryaons-courses-wrapper .text-center-title {
		margin-top: -45px;
	}
	.pouryaons-courses-wrapper .text-center-title .elementor-heading-title {
		font-size: 1.8rem;
	}
}

.pouryaons-mind-idea-wrapper {
	position: relative;
	padding: 100px 20px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	direction: rtl;
	font-family: "YekanBakh", sans-serif;
	min-height: 600px;
}

.pouryaons-mind-idea-wrapper .parallax-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}

.pouryaons-mind-idea-wrapper .parallax-box {
	position: absolute;
}

.pouryaons-mind-idea-wrapper .parallax-inner {
	width: 100%;
	height: 100%;
	background: #000000;
	border-radius: 16%;
	will-change: transform;
}

.pouryaons-mind-idea-wrapper .mind-idea-content {
	position: relative;
	z-index: 2;
	text-align: center;
	max-width: 1200px;
	width: 100%;
}

.pouryaons-mind-idea-wrapper .mind-idea-title {
	color: #ffffff;
	font-size: 3rem;
	font-weight: 900;
	margin-bottom: 60px;
	text-shadow: 0 4px 15px rgba(0,0,0,0.5);
}

.pouryaons-mind-idea-wrapper .mind-idea-svgs {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 20px;
	flex-direction: row-reverse;
}

.pouryaons-mind-idea-wrapper .svg-scribble svg {
	width: 344px;
	height: 239px;
	max-width: 100%;
}

.pouryaons-mind-idea-wrapper .svg-scribble svg path {
	stroke: #ffb800;
	stroke-width: 3px;
	fill: none;
}

.pouryaons-mind-idea-wrapper .svg-brain svg {
	width: 300px;
	height: 300px;
}

.pouryaons-mind-idea-wrapper .svg-brain svg path {
	stroke: #ffb800;
	stroke-width: 11px;
	fill: none;
}

@media (max-width: 767px) {
	.pouryaons-mind-idea-wrapper {
		min-height: auto;
		padding: 60px 20px;
	}
	.pouryaons-mind-idea-wrapper .mind-idea-title {
		font-size: 2rem;
	}
	.pouryaons-mind-idea-wrapper .mind-idea-svgs {
		flex-direction: column;
		gap: 40px;
	}
	.pouryaons-mind-idea-wrapper .svg-scribble svg {
		transform: rotate(90deg);
	}
	.pouryaons-mind-idea-wrapper .svg-brain svg {
		width: 250px;
		height: 250px;
	}
}

.pouryaons-roadmap-wrapper {
	padding: 100px 20px;
	background-color: #0d0d0d;
	direction: rtl;
	font-family: "YekanBakh", sans-serif;
}

.pouryaons-roadmap-wrapper .title-wrapper {
	position: relative;
	text-align: center;
	margin-bottom: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.pouryaons-roadmap-wrapper .fb-scramble-text {
	font-size: 5.5rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 2px;
	z-index: 1;
	direction: ltr !important;
	line-height: 1;
	background: linear-gradient(180deg, #a58838 0%, #110e05 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: flex;
	justify-content: center;
}

.pouryaons-roadmap-wrapper .text-center-title {
	position: relative;
	z-index: 2;
	margin-top: -42px;
}

.pouryaons-roadmap-wrapper .text-center-title .elementor-heading-title {
	font-size: 2.2rem;
	font-weight: 900;
	color: #ffffff;
	margin: 0;
	text-shadow: 0px 4px 15px rgba(0,0,0,0.9);
}

.pouryaons-roadmap-wrapper .roadmap-dashed-container {
	border: 2px dashed #333333;
	border-radius: 40px;
	padding: 48px;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.pouryaons-roadmap-wrapper .roadmap-step-card {
	background-color: #1a1a1a;
	border-top: 2px solid #333333;
	border-radius: 24px;
	padding: 24px 32px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.3s ease;
}

.pouryaons-roadmap-wrapper .roadmap-step-card:hover {
	border-top-color: #ffb800;
	transform: translateY(-3px);
	box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.pouryaons-roadmap-wrapper .roadmap-card-right {
	display: flex;
	align-items: center;
	gap: 32px;
	flex: 1;
}

.pouryaons-roadmap-wrapper .step-image {
	width: 100px;
	height: 100px;
	object-fit: contain;
	filter: drop-shadow(0 10px 15px rgba(0,0,0,0.3));
}

.pouryaons-roadmap-wrapper .roadmap-card-text {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.pouryaons-roadmap-wrapper .roadmap-card-text h4 {
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: 900;
	margin: 0;
	display: flex;
	align-items: center;
}

.pouryaons-roadmap-wrapper .roadmap-card-text h4::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 4px;
	background-color: #ffb800;
	margin-left: 12px;
	border-radius: 4px;
}

.pouryaons-roadmap-wrapper .roadmap-card-text p {
	color: #a3a3a3;
	font-size: 0.95rem;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 8px;
}

.pouryaons-roadmap-wrapper .roadmap-card-text p svg {
	width: 20px;
	height: 20px;
	stroke: #555555;
	flex-shrink: 0;
}

.pouryaons-roadmap-wrapper .roadmap-card-left {
	display: flex;
	align-items: center;
	height: 120px;
}

.pouryaons-roadmap-wrapper .roadmap-divider {
	height: 100%;
	border-left: 2px dashed #333333;
	margin: 0 40px;
}

.pouryaons-roadmap-wrapper .roadmap-number {
	font-size: 6rem;
	font-weight: 900;
	color: #ffb800;
	line-height: 1;
	min-width: 70px;
	text-align: center;
	transition: opacity 0.3s ease;
}

.pouryaons-roadmap-wrapper .roadmap-step-card:nth-child(1) .roadmap-number {
	opacity: 1;
}

.pouryaons-roadmap-wrapper .roadmap-step-card:nth-child(2) .roadmap-number {
	opacity: 0.4;
}

.pouryaons-roadmap-wrapper .roadmap-step-card:nth-child(n+3) .roadmap-number {
	opacity: 0.08;
}

.pouryaons-roadmap-wrapper .roadmap-step-card:hover .roadmap-number {
	opacity: 1 !important;
}

@media(max-width: 1024px) {
	.pouryaons-roadmap-wrapper .roadmap-dashed-container {
		padding: 32px;
	}
	.pouryaons-roadmap-wrapper .step-image {
		width: 80px;
		height: 80px;
	}
	.pouryaons-roadmap-wrapper .roadmap-divider {
		margin: 0 24px;
	}
}

@media(max-width: 767px) {
	.pouryaons-roadmap-wrapper .fb-scramble-text {
		font-size: 3.5rem;
	}
	.pouryaons-roadmap-wrapper .text-center-title {
		margin-top: -35px;
	}
	.pouryaons-roadmap-wrapper .text-center-title .elementor-heading-title {
		font-size: 1.6rem;
	}
	.pouryaons-roadmap-wrapper .roadmap-dashed-container {
		padding: 20px;
		border-radius: 24px;
	}
	.pouryaons-roadmap-wrapper .roadmap-step-card {
		flex-direction: column;
		padding: 24px 20px;
	}
	.pouryaons-roadmap-wrapper .roadmap-card-right {
		flex-direction: column;
		text-align: center;
		gap: 20px;
	}
	.pouryaons-roadmap-wrapper .roadmap-card-text h4 {
		justify-content: center;
	}
	.pouryaons-roadmap-wrapper .roadmap-card-text h4::before {
		display: none;
	}
	.pouryaons-roadmap-wrapper .roadmap-card-left {
		width: 100%;
		height: auto;
		justify-content: center;
		border-top: 2px dashed #333333;
		margin-top: 24px;
		padding-top: 24px;
	}
	.pouryaons-roadmap-wrapper .roadmap-divider {
		display: none;
	}
}

.pouryaons-reviews-wrapper {
	padding: 100px 0;
	background-color: #0d0d0d;
	direction: rtl;
	font-family: "YekanBakh", sans-serif;
	overflow: hidden;
}

.pouryaons-reviews-wrapper .reviews-top-stars {
	display: flex;
	justify-content: center;
	gap: 4px;
	margin-bottom: 10px;
}

.pouryaons-reviews-wrapper .reviews-top-stars svg {
	width: 55px;
	height: 55px;
	fill: #BFA350;
}

.pouryaons-reviews-wrapper .text-center-title {
	text-align: center;
	margin-bottom: 60px;
}

.pouryaons-reviews-wrapper .text-center-title .elementor-heading-title {
	font-size: 2.2rem;
	font-weight: 900;
	color: #ffffff;
	margin: 0;
	letter-spacing: -1px;
}

.pouryaons-swiper-container {
	max-width: 1300px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
	-webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
	mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.pouryaons-swiper-container .swiper-wrapper {
	transition-timing-function: linear !important;
}

.pouryaons-review-card {
	background: linear-gradient(180deg, #242424 0%, #1a1a1a 100%);
	border-radius: 24px;
	padding: 35px 30px;
	border: 1px solid #2a2a2a;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: all .3s ease;
}

.pouryaons-review-card .review-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 25px;
}

.pouryaons-review-card .review-meta {
	display: flex;
	flex-direction: column;
	gap: 6px;
	text-align: right;
}

.pouryaons-review-card .review-meta h4 {
	color: #ffffff;
	font-size: 1.3rem;
	font-weight: 900;
	margin: 0;
}

.pouryaons-review-card .review-stars {
	display: flex;
	gap: 2px;
}

.pouryaons-review-card .review-stars svg {
	width: 14px;
	height: 14px;
	fill: #ffb800;
}

.pouryaons-review-card .review-meta span {
	color: #888888;
	font-size: 0.85rem;
}

.pouryaons-review-card .review-quote-icon {
	background-color: #333333;
	width: 45px;
	height: 45px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.pouryaons-review-card .review-quote-icon svg {
	width: 20px;
	height: 20px;
	fill: #ffffff;
	opacity: 0.8;
}

.pouryaons-review-card .review-content p {
	color: #cccccc;
	font-size: 0.95rem;
	line-height: 2.2;
	margin: 0;
	text-align: right;
}

.review-action-area {
	position: relative;
	display: flex;
	justify-content: center;
	margin-top: 161px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.pouryaons-main-btn {
	background-color: #ffb800;
	color: #000000;
	border-radius: 16px;
	padding: 16px 36px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	font-weight: 900;
	font-size: 1.1rem;
	transition: background-color 0.3s ease;
	position: relative;
	z-index: 2;
}

.pouryaons-main-btn:hover {
	background-color: #e6a600;
}

.pouryaons-main-btn svg {
	width: 24px;
	height: 24px;
	
}

.floating-action-img {
	position: absolute;
	bottom: calc(100% - 50px);
	right: 50%;
	transform: translateX(50%);
	width: 220px;
	pointer-events: none;
	z-index: 1;
}

@media (max-width: 1024px) {
	.floating-action-img {
		transform: translateX(0px);
		width: 180px;
	}
}

@media (max-width: 767px) {
	.pouryaons-reviews-wrapper {
		padding: 60px 20px;
	}
	.pouryaons-reviews-wrapper .text-center-title .elementor-heading-title {
		font-size: 1.6rem;
	}
	.pouryaons-reviews-wrapper .reviews-top-stars svg {
		width: 40px;
		height: 40px;
	}
	.pouryaons-review-card {
		padding: 25px 20px;
	}
	.review-action-area {
		margin-top: 80px;
	}
	.floating-action-img {
		width: 160px;
		transform: translateX(20px);
	}
}

.pouryaons-blog-wrapper {
	padding: 100px 20px;
	background-color: #0d0d0d;
	direction: rtl;
	font-family: "YekanBakh", sans-serif;
	overflow: hidden;
}

.pouryaons-blog-wrapper .title-wrapper {
	position: relative;
	text-align: center;
	margin-bottom: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.pouryaons-blog-wrapper .fb-scramble-text {
	font-size: 4.5rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 4px;
	z-index: 1;
	direction: ltr !important;
	line-height: 1;
	background: linear-gradient(180deg, #a58838 0%, #110e05 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: flex;
	justify-content: center;
}

.pouryaons-blog-wrapper .text-center-title {
	position: relative;
	z-index: 2;
	margin-top: -36px;
}

.pouryaons-blog-wrapper .text-center-title .elementor-heading-title {
	font-size: 2.2rem;
	font-weight: 900;
	color: #ffffff;
	margin: 0;
	text-shadow: 0px 4px 15px rgba(0,0,0,0.9);
}

.pouryaons-blog-swiper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
}

.pouryaons-blog-swiper .swiper-slide {
	height: auto;
}

.pouryaons-blog-card {
	background-color: #1a1a1a;
	border-radius: 24px;
	padding: 16px;
	height: 100%;
	display: flex;
	flex-direction: column;
	border: 1px solid #2a2a2a;
	transition: all 0.3s ease;
}

.pouryaons-blog-card:hover {
	transform: translateY(-5px);
	border-color: #ffb800;
	box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

.blog-card-image {
	display: block;
	width: 100%;
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 20px;
}

.blog-card-image img {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

.pouryaons-blog-card:hover .blog-card-image img {
	transform: scale(1.05);
}

.blog-card-title {
	margin: 0 0 24px 0;
	text-align: right;
}

.blog-card-title a {
	color: #ffffff;
	text-decoration: none;
	font-size: 1.15rem;
	font-weight: 900;
	line-height: 1.6;
	transition: color 0.3s ease;
}

.blog-card-title a:hover {
	color: #ffb800;
}

.blog-card-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: auto;
	padding-top: 20px;
	border-top: 1px solid #2e2e2e;
}

.meta-item {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #888888;
	font-size: 0.85rem;
}

.meta-item svg {
	color: #a3a3a3;
}

.meta-category {
	flex-direction: row-reverse;
}

.blog-footer-actions {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 40px auto 0 auto;
	flex-direction: row-reverse;
}

.pouryaons-blog-btn {
	background-color: #ffb800;
	color: #000000;
	border-radius: 16px;
	padding: 14px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	font-weight: 900;
	font-size: 1rem;
	transition: background-color 0.3s ease;
	width: 200px;
}

.pouryaons-blog-btn:hover {
	background-color: #e6a600;
}

.swiper-pagination-blog {
	display: flex;
	gap: 8px;
	align-items: center;
}

.swiper-pagination-blog .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #444444;
	opacity: 1;
	border-radius: 50%;
	transition: all 0.3s ease;
	margin: 0 !important;
	cursor: pointer;
}

.swiper-pagination-blog .swiper-pagination-bullet-active {
	background-color: #ffb800;
	width: 32px;
	border-radius: 10px;
}

@media (max-width: 767px) {
	.pouryaons-blog-wrapper {
		padding: 60px 20px;
	}
	.pouryaons-blog-wrapper .fb-scramble-text {
		font-size: 4rem;
	}
	.pouryaons-blog-wrapper .text-center-title {
		margin-top: -45px;
	}
	.pouryaons-blog-wrapper .text-center-title .elementor-heading-title {
		font-size: 1.6rem;
	}
	.blog-footer-actions {
		flex-direction: column-reverse;
		gap: 30px;
	}
}

.pouryaons-secret-reveal-wrapper {
	padding: 100px 20px;
	background-color: #0d0d0d;
	direction: rtl;
	font-family: "YekanBakh", sans-serif;
	text-align: center;
	overflow: hidden;
}

.secret-header-area {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 40px;
}

.secret-exclamation {
	font-size: 8rem;
	font-weight: 900;
	background: linear-gradient(180deg, #ffb800 0%, transparent 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1;
	margin-bottom: -30px;
	z-index: 1;
}

.secret-main-title {
	font-size: 2.5rem;
	font-weight: 900;
	color: #ffffff;
	margin: 0;
	z-index: 2;
	position: relative;
}

.secret-toggle-area {
	position: relative;
	display: inline-block;
	margin: 20px auto;
	z-index: 10;
}

.pouryaons-toggle-switch {
	position: relative;
	display: block;
	width: 110px;
	height: 48px;
	cursor: pointer;
}

.pouryaons-toggle-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #e0e0e0;
	border-radius: 40px;
	transition: background-color 0.4s ease;
}

.pouryaons-toggle-handle {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 50%;
	box-shadow: 0 2px 8px rgba(0,0,0,0.3);
	transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.secret-reveal-area {
	position: relative;
	margin-top: -20px;
	padding-top: 50px;
	min-height: 350px;
}

.secret-light-beam {
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	width: 650px;
	max-width: 150vw;
	opacity: 0;
	transition: opacity 0.6s ease;
	pointer-events: none;
	z-index: 1;
}

.secret-hidden-content {
	position: relative;
	z-index: 2;
	opacity: 0;
	pointer-events: none;
	transform: translateY(-30px);
	transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.secret-text-reveal {
	margin-bottom: 40px;
}

.secret-text-reveal p {
	font-size: 2.8rem;
	font-weight: 900;
	line-height: 1.6;
	color: #ffffff;
	margin: 0;
	text-shadow: 0 10px 20px rgba(0,0,0,0.8);
}

.fb-color-text {
	color: #ffb800;
}

.secret-toggle-cb:checked ~ .secret-content-container .pouryaons-toggle-bg {
	background-color: #ffb800;
}

.secret-toggle-cb:checked ~ .secret-content-container .pouryaons-toggle-handle {
	transform: translateX(62px);
}

.secret-toggle-cb:checked ~ .secret-content-container .secret-pointer-img {
	opacity: 0;
}

.secret-toggle-cb:checked ~ .secret-content-container .secret-light-beam {
	opacity: 0.8;
}

.secret-toggle-cb:checked ~ .secret-content-container .secret-hidden-content {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

@media (max-width: 767px) {
	.secret-exclamation {
		font-size: 5rem;
		margin-bottom: -20px;
	}
	.secret-main-title {
		font-size: 1.8rem;
	}
	.secret-pointer-img {
		width: 180px;
		top: 55px;
		transform: translateX(35%) rotate(-10deg);
	}
	.secret-text-reveal p {
		font-size: 1.8rem;
	}
	.secret-light-beam {
		width: 150vw;
	}
}

.secret-pointer-img {
	position: absolute;
	top: 60px;
	right: 50%;
	transform: translateX(120%) rotate(-10deg);
	width: 299px;
	pointer-events: none;
	transition: opacity 0.3s ease;
}

.pouryaons-footer {
	background-color: #121212;
	border-top: 3px solid #ffb800;
	position: relative;
	direction: rtl;
	font-family: "YekanBakh", sans-serif;
	margin-top: 80px;
}

.pouryaons-back-to-top {
	position: absolute;
	top: -24px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #1a1a1a;
	border: 1px solid #ffb800;
	border-radius: 12px;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 24px;
	cursor: pointer;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.9rem;
	transition: all 0.3s ease;
	z-index: 10;
}

.pouryaons-back-to-top:hover {
	background-color: #ffb800;
	color: #000000;
}

.pouryaons-back-to-top svg {
	width: 18px;
	height: 18px;
}

.pouryaons-footer-main {
	display: grid;
	grid-template-columns: 3fr 1.5fr 1.5fr 1.5fr;
	gap: 50px;
	max-width: 1300px;
	margin: 0 auto;
	padding: 80px 20px 60px;
}

.footer-logo {
	max-width: 250px;
	margin-bottom: 20px;
	display: block;
}

.footer-desc {
	color: #b3b3b3;
	font-size: 0.95rem;
	line-height: 2;
	margin-bottom: 30px;
	text-align: justify;
}

.footer-interactive-area {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.footer-trust img {
	width: 110px;
	height: auto;
	background-color: transparent;
	border-radius: 12px;
}

.footer-socials {
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex: 1;
}

.social-btn {
	background-color: #ffb800;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 12px;
	border-radius: 12px;
	text-decoration: none;
	font-weight: 900;
	font-size: 0.9rem;
	transition: background-color 0.3s ease;
}

.social-btn:hover {
	background-color: #e6a600;
}

.social-btn svg {
	width: 20px;
	height: 20px;
}

.footer-col-links {
	display: flex;
	flex-direction: column;
}

.footer-col-title {
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: 900;
	margin: 0 0 15px 0;
	text-align: right;
}

.footer-divider {
	width: 100%;
	height: 2px;
	background-color: #ffb800;
	margin-bottom: 20px;
}

.footer-col-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.footer-col-links ul li a {
	color: #cccccc;
	text-decoration: none;
	font-size: 0.95rem;
	transition: color 0.3s ease;
}

.footer-col-links ul li a:hover {
	color: #ffb800;
}

.pouryaons-footer-bottom {
	background-color: #1a1a1a;
	padding: 20px;
	text-align: center;
	border-top: 1px solid #2a2a2a;
}

.pouryaons-footer-bottom p {
	color: #888888;
	margin: 0;
	font-size: 0.9rem;
}

@media (max-width: 1024px) {
	.pouryaons-footer-main {
		grid-template-columns: 1fr 1fr;
		gap: 40px;
	}
	.footer-col-about {
		grid-column: 1 / -1;
	}
}

@media (max-width: 767px) {
	.pouryaons-footer-main {
		grid-template-columns: 1fr;
		padding: 60px 20px 40px;
	}
	.footer-interactive-area {
		flex-direction: column;
		align-items: stretch;
	}
	.footer-trust {
		display: flex;
		justify-content: center;
	}
	.pouryaons-back-to-top {
		padding: 8px 16px;
		font-size: 0.85rem;
	}
}

.pouryaons-header-wrapper {
	width: 100%;
	padding: 20px;
	position: sticky;
	top: 0;
	z-index: 999;
	direction: rtl;
	font-family: "YekanBakh", sans-serif;
}

.pouryaons-header-inner {
	max-width: 1300px;
	margin: 0 auto;
	background-color: #242424;
	border-radius: 50px;
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0 10px 30px rgba(0,0,0,0.5);
	border: 1px solid #333333;
}

.pouryaons-logo a {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.pouryaons-logo img {
	max-height: 40px;
	width: auto;
	display: block;
}

.pouryaons-logo .text-logo {
	color: #ffffff;
	font-weight: 900;
	font-size: 1.5rem;
	letter-spacing: 1px;
}

.pouryaons-desktop-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 30px;
}

.pouryaons-desktop-nav ul li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 0.95rem;
	font-weight: bold;
	transition: color 0.3s ease;
}

.pouryaons-desktop-nav ul li a:hover {
	color: #ffb800;
}

.pouryaons-desktop-nav ul li a.active-nav {
	color: #ffb800;
}

.pouryaons-login-btn {
	background-color: #ffb800;
	color: #000000;
	border-radius: 40px;
	padding: 12px 24px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	font-weight: 900;
	font-size: 0.95rem;
	transition: background-color 0.3s ease;
}

.pouryaons-login-btn:hover {
	background-color: #e6a600;
}

.pouryaons-login-btn .btn-icon {
	display: flex;
	align-items: center;
}

.pouryaons-hamburger-menu {
	display: none;
	cursor: pointer;
	padding: 10px;
}

.pouryaons-mobile-offcanvas {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
}

.pouryaons-mobile-offcanvas.active {
	visibility: visible;
	opacity: 1;
}

.offcanvas-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
}

.offcanvas-content {
	position: absolute;
	top: 0;
	right: -300px;
	width: 300px;
	height: 100%;
	background-color: #1a1a1a;
	padding: 30px 20px;
	display: flex;
	flex-direction: column;
	transition: right 0.4s ease;
	box-shadow: -5px 0 20px rgba(0,0,0,0.5);
}

.pouryaons-mobile-offcanvas.active .offcanvas-content {
	right: 0;
}

.offcanvas-header {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 40px;
}

.offcanvas-close {
	cursor: pointer;
	background-color: #333333;
	border-radius: 8px;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.offcanvas-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.offcanvas-nav ul li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 1.1rem;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #2a2a2a;
}

.offcanvas-nav ul li a.active-nav {
	color: #ffb800;
	border-bottom-color: #ffb800;
}

.offcanvas-footer {
	margin-top: auto;
}

.offcanvas-footer .pouryaons-login-btn {
	width: 100%;
}

@media (max-width: 1024px) {
	.pouryaons-desktop-nav {
		display: none;
	}
	.pouryaons-hamburger-menu {
		display: block;
	}
	.pouryaons-header-action {
		display: none;
	}
}
.pouryaons-hero-wrapper {
	padding: 80px 20px 120px 20px !important;
	background-color: #121212 !important;
	direction: rtl !important;
	font-family: "YekanBakh", sans-serif !important;
	overflow: hidden !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

.pouryaons-hero-inner {
	max-width: 1300px !important;
	margin: 0 auto !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 50px !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

.pouryaons-hero-content {
	flex: 1 !important;
	max-width: 55% !important;
	z-index: 5 !important;
}

.hero-badge {
	display: inline-flex !important;
	align-items: center !important;
	gap: 10px !important;
	border: 1px solid #444444 !important;
	border-radius: 50px !important;
	padding: 8px 20px !important;
	margin-bottom: 30px !important;
	background-color: rgba(255, 255, 255, 0.03) !important;
}

.hero-badge img {
	width: 24px !important;
	height: 24px !important;
	object-fit: contain !important;
}

.hero-badge span {
	color: #ffffff !important;
	font-size: 0.9rem !important;
	font-weight: 300 !important;
}

.hero-main-heading {
	font-size: 4rem !important;
	font-weight: 900 !important;
	color: #ffffff !important;
	margin: 0 0 10px 0 !important;
	letter-spacing: -1px !important;
}

.hero-sub-heading {
	font-size: 2.2rem !important;
	font-weight: 900 !important;
	color: #ffb800 !important;
	margin: 0 0 30px 0 !important;
	line-height: 1.4 !important;
}

.hero-description {
	color: #cccccc !important;
	font-size: 1.1rem !important;
	line-height: 2 !important;
	margin: 0 0 40px 0 !important;
	max-width: 90% !important;
}

.hero-btn {
	padding: 16px 36px !important;
	font-size: 1.1rem !important;
}

.pouryaons-hero-visual {
	flex: 1 !important;
	position: relative !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	min-height: 500px !important;
	--orbit-radius: 240px !important;
	width: 100% !important;
}

.hero-image-container {
	position: relative !important;
	z-index: 3 !important;
	width: 380px !important;
	height: 380px !important;
	border-radius: 50% !important;
	background: radial-gradient(circle, #333333 0%, transparent 70%) !important;
	display: flex !important;
	justify-content: center !important;
	align-items: flex-end !important;
}

.main-hero-img {
	width: 100% !important;
	height: auto !important;
	object-fit: contain !important;
	position: relative !important;
	bottom: 0 !important;
	border-radius: 50% !important;
}

.hero-dashed-circle {
	position: absolute !important;
	width: calc(var(--orbit-radius) * 2) !important;
	height: calc(var(--orbit-radius) * 2) !important;
	border: 2px dashed #333333 !important;
	border-radius: 50% !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	z-index: 1 !important;
}

.hero-orbit-system {
	position: absolute !important;
	width: calc(var(--orbit-radius) * 2) !important;
	height: calc(var(--orbit-radius) * 2) !important;
	top: 50% !important;
	left: 50% !important;
	border-radius: 50% !important;
	z-index: 2 !important;
	transform: translate(-50%, -50%);
	animation: orbit-spin 25s linear infinite;
}

.orbit-item-wrapper {
	position: absolute !important;
	top: 0 !important;
	left: 50% !important;
	width: 60px !important;
	height: 60px !important;
	margin-left: -30px !important;
	margin-top: -30px !important;
	transform-origin: 50% calc(var(--orbit-radius) + 30px) !important;
}

.orbit-item-img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	animation: orbit-counter-spin 25s linear infinite;
}

@keyframes orbit-spin {
	0% { transform: translate(-50%, -50%) rotate(0deg); }
	100% { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes orbit-counter-spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(-360deg); }
}

.hero-speech-bubble {
	position: absolute !important;
	top: 30px !important;
	right: 10px !important;
	background-color: transparent !important;
	border: 2px dashed #ffffff !important;
	border-radius: 20px 20px 0 20px !important;
	padding: 15px 25px !important;
	z-index: 4 !important;
	transform: rotate(-15deg) !important;
	max-width: 240px !important;
	word-wrap: break-word !important;
}

.hero-speech-bubble span {
	color: #ffffff !important;
	font-weight: bold !important;
	font-size: 1rem !important;
	line-height: 1.6 !important;
}

@media (max-width: 1024px) {
	.pouryaons-hero-inner {
		flex-direction: column !important;
		text-align: center !important;
		gap: 60px !important;
	}
	.pouryaons-hero-content {
		max-width: 100% !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
	}
	.hero-description {
		max-width: 100% !important;
	}
	.pouryaons-hero-visual {
		width: 100% !important;
		min-height: 400px !important;
	}
	.hero-speech-bubble {
		right: 0 !important;
		top: -10px !important;
	}
}

@media (max-width: 767px) {
	.pouryaons-hero-wrapper {
		padding: 40px 15px 60px 15px !important;
	}
	.hero-main-heading {
		font-size: 2.2rem !important;
	}
	.hero-sub-heading {
		font-size: 1.4rem !important;
	}
	.pouryaons-hero-visual {
		--orbit-radius: 40vw !important;
		min-height: 350px !important;
		margin-top: 50px !important;
	}
	.hero-image-container {
		width: 70vw !important;
		height: 70vw !important;
		max-width: 300px !important;
		max-height: 300px !important;
	}
	.orbit-item-wrapper {
		width: 40px !important;
		height: 40px !important;
		margin-left: -20px !important;
		margin-top: -20px !important;
		transform-origin: 50% calc(var(--orbit-radius) + 20px) !important;
	}
	.hero-speech-bubble {
		top: -45px !important;
		right: 50% !important;
		transform: translateX(50%) rotate(0deg) !important;
		padding: 10px 15px !important;
		width: 85% !important;
		max-width: 280px !important;
		text-align: center !important;
		border-radius: 20px !important;
	}
	.hero-speech-bubble span {
		font-size: 0.9rem !important;
		display: block !important;
	}
}