/*
Theme Name: AryaSanatMehr
Author: Vahiddelnavaz
Author URI: http://vahiddelnavaz.ir
Version: 2.0.2
*/
@font-face {
	font-family: Delnavaz;
	font-style: normal;
	font-weight: normal;
	src: url('fonts/Modam-Regular.ttf') format('truetype');
	font-display: swap;

}
html {
      scroll-behavior: smooth;
}
body {
	margin: 0;
	padding: 0;
	font-family: Delnavaz;
	background:#f9f9f9;
}
button {
	font-family: Delnavaz;
}
.container {
	max-width: 1200px;
	min-width: 1200px;
	width: 100%;
	display: block;
	margin: 0 auto;
}

.container-full {
	width: 100%;
}
video {
    margin: 0 auto;
    display: block;
}
.aligncenter {
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    display: flex;
    height:auto;
}

.background_color {
	background: #c40609;
}

.background_menu {
	background: #0a2850;
    border-radius: 5px;
    padding: 10px 0;
    border-bottom: 5px solid #ffc107;
}

.content-contianer a {
	color: #b50000;
	text-decoration: underline;
}

.pre_header {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
    align-items: stretch;
    padding: 15px 0;
}

.left_logo {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.left_logo {
  position: relative;
}

.logo-item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.logo-item.active {
  opacity: 1;
  z-index: 1;
}
.left_logo img {
	background: #0a2850;
	padding: 8px 20px;
	display: block;
	box-shadow: -7px 4px 9px 3px #000000;
}

/*.left_logo::before {*/
/*	content: url('image/engineering.svg');*/
/*	width: 100px;*/
/*	height: 25px;*/
/*}*/



.right_logo {
	float: right;
}

.right_logo img {
	display: block;
}

.shimmer {
	mask: linear-gradient(-60deg, #000 30%, #0005, #000 70%) right / 350% 100%;
	animation: shimmer 2s infinite;
}
.menu_with_phonenumber {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
a.phone_num {
    text-decoration: none;
    color: #ffffff;
    direction: ltr;
    font-size: 24px;
}
.phone_num .phone_small {
    font-size: 15px;
}
input.search-field {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    font-family: 'Delnavaz';
}
input::placeholder {
    font-family: 'Delnavaz';
}
input:focus {
    outline: none;
}
.search_middle button {
    background: none;
    border: none;
    cursor: pointer;
}
.search-form {
    display: flex;
    align-items: center;
    align-content: center;
}
.search_middle {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 50%;
}
.left_header {
    direction:ltr;
    display: flex;
    align-items: center;
}
.phone-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #0a2850;
}
.phone-icon {
    margin-right: 5px;
}
.pre-number {
    font-size: 14px;
}
.main_number {
    font-size: 20px;
}
@keyframes shimmer {
	100% {
		mask-position: left
	}
}

ul#menu-main {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#menu-main li {
	display: inline-block;
	padding: 10px 20px;
	transition: 0.3s;
	font-size: 16px;
}

#menu-main>li:first-child {
	padding-right: 0;
}

#menu-main>li:last-child {
	padding-left: 0;
}

#menu-main>li a {
	color: #ffc107;
	text-decoration: none;
	position: relative;
}

#menu-main>li a:after {
	height: 0;
	width: 100%;
	position: absolute;
	content: '';
	bottom: -9px;
	z-index: 1;
	background: #ffc107;
	right: 0;
	border-radius: 5px;
	opacity: 0;
	transition: 0.2s;
}

#menu-main>li a:hover:after {
	opacity: 1;
	transition: 0.2s;
	width: 100%;
	height: 3px;

}

