/*
Theme Name: Hello Biz Child
Theme URI: https://github.com/elementor/hello-biz-child/
Description: Hello Biz Child is a child theme of Hello Biz, created by Elementor team
Author: Elementor Team
Template: hello-biz
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Version: 1.0.0
Stable tag: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-biz-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready, style-variations
*/

/* Add your custom styles here */

body {
  font-family: var(--e-global-typography-primary-font-family), sans-serif;
}

label {
  color: var(--e-global-color-c6c574f);
}

em {
  color: var(--e-global-color-primary);
  font-weight: 500;
  font-style: normal;
}

p {
  margin-block-end: 1.5rem;
  margin-block-start: 0;
}

.home.ehf-header #masthead,
.ehf-header #masthead.sticky {
  width: 100%;
}

@media (min-width: 1025px) {
  .ehf-header #masthead.sticky {
    position: fixed;
  }
}

.ehf-header #masthead.sticky {
  position: fixed;
  left: 0;
  top: 0;
}

#masthead
  nav.hfe-nav-menu__layout-horizontal:not(.hfe-dropdown)
  ul.sub-menu
  .hfe-has-submenu
  > ul.sub-menu {
  margin-top: 0px !important;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu {
  box-shadow: none !important;
}

@media (min-width) ) {
  #main-nav a.hfe-menu-item {
    border-bottom: 3px solid transparent;
  }

  #main-nav li.menu-item:hover a.hfe-menu-item,
  #main-nav li.menu-item.current-menu-item a.hfe-menu-item {
    border-bottom-color: var(--e-global-color-secondary);
  }
}

#language-menu .menu-item.current-language-menu-item a.hfe-menu-item {
  color: var(--e-global-color-primary);
}

@media (min-width: 1025px) {
  #language-menu .menu-item > a.hfe-menu-item > span > span:after {
    content: "/";
    display: inline-block;
    color: var(--e-global-color-text);
    width: 15px;
    text-align: right;
  }

  #language-menu .menu-item:last-of-type > a.hfe-menu-item > span > span:after {
    display: none;
  }
}

@media (min-width: 1500px) {
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-header .header-inner,
  body:not([class*="elementor-page-"]) .site-main {
    max-width: 1440px;
  }
}

