/*=====================================layoute*/
@font-face {
	font-family: iransans;
	src: url("../fonts/iransans-new/IRANSansX-Black.woff") format("woff");
	font-weight: 900;
	font-display: swap;
}

@font-face {
	font-family: iransans;
	src: url("../fonts/iransans-new/IRANSansX-Bold.woff") format("woff");
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: iransans;
	src: url("../fonts/iransans-new/IRANSansX-DemiBold.woff") format("woff");
	font-weight: 600;
	font-display: swap;
}

@font-face {
	font-family: iransans;
	src: url("../fonts/iransans-new/IRANSansX-Medium.woff") format("woff");
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: iransans;
	src: url("../fonts/iransans-new/IRANSansX-Regular.woff") format("woff");
	font-weight: normal;
	font-display: swap;
}

body {
	font: normal 14px 'iransans';
	line-height: 1.8;
	font-family: iransans;
	-moz-font-feature-settings: "ss03";
	-webkit-font-feature-settings: "ss03";
	font-feature-settings: "ss03";

	* {
		-moz-font-feature-settings: "ss03";
		-webkit-font-feature-settings: "ss03";
		font-feature-settings: "ss03";
	}
}

.full-size-loading {
	position: fixed;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, .9);
	gap: 24px;
	flex-direction: column;
	color: #202939;
	z-index: 99999;

	> img {
		width: 48px;
	}

	> h3 {
		font-size: 16px;
		font-weight: 500;
		text-align: center;

	}

	&.full-size-loading-show {
		display: flex;
	}
}

.input-box-price {
	position: relative;

	input {
		padding-left: 36px !important;
	}

	> b {
		position: absolute;
		left: 8px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 12px;
		color: #666666;
	}
}

.number-builder-btn {
	background-color: #202939;
	padding: 6px;
	border-radius: 10px;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0px 1px 2px 0px #1018280D;
}

.number-builder-input {
	box-shadow: 0px 1px 2px 0px #1018280D;
	background: #F8FAFC;
	border: 1px solid #CDD5DF;
	border-radius: 10px;
	height: 44px;
	width: 44px;
	padding: 0 5px;
}

.pagination-wrapper {
	display: flex;
	flex-direction: column;

	> nav {
		> div {
			display: flex;
			flex-direction: column;

			> div {
				display: flex;

			}
		}
	}

	p {
		display: flex;

		> span {
			background: transparent;
			width: auto;
			height: auto;
		}
	}
}

.temp-wrapper {
	background: #FFFFFF;
	padding: 48px 20px;
	background: url('../images/new/bg-pattern.png') no-repeat top center;
}

.html-content {
	* {
		font-family: 'iransans' !important;
		line-height: 1.8 !important;
		font-size: 15px;
	}

	h1, h2, h3, h4, h5, h6 {
		margin: 24px 0 12px;
	}

	table {
		width: 100% !important;

		tbody {
		}

		thead {
		}

		th {
		}

		tr {
		}

		td {
			border: 1px solid #CDD5DF !important;;
		}
	}

}

.table-scroll-wrapper {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;

	table {
		min-width: 600px;
	}
}

thead {
	background: #FAFAFA;
	border-color: #E9EAEB;
	color: #717680;

}

table {
	text-align: right;

	thead {
		tr {
			border-radius: 0;
			box-shadow: none;

			th {
				border-radius: 0 !important;
				font-size: 12px;
				padding: 8px 12px;
				border-bottom: 1px solid #E9EAEB;
			}
		}
	}

	tbody {
		tr {
			border-radius: 12px;
			background: #FFFFFF;

			box-shadow: none;

			td {
				background: #FFFFFF !important;
				padding: 8px !important;
				border-block: 1px solid #CDD5DF;

				&:first-child {
					border-radius: 0 12px 12px 0;
					border-right: 1px solid #CDD5DF;
				}

				&:last-child {
					border-radius: 12px 0 0 12px;
					border-left: 1px solid #CDD5DF;
				}

				&.table-links-td {
					border-right: 1px solid #CDD5DF;
				}

				.sim-features {
					> span {
						border-radius: 6px;
					}
				}
			}
		}
	}
}
.pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.pagination a {
	width: 32px;
	height: 32px;
	font-weight: 400;
	font-size: 16px;
	background: #EEF2F6;
	border-radius: 50%;
	color: #202939; 
	margin:0;
}

.table-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;

}

.sim-list-wrapper .sim-list-table-number, .top-table-number {
	text-align: right !important;
	white-space: nowrap;
}

.top-table-price {
	font-size: 16px;
	font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
	font: inherit;
}

.modal-wrapper {
	border-radius: 12px;
	box-shadow: 0px 3px 3px -1.5px #0A0D120A, 0px 8px 8px -4px #0A0D1208, 0px 20px 24px -4px #0A0D1214;
	z-index: 100001;
}

.modal-overlay {
	background: rgb(10 13 18 / 70%);
	z-index: 100000;
}