ul.slide {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.slide .content_slider img {
	width: 100%;
	height: auto;
	border-radius: 10px;
    position: relative;
    overflow: hidden;
}

ul.slide li {
	position: relative;
}

.details_slide {
	position: absolute;
	top: 15%;
	right: 20%;
	width: 300px;
	box-sizing: border-box;
	background: #f10001;
	padding: 10px;
	box-shadow: 0px 0px 6px 2px #333;
}

.details_slide.hide {
	opacity: 0;
	transition: 2s;
	transform: translate(0, 100%);
}

.details_slide.animated {
	opacity: 0.8;
	transition: 2s;
	transform: translate(0%, 0%);
}

.details_slide h2 {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	font-size: 1.2em;
	padding: 0;
	font-weight: 700;
	margin: 0;
}

.details_slide p {
	color: #ffffff;
}

.slider {
	margin-top: 15px;
  visibility: hidden;
}
.slider.slick-initialized {
  visibility: visible;
}
.about_aryasanat {
	margin: 35px 0 10px;
}
.desc_partition {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.part_right {
    width: 60%;
}
.part_left {
    width: 40%;
    text-align: center;
}
.about_aryasanat h1 , .about_services h2 , #products-title , #products-vichi-title , #partners-title , #customers-title , #article-title{
	font-size: 20px;
	border-right: 5px solid #0a2850;
	padding-right: 10px;
	margin: 0;
	color: #0a2850;
    margin-top: 50px;
    margin-bottom: 25px;
}

.about_aryasanat p , .about_services p{
	font-size: 15px;
	line-height: 2em;
	text-align: justify;
}

.products_list {
	width: 90%;
	margin: 0 auto;
}

.products {
	margin: 50px 0;
    background: #ffc107;
    border-radius: 5px;
}

.product_row .title_product h3 {
	display: block;
	margin: 0;
	margin-top: 5px;
	padding: 10px 20px;
	font-size: 15px;
	font-weight: 100;
    color: #0a2850;
}

.product_row .image_product img {
	margin: 0 auto;
	max-width: 100%;
	box-shadow: 0px 1px 2px #c9c9c9;
	border-radius: 5px;
}

.product_row .image_product {
	padding-top: 15px;
}

.product_row a {
	text-align: center;
	display: block;
	text-decoration: none;
	color: #000000;
	transition: 0.3s;
}
.article_list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.articles {
    margin: 10px 0;
}
.article_list h3 {
    text-align: right;
    font-size: 16px;
    color: #0a2850;
    width: 50%;
}
.article_list a {
text-decoration: none;
    width: 49.5%;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 5px 0;
    background: #fff;
    box-shadow: 1px 1px 1px #e1e1e1;
    box-sizing: border-box;
    border-radius: 5px;
        transition: 0.3s;

}
.article_list a:hover {
    background: #ffc107;
    transition: 0.3s;
}
.article_list img {
    display: block;
    width: 120px;
    height: auto;
    border-radius: 5px;
}
.shadow {
	border: 1px solid #e1e1e1;
}

.red_line {
	display: block;
	height: 5px;
	background: red;
	margin: 50px 0;
}

.six_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 5px 0;
}

.part-one .box {
    width: 33%;
    text-align: center;
    box-sizing: border-box;
    transition: 0.3s;
    text-decoration: none;
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    border: 2px solid #ffc516;
}
.part-two .box {
    width: 33%;
    text-align: center;
    box-sizing: border-box;
    transition: 0.3s;
    text-decoration: none;
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    border: 2px solid #193252;    
}

.part-one .box:hover a span {
	transform: rotate(150deg);
	transition: 0.3s;
}

.part-one .box:hover img {
	border-bottom-right-radius: 15px;
	transition: 0.3s;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

.part-one .box h3 {
    font-size: 16px;
    color: #0a2850;
    left: 0;
    right: 0;
    background: #ffc107;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    transition: 0.7s;
    width: 100%;
    position: absolute;
    z-index: 13;
    padding: 0 5px;
    opacity: 0.9;
    height: 20%;
} 
.part-two .box h3 {
    font-size: 16px;
    color: #ffc516;
    left: 0;
    background: #0a2850;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    opacity: 0.9;
    transition: 0.7s;
    width: 100%;
    position: absolute;
    z-index: 13;
    height: 20%;
    padding: 0 5px;
} 
.part-one .box img ,
.part-two .box img {
    width: 100%;
    height: auto;
    display: block;
}

.part-one .box:hover h3 {
        transition:0.7s;
        height:100%;
}
.part-two .box:hover h3 {
        transition:0.7s;
        height:100%;
}

.part-one .box a span {
	display: inline-block;
	transform: rotate(180deg);
	box-sizing: border-box;
	padding-right: 5px;
	font-size: 1.2em;
	transition: 0.3s;
	color: #960000;
}

.part-one .box a span:last-child {
	transform: rotate(0);
	font-size: 1em;
}

.social {
	text-align: center;
	margin: 30px 0;
}

.social p {
	color: #0a2850;
	font-size: 12px;
	font-weight: 700;
}

.footer_row {
	background: #0a2850;
	overflow: hidden;
}

.right_footer p {
	margin: 0;
	color: white;
	font-size: 12px;
	padding: 15px 0;
}

.footer_row p {
    text-align:center;
}
.footer_row p {
    text-align: center;
    font-size: 12px;
    color: #fff;
}
.sub-menu {
	display: flex;
	margin: 0;
	padding: 10px 0;
	list-style-type: none;
	position: absolute;
	top: 40px;
	background: #0a2850;
	z-index: -1;
	opacity: 0;
	width: 100%;
	right: 0;
	transform: translate(-10px, 0px);
	transition: 1s;
	text-align: right;
	justify-content: space-evenly;
	transition: 0.1s;
}

.sub-menu .sub-menu {
	position: initial;
	opacity: 1;
	display: flex;
	flex-direction: column;
	transform: translate(0, 0);
    background: none;
}
.product_item:after {
    content: "\276F";
    color: #ffffff;
    font-size: 11px;
    display: inline-block;
    transform: rotate(270deg);
    margin-right: 5px;
    transition: 0.5s;

}
.product_item:hover:after {
    transform: rotate(90deg);
    transition: 0.5s;
}
#menu-main .sub-menu .sub-menu li {
	padding: 10px 0;
}

