.homepageTemplate-main {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.homepageTemplate{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1em 80px;
}
.homepageTemplate.scrolled {
  /* background: #fff; */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.homepageTemplate.scrolled .search-result-inner {
  height: 82vh;
  position: unset;
}
.homepageTemplate .logo img{
	max-width: 12em;
}
.homepageTemplate .main-navigation{
	width: auto;
}
.homepageTemplate .main-navigation ul.menu > li {
	margin: 0 .3em;
}
.homepageTemplate .main-navigation ul.menu > li > a {
	color: #333 !important;
	text-decoration: none;
	font-size: 14px;
}
.homepageTemplate .main-navigation ul.menu > li::before {
  content: '';
  width: 0;
  height: 2px;
  background: #faaa64;
  position: absolute;
  transition: all .2s;
}
.homepageTemplate .main-navigation ul.menu > li:hover::before {
  width: 95%;
}
.homepageTemplate .main-navigation li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1em 0 !important;
}
.homepageTemplate .main-navigation li a::after{
	margin-right: .5em !important;
}
.homepageTemplate .main-navigation .sub-menu {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
	border-radius: 5px;
}
.homepageTemplate .main-navigation .sub-menu li {
	padding: 0 .5em;
}
.homepageTemplate .main-navigation .sub-menu li:hover {
	background: #f2f2f2;
}
#menu-main .sub-menu .menu-item-has-children > a{
	padding: 10px 5px !important;
}
.homepageTemplate .account {
	display: flex;
	align-items: center;
}
.homepageTemplate .account > .dropdown {
    /* margin: 0 1em; */
}
.homepageTemplate .shop {
  /* font-size: 1.3em; */
  color: #a9a9a9;
}
.profile{
  margin: 0 0 0 1em;
}
.profile img{
  max-width: 2em;
}
.shop.dropdown-toggle::after, .profile .dropdown-toggle::after{
	display: none;
}
.shop.dropdown-toggle .badge{
	position: absolute;
	top: -15px;
	right: -10px;
}
.shop img{
	max-width: 30px;
	margin: 0 0 0 10px;
}
.signin, .shop-button, .requestBtn,
#gform_2 input[type='submit'],
.signin-form #gform_6 input[type='submit'],
.signin-form #gform_7 input[type='submit']{
	user-select: none;
	text-decoration: none;
	padding: 6px 16px;
	margin-bottom: 1em;
	border-radius: 4px;
	transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	color: rgb(255, 255, 255);
	background-color: #faaa64;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
	border: 0;
}
.homepageTemplate-main .account-text {
	width: 70%;
	text-align: center;
	margin: 3em auto;
}
.homepageTemplate-main .account-text h1 {
  text-align: center;
  color: #00f;
  font-weight: bold;
  font-size: 34px;
  background-image: url(/images/yabesh/banner.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 45rem 4rem;
  padding: 10px;
}
.homepageTemplate-main .account-text input{
	text-align: right;
}
.homepageTemplate-main .account-text .dgwt-wcas-search-wrapp {
  max-width: 75%;
}
.homepageTemplate-main .account-text .account-form{
	display: flex;
}
.homepageTemplate-main .metadata-area {
	padding: 2em 3em 0;
	margin: 0 3em 3em;
	background: #fff;
	border-radius: .7em;
}
.homepageTemplate-main .metadata-area h3{
	color: #8a2be2;
	font-weight: bold;
}
.homepageTemplate-main .metadata-items {
    display: flex;
    justify-content: space-around;
    text-align: center;
	background: #fff;
	min-height: 10em;
}
.homepageTemplate-main .metadata-items a{
	text-decoration: none;
	color: #333;
	font-weight: bold;
	transition: all .2s;
}
.homepageTemplate-main .metadata-items a:hover{
	text-shadow: 0px 0px 1px #555;
	font-size: 1.5em;
}
.homepageTemplate-main .metadata-items p {
	margin: 1em 0 0 0;
	transition: all .2s;
}
.homepageTemplate-main .metadata-items a:hover p {
	margin: 0;
}
.homepageTemplate-main .metadata-item img {
	max-width: 5em;
	margin: 0 auto;
}

.homepageTemplate-main .request-area {
	background: #fff;
	padding: 3em 2em;
	display: flex;
	justify-content: space-between;
	width: 85%;
	margin: 0 auto;
}
.homepageTemplate-main .request-area .slogan {
	max-width: 25em;
}
.homepageTemplate-main .request-area h4 {
	font-weight: bold;
	border-right: 5px solid #00ced1;
	padding: .5em;
	color: #9400d3;
}
.homepageTemplate-main .request-area img{
	max-width: 40%;
}
.homepageTemplate-main .request-area q {
	font-weight: bold;
	margin: 0 2em;
	color: #a9a9a9;
}
.homepageTemplate-main .literacy-area {
	margin: 0 3em;
	display: flex;
}
.homepageTemplate-main .literacy-area .sideright {
	width: 90%;
}
.homepageTemplate-main .literacy-area .sideright h4{
	font-weight: bold;
	border-right: 5px solid #faaa64;
	padding: 0 .5em 2em;
}
.homepageTemplate-main .literacy-area .sideright p.sub-slogan {
    margin: -3em 1em 2em;
	color: #000;
}
.homepageTemplate-main .literacy-area .sideleft img {
	max-width: 10em;
}
.homepageTemplate-main .literacy-area .sideleft {
	display: flex;
	width: 100%;
	justify-content: space-around;
	padding: 0 2em 0 0;
	text-align: center;
}
.homepageTemplate-main .literacy-area .sideleft p {
    font-size: .8em;
    margin: 1em 0;
	transition: all .2s;
	color: #8a2be2;
}
.homepageTemplate-main .literacy-area .sideleft a:hover p {
	font-weight: bold;
	text-shadow: 0 0px 4px #0ff;
}
.homepageTemplate-main .literacy-area .sideleft a:hover img {
	box-shadow: 0 1px 5px #a9a9a9;
}

.sub-footer {
	border-top: 1px solid #faaa64;
	padding: 1em;
	width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sub-footer .socialmedia i {
	font-family: FontAwesome;
	font-size: 1.5em;
}
.site-footer {
	background-color: #222 !important;
}
.sub-footer .socialmedia img {
	max-width: 2em;
	filter: invert(1);
}
.sub-footer .enamadLogo img{
	max-width: 5em;
}
.enamadLogo {
  display: flex;
  width: 12em;
  justify-content: space-around;
}
.sup-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sup-footer .sup-title {
	font-size: 1.5em;
	font-weight: bold;
}
.sup-footer .sup-subtitle {
	margin-top: -2em;
}
.sup-footer .mail {
	background: #fff;
	color: #000;
	padding: 4px 10px 2px;
	border-radius: 1em;
}
.sup-footer .phone {
	border: solid 2px #5f9ea0;
	padding: 4px 10px 2px;
	border-radius: 1.5em;
	border-bottom-color: #faaa64;
	border-left-color: #faaa64;
}
footer .footer-widgets {
	padding: 2em 0 0;
}
footer .widget-title  {
    margin-bottom: 0 !important;
}
footer .tagcloud{
	max-height: 17em;
	overflow: hidden;
}
.site-title{
	font-size: 2vw;
	font-weight: bold;
	background: linear-gradient(to right, 
	rgba(250,170,100,1) 0%, 
	rgba(119,91,88,1) 25%, 
	rgba(250,170,100,1) 50%, 
	rgba(54,45,39,1) 75%, 
	rgba(250,170,100,1) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	background-size: 500% auto;
	animation: textShine 5s ease-in-out infinite alternate;
}
@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

/*-----------------main content search section--------------*/
.search_wrapper{
	position: relative;
}
.search_wrapper input {
  width: 40em;
  margin: 10px 0;
  min-height: 44px;
  background: #fff !important;
  border: solid 1px #222 !important;
  border-radius: 24px;
  text-align: right;
  padding: 0 15px 0 100px;
  font-size: 16px;
}
.search_icons {
  position: absolute;
  top: 17px;
  left: 8px;
  display: flex;
  gap: 5px;
}
.search_wrapper img:hover {
  filter: brightness(0);
  transition: filter .2s;
}
.content_main {
  text-align: center;
  height: calc(100vh - 135px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
/* .content_main::before {
  content: '';
  position: absolute;
  width: 195px;
  left: 0;
  top: -80px;
  z-index: -1;
  height: 0;
  border-bottom: 35vh solid #dcdcdc;
  border-left: 18vw solid #dcdcdc;
  border-right: 5vw solid transparent;
  border-top: 60vh solid #dcdcdc;
} */
.content_btns {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}
.content_btns a {
  display: flex;
  align-items: center;
  box-shadow: 0 1px 2px #0000001a;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #a9a9a9;
  padding: 4px 8px;
  color: #222;
  font-weight: normal;
  gap: 5px;
}
.content_btns a:hover{
  background-color: #f6f6f6;
  color: #444;
  border: solid 1px #444 !important;
}
.content_btns a img{
	filter: grayscale(0);
}
.content_btns a:hover img{
	filter: grayscale(1);
	transition: filter .3s;
}
.sub-content-menu {
  background: #fff;
  padding: 15px 30px;
  color: #222;
  margin-bottom: 4em;
}
.sub-content-menu .inner-submenu {
	display: flex;
	gap: 30px;
}
.sub-content-menu button {
  background: none;
  padding: 0;
  font-weight: 300;
  color: #666;
}
.sub-content-menu button:hover,
.sub-content-menu a:hover {
	background: none;
	text-decoration: underline;
}
.sub-content-menu a {
  position: absolute;
  left: 20px;
  font-weight: 300;
  color: #666;
}
.subMenu-left-side {
  transform: translateX(-200px);
  transition: transform .2s;
}
.subMenu-login-side{
	transform: translateX(350px);
	transition: transform .2s;
}
/*----------------drawer menu ---------------------------------*/
.transform-left {
  transform: translateX(-15%);
  transition: transform 0.3s ease;
}
.suggest-box {
  position: fixed;
  top: 94px;
  right: 0;
  width: 30%;
  min-height: calc(100% - 94px);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  transform: translateX(100%); /* Start hidden off-screen */
  opacity: 0; /* Start fully transparent */
  transition: transform 0.3s ease, opacity 0.3s ease; /* Smooth transition */
  border-radius: 20px 0 0 20px;
}

.suggest-box.show {
  transform: translateX(0); /* Move into view */
  opacity: 1; /* Fully visible */
}

.suggest-box.hidden {
  display: none;
}
.result-container{
	flex: 1 1 0%;
	min-width: 150px;
}
.result-container > div{
	padding: 8px;
	font-size: 13px;
	text-align: justify;
}
.result-container b {
  border-bottom: solid 1px #c0c0c0;
  padding: 0 0 5px 0;
  font-size: 16px;
}
.result-container .loadmore {
  color: #000;
  font-size: 14px;
}
.sgr-product{
	background: whitesmoke;
	border-radius: 8px;
}
.sgr-product a {
  font-size: 15px;
}
.searchinput-container{
	background: #fff;
	width: 520px;
	padding: 10px;
	border-radius: 8px;
	margin: 0 auto;
	position: relative;
}
.search-result-header {
  background: rgba(169, 169, 169,.3);
  display: flex;
  align-items: center;
  color: #222;
  justify-content: space-between;
  padding: 5px 25px 0 5px;
}
.search-result-inner{
  overflow: auto;
  position: absolute;
  padding: 15px 25px 70px;
  width: 100%;
  height: 100%;
  scrollbar-width: thin;
  -webkit-scrollbar-width: thin;
  scrollbar-color: #faaa64 #f2f2f2;
  -webkit-scrollbar-color: #faaa64 #f2f2f2;
}
.search-result-inner a{
	color: #444;
}
.search-result-inner a:hover{
	color: #faaa64;
}
.search-result-inner div:not([class]) a:not(:last-of-type) {
  border-bottom: solid 1px rgba(34, 34, 34, 0.13);
  padding: 5px 0;
}
#search-result-close {
    background: none;
    border: none;
    cursor: pointer;
}

#search-result-close img {
    transition: transform 0.3s ease; /* Smooth transition for rotation */
}

#search-result-close:hover img {
    transform: rotate(180deg); /* Rotate the image 180 degrees */
}
.tooltips {
  position: relative;
}

.tooltips .tooltiptext {
  visibility: hidden;
  background-color: #222;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 2px 10px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  right: 0;
  opacity: 0;
  transition: opacity 1s;
}

.tooltips:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
/* -------------- drawer content --------------------- */
.drawer-container {
  position: fixed;
  top: 94px;
  right: 0;
  width: 30%;
  min-height: calc(100% - 94px);
  overflow-y: auto;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1001;
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  border-radius: 20px 0 0 20px;
}
.drawer-container.show {
  transform: translateX(0); /* Move into view */
  opacity: 1; /* Fully visible */
}
.drawer-container .drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #faaa64;
  padding: 5px 25px 0 5px;
  background: rgba(169, 169, 169,.3);
}
.drawer-header button, .drawer-header button:hover{
	background: none;
}
.drawer-header img {
    transition: transform 0.3s ease; /* Smooth transition for rotation */
}
.drawer-header:hover img {
    transform: rotate(180deg); /* Rotate the image 180 degrees */
}
.drawer-title, .drawer-content a{
	color: #222;
}
.drawer-content {
  padding: 16px;
}
.drawer-content ul {
  list-style-type: square;
  margin: 0 25px;
}
.drawer-content ul li {
  line-height: 2;
}
.drawer-content ul li:hover a {
  color: #faaa64;
}
/*--------------- login page styles ------------------------*/
.login-container {
  margin: 2em 0 0;
}
.sign-in-area {
  display: flex;
  margin: 0 3em;
  background: #f1f1f1;
  padding: 1em;
  border-radius: 1em;
  box-shadow: 0 1px 3px;
}
.signin-form {
  width: 100%;
}
.signin-form.signup {
  width: 70%;
  padding: 0 2em;
}

.signin-form.signup h5 {
    text-align: center;
    font-weight: bold;
    margin: 0 0 2em;
	font-size: 15px;
}
.signin-form #gform_6 {
  border-radius: 50px;
  background: none;
  box-shadow: none;
  max-width: none;
  padding: 1em;
}
.signin-form #gform_6 input,
.signin-form #gform_7 input  {
  border-radius: 1em;
  border: solid 1px;
}
.signin-form #gform_6 div.ginput_container,
.signin-form #gform_7 div.ginput_container  {
  display: inline;
}
.signin-form .gfield_label {
  min-width: 10em;
}
#input_7_5_container{
	display: block !important;
}
.sign-in-area .label-form {
  background: #fff;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  border-radius: 1em;
  max-width: 30em;
  padding: 0 1em;
}

