@font-face {
  font-family: 'IRANYekanX-Bold';
  src: url('../fonts/IRANYekanX-Bold.woff2') format('woff2'),
       url('../fonts/IRANYekanX-Bold.woff') format('woff');
  font-style: normal;
  font-weight: 700;  /* Set font-weight to bold for the bold font */
  font-display: fallback;
}

@font-face {
  font-family: 'IRANYekanX-Regular';
  src: url('../fonts/IRANYekanX-Regular.woff2') format('woff2'),
       url('../fonts/IRANYekanX-Regular.woff') format('woff');
  font-style: normal;
  font-weight: 400;  /* Assuming this is the regular weight */
  font-display: fallback;
}

html {
  overflow-x: hidden;
  scroll-padding-top: 20rem;
}

body {
  font-family: "IRANYekanX-Regular";
  cursor: default;
  direction: rtl;
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
  background-color: #fff;
  text-align: start;
  overflow: hidden;
  scroll-padding-top: 20rem;
}
.mce-content-body {
  font-family: 'IRANYekanX-Regular', 'IRANYekanX-Bold',sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.post-content.single-content img
{
  border-radius: 5px;
}



p,
li {
  text-wrap: pretty;
}

.html-lazy {
  content-visibility: auto;
}


h1{
  font-size: 2rem;
  line-height: 1.5;
}
h2, h3,  h4,  h5, h6 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

a {

  text-decoration: none;
}


img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  vertical-align: middle;
  transition: 0.4s;
}
.custom-post-style
{
	display: flex;
    align-items: center;
        justify-content: space-evenly;
	flex-wrap: wrap;}


@media only screen and (min-width: 992px) {

  .main-page{
    margin-bottom: 100px;
	          margin-top: 50px;
    
  }
}
/*------------header---------------*/



.main-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 20;
  box-shadow: none;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}


@media (max-width: 991px) {

  .main-header {

    margin-bottom: 30px;
    top: 47px;
   
  }


}



.home .main-header.fixed-slider{
  color: #fff;
  position: absolute;
}


.main-header a{
  color: #000;
}
.home .main-header.fixed-slider a{
  color: #fff;
	text-align:right;
}


@media only screen and (max-width: 1399px) {
	.main-header.fixed-slider a
	{
		    font-size: .8rem;
	}
	
}


.main-header.fixed {

  position: fixed;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.main-header.fixed a{
  color: #000;
}

.main_menu ul{
  margin: 0;
}
.menu-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
      align-items: center;
  padding: 15px 0;

}

.logo{
    background: var(--secondry);
    position: absolute;
    top: 0;
    height: 80px;
    left: 0;
    padding: 15px 15px 5px;
    display: flex;
    align-items: flex-end;
    transition:all .3s ease-in-out ;
    -webkit-transition:all .3s ease-in-out ;
    -moz-transition:all .3s ease-in-out ;
    -ms-transition:all .3s ease-in-out ;
    -o-transition:all .3s ease-in-out ;
}
@media (max-width: 991px) {

  .logo{
    top: -80px;

  }

}

@media screen and (min-width: 992px) {
.main-header.fixed .logo{

  height: 63px;

}
}



.logo figure{
  margin-bottom: 0;
}


.logo a {
  font-size: 20px;
  font-weight: 700;
  color: #353535;
  text-transform: uppercase;
}
.main-menu
{
 margin-left: auto;
}

.logo img{
     width: 120px;
}

  
@media (max-width: 991.98px) {
  .logo
  {
    display: flex;
        width: 100%;
        margin: auto;
        justify-content: center;
        margin-bottom: 5px;
  }

}


@media screen and (max-width: 1023px) {
.home .main-header.fixed-slider{
    color: #fff;
    position: fixed;
  }


}

.search-modal-wrapper{
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000c9;
  display: none;
  opacity: 0;
}