.aryasanat_menu {
	list-style-type: none;
}

.aryasanat_menu>li:hover>ul {
	opacity: 1;
	transition: 0.1s;
	z-index: 1;
	transform: translate(0px, 0px);
}

.sub-menu li a:before {
	content: "\276F";
	padding-left: 5px;
	vertical-align: middle;
	font-size: 11px;
}

.sub-menu .sub-menu li a:before {
	content: "\2012";
}

.sub-menu>li>a {
	font-weight: 700;
}

.sub-menu .sub-menu>li>a {
	font-weight: 300;
	color:#ffffff;
}

.social_media a {
	text-decoration: none;
	margin: 5px;
	display: inline-flex;
}

svg {
	max-width: 100%;
}

/*[dir='rtl'] .slick-prev, [dir='rtl'] .slick-next {*/
/*  display: none !important;*/
/*}*/

.footer_row a {
	text-decoration: none;
}

.responisve_menu,
.menu_key {
	display: none;
}

.title-container h1 {
	color: #0a2850;
	font-size: 1.8em;
	padding:10px 0;
    background: #ffc107;
    border-radius: 10px;
    text-align:center;
}
.contianer-b {
    padding: 5px 0;
    text-align: center;

}

.breadcrumbs {
	background: #fff;
    border-radius: 5px;
    padding: 10px 0;
}

.contianer-b span {
	font-size: 12px;
	padding: 3px;
}

.contianer-b a {
	text-decoration: none;
	color: #333;
}

.contianer-b span:first-child {
	padding-right: 0;
}

.menu_key span {
	background: #0a2850;
	height: 2px;
	width: 30px;
	display: list-item;
	margin-bottom: 8px;
}

.menu_key {
	position: absolute;
	right: 15px;
	top: 25px;
	cursor: pointer;
}

.center-content {
	line-height: 2.2em;
	font-size: 15px;
}

.content-contianer {
	min-height: 300px;
	overflow: hidden;
}

.inner-content {
	width: 100%;
}
.inner-content ul {
    margin: 0;
    padding: 0;
    text-align: justify;
        line-height:2em;
        margin-right:15px;

}
.inner-content ol ul {
    margin: 0px 10px;
}

.wp-caption-text {
    display: none;
}
.content-image {
    width: 100%;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 5px;
}

.content-image img {
	height: auto;
	max-width: 100%;
}

.inner-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.singular_product_page h2 , .cat-description h2 , .page .inner-content h2{
    border-right: 4px solid red;
    padding-right: 5px;
}

.singular_product_page .content-contianer {
    display: flex;
    flex-direction: row;
}
.singular_product_page .content-contianer .inner-content p{
    margin:0;
    text-align: justify;
}
.cat-description img {
    width:auto;
}

/*******************************نمایندگی ها ******************/
.header_table,
.representatives {
	display: table;
	width: 100%;
	font-size: 12px;
	border-collapse: collapse;
}

.header_table>div,
.representatives>div {
	display: table-cell;
	padding: 10px 5px;
}

.representatives>div {
	border: 1px solid #e1e1e1;
}

.representatives.active {
	display: table !important;
}

.header_table.active {
	display: table !important;
}

.header_table {
	background: #f10001;
	display: none;
}

.header_table div {
	color: #ffffff;
}

.coulmn1 {
	width: 12%;
}

.coulmn2 {
	width: 10%;
}