.sign-in-area .label-form img {
    max-width: 10em;
}
.signin-form .gfield--type-captcha{
	display: flex;
}
.signin-form .gfield_captcha_container {
  display: flex;
  flex-flow: row-reverse;
  gap: 60px;
}
.tooltiptext {
  text-align: center;
  border-radius: 6px;
  padding: 0px .5em;
  position: absolute;
  z-index: 1;
  border: solid 1px;
  width: max-content;
  font-size: .8em;
  top: -24px;
  right: 9px;
}
.tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 86%;
  margin-left: -5px;
  border-width: 4px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

/*------------product styles -----------*/
li.product {
	background: #fff;
	padding: 1em 2em;
	min-height: 30em;
	border-radius: .5em;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
}
ul.products li.product .button {
	display: flex;
	justify-content: center;
	color: rgb(255, 255, 255);
	background-color: rgb(25, 118, 210);
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
}
.woocommerce-ordering select {
	border: none;
	border-radius: 1em;
	cursor: pointer;
}
.woocommerce-products-header{
	padding: 0 0 2em !important;
}
/*----------------page 404 -----------------*/
#errorPage{
	display: flex;
	align-items: center;
}
.textError{
	padding: 2em;
	text-align: center;
}
#errorPage img {
  width: 35em;
}
#woocommerce-product-search-field-0 {
  border: solid .01em #7fffd4;
  border-radius: 5em;
  box-shadow: 0px 3px 4px rgba(0, 0, 255, .6);
}