.search-modal-wrapper .search-form-wrapper{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.close-search-modal{
  position: absolute;
  top: 65px;
  right: 25px;
  color: #fff;
  cursor: pointer;
}


.search-form-wrapper form {
  border-radius: 56px !important;
  padding: 0px 16px !important;
  -webkit-border-radius: 56px !important;
  -moz-border-radius: 56px !important;
  -ms-border-radius: 56px !important;
  -o-border-radius: 56px !important;
  background-color: #fff !important;

}
.bg-white{
  background-color: #fff !important;
}

.search-holder-icon{

  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}





.search-form form{
  border: 1px solid #EDF1F4;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}





.search-form form input.s-text{
  width: calc(100% - 25px);
  padding: 5px 10px;
  font-size: 1rem;
  height: 100%;
  border: 0;
  outline: 0;
}
.search-form form button{
  background-color: #fff;
  border: none;
  color: var(--primery);
  font-size: 1.3rem;
}

.language-switcher {

  cursor: pointer;
  border-left: 2px solid ;
  border-right: 2px solid ;
  margin-right: 8px;
}

.language-selector {
  position: relative;
  display: inline-block;

}
.home .language-btn  {
  color: white;
 		
}
.home .main-header .arrow svg path {
  
  stroke:#fff		
}
.main-header.fixed .language-btn{
	
color:#000	
}


.main-header.fixed .arrow svg path{
	
stroke:#000	
}




.language-btn {
  background: transparent;
  border: none;
 
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.language-btn .icon {
  font-size: 20px;
}

.language-btn .arrow {
  font-size: 12px;
}

.language-dropdown {
  position: absolute;
  top: 110%;
  right: 0;
  background: white;
  color: black;
  list-style: none;
  padding: 8px 0;
  margin: 0;
  display: none;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  z-index: 1000;
  width: 120px;
  text-align: right;
}

.language-dropdown li {
  padding: 8px 15px;
  cursor: pointer;
}

.language-dropdown li:hover {
  background: #f0f0f0;
}

/* Show dropdown on button click */
.language-selector.open .language-dropdown {
  display: block;
}


@media (max-width: 991.98px) {

  .menu-box {
    padding: 15px 0;
}

  
}



.validate-box
{
      display: flex;
      align-items: center;
       margin-right: 8px;
          margin-left: 170px;
}


@media (max-width: 991px) {
  .validate-box {
      margin-left: 0px;
      padding-left: 0;
  }
}



.validate-box figure{
  margin-bottom: 0;
  padding-left: 5px;
}





/*------------------------------------*/

.rank-math-breadcrumb{
  border-radius: 5px;
  line-height: 2;
 
}

.rank-math-breadcrumb .last {
  /*color: var(--primery)*/
}
.bread-crump {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: transparent;
  border-top: 0px solid;
}
.rank-math-breadcrumb, .rank-math-breadcrumb p {
  width: 100%;
  height: 100%;
   margin-bottom: 0 !important;
  color: var(--gray);
  flex-wrap: wrap;

}
.rank-math-breadcrumb p * {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: var(--gray);
  padding-left: 5px;
  text-transform: capitalize;
}
.rank-math-breadcrumb p a:hover {
  color: var(--primery);
}
.separator{
  color: var(--primery)!important;
  font-family: monospace;
  }
/*----------------------*/

/*----------------------*/

.main-footer {
 
  background: #312783;
  padding: 50px 0 0 0;
  position: relative;

}
.footer-link
{
  padding: 0;
}




.footer-text {
  color: #fff;
  text-align: justify;
  padding-left: 65px;
  font-size: .9rem;
}
.footer-title {
  color: var(--primery);
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 15px;
  display: inline-block;
}

.footer-link li {
  color: #fff;
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
  font-size: .8rem;
}
.footer-link li a{
  color: #fff;
}

.social-items {
  display: flex;
}


.social-item figure {
  margin-left: 5px;
  width: 28px;
  height: 28px;
  border: 1px solid #000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
}
.footer-link.contact svg
{
  position: relative;
    top: 4px;
    margin-left: 5px;
    flex-shrink: 0
}

.social-title
{
   color: var(--primery);
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
}

.copyright-section {
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  background: #261D71;
  margin-top: 20px;
  font-size: .7rem;

}

.copyright-text .text-left a{
  color: #fff;
}

.text-left a{
  display: flex;
  align-items: center;
}
.text-left figure{
  margin-bottom: 0;
  margin-right: 5px;
}
.footer-section{
  margin-right: 15px;
  margin-left: 15px;
}
.img-up-footer{
  margin-top: 50px;
  position: relative;
}
.img-up-footer figure{
  margin-bottom: 0;
}

.img-up-footer img{
  width: 100%;
  height: 113px;
  object-fit: cover;
}

.address-box
{
  background: #261D71;
  padding: 10px 25px 10px 0px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin: 50px 0 40px 0;
}
.address-box-ul
{
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 0;
      color: #fff;
      list-style-type: none;
      padding: 0;
}




.address-box-ul a{
  color: #fff;
}
.address-box-ul div
{
      display: flex;
      align-items: center;
}

.address-box-ul div li{
  padding: 0 25px;
  display: flex;
  align-items: center;
}

.logo-box
{
  position: absolute;
  background: #312783;
  width: 270px;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 85px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 0px));
  margin-bottom: -5px;
}

.logo-box-img{
  height: 36px!important;
  width: 205px!important;
  object-fit: contain!important;
}
.address-box-ul .bi.bi-geo-alt{
  position: relative;
  left: 2px;
  bottom: -8px;
  fill: #009fe3;
  flex-shrink: 0;
}
.address-box-ul .bi.bi-telephone
{
  position: relative;
  right: 2px;
  bottom: 2px;
  fill: #009fe3;
}
.address-box-ul .bi.bi-envelope
{
  position: relative;
  right: 3px;
  bottom: 1px;
  fill: #009fe3;
}
.address-box-geo{
  display: flex;
    align-items: start;
}
@media only screen and (max-width: 991.99px) {

  .address-box-ul {
    
    flex-direction: column;

}
.address-box-ul li:first-child
{
  width: 100%;
    padding-bottom: 15px;
}

.address-box-ul  div li:first-child
{
  
    padding-bottom: 0px;
}
.footer-text {
 
  padding-left: 0px;
}

}

@media only screen and (max-width: 767px) {
.address-box-ul div li {
  justify-content: end;
}
.address-box-ul div {

  flex-direction: column;
}

}


/*----------------------*/
.error-section {
  width: 100%;
  min-height: 80vh;
  margin-top: 80px;
  display: flex
;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.error-section figure {
  width: 100%;
  max-height: 500px;
  display: flex;
  justify-content: center;
}


.error-section figure img {
  max-height: 500px;
  max-width: 80%;
}

.search-form {
  width: 300px;
  height: 45px;
}

.error-page-button {
  text-align: center;
}

.error-section span {
  width: 540px;
  max-width: 90%;
  font-size: 1.5rem;
  color: var(--primery);
  text-align: center;
  font-weight: 700;
  margin: 16px 0;
}

/*----------------------*/
.error-section {
  width: 100%;
  min-height: 80vh;
  margin-top: 80px;
  display: flex
;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.error-section figure {
  width: 100%;
  max-height: 500px;
  display: flex;
  justify-content: center;
}


.error-section figure img {
  max-height: 500px;
  max-width: 80%;
}

.search-form {
  width: 500px;
  height: 60px;
  margin: 0 15px;
}

.error-page-button {
  text-align: center;
}

.error-section span {
  width: 540px;
  max-width: 90%;
  font-size: 1.5rem;
  color: var(--primery);
  text-align: center;
  font-weight: 700;
  margin: 16px 0;
}






/*--------swiper------------*/

	 .section_slider{
	
		  position: relative;
         display: flex;
         flex-wrap: wrap;
  
	  }

  .swiper-button-prev 
  {
    right: unset !important;
    background: var(--primery) !important;
        width: 35px !important;
      height: 35px !important;
    left: -5px !important;
	      padding: 5px;
  }

  .swiper-button-next{
    right: -5px!important;
      background: var(--primery)!important;
         width: 35px !important;
      height: 35px !important;
	      padding: 5px;
  }


  .swiper-button-prev::after,.swiper-button-next::after{
    font-size: 0!important;
  }
 




/*--------------------------*/

@media screen and (min-width: 992px) {

  .menu-box {
 
    position: relative;
  }

}


#click-menu{

  height: 30px;
  position: relative;
  cursor: pointer;
  margin-left: auto;
	display:none;
  width: 50%;
}

@media (max-width: 991px) {
  #click-menu{
    width: 13%;
	     display: block;
  }


}



#click-menu>span{
  width: 30px;
  height: 3px;
  background-color: #818285;
  -webkit-transition: .7s;
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: calc(50% - 1px);

  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

#click-menu-mobile>span{
  width: 30px;
  height: 3px;
  background-color: var(--primery);
  -webkit-transition: .7s;
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 15px);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