.coulmn3 {
	width: 10%;
}

.coulmn4 {
	width: 10%;
}

.coulmn5 {
	width: 8%;
}

.coulmn6 {
	width: 8%;
}

.coulmn7 {
	width: 8%;
}

.coulmn8 {
	width: 20%;
}

.extra_content table tbody td {
	border: 1px solid #e1e1e1;
	padding: 5px;
	color:#333333;
}

.extra_content table thead th {
	border: 1px solid #e1e1e1;
	background: #ffffff;
	padding: 5px;
	color: #f10001;
	text-align: right;
}


.extra_content table tbody td:first-child {
	font-weight: 700;
	color: #565656;
}

.extra_content td strong {
	font-weight: 700;
	color: #565656;
}

.extra_content table {
    border-collapse: collapse;
    width:100%;
}

.extra_content ul li {
	line-height: 2em;
}
.category_section {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.content-container.article-cat {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.article-cat a {
    width: 25%;
    text-decoration: none;
    color: #333;
    text-align: center;
}
.cataluge_file img {
	width: 50px;
}

a.cataluge_file {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	text-decoration: none;
}

.cataluge_file span {
	padding-right: 10px;
	color: #585858;
}
.btn_brand {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 50%;
    flex-direction: column;
}
.brand_viechi {
    text-decoration: none;
    background: #009ab2;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
}
.brand_danfoss {
    text-decoration: none;
    background: #c40609;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
}
.brand_oucom {
    text-decoration: none;
    background: #8c8c8c;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
}
.main_section {
	overflow: hidden;
}
.page-template-cataluge #viechi h2 {
    text-decoration: none;
    background: #009ab2;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
}
.page-template-cataluge #danfoss h2 {
    text-decoration: none;
    background: #c40609;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
}
.page-template-cataluge #oucom h2 {
text-decoration: none;
    background: #8c8c8c;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
}
.catalouge_item {
    display: flex;
    width: 32.3333333%;
    text-align: center;
    margin: 0.5%;
    box-sizing: border-box;
    box-shadow: 0 0 1px 1px #e1e1e1;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.viechi .catalouge_item {
    box-shadow: 0 0 1px 1px #5aa6ad;
}
.danfoss .catalouge_item {
    box-shadow: 0 0 1px 1px #ff0000;
}
.image_product_cataluge {
    width:40%;
}
.category table {
    width: 100%;
    max-width: 100%;
    text-align: center;
    border-collapse: collapse;
}
.category table thead {
    background: #efefef;
}
.category table td {
    border: 1px solid #e4e4e4;
    line-height: 2.5em;
}
.category table th {
    border: 1px solid #e7e7e7;
    line-height: 2.5em;
}

.cat-description a {
    color: #b40608;
}

.image_product_cataluge img {
	max-width: 100%;
	display:block;
}

.catalouge_item a {
	text-decoration: none;
	color: #333;
	font-size: 13px;
    width: 10%;
}
.title_product_cataluge {
    width: 50%;
}
.title_product_cataluge h3 {
	font-size: 13px;
	font-weight: 300;
	color: #333;
	margin: 0;
	padding: 5px;
}
.catalouge_item a img {
    width: 20px;
    margin-top: 5px;
}
.whatsapp {
	position: fixed;
	z-index: 1;
	bottom: 10%;
	right: 5px;
	cursor: pointer
}

.whatsapp span {
	background: #1bd741;
	font-weight: 300;
	font-size: 12px;
	padding: 5px 15px;
	color: #000;
	border: 1px solid #ffffff;
	border-radius: 15px;
	box-shadow: 0px 0px 1px 2px #1bd741;
}

.whatsapp img {
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 5px;
    border-bottom-left-radius: 0;
    transition: 0.3s;
}
.whatsapp img:hover {
    border-radius: 5px;
    transition: 0.3s;
}
.whatsapp_modal {
	position: fixed;
	opacity: 0;
	transform: scale(0);
	transition: 0.4s;
	width: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #ffffff;
	z-index: 2;
	height: 100vh;
}

.whatsapp_modal.active {
	opacity: 1;
	transform: scale(1);
	transition: 0.4s;
}

.city_list ol {
	list-style-type: none;
	padding: 0;
	width: 95%;
	margin: 10px auto;
}

