/* hero section */
.box-shadow{
	 box-shadow: 0 2px 2px #ffffff40;
    border-radius: 800px;
    background-color: #ffffff1a;
}
/*  */
.line-spn-bottom{
    height: 4px;
    width: 100px;
    border-radius: 10px;
    display: flex;
}
.pickup .span {
  transition: all 0.4s ease;
}

.container-hover:hover .pickup  {
  transform: translateY(-8px);
}
.container-hover:hover .span  {
  transform: translateY(-8px);
}

/*  */
.transy:hover{
    transform: translateY(-5px);
}
/*  */
.postHover{
    transition: .3 ease;
	max-height:400px;
}
.postHover:hover{
   transform: translateY(-6px);
 box-shadow: 0 20px 45px rgba(0,0,0,.08);

}

/*  */
/*box content main page start */
.box-content {
  height: 240px;
}
/*box content main page end */
/* slider brnd start */
.image-carousel .swiper-slide {
  padding: 0 12px; /* فاصله بین اسلایدها */
}

.image-carousel .swiper-slide img {
  width: 100px;
  height: 50px; /* ارتفاع ثابت */
  object-fit: contain;
  display: block;
}

/* slider brnd end */
/*  */
.diagonal-bg {
  background-repeat: no-repeat;
  margin-top: 50px;
  background-size: cover;
  background-position: center;
  min-height: 650px;
  background: linear-gradient(180deg, #0a0a0a 10%, #0a0a0a 100%);
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
}

/*  */
.boxHover{
	box-shadow:0 0 10px 0 #f4f4f4;
	transition:transform 0.6s cubic-bezier(.55,.05,.13,1);
}
.boxHover:hover{
	transform:translatey(-10px);
}
/* table  */

/*  */
/*  header*/
.imgCss{
    box-shadow: 0 5px #4667a852, 0 10px #4668a947 !important;
    border-bottom-left-radius:25px ;
    border-bottom-right-radius:25px ;
    background: linear-gradient(100deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    
}
.headershadow{
    box-shadow:0 7px 8px 0 rgb(0 0 0 / 8%) ;
}
.mainHeader.max-Hegith{
  	max-height:70px;	
  
}
.top-header {
 position: relative;
    z-index: 10;
  transition:
    transform 0.35s ease-in,
    max-height 0.35s ease-in;
	transform: translateY(0%);
}
/*  */
.top-header.fade-out {
 display:none;
  pointer-events: none;
  transform: translateY(-300%);
	transition:all 0.4s 0.1s ease-in ;
}

/* استایل برای حالت فعال */
/*  */


.fade-toggle {
  opacity: 0 ;
  pointer-events: none ;
  transition: all 0.4s ease-in-out;
  transform: translateY(10px);
	
}

.fade-toggle.is-active {
  opacity: 1 ;
  pointer-events: auto ;	
  transform: translateY(0);
	
	
}
.fade-toggle.is-active:after{
	content:'';
	position:absolute;
	top:0;
	right:0;
	background-color:#4A4A4A6E;
	height:90vh;
	width:100%;
	z-index:999;
}

.inputsearch{
	border:#fff;!important
	outline:#fff;!important
	height:100px;
}
.inputsearch:focus{
	border:#fff;!important
	outline:#fff;!important
}


.menuSlideMobiles::after{
    content: '';
    position: fixed;
    height: 100%;
 	overflow:hidden;
    box-shadow:0 0 5px 0 #e7e7e7 ;
    background: #3333336E;
   
    width: 100%;
    transition: all 0.4s ease;
    z-index: 900;
}

.menuSlideMobiles{
    position: fixed;
    top: 0;
	opacity:0;
   right: -600px;
     width:100%;
    height: 100vh;
    z-index: 900;
    transition:all  0.4s ease ;
}

.slidecls{
	right:0;
	opacity:1;
	transition:all  0.4s ease ;
}

/*header  */
.contactcss{
    box-shadow: rgba(1, 1, 1, 0.05) 1px 1px 5px 0px;

}
.hegithline{
    height: 2px;
}
.transy{
	transition:transform 0.4s ease;
}
.transy:hover{
    transform: translateY(-8px);
}
/*  */
.boxvideoarchive{
	position: relative;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 10px #dedede;
    box-shadow: 0 1px 10px #dedede;
    padding: 25px;
}
.imgvideoarchive{
	margin-bottom: 20px;
    margin-top: 20px;
    clear: both;
    box-shadow: rgb(244, 245, 249) 0px 0px 5px 0px;
    display:flex;
    background: rgb(244, 245, 249);
    border-radius: 1px;
    padding: 15px 30px;
    transition: 0.5s;
}


.link_section_box_img{
	font-size: 1.2rem;
    color: rgb(48, 63, 159);
    margin-left: 10px;
    vertical-align: middle;
}

.boxquestionvideo{
    box-shadow: rgba(1, 1, 1, 0.05) 1px 1px 5px 0px;
}
/*  */
.articelvideo{
    box-shadow: 0 1px 10px #dedede;
}
.parent:hover.child {
  color: #303f9f;
}
.playselect{
    user-select: none;
}
.cartvideo{
    min-width: 0px;
    box-shadow: rgba(1, 1, 1, 0.05) 1px 1px 5px 0px;
    height: 100%;
    transition: all 250ms ease 0s;
    border-top: 2px solid #C5CAE9;
  
}
.cartvideo:hover{
       transform: translateY(-0.25rem);
    box-shadow: rgba(46, 41, 51, 0.08) 0px 2px 4px, rgba(71, 63, 79, 0.16) 0px 5px 10px;
}
/* contact us */
.box1{
    box-shadow: rgba(1, 1, 1, 0.05) 1px 1px 5px 0px;
}
.clscomment{
    height: 180px;
    overflow: hidden;
}
/*  post item*/
.postHover{
    transition: .3 ease;
}
.postHover:hover{
   transform: translateY(-6px);
 box-shadow: 0 20px 45px rgba(0,0,0,.08);

}
.img-post{
    box-shadow: 0 0 3px 0 #868686;
}
/* service page */
.section-service{
background: #020024;
background: linear-gradient(90deg, rgba(2, 0, 36, 0) 3%, rgba(9, 9, 121, 1) 58%, rgba(0, 0, 0, 1) 100%);
}
/*  */
.img_video_blog{
	color:#20126f;
	padding-bottom:3px;
}
.reply-box {
  display: none;!important
  margin-top: 16px;
	margin-bottom: 16px;	
}
.slide-progress {
    width: 100%;
    height:2px;
    overflow: hidden;
	background:#303F9F;
	transform-origin:left;
	
}
.slide-progress-bar {
  width: 0%;
  height: 100%;
  background: rgb(233 237 246) ;
  transition: width 0.6s linear; /* هم‌اندازه STEP_TIME */
	
}
.e-n-menu-title-text{
	color:#0d6efd;
	
	padding-top:3px;
}
.imgBddrs{
    box-shadow: 0 0 2px 0 #000;
    border-top-right-radius:20px;
    border-bottom-right-radius:20px;
    overflow: hidden;
}
/*  */
.custom-acc {
  background: #fff;
  padding: 10px;
  border-radius: 16px;
}

.acc-item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 12px;
  padding: 5px 10px;		
  transition: all 0.3s ease;
	 box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.acc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 500;
	
  color: #303f9f;
}

.acc-item.active .acc-header {
  background-color:#F7FAFF;
  
}
.acc-icon {
  font-size: 14px;
  transition: transform 0.3s ease;
  color: #303f9f;
}

.acc-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  opacity: 0;
  color: #555;
  line-height: 1.9;
  font-size: 14px;
}

.acc-item.active .acc-body {
  max-height: 500px;
  opacity: 1;
  margin-top: 15px;

}

.acc-item.active .acc-icon {
  transform: rotate(180deg);
}

.acc-item:hover {
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}
.custom-listing-accordion .jet-listing-grid__item {
  transition: all 0.4s ease;
}

.custom-listing-accordion .jet-listing-grid__item.hidden-item {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(-10px);
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.jet-faq-item {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  margin-bottom: 14px;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease;
}

/* سوال */
.jet-faq-question {
  padding: 18px 50px 18px 18px;
  cursor: pointer;
  position: relative;
  font-weight: 500;
}

/* فلش */
.jet-faq-question::after {
  content: "⌄";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  font-size: 18px;
}

/* پاسخ */
.jet-faq-answer {
  display: none;
  padding: 0 18px 18px 18px;
  line-height: 1.9;
  color: #555;
  border-top: 1px solid #eee;
  background: #fafafa;
}

/* حالت فعال */
.jet-faq-item.active .jet-faq-answer {
  display: block;
}

.jet-faq-item.active .jet-faq-question::after {
  transform: translateY(-50%) rotate(180deg);
}