#click-menu>span:nth-of-type(1){
   top: calc(50% - 10px);
}
#click-menu-mobile>span:nth-of-type(1){
  top: calc(50% - 10px);
}
#click-menu>span:nth-of-type(3){
top: calc(50% + 9px);
}
#click-menu-mobile>span:nth-of-type(3){
  top: calc(50% + 9px);
  }


.main-menu > ul {
  /*width: 100%;*/
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
 
}



.main-menu > ul > li {
  padding-left: 15px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  
  list-style-type: none;
}
.main-menu > ul > li::after{
  width: 100%;
  height: 12px;
  content: '';
  display: none;
  top: 100%;
  right: 0;
  position: absolute;
}

 /*.main-menu > ul > li::after{
  display: block;
} */

.main-menu > ul > li:last-of-type{
  margin-left: 0;
}

span.open-submenu{
  display: none;
}
.main-menu > ul > li:has(>ul)>span.open-submenu{
  display: block;
}
.main-menu > ul > li:has(>ul)>span.open-submenu::after{
  content: "";
  background-image: url(../image/chevron-down.svg);
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  right: 5px;
  top: 4px;
  background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 992px) {
.home .main-header.fixed-slider .main-menu > ul > li:has(>ul)>span.open-submenu::after{
  filter:invert();
  i-webkit-filter:invert();
  -webkit-filter:invert();
}

}