.city_list ol li {
	cursor: pointer;
	float: right;
	width: 23%;
	text-align: center;
	border: 1px solid #e1e1e1;
	margin: 1% 1%;
	padding: 10px;
	box-sizing: border-box;
	font-size: 14px;
	background: #ffffff;

}
.city_list ol li span {
	color: #333;
}
.city_list {
	overflow: hidden;
}

.city_list.fadeOut {
	transition: 0.8s;
	transform: scale(0);
	opacity: 0;
}

.operator_section {
	position: relative;
	left: 0;
	right: 0;
	text-align: center;
	top: 0;
	bottom: 0;
	z-index: -1;
	height: 100vh;
}

.over {
	overflow: hidden;
}

.operator_section a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #16a362;
	color: #ffffff;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 4px 2px #f3d9d9;
}

.whatsapp_modal p {
	width: 93%;
	margin: 0 auto;
	padding: 20px 0;
}

span.close_whatsapp {
    position: absolute;
    left: 45px;
    background: #ffffff;
    color: #000000;
    border: 1px solid #e1e1e1;
    padding: 5px 20px;
    border-radius: 5px;
    top: 5px;
    cursor: pointer;
}

.product_select_info {
	display: none;
}

.product_select_info.active {
	display: block;
}

select {
	font-family: Delnavaz;
	border: 1px solid #ffffff;
	border-bottom: 1px solid #f10001;
	padding-bottom: 5px;
}

select:focus-visible,
select:focus {
	outline: none;
	outline-offset: none;
}

.select_product_value>div {
	display: inline-flex;
	width: 25%;
}

.select_product_value {
	display: flex;
	margin: 30px 0;
}

.select_product_value>div>span {
	width: 40%;
}

.select_product_value>div>select {
	width: 55%;
}

.selected_product {
	display: none;
}

ul.list_aparat {
	margin: 0;
	overflow: hidden;
	padding: 0;
	list-style-type: none;
}

.list_aparat li {
	float: right;
	width: 23%;
	margin: 1%;
}

.list_aparat a {
	text-decoration: none;
	color: red;
}

.product-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom:25px;
}

.product-list a {
text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    width: 32.3%;
    margin: 0.5%;
    border-radius: 5px;
    box-shadow: 0px 0px 1px 0px #969696;
    background: #fff;
}

.product-list .title {
	color: #414141;
	font-weight: 300;
	margin: 0;
	text-align: center;
	padding: 0 10px;
	font-size:14px;
}

ul.product-list .title {
	background: #009ab2;
}

.content_catalouge_page {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 10px;
}

.gallery img {
	max-width: 100%;
}

.contact_us_right p {
    display: flex;
    text-align: right;
    align-content: center;
    flex-direction: row;
    align-items: center;
}

.contact_us_right span {
	padding: 0px 10px;
}

.contact_us_right p img {
    width: 45px;
    height: auto;
}

.contact_us_right a {
    text-decoration: none;
    color: #000;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

[dir='rtl'] .slick-prev {
	z-index: 1;
}

[dir='rtl'] .slick-next {
	z-index: 1;
}

[dir='rtl'] .slick-prev:before {
	content: '\276E' !important;
	color: #0a2850;
	font-size: 25px !important;
}

[dir='rtl'] .slick-next:before {
	content: '\276F' !important;
	color: #0a2850;
	font-size: 25px !important;
}

.slider .slick-prev {
	z-index: 1;
	right: -35px !important;

}

.slider .slick-next {
	z-index: 1;
	left: -35px !important;
}

.factor-c {
	width: 60%;
	margin: 0 auto;
}

table#tbl_factor {
	width: 100%;
}

.factor-content select {
	width: 90%;
}

.factor-content input {
	font-family: Delnavaz;
	border: 1px solid #ffffff;
	border-bottom: 1px solid #f10001;
	padding-bottom: 5px;
	width: 90%;
	transition: 0.3s;
}

input#btn_insert,
input.order-btn {
	background: #f10;
	color: #ffffff;
	width: 100%;
	border-bottom: unset;
	vertical-align: middle;
	padding: 5px;
	cursor: pointer;
}

.factor-content input:focus {
	outline: 0;
	transition: 0.3s;
}

.factor-content input.submit {
	font-family: Delnavaz;
	border: 1px solid #ffffff;
	border-bottom: 1px solid #ff0000;
	background: #f00;
	width: 50%;
	margin: 0 auto;
	cursor: pointer;
	display: block;
	color: #ffffff;
	padding: 5px;
}