/*-----------------recent post section ----------------*/

.homepageTemplate-main .last-posts {
	margin: 3em;
}
.homepageTemplate-main .last-posts h2 {
	font-weight: bold;
	border-right: 5px solid #faaa64;
	padding: 0 .5em 0em;
}
.homepageTemplate-main .bottom-posts {
	display: flex;
	justify-content: space-evenly;
	margin: 2em 0;
}
.homepageTemplate-main .bottom-posts a {
	display: flex;
	margin: 0 .5em;
}
.homepageTemplate-main .bottom-posts img {
	width: 8em;
	height: 6em;
	min-width: 8em;
}
.homepageTemplate-main .bottom-posts p {
	width: 7em;
	min-width: 7em;
	margin: 0 .5em;
	color: #000;
}

#search-in-all .search-container{
	width: 30em;
	position: relative;
	margin: 0 auto;
}
#search-in-all input{
	width: 100%;
	border-radius: .5em;
	border: solid #8a2be2 1px;
	background: #e6e6fa;
}
#search-in-all i {
	position: absolute;
	left: 10px;
	top: 15px;
}

/*--------------- next blog section ------------------*/
.next-blog-section {
  display: flex;
  margin-top: 1em;
}
.next-blog {
  width: 25%;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.blog-center {
  width: 50%;
  display: flex;
  justify-content: center;
}
.blog-center img {
  width: 700px;
  /* height: auto;
  object-fit: contain; */
  height: 700px;
  object-fit: fill;
  max-height: 500px;
}
.blog-center .subpost > p {
  font-size: 1.5em;
  margin: 1em 0 .5em;
}
.next-blog-section a {
  text-align: center;
}
.next-blog img {
  width: 12em;
  object-fit: cover;
}
.next-blog p {
  max-width: 12em;
  margin-top: 1em;
  color: #000;
}

/* research tools section */
.homepage-toolbox{
	margin: 20px 3em 3em;
  padding: 0 2em;
}
.homepage-toolbox h2 {
  margin: 0 1em 1em;
}
.homepage-toolbox h2::before {
  display: block;
  content: "";
  border-top: .1rem solid #c0c0c0;
  width: 18rem;
  margin: 0 0rem;
  transform: translateY(-.6rem);
}
.homepage-toolbox h2::after{
	display: block;
  content: "";
  border-top: .1rem solid #c0c0c0;
  width: 18rem;
  margin: 0 0rem;
  transform: translateY(0.4rem);
}
.homepage-toolbox h2 span {
  color: #6b8e23;
  font-weight: bold;
}
.homepage-toolbox > div {
  display: flex;
  align-items: center;
  max-width: 85%;
  margin: 0 auto;
}
.homepage-toolbox > div > div {
  flex: 1 1 0;
}
.homepage-toolbox a {
  color: mediumblue;
}
.homepage-toolbox ul {
  list-style-image: url(/images/yabesh/research-dot.png);
}
/*--------------------section about yabesh ---------------------------*/
.homepageTemplate-main .about-yabesh {
  margin: 3em 3em 0;
}
.homepageTemplate-main .about-yabesh h1 {
  font-weight: bold;
  border-right: 5px solid #faaa64;
  padding: 0 .5em 0em;
  font-size: 32px;
}
.homepageTemplate-main .about-yabesh h2 {
	font-size: 24px;
}
.homepageTemplate-main .about-yabesh p {
	text-align: justify;
}
.content {
	position: relative;
	overflow: hidden;
	max-height: 230px; /* Limit the initial height */
	transition: max-height 0.5s ease;
}

.content.full {
	max-height: none; /* Remove height limit when expanded */
}

.read-more {
	cursor: pointer;
	color: #faaa64;
	text-decoration: underline;
	display: inline-block;
	margin-top: 10px;
}

/* Create the fade-out effect */
.fade-text {
	position: relative;
}

.fade-text:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40px; /* Adjust this to your liking */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	pointer-events: none;
}
/*------------responsive style menu --------------------*/
.mobile-menu, .signin-small{
    display: none;
}
/* ------------ section app download -------------- */
.app-section {
  display: flex;
  flex-direction: row-reverse;
  background: rgba(255,255,255,0.2);
}
.app-section > div {
  flex: 1 1 0;
}
.app-section > div:first-child {
	padding: 3em 0px;
}
.app-section h3 {
  margin: 0 2em 20px 0;
  color: #f5f5f5 !important;
  font-weight: 700;
}
.app-section > div > div {
  display: flex;
}
.app-section > div > div a {
  color: #fff !important;
  border: solid 2px #faaa64;
  border-radius: 4px;
  padding: 5px 15px;
  display: flex;
  width: 10em;
  align-items: center;
  margin: 0 5px;
  justify-content: center;
}
.app-section .app-phone {
  width: 100px;
  margin: 0 auto;
  transform: scale(1.3);
}
/* .app-section > div:nth-child(2)::before {
	content: '';
	width: 140px;
   height: 140px;
   background: red; 
   -moz-border-radius: 70px; 
   -webkit-border-radius: 70px; 
   border-radius: 70px;
} */

