@font-face {
	font-family: 'Yekan';
  src: 
  url('../fonts/Yekan.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-font-smoothing: antialiased
}

*,:before,:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: "Flaticon";
		src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
	}
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
	font-family: Flaticon;
	font-size: 14px;
	font-style: normal;
	vertical-align: middle;
}
/* ==== Scrollbar 3D Brown ==== */

/* Width */
body::-webkit-scrollbar {
  width: 12px;
}

/* Track */
body::-webkit-scrollbar-track {
  background: #e8d6c0; /* کرم روشن */
  border-radius: 10px;
  box-shadow:
    inset 2px 2px 5px rgba(0,0,0,0.1),
    inset -2px -2px 5px rgba(255,255,255,0.7);
}

/* Thumb */
body::-webkit-scrollbar-thumb {
  background: linear-gradient(145deg, #b07b45, #7e4f25); /* قهوه‌ای 3D */
  border-radius: 10px;
  border: 3px solid #e8d6c0; /* هماهنگ با Track */
  box-shadow:
    2px 2px 5px rgba(0,0,0,0.3),
    -2px -2px 5px rgba(255,255,255,0.5);
}

/* Hover */
body::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(145deg, #c89055, #6a3f1e); /* هور افکت جذاب‌تر */
  box-shadow:
    2px 2px 8px rgba(0,0,0,0.5),
    -2px -2px 8px rgba(255,255,255,0.7);
}

/* Firefox Support */
body {
  scrollbar-width: thin;
  scrollbar-color: #b07b45 #e8d6c0;
}

::selection {
	background: #455375;
	color: #fff;
}

html,body {
	overflow-x: hidden;
	max-width: 100%;
	margin: 0;
	padding: 0;
	direction: rtl;
	font-size: 13px;
	line-height: 25px;
	background: #F2F4FD;
	color: #333;
	font-family: 'Yekan', tahoma, serif;
   -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
	text-rendering: optimizeLegibility;

}

a {
	text-decoration: none;
	color: #333;
	transition: color 0.3s ease;
}

a:hover {
	color: #FF7A00;
	
	
}



h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	display: block;
}


ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


.navigation li {
position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
}

.navigation ul {

	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
}


iframe {border: 1px solid #f4f4f4;}

.width25 {width: 25%;}
.width33 {width: 33.33333%;}
.width35 {width: 35%;}
.width40 {width: 40%;}
.width50 {width: 50%;}
.width60 {width: 60%;}
.width65 {width: 65%;}
.width75 {width: 75%;}
.grid-6::after {display: flow-root;}
.row,.life {display: flow-root;}
.clear {clear: both;}

.taright {
  text-align: right;
}

.taleft {text-align: left;}
.justify { text-align: justify;}
.center {text-align: center;}


.left a {padding: 3px;font-size: 12px;}
.ltr {direction: ltr;}
.rtl {direction: rtl;}

.dn, .hidden {display: none;}
.db {display: block;}
.dib {display: inline-block;}
.oh {overflow: hidden;}
.en {font-family: arial, verdana, tahoma;}
.valign {vertical-align: middle;}

.margin {margin: 20px;}
.margin-top {margin-top: 20px;}
.margin-right {margin-right: 20px;}
.margin-left {margin-left: 20px;}
.margin-bottom {margin-bottom: 20px;}

.padding {padding: 35px;}
.padding-top {padding-top: 20px;}
.padding-left {padding-left: 20px;}
.padding-right {padding-right: 20px;}



.btn:hover {
	background: transparent;
}

.btn-gray {
	background: #888c9a;
}

.btn-gray:hover {
	color: #888c9a;
	box-shadow: inset 0 0 0 2px #888c9a;
}

.btn-orange {
	background: #488aec;
}

.btn-orange:hover {
	color: #488aec;
	box-shadow: inset 0 0 0 2px #488aec;
}



.btn-red {
	background: #ff565e;
	color: #FFF;
}

.btn-red {
	background: #ff565e;
}

.btn-red:hover {
	color: #ff565e;
	box-shadow: inset 0 0 0 2px #ff565e;
}

.shadow {
	box-shadow: 0 1px 7px -3px rgb(0 0 0 / 15%);
}




.head .right {
	padding-top: 0;
}

.head img {
	display: inline-block;
	width: 80px;
	vertical-align: top;
	position: absolute;
}

.head-title {
	display: block;
	padding: 0px 90px 0 0;
}

.head h1, .head-title strong {
	font-size: 21px;
	margin-bottom: 6px;
	color: #3d3c4d;
	font-weight: normal;
	display: block;
}




.login-form {
	padding: 50px 0 0 ;
}


.login-form input[type=text], .login-form input[type=password] {
padding: 5px 10px;
    margin-left: 4px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 10px;
    direction: ltr;
    text-align: right;
    outline: none;
    transition: .2s;
    background-color: #f7f7f7;
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, .8);
}

.login-extra {
	margin-right: 52px;
	margin-top: 14px;
	overflow: hidden;
}

.login-google {
	padding: 0 8px!important;
	font-size: 12px;
	border: none!important;
}

.login-extra a {
	font-size: 12px;
	display: block;
	float: right;
	margin-left: 5px;
	border-left: 1px solid #c1ccff;
	padding-left: 10px;
}

.login-extra a:last-child {
	margin-left: 0;
	border: none;
	padding: 0;
}

.login-extra a i {
	margin-left: 6px;
}

.login-extra a i:before {
	font-size: 12px;
}

.login-extra a i.flaticon-google-plus:before {
	font-size: 17px;
}

.login-area {
    width: 300px;
	margin-top: 7px;
    height: 100%;
    position: relative;
    background: #ffffff;
    border-radius: 15px;
    border: 1px solid #e7ecf0;
	box-shadow: 0 4px 4px rgb(0 0 0 / 1%);
}

.login-area img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
	top: 10px;
	right: 10px;
  object-fit: cover;
  position: absolute;
}

.login-head {
	padding: 15px 60px 0 0;
    height: 44px;
}

.login-head a {
  font-size: 11px;
  padding: 0px 12px;
  margin-right: 6px;
}

.login-area ul li {
	float: right;
	width: 50%;
	font-size: 12px;
}

.login-area ul li i {
	display: inline-block;
	margin-left: 10px;
}

.notification {
  width: 18px;
  height: 18px;
  display: inline-block;
  line-height: 18px;
  vertical-align: middle;
  text-align: center;
  border-radius: 3px;
  background: #fd555d;
  color: #fff;
  margin-right: 6px;
}

.notification.gray {
	background: #f4f6fc;
  color: #72798e;
}

.head .separator {
	margin: 0 12px;
}


/* === Hero Section Typography & Layout === */
.hero-rotating-text {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 400;
  text-align: right;
  color: #555;
  position: relative;
  min-height: 50px;   /* به‌جای height */
  line-height: 1.6;

}

.hero-rotating-text span {
	font-size: 14px;
	font-weight: 400;
  width: 100%;
  left: 0;
  opacity: 0;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  transform: translateY(10px);
}

.hero-rotating-text span:nth-child(1) { animation-delay: 0s; }
.hero-rotating-text span:nth-child(2) { animation-delay: 3s; }
.hero-rotating-text span:nth-child(3) { animation-delay: 6s; }
.hero-rotating-text span:nth-child(4) { animation-delay: 9s; }

@keyframes fadeText {
  0% { opacity: 0; transform: translateY(10px); }
  10% { opacity: 1; transform: translateY(0); }
  25% { opacity: 1; }
  35% { opacity: 0; transform: translateY(-10px); }
  100% { opacity: 0; }
}