.col input {
	width: 31.9%;
	margin: 0.5%;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.col {
	overflow: hidden;
}

form#myForm textarea {
	width: 98%;
	margin: 0 auto;
	display: block;
	outline: 0;
	border: none;
	border-bottom: 1px solid #f10;
	font-family: 'Delnavaz';
	resize: none;
	padding: 5px;
	margin-bottom: 20px;
}

.grecaptcha-badge {
	display: none !important;
}

.download_section>div {
	display: inline-block;
	width: 33%;
	text-align: center;

}

.download_section>div img {
	max-width: 50%;
}

.modal_app {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #ffffff;

	transform: scale(0);
	transition: 0.3s;
	opacity: 0;
}

.modal_app.active {
	transform: scale(1);
	transition: 0.3s;
	opacity: 1;
	z-index: 1;

}

.modal_app_description {
	text-align: center;
	margin: 10%;
}

span.close_modal_app {
	background: #f00;
	padding: 10px;
	color: #ffffff;
	font-size: 2em;
	position: absolute;
	left: 30px;
	top: 20px;
	height: 32px;
	line-height: 1;
	cursor: pointer;
}

.business-partners {
    border-radius: 10px;
    padding: 20px 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    margin: 25px auto;
    flex-wrap: wrap;
}

.business-partners .partner {
	border-left: 1px solid #dcdcdc;
	padding: 0 5px;
	    width: 15%;
	    margin:10px 0;
}

.business-partners .partner:last-child {
	border-left: 0;
}
.business-partners .partner:nth-child(6) {
    border-left: none;
}


.customers_slideshow .slick-slide {
	display: flex !important;
	align-items: center;
	justify-content: center;
	align-content: center;
}

.custmer_repater {
	width: 80%;
	margin: 0 auto;
}
.footer_seo_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    margin: 50px 0;
    padding: 0;
}
.footer_seo_menu a {
    text-decoration: none;
    color: #0a2850;
    font-size: 13px;
    padding: 0px 20px;
    transition:0.1s;
}
.footer_seo_menu a:hover {
    color: #000000;
    transition:0.1s;
}
.footer_seo_menu li {
    border-left: 1px solid #dcdcdc;
}
.footer_seo_menu li:last-child {
    border-left:0;
}
::selection {
  color: white;
  background-color: #0a2850;
}
.faq-accordion {
  overflow: hidden;
}

.faq-item {
  border-bottom: 1px solid #ddd;
}
.faq-item:last-child {
    border-bottom: none;
}
.faq-question {
  width: 100%;
  text-align: right;
  padding: 15px;
  font-weight: bold;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background-color 0.3s;
  background: #fff;
}

.faq-question:hover {
  background-color: #eee;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-answer p {
  margin: 10px 0;
  line-height: 1.7;
  font-size:13px;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 15px;
}
.wp-caption {
    width: auto !important;
}
.post-tags {
  margin-top: 20px;
}
.post-tags h3 {
  margin-bottom: 10px;
  font-size: 18px;
}
.post-tags ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.post-tags ul li {
  margin: 5px 10px 5px 0;
}
.post-tags ul li a {
  background-color: #f0f0f0;
  padding: 6px 12px;
  border-radius: 5px;
  text-decoration: none;
  color: #333;
  display:inline-block;
}
.post-tags ul li a:hover {
  background-color: #ddd;
}
.extra_content {
    margin-bottom: 40px;
}

.inner-content .wp-video {
    text-align: center;
}
.inner-content video {
    width: 512px;
    height: auto;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
}  
#custom-loading-overlay {
  position: fixed;
  inset: 0;
  background: #ff0000;
    background: radial-gradient(circle, rgba(255, 0, 0, 0.95) 0%, rgba(239, 0, 0, 0.95) 29%, rgba(185, 0, 0, 0.95) 100%);
  z-index: 9999;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 30px;
  cursor: pointer;
  overflow: hidden;
  transition: opacity 0.3s ease;
}

#custom-loading-overlay.fade-out {
  opacity: 0;
  pointer-events: none;
}

#custom-loading-overlay img {
  opacity: 0;
  transform: translateY(-150px) scale(0.7);
}