@media only screen and (min-width: 768px){
    .desktop-menu{
        display: block !important;
    }
    .mobile-menu{
        display: none !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1200px){
	.sup-footer .contacts {
	  display: flex;
	  flex-flow: column;
	  align-items: center;
	  gap: .5em;
	}
	.app-section h3 {
	  margin: 0 2em 20px 0;
	}
}

@media only screen and (min-width: 1200px) {
	.homepageTemplate-main .left-posts {
	  gap: 0em;
	  max-width: unset;
	}
	.homepageTemplate-main .top-post > a {
	  width: 100%;
	}
} 

@media only screen and (max-width: 768px){
	/* app secion */
	.app-section > div:first-child {
	  text-align: center;
	}
	.app-section > div:nth-child(2)  {
	  display: none;
	}
	.app-section > div > div {
	  justify-content: center;
	}
	.app-section h3 {
	  margin: 0 0 20px 0;
	}
	/*------------search section---------------*/
	.content_main {
	  width: 100%;
	  padding: 0 15px;
	  min-width: auto;
	}
	.content_btns {
	  flex-flow: column;
	  align-items: center;
	}
	body.home .search_wrapper input {
	  width: 16em;
	}
	.search_wrapper input {
	  width: 18em;
	}
	.search_wrapper input::placeholder {
	  font-size: 12px;
	}
	.homepageTemplate.scrolled .search_wrapper{
		margin: 0 auto;
	}
	.search_icons a:first-child, header.scrolled .search_icons{
		display: none;
	}
	.search_icons {
		flex-direction: column;
		border-radius: 0 10px 10px 0;
		padding: 5px 3px;
		transform: translateY(-90%);
		box-shadow: 2px 2px 3px;
		background: #FE9602;
		left: -2px;
		position: fixed;
		top: auto;
	}
	.search_icons::before {
	  content: '';
	  border-top: 9px solid transparent;
	  position: absolute;
	  left: 0;
	  top: -8px;
	  border-left: 12px solid #FE9602;
	  border-bottom: 8px solid transparent;
	}
	.tooltipY {
		right: auto !important;
		left: 0;
	}
	.tooltipY::after {
		left: 14px;
		right: auto !important;
	}
	/* ---------------------------- */
	.content_main::before {
	  border-left: 10vw solid #dcdcdc;
	  border-right: 90vw solid transparent;
	  border-top: 55vh solid #dcdcdc;
	}
	.site-title {
	  font-size: 9vw;
	}
	.content_btns a {
	  width: 100%;
	  gap: 10px;
	}
	.drawer-container  {
	  width: 100%;
	  z-index: 99999;
	}
    .desktop-menu,header .signin, .popover, .bottom-posts, .signin-small{
        display: none !important;
    }
    .mobile-menu{
        display: block !important;
		margin: 0 auto 22px;
    }
	.scrolled .mobile-menu{
		display: none !important;
	}
	.homepageTemplate .account .dropdown {
	  max-width: 1em;
	  height: 1em;
	  display: none;
	}
	.signin-small img{
		max-width: 2em;
	}
	.tooltiptext {
	  bottom: 13px;
	}
	.homepageTemplate {
		margin: 0;
		align-items: flex-start;
		flex-flow: column-reverse;
		padding: 1em 20px;
	}
	.homepageTemplate.scrolled {
		margin: 0;
	}
	.homepageTemplate .logo img {
		max-width: 12em;
	}
	.sign-in-area {
		margin: 0;
		flex-flow: column;
	}
	.signin-form .gfield--type-captcha{
		flex-flow: column;
	}
	.signin-form .gfield_captcha_container {
		gap: 15px;
	}
	.sup-footer, .sub-footer {
		flex-flow: column;
		text-align: center;
	}
	.sup-footer .phone {
		display: block;
		margin: 1em;
	}
	.signin-form.signup {
		width: 100%;
	}
	.signin-form.signup h5 {
		text-align: justify;
		margin: 2em 0;
		font-size: 1em;
	}
	.signin-form #gform_6 input[type="submit"], 
	.signin-form #gform_7 input[type="submit"] {
		text-align: center;
	}
	.homepageTemplate .menu-toggle{
		background: transparent;
		border: none;
		display: none;
	}
	.homepageTemplate .main-navigation {
		margin: -2em 0 0;
	}
	.homepageTemplate .account {
		font-size: .7em;
	}
	.homepageTemplate .main-navigation .sub-menu {
		box-shadow: none;
	}
	.homepageTemplate .main-navigation .menu {
		margin: 1em 0 0;
	}
	.shop.dropdown-toggle .badge {
		top: -10px;
	}
	.homepageTemplate .account {
		align-items: center;
		position: relative;
		width: 100%;
		justify-content: space-between;
	}
	.homepageTemplate .main-navigation ul.menu li {
		margin: 1em .3em;
	}
	.homepageTemplate .main-navigation .sub-menu li {
		padding: 0;
	}
	
	.homepageTemplate-main .account-area {
		/* height: 55vh; */
		background-size: 75%;
		background-position-x: center;
		background-position-y: 4em;
	}
	.homepageTemplate-main .account-text {
		padding: 2em 1em 0;
		text-align: justify;
		width: 100%;
	}
	.homepageTemplate-main .account-text .account-form {
		flex-flow: column;
		align-items: center;
	}
	.homepageTemplate-main .account-text .dgwt-wcas-search-wrapp {
		margin: 0 0 1em;
	}
	.homepageTemplate-main .metadata-area {
		padding: 2em 1em;
		margin: 3em 1em;
	}
	.homepageTemplate-main .account-text h1,
	.homepageTemplate-main .metadata-area h3,
	.homepageTemplate-main .request-area h4	{
		font-size: 1.2em;
	}
	.homepageTemplate-main .metadata-items {
		max-width: 100%;
		flex-wrap: wrap;
	}
	.homepageTemplate-main .request-area {
		padding: 3em 0em;
		width: 100%;
	}
	.homepageTemplate-main .request-area .slogan {
		display: flex;
		flex-flow: column;
		text-align: center;
	}
	.homepageTemplate-main .request-area img {
		position: absolute;
		opacity: .1;
		max-width: 80%;
	}
	.requestBtn {
		margin: 1em 0;
	}
	.homepageTemplate-main .literacy-area {
		margin: 0 2em;
		flex-flow: column;
	}
	.homepageTemplate-main .literacy-area .sideright {
		width: 100%;
	}
	.homepageTemplate-main .literacy-area .sideleft {
		padding: 0;
		flex-wrap: wrap;
	}
	.homepageTemplate-main .literacy-area .sideleft div:nth-child(3) {
		display: contents;
	}
	.homepageTemplate-main .literacy-area .sideleft img {
		max-width: 8em;
		margin: 0 auto;
	}
	footer .tagcloud {
		max-height: unset;
	}
	.account-text p, .account-text q {
	  background: rgba(246, 246, 246,.85);
	  margin: 0;
	}
	#errorPage {
	  flex-flow: column;
	}
	.homepageTemplate-main .last-posts h2 {
		margin-top: 2em;
	}
	.homepageTemplate-main .last-posts {
		margin: 0 1em;
	}
	.homepageTemplate-main .last-posts .top-post {
		flex-flow: column;
	}
	.homepageTemplate-main .top-post > a {
		width: 100%;
	}
	.homepageTemplate-main .left-posts {
		max-width: 100%;
		justify-content: center;
	}
	.homepageTemplate-main .bottom-posts {
		flex-flow: column;
	}
	.homepageTemplate-main .bottom-posts a {
		margin: 1em .5em;
	}
	#search-in-all .search-container {
		width: 18em;
	}
	.sub-content-menu {
	  display: none;
	}
	/*-------next blog section--------------*/
	.next-blog-section {
	  flex-flow: column;
	}
	.blog-center, .next-blog {
	  width: unset;
	}
	.blog-center img {
	  width: 200px;
	  height: auto;
	  margin: 0 0 2em;
	}
	/* research tools----------------------- */
	.homepage-toolbox > div {
	  flex-flow: column;
	}
	.homepage-toolbox h2 {
	  font-size: 1.5em;
	  text-align: center;
	}
	/* ---- about yabesh section ------------ */
	.homepageTemplate-main .about-yabesh h1 {
		font-size: 20px;
	}
	.homepageTemplate-main .about-yabesh h2 {
		font-size: 18px;
	}
	
	/* search suggestion */
	.searchinput-container{
		width: 325px;
	}
	.suggest-box {
		width: 100%;
	}
}