@media (min-width: 768px) and (max-width: 1499px) {
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-header .header-inner,
  body:not([class*="elementor-page-"]) .site-main {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.page-header {
  padding: 6rem 0;
  text-align: center;
  position: relative;
  background-image: url("assets/img/page-title-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  display: flex;
}

@media (min-width: 1025px) {
  .page-header {
    min-height: 240px;
  }
}

.page-header .entry-title {
  z-index: 2;
  position: relative;
  font-weight: 600;
  color: var(--e-global-color-primary);
}

h3.entry-title,
h3.entry-title > a {
  color: var(--e-global-color-text);
  text-decoration: none;
}

h3.entry-title:hover,
h3.entry-title > a:hover {
  color: var(--e-global-color-secondary);
}

.entry-heading {
  color: var(--e-global-color-primary);
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid var(--e-global-color-c6c574f);
}

@media (max-width: 767px) {
  .entry-heading {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1025px) {
  #page,
  #content,
  #page > .elementor {
    min-height: 60vh;
  }
}

#page {
  overflow-x: hidden;
}

.page-header > .e-flex,
.page-breadcrumb > .e-flex {
  display: flex;
}

.wpcf7 label {
  width: 100%;
}

.wpcf7-not-valid-tip {
  color: var(--e-global-color-accent);
  font-size: 0.8em;
  font-style: italic;
  padding-top: 5px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
  border-width: 1px;
  border-color: var(--e-global-color-accent);
  color: var(--e-global-color-accent);
}

#breadcrumbs,
ul.hfe-breadcrumbs {
  padding: 3rem 0;
}

ul.hfe-breadcrumbs .hfe-breadcrumbs-home-icon {
  display: none;
}

#breadcrumbs a,
#breadcrumbs span,
ul.hfe-breadcrumbs li a,
ul.hfe-breadcrumbs li span.hfe-breadcrumbs-text {
  font-weight: 500;
  color: var(--e-global-color-accent);
}

#breadcrumbs span.breadcrumb_last,
ul.hfe-breadcrumbs li span.hfe-breadcrumbs-text[aria-current="page"] {
  color: var(--e-global-color-primary);
}

.blog .page-content,
.post-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}

.blog .page-content .post,
.post-list .post {
  width: calc(33.33333% - 20px);
}

@media (max-width: 1025px) {
  .blog .page-content .post,
  .post-list .post {
    width: calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .blog .page-content .post,
  .post-list .post {
    width: 100%;
  }
}

.post-content-inner {
  padding: 0 1rem;
}

.post-list .post img {
  border-radius: 16px;
}

.post-list .post .post-content-inner > h3 {
  font-size: 20px;
  font-weight: 500;
}

.post-list .post .post-content-inner > p {
  font-size: 18px;
  padding-bottom: 0;
  margin: 0;
}

.post-list .post .post-content-inner > p:last-of-type {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #f1f1f1;
}

.post-list .post .post-content-inner > a:last-of-type {
  float: right;
  display: block;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.post-list-our-work {
  padding: 0;
  flex-wrap: wrap;
}

.post-list-our-work .our-work {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 60px;
}

.post-list-our-work .our-work .post-content-inner {
  padding: 0;
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  align-content: center;
}

.post-list-our-work .our-work .post-content-inner > * {
  width: 100%;
}

.post-list-our-work .our-work .post-content-inner a {
  text-decoration: none;
}

.post-list-our-work .our-work .post-content-inner > a:last-of-type {
  width: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  .post-list-our-work .our-work:nth-child(odd) .post-content-image {
    order: 2;
  }
  .post-list-our-work .our-work .post-content-inner {
    width: 25%;
  }
}

.pagination {
  margin: 40px auto;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.pagination > .page-numbers {
  font-weight: 500;
  color: var(--e-global-color-text);
}

.pagination > .page-numbers:not(.next):not(.prev):not(.dots) {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
}

.pagination > .page-numbers.current,
.pagination > .page-numbers:not(.next):not(.prev):not(.dots):hover {
  background-color: var(--e-global-color-secondary);
  color: var(--e-global-color-f898f31);
}

h1.entry-title {
  text-align: center;
  color: var(--e-global-color-primary);
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .single h1.entry-title {
    padding: 0 30px 15px;
  }
}

@media (max-width: 575px) {
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-header .header-inner,
  body:not([class*="elementor-page-"]) .site-main {
    padding-inline-end: 30px;
    padding-inline-start: 30px;
  }
}

.archive-description {
  background: url(assets/img/logo-bg.png) no-repeat top center;
  min-height: 20vh;
  padding: 8vh 0;
  margin-bottom: 20px;
}

.archive-description p {
  margin-bottom: 2rem;
}

.gallery-swiper {
  margin-bottom: 5vh;
}

@media (min-width: 768px) {
  .gallery-swiper .swiper-slide.swiper-slide-prev,
  .gallery-swiper .swiper-slide.swiper-slide-next {
    opacity: 0.6;
  }
}

@media (max-width: 767px) {
  .gallery-swiper {
    margin-bottom: 2vh;
  }
}

.gallery-swiper .swiper-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: 0.1s background-color;
}

.gallery-swiper .swiper-button:hover,
.gallery-swiper .swiper-button:focus {
  background-color: rgba(255, 255, 255, 0.9);
}

.gallery-swiper .swiper-button.swiper-button-prev {
  left: 3%;
}

.gallery-swiper .swiper-button.swiper-button-next {
  right: 3%;
}

.gallery-swiper .swiper-button:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: var(--e-global-color-secondary);
}

@media (max-width: 767px) {
  .gallery-swiper .swiper-button {
    width: 40px;
    height: 40px;
  }

  .gallery-swiper .swiper-button:after {
    font-size: 16px;
  }
}

.gallery-swiper .swiper-button.swiper-button-prev:after {
  content: "\f053";
}

.gallery-swiper .swiper-button.swiper-button-next:after {
  content: "\f054";
}

.our-work-detail > p {
  display: flex;
  width: 100%;
}

.our-work-detail > p > * {
  display: inline-block;
}

.our-work-detail > p > em {
  width: 8%;
  display: inline-block;
}

@media (max-width: 991px) {
  .our-work-detail > p > em {
    width: 20%;
  }
}

@media (max-width: 767px) {
  .our-work-detail > p > em {
    width: 30%;
  }
}

.error404 h3 {
  color: var(--e-global-color-text);
}

body:not(.home) footer {
  margin-top: 10vh;
}

.archive-product-description {
  display: flex;
  align-items: center;
  padding-bottom: 5rem;
}

.archive-product-description > * {
  width: 50%;
  margin: 0;
  padding: 0;
}

.archive-product-description .entry-title {
  text-align: left;
  margin: 0;
  padding: 0;
}

.archive-product-description p {
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .archive-product-description {
    flex-wrap: wrap;
  }
  .archive-product-description > * {
    width: 100%;
  }
  .archive-product-description .entry-title {
    padding-bottom: 2rem;
  }
}

.post-list-product .product {
  width: calc(50% - 20px);
  display: inline-flex;
  gap: 20px;
}

.post-list-product.post-list-product-shortcode .product {
  width: 100%;
}

.post-list-product .product [class^="post-content-"] {
  width: 50%;
}

.post-list-product .product .post-content-inner {
  padding: 0;
}

@media (max-width: 991px) {
  .post-list-product .product {
    flex-wrap: wrap;
    text-align: center;
  }

  .post-list-product .product [class^="post-content-"] {
    width: 100%;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .tax-product-category .page-content {
    padding: 0 20px;
  }
  .post-list-product .product .post-content-image > img {
    max-width: 100%;
  }
  .post-list-product .product {
    width: 100%;
  }
}

.product-size span {
  display: inline-block;
  color: var(--e-global-color-c6c574f);
}

.product-catgory-link-list {
  padding-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.product-catgory-link-list > a {
  text-decoration: none;
  font-size: 20px;
}

.page-content.product-content {
  display: flex;
  gap: 60px;
  padding-left: 5vw;
  padding-right: 5vw;
}

.page-content.product-content [class^="product-content-"] {
  width: 50%;
}

.page-content.product-content [class^="product-content-"].--full {
  width: 100%;
}

@media (max-width: 991px) {
  .page-content.product-content {
    flex-wrap: wrap;
    gap: 0;
  }
  .page-content.product-content [class^="product-content-"] {
    width: 100%;
    padding-bottom: 3rem;
  }
}

.page-content.product-content h1.entry-title {
  text-align: left;
}

.product-content-right > p {
  margin: 0;
  padding: 0 0 15px 0;
}

.product-content-right span {
  color: var(--e-global-color-c6c574f);
}

.product-content-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-content-right ul > li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 5px;
}

.product-content-right ul > li::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  font-size: 0.5rem;
  position: absolute;
  top: 5px;
  left: 5px;
}

.product-content-right h1.entry-title {
  color: var(--e-global-color-text);
  padding-bottom: 0;
  font-size: 32px;
}

.product-contact {
  padding: 3rem 0;
}

.product-contact a.elementor-button {
  text-decoration: none;
  padding: 1rem 5rem;
}

@media (max-width: 767px) {
  .product-contact {
    text-align: center;
  }
}

.product-main-swiper {
  padding: 2rem 0;
}

@media (max-width: 767px) {
  .product-main-swiper {
    padding: 1rem 0;
  }
}

.product-main-swiper .swiper-wrapper {
  text-align: center;
}

.product-main-swiper .swiper-button:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  color: var(--e-global-color-secondary);
  font-size: 30px;
}

.product-main-swiper .swiper-button.swiper-button-prev:after {
  content: "\f053";
}

.product-main-swiper .swiper-button.swiper-button-next:after {
  content: "\f054";
}

.product-main-image-thumbnail {
  cursor: pointer;
}

.product-main-gallery-thumbnail {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.product-main-gallery-thumbnail > div {
  cursor: pointer;
  width: calc(20% - 10px);
  border-radius: 16px;
}

@media (max-width: 767px) {
  .product-main-gallery-thumbnail > div {
    width: calc(33.33333% - 10px);
  }
}

#homepage-banner .swiper-pagination-bullet {
  width: 40px;
  height: 5px;
  border-radius: 10px;
}

#homepage-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 7px;
}