/* انیمیشن کوبش مستقیم و نهایی */
@keyframes slamDownFinal {
  0% {
    opacity: 0;
    transform: translateY(-150px) scale(0.7);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

#custom-loading-overlay img.animated {
  animation: slamDownFinal 0.5s cubic-bezier(0.3, 1.2, 0.3, 1) forwards;
}

/* تأخیر برای ترتیب لود شدن */
#custom-loading-overlay img:nth-child(1) { animation-delay: 0.2s; }
#custom-loading-overlay img:nth-child(2) { animation-delay: 0.4s; }
#custom-loading-overlay img:nth-child(3) { animation-delay: 0.8s; }
#custom-loading-overlay img:nth-child(4) { animation-delay: 1.2s; }
#custom-loading-overlay img:nth-child(5) { animation-delay: 1.6s; }

@media only screen and (max-width: 1024px) {

	.menu-main-container,
	.left_logo, .menu_with_phonenumber , .search_middle , .pre-number , .main_number {
		display: none;
	}
    .phone-link {
        position: absolute;
        left: 5px;
        top:18px;
    }
	.container {
		max-width: 100%;
		min-width: 100%;
	}

	.right_logo img {
		display: block;
		margin: 0 auto;
		margin-top: 0;
		width: 75%;
		height: auto;
	}

	.right_logo {
		float: none;
		text-align: center;
		width: 50%;
		margin: 0 auto;
	}

	.right_footer,
	.left_footer {
		width: 100%;
		display: block;
		box-sizing: border-box;
		float: none;
		text-align: center;
	}

	.shadow {
		box-shadow: unset;
	}

	.product_row .image_product {
		box-sizing: border-box;
	}

	.details_slide p {
		display: none;
	}

	.details_slide {
		top: 50%;
		right: 0;
		width: auto;
		padding: 5px;
	}

	.details_slide h2 {
		border-bottom: none;
		font-size: 1em;
		font-weight: 500;
	}

	.menu_key,
	.responisve_menu {
		display: block;
	}

	.responisve_menu ul {
		margin: 0;
		padding: 5px 10px;
		list-style-type: none;
	}

	.responisve_menu li {
		padding: 5px 0;
	}

	.responisve_menu {
		background: #0a2850;
		opacity: 0;
		z-index: 1;
		width: 100%;
		position: absolute;
		transition: 0.3s;
		transform: translate(100%, 0);
	}

	.responisve_menu.active {
		opacity: 1;
		position: absolute;
		transition: 0.3s;
		transform: translate(0, 0);
	}

	.menu_key span {
		list-style-type: none;
		transition: 0.5s;
	}

	.menu_key.active span:nth-child(2) {
		visibility: hidden;
		transition: 0.1s;
		opacity: 0;
		transform: scale(0);
	}

	.menu_key.active span:first-child {
		transform: rotate(45deg);
		transition: 0.5s;
		right: 0px;
		bottom: 0px;
		position: absolute;
	}

	.menu_key.active span:last-child {
		transform: rotate(-45deg);
		transition: 0.5s;
	}

	.responisve_menu a {
		color: #ffffff;
		font-size: 13px;
		text-decoration: none;
	}

	.responisve_menu ul.sub-menu {
		position: inherit;
		margin: 0;
		padding: 0;
		opacity: 1;
		box-shadow: unset;
		transform: translate(0px, 0px);
		justify-content: space-between;
	}

	.responisve_menu .sub-menu a {
		font-size: 12px;
		color:#ffffff;
	}

	.inner-content.has_thumbnail {
		display: block;
        order:1;
		width: 100%;
		padding-left:0;
	}

	.content-image {
		float: none;
		width: 100%;
		text-align: center;
	}
	.contact_us_right p {
        text-align: center;
        flex-direction: column;
        justify-content: center;
        margin: 50px 0;
        font-size: 18px;
    }
    .contact_us_right p img {
        width: 65px;
        margin-bottom: 10px;
    }
	.contact_us_container {
		overflow: hidden;
		width: 95%;
		margin: 0 auto;
	}

	.contact_us_right a {
		width: 100%;
	    flex-direction: column;
      align-items: center;
      justify-content: center;
	}

	.slider .slick-next,
	.slider .slick-prev {
		display: none !important;
	}

	.product_row .image_product img {
		width: auto;
	}

	.factor-c {
		width: 95%;
		margin: 0 auto;
	}

	.col input {
		width: 100%;
		margin: 0.5% 0;
		margin-bottom: 20px;
	}

	.factor-content select {
		width: 100%;
	}

	table#tbl_factor td {
		width: 25%;
	}

	.download_app_page img {
		max-width: 100%;
		height: auto;
	}

	.download_section {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: flex-end;
		align-items: center;
		justify-content: center;
	}

	.download_section>div {
		width: 33%;
	}

	.download_section>div img {
		max-width: 95%;
	}

	.slide .content_slider img {
		height: auto;
	}

	.box {
		margin: 5px auto;
	}

	.box p {
		display: none;
	}

	.contianer-b {
		padding: 5px 0;
		text-wrap-mode: nowrap;
		overflow: scroll;
		scroll-behavior: smooth;
	}

	.singular_product_page {
		width: 95%;
		margin: 0 auto;
	}

	.product-list a {
		width: 49%;
	}

	.product-list .title {
		font-size: 12px;
	}

    .business-partners {
        width:95%;
        justify-content: center;
    }
	.business-partners .partner {
		border-left: unset;
        width: 16.66666666666667%;
	}
	
    .business-partners .partner a img {
        max-width: 100%;
        height: auto;
    }
	.product_row .title_product h3 {
		padding: 0px 10px;
		font-size: 12px;
	}

	.about_aryasanat p, .about_services p {
		font-size: 12px;
		line-height: 1.7em;
		text-align: justify;
	}
	.footer_seo_menu {
        flex-direction: row;
        flex-wrap: wrap; 
    }
    .footer_seo_menu li {
        border-left:0;
    }
    .extra_content a {
        padding:10px;
    }
    .singular_product_page .content-contianer {
        display: flex;
        flex-direction: column;
    }
    .faq-question {
        width: 100%;
        text-align: right;
        padding: 5px;
        box-sizing:border-box;
        font-size: 12px;
        font-weight: 300;
    }
    .wp-caption img {
        max-width: 100%;
        height: auto;
    }
    .responsive_table {
        overflow-x: auto;
        width: 100%;
    }
    .responsive_table table {
        width: 100%;
        border-collapse: collapse;
    }
    .cat-description img {
        max-width: 100%;
        height: auto;
        aspect-ratio: auto;
    }
    .article-cat a {
        width: 50%;
    }
    .article-cat .title {
        font-size:13px;
    }
    .article_list a {
        text-decoration: none;
        flex-direction: column;
        width: 48.5%;
    }
    .article_list img {
        max-width: 100%;
    }
    .article_list h3 {
        font-size:12px;
        width: 95%;
        text-align:center;
    }
    .inner-content video {
        max-width: 100%;
        width:100%;
        box-sizing: border-box;
    }
    .inner-content .wp-video {
        max-width: 100%;
    }

    .desc_partition {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        align-content: center;
    }
    .background_menu {
        padding: 2px 0;
        border-radius: 0;
        border-bottom: 2px solid #ffc107;
    }
    .part_right,
    .part_left {
        width: 95%;
    }
    .part_left img {
        width: 50%;
        height: auto;
    }
    [dir='rtl'] .slick-prev {
        right: -5px !important;
    }
    [dir='rtl'] .slick-next {
        left: -5px !important;
    }
    .article_list {
        justify-content: space-around;
    }
    .six_box {
        flex-direction: column;
    }
    .part-one .box , .part-two .box {
        width:95%;
    }
}