.loader {
  width: 215px;
  height: 215px;
  display: block;
  margin: auto;
  position: relative;
  background: #FFF;
  box-sizing: border-box;
}
.loader::after {
  content: '';
  width: calc(100% - 30px);
  height: calc(100% - 15px);
  top: 15px;
  left: 15px;
  position: absolute;
  background-image: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 100%),
   linear-gradient(#DDD 100px, transparent 0),
   linear-gradient(#DDD 16px, transparent 0),
   linear-gradient(#DDD 50px, transparent 0);
  background-repeat: no-repeat;
  background-size: 75px 175px, 100% 100px, 100% 16px, 100% 30px;
  background-position: -185px 0, center 0, center 115px, center 142px;
  box-sizing: border-box;
  animation: animloader 1s linear infinite;
}

@keyframes animloader {
  to {
    background-position: 185px 0, center 0, center 115px, center 142px;
  }
}


.tooltipY {
  position: absolute;
  width: 200px;
  top: -130px;
  right: 0;
  background: #333;
  color: #fff;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: all 0.4s ease;
}

.tooltipY::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 10px;
  bottom: -10px;
  right: 14px;
  border-top: 4px solid #333;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

/* هنگام نمایش با انیمیشن */
.tooltipY.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  animation: shake 1s ease-in-out infinite;
}

/* انیمیشن لرزش (تکان دادن) */
@keyframes shake {
  0%   { transform: translateY(0px); }
  25%  { transform: translateY(-3px); }
  50%  { transform: translateY(3px); }
  75%  { transform: translateY(-3px); }
  100% { transform: translateY(0px); }
}