.main-menu > ul > li > a {

    position: relative;
    font-size: .9rem;
    color: #385696 !important;
    padding: 2px 5px;
    min-width: 95px;
    text-align: center;
    background: #f5f5f5;
}
@media only screen and (max-width: 1399px) {

  .main-menu > ul > li > a {

    font-size: .8rem;
    min-width: 58px;

}

}


.main-menu > ul > li > ul {
  position: absolute;
  min-width: 250px;
  padding: 16px;
  display: flex;
  background: var(--light-wihte);
  border-radius: 16px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  flex-wrap: wrap;
  align-items: flex-start;
  border: 1px solid var(--border-color);
  flex-direction: column;
  top: 63%;
  
}
.main-menu > ul > li > ul:has(li.menu-item-has-children){

  flex-direction: row;
  max-height: none;


    overflow-y: auto;
    width: 100%;

    
}

@media screen and (min-width: 992px) {
  .main-menu > ul > li > ul:has(li.menu-item-has-children){
    top: 63%;
    right: 50%;
    transform: translateX(50%);
            height: auto;
  }

}


.main-menu > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.main-menu > ul > li > ul > li{
  width: fit-content;
  margin: 8px 0px;
  list-style-type: none;
}
.main-menu > ul > li > ul > li:first-of-type{
  margin-top: 0;
}
.main-menu > ul > li > ul > li:last-of-type{
  margin-bottom: 0;
  border-bottom: 0;
}
.main-menu > ul > li > ul > li:has(>ul) {
  width: 24%;
  max-width: none;
  margin: 0 5px;
}

.main-menu > ul > li > ul > li > a {
  width: 100%;
  font-size: 0.95rem;
  font-weight: 400;
  padding: 2px 0;
  position: relative;
  color: #000!important;
}
/* .main-menu > ul > li > ul > li > a::before {
  content: "\f284";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.7rem;
      color: #00aaad;
  margin-left: 4px;
} */
.main-menu > ul > li > ul > li:has(>ul) > a {
  width: fit-content;
  font-weight: 700;

  padding: 0 2px;

}
.main-menu > ul > li > ul > li:has(>ul) > a::before {
  display: none;

}
.main-menu > ul > li > ul > li > a:hover {
  color: var(--primery)!important;
}
.main-menu > ul > li > ul > li > ul {
  width: 100%;
  margin-top: 12px;
  position: relative;
  z-index: 99;
  padding-right: 0;

  
}