.sim-detail-modal {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 16px;
	padding: 24px 0;
	text-align: center;
	position: relative;

	> i {
		position: absolute;
		left: 0;
		top: 0;
		transform: translateY(-50%) translateX(-50%);
		width: 32px;
		height: 32px;
		background: #FFFFFF;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
		border: 1px solid #CDD5DF;
		color: red;
		cursor: pointer;
		font-size: 16px;
	}

	> h3 {
		background: linear-gradient(135deg, #0095DA 0%, #2173B2 100%);
		font-size: 24px;
		font-weight: 600;
		padding: 16px;
		border-radius: 16px;
		color: #FFFFFF;
		margin: 0 24px;
		direction: ltr;
		width: calc(100% - 48px);
	}

	> a {
		display: flex;
		align-items: center;
		justify-content: center;
		color: #FFFFFF;
		border-radius: 48px;
		padding: 16px 24px;
		background: linear-gradient(135deg, #F49062 0%, #FD371F 100%);
		gap: 16px;
		direction: ltr;
		width: calc(100% - 48px);
		margin: 0 24px;

		&:last-of-type {
			background: linear-gradient(63.44deg, #252B37 16.72%, #535862 83.39%);

		}
	}

	> p {
		font-size: 16px;
		font-weight: 600;
		color: #535862;
		padding: 20px;
		border-bottom: 1px solid #EAEDF1;
	}

	> span {
		color: #717680;

	}
}

.page-item.active {
	> a {
		background: linear-gradient(135deg, #F49062 0%, #FD371F 100%) !important;
	}
}

/*header*/
header {
	box-shadow: 0px 1px 2px 0px #0A0D120D;
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: #FFFFFF;
	z-index: 99999;
}

.header-top-mobile-title {
	display: none;
	flex-direction: column;
	padding-right: 12px;

	> a {
		font-weight: 600;
		color: #222222;
	}

	> p {
		font-size: 12px;
		color: #444444;
	}
}

.header-top-title {
	display: flex;
	align-items: center;
	color: #C5CBD3CC;
	gap: 4px;
	font-weight: 500;

	a {
		color: #C5CBD3CC;
	}

	p {
		&:before {
			content: ' | ';

		}
	}
}

.header-top {
	background: #1C1D1F;
	position: static;
}

.bottom-header {
	padding: 10px 0 0;
}

.header-menu {
	flex-direction: row;
	align-items: center;
	gap: 24px;
	flex-grow: 1;

	> a {
		background: linear-gradient(135deg, #F49062 0%, #FD371F 100%);
		color: #FFFFFF;
		border-radius: 8px;
		padding: 5px 16px;
		display: flex;
		direction: ltr;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
	}

	.menu-container > li > a {
		padding: 12px 10px;
		display: flex;
		align-items: center;
		gap: 4px;
	}
}

.search-box {
	flex-grow: 1;

	> img {
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
	}

	> input {
		background: #FFFFFF;
		border-color: #D5D7DA;
	}
}

.header-logo {
	justify-content: flex-start;
	gap: 36px;
}

.logo {
	height: 30px;

	> a {
		height: 30px;
	}
}

.header-top-inner-phone {
	a {
		color: #CCCCCC;
		border-left: 1px solid #323438;
		padding: 12px 16px;


		i {
			display: none;
		}

		&:first-child {
			border-right: 1px solid #323438;
		}

		&:nth-child(4) {
			display: none;
		}
	}
}

.mobile-header-action {
	display: none;
	gap: 16px;

	> span {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;

		&.toggle-search {
			color: #F95B3A;
			border: 2px solid;
		}
	}
}

/*end header==========================================================================================*/

/*footer*/
.floating-buttons {
	display: flex;
	flex-direction: column;
	position: fixed;
	bottom: 20px;
	right: 24px;
	gap: 20px;
	z-index: 9999;

	> a {
		position: static;
		align-self: flex-start;
	}
}

.footer-top {
	background: #1C1D1F;
	padding: 0;

	.container {
		border-inline: 1px solid #323438;
		padding-top: 64px;
		padding-bottom: 16px;
	}
}

footer {
	background: #1C1D1F;
	padding: 0;

	.container {
		border-inline: 1px solid #323438;
	}
}

.footer-top-inner {
	border-bottom: 1px solid #323438;
	padding-bottom: 20px;

	> p {
		color: #CCCCCC;
	}
}

.footer-top-box {
	background: linear-gradient(63.44deg, #252B37 16.72%, #303236 83.39%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 48px;
	padding: 16px 24px;
	position: relative;
	margin-bottom: -45px;

	> p {
		color: #CCCCCC
	}

	> a {
		background: linear-gradient(135deg, #F49062 0%, #FD371F 100%);
		color: #FFFFFF;
		border-radius: 48px;
		padding: 5px 16px;
		display: flex;
		direction: ltr;
		align-items: center;
		gap: 8px;
	}
}

.footer-social {
	gap: 16px;

	> a {
		color: #A3A8AF;
		width: auto;
		height: auto;
		font-size: 24px;
		margin-right: 0;
		border-radius: 0;
		background: none;

		img{
			width: 24px;
		}

		&:hover {
			color: #FFFFFF;
		}
	}

	&.footer-social-contact{
		background: #1c1d1f;
		padding: 12px 16px;
		border-radius: 48px;
	}
}

.footer-box {
	> h5 {
		font-weight: 500;
		font-size: 14px;
	}

	a {
		color: #C5CBD3CC;
		text-align: justify;
	}

	.footer-contact-item {
		> i {
			color: #C5CBD3CC;
		}

		> p {
			color: #FFFFFF;
			text-align: justify;
			direction: rtl;
			margin-bottom: 24px;
		}
	}
}

.copyright {
	padding: 20px;
}

.list-btn {
	left: auto;
	right: 8px;
	background: linear-gradient(135deg, #F80B66 0%, #A80627 100%);

	&:hover {
		background: linear-gradient(135deg, #A80627 0%, #F80B66 100%);
	}
}

.whatsapp-btn {
	right: 24px;
	bottom: 80px;
	background: linear-gradient(0deg, #252B37 16.72%, #535862 83.39%);
	gap: 8px;
	width: auto;
	padding: 0 12px;
	border-radius: 48px;

	a {
		color: #FFFFFF;
	}

	img {
		height: 36px;
		/*background: #2DB742;*/
		/*border-radius: 50%;*/
	}
}

/*end footer==================================================================================*/
.owl-carousel {
	display: flex;
	flex-direction: column-reverse;

	.owl-nav {
		display: flex;
		align-items: center;
		gap: 10px;
		direction: ltr;

		.owl-prev, .owl-next {
			position: static;
			border-radius: 12px;
			background: #F5F5F5;
			color: #3E3232;
			display: flex;
			align-items: center;
			justify-content: center;
		}
	}
}

/*===================================home*/
.page-container {
	border-inline: 1px solid #EAEDF1;
	padding: 0;
	background: url('../images/new/bg-pattern.png') no-repeat top center;
}

.index-services {
	background: transparent;
	padding: 20px;
}

.index-services-inner {
	padding: 48px 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;

	.index-services-item-wrapper {
		padding: 0;
		width: 100%;

		.index-service-item {
			border: 1px solid #CDD5DF;
			box-shadow: 0px 1px 2px 0px #1018280D, 0px -2px 0px 0px #0A0D120D inset, 0px 0px 0px 1px #0A0D122E inset;
			justify-content: flex-start;
			border-radius: 30px;


			> h4 {
				justify-content: space-between;
				font-size: unset;
				text-shadow: unset;
				align-items: flex-end;

				label {
					font-weight: 500;
					display: flex;
					flex-direction: column;
					color: #4A5578;
					align-items: flex-start;

					> span {
						font-size: 20px;
						color: #364152;
					}
				}

				> i {
					color: #205ABD;
				}
			}

			&:hover {
				border-color: #6C89BB;
				box-shadow: 0px 3px 3px -1.5px #0A0D120A, 0px 8px 8px -4px #0A0D1208, 0px 20px 24px -4px #205ABD14;

				.index-service-item-img > img {
					transform: rotate(45deg);
				}
			}
		}

		&:nth-child(1) {
			.index-service-item {
				background: linear-gradient(0deg, #F2E5FB -30.65%, #FAF9FF 100%);

				&:hover {
					background: linear-gradient(0deg, rgba(205, 156, 242, 0.2) -30.65%, rgba(246, 243, 255, 0.2) 100%);
				}
			}
		}

		&:nth-child(2) {
			.index-service-item {
				background: linear-gradient(0deg, #E4F9E6 0%, rgb(255 255 255) 100%);

				&:hover {
					background: linear-gradient(0deg, rgba(193, 223, 196, 0.2) 0%, rgba(222, 236, 221, 0.2) 100%);
				}
			}
		}

		&:nth-child(3) {
			.index-service-item {
				background: linear-gradient(135deg, rgb(255 255 255) 0%, #E6E6FF 100%);

				&:hover {
					background: linear-gradient(135deg, rgba(114, 237, 242, 0.15) 0%, rgba(81, 81, 229, 0.15) 100%);
				}
			}
		}

		&:nth-child(4) {
			.index-service-item {
				background: linear-gradient(135deg, #FFF9F3 0%, #FFE2E8 100%);

				&:hover {
					background: linear-gradient(135deg, rgba(255, 211, 165, 0.15) 0%, rgba(253, 101, 133, 0.15) 100%);
				}
			}
		}
	}
}

.index-service-item-img {
	padding: 0;
	box-shadow: none;
	width: auto;
	height: auto;
	border-radius: 0;
	background: transparent;
	margin-bottom: 25px;

	img {
		width: auto;
		height: 55px !important;
	}
}

.features-inner {
	display: flex;
	flex-direction: column;
}

.section-head {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 16px;
	text-align: center;
	margin-bottom: 48px;

	> h3 {
		border-radius: 48px;
		font-size: 12px;
		font-weight: 500;
		color: #364152;
		background: #DCE7E4;
		padding: 2px 12px;
	}

	> p {
		color: #364152;
		font-size: 16px;
		font-weight: 500;
		width: 550px;
		max-width: 100%;
	}
}

.home-features {
	padding-block: 48px;
	border-block: 1px solid #EAEDF1;


}

.features-boxes {
	display: grid;
	grid-template-columns: repeat(3, 1fr);

}

.feature-box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 8px;

	> img {
		width: 48px;
		margin-bottom: 12px;
	}

	> h6 {
		color: #181D27;
		font-size: 16px;
		font-weight: 600;
	}

	> p {
		font-weight: 500;
	}
}

.vitrin-item {
	display: flex;
	flex-direction: column;
	cursor: pointer;
	border: 1px solid #CDD5DF;
	border-radius: 16px;
	background: #FFFFFF;
	box-shadow: 0px 1px 2px 0px #1018280D;
	position: relative;


	.vitrin-item-top {
		font-size: 20px;
		font-weight: 600;
		padding: 8px;
		margin: 0;
		width: 100%;
		border-radius: 8px;
	}

	&.operator-1 {
		.vitrin-item-top {
			background: #F0FAFF;
		}
	}

	&.operator-2 {
		.vitrin-item-top {
			background: #FFFAE5;
		}
	}

	&.vitrin-item-special {
		border-color: #FFBE44;

		.sim-card-badges {
			p {
				display: flex;
				align-items: center;
				padding-bottom: 2px;

				&:after {
					display: none;
				}
			}
		}
	}


	&:hover {
		background: #FFFFFF;
		border-color: #6C89BB;
		box-shadow: 0px 3px 3px -1.5px #0A0D120A, 0px 8px 8px -4px #0A0D1208, 0px 20px 24px -4px #205ABD14;
	}
}

.sim-card-badges {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 100%;

	> span {
		border-radius: 48px;
		font-size: 12px;
		font-weight: 500;
		padding: 2px 12px;

		&.sim-card-operator-1 {
			background: #0095DA;
			color: #FFFFFF;
		}

		&.sim-card-operator-2 {
			color: #202939;
			background: #FFCA00;
		}
	}

	p {
		display: flex;
		flex-direction: column-reverse;
		gap: 4px;

		> span {
			background: linear-gradient(45deg, #53389E 0%, #7F56D9 100%);
			color: #FFFFFF;
			font-size: 10px;
			font-weight: 500;
			border-radius: 3px;
			padding: 0 8px;
			display: flex;
			gap: 4px;
			align-items: center;
			position: relative;

			> img {
				height: 24px;
			}

			i {
				content: '';
				background: linear-gradient(135deg, #FB116E 0%, #FD1F32 100%);
				width: 10px;
				position: absolute;
				height: 100%;
				left: 8px;

				&:after {
					content: '';
					border: 5px solid #FD1F32;
					border-bottom-color: transparent;
					position: absolute;
					top: 14px;
					left: 0;
				}
			}
		}

	}
}

.vitrin-item-links, .table-item-links {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	font-weight: 500;
	padding: 16px;
	border-top: 1px solid #E3E8EF;
	align-items: center;
	text-align: center;

	> a {
		color: #697586;
		width: auto;
		box-shadow: none;
		font-size: 14px;
		border: none;
		margin: 0;
		padding: 0;

		&.btn-cta {
			background: #202939;
			color: #FFFFFF;
			padding: 2px 12px;
			border-radius: 48px;
		}
	}
}

.table-item-links {
	padding: 0;
	border: none;
}

.vitrin-item-detail {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	padding: 16px;
	gap: 12px;
	flex-grow: 1;

	> i {
		position: absolute;
		left: 16px;
		top: -10px;
	}
}

.installment-badge {
	background: linear-gradient(45deg, #168B44, #5AB77F);
	padding: 0 17px;
	border-radius: 2px;
	font-size: 10px;
	font-weight: 500;
	color: #FFFFFF;
}

.sim-features {
	display: flex;

	gap: 8px;

	> span {
		background: #EEF2F6;
		color: #697586;
		border-radius: 48px;
		padding: 2px 4px;
		font-size: 12px;
		font-weight: 500;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		flex-grow: 1;
		white-space: nowrap;

		&.sim-status-1, &.sim-status-3 {
			background: #EBF5F4;
			color: #068969;
		}

		&.sim-status-2 {
			background: #F2F0E6;
			color: #716435;
		}
	}
}

.sim-update-date {
}

.vitrin-item-price {
	background: #F8FAFC;
	border-radius: 8px;
	padding: 4px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;

	h5 {
		color: #4B5565;
		font-size: 16px;
		font-weight: 500;
		flex: 1;
		display: flex;
		align-items: center;

		> span {
			font-size: 12px;
			padding-right: 4px;
		}
	}

	h6 {
		color: #697586;
		text-decoration: line-through;
		font-size: 12px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex: 1;

		> span {
			font-size: 12px;
		}
	}
}

.index-vitrin {
	background: #FAFAFB;
	border-block: 1px solid #EAEDF1;
}

.index-vitrin-link {
	> a {
		box-shadow: 0px 1px 2px 0px #1018280D;
		border: 1px solid #5F6877;
		color: #5F6877;
		padding: 8px 24px;
		border-radius: 48px;
		text-decoration: none;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
	}

}

.index-news {
	border-block: 1px solid #EAEDF1;
	padding: 40px 20px;
}

.index-news-item {
	border-radius: 0;
	border: none;

	&:hover {
		box-shadow: none;
	}
}

.index-news-item-text {
	> h4 {
		color: #364152;
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 15px;
		text-align: justify;
		font-weight: 600;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		gap: 16px;

		> i {
			color: #697586;
		}

	}

	> span {
		background: #F4F4F4;
		color: #364152;
		box-shadow: none;

		&:hover {
			background: #F4F4F4;
		}
	}
}

.index-news-item-img {
	border: 1px solid #CDD5DF;
	border-radius: 12px;
	height: 200px;

	> img {
		border-radius: 12px;
	}
}

.index-article-wrapper {
	background: #FFFFFF;
	padding: 48px 20px;
}

.faq-grid {
	display: grid;
	gap: 24px

}

.faq-item {
	border: 1px solid #CDD5DF;
	border-radius: 16px;
	overflow: hidden;
	background-color: #FFFFFF;
	box-shadow: none;
	break-inside: avoid;
	padding: 24px;

	&.active {
		background: #F4F4F4;
		border-color: #F4F4F4;

		.faq-toggle {
			> i {
				display: none;

				&:last-child {
					display: block;
				}
			}
		}

		.faq-answer {
			max-height: 1000px;
		}
	}
}

.faq-question {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.faq-question h3 {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	color: #202939;
	flex: 1;
	line-height: 1.5;
	text-align: right;
	direction: rtl;
}

.faq-toggle {
	color: #A4A7AE;
	transition: transform 0.2s ease;
	margin-left: 15px;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: transparent;
	border: 1px solid #A4A7AE;
	order: -1;

	> i {
		&:last-child {
			display: none;
		}
	}
}


.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease;
}

.faq-answer-content {
	padding-top: 8px;
	color: #535862;
	text-align: right;
	direction: rtl;
}

/* Carpet Cleaning Services Section */
.carpet-services-section {
	padding: 40px 0;
}

.carpet-services-nav {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	flex-wrap: wrap;
	gap: 10px;
}

.carpet-nav-item {
	background-color: #1A365D;
	color: white;
	padding: 12px 24px;
	border-radius: 25px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.3s ease;
	border: none;
	cursor: pointer;
}

.carpet-nav-item:hover {
	background-color: #2D4A6B;
	color: white;
	text-decoration: none;
}

.carpet-nav-item.active {
	background-color: #0F2A44;
}

.carpet-services-content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.carpet-services-text {
	text-align: justify;
	line-height: 1.8;
	font-size: 16px;
	color: #333333;
	direction: rtl;
	display: none;
}

.carpet-services-text.active {
	display: block;
}

.carpet-services-text p {
	margin-bottom: 20px;
}

.carpet-services-question {
	font-weight: bold;
	font-size: 18px;
	color: #1A365D;
	margin: 30px 0 20px 0;
	text-align: right;
}

/*stories*/


#stories {
	padding: 20px 20px 0;
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-direction: row-reverse;
	direction: ltr;

	.story {
		padding: 0;
		margin: 0;

		&:first-child, &:last-child {
			margin: 0
		}

		> .item-link {
			width: 100%;
			height: 100%;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;

			> .item-preview {
				width: 80px;
				height: 80px;
				min-width: 80px;
				min-height: 80px;
				margin: 0;
			}
		}
	}
}

#zuck-modal-content {
	.story-viewer {
		.head {
			display: flex;
			align-items: center;
			justify-content: space-between;
			gap: 16px;

			.time {
				display: none !important;
			}

			.left {
				display: flex;
				align-items: center;
				gap: 12px;

				> .back {
					font-family: arial, sans-serif;
				}
			}
		}


		.slides {
			.item {
				&.active {
					display: flex;
					justify-content: center;
					align-items: center;

					.tip.link {
						display: flex;
						justify-content: center;
						align-items: center;
					}
				}

				> .media {
					height: 100%;
					max-width: 100%;
				}
			}
		}

		.tip {
			background: #FFFFFF;
			color: #222222;
			border-radius: 12px;
		}

		.slides-pagination span {
			font-family: arial, sans-serif;
			background: rgba(0, 0, 0, .5);
			border-radius: 12px;
			line-height: 48px;
			/*transform: rotate(180deg);*/
			/*&.previous {*/
			/*	left: auto;*/
			/*	right: 0;*/
			/*}*/

			/*&.next {*/
			/*	left: 0;*/
			/*	right: auto;*/
			/*}*/

		}
	}
}

.story-viewer .item-slide .embed-container {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.story-viewer .item-slide .embed-container iframe {
	width: 100%;
	height: 100%;
	border: none;
}


.index-stories {
	display: flex;
	justify-content: center;
	padding: 24px 24px 0;

}

.stories-carousel {
	display: flex !important;
	justify-content: center;

	.owl-stage-outer {
		display: flex;
		justify-content: center;
	}
}

.story-item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 12px;
	cursor: pointer;

	&.story-item-seen {
		.story-item-img {
			border-color: #D9D9D9;
		}
	}

	> lable {
		font-size: 12px;
		font-weight: 600;
	}
}

.story-item-img {
	width: 68px;
	height: 68px;
	border-radius: 50%;
	object-fit: contain;
	overflow: hidden;
	padding: 4px;
	border: 2px solid #F200B7;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;

	> img {
		width: 100%;
		height: 100%;
	}
}

.owl-nav {
	&.disabled {
		display: none;
	}
}

.top-section-title {
	background: url("../images/new/home-banner-3.jpg") no-repeat center center;
	background-size: cover;
	/*background: linear-gradient(270.39deg, rgba(255, 255, 255, 0.9) -16.7%, rgba(114, 138, 177, 0.9) 99.74%);*/
	border-radius: 16px;
	padding: 40px;
	display: flex;
	flex-direction: column;
	gap: 8px;

	> h2 {
		color: #202939;
		font-size: 32px;
		font-weight: 700;
	}

	> h3 {
		color: #364152 !important;
		font-size: 24px;
		font-weight: 600;
		text-shadow: none !important;
		margin: 0 !important;
	}

	> p {
		color: #4B5565 !important;
		font-size: 14px;
		font-weight: 500;
		display: flex;
		align-items: center;
		gap: 8px;
		text-shadow: none !important;

		&:before {
			content: '';
			width: 4px;
			background: #F81539;
			border-radius: 4px;
			height: 10px;
		}
	}

}

.index-banner-links {
	display: flex;
	gap: 16px;

	> a {
		background: #202939;
		color: #FFFFFF;
		border-radius: 48px;
		padding: 4px 20px;
		gap: 8px;
		font-weight: 500;
		display: flex;
		align-items: center;

		&:last-child {
			background: #FFFFFF;
			color: #364152 !important;
			border: 1px solid #CDD5DF;
		}
	}
}

/*promotion*/
.index-promotion-boxes {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 24px;
	padding: 20px;
	align-items: stretch;

	&.index-promotion-1 {
		grid-template-columns: 1fr;

		.index-promotion-title{
			color: #111;
			text-shadow: none;
		}

		.index-promotion{
			flex-direction: row-reverse;
			justify-content: space-between;
			&:before, &:after {
				width: 200%;
				top: 80%;
			}
			&:after{
				bottom:80%;
				top: auto;
			}

			>img{
				display: flex;
				position: relative;
				z-index: 1;
			}
			.index-promotion-inner{
				width: auto;
				min-height: auto;
				height: auto;
				gap: 16px;
				>p{
					padding: 0;
					margin: 0;
					background: none;
					border: none;
					box-shadow: none;
					margin-top: auto;
				}
				>span{
					width: 100%;
					text-align: center;
					transform: none;
					font-size: 14px;
				}
				.index-promotion-img{
					display: none;
				}
			}
		}

	}
}

.index-promotion {
	background: transparent;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	border-radius: 12px;
	box-shadow: 0 0 6px -1px #00000024;
	position: relative;
	overflow: hidden;
	&:before,&:after{
		content: '';
		position: absolute;
		width: 200%;
		height: 300px;
		background: #ffffff61;
		border-radius: 50%;
		border: 1px solid #fff;
		top: -200px;
		left: -50%;
		z-index: 0;
		opacity: .35;
	}
	&:after{
		top: auto;
		bottom: -120px;
	}
	>img{
		display: none;
	}

	&.index-promotion-installment {
		background: linear-gradient(115deg, #a7fdb1, #8aefee);
		.index-promotion-inner {


		}
	}

	&.index-promotion-discount {
		background: linear-gradient(115deg, #fadf82, #b59b5e);
		.index-promotion-inner {

			>span{
				background:linear-gradient(316deg, #af963f, #8f773f);
				border-color: #f2d77e;
			}
		}
	}
	&.index-promotion-festival {
		background:linear-gradient(115deg, #86bfeb, #a271d7);
		.index-promotion-inner {

			>span{
				background: linear-gradient(316deg, #4a86bb, #603397);
				border-color: #b091db;
			}
		}
	}
}

.index-promotion-title {
	background: rgb(255 255 255 / 24%);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgb(255 255 255 / 62%);
	border-radius: 12px;
	padding: 12px 24px;
	box-shadow: 0 0 6px -1px #00000024;
	font-size: 20px;
	font-weight: 600;
	z-index: 1;

	> h2 {
	}
}



.index-promotion-inner {
padding: 0;
	width: 100%;
	min-height: 215px;
	flex-direction: column;
	color: #FFFFFF;
	height: 100%;
	text-shadow: 0px 1px 3px #0000009e;



	> p {
		background: rgb(255 255 255 / 24%);
		backdrop-filter: blur(12px);
		-webkit-backdrop-filter: blur(12px);
		border: 1px solid rgb(255 255 255 / 62%);
		border-radius: 12px;
		padding: 6px 16px 24px;
		box-shadow: 0 0 6px -1px #00000024;
		font-size: 16px;
		width: 100%;
		text-align: center;
		margin-top: auto;
		text-shadow: none;
		color:#111;
		z-index: 1;
	}

	> span {
		border: 1px solid #d1fddb;
		border-radius: 48px;
		padding: 8px 16px;
		background: linear-gradient(316deg, #6bb177, #56aba7);
		color: #fff;
		transform: translateY(-50%);
		font-size: 12px;
		font-weight: 500;
		box-shadow: 0 0 6px -1px #00000024;
		z-index: 1;
	}

}
.index-promotion-img{
	flex:1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 24px auto;
	z-index: 1;
	> img {

		max-width: 100%;
	}
}

/*=================================================================sim cards*/


.sim-list {
	display: flex;
	gap: 30px;
	align-items: flex-start;
}

.sim-list-filter {
	width: 270px;
}

.sim-list-items {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.form-number-builder {
	backdrop-filter: blur(24px);
	border: 1px solid #ACCBEE;
	border-radius: 16px;
	padding: 16px;
	display: flex;
	flex-direction: column;
	transform: translateY(-60px);
	gap: 4px;

	> label {
		display: none;
	}
}

.form-number-build-inputs {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	direction: ltr;
}

.filter-form {
	display: flex;
	justify-content: center;

	> h3 {
		display: none;
	}

	.form-number-builder {
		display: none;
	}

	&.filter-form-simple-search {
		.form-number-builder {
			display: flex;
		}

		.advanced-filters {
			display: none;
		}
	}
}

.filter-form-actions {
	display: flex;
	flex-direction: column;
}

.advance-search-top {
	> span {
		display: none;
	}
}

.close-filter {
	display: none;
	justify-content: center;
	align-items: center;
	border: 1px solid #CDD5DF;
	border-radius: 48px;
	background: #FFFFFF;
	padding: 8px;
}

.page-title {
	background: linear-gradient(270.39deg, rgba(255, 255, 255, 0.9) -16.7%, rgba(114, 138, 177, 0.9) 99.74%);
	padding: 40px;
	border-radius: 16px;
	position: relative;
	margin-bottom: 24px;

	> h1, > h3 {
		font-size: 24px;
		font-weight: 600;
		text-align: center;
		color: #364152;

		> a {
			color: #364152;
		}
	}

	> span {
		position: absolute;
		font-size: 100px;
		font-weight: 900;
		left: 70px;
		top: 50%;
		transform: translateY(-50%);
		opacity: .5;
	}

	> p {
		font-size: 16px;
		font-weight: 500;
		color: #4B5565;
		text-align: center;
	}
}

.page-title-sim-list {
	background: url('../images/new/sim-list-bg.jpg') no-repeat top center;
	background-size: cover;
}

.page-title-sale {
	background: url('../images/new/sale-bg.jpg') no-repeat top center;
	background-size: cover;
}

.page-title-festival {
	background: url('../images/new/festival-title-bg.jpg') no-repeat top center;
	background-size: cover;
}

.page-title-blog {
	background: url('../images/new/blog-bg.jpg') no-repeat top center;
	background-size: cover;
}

.sim-list-wrapper.temp-sim-list-wrapper {
	padding: 0;
}

/*festival*/
.festival-wrapper {
	display: flex;
	align-items: flex-start;
	gap: 24px;
}

.festival-right {
	width: 335px;
	background: #FFFFFF;
	border-radius: 12px;
	border: 1px solid #CDD5DF;
	box-shadow: 0px 3px 3px -1.5px #0A0D120A, 0px 8px 8px -4px #0A0D1208, 0px 20px 24px -4px #0A0D1214;
	position: relative;
	padding: 100px 20px 20px;

	> img {
		position: absolute;
		top: 0;
		right: 0;

		&:nth-child(2) {
			right: 24px;
			top: 24px;
		}
	}
}


.festival-right-text {
	display: flex;
	flex-direction: column;
	gap: 16px;

	h3 {
		color: #254274;
		font-size: 18px;
		font-weight: 600;
	}

	p {
		color: #4B5565;
		margin-bottom: 12px;
	}

	button {
		background: linear-gradient(63.44deg, #53389E 16.72%, #7F56D9 83.39%);
		color: #FFFFFF;
		border-radius: 48px;
		padding: 8px;
		width: 100%;
		border: none;
	}
}

.festival-left {
	flex-grow: 1;
}

.festival-content {
	display: flex;
	flex-direction: column;
	gap: 20px;

	.section-box {

		h2 {
			font-size: 16px;
			font-weight: 600;
			padding: 6px 12px;
			color: #355C9E;
			border-bottom: 1px solid #E3E8EF;
			position: relative;
			display: flex;
			gap: 6px;

			&:before {
				content: '';
				width: 3px;
				background: #F74FAC;
			}
		}
	}

	.date-box {
		background-color: #F5F5F5;
		padding: 12px;
		border-radius: 12px;
	}
}

.festival-image {
	border-radius: 8px;
}


.festival-section {
	display: flex;
	gap: 20px;
	flex-direction: column;
}

.input-box input, .input-box textarea, .input-box select {
	box-shadow: 0px 1px 2px 0px #1018280D;
	background: #F8FAFC;
	border: 1px solid #CDD5DF;
	border-radius: 10px;
	min-height: 44px;
	padding: 0 5px;
}

select {
	/*-webkit-appearance: none;*/
	/*-moz-appearance: none;*/
	/*appearance: none;*/
	/*padding-left: 20px !important;*/
	/*background: url('data:image/svg+xml;utf8,<svg fill="black" height="10" viewBox="0 0 10 10" width="10" xmlns="http://www.w3.org/2000/svg"><path d="M0 0l5 5 5-5z"/></svg>') no-repeat left 16px center !important;*/
	/*background-size: 10px !important;*/
}

.advanced-filters {
	display: flex;
	flex-direction: column;
	gap: 12px;

}

.advance-search-inner {
	.advance-search-item {
		margin-bottom: 0;
		display: flex;
		flex-direction: column;
		border: 1px solid #CDD5DF;
		border-radius: 8px;
		background: #FFFFFF;
		padding: 8px;

		&.advance-search-item-price {
			/*flex-direction: row;*/
			gap: 8px;
		}
	}
}

.half-width {
	width: 100%;
}

.form-input-wrapper {
	width: 100%;
}

.advance-search-inner {
	display: flex;
	flex-direction: column;
	gap: 12px;
	background: #F8FAFC;
	box-shadow: 0px 1px 2px 0px #1018280D;
	border: 1px solid #CDD5DF;
	padding: 16px;

	h4 {
		font-weight: 500;
		color: #364152;
	}
}

.advance-search-inner .advance-search-btn {
	background-color: #202939;
	padding: 8px 16px;
	font-weight: 500;

	&:hover {
		background: #364152;
	}
}

/*=======================================================sim details*/
.sim-detail-back {
	display: flex;
	flex-direction: row-reverse;

	> button {
		border: 1px solid #CDD5DF;
		color: #6B727F;
		padding: 8px 24px;
		border-radius: 48px;
		text-decoration: none;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		background: #FFFFFF;
		box-shadow: 0px 1px 2px 0px #1018280D, 0px -2px 0px 0px #0A0D120D inset, 0px 0px 0px 1px #0A0D122E inset;
	}
}

.sim-detail {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 550px;
	max-width: 100%;
	margin: 0px auto;

	> p {
		color: #717680;
		text-align: center;
	}
}

.sim-detail-top {
	background: linear-gradient(135deg, #0095DA 0%, #2173B2 100%);
	border-radius: 16px;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;

	> a {
		width: 32px;
		height: 32px;
		border-radius: 8px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #FFFFFF;
		border: 1px solid #FFFFFF;
	}
}

.sim-detail-top-text {
	display: flex;
	flex-direction: column;
	color: #FFFFFF;
	gap: 8px;

	> h1 {
		font-size: 24px;
		font-weight: 600;
		direction: ltr;
	}

	> p {
		font-size: 16px;
		font-weight: 500;
	}
}

.sim-detail-box {
	/*box-shadow: 0px 1px 2px 0px #1018280D,0px -2px 0px 0px #0A0D120D inset,0px 0px 0px 1px #0A0D122E inset;*/
	border-radius: 12px;
	border: 1px solid #CDD5DF;
	background: #FFFFFF;

	> h3 {
		background: linear-gradient(0deg, rgba(172, 203, 238, 0.2) 0%, rgba(231, 240, 253, 0.2) 100%);
		border-radius: 12px 12px 0 0;
		padding: 12px 24px;
		display: flex;
		align-items: center;
		justify-content: space-between;

		> label {
			color: #697586;
		}

		> span {
			color: #4B5565;
		}
	}
}

.sim-detail-rows {
	display: flex;
	flex-direction: column;
	padding: 20px 16px;
}

.sim-detail-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 12px 24px;

	> label {
		color: #697586;
	}

	> span {
		color: #4B5565;
		font-weight: 600;
	}

	&:nth-child(odd) {
		background: linear-gradient(142.48deg, rgba(245, 247, 250, 0.4) 0%, rgba(195, 207, 226, 0.4) 137.7%);
		border-radius: 8px;
	}
}

.sim-detail-bottom {
	background: #FAFAFA;
	padding: 24px 16px;
	gap: 16px;
	display: flex;
	flex-direction: column;
	border-radius: 0 0 16px 16px;
	border-top: 1px solid #CDD5DF;

	> label {
		font-size: 16px;
		font-weight: 600;
		color: #535862;
		display: flex;
		align-items: center;
		gap: 12px;

		> span {
			width: 40px;
			height: 40px;
			border: 1px solid #CDD5DF;
			background: #FFFFFF;
			display: flex;
			align-items: center;
			justify-content: center;
			border-radius: 8px;
		}
	}

	> p {
		font-weight: 500;
		color: #535862;
	}


}

.sim-detail-links {
	display: grid;
	align-items: center;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;

	> a {
		display: flex;
		align-items: center;
		justify-content: center;
		color: #FFFFFF;
		border-radius: 48px;
		padding: 16px 24px;
		background: linear-gradient(135deg, #F49062 0%, #FD371F 100%);
		gap: 16px;
		direction: ltr;

		&:last-of-type {
			background: linear-gradient(63.44deg, #252B37 16.72%, #535862 83.39%);

		}
	}
}

/*====================================about*/
.contact-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	/*padding-top: 36px;*/
	/*border-top: 1px solid #EAEDF1;*/
	/*margin-top: 36px;*/
}

.contact-items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	align-items: flex-start;
}

.contact-item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	gap: 8px;

	> img {
		width: 48px;
	}

	> h3 {
		font-size: 16px;
		font-width: 600;
		color: #121926;
	}

	> p {
		color: #4B5565;
		font-weight: 500;
	}

	> a {
		color: #252B37;
		font-size: 16px;
		font-weight: 600;

		&.about-whatsapp {
			background: linear-gradient(63.44deg, #252B37 16.72%, #535862 83.39%);
			border-radius: 48px;
			color: #FFFFFF;
			display: flex;
			align-items: center;
			justify-content: center;
			gap: 12px;
			padding: 6px 16px;
			img{
				width: 32px;
			}
		}
	}
}
.contact-item-links{
	display: flex;
	align-items: center;
	gap:20px;
	>a{
		width: 32px;
		height: 32px;
		border-radius: 8px;
		background: #fff;
		box-shadow: 0px 1px 2px 0px #1018280D, 0px -2px 0px 0px #0A0D120D inset, 0px 0px 0px 1px #0A0D122E inset;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
.about-map {
	grid-column: 1/-1;
	display: flex;
	flex-direction: column;
}

/*=======================================news*/
.news-list-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;

}

.news-list-item {
	align-items: stretch;
	flex-direction: column;
}

.news-list-item .news-list-item-img {
	width: 100%;
	height: 200px;

	> img {
		height: 100%;
	}
}

/*=========================news detail*/
.news-detail {
	display: flex;
	flex-direction: column;
	gap: 20px;

	> h1 {
		font-size: 24px;
		font-weight: 600;
		color: #364152;
		text-align: center;
	}

	> img {
		box-shadow: 0px 1px 2px 0px #1018280D, 0px -2px 0px 0px #0A0D120D inset, 0px 0px 0px 1px #0A0D122E inset;
		border: 1px solid #CDD5DF;
		border-radius: 16px;
		min-height: 200px;
	}
}

.comments {
	display: flex;
	flex-direction: column;
	gap: 16px;
	border-top: 1px solid #CDD5DF;
	padding-top: 24px;

	> h4 {
		font-size: 16px;
		font-weight: 600;
	}
}

.comment-form {
	display: flex;
	flex-direction: column;

	> form {
		display: flex;
		flex-wrap: wrap;
		gap: 24px;
		background: transparent !important;
		border-radius: 16px;
		padding: 16px !important;
		margin: 0 !important;
		align-items: flex-end;
		justify-content: space-between;

		input {
			border-radius: 12px;
			border-color: #D5D7DA !important;
		}

		button {
			background: #202939 !important;
			border-radius: 48px;
			width: auto !important;
			padding: 4px 36px !important;
		}

		fieldset {
			width: calc(33% - 16px);
			margin-bottom: 0;
			min-width: 0;

			textarea {
				font-family: 'iransans';
				border-radius: 12px;
				border-color: #D5D7DA !important;
				margin: 0 !important;
			}


			&.full-width {
				width: 100%;
			}
		}
	}
}

.comment {
	margin: 0;
	padding: 16px;
	background: #F9F9F9;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	border: none !important;
}

.comment-sender {
	color: #666666;
	display: flex;
	align-items: center;
	gap: 8px;
}

.comment-content-responce {
	> p {
		color: #666666;
	}
}

.search-box-overlay-body-list-item {
	color: #177DBE;
	border-bottom: 1px solid #CDD5DF;
	padding: 8px;
	font-weight: 500;

	&:last-child {
		border: none;
	}
}

/*===================loading*/
.detail-loading {
	position: fixed;
	inset: 0;
	background: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;

	i {
		font-size: 80px;
	}
}

/*//select button*/
/* استایل نگهدارنده دکمه ها */
.radio-button-group {
	display: flex;
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0px 1px 2px 0px #1018280D;
	background: #F8FAFC;
	border: 1px solid #CDD5DF;
	padding: 8px;
}

/* مخفی کردن دکمه رادیویی اصلی */
.radio-button-group input[type="radio"] {
	display: none;
}

/* استایل لیبل ها به شکل دکمه */
.radio-button-group label {
	flex: 1;
	text-align: center;
	padding: 4px 12px;
	cursor: pointer;
	color: #555555;
	transition: background-color 0.3s, color 0.3s;
	border-radius: 48px;
}

/* حذف خط جداکننده برای آخرین آیتم (راست چین) */
.radio-button-group label:last-of-type {
	border-left: none;
}

/* استایل حالت انتخاب شده (Active) */
.radio-button-group input[type="radio"]:checked + label {
	background-color: #01455F;
	color: #FFFFFF;
	font-weight: bold;
}

/* تنظیمات باکس اصلی مودال */
.options-modal {
	display: flex;
	flex-direction: column;
	padding: 15px;

	> h4 {
		font-size: 20px;
		font-weight: 700;
		margin-bottom: 20px;
		display: flex;
		align-items: center;
		gap: 8px;
		background: #01455F;
		color: #FFFFFF;
		border-radius: 12px;
		padding: 4px 12px;
	}
}

.option-modal-items {
	display: flex;
	flex-direction: column;
	gap: 12px;
	overflow-y: auto;
	flex-grow: 1;
	max-height: 500px;
}

/* مخفی کردن رادیوباتن اصلی */
.option-item input[type="radio"] {
	display: none;
}

/* تنظیمات لیبل برای قرارگیری در کنار باکس */
.option-item label {
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 16px;
	color: #495057;
	font-weight: 500;
	transition: color 0.2s;
}

/* ساخت باکس مربعی (شبیه چک‌باکس) قبل از متن لیبل */
.option-item label::before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-left: 12px; /* فاصله باکس از متن (برای زبان فارسی RTL) */
	border: 2px solid #CED4DA; /* رنگ حاشیه در حالت عادی */
	border-radius: 4px; /* گوشه‌های کمی گرد برای ایجاد ظاهر چک‌باکس */
	background-color: #FFFFFF;
	transition: all 0.2s ease-in-out;
}

/* هاور شدن روی گزینه */
.option-item {
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 12px;

	label:hover::before {
		border-color: #B3B7BB;
	}
}

/* استایل باکس هنگام انتخاب شدن (Checked) */
.option-item input[type="radio"]:checked + label::before {
	background-color: #01455F; /* رنگ پس‌زمینه آبی */
	border-color: #01455F;
	/* ایجاد آیکون تیک سفید با استفاده از SVG در پس‌زمینه */
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
	background-position: center;
	background-size: 75%;
	background-repeat: no-repeat;
}

/* تغییر رنگ متن در حالت انتخاب شده (اختیاری) */
.option-item input[type="radio"]:checked + label {
	color: #01455F;
}

.hidden {
	display: none;
}

.option-modal-actions {
	display: flex;
	align-items: center;
	gap: 16px;

	span {
		flex: 1;
		border-radius: 8px;
		padding: 8px 12px;
		font-weight: 500;
		border: 1px solid;
		color: #444444;
		cursor: pointer;
		text-align: center;

		&.option-modal-submit {
			background: #01455F;
			color: #FFFFFF;
		}
	}

}

.modal-wrapper {
	.options-modal-inner {
		width: 350px;
	}
}

.form-label-wrapper-new {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 12px;
	cursor: pointer;

	> span {
		font-weight: 600;
		color: #01455F;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 4px;
		padding: 2px 12px;
		background: #D3E0ED;
		border-radius: 8px;
	}
}

.stories.list .story > .item-link > .info .time {
	display: none;
}