@media only screen and (max-width: 768px) {

	.slick-slide img,
	.box img {
		width: 100%;
	}

	.box h3 {
		font-size: 12px;
		font-weight: 300;
	}

	.business-partners {
		background: unset;
		margin:0;
		padding:0;
	}

	.select_product_value {
		flex-direction: column;
	}

	.select_product_value>div {
		margin-bottom: 10px;
		display: flex;
		width: 100%;
		justify-content: center;
		align-items: flex-end;
	}

	.selected_product {
		text-align: center;
	}

	.content_product_select_page {
		text-align: justify;
		width: 95%;
		margin: 0 auto;
	}

	.list_aparat li {
		float: none;
		width: 100%;
		margin: 1% 0;
	}

	.product-list li {
		float: none;
		width: 100%;
		margin: 1% 0;
	}

	.city_list ol li {
		width: 48%;
	}

	.whatsapp_modal {
		overflow: auto;
	}

	.catalouge_item {
        margin: 1% auto;
        width: 95%;
	}
    .category_section {
        flex-direction: column;
    }
	.slider {
		border-bottom: unset;
	}

	#IranMap .map,
	#IranMap .list {
		float: none !important;
		width: 100% !important;
		text-align: center !important;
	}

	.representatives>div {
		display: block;
		width: 100%;
		padding: 10px 0;
		text-align: center;
	}

	.header_table.active {
		display: none !important;
	}

	.content-contianer {
		width: 95%;
		margin: 0 auto;
	}
}