.main-menu > ul > li > ul > li > ul > li {
  width: 100%;
  margin-bottom: 12px;
  list-style-type: none;
}
.main-menu > ul > li > ul > li > ul > li > a {
  width: 100%;
  font-size: 0.9rem;
  font-weight: 400;
  padding: 2px 0;
  position: relative;
  color: #000000!important;
}
/* .main-menu > ul > li > ul > li > ul > li > a::before {
  content: "\f284";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.7rem;
  color: var(--primery);
  margin-left: 4px;
} */
.main-menu > ul > li > ul > li > ul > li > a:hover {
  color: var(--primery);
} 


li.mega-menu{
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  background-color:var(--primery-dark);
  border-radius: 20px;
  color: var(--wihte);
  cursor: pointer;
  padding: 4px 32px;
  height: 80% !important;
  position: relative !important;
}

li.mega-menu::after{
  width: 100%;
  height: 12px;
  content: '';
  display: none;
  top: 100%;
  right: 0;
  position: absolute;
}
li.mega-menu:hover::after,.main-menu > ul > li:hover::after{
  display: block;
}
.mega-menu >span > i.bi-grid{
  margin-left: 6px;
}
.mega-menu> .open-submenu::after{
  color: var(--wihte) !important;
}


 
/*@media screen and (max-width: 1023px) {*/


.main-menu > ul> li > ul > li:has(>ul) >a {
width: calc(100% - 30px);
display: inline-block;
height: 40px;
display: flex;
align-items: center;


}


@media screen and (max-width: 991px) {
	.main-menu.hamburger-menu {
width: 50%;
position: absolute;
top: 73px;
right: -110%;
height: calc(100vh - 90px);
overflow: auto;
background-color: var(--wihte);
padding: 20px;
transition: 0.4s;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
z-index: 1002;
}
	.main-menu.hamburger-menu {
width: 100%;
padding: 10px;	
		  top: 61px;
	}


.main-menu.hamburger-menu > ul > li,.main-menu > ul> li > ul > li:has(>ul) {
  width: 100%;
margin: 0 0 8px 0;
padding-bottom: 8px;
display: flex;
position: relative !important;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
height: auto;
border-bottom: 1px solid #f1f2f3;
	        background: #f5f5f5;
}


.main-menu.hamburger-menu > ul > li > a::before {
  display: none;
}


.main-menu.hamburger-menu > ul > li:has(>ul) > a {
  width: calc(100% - 150px);
  display: inline-block;
  height: 40px;
  display: flex;
  align-items: center;
  color: #464646!important;
  
  }
  


.main-menu.hamburger-menu > ul {
  width: 100%;
  
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  }
  
  .main-menu.hamburger-menu > ul > li:last-of-type{
  border-bottom: 0px solid #f1f2f3;
  }
  li.mobile-menu-button-close {
  font-size: 2.5rem;
  color: var(--primery);
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center;
  }
  
  .main-menu.hamburger-menu > ul > li > a {
  width: 100%;
  color: #464646!important;
  font-weight: 500;
  }
  
  .main-menu.hamburger-menu > ul > li:hover > a {
  color: #464646
  }
  



.main-menu.hamburger-menu > ul> li > ul > li:has(>ul) >a{
height: 35px;
color: #464646;
}
.main-menu.hamburger-menu > ul > li:has(>ul) > span.open-submenu,.main-menu.hamburger-menu > ul> li > ul > li:has(>ul) > span.open-submenu{
width: 150px;
height: 20px;
display: flex;
justify-content: flex-end;

}
.main-menu.hamburger-menu > ul> li > ul > li:has(>ul) > span.open-submenu::after,ul.product-cat-menu>li >ul>li:has(ul) >span::after{
content:"";
display: inline-block;
background-image: url(../image/chevron-down.svg);
width: 15px;
height: 15px;
margin-right: 6px;
margin-top: 1px;
background-size: contain;
    background-repeat: no-repeat;
}
.main-menu.hamburger-menu > ul > li:has(>ul) > span.open-submenu::after,.main-menu > ul> li > ul > li:has(>ul) > span.open-submenu::after,ul.product-cat-menu>li >ul>li:has(ul) >span::after{
width: 20px;
height: 20px;
display: flex;
justify-content: center;
align-items: center;
margin: 0;
font-size: 1rem;
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transition: .2s;
-webkit-transition: .2s;
-moz-transition: .2s;
-ms-transition: .2s;
-o-transition: .2s;
color: var(--primery);
}

.openarrow::after{
transform: rotate(0deg) !important;
-webkit-transform: rotate(0deg) !important;
-moz-transform: rotate(0deg) !important;
-ms-transform: rotate(0deg) !important;
-o-transform: rotate(0deg) !important;
}
.main-menu.hamburger-menu > ul > li > ul {

position: static;
opacity: 1;
visibility: visible;
flex-direction: column;
padding: 0px;
border-radius: 0;
background-color: transparent;
overflow: hidden;
box-shadow: none !important;
border: none;
display: none;
padding: 8px;
}
.main-menu.hamburger-menu > ul > li > ul > li:has(>ul) > a {
font-weight: 500;
font-size: .95rem;
color: var(--content);
width: calc(100% - 150px);
}
.main-menu.hamburger-menu > ul > li > ul > li {

margin: 12px 0;
}
.main-menu.hamburger-menu > ul > li > ul > li > a {

font-weight: 500;
font-size: 0.9rem;
padding: 0 2px;
color: var(--content);
}
.main-menu.hamburger-menu > ul > li > ul > li > a::before{
display: none;
}
.main-menu.hamburger-menu > ul > li > ul > li:has(>ul) {
width: 100%; 
margin: 0;
}
.main-menu.hamburger-menu > ul > li > ul > li > ul {
margin-top: 0px;
padding-top: 0px;
padding: 8px;
display: none;

}
.main-menu.hamburger-menu > ul > li > ul > li > ul::after {
display: none;
}
.main-menu.hamburger-menu > ul > li > ul:has(li.menu-item-has-children) {
width: 100%;
flex-direction: row;
max-height: none;
flex-wrap: wrap;
}

.openmenus{
height: auto !important;
padding: 10px !important;
}
}