#homepage-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}

#homepage-banner .elementor-swiper-button {
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

@media (max-width: 1024px) {
  #homepage-banner .swiper-pagination-bullet {
    width: 20px;
  }

  #homepage-banner .elementor-swiper-button {
    width: 30px;
    height: 30px;
  }
}

#homepage-banner .elementor-swiper-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

#homepage-banner .elementor-swiper-button svg {
  width: 60%;
  height: 60%;
}

#homepage-banner .elementor-swiper-button.elementor-swiper-button-prev {
  left: 5vw;
}

#homepage-banner .elementor-swiper-button.elementor-swiper-button-next {
  right: 5vw;
}

.cky-notice-btn-wrapper .cky-btn {
  font-size: 16px;
}

.cky-consent-container {
  z-index: 99 !important;
  border-radius: 6px;
}

.bx-loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999999999;
  background: url(assets/img/BG-Web-Chairing-Group-01.jpg);
}

.bx-loading {
  z-index: 9999;
}
.bx-loading img {
  vertical-align: middle;
}
.bx-loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
}

.bx-loading > .loadbox {
  position: fixed;
  left: -5%;
  top: 45%;
  width: 100%;
  text-align: center;
}

@media (max-width: 1024px) {
  .bx-loading > .loadbox {
    left: -15%;
  }
}

.manst {
  margin-left: 10px;
  opacity: 0;
}

.manst {
  animation-name: faedg;
  animation-duration: 0.5s;
  width: 20px;
}

#ygi2 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

#ygi3 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

#ygi4 {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}

#ygi5 {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}

#ygi6 {
  animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
}

#ygi7 {
  animation-delay: 3s;
  -webkit-animation-delay: 3s;
}

#ygi8 {
  animation-delay: 3.5s;
  -webkit-animation-delay: 3.5s;
}

#ygi9 {
  animation-delay: 4s;
  -webkit-animation-delay: 4s;
}

#ygi10 {
  animation-delay: 4.5s;
  -webkit-animation-delay: 4.5s;
}

@media (max-width: 767px) {
  .bx-loading > .loadbox {
    left: 0;
  }
  .manst {
    width: 3% !important;
    float: left;
  }
  #ygi11 {
    display: block;
    width: 150px !important;
    margin-left: 0px;
    position: relative;
    top: -13px;
  }
}

@keyframes faedg {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

@keyframes faedg1 {
  0% {
    visibility: visible;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}

@keyframes faedgout {
  0% {
    visibility: hidden;
    width: 0;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: hidden;
  }
}

body:not(.bx-loaded) #page {
  display: none;
}