.main-head {padding: 30px 0 20px;}
.main-box {background: #FFF;padding: 20px;}
.main-box .btn {padding: 6px 18px;}
.main-box .btn i {margin-left: 6px;}
.main-box h2 {margin-top: 3px;font-size: 19px;}
.main-box p {display: block;text-align: center;margin: 0 0 20px 0;}

.version {
	display: inline-block;
	font-size: 13px;
	line-height: 16px;
	background: #f4f6fc;
	color: #949cb7;
	vertical-align: middle;
	padding: 4px 6px 3px;
	margin-right: 4px;
}

.block-box {
	border: 1px solid #e7ecf0;
    border-radius: 15px;
	background: #FFF;
	position: relative;
	margin-bottom: 20px;
	box-shadow: 0 1px 7px -3px rgb(0 0 0 / 8%);

}

.block-box img {
  max-width: 260px;
  max-height: 222px;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto 12.5px;
  object-fit: contain;
}

.block-box > h3 {
	display: block;
}

.block-box > h3 a {
	display: block;
	padding: 0 10px 8px;
	position: relative;
	z-index: 2;
}

.block-box i.flaticon-left-arrow {
	position: absolute;
	left: 10px;
	bottom: 9px;
	z-index: 1;
}

.block-box i.flaticon-left-arrow:before {
	font-size: 20px;
	font-weight: bold;
}

.block-head {
	padding: 14px 15px;
	line-height: 18px;
	border-bottom: 1px solid #f5f5f5;
    box-shadow: 0 4px 50px -9px #f5f5f5;
	color: #adb2c1;
}

.block-content {
	padding: 10px;
}

.badge {
	position: absolute;
	left: 0;
	top: 20px;
	background: #ff565e;
	color: #FFF;
	line-height: 22px;
	padding: 0 6px;
	font-size: 11px;
	pointer-events: none;
}

.badge-green {
	background: #78dc80;
}

.linear-row {
	position: relative;
	min-height: 57px;
	padding: 12.5px;
	border-bottom: 1px solid #f6f8ff;
}

.linear-row img {
	position: absolute;
	width: 57px;
	height: 57px;
	object-fit: cover;
	border-radius: 50%;
}

.linear-row h3, .linear-row h6 {
	padding-right: 70px;
	font-size: 13px;
	width: 100%;
	line-height: 57px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.linear-news article:last-child .linear-row {
	border: none;
}



.last-posts {
	padding: 50px 0;
}

.last-posts h4 {
	font-size: 19px;
	margin-bottom: 20px;
}

.last-posts .width70 {
	border-left: 1px dashed #dde1e8;
}

.last-posts .width30 {
	padding-right: 20px;
}

.grid-row ul {
	display: block;
}

.grid-row li {
	float: right;
	width: 33.3333%;
	padding: 0 0px 20px 20px;
}


.page-cat #dle-content article:nth-child(2n) .grid-box {
	padding-left: 0;
}


.videos-list .linear-row {
	background: #FFF;
	box-shadow: 0 2px 4px rgba(0,0,0,.03);
	border: none;
	margin-bottom: 20px;
}

.videos-list .linear-row h3 {
	line-height: 20px;
	padding: 6px 70px 10px 0;
}

.videos-list .linear-row strong {
	display: inline-block;
	direction: ltr;
	font-weight: normal;
	background: #f4f6fc;
	line-height: 16px;
	padding: 5px 9px 4px;
	border-radius: 20px;
}

.videos-list .linear-row strong i {margin-right: 8px;}
.tad-text {width: 100%;display: block;}
.tad-text li {display: block;}

.tad-text li a {
	display: block;
	background: #FFF url(../images/hachures.png);
	padding: 10px;
	margin-bottom: 10px;
}

.box {
	padding: 20px;
	background: #FFF;
	border: 1px solid #e7ecf0;
	border-radius: 15px;
	margin-bottom: 50px;
	box-shadow: 0 1px 7px -3px rgb(0 0 0 / 15%);
}

.martop2{margin:10px 0px;}

.pmbox {background: #FFF;border: 1px solid #e7ecf0;border-radius: 15px;box-shadow: 0 1px 7px -3px rgb(0 0 0 / 15%);}

.box1 {background: #FFF;}
.box-navyblue {background: #373c4e;}
.box-purple {background: #86a0fd;}

.main-content {

	padding-top: 30px;
	margin-right: 20px;
    margin-left: 20px;
}





.post-head {
	padding: 8px 100px 0 0;
	min-height: 80px;
	position: relative;
}

.post-head h2 {
	display: block;
	font-size: 22px;
	display: block;
	margin-bottom: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.post-head img {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 0;
	top: 0;
  border-radius: 3px;
  border: 1px solid #f4f6fc;
  background: #FFF;
  padding: 3px;
	object-fit: cover;
}

.post-content img {
	max-width: 100%;
}

.post-info {
	line-height: 18px
}

.post-info .right span {
	display: inline-block;
	margin-left: 10px;
}

.post-info .right span i {
	display: inline-block;
	margin-left: 5px;
}

.post-option {
	display: block;
	float: right;
	margin: 0 14px 0 0;
	vertical-align: middle;
}

.post-option i:before {
	font-size: 16px;
}

.badge-category {
	background: #ff565e;
	color: #FFF;
	padding: 3px 6px 2px;
	border-radius: 2px;
}

.article-section {
  background: #fbfcff;
}

.article-section-head {
  background: #f8faff;
  color: #6c7388;
  padding: 6px 10px 4px;
  margin-top: 10px;
  position: relative;
}

.article-section-head i {
  position: absolute;
  left: 10px;
}

.article-section-head i:before {
  font-weight: bold;
  font-size: 11px;
}

.article-section p {
	display: block;
	padding: 12px 10px;
	font-size: 13px;
}

.article-section img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  padding: 4px;
  background: #FFF;
  box-shadow: 0 2px 4px rgba(0,0,0,.03);
}

.comment-area {
	margin-top: 50px;
	margin-right: 1px;
    margin-left: 1px;
}

.comment {
	position: relative;
}

.cm-info-area {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f4f6fc;
}

.cm-info-area .avatar {
	width: 76px;
	height: 76px;
	position: absolute;
	top: 0;
	right: 0;
}

.cm-info-area .avatar img {
	width: 100%;
	height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.cm-info {
	padding-right: 97px;
	min-height: 76px;
}

.cm-info .cm-author {
	padding: 12px 0 2px;
	color:#555;
}

.cm-info .cm-author a {
  color: #859dc1;
	font-weight: bold;
float: right;
    margin-left: 5px;
}


.cm-info .cm-author span {
  font-size: 13px;
  letter-spacing: -0.2px;
}

.cm-item {
	margin-left: 10px;
	color: #c8cad8;
}

.cm-item i {
	margin-left: 6px;
}

.cm-like {
	position: absolute;
  left: 10px;
  bottom: 11px;
  background: #f4f6fc;
  line-height: 16px;
  padding: 5px 8px 3px;
  border-radius: 3px;
}

.cm-like a {
  color: #fd555d
}

.mass_comments_action {
	margin: 20px 0px 50px 0px;
	padding: 20px;
	background: #FFF;
	box-shadow: 0 1px 7px -3px rgb(0 0 0 / 15%);
	border: 1px solid #e7ecf0;
	border-radius: 5px;
}

.title_quote {
  background: #eef0f7;
  padding: 10px 10px 8px;
  border-radius: 3px 3px 0 0;
  font-weight: bold;
}

.quote {
background: #f0f9ff;
    padding: 15px;
    margin-top: 10px;
	margin-bottom:20px;
    border-radius: 15px;
        border: 1px solid #b5dde5;
}

.linear-headline {
	position: relative;
}

.linear-headline:before {
	background: #e7ecf0;
	height: 1px;
	display: block;
	content: " ";
	width: 100%;
	top: 10px;
	position: absolute;
}

.linear-headline.has-btn:before {
	top: 18px;
}

.linear-headline.has-btn span {
  padding-top: 8px;
  display: inline-block;
}

.linear-headline span {
	font-size: 16px;
    font-weight: bold;
  position: relative;
  background: #ffffff;
  border: 1px solid #e7ecf0;
    border-radius: 7px;
    padding: 8px 15px;
	
	cursor: default;

	
	
	border-right: 3px solid #FF7A00;
   
    color: #2c3e50;
    padding-right: 12px;
	
	    box-shadow: 0 1px 7px -3px rgb(0 0 0 / 8%);



}

.linear-headline a.left {
	position: relative;
  background: #f4f6fc;
  padding-right: 10px;
}

.linear-headline span.bg-white {
	background: #FFF;
}

.linear-headline span i {
	margin-left: 10px;
  width: 24px;
  height: 24px;
  line-height: 25px;
  background: #e7e9ef;
  color: #323740;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  
}

.linear-headline span i:before {
	font-size: 9px;
}



.tableform td {
	padding: 4px 0;
}

.tableform input[type=text] {
	display: inline-block;
}

.tableform select, .f_select {
	display: inline-block;
  border: 1px solid #eaeef5;
  font-size: 12px;
}

.tableform textarea {
	display: block;
}

.profile-head {
	position: relative;
	margin-bottom: 20px;
}

.profile-head h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.profile-head .avatar {
	position: absolute;
	right: 0;
	top: 0;
	width: 110px;
	height: 110px;
}

.profile-head .avatar img {
	width: 100%;
	height: 100%;
	display: block;
  object-fit: cover;
	border-radius: 50%;
}

.profile-head .profile-data {
	padding-right: 130px;
	min-height: 120px;
  padding-top: 25px;
}

.profile-item {
	font-weight: normal;
	display: inline-block;
}

.profile-item i {
	margin-left: 8px;
	display: inline-block;
}

.profile-social {
	position: absolute;
	left: 0;
	top: 0;
	direction: ltr;
	text-align: left;
}

.profile-social a {
	display: block;
	float: left;
}

.profile-social a i {
	display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #f4f7fc;
  margin: 0 6px 0 0;
}

.all_features_col h2 {
	display: block;
	font-weight: bold;
	font-size: 16px;
  border-bottom: 1px solid #f4f6fc;
  padding-bottom: 6px;
  margin-bottom: 6px;
	margin-top: 20px;
}

.all_features_col h2 em {
	display: none;
}

.all_features_col ul {
	display: block;
	overflow: hidden;
}

.all_features_col li {
	display: block;
	width: 50%;
	float: right;
	font-size: 13px;
}

.tags-content {
	background: #fbfbfb;
	color: #666666;
}

.tags-content a {
  display: inline-block;
  color: #b7bbc5;
  border: 1px solid #d5d5d5;
  padding: 2px 8px 1px;
	margin-top: 3px;
  border-radius: 3px;
  font-size: 12px;
	transition: .2s;
}

.tags-content a:hover {
  color: #707480;
	background: #b7bbc5;
	border-color: #b7bbc5;
}

.tags-content strong {
  display: inline-block;
	margin-left: 4px;
	font-weight: normal;
	font-size: 14px;
}

.dl-box h2 {
	text-align: center;
  font-size: 31px;
  margin: 20px 0;
  color: #FFF;
}

.dl-box .btn {
	margin: 20px 6px 0;
}

.dl-box .btn i {
	margin: 0 0 0 10px;
}

.dl-box {
	height: 400px;
	overflow: hidden;
}

.dl-box-img {
	line-height: 400px;
}

.dl-box-img img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: auto;
  max-width: 480px;
}

.dl-size {
  margin-top: 7px;
  display: inline-block;
  font-size: 12px;
  color: #646d88;
}

.dl-extra a {
	display: inline-block;
	color: #ffcf82;
	font-size: 13px;
	margin: 0 10px;
	border-bottom: 1px solid #ffcf82;
}

.dl-changelog ul { display: block; width: 100%; }
.dle-list li { display: block; }
.dle-list > li > span {
  background: #f4f6fc;
  color: #f13f07;
  width: 100%;
  padding: 4px 7px 3px;
  font-size: 14px;
  border-bottom: 1px solid #edf1f9;
  display: block;
  letter-spacing: .3px;
  position: relative;
  cursor: pointer;
  transition: .2s;
}
.dle-list > li > span i { color: #000; left: 8px; top: 6px; position: absolute; }
.dle-list > li > span:hover, .dle-list > li > span.active { background: #fd8455; color: #fff; }
.dle-list > li > span.active { cursor: default; }
.dle-list > li > span:hover i,.dle-list > li > span.active i { color: #fff; }
.dle-list > li > ul > li { font-size: 13px; border-bottom: 1px solid #f0f0f0; padding: 5px; transition: .2s; }
.dle-list > li > ul > li:hover { background-color: #f6f6f6; color: #000; }
.dle-list > li > ul > li:last-child { border: none; }
.dle-list li ul { display: none; }
.dle-list > li:first-child > ul { display: block; }
.dle-list>li>ul>li:before {
  content: "\f119";
  padding-left: 6px;
  display: inline-block;
  font: normal normal normal 14px/1 Flaticon;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.market-box {
	color: #fff;
}

.market-box img {
	width: 100%;
}

.market-box p strong {
	display: block;
	color: #e0e6fb;
	margin-top: 4px;
}

.market-box p strong a {
	color: #e0e6fb;
}

.tbl {
	width: 100%;
	margin: 0 auto;
}

.tbl th {
  padding: 8px 18px 6px;
	text-align: center;
}

.tbl td {
  padding: 6px 18px 4px;
	text-align: center;
	border-top: 1px solid #eceef5;
}

.tbl th.taright, .tbl td.taright {
	text-align: right;
}
.mytooltip {
    position: absolute;
    background: #ffffe1;  /* رنگ زرد روشن مثل ویندوز */
    border: 1px solid #c0c0c0; /* خط خاکستری ساده */
    padding: 4px 8px;
	margin-top: 10px;
    font-size: 12px;
    color: #000;
    border-radius: 2px; /* تقریبا صاف مثل ویندوز */
    box-shadow: 1px 1px 2px rgba(0,0,0,0.15); /* سایه خیلی ملایم */
    white-space: nowrap;
    z-index: 9999;
    pointer-events: none;
}








.form .form-row {
	overflow: hidden;
	margin-bottom: 15px;
}

.form .form-row:last-child {
	margin-bottom: 0;
}

.form > label {
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
}

.label {
	white-space: nowrap;
	width: 30%;
	float: right;
}

.field {
	width: 70%;
	float: right;
}



.service-list {
	display: block;
	padding: 20px;
}

.service-list li {
	display: block;
}

.download-size {
  display: inline-block;
  background: #f4f7fc;
  font-size: 10px;
  border-radius: 22px;
  line-height: 15px;
  padding: 2px 6px;
}

.emoji {
	vertical-align: middle;
}



/* === Hero Slide Animation Keyframes (Fixed) === */
@keyframes slideInRight {
  from { opacity: 0; transform: translateX(60px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes slideOutLeft {
  from { opacity: 1; transform: translateX(0); }
  to { opacity: 0; transform: translateX(-60px); }
}
@keyframes slideInLeft {
  from { opacity: 0; transform: translateX(-60px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes slideOutRight {
  from { opacity: 1; transform: translateX(0); }
  to { opacity: 0; transform: translateX(60px); }
}

/* === Hero Slider Styles (Fixed) === */
.hero-slider {
flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-left:auto;
  margin-right:auto;
  display: flex;

}
.hero-slides {
  width: 100%;
  overflow: hidden;

}
.hero-slide {
  width: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  z-index: 1;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  pointer-events: none;
  transition: none;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 320px;
}
.hero-slide.active {
  opacity: 1;
  position: relative;
  visibility: visible;
  z-index: 2;
  pointer-events: auto;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.hero-slide.slide-in-right {
  animation: slideInRight 0.5s;
  opacity: 1;
  visibility: visible;
}
.hero-slide.slide-in-left {
  animation: slideInLeft 0.5s;
  opacity: 1;
  visibility: visible;
}
.hero-slide.slide-out-left {
  animation: slideOutLeft 0.5s;
  opacity: 0;
  visibility: hidden;
}
.hero-slide.slide-out-right {
  animation: slideOutRight 0.5s;
  opacity: 0;
  visibility: hidden;
}






@media (max-width: 950px) {
	.weblog {display:none}
	.top-nav-left a, .top-nav-right a {font-size: 12px;}
	.top-navbar {padding: 7px 0;}
	.top-nav-left, .top-nav-right {gap: 25px;}

  .hamburger-btn {display: flex !important;transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);}
  .main-nav {display: none !important;}
  .header-wrapper {gap: 15px;}
  .mobile-hamburger-menu {top: 98px;} 
  
  
   .triangle-photo-wrapper {
		margin-top: 10px;
        width: 100%;
        max-width: 300px;
    }
	
	
	.hero-slider {flex-direction: column;}

  .hero-dots {
    position: static;
    transform: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px !important;
    gap: 8px;
  }
  
  .hero-dot {
    width: 9.5px;
    height: 9.5px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.15);
    background: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
    position: relative;
  }

  .hero-dot::before {
    content: "";
    position: absolute;
    inset: -10px;  
  }

  .hero-slider {
    align-items: flex-start !important; 
    align-items: center !important;
  }
}




.intro-section {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 20px;
  align-items: flex-start;
  grid-row: 1 / 2;
}
.intro-content {
    max-width: 530px;
}
.intro-content h2 {
    font-size: 26px;
    font-weight: 800;
    color: #28375a;
    margin-bottom: 15px;
    line-height: 1.4;
	cursor: default;
	margin-top:0px;
}
.intro-content p {
    font-size: 15px;
    line-height: 1.7;
	font-weight:500;
    color: #334155;
	text-align: justify;
	cursor: default;
}
.white-box {
  background: #ffffff;
  padding: 4px 13px;
  border-radius: 12px;
  display: inline-block;
 box-shadow: 0 4px 14px rgba(0,0,0,0.06);
   transition: 
    color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
	
}

.white-box:hover {
	box-shadow: 0 6px 18px rgba(30,94,255,0.18);
  transform: translateY(-1px);
}
	
	
	
.gradient-text {
  font-weight: 800;
  background-image: linear-gradient(90deg, #00b7ff, #6a3bff);
  -webkit-background-clip: text;
  color: transparent;
}


.triangle-photo-wrapper {
    display: inline-block;
    overflow: hidden;
    transition: transform 0.3s ease;
    width: 240px;
}
.triangle-photo-wrapper img {
    width: 100%;
    display: block;
}

.triangle-photo-wrapper:hover {
    transform: translateY(-3px);
}






@media (min-width: 950px) and (max-width: 1400px) {.hidedate1 {display:none !important;}}




@media (min-width: 640px) and (max-width: 950px) {
	
	.herom {padding-top:16px !important;padding-bottom:16px !important;margin-bottom:55px !important;}
	.site-header {margin-bottom:20px !important;    border-radius: 20px;
    margin-left: 20px !important;
    margin-right: 20px !important;}
	.hero-slide {min-height: 590px;grid-template-rows: auto 1fr auto;}
	.intro-content p {text-align: center;}
    .intro-section {
		flex-direction: column;
		align-items: center;
		gap: 24px;
		grid-row: 1 / 2;
		padding: 10px 40px;
	}
	
	.white-box {padding: 3px 13px;}

.hero-rotating-text{margin-top: 12px !important;min-height: unset !important;text-align: center;}
	
 .intro-content {
	   
        text-align: center;
	    padding-inline: clamp(16px, 4vw, 32px) !important;
        max-width: 530px !important;
        margin-inline: auto !important;	 
 }

 .mzcta {
	align-items: center;
    display: flex;
    flex-direction: column;
    align-items: center;
	margin-bottom: 0;

 }
 
.hero-footer{
	position: static !important;
  align-items: center !important;
  margin-top: 0 !important;
  padding: 15px 40px !important;
  gap: 15px !important;
  grid-row: 3 / 4;
	
}
 
 .hero-cta {
	position: static !important;
	margin-right: 0px !important;
	pointer-events: auto;
    z-index: 20;
}

}

@media (max-width: 768px) {
	
    .faq-section {margin: 40px auto;}
    .faq-section h2 {font-size: 1.6rem;}
    .faq-item h3 {font-size: 14px !important; padding: 16px 20px !important;}
    .faq-item p {padding: 10px 20px 16px 20px !important;font-size: 14px !important;}
	
	
	.full-story {margin: 30px 0 !important;}
	.intro-content h2 {	
    font-size: 23px;font-weight: 800;
    line-height: 1.5;margin-bottom: 16px;
	text-align:center;
	}
	
	.intro-content p {margin-top: -5px;font-size: 14px;line-height: 1.8;}
	.aparat-wrapper {margin:20px 0;padding-top:58%;}
	.news-text {font-size: 15px !important; padding: 25px !important;}
	.news-text h2 {font-size:22px !important;font-weight:700 !important;padding-right:10px !important;margin-bottom: 18px !important;margin-top:22px !important;}
	.news-text h3 {font-size:18px !important;font-weight:700 !important;margin-bottom: 12px !important;margin-top:14px !important;}
	.btn-repair-request {
    color: #ffffff; padding: 10px 28px !important;
    font-size: 14.5px !important;font-weight: 600 !important;
}

	.hero-rotating-text {font-size: 13px;line-height: 1.7;margin-top: 10px;}
	.hero-rotating-text span {font-size: 13px;}
}

.martop{margin-top:15px;}
.mbreak1 {display: block;}
.mbreak2 {display:none;}

.city {font-size: 18px;font-weight: 500;margin-top: 10px;}


@media (max-width: 462px) {
	.city3 {font-size: 19px;font-weight: 500;}
	.mbreak3 {display:block !important;}
	.breakref{display:block;}
}


@media (max-width: 640px) {
	
	#dlemasscomments {padding: 25px !important;}
	.form-header { padding: 25px !important;}
	.padding {padding:25px !important;}
	.linear-headline span {font-size: 15px !important;}
	.py-10 {padding-top: 30px !important; padding-bottom: 30px !important;}
	.px-6 {padding-left: 25px !important;padding-right: 25px !important;}
	.pzz{padding-left: 1.5rem !important;padding-right: 1.5rem !important;}
    .py2-10{padding-top: 1.5rem!important;padding-bottom: 1.5rem!important;}


	.allposts {padding-top: 20px !important;}
	.news-text {text-align: justify;}

	.main-content > .wrapper > .width70, .main-content > .wrapper > .width30 { float: none; width: 100%; padding: 0; }
	
	
	
	.gridposts {grid-template-columns: calc(100%) !important;}
	
	.main-content {margin-right:15px !important;margin-left: 15px !important;}
	.site-footer {margin: 35px 15px 0 15px !important;}
	.row {margin-right: 15px !important;margin-left: 15px !important;}
	.mzlast {margin-right: 15px !important;margin-left: 15px !important;}
	.grid-6 {margin-right: 15px !important;margin-left: 15px !important; }
	.site-header {border-radius: 20px;margin-left: 15px !important;margin-right: 15px !important;margin-bottom:18px !important;}
	.herom {padding: 16px 0 !important;margin-left: 19px !important;margin-right: 19px !important; margin-bottom:45px !important;}
	.triangle-photo-wrapper {display:none;}

	.intro-content p {text-align:justify !important;text-align-last: right !important;margin-top: 10px;}
	.hero-rotating-text {text-align:center !important;}
	.hero-footer {
		position:static !important;
		align-items: center;
		margin-top: -30px !important;
		margin-bottom:20px;
		padding: 0px 0px !important;
		grid-row: 3 / 4;
	}
	.hero-slide {min-height: 230px;}

	.city {margin-top: 10px;font-size:17px;}
	
	.city2 {font-size: 19px;font-weight: 500;}
	.mbreak2 {display:block !important;}
	
	.intro-section {
		padding: 5px 20px !important;
		grid-row: 1 / 2;
	}
	
	.hero-dot {width: 9.5px !important;height: 9.5px !important;}
	
	.pm2 {grid-template-columns: repeat(1, 1fr) !important;}
	
	
}


@media (max-width: 497px) {.comments-tree-list .comments-tree-list {padding-right: 15px !important;}.hero-slide {min-height: 225px !important;}}
@media (max-width: 481px) {.hero-slide {min-height: 245px !important;}}
@media (max-width: 392px) {.hero-slide {min-height: 275px !important;}}
@media (max-width: 362px) {.hero-slide {min-height: 300px !important;}}






@media (max-width: 480px) {.white-box {padding: 3px 10px;}.aparat-wrapper {margin:15px 0;padding-top:60%;}}

@media (max-width: 438px) {
	
.intro-content h2{font-size:21px;line-height:1.5;}
.white-box {padding: 3px 10px !important;}

}






@media (max-width: 600px) {
	.site-header {}
	.tr-subtitle {padding-top: 6px !important;}
    .tr-title {font-size:20px !important;}
    .main-title h2 {font-size: 20px !important;height: 32px !important;}
	
	.grid-6 {margin-top:20px !important;}
	.row {margin-top:20px !important;}
	.life {margin-top:20px !important;}
	
	.mzcards {padding-bottom: 25px;}
	.main-section1 {padding-top:25px;padding-bottom: 25px;}
	.main-section2 {padding-top:25px;padding-bottom: 25px;}
	
	
}
					
@media (min-width: 601px) and (max-width: 1024px) {
	.site-header {}
    .tr-subtitle {padding-top: 7px !important;}
	.tr-title {font-size:21px !important;}
	.main-title h2 {font-size: 21px !important;height: 33px !important;}
	
	.grid-6 {margin-top:23px !important;}
	.row {margin-top:23px !important;}
	.life {margin-top:23px !important;}
	
    .mzcards {padding-bottom: 29px;}
	.main-section1 {padding-top:29px;padding-bottom: 29px;}
	.main-section2 {padding-top:29px;padding-bottom: 29px;}
}
					
@media (min-width: 1024px) {
	
	.main-title h2 {margin-bottom:0px !important;}
	
	.grid-6 {margin-top:26px !important;}
	.row {margin-top:26px !important;}
	.life {margin-top:26px !important;}

    .mzcards {padding-bottom: 35px;}
	.main-section1 {padding-top:35px;padding-bottom: 35px;}
	.main-section2 {padding-top:35px;padding-bottom: 35px;}

}
		
.hero-slide .intro-content {
  position: relative;
}

.herom {
  	box-shadow: 0px 1px 10px -3px rgba(0, 0, 0, 0.08);
    margin-left: 24px;
    margin-right: 24px;
    background: #f7f9fc;
	border: 1px solid #e7ecf0;
    border-radius: 25px;
    padding: 20px 20px;
    outline: 2px solid #ffffff;
	margin-bottom: 70px;
	
}

.mzcta{
	pointer-events: auto;
    z-index:900;
}

.allposts {
	display: flex;
    justify-content: center;
    padding-top: 30px;
}


/* Hero dots */
.hero-dots {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
	pointer-events: auto;
    z-index:15;
}
.hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.15);
  background: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
.hero-dot.active {
  background: #FF7A00;
  border-color: #FF7A00;
  transform: scale(1.2);
}


.hero-footer {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  margin-top: 215px;
  padding-right:20px;
  grid-row: 3 / 4;
}


.temp{

}




@media (min-width: 950px) and (max-width: 1265px) {
	.intro-section {padding:10px 30px !important;}
	.hero-footer {padding-right:30px !important;}
}

@media (max-width: 600px) {
.line1 {
    display: block;width: 100%;height: 1px;background: #ececec;}
}


.gridposts {
	display: grid;
    gap: 10px;
    grid-template-columns: calc(50% - 5px) calc(50% - 5px);
}

.wrapper {
	display: grid;
	width:100%;
    gap: 30px;
	grid-template-columns: calc(70% - 15px) calc(30% - 15px);
}

@media (max-width: 900px) {
	
.wrapper {grid-template-columns: calc(100%);}

}







.trbt {
	font-family: 'Yekan', tahoma;
	color: #fff;
    font-size: 13px;
    line-height: 30px;
    padding: 2px 11px 2px 11px;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #fff;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    background: linear-gradient(135deg, #FF9500 0%, #F77F00 50%, #E67E00 100%);
}

.paddingcomm {padding : 20px;}

.paddingcomm2 {padding : 20px;}
.paddingtags { padding:10px 20px;}

.trsection {padding-top:25px;}
.regtext {padding-bottom: 30px;text-align: justify;}
.regtext a {color:orange}

.trcontent {
	margin: 0 auto;
	max-width: 100%;
	width: 500px;
    display: flex;
    padding: 20px;
    flex-direction: column;
    gap: 10px;	
}

@media (min-width: 1200px) {.trcontent {width: 700px;}}
@media (min-width: 1600px) {.trcontent { width: 800px; }}

.trfb {
	height:100px;
	    padding: 10px 15px;
    flex: 1;
    box-sizing: border-box;
    border: 1px solid #cee8ed;
    border-radius: 5px;
    font: inherit;
    font-size: 13px;
    box-shadow: inset 0 1px 3px rgb(0 0 0 / 8%);
	
}



.sec-form-group input{
	
    border: 1px solid #cee8ed;
    border-radius: 5px;
    padding: 5px 10px;
    font: inherit;
    font-size: 12px;
    box-shadow: inset 0 1px 3px rgb(0 0 0 / 8%);
    width: 160px !important;
    max-width: 100%;  
margin-right: 100px;
}

.secc {
	display: flex;
    align-items: center;
}

.login-links a {
	color: #666666;
	
}





.trprofile label {
    color: #343a3d;
    font-size: 13px;
    font-weight: 500;
    width: 200px;
    text-align: right;
	margin-bottom: 10px;
	
}

.form-group-rec label {
    color: #343a3d;
    font-size: 13px;
    font-weight: 500;
    width: 100px;
    text-align: right;
	
}


.form-group-rec select {

	height: 37px;
    box-shadow: inset 0 1px 3px rgb(0 0 0 / 8%);
    border: 1px solid #cee8ed;
    padding: 5px 10px;
    border-radius: 5px;
    font: inherit;
    font-size: 13px;
	
}





.form-group-rec {
    display: flex;
    align-items: center;
	
}



.pm2 {
	display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
}

.pmbox select {
	
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 37px !important;
    border: 1px solid #cee8ed;
    box-shadow: inset 0 1px 3px rgb(0 0 0 / 8%);
    font: inherit;
    border-radius: 5px;
    padding: 0 10px;
    margin: 20px 0px 20px 0px;

}



.edituser {padding-top: 30px;text-align: center;}
.edituser a {padding: 8px 20px;height: 37px;cursor:pointer;font-family: 'Yekan';background:#1273eb;border:1px solid #1273eb;border-radius:5px;color:#fff;-webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;}
.edituser a:hover {background:none;color:#1273eb}

.emailui {width:100%;display: flex;align-items: center;}
.mailui2 {font-size: 12px;margin-bottom: 30px;}
.paddb{padding-bottom:20px;}

.form-group1 { padding: 5px 10px;
    flex: 1;
    box-sizing: border-box;
    border: 1px solid #cee8ed;
    border-radius: 5px;
    font: inherit;
    font-size: 13px;
    box-shadow: inset 0 1px 3px rgb(0 0 0 / 8%);
}



.infomain {
	margin-right:20px;
	margin-left:20px;
}


.pm_last_message {cursor: pointer;}



ol, ul {list-style: none;}
.comment-area li {list-style: none !important;}
.site-comment {margin: 0;padding: 10px 0;position: relative;}

.comm-box {
    position: relative;
    padding: 0 84px 0 0;
}

.right-comment {
    top: 0;
    right: 0;
    width: 70px;
    float: right;
    position: absolute;
}

.ava-comm {
    width: 70px;
    height: 70px;
    display: block;
}
.ava-comm img {
    width: 70px;
    max-width: 100%;
    min-height: 70px;
    border-radius: 50%;
}

.user-group {
    text-align: center;
    font-size: 13px;
    padding-top: 5px;
}

.user-group span {
	color:#0D4F6F !important;
}

.admingroup span {
	color:#0D4F6F !important;
}



.left-comment {
    width: 100%;
    float: right;
    position: relative;
    border: 1px solid #eaeaea;
	    border-radius: 5px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 3%);
}

.left-comment.admincomm:before {
    border-left-color: #d0e6f9;
}




.left-comment:after {
    margin-top: 1px;
    margin-right: 2px;
    border-width: 7px;
border-left-color: #fbfbfb;
}

.left-comment:before {
border-left-color: #eaeaea;
    border-width: 8px;
}

.left-comment:before {
	    position: absolute;
    top: 22px;
    right: -16px;
    left: 100%;
    width: 0;
    height: 0;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid solid outset;
    pointer-events: none;
	border-left-color: #eaeaea;
    border-width: 8px;
}

	
	
 .left-comment:after {
    position: absolute;
    top: 22px;
    right: -16px;
    left: 100%;
    width: 0;
    height: 0;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid solid outset;
    pointer-events: none;
}

.comment-top {
	border-radius: 5px 5px 0 0;
    color: #555;
    position: relative;
    background: #fbfbfb;
    padding: 8px 15px 8px 11px;
    border-bottom: 1px solid #eaeaea;
}

.comm-cont {
    position: relative;
    padding: 0px 15px 10px 15px;
}

.quote_block {

}



.left-comment:after {
    margin-top: 1px;
    margin-right: 2px;
    border-width: 7px;
    border-left-color: #fbfbfb;
}



.left-comment.admincomm {
    border: 1px solid #d0e6f9;
}



.left-comment.admincomm .comment-top {
    color: #0d4f6f;
    background: #f5f9fb;
    border-bottom: 1px solid #dceaf4;
	}
	
	.comm-text {
    font-weight: 400;
    padding: 10px 0 17px 1px;
}

	.comm-text p {
    overflow: hidden;
    width: 100%;
}

.left-comment.admincomm .comm-text {
    color: #0d4f6f;
}




.signature {
    background: #f8f8f8;
    margin: 5px 0 14px;
    padding: 5px 12px;
    border-radius: 3px;
    font-size: 13px;
    color: #555;
    font-weight: 400;
}


.comm-opt {
    float: right;
    margin-bottom: 5px;
}

.comm-opt a {
    color: #333;
    font-size: 12px;
    line-height: 25px;
    padding: 1px 8px;
    border-radius: 5px;
    display: inline-block;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
	border: 1px solid #eaeaea;
    background: #fbfbfb;
}


.comm-opt a:hover {
    color: #fff;
    background: linear-gradient(135deg, #FF9500 0%, #F77F00 50%, #E67E00 100%);
    border-color: #FF9500;
}


.comm-optadmin a {
    color: #333;
    font-size: 12px;
    line-height: 25px;
    padding: 1px 8px;
    border-radius: 5px;
    display: inline-block;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    background: #f5f9fb;
	border: 1px solid #d0e6f9 ;
}

.comm-optadmin a:hover {
    color: #fff;
    background: linear-gradient(135deg, #FF9500 0%, #F77F00 50%, #E67E00 100%);
    border-color: #FF9500;
}


.selectmass {
    float: right;
}

.left-comment.admincomm:after {
    border-left-color: #f5f9fb;
}





.ratingtypeplus {
    color: #6c838e;
    padding: 0px 0px 0px 5px;
}

.comment-top ul {
    float: right;
}

.comment-top ul li {
    float: right;
    height: 30px;
    padding: 0 0 0 8px;
    font: 13px/30px Yekan;
	
}


.admincomm ul li span a {
    color: #0D4F6F;
	font-weight: bold;
	
}





.boxin li {
    list-style: inside none disc;
}

.ratebox2 {
    float: left;
    padding: 0 0 0 3px;
}

.ratebox2.commrate {
    padding: 0 0 0 5px;
}


.verified {
    width: 15px;
    height: 15px;
    float: right;
    display: block;
    margin: 6px 0 0 7px;
}




.row {
	display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
	margin-right: 20px;
    margin-left: 20px;

}


.left-col {
  width: 27%;
  float: left;
}
.content {
  width: 100%;
}
.main-title2 {
  clear: both;
  height: 60px;
  position: relative;
  padding: 0 0 22px;
}
.small-news-box .main-title {
  height: 59px;
  padding: 0 0 20px;
  overflow: hidden;
}
.main-title2 h3 {
  float: right;
  font-weight: bold;
  font-size: 18px;
  height: 38px;
  color: #343a3d;
  position: relative;
  
}
.main-title2 h3 a{
  float: right;
  font-weight: bold;
  font-size: 16px;
  padding-top: 3px;
  height: 38px;
  color: #334155;
  position: relative;
  
}
.main-title2 h3::after {
  right: 0;
  bottom: 0;
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  background: #FF7A00;
}


.main-title-more a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 16px;
  background:none;color:#FF7A00;
  
  font-size: 13px;
  font-weight: 700;
  border-radius: 0.5rem;
  text-decoration: none;
  

border:1px solid #FF7A00;
-webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;

  box-sizing: border-box;
}

.main-title-more a:hover {
  background:#FF7A00;color:#fff;
  font-size: 13px;
  font-weight: 700;

}

.main-section:last-child {
  padding-bottom: 0;
}
.small-news-col {

}


.small-news-box {
   
  height: 435px;
  border-radius: 25px;
  background: #fff;
  padding: 16px 20px 2px;
  -webkit-box-shadow: 0 1px 7px -3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 7px -3px rgba(0, 0, 0, 0.08);
  border: 1px solid #e7ecf0;
     transition: all 0.3s ease;
}

.small-news-box:hover {
    box-shadow: 0 0 20px rgba(0,0,0,0.06);}

.small-news-box .main-title-more {
  left: 0;
  top: -40px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.small-news-box:hover .main-title-more {
  top: 4px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


.small-news li {
  clear: both;
  width: 100%;
  	list-style-type: none;
	display: inline-block;
}
.small-news-cont {
  clear: both;
  width: 100%;
  min-height: 100px;
  margin-bottom: 18px;
  position: relative;
  padding: 0 140px 0 0;
}

.small-news-img {
 border-radius: 15px;
  top: 0;
  right: 0;
  height: 98px;
  width: 128px;
  overflow: hidden;
  position: absolute;
background-size: contain; 
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.small-news-img a {
 
  display: block;
  width: 100%;
  height: 100%;
  color: #777;
}
.small-news-img:hover {
  opacity: 0.7;
}

.small-news-img img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
  
    object-position: center; 
    display: block;
}


.small-news-img2 {
  width: 300px;
  height: 315px;
  background-image: url(https://parsdle.ir/uploads/posts/2020-02/1581757654_dle-theme-upgrade-one.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  display: block;
  position: relative; /* مهم برای متن روی تصویر */
}

.small-news-img2 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img-text {
  position: absolute;
  top: 50%;       /* وسط عمودی */
  left: 50%;      /* وسط افقی */
  transform: translate(-50%, -50%); /* دقیقاً وسط */
  color: white;   /* رنگ متن */
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.6); /* متن بهتر دیده شود */
}







.small-news-img2:hover {
  opacity: 0.7;
  }

  .small-news-cont2 {
    clear: both;
    width: 100%;
    min-height: 100px;
    margin-bottom: 18px;
    position: relative;
    
  }


.small-news-title {
  text-align: right;
  margin: 0;
  padding: 0;
}
.small-news-title a {
    color: #334155;
    transition: color 0.2s;
    font-size: 13px;
    font-weight: bold;
}
.small-news-info {
  font-size: 11px;
  font-weight: 400;
  text-align: right;
  background-color: #fbb034;
  background-image: linear-gradient(315deg, #fbb034 0, #fd0 74%);
  box-shadow: 0 7px 15px #fbb03440;
  padding: 0 10px;
  border-radius: 7px;
  float: right;
  height: 23px;
  margin: 3px 0 6px 22px;
  color:rgb(0, 0, 0);
}
.small-news-title a:hover {
  color: #FF7A00 !important;
}


.news-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}



@media (max-width: 991.98px) {
  .left-col {float: none;width: 100%;padding: 25px 0 0;}
  .row {grid-template-columns: repeat(2, 1fr) !important;}
  
  .mzlast{
	 grid-template-columns: calc(50% - 5px) calc(50% - 5px) !important; 
	}
  
}

@media (min-width: 768px) and (max-width: 991px) {
  .center {width: 96%;}
  .small-news-col:last-child {margin-bottom: 10px;width:202%;}
}

@media (max-width: 767.98px) {
  .mzlast{grid-template-columns: calc(100%) !important; }
  .small-news-col:last-child {margin-bottom: 15px;}
  .row {grid-template-columns: repeat(1, 1fr) !important;}
}

@media (min-width: 576px) and (max-width: 767.98px) {.center {width: 90%;}}
@media (min-width: 992px) and (max-width: 1033px) {.small-news-col {margin-bottom: 25px;}}


.main-box1 img {
  display: block;
    max-width: 100%;
    height: auto; /* نسبت تصویر حفظ شود */
    object-fit: contain; /* یا cover بسته به نیاز */
    width: 400px; /* مثال واقعی برای رزرو فضا */
    height: 350px; /* مثال واقعی برای رزرو فضا */
    margin: 0 auto;
}

.main-box1 {text-align: center; /* جایگزین margin auto */}

.hover-bright {transition: all 0.3s ease;}
.hover-bright:hover {filter: brightness(1.2);}

.image-box {
    width: 300px;
    margin: 20px auto;
    text-align: center;
}

.toggle-img {
    width: 100%;
    cursor: pointer;
}

.description {
    display: none;
    margin-top: 10px;
    background: #f5f5f5;
    padding: 10px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.7;
}



/* ==================== Hamburger Menu Styles ==================== */

.hamburger-btn {
  display: none;
}

.mobile-hamburger-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  width: calc(100% - 0px);
  margin: 10px 0 0 0;
  border-radius: 25px;
  background: #ffffff;
  border-bottom: 1px solid #e0e0e0;
  z-index: 1999;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 1px 7px -3px rgba(0, 0, 0, 0.15);
}

.mobile-hamburger-menu.active {
  display: block;
  max-height: calc(100vh - 90px);
  animation: slideDownFadeIn 0.4s ease;
}

.mobile-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.mobile-menu-list > li {
  border-bottom: 1px solid #f0f0f0;
}

.mobile-menu-list > li > a {
  display: block;
  padding: 14px 20px;
  color: #343a3d;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.mobile-menu-list > li > a:hover {
  background: #f9f9f9;
  color: #FF7A00;
  padding-right: 20px;
}

.menu-item-toggle {
  cursor: pointer;
  position: relative;
}

.menu-item-toggle::after {
  content: '▼';
  position: absolute;
  left: 16px;
  font-size: 11px;
  transition: transform 0.3s ease;
}

.mobile-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #f9f9f9;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.mobile-submenu.active {
  max-height: 500px;
}

.mobile-submenu > li {
  border-bottom: 1px solid #f0f0f0;
}

.mobile-submenu > li > a {
  display: block;
  padding: 12px 16px 12px 40px;
  color: #666666;
  text-decoration: none;
  font-size: 13px;
  transition: all 0.3s ease;
}

.mobile-submenu > li > a:hover {
  background: #f0f0f0;
  color: #FF7A00;
  padding-right: 20px;
}




@media (min-width: 950px) { 
.invate {display:none;}
.hambur {position: relative;display:none;} 
.herom {padding: 20px 30px !important;}
}


@media (max-width: 336px) {
	
	.header-actions {margin: 0 auto;}
	.hambur {position: relative;display:block;padding-bottom: 10px;}
	.mobile-hamburger-menu {top: 166px !important;}
	}

@media (max-width: 489px) {
	
	
.mobile-hamburger-menu {top: 98px;}
  .user-menu-wrapper {display:none;}
  .search-menu-wrapper {display:none;}
  
 

}







/* ==================== Modern Header Styles ==================== */
/* Updated: 2025-12-07 */

/* ==================== Top Navigation Bar ==================== */
.top-navbar {
  background: #F2F4FD;
  padding: 8px 0;
}

.navbar-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-nav-left, .top-nav-right {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
}

.top-nav-left a, .top-nav-right a {
  color: #334155;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}

.top-nav-left a:hover, .top-nav-right a:hover {
  color: #FF7A00;
}

/* ==================== Main Header ==================== */
.site-header {
  background: #ffffff;
  border-bottom: none;
  position: sticky;
  top: 0;
  z-index: 1000;
  border: 1px solid #e7ecf0;
  box-shadow: 0 1px 7px -3px rgba(0, 0, 0, 0.08);

	margin-bottom:26px;
    
}

.main-header {
  background: #ffffff;
  padding: 16px 0;
}

.header-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  box-sizing: border-box;
}

/* ==================== Logo ==================== */
.header-logo {
	max-width: 100%;
  flex: 0 0 auto;
  height: 90px;
  display: flex;
  align-items: center;
}

.logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.logo-link:hover {
  transform: scale(1.05);
}

.logo-icon {
  width:70px; 
  height:70px; 
  object-fit:contain;
  display: block;
}

.header-brand-info {
	display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    text-align: right;
}

.tr-title {font-size:22px; font-weight:bold; color:#28375A;}
.tr-subtitle {padding-top: 8px;font-size:14px; color:#334155;}


/* ==================== Main Navigation ==================== */
.main-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  align-items: center;
}

.nav-menu > li {
  position: relative;
}

.nav-menu > li > a {
  display: block;
  padding: 10px 14px;
  color: #334155;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  border-radius: 4px;
  transition: all 0.3s ease;
  position: relative;
}

.nav-menu > li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 14px;
  width: 0;
  height: 0px;
  background: #2c3e50;
  border-radius: 2px;
  transition: width 0.3s ease;
}

.nav-menu > li > a:hover {
  color: #FF7A00;
  background: none;
}

@keyframes rotateArrowDown {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}

.submenu-arrow {
  display: inline-block;
  margin-right: 6px;
  transition: transform 0.6s ease;
  font-size: 10px;
}

.nav-menu > li.nav-item-with-submenu:hover > a .submenu-arrow,
.submenu > li.nav-item-with-submenu:hover > a .submenu-arrow {
  animation: rotateArrowDown 0.6s ease;
  transform: rotate(180deg);
}

.nav-menu > li > a:hover::after {
  width: 0;
}

/* ==================== Submenu Styling ==================== */
.nav-item-with-submenu {
  position: relative;
}

@keyframes slideDownFadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.submenu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #28375A;
  list-style: none;
  margin: 0;
  padding: 8px 0;
  min-width: 200px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease, transform 0.6s ease;
  z-index: 1000;
  pointer-events: none;
  border-radius: 4px;
  margin-top: 0;
  direction: rtl;
  transform: translateY(-10px);
}

.submenu::before {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #28375A;
}

.nav-menu > li.nav-item-with-submenu:hover > .submenu {
  display: flex;
  flex-direction: column;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: slideDownFadeIn 0.6s ease;
  transform: translateY(0);
}

.submenu li {
  margin: 0;
  width: 100%;
  position: relative;
}

.submenu li a {
  display: block;
  padding: 10px 16px;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  transition: all 0.2s ease;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
  border-right: 3px solid transparent;
  position: relative;
}

.submenu li a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-right-color: #FF7A00;
  padding-right: 16px;
}

/* ==================== Third Level Submenu ==================== */
.nav-item-with-tooltip {
  position: relative;
}

.nav-tooltip {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #28375A;
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
  margin-top: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1000;
  pointer-events: none;
}

.nav-tooltip::before {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 15px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #28375A;
}

.nav-item-with-tooltip:hover > .nav-tooltip {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  animation: slideDownFadeIn 0.4s ease;
}

/* ==================== Third Level Submenu ==================== */
.submenu .nav-item-with-submenu {
  position: relative;
}

.submenu .nav-item-with-submenu > a::after {
  content: '›';
  position: static;
  display: inline-block;
  margin-right: 8px;
  font-size: 18px;
}

@keyframes slideLeftFadeIn {
  from {
    opacity: 0;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.submenu .submenu {
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 0;
  background: #1f2d42;
  margin-top: 0;
  border-radius: 4px;
  flex-direction: column;
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.6s ease, visibility 0.6s ease, transform 0.6s ease;
  list-style: none;
  margin: 0;
  padding: 8px 0;
  min-width: 200px;
  transform: translateX(10px);
}

.submenu .submenu::before {
  display: none;
}

.submenu .nav-item-with-submenu:hover > .submenu {
  display: flex !important;
  flex-direction: column;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: slideLeftFadeIn 0.6s ease;
  transform: translateX(0);
}

/* ==================== Header Actions ==================== */
.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  margin-left: 2px;

}

.header-action-btn {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0;
  position: relative;
  overflow: hidden;

}



.header-action-btn svg {
  width: 20px;
  height: 20px;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* ==================== User Menu ==================== */
.user-menu-wrapper {
  position: relative;
}

.user-login-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  z-index: 1998;
  animation: fadeIn 0.3s ease-out;
}



.user-login-backdrop.active {
  display: block;
}

.user-login-panel {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
  width: 350px;
  max-width: 90%;
  z-index: 1999;
  overflow: hidden;
}

.user-login-panel.active {
  display: block;
  animation: scaleIn 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: center center;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
.user-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #f0f0f0;
  background: #ffffff;
  border-radius: 12px 12px 0 0;
}

.user-panel-header h3 {
    margin: 0;
    color: #28375a;
    font-size: 15px;
    font-weight: 600;
}

.close-panel-btn {
  background: transparent;
  border: none;
  color: #666666;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  transition: all 0.2s ease;
  padding: 0;
}

.close-panel-btn:hover {
  background: #f5f5f5;
  color: #333333;
}

.user-login-form {
  padding: 20px;
}

.form-group {
  position:relative;
margin:5px 0;
}

.form-group label {
 position:absolute;	
top: -10px;
right:10px;	
background:#FFF;	
border-radius: 7px;
padding:0 5px;	
color:#334155;
}


.form-group input {
padding: 12px 15px 10px 15px;
border-radius:5px;
}

.form-group select {
width:100%;
	height: 45px;
    box-shadow: inset 0 1px 3px rgb(0 0 0 / 8%);
    border: 1px solid #cee8ed;
    padding: 14px 11px 10px 10px;
    border-radius: 5px;
    font: inherit;
    font-size: 13px;	
}





.input-with-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 0 12px 0 0;
  background: #ffffff;
  transition: all 0.3s ease;
  margin-bottom: 15px;
  width: 300px;
}

.input-with-icon:focus-within {
  border-color: #F77F00;
  box-shadow: 0 0 0 3px rgba(247, 127, 0, 0.1);
}

.input-with-icon svg {
  width: 18px;
  height: 18px;
  color: #999999;
  flex-shrink: 0;
  transition: color 0.3s ease;
}

.input-with-icon:focus-within svg {
  color: #F77F00;
}

.input-with-icon input[type="text"],
.input-with-icon input[type="password"] {
  font-family: 'Yekan';
  flex: 1;
  outline: none;
  font-size: 13px;
  color: #333333;
  background: transparent;
  border-radius: 6px 0px 0px 6px;
  width: 100%;
  padding: 10px 12px;
  border-right: 1px solid #e0e0e0;
  border-left:0px;
  border-top:0px;
  border-bottom:0px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}


.input-with-icon input[type="text"]::placeholder,
.input-with-icon input[type="password"]::placeholder {
  color: #999999;
  
  
}



.form-group input[type="text"]:focus,
.form-group input[type="password"]:focus {

}

.form-remember {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.form-remember input[type="checkbox"] {
  margin-left: 8px;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.form-remember label {
  margin: 0;
  color: #666666;
  font-size: 12px;
  cursor: pointer;
}

.btn-login-submit {
  width: 100%;
  padding: 11px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
}


/* Google login button - visually similar to main login button but Google colored */
.btn-google {
  font-family: 'Yekan';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 10px 14px;
  background: #ffffff;
  color: #28375A;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.18s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
  text-decoration: none;
  margin-top: 12px;
}

.btn-google:hover {
  background: #fff;
  box-shadow: 0 6px 14px rgba(0,0,0,0.06);
}

.btn-google:active {
  transform: translateY(0);
  box-shadow: inset 0 2px 8px rgba(0,0,0,0.06);
}

.btn-google .google-icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}
.btn-google .google-icon svg { width:20px; height:20px; display:block; }

/* Horizontal buttons container */
.login-buttons {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.login-buttons .btn-login-submit,
.login-buttons .btn-google {
  width: 50%;
  min-width: 140px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px; /* match .btn-login-submit */
  box-sizing: border-box;
  min-height: 44px;
  height: 44px;
  line-height: 1;
}

.login-buttons .btn-google { margin-top: 0; }

@media (max-width: 480px) {
  .login-buttons { flex-direction: column; gap: 10px; }
  .login-buttons .btn-login-submit,
  .login-buttons .btn-google { width: 100%; min-width: 0; }
}


@media (max-width: 1200px) {.navbar-container {padding: 0 40px;}}


.user-menu-links {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #f0f0f0;
  font-size: 13px;
}

.user-menu-links a {
  color: #28375A;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
  padding: 8px 12px;
  border-radius: 4px;
  display: block;
}

.user-menu-links a:hover {
  background-color: #f5f5f5;
  color: #F77F00;
}

/* ==================== User Dashboard (Logged-in) ==================== */
.user-dashboard {
  width: calc(100% - 40px);
  max-width: 360px;
  margin: 0 auto;
  direction: rtl;
  padding: 16px;
  box-sizing: border-box;
  display: block;
  text-align: center;
}

.user-dashboard-header {
  display: block;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
}

.user-avatar {
	margin: 0 auto;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #f5f7fb;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #28375A;
  flex-shrink: 0;
}

/* Ensure {foto} output images fit nicely inside avatar container */
.user-avatar img,
.user-avatar .avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.user-info .user-name {
  font-weight: 700;
  color: #28375A;
  font-size: 15px;
}

.user-info .user-role {
  font-size: 12px;
  color: #8b97a6;
  margin-top: 4px;
}

.user-dashboard-body {
  padding-top: 12px;
}

.user-quicklinks {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  width: 100%;
}

.user-quicklinks {
  text-align: center;
  width: 100%;
  margin-top: 8px;
}
.user-quicklinks .ulink {
  padding: 12px 18px;
  border-radius: 8px;
  text-decoration: none;
  color: #ffffff;
  background: #28375A;
  border: 1px solid #28375A;
  border-right: 3px solid transparent;
  transition: all .15s ease;
  display: inline-block;
  min-width: 240px;
  max-width: 320px;
  width: auto;
  text-align: center;
  position: relative;
}

.user-quicklinks .ulink.logout {
  color: #ffffff;
  border-color: #28375A;
  border-right-color: transparent;
}

.user-quicklinks .ulink:hover {
  box-shadow: 0 6px 18px rgba(40,55,90,0.15);
  color: #FF7A00;
  background: #28375A;
  border-right-color: #FF7A00;
}

@media (max-width: 480px) {
  .user-dashboard { width: 100%; padding: 12px; }
  .user-quicklinks .ulink { padding: 10px; }
}



/* ==================== Responsive Design ==================== */

@media (min-width: 489px) {.hidese {display:none}}
@media (max-width: 489px) {.hidese1 {display:none}}

@media (max-width: 1045px) {
  .header-wrapper {
    gap: 20px;
  }

  .nav-menu {
    gap: 6px;
  }

  .nav-menu > li > a {
    padding: 8px 9px;
    font-size: 14.5px;
  }

  .search-input {
    min-width: 150px;
  }
}






@media (max-width: 768px) {
    .top-nav-left {}
    .navbar-container {}
	.top-nav-left, .top-nav-right {gap: 20px !important;}

  .header-wrapper {
    gap: 10px;
    flex-wrap: wrap;
  }

  .main-nav {
    order: 3;
    flex-basis: 100%;
    justify-content: flex-start;
  }

  .nav-menu {
    gap: 3px;
    flex-wrap: wrap;
  }



  .header-search {
    order: 2;
  }

  .search-wrapper {
    width: 100%;
  }

  .search-input {
    min-width: auto;
  }





  .top-nav-right a {
    font-size: 12px;
  }
}

@media (max-width: 600px) {
  .main-header {padding: 10px 0;}
 
  .logo-icon {width: 65px;height: 65px;}
  .nav-menu {gap: 2px;}
  .nav-menu > li > a {padding: 5px 6px;font-size: 11px;}
  .search-category {min-width: 60px;font-size: 12px;}
  .search-input {padding: 8px 8px;font-size: 12px;}
}

@media (max-width: 480px) {
  .header-wrapper {
    gap: 8px;
  }

  .main-nav {
    flex-basis: 100%;
  }

  .nav-menu {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .search-wrapper {
    width: 100%;
  }
}


.login-links {
	    text-align: center;
margin-top: 10px;}



.btn-repair-request {
  display: inline-block;
  padding: 12px 30px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;

}


.grid-6 li:nth-child(4) svg {
  width: 100px !important;
  height: 100px !important;
  stroke-width: 2.6 !important;
}

.grid-6 li:nth-child(3) svg {
  width: 80px !important;
  height: 80px !important;
}
.grid-6 li:nth-child(1) svg {
  width: 80px !important;
  height: 80px !important;
}
.grid-6 li:nth-child(2) svg {
  width: 85px !important;
  height: 85px !important;
    stroke-width: 2.6 !important;
}
.grid-6 li:nth-child(1) svg {
  width: 80px !important;
  height: 80px !important;
    stroke-width: 3 !important;
}

.featured-plugins {
}

.section-head {
    text-align: center;
    margin-bottom: 30px;
}

.homebox-title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.homebox-subtitle {
    font-size: 16px;
    color: #777;
}

/* گرید ریسپانسیو */
.grid-6 {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(6, 1fr);
	margin-right:20px;
	margin-left:20px;
}

/* کارت‌ها */
.home-post {
    border-radius: 25px;
    background-color: #fff;
    overflow: hidden;
    text-align: center;
    padding: 17px 15px 15px 15px;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 1px 7px -3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 7px -3px rgba(0, 0, 0, 0.08);
    border: 1px solid #e7ecf0;
}

.home-post:hover {
    box-shadow: 0 0 20px rgba(0,0,0,0.06);
}

/* عکس‌ها */
.thumbnail {
    width: 100px;
    height: 100px;
    margin: 10px auto 0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    overflow: hidden;
}

.thumbnail img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.thumbnail img:hover {
    transform: scale(1.1);
}

/* متن کارت‌ها */

.home-post header {
	padding: 15px 10px 15px;
	text-align: center;
	display: table;
    width: 100%;
}

.home-post header h3 {
    font-size: 14px;
    font-weight: 700;
	line-height: 30px;
    color: #333;
}


.home-post header span {
    font-size: 13px;
    color: #334155;
}

.home-post a {
    text-decoration: none;
    color: inherit;
}


.home-post a:hover h3 {
    color: #FF7A00;
}

.home-post:nth-child(1) {margin-right:unset;}


/* رنگ پس‌زمینه thumbnail کارت‌ها */
.home-post:nth-child(1) .thumbnail { background-color: #ff3f3b; box-shadow: 0 0 36px #ff3f3b70; }
.home-post:nth-child(2) .thumbnail { background-color: #92003B; box-shadow: 0 0 36px #92003B70; }
.home-post:nth-child(3) .thumbnail { background-color: #6666c3; box-shadow: 0 0 36px #6666c370; }
.home-post:nth-child(4) .thumbnail { background-color: #FF7900; box-shadow: 0 0 36px #FF790070; }
.home-post:nth-child(5) .thumbnail { background-color: #131200; box-shadow: 0 0 36px #13120060; }
.home-post:nth-child(6) .thumbnail { background-color: #0ab4cc; box-shadow: 0 0 36px #0ab4cc70; }

.home-post:hover .thumbnail {
    border-radius: 38% 62% 41% 59% / 61% 43% 57% 39%;
}


@media (max-width: 1024px) { .grid-6 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px)  { .grid-6 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px)  { .grid-6 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 400px)  { .grid-6 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 330px)  { .grid-6 { grid-template-columns: repeat(1, 1fr); } }


.home-post:nth-child(1) .thumbnail svg {filter: drop-shadow(0 4px 6px rgba(0,0,0,0.3));transition: stroke 0.3s ease, filter 0.3s ease;}
.home-post:nth-child(2) .thumbnail svg {filter: drop-shadow(0 4px 6px rgba(0,0,0,0.3));transition: stroke 0.3s ease, filter 0.3s ease;}
.home-post:nth-child(3) .thumbnail svg {filter: drop-shadow(0 4px 6px rgba(0,0,0,0.3));transition: stroke 0.3s ease, filter 0.3s ease;}
.home-post:nth-child(4) .thumbnail svg {filter: drop-shadow(0 4px 6px rgba(0,0,0,0.3));transition: stroke 0.3s ease, filter 0.3s ease;}
.home-post:nth-child(5) .thumbnail svg {filter: drop-shadow(0 4px 6px rgba(0,0,0,0.3));transition: stroke 0.3s ease, filter 0.3s ease;}
.home-post:nth-child(6) .thumbnail svg {filter: drop-shadow(0 4px 6px rgba(0,0,0,0.3));transition: stroke 0.3s ease, filter 0.3s ease;}





.home-post header h3,
.mihan-helper .subtitle-text2 {
    color: #334155; 
    transition: color 0.3s ease;
	
}

.home-post header span
.mihan-helper .subtitle-text2 {
    color: #334155;
    transition: color 0.3s ease;
}

.home-post:hover header h3,
.home-post:hover header span,
.mihan-helper .subtitle-text2 span:hover {
    color: #FF7A00;
}







/* وقتی موس روی کل article رفت */
.home-post:hover header span {
    color: #343a3d; /* رنگ جدید هنگام هاور */
    cursor: pointer; /* موس دست می‌شود */
}


.sectiontitle-design {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;          
    
    
}



.sectiontitle-design .icons {
    background: #FF7A00;
    width: .5rem;
    height: .5rem;
    display: inline-block;
    transform: rotate(45deg);
}

/* خط چپ */
.sectiontitle-design:before {
    content: "";
    width: 40px;
    height: 2px;
        background: #28375a;
  
}

/* خط راست */
.sectiontitle-design:after {
    content: "";
    width: 40px;
    height: 2px;
        background: #28375a;
    
}


.author,
.comms,
.post-updated {
    display: inline-flex !important;
    align-items: center;
    gap: 3px;
    white-space: nowrap;   /* مهم‌ترین خط */
    font-size: 12px;
}


.author svg,
.comms svg,
.post-updated svg {
    display: inline-block;
    vertical-align: middle;
}







.center {
  width: 100%;
  max-width: 1200px;
  margin: 0 5px;
  padding: 0 15px;
}
.content {
  width: 100%;
}
.main-title {
  text-align: center;
  clear: both;
  position: relative;


}

.main-title h2 {
	letter-spacing: 0.5px;

  text-align: center;
  height: 34px;
    color: #28375a;
    position: relative;
    font-size: 22px;
  font-weight: bold;
  cursor: default;
  display: inline-block; /* برای اینکه خط دقیقاً زیر متن قرار بگیرد */
}

.main-title-more {
  left: 0;
  top: -5px;
  position: absolute;
}

.order-link {
  float: left;
  height: 38px;
  line-height: 36px;
  padding-left: 118px;
}



.icon-clock {
  width: 16px;
  height: 16px;
  margin-left: 3px;
  vertical-align: middle;
}





.date {
  float: right;
  font: 12px/18px;
  height: 18px;
  margin: 3px 0 6px 22px;
  padding: 0;
}
.date i {
  color: #a1a1a1;
  float: right;
  font-size: 14px;
  margin: 0 0 0 7px;
  line-height: 18px;
}


@-webkit-keyframes projects-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes projects-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes projects-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .center {
    width: 96%;
  }

}

@media (min-width: 576px) and (max-width: 767.98px) {
  .center {
    width: 90%;
  }
}

@media (max-width: 479.98px) {

  .order-link {
    padding-left: 0;
  }
  .date {
    margin: 2px 0 8px 20px;
  }
  
  #dlefastreplycomments {

  margin: 0 0 16px 0;

}


}



.news-text h2 {
	line-height: 1.8;
  font-size:24px;
  font-weight:700;
  margin-bottom: 20px;
  margin-top: 26px;
  text-align: right;
  
  border-right:5px solid #FF7A00;
display:inline-block;
color: #2c3e50;
padding-right:12px;
}

.news-text h3 {
  line-height:1.8;
  font-size:20px;
  font-weight:700;
  margin-bottom: 14px;
  margin-top:18px;
  text-align: right;
  
}



.clr {
  clear: both;
}
.clr:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.center {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.header {
  z-index: 99;
  width: 100%;
  height: auto;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 1px 5px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px -3px rgba(0, 0, 0, 0.1);
}
.green h3::before {
  background: #00c680;
}
.cats-news {
  padding-bottom: 10px;
}
.cats-news:last-child {
  padding-bottom: 0;
}
.full-story {
  border: 1px solid #e7ecf0;
  border-radius: 15px;
  background: #fff;
  margin: 40px 0;
  box-shadow: 0 1px 7px -3px rgb(0 0 0 / 8%);
}
.meta-line-box {
  position: relative;
  padding: 10px 18px 14px;
}

.news-title {
  color: #121212;
  font: 700 18px/33px Yekan;
  
  
  letter-spacing: 0.5px;
cursor: default; 
display: block;
margin-bottom: 15px;
line-height: 1.6;
border-bottom: 1px solid #f4f7fc;
padding: 10px 0 15px 0;
	
}
.news-title a {
  color: #333;
  cursor: default; 
  font-size: 18px;
  text-rendering: optimizeLegibility; /* وضوح بهتر فونت */
}
.news-title a:hover { color:#FF7A00;}




.meta-line {
  color: #777;
  min-height: 22px;
}



.author .icon-user,
.comms .icon-comment {
  width: 15px;
  height: 15px;
  
  margin-left: 4px;
margin-top: 0px;
} 



.author,
.comms,
.date {
  display: flex;
  align-items: center;
  font: 12px;
  margin: 3px 0 6px 22px;
  padding: 0;
}
.author i,
.comms i,
.date i {
  color: #a1a1a1;
  float: right;
  font-size: 12px;
  margin: 0 0 0 7px;
  line-height: 18px;
}

.news-text {
  color: #334155;
  padding: 35px;
  font-size: 16px;
  line-height:1.7;
 
}

.news-text a {color:#0284c7;text-underline-offset: 2px;text-decoration: underline;transition: color 0.3s ease;}
.news-text a:hover {color:#28375A;}


.news-text img {
  height: auto;
  width: auto;
  max-width: 100%;
  margin: 15px 0;
      box-shadow: 0 4px 15px rgb(0 0 0 / 10%);
    outline: 1px solid #afafaf;
    border: 1px solid #ffffff;
    border-radius: 15px;
}
.news-text b {
  font-weight: 700;
}
.news-text ul {
  padding: 0 20px 0 0;
}
.news-text ul li {
  list-style-type: disc;
}

.news-text ul li::marker {
	width:6px;height:6px;
border-radius: 9999px;
color: #00CED1;
}


.news-text ul li span {
line-height: 2;
}



.fulltags {
  color: #fff;
  font-size: 0;
  padding: 14px 18px 18px;
}
.fulltags-title {
  color: #1885e6;
  font: 500 14px/26px Yekan, tahoma;
  margin: 0 0 7px;
  padding: 0 1px 0 0;
}
.fulltags a {
  color: #555;
  height: 32px;
  border-radius: 2px;
  margin: 0 0 3px 3px;
  display: inline-block;
  font: 12px/28px Yekan;
  padding: 0 10px;
  border: 1px solid #eaeaea;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.fulltags a:hover {
  color: #fff;
  background: #1885e6;
  border: 1px solid #1885e6;
}
.news-bottom {
  border-radius: 0 0 15px 15px;
  background: #f8f8f8;
  padding: 14px 10px 15px 20px;
  border-top: 1px solid #f0f0f0;
}
.cats {
  float: right;
  font: 13px/25px Yekan;
  color: #747474;
}
.cats i {
  color: #b5b5b5;
  float: right;
  font-size: 16px;
  margin: 4px 2px 0 8px;
  text-shadow: 1px 1px 0 #fff;
}





.comment-form-author,
.comment-form-comment,
.comment-form-email {
  padding-bottom: 15px;
}
.comment-form-author input,
.comment-form-email input {
  height: 38px;
  width: 100%;
  color: #707070;
  font-size: 13px;
  font-family: Yekan;
  padding: 5px 8px;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
}
.comment-form-author input:focus,
.comment-form-email input:focus {
  border: 1px solid #c5c5c5 !important;
  box-shadow: none !important;
}


.right-comment {
  top: 0;
  right: 0;
  width: 70px;
  float: right;
  position: absolute;
}

.tag {
  padding: 10px 1px;
  margin: 0 0 3px;
}
.enotice {
  padding: 14px 15px 13px;
  text-align: center;
  line-height: 25px;
  max-width: 80%;
  margin: 0 auto 16px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.enotice.green {
  color: #1c7805;
  background-color: #e9f3e9;
  border-bottom: 2px solid #c8e3c8;
}
.enotice a {
  height: 26px;
  color: #fff;
  margin: 0 1px;
  text-shadow: none;
  padding: 0 12px;
  border-radius: 2px;
  display: inline-block;
  font: 12px/25px Yekan;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.enotice.green a {
  background: #06c16a;
}
.enotice.green a:hover {
  background: #05b362;
}
@-webkit-keyframes projects-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes projects-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes projects-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .center {
    width: 96%;
  }
}

  .comment-form-author {
    width: 50%;
    float: right;
    padding-left: 10px;
  }
  .comment-form-email {
    width: 50%;
    float: right;
    padding-right: 10px;
  }
}
@media (max-width: 767.98px) {
  .cats {
    float: none;
    width: 100%;
    padding-bottom: 6px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .center {
    width: 90%;
  }
  .shorturl {
    float: none;
    width: 100%;
  }
}

@media (max-width: 479.98px) {
	
	.paddingcomm2{padding:10px !important;}
	.comm-box {padding: 0 80px 0 0 !important;}
  .author,
  .comms,
  .date {margin: 2px 0 8px 20px;}


  .enotice {max-width: 90%;}

  
}

.post-updated {
  background-color: #fbb034;
  background-image: linear-gradient(315deg, #fbb034 0, #fd0 74%);
  box-shadow: 0 7px 15px #fbb03440;
  padding: 13px 10px;
  border-radius: 7px;
  float: right;
  font: 12px/18px Yekan;
  height: 23px;
  margin: 3px 0 6px 15px;
  color:rgb(0, 0, 0);
 
}

.cats .icon-folder-open {
	display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 2px;
  vertical-align: middle;
  margin-right: 10px;
}


.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: max-content;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 12px;
  position: absolute;
  z-index: 1;
  bottom: 125%; /* بالای آیکون */
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}






.mzlast {
	display: grid;
    gap: 10px;
	grid-auto-rows: 1fr;
grid-template-columns: calc(33.33% - 6.66px) calc(33.33% - 6.66px) calc(33.33% - 6.66px);
    margin-right: 20px;
    margin-left: 20px;
}


@media (max-width: 558px) {.shorturl {padding-top: 15px;}}




        /* استایل فوتر اصلی */
        .site-footer {
			margin: 35px 20px 0 20px;
			border: 1px solid #e7ecf0;
            border-radius: 25px 25px 0 0;
            background-color: #ffffff;
            color: #ecf0f1;
            padding: 3rem 0 1rem 0;
            direction: rtl;
            font-family: 'Yekan', Tahoma, Arial, sans-serif;
            box-shadow: 0 1px 7px -3px rgba(0, 0, 0, 0.08);
            transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        }

        .footer-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .footer-grid {
            display: grid;
            gap: 0px;
            grid-template-columns: calc(25%) calc(50%) calc(25%);
            padding-bottom: 0.5rem;
            
        }

        /* تنظیم عرض هر ستون */
        .footer-section {
     text-align: right;
        }




         .footer-section:last-child {
			 padding-right: 12vw;
             margin-left: 0;
            }
		
@media screen and (min-width: 1300px) {.footer-section:last-child {padding-right: 150px !important;} }		
@media screen and (max-width: 990px) {.footer-section:last-child {padding-right: 10vw !important;} }		
@media screen and (max-width: 915px) {.footer-section:last-child {padding-right: 9vw !important;} }		 
@media screen and (max-width: 815px) {.footer-section:last-child {padding-right: 7vw !important;} }
			 
			 
			 
      
        @media screen and (min-width: 992px) {
            .footer-section:first-child {margin-right: 0;}
            .footer-section:last-child {margin-left: 0; }
        }


.footer-section ul li:last-child {margin-bottom: 0;}
.license-list ul li:last-child {margin-bottom: 0;}



        /* برای موبایل */
        @media screen and (max-width: 768px) {
			
			
			        .footer-section h3 {
            margin-bottom: 0.5rem !important;
        }
		
		
			.footer-pattern {
				margin-bottom: 25px !important;
			}
			
			
			
			.footer-grid {
			   display: grid;
               gap: 40px;
               grid-template-columns: repeat(1, 1fr);
			}
			
			.footer-section:last-child {
				margin-bottom: 0;
				padding-right: 0 !important; 
			}
	 
	 
        }

        .footer-section h3 {
			font-weight:700;
            font-size: 16px;
            margin-bottom: 0.7rem;
            color: #28375a;
            font-weight: bold;
            padding-bottom: 0.4rem;
            display: inline-block;
        }

        .footer-section h4 {
            font-size: 1rem;
            color: #e67e22;
            margin-bottom: 0.8rem;
            font-weight: bold;
        }

        .footer-section ul {
            list-style: none;
        }

        .footer-section ul li {
            margin-bottom: 0;
        }

        .footer-section ul li a {
			line-height: 30px;
            color: #334155;
            text-decoration: none;
            transition: all 0.3s ease;
            font-size: 14px;
            display: inline-block;
        }

        .footer-section ul li a:hover {
            color: #FF7A00;
            transform: translateX(-5px);
        }

        /* استایل بخش مجوزها */
        .license-list {
            
        }
        .license-list > li {
            margin-bottom: 0.8rem;
            list-style: none;
        }
        .license-list ul {
            
            
        }
        .license-list ul li {
            font-weight: normal;
            margin-bottom: 0;
        }

        /* متن درباره ما */
        .about-text {
			    line-height: 30px;
            color: #334155;
            font-size: 14px;
            
            text-align: justify;
        }

        /* اطلاعات تماس */
        .contact-info {
            list-style: none;
        }
        .contact-info li {
            margin-bottom: 1rem;
            display: flex;
            align-items: center;
            gap: 8px;
            color: #343a3d;
            font-size: 14px;
        }
        .contact-info li:last-child {
            margin-bottom: 0;
        }
        .contact-info a {
            color: #343a3d;
            text-decoration: none;
            direction: ltr;
            unicode-bidi: bidi-override;
            transition: color 0.3s ease;
        }
        .contact-info a:hover {
            color: #e67e22;
        }

        /* ناحیه کپی‌رایت */
        .copyright-area {
            text-align: center;
            padding: 1.5rem 0 0.5rem 0;
            font-size: 0.9rem;
            color: #334155;
            border-top: 1px solid #E3E3EB;
            margin-top: 1rem;
        }

        .copyright-area p {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* دکوریشن برای دمو */
        .demo-header {
            background-color: #34495e;
            color: white;
            padding: 1rem;
            text-align: center;
        }
        
        /* خط کش راهنما برای نمایش فواصل */
        .guide-lines {
            background-color: #ecf0f1;
            padding: 1rem;
            text-align: center;
            font-family: Vazir, sans-serif;
            border-bottom: 2px dashed #e67e22;
        }
		
		
		        .footer-pattern {
	     	margin-top:-10px;
            margin-bottom:30px;
            height: 10px;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid meet' overflow='visible' height='100%' viewBox='0 0 120 26' fill='%23343a3d' stroke='none'%3E%3Cpath d='M54,1.6V26h-9V2.5L54,1.6z M69,1.6v23.3L60,26V1.6H69z M24,1.6v23.5l-9-0.6V1.6H24z M30,0l9,0.7v24.5h-9V0z M9,2.5v22H0V3.7L9,2.5z M75,1.6l9,0.9v22h-9V1.6z M99,2.7v21.7h-9V3.8L99,2.7z M114,3.8v20.7l-9-0.5V3.8L114,3.8z'/%3E%3C/svg%3E"); background-repeat: repeat-x;
            background-position: top;
            background-size: auto 10px;
            opacity: 0.1;
            pointer-events: none; 
            z-index: 1;
        }
		
		
		.site-navigation1.main1 {
    margin-bottom: 50px;
        margin-top: 30px;
    text-align: center;
	grid-column: 1 / -1;
}

.clr {
    clear: both;
}

.navigation1, .nextprev1 {
    display: inline-block;
    
}




.site-navigation1 span{
    margin:1px;
    font-size: 13px;
    line-height: 30px;
    padding: 2px 11px 2px 11px;
    border-radius: 5px;
    display: inline-block;
   cursor:pointer;
font-family: 'Yekan';
background:#FF7A00;
border:1px solid #FF7A00;
color:#fff;
-webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
	

    
  
}
	
	
	
.site-navigation1 a {
    margin:1px;
   
    font-size: 13px;
    line-height: 30px;
    padding: 2px 11px 2px 11px;
    border-radius: 5px;
    display: inline-block;
cursor:pointer;
font-family: 'Yekan';
background:#FF7A00;
border:1px solid #FF7A00;
color:#fff;
-webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
	
}


.site-navigation1 a:hover, .navigation1 span {
background:none;color:#FF7A00
}


@media screen and (max-width: 382px) {
.site-navigation1 span, .site-navigation1 a{
	margin-bottom: 10px !important;
}
}

.box1 {
    background: #FFF;
    border-radius: 15px;
    margin-bottom: 50px;

}

.breadcrumbs{
white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 10px;
    border: 1px solid #e7ecf0;
    border-radius: 15px;
    color: #aeaeae;
    background: #fff;
    position: relative;
    margin-bottom: 25px;
    font: 13px/45px Yekan;
    clear: both;
    -webkit-box-shadow: 0 1px 7px -3px rgb(0 0 0 / 8%);
    box-shadow: 0 1px 7px -3px rgb(0 0 0 / 8%);
	
}

.breadcrumbs a {
    display: inline-block !important;
    max-width: none !important;
    text-overflow: clip !important;
    overflow: visible !important;
    white-space: nowrap !important;

    float:right;
    position:relative;

 
   
    padding:0 10px 0 20px;
    color:#334155;
    font:13px/45px Yekan;
    transition:all .2s linear;
    -o-transition:all .2s linear;
    -webkit-transition:all .2s linear;
}

.breadcrumbs a:hover{
    color:#FF7A00;
}

.breadcrumbs a::after,.breadcrumbs a::before{
    content:"";
    position:absolute;
    top:50%;
    left:1px;
    margin-top:-25px;
    border-right:14px solid;
    border-top:25px solid transparent;
    border-bottom:25px solid transparent;
}

.breadcrumbs a:after{
    z-index:1;
    border-right-color:#fff;
}

.breadcrumbs a:before{
    border-right-color:rgba(0,0,0,.09);
    left:0;
    z-index:1;
}

.breadcrumbs a:last-child{
    margin-left:14px;
}




.comment-box {
    border: 1px solid #e7ecf0;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    margin-top: 20px;
    margin-bottom: 50px;
		box-shadow: 0 1px 7px -3px rgb(0 0 0 / 8%);
}

.form-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
}

.form-row label {
    font-weight: bold;
    margin-bottom: 6px;
    color: #333;
}


.editorcomm {
    margin-top: 5px;
}





.captcha-box {
    display: flex;
    flex-direction: column;
}

.comment-submit {
    background: linear-gradient(135deg, #FF9500 0%, #F77F00 50%, #E67E00 100%);
    border: none;
    color: white;
    border-radius: 8px;
    cursor: pointer;
    transition: background .2s;
    width: fit-content;
}

.comment-submit:hover {
    background: linear-gradient(135deg, #FFB300 0%, #F77F00 50%, #D57D00 100%);
}

.static-box {
    padding: 10px;
    background: #f8f8f8;
    border-radius: 8px;
}



.btn-gray1:hover {
    color: #888c9a;
    box-shadow: inset 0 0 0 2px #888c9a;
}

.btn1:hover {
    background: transparent;
}
.btn-gray1 {
    background: #888c9a;
    margin-top: 5px;
    margin-bottom: 10px;
	border: 1px solid #888c9a;
    font-family: 'Yekan', tahoma;
}
.btn1, .bbcodes1, .submit1 {
    padding: 6px 24px;
    display: inline-block;
  
    color: #FFF;
    vertical-align: middle;
    border-radius: 20px;
    cursor: pointer;
    transition: .2s;
}



    .mass_comments_action1 {
    max-width: 290px;
    margin: 20px 0px 30px 0px;
    padding: 10px;
    background: #FFF;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .03);
    border-radius: 15px;
    }

.orgbtn2 {cursor:pointer;font-family: 'Yekan';
background:none;
color:#FF7A00;
border:1px solid #FF7A00;
-webkit-transition: all .2s linear;-o-transition: all .2s linear;transition: all .2s linear;}

.orgbtn2:hover{background:#FF7A00;color:#fff;}

.orgbtn3 {cursor:pointer;font-family: 'Yekan';
background:none;
border: 1px solid #e7ecf0;
    box-shadow: 0 1px 7px -3px rgb(0 0 0 / 15%);
    color: #444;
-webkit-transition: all .2s linear;-o-transition: all .2s linear;transition: all .2s linear;}

.orgbtn3:hover{border: 1px solid #FF7A00;background:#FF7A00;color:#fff;}


.orgbtn {
cursor:pointer;
font-family: 'Yekan';
background:#FF7A00;
border:1px solid #FF7A00;
color:#fff;
-webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
	}

.orgbtn:hover{background:none;color:#FF7A00}

.ltr2 {direction:ltr;unicode-bidi:bidi-override;}
.regbt {width:160px;}
.chekreg {width:55px;margin: 5px 0 10px;}
.fbbt{width:160px;margin-top:10px;}
.lpass{ height:42px;width:160px;}
.addcom{width: 160px;max-width:100%;}

.inputcomm {float:left;width:50%;padding-right: 10px;box-sizing: border-box;}


@media (min-width: 901px) and (max-width: 1100px) {
	.gridposts {grid-template-columns: calc(100%);}
	.wrapper {grid-template-columns: calc(65% - 15px) calc(35% - 15px);}
}


@media (max-width: 650px) {.trside{display:none !important;}}

.marginpost {margin-bottom:20px;}
.usergr span{color: #0D4F6F !important;}
.rcol span {color: #0D4F6F !important;}

.inbox {
	position:relative;
	margin:20px 0;
}

.inbox input {
	width:250px;
	padding:10px;
	border-radius:5px;
}

.inbox label {
	position:absolute;
	top: -10px;
	right:10px;
	background:#FFF;
	padding:0 5px;
	color:#555;
}




.aparat-wrapper {
	position:relative;
	width:100%;
	padding-top:56.25%;
	background-color:#000;
	aspect-ratio:16 / 9;
	border-radius:15px;
	overflow:hidden;
	margin:25px 0;
	box-shadow: 0 4px 15px rgb(0 0 0 / 10%);
	outline: 1px solid #afafaf;
    border: 1px solid #ffffff;
}

.aparat-iframe {
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	border:0;
}

.news-body p {
	display:block;
	padding-bottom:16px;
}

.center10 {
	width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0px 0px;
	
}


        /* فیلد مخفی تله عسل */
        .honeypot {
            display: none;
        }
    
  .form-header {
    box-shadow: 0 4px 15px rgb(0 0 0 / 10%);
    padding: 35px;
    margin-bottom: 25px;
    text-align: center;
	box-shadow: 0 1px 7px -3px rgb(0 0 0 / 15%);
    background: #FFF;
    border-radius: 15px;
    color: #334155;
}

.form-title {
margin: 10px 0 25px 0;
    font-size: 24px;
    font-weight: bold;
	line-height: 1.4;
	    text-align: center;
		color: #334155;

}

.form-description {
    margin: 0 0 20px 0;
    font-size: 14px;
	text-align: right;
}

.features-list {
    text-align: right;
   
    padding: 15px;
    
	
	
	border: 1px solid #b5dde5;
background: #f0f9ff;
border-radius: 15px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.5;
}

.feature-item:last-child {
    margin-bottom: 0;
}

.feature-icon {
    font-size: 18px;
    min-width: 25px;
}




.faq-section {
    max-width: 800px;
    margin: 30px auto;
    padding: 0 20px;
}

.faq-section h2 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 38px;
    position: relative;
    padding-bottom: 16px;
	color: #334155;
}


.faq-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #007bff, #00d4ff);
    border-radius: 3px;
}


.faq-item {
    background: #fff;
    border-radius: 16px;
    margin-bottom: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #eef2f6;
}

.faq-item:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}


.faq-item h3 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 20px 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #334155;
    background: none;
    border: none;
    width: 100%;
    text-align: right;
}


.faq-item h3::after {
    content: '▼';
    font-size: 0.8rem;
    transition: transform 0.3s ease;
    color: #007bff;
}


.faq-item.active h3::after {transform: rotate(180deg);}

.faq-item p {
    padding: 10px 24px 20px 24px;
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #4a5568;
    border-top: 1px solid #eef2f6;
    display: none; 
}

.faq-item.active p {display: block; }

.faq-item p a {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
}

.faq-item p a:hover {text-decoration: underline;}


aside.width30 {
    position: relative;
    width: 300px;
	max-width:100%;
    transition: top 0.05s linear;
}