li.mega-menu {
justify-content: space-between !important;
background-color: transparent;
border-radius: 0;
color: var(--content);
padding: 12px 0 8px 0;
height: auto !important;
}
li.mega-menu>span:first-of-type{
font-weight: 500 !important;
}
.mega-menu> .open-submenu::after {
color: var(--primery) !important;
}

/*-----------------*/

.read-more-btn
{
  margin: auto;
  display: flex;
  font-size: 1rem !important;
  border: 0 !important;
  background-color: var(--primery) !important;
  outline: 0 !important;
  padding: 5px 35px;
  border-radius: 60px;
  color: #fff;
  margin-top: 15px;
}


/*--------woocommerce-------------*/


.product_card_content_wrapper{
  background-color: #fff;
 
 
  position: relative;
  box-shadow: 1px 0px 4px 1px rgb(0 0 0 / 15%);
  min-height: 360px;
}





.woocommerce li .button {

  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 180px;
  font-size: .8rem;
  text-align: center;
  bottom: 15px;
}

.woocommerce  li .price {
  
  text-align: center;
  display: block!important;
  color: #000!important;
  font-weight: 400!important;
    margin-bottom: .5em!important;
    font-size: .857em!important;
}

.woocommerce a.added_to_cart {

  display: none;
}

.woocommerce-loop-product__title{
  padding: 0px 40px 10px 15px !important;
  color: var(--primary);
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 70px;
	position:relative;
}
.woocommerce-loop-product__title:before{
	    content: "";
    position: absolute;
 
    background: url(https://m25.demo24.ir/wp-content/uploads/2025/05/Icon.svg);
    width: 20px;
    height: 16px;
    right: 15px;
    top: 10px;
	
	
	
}

.woocommerce  li.price ins {

  text-decoration: none;
}

.price ins {
  text-decoration: none;
}

.product-image-loop
{
	    padding: 30px;
    background: #eeee;
  
}
.product-title-loop
{
	background: #312783;
    padding: 15px 0 0 0;
    color: #fff;
}
.product-title-loop a{
	color: #fff;
}


@media only screen and (max-width: 767px) {
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
  width: 100%;
  
}

}

/*---------*/

.product_card_content_wrapper .star-rating
{
    position: absolute !important;
    top: 57%;
    left: 15px;
    font-size: .857em;
}

.woocommerce .star-rating span::before {

    color: #ffd600;
}

.woocommerce p.stars a::before {

    color: #ffd600;
}


.open-minicart
{

  position: relative;
  margin:0 15px;
  background: var(--primery);
  width: 33px;
  height: 33px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;

}

.logedin{
  position: relative;
  margin-right: 15px;
  background: var(--primery);
  width: 33px;
  height: 33px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;

}

.login-status-mobile{
  position: relative;
  margin-right: 15px;
  background: var(--primery);
  width: 33px;
  height: 33px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
}
.login-status-desktop{
  position: relative;
  margin-right: 15px;
  background: var(--primery);
  width: 33px;
  height: 33px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
}

.login-status a
{
  display: flex;
    align-items: center;
}
.open-minicart span
{
  position: absolute;
    background-color: var(--content);
    color: var(--wihte);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    top: -9px;
    right: -9px;
    font-size: .8rem;
}



.section-news{
  padding: 50px 0;
  position: relative;

}
@media only screen and (max-width: 991px) {
  .section-news{
    padding: 30px 0;
    position: relative;
  
  }

}

.news-box {
  position: relative;
  padding: 2px;
  background: #e3e3e3a3;
  clip-path: polygon(    0 0,    calc(100% - 30px) 0,    100% 30px,    100% 100%,    30px 100%,    0 calc(100% - 30px)  );
  
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;


}
.news-box:hover{
  box-shadow: inset rgb(0 159 227 / 25%) 1px 0px 19px 4px;
	background: #009fe321;
}

.news-box-inner {

  width: 100%;
  height: 100%;
  clip-path: polygon(
    0 0,
    calc(100% - 30px) 0,
    100% 30px,
    100% 100%,
    30px 100%,
    0 calc(100% - 30px)
  );
  padding: 8px;
  box-sizing: border-box;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
.news-img
{
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 0px));
  margin-bottom: 0;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}


.news-img img {
  width: 100%;
  height: 215px;
  object-fit: cover;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.news-holder{
  padding: 8px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.news-header
{
    font-size: 2rem;
    font-weight: bold;
    display: block;
    padding-bottom: 30px;
    color: var(--secondry);
}

.news-header a{
  color: var(--secondry);
}

@media only screen and (max-width: 991px) {
  .news-header {
      font-size: 1.5rem;
  }

}


.news-text
{
 font-size: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 68px;
  color: var( --gray); 
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}


.news-title
{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 70px;
  color: var(--secondry);
  position: relative;
  padding-right: 16px;
 
}

.news-title::before{
  content: "";
  position: absolute;
  background: url(../image/Rectangle.svg);
  width: 11px;
  height: 11px;
  right: 0;
  background-repeat: no-repeat;
  top: 11px;
}

.date-post{
  color: var(--gray);
  font-size: .8rem;
}


/*-----------------------------*/

.section-support{
padding: 50px 0 100px 0;
}
.support-img{
  height: 100px;
}


@media (max-width: 991px) {


  .support-header {
    font-size: 1.5rem;

  }
  .section-support{
    padding: 0px 0 30px 0;
  }

}


/*-------*/
.section-categ-products{
  padding: 50px 0;
}
@media only screen and (max-width: 991px) {
	.archive .section-categ-products{
  padding:  0;
}
}
.product_cat_box{
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
.product_cat_name
{
  text-align: center;
  display: block;
  color: #727070;
  position: relative;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
.product_cat_name::before{
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  bottom: -5px;
  background-color: var(--primery);
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 0px;
  transform: scaleX(0);              /* اول عرض صفر */
  transition: transform 0.3s ease;
 

}


.product_cat_box:hover .product_cat_name::before{
  transform: scaleX(0.45);  
}



.product_cat_img
{
  margin: auto;
  display: flex;
}



.category-products-title
{
    font-size: 2rem;
    font-weight: bold;
  position: relative;
    padding-bottom: 30px;
    display: block
}





.category-products-title a{
  color: var(--secondry);
}

@media only screen and (max-width: 991.99px) {

.category-products-title {
  font-size: 1.5rem;


}
}
/*---------------*/