/*-----------------------------------*/
/* Header */
/*-----------------------------------*/
header[data-elementor-type="header"] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
/*   transition: all .35s cubic-bezier(.55,.09,.68,.53); */
}

.joc-header {
  height: var(--header-bar);
}

/* 
header[data-elementor-type="header"].dark .joc-header,
header[data-elementor-type="header"].gsap-dark .joc-header {
  background: linear-gradient(
    180deg,
    rgb(255 255 255 / 80%) 0%,
    rgba(255, 255, 255, 0) 80%
  );
} */

.site-logo-wrap .elementor-icon-wrapper {
  display: flex;
  align-items: center;
}
/* 
header[data-elementor-type="header"].gsap-dark .joc-header .site-logo path,
header[data-elementor-type="header"].dark .joc-header .site-logo path {
  fill: var(--joincast-black-bg);
  transition: all ease-out 0.3s;
}
 */
.joc-header .nav-menu {
  background: linear-gradient(
    95deg,
    rgba(var(--joincast-black-bg-rgb), 0.8) 45%,
    rgba(var(--joincast-black-bg-rgb), 0.6) 55%
  );
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  /*   backdrop-filter: blur(2.5px); */
}

@media screen and (max-width: 767px) {
  .joc-header {
    background: var(--joincast-black-bg);
  }

  .joc-header .nav-menu {
    margin-right: -12px;
    background: transparent;
    border: none;
    border-radius: 0px;
  }
}

/* Header on scrolled style */
@media screen and (min-width: 768px) {
  .elementor-location-header.scrolled {
/*     background: var(--joincast-black-bg); */
    background: #333333;
  }

  .elementor-location-header.scrolled .joc-header .nav-menu {
    background: transparent;
    border: 1px solid transparent;
  }
}

/* Adjust logo color for light background page */
/* News, Single Post, Contact, FAQ, Search reult, default archive, 404, Privacy */
@media screen and (min-width: 768px) {
  .page-id-1071 .elementor-location-header .site-logo-wrap svg .jc-letter,
  .single-post .elementor-location-header .site-logo-wrap svg .jc-letter,
  .page-id-1492 .elementor-location-header .site-logo-wrap svg .jc-letter,
  .page-id-3537 .elementor-location-header .site-logo-wrap svg .jc-letter,
  .search .elementor-location-header .site-logo-wrap svg .jc-letter,
  .blog .elementor-location-header .site-logo-wrap svg .jc-letter,
  .error404 .elementor-location-header .site-logo-wrap svg .jc-letter,
  .page-id-911 .elementor-location-header .site-logo-wrap svg .jc-letter {
    fill: var(--joincast-black-bg);
  }

  .page-id-1071 .elementor-location-header.scrolled .site-logo-wrap svg .jc-letter,
  .single-post .elementor-location-header.scrolled .site-logo-wrap svg .jc-letter,
  .page-id-1492 .elementor-location-header.scrolled .site-logo-wrap svg .jc-letter,
  .page-id-3537 .elementor-location-header.scrolled .site-logo-wrap svg .jc-letter,
  .search .elementor-location-header.scrolled .site-logo-wrap svg .jc-letter,
  .blog .elementor-location-header.scrolled .site-logo-wrap svg .jc-letter,
  .error404 .elementor-location-header.scrolled .site-logo-wrap svg .jc-letter,
  .page-id-911 .elementor-location-header.scrolled .site-logo-wrap svg .jc-letter {
    fill: white;
  }
}

/*-----------------------------------*/
/* Header Desktop Menu */
/*-----------------------------------*/
#menu-desktop-main-menu {
  gap: 0px;
}

#menu-desktop-main-menu .mega-content {
  position: fixed;
  top: 80px;
}

#menu-desktop-main-menu .menu-item > a,
#menu-desktop-main-menu .menu-item > label {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 20px;
  color: white;
}

#menu-desktop-main-menu .menu-item > a,
#menu-desktop-main-menu .menu-item > label,
.lan-switch p {
  color: white;
  font-size: 0.888rem;
  font-family: var(--font-stack-heading);
  font-weight: 700;
  cursor: pointer;
  transition: all ease-out 0.4s;
}

#menu-desktop-main-menu .pc-has-sub-menu > a,
#menu-desktop-main-menu .pc-has-sub-menu > label {
  display: flex;
  align-items: center;
  gap: 12px;
}

#menu-desktop-main-menu .pc-has-sub-menu > a:before,
#menu-desktop-main-menu .pc-has-sub-menu > label::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 1px;
}

#menu-desktop-main-menu .menu-item > a:hover,
#menu-desktop-main-menu .menu-item > label:hover,
.lan-switch:hover p {
  color: var(--e-global-color-secondary);
}

#menu-desktop-main-menu .menu-item.pc-has-sub-menu > a:hover::before {
  background: var(--e-global-color-secondary);
}

@media screen and (max-width: 1365px) {
  #menu-desktop-main-menu .menu-item > a,
  #menu-desktop-main-menu .menu-item > label {
    padding: 10px;
  }

  #menu-desktop-main-menu .pc-has-sub-menu > a,
  #menu-desktop-main-menu .pc-has-sub-menu > label {
    gap: 8px;
  }
}

/*-----------------------------------*/
/* Header Mobile Menu */
/*-----------------------------------*/
.joc-mb-menu {
  z-index: 20;
}

.joc-mb-menu .hamburger.hamburger--beauty {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}

.joc-mb-menu .hamburger.hamburger--beauty .line {
  stroke: white;
}

.joc-mb-menu .hamburger.hamburger--beauty svg {
  width: 36px;
  height: 36px;
}

@media screen and (max-width: 767px) {
  .joc-mb-menu .hamburger.hamburger--beauty {
    height: 48px !important;
  }

  .joc-mb-menu .hamburger.hamburger--beauty svg {
    width: 30px;
    height: 30px;
  }
}

/*-----------------------------------*/
/* Language Button */
/*-----------------------------------*/
.lan-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  cursor: pointer;
  transition: all ease-out 0.4s;
}

.lan-switch .elementor-icon-wrapper {
  display: flex;
}

.lan-switch:hover path {
  fill: var(--e-global-color-secondary);
}

/* Search Button */
/* .search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 60px;
  cursor: pointer;
  transition: all ease-out 0.4s;
}

.search-icon .elementor-widget-container,
.search-icon .elementor-icon-wrapper {
  display: flex;
  align-items: center;
} */

/* @media screen and (max-width: 767px) {
  .lan-switch,
  .search-icon {
    height: 48px;
    margin-left: 8px;
  }

  .search-icon a {
    font-size: 40px;
  }
} */

@media screen and (max-width: 767px) {
  .lan-switch {
    height: 48px;
    margin-left: 8px;
  }
}

/*-----------------------------------*/
/* Desktop Menu */
/*-----------------------------------*/
.menu-item-sub-txt .custom-title-5 span,
.view-all-btn p {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-stack-heading);
  transition: all 0.4s ease-in-out;
}

.menu-item-sub:hover .custom-title-5 span {
  gap: 24px;
  color: var(--e-global-color-secondary) !important;
}

.menu-item-sub-txt .custom-title-5 span:after,
.view-all-btn p:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(/wp-content/uploads/2025/12/icon-chevron-right-yellow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.menu-item-sub-txt .small-text p {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4em;
}

.menu-news-loop .e-loop-item:last-child .menu-news-item {
  border: none !important;
}

.menu-news-item span {
  transition: all 0.4s ease-in-out;
}

.menu-news-item:hover span {
  opacity: 0.75;
}

.view-all-btn p {
  font-size: 0.888rem;
}

@media (max-height: 900px), (min-width: 1367px) and (max-width: 1500px) {
  .joc-desktop-menu > .e-con-inner {
    padding: 40px 0;
  }

  .menu-sub-list {
    gap: 20px 40px;
  }

  .menu-sub-list .menu-item-sub {
    width: calc((100% - 40px) / 2);
  }

  .menu-item-sub-txt .custom-title-5 span {
    font-size: 1.1rem;
  }

  .menu-item-sub-txt .small-text p {
    font-size: 14px;
  }

  .menu-news-list {
    padding: 40px 40px 40px 30px;
  }
}

@media screen and (max-height: 900px) and (min-width: 1025px) and (max-width: 1366px) {
  .menu-news-wrap {
    display: none;
  }
}

/*-----------------------------------*/
/* Mobile Menu */
/*-----------------------------------*/
@media screen and (max-width: 1024px) {
  #menu-improved__overlay #menu-improved__content {
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 0px;
  }

  #menu-improved__content .menu-mobile-menu-container {
    height: 100%;
    padding: 80px 40px;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
  }

  #menu-improved__overlay #menu-improved__content,
  #menu-improved__content.menu-improved__multistep ul.menu-improved-nav .sub-menu {
    color: #fff;
    background: var(--joincast-black-bg);
  }

  #menu-improved__content.menu-improved__multistep ul.menu-improved-nav .sub-menu {
    padding-top: 80px !important;
  }

  #menu-improved__content #menu-mobile-menu li.menu-item:not(.contact) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  }

  #menu-improved__content #menu-mobile-menu li.menu-item-has-children {
    z-index: inherit;
  }

  #menu-improved__content #menu-mobile-menu li.menu-item a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    height: 80px;
    line-height: 80px;
    font-family: var(--font-stack-heading);
    font-weight: 700;
    cursor: pointer;
  }

  #menu-improved__content #menu-mobile-menu .sub-menu li.menu-item a {
    font-weight: 400;
  }

  #menu-improved__content #menu-mobile-menu li.menu-item-has-children .toggle-submenu {
    padding-right: 0px;
  }

  #menu-mobile-menu .toggle-submenu .toggle-submenu__inner {
    width: 30px !important;
    height: 30px !important;
  }

  #menu-mobile-menu .toggle-submenu svg path {
    stroke: #fff;
  }

  /* Menu Contact */
  #menu-improved__content #menu-mobile-menu li.contact {
    display: flex;
    margin-top: 30px;
    background: var(--e-global-color-primary);
    border-radius: 8px;
    border-bottom: none !important;
    overflow: hidden;
  }

  #menu-improved__content #menu-mobile-menu li.contact a {
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 60px;
    padding: 12px 20px;
    color: #fff;
  }

  #menu-improved__content #menu-mobile-menu li.contact a:after {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background-image: url(/wp-content/uploads/2025/12/icon-arrow-white.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
  }

  /* Go Back Button */
  #menu-improved__content #menu-mobile-menu li.menu-item-has-children .sub-menu .close-submenu {
    display: flex;
    align-items: center;
    gap: 12px;
    left: 0px;
    height: 80px;
  }

  #menu-improved__content #menu-mobile-menu li.menu-item-has-children .sub-menu .close-submenu svg {
    width: 16px;
    height: 16px;
    padding: 2px;
  }

  #menu-improved__content #menu-mobile-menu li.menu-item-has-children .sub-menu .close-submenu svg path {
    stroke: var(--e-global-color-secondary);
  }

  #menu-improved__content #menu-mobile-menu li.menu-item-has-children .sub-menu .close-submenu span {
    font-family: var(--font-stack-heading);
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--e-global-color-secondary);
  }
}

@media screen and (max-width: 767px) {
  #menu-improved__content .menu-mobile-menu-container {
    padding: 80px 20px;
  }

  #menu-improved__content #menu-mobile-menu li.menu-item:not(.contact) {
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.2) !important;
  }

  #menu-improved__content #menu-mobile-menu li.menu-item a {
    height: 60px;
    line-height: 60px;
  }

  #menu-mobile-menu .toggle-submenu .toggle-submenu__inner {
    width: 26px !important;
    height: 26px !important;
  }

  #menu-improved__content.menu-improved__multistep ul.menu-improved-nav .sub-menu {
    padding-top: 60px !important;
  }

  /* Go Back Button */
  #menu-improved__content #menu-mobile-menu li.menu-item-has-children .sub-menu .close-submenu {
    height: 60px;
  }

  /* Menu Contact */
  #menu-improved__content #menu-mobile-menu li.contact {
    margin-top: 20px;
  }

  #menu-improved__content #menu-mobile-menu li.contact a {
    height: 50px;
  }

  #menu-improved__content #menu-mobile-menu li.contact a:after {
    width: 30px;
    height: 30px;
  }
}

/* Small Title */
.small-title span,
.menu-small-title span,
.footer-small-title span {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-stack-heading);
  font-size: 0.888rem;
  font-weight: 700;
  text-transform: uppercase;
}

.small-title span:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: var(--e-global-color-primary);
  border-radius: 1px;
}

.small-title.yellow span:before {
  background: var(--e-global-color-secondary);
}

p {
  margin: 0px 0px 1rem 0px;
}

/* Number Box */
.numbers.blue-bg .numbers-box {
  background: var(--e-global-color-primary);
  border: 1px solid var(--e-global-color-primary);
}

.numbers.black-bg .numbers-box {
  background: linear-gradient(
    120deg,
    rgba(var(--joincast-black-bg-rgb), 0.6) 0%,
    rgba(var(--joincast-black-bg-rgb), 0.8) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.numbers.blue-bg .numbers-box .numbers-number,
.numbers.black-bg .numbers-box .numbers-number,
.numbers.white-bg .numbers-box .numbers-number {
  font-size: var(--custom-title-3-default);
}

@media screen and (max-width: 1366px) {
  .numbers.blue-bg .numbers-box .numbers-number,
  .numbers.black-bg .numbers-box .numbers-number,
  .numbers.white-bg .numbers-box .numbers-number {
    font-size: var(--custom-title-3-1366-max);
  }
}

@media screen and (max-width: 767px) {
  .numbers.blue-bg .numbers-box .numbers-number,
  .numbers.black-bg .numbers-box .numbers-number,
  .numbers.white-bg .numbers-box .numbers-number {
    font-size: var(--custom-title-3-767-max);
  }
}

/* Bullet Point */
.joc-bullets ul {
  padding-left: 20px;
  margin: 0px;
  list-style: none;
}

.joc-bullets li {
  position: relative;
  margin-bottom: 8px;
}

.joc-bullets li:last-child {
  margin-bottom: 0px;
}

.joc-bullets li:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 10px;
  display: block;
  width: 8px;
  height: 8px;
  background: var(--e-global-color-primary);
  border-radius: 1px;
}

.joc-bullets.yellow li:before {
  background: var(--e-global-color-secondary);
}

@media screen and (max-width: 767px) {
  .joc-bullets ul {
    padding-left: 14px;
  }

  .joc-bullets li:not(:last-child) {
    margin-bottom: 6px;
  }

  .joc-bullets li:before {
    left: -14px;
    width: 6px;
    height: 6px;
  }
}

/* Play Video Button */
.joc-video-wrap .elementor-custom-embed-play {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 84px;
  padding: 0px 0px 0px 4px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  overflow: hidden;
  transition: all 0.4s ease-out;
}

.joc-video-wrap .elementor-custom-embed-play:after {
  content: "Play Video";
  display: block;
  width: 1px;
  white-space: nowrap;
  font-family: var(--font-stack-heading);
  font-size: 0.888rem;
  font-weight: 700;
  line-height: 1.25em;
  overflow: hidden;
  transition: all 0.4s ease-out;
}

.joc-video-wrap .elementor-custom-embed-play svg {
  display: flex;
  width: 20px;
  height: auto;
  opacity: 1;
  filter: none;
}

.joc-video-wrap .elementor-custom-embed-play:hover {
  gap: 12px;
  width: fit-content;
  padding: 30px 40px 30px 40px;
}

.joc-video-wrap .elementor-custom-embed-play:hover:after {
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .joc-video-wrap .elementor-custom-embed-play {
    width: 60px;
    height: 60px;
  }

  .joc-video-wrap .elementor-custom-embed-play svg {
    width: 16px;
  }

  .joc-video-wrap .elementor-custom-embed-play:hover {
    padding: 20px 30px 20px 30px;
  }
}

/* Industries Card */
.industry-item {
  aspect-ratio: 506 / 600;
}

.card-front,
.card-back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: end;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}

.card-back {
  background: white;
  opacity: 0;
}

.card-front .card-front-img-wrap:before,
.industry-item.custom .card-front-img-wrap:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(var(--joincast-black-bg-rgb), 0) 20%,
    rgba(var(--joincast-black-bg-rgb), 1) 100%
  );
  z-index: 1;
}

.card-back .card-back-img-wrap:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(256, 256, 256, 0) 80%, #ffffff 100%);
  z-index: 1;
}

.industry-item.custom .card-front-img-wrap img {
  transition: all 0.4s ease-in-out;
}

.card-front-text-wrap,
.card-back-text-wrap {
  min-height: 250px;
  padding: 30px;
  z-index: 1;
}

.industry-item .card-front-text-wrap .custom-title-6,
.industry-item .card-back-text-wrap .custom-title-6 {
  display: flex;
  min-height: 50px;
}

.industry-item .joc-bullets li {
  font-size: 0.88rem;
  line-height: 1.4em;
}

.btn-svg .elementor-icon-wrapper {
  display: flex;
  width: 155px;
}

.btn-svg .elementor-icon-wrapper svg {
  width: 100% !important;
}

.industry-item:hover .card-back {
  opacity: 1;
}

.industry-item.custom:hover img {
  transform: scale(1.1);
}

@media (min-width: 1367px) and (max-width: 1500px) {
  .industry-grid {
    gap: 20px;
  }

  .card-front-text-wrap,
  .card-back-text-wrap {
    padding: 30px 20px;
  }

  .industry-item .card-front-text-wrap h3,
  .industry-item .card-back-text-wrap h3 {
    font-size: 1.35rem;
  }
}

@media (min-width: 1025px) and (max-width: 1366px) {
  .card-front-text-wrap,
  .card-back-text-wrap {
    min-height: 230px;
    padding: 30px 20px;
  }

  .industry-item .card-front-text-wrap h3,
  .industry-item .card-back-text-wrap h3 {
    font-size: var(--custom-title-3-1366-max);
  }

  .btn-svg .elementor-icon-wrapper {
    width: 135px;
  }
}

@media screen and (max-width: 1024px) {
  .card-front-text-wrap,
  .card-back-text-wrap {
    min-height: 200px;
    padding: 20px;
  }

  .industry-item .card-front-text-wrap .custom-title-6,
  .industry-item .card-back-text-wrap .custom-title-6 {
    min-height: 46px;
  }

  .btn-svg .elementor-icon-wrapper {
    width: 120px;
  }
}

@media screen and (max-width: 767px) {
  .card-front-text-wrap,
  .card-back-text-wrap {
    min-height: auto;
  }

  .industry-item .card-front-text-wrap .custom-title-6,
  .industry-item .card-back-text-wrap .custom-title-6 {
    min-height: auto;
  }

  .btn-svg .elementor-icon-wrapper {
    width: 100px;
  }
}

/* Home Production Section */
.home-prodution-item .home-prodution-text {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(255, 255, 255, 0.6) 100%
  );
  border: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .home-prodution-text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    background: #ffffff;
    opacity: 0;
    transition: all 0.5s ease-out;
  }

  .home-prodution-text:hover:before {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .home-prodution-item .home-prodution-text {
    background: linear-gradient(
      180deg,
      rgba(var(--joincast-black-bg-rgb), 0) 0%,
      rgba(var(--joincast-black-bg-rgb), 0.5) 40%,
      rgba(var(--joincast-black-bg-rgb), 1) 100%
    );
    border: none;
  }

  .home-prodution-item .home-prodution-text h2 {
    color: #fff;
  }

  .home-prodution-item .home-prodution-text .button.button-black .elementor-button {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #ffffff;
  }

  .home-prodution-item .home-prodution-text .button.button-black::after {
    background-color: var(--joincast-black-bg);
  }

  .home-prodution-item .home-prodution-text .button.button-white:hover .elementor-button {
    background-color: rgba(255, 255, 255, 0.75);
  }
}

@media screen and (min-width: 1025px) {
  /*   .sticky-section {
    contain: paint;
    will-change: contain;
    height: 100vh;
  }

  .sticky-section .inner-content {
    position: absolute;
    top: 0;
    z-index: 105;
    height: 200vh;
  }
  .sticky-section.blue-section .inner-content {
    top: -100vh;
    z-index: 115;
  }

  .inner-content-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
  } */

  .sticky-section .numbers.blue-bg .numbers-box,
  .sticky-section .numbers.white-bg .numbers-box {
    background: linear-gradient(
      120deg,
      rgba(var(--joincast-black-bg-rgb), 0.6) 0%,
      rgba(var(--joincast-black-bg-rgb), 0.8) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media screen and (max-width: 1024px) {
  .sticky-section .sticky-section-text .button,
  .sticky-section .numbers {
    position: relative !important;
  }
}

/* Home Sticky Section Small Laptop */
@media (max-height: 900px), (min-width: 1025px) and (max-width: 1500px) {
  .sticky-section .sticky-section-text h2 {
    font-size: var(--custom-title-2-1366-max);
  }

  .sticky-section .sticky-section-text p {
    font-size: 17px;
    margin-bottom: 12px;
  }

  .sticky-section .sticky-section-text .button a .elementor-button-text {
    font-size: 15px;
  }

  .sticky-section .sticky-section-text .button {
    bottom: 0px;
  }
}

@media screen and (max-height: 900px) and (min-width: 1025px) and (max-width: 1500px) {
  .sticky-section .sticky-section-text {
    justify-content: start;
    gap: 20px;
    padding-top: 0px;
    padding-right: 40px;
  }
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .sticky-section .numbers {
    flex-direction: column !important;
    gap: 8px;
  }

  .sticky-section .numbers.black-bg .numbers-box {
    min-height: 125px;
  }
}

/* Parallax Image */
.fixed-img-container {
  clip-path: inset(0%);
}

.fixed-img-container img {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  /* browser tab bar height causes the image to zoom in on mobile devices. */
  height: 100lvh;
  object-fit: cover;
}

/* FAQ Section */
.ai-chat-bot-wrap {
  display: none;
}

.faq-text-wrap {
  width: calc((100% - 80px) * 0.4);
}

@media screen and (max-width: 1366px) {
  .faq-text-wrap {
    width: calc((100% - 40px) * 0.45);
  }
}

@media screen and (max-width: 1024px) {
  .faq-text-wrap {
    width: 100%;
  }
}

.joc-accordion-faq .e-n-accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.joc-accordion-faq .e-n-accordion details {
  background: #f6f6f6;
  border: 1px solid rgba(12, 12, 12, 0.2);
  border-radius: 8px;
  overflow: hidden;
}

.joc-accordion-faq .e-n-accordion details .e-n-accordion-item-title {
  gap: 20px;
  padding: 20px 40px;
  font-weight: bold;
  color: var(--e-global-color-text);
  border: none;
}

.joc-accordion-faq .e-n-accordion details .e-n-accordion-item-title + div[role="region"] {
  border: none;
  padding: 0 40px;
}

.joc-accordion-faq .e-n-accordion-item-title-icon {
  margin-left: auto;
}

@media screen and (max-width: 1366px) {
  .joc-accordion-faq .e-n-accordion {
    gap: 12px;
  }

  .joc-accordion-faq .e-n-accordion details {
    border-radius: 4px;
  }

  .joc-accordion-faq .e-n-accordion details .e-n-accordion-item-title {
    gap: 12px;
    padding: 20px 30px;
  }

  .joc-accordion-faq .e-n-accordion details .e-n-accordion-item-title + div[role="region"] {
    border: none;
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .joc-accordion-faq .e-n-accordion {
    gap: 8px;
  }

  .joc-accordion-faq .e-n-accordion details .e-n-accordion-item-title {
    gap: 12px;
    padding: 16px 20px;
  }

  .joc-accordion-faq .e-n-accordion details .e-n-accordion-item-title + div[role="region"] {
    border: none;
    padding: 0 20px;
  }
}

#show-more-btn {
  cursor: pointer;
}

@media screen and (min-width: 1025px) {
  .ai-chat-bot-wrap .elementor-template,
  .ai-chat-bot-wrap .elementor-template .elementor,
  .ai-chat-bot-wrap .ai-chat-bot-card {
    height: 100%;
  }
}

/* All FAQ Page */
.faq-tab-wrap .e-n-tabs-heading .e-n-tab-title-text {
  font-family: var(--font-stack-heading);
  font-size: 0.875rem;
  font-weight: bold;
}

/* === News Accordion Card Animation START === */
.liquid-accordion {
  --hover-width-widescreen: 38%;
  --hover-width-laptop: 35%;

  --height-widescreen: 560px;
  --height-laptop: 500px;
  --height-tablet: 480px;
  --height-mobile: 360px;

  --hover-img-width-widescreen: 35vw;
  --hover-img-width-laptop: 35vw;
}

@media screen and (min-width: 1025px) {
  .liquid-accordion .elementor-loop-container {
    display: flex;
    position: relative;
    max-width: 100%;
    gap: 20px;
    width: var(--container-max-width);
  }

  .liquid-accordion .elementor-loop-container .e-loop-item {
    display: flex;
    flex-basis: calc(33.33% - 13.333px);
    width: calc(33.33% - 13.333px);
    transition: all 0.325s cubic-bezier(0, 0, 0.42, 1);
  }

  .liquid-accordion .elementor-loop-container .e-loop-item:hover {
    flex-basis: var(--hover-width-laptop);
    width: var(--hover-width-laptop);
    flex-shrink: 0;
  }

  .news-accordion-item {
    height: var(--height-laptop);
  }
}

@media screen and (min-width: 1367px) {
  .liquid-accordion .elementor-loop-container {
    gap: 40px;
    width: var(--container-max-width);
  }

  .liquid-accordion .elementor-loop-container .e-loop-item {
    flex-basis: calc(33.33% - 26.666px);
    width: calc(33.33% - 26.666px);
  }

  .liquid-accordion .elementor-loop-container .e-loop-item:hover {
    flex-basis: var(--hover-width-widescreen);
    width: var(--hover-width-widescreen);
    flex-shrink: 0;
  }

  .news-accordion-item {
    height: var(--height-widescreen);
  }
}

/* ==== News Accordion Card Animation END ==== */

.news-accordion-img,
.news-accordion-img > .elementor-element {
  height: 100%;
  width: 100%;
}

.news-accordion-img img {
  width: var(--hover-img-width-widescreen);
  height: var(--height-widescreen);
  object-fit: cover;
  max-width: var(--hover-img-width-widescreen);
}

.news-accordion-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(
    180deg,
    rgba(var(--joincast-black-bg-rgb), 0.4) 60%,
    rgba(var(--joincast-black-bg-rgb), 1) 100%
  );
}

.news-accordion-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.news-date span {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-stack-heading);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.news-title-wrap {
  max-width: 395px;
}

.news-accordion-item .btn-svg .elementor-icon-wrapper {
  display: flex;
  width: 144px;
  height: 44px;
  background: white;
  border-radius: 8px;
  overflow: hidden;
}

.news-accordion-item .btn-svg .elementor-icon:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  display: block;
  background-image: url("/wp-content/uploads/2025/11/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
}

.news-accordion-item img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.liquid-accordion .e-loop-item:first-of-type img {
  left: 0;
  transform: none;
}

.liquid-accordion .e-loop-item:last-of-type img {
  right: 0;
  left: auto;
  transform: none;
}

@media screen and (min-width: 1025px) {
  .liquid-accordion .news-accordion-text {
    transition: all 0.25s ease-in;
  }

  .liquid-accordion.is-hovering-item .news-accordion-text {
    opacity: 0;
    transition: all 0.25s ease-in;
  }

  .liquid-accordion.is-hovering-item .news-accordion-item:hover .news-accordion-text {
    opacity: 1;
  }

  .news-accordion-item img,
  .news-accordion-item .elementor-icon-wrapper {
    transition: width 350ms linear;
  }

  .liquid-accordion .elementor-loop-container .e-loop-item:hover .elementor-icon-wrapper {
    width: 144px;
  }

  .liquid-accordion .elementor-loop-container .e-loop-item:hover .elementor-icon:after {
    opacity: 0;
  }

  .liquid-accordion .elementor-loop-container .e-loop-item:hover .elementor-icon svg {
    clip-path: inset(0 0 0 0);
  }

  .liquid-accordion .elementor-loop-container .e-loop-item .elementor-icon-wrapper {
    width: 44px;
    height: 44px;
  }

  .liquid-accordion .elementor-loop-container .e-loop-item .elementor-icon:after {
    opacity: 1;
  }

  .liquid-accordion .elementor-loop-container .e-loop-item .elementor-icon svg {
    clip-path: inset(0 100% 0 0);
    width: 144px !important;
  }
}

@media screen and (max-width: 1024px) {
  .liquid-accordion .elementor-loop-container .e-loop-item .elementor-icon-wrapper {
    width: 144px;
  }

  .liquid-accordion .elementor-loop-container .e-loop-item .elementor-icon:after {
    opacity: 0;
  }
}

@media screen and (max-width: 1366px) {
  .news-accordion-img img {
    width: var(--hover-img-width-laptop);
    height: var(--height-laptop);
  }

  .news-title-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .liquid-accordion .elementor-loop-container .e-loop-item:nth-child(3) {
    display: none;
  }

  .news-accordion-item {
    height: var(--height-tablet);
  }

  .news-accordion-img img {
    width: 100%;
    height: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .news-accordion-item {
    height: var(--height-mobile);
  }
}

/* News Archive */
.news-loop-grid .elementor-loop-container .post:nth-child(even) .news-loop-item {
  background: white;
}

.news-loop-grid .elementor-loop-container .post:nth-child(odd) .news-loop-item {
  background: var(--e-global-color-primary);
}

.news-loop-item-img .elementor-element:not(.news-date) {
  aspect-ratio: 3 / 2;
}

.news-loop-item-img .elementor-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}

.news-loop-item-img .elementor-element:not(.news-date):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(var(--joincast-black-bg-rgb), 0) 45%,
    rgba(var(--joincast-black-bg-rgb), 1) 100%
  );
}

.news-loop-grid .elementor-loop-container .post:nth-child(odd) .news-loop-item-text {
  color: white;
}

@media screen and (min-width: 1025px) {
  .news-loop-item-text .custom-title-5 p {
    font-size: var(--custom-title-5-1366-max);
  }
}

.news-loop-item-text .news-excerpt {
  font-size: 0.85rem;
  line-height: 1.5em;
}

.news-loop-item:hover img {
  scale: 1.1;
}

/* Footer */
.footer-small-title span {
  color: #c3c3c3;
}

.footer-menu-item-sub a {
  display: flex;
  align-items: center;
  padding: 10px 0px;
}

.footer-copyright,
.footer-small-link,
.footer-small-link a {
  font-size: 15px;
  color: #e0e0e0;
}

.footer-small-link,
.footer-small-link a {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .footer-menu-item-sub a:before {
    content: "";
    display: block;
    width: 0px;
    height: 8px;
    margin-right: 0px;
    background: var(--e-global-color-secondary);
    border-radius: 1px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }

  .footer-menu-item-sub a:hover::before {
    width: 8px;
    opacity: 1;
    margin-right: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .joc-footer .fmm-has-child span,
  .joc-footer .footer-menu-item-sub.mb-menu-main a {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 64px;
    font-size: var(--custom-title-6-767-max);
    font-weight: 400;
    text-transform: none;
    color: white;
    border-bottom: 0.5px solid #ffffff33;
    cursor: pointer;
  }

  .joc-footer .footer-small-title.hidden-mobile {
    display: none;
  }

  .joc-footer .footer-menu-item-sub a {
    height: 44px;
    line-height: 44px;
    border-bottom: 0.5px solid #ffffff33;
  }

  .joc-footer a.menu-item-sub span {
    font-size: 0.875rem;
  }

  /* Compress Footer */
  /* Make the main heading clickable with pointer only if it has children */
  .joc-footer .footer-menu-list {
    width: 100%;
  }

  .fmm-has-child .elementor-heading-title::after {
    content: "+";
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 26px;
    transition: transform 0.3s ease;
  }

  .fmm-has-child.active .elementor-heading-title::after {
    content: "-";
  }

  /* Initially hide the submenu */
  .footer-accordion-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  }
}

/* Image Slider */
.joc-img-slider figure.swiper-slide-inner {
  display: flex;
}

/* .joc-img-slider.row-1 {
  transform: translateX(-200px);
}
.joc-img-slider.row-2 {
  transform: translateX(-430px);
} */

.joc-img-slider > .swiper {
  overflow: visible;
}

.joc-img-slider .elementor-swiper-button.elementor-swiper-button-prev,
.joc-img-slider .elementor-swiper-button.elementor-swiper-button-next {
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  padding: 10px;
  aspect-ratio: 1 / 1;
  background: #ffffffe6;
  border-radius: 999px;
  box-shadow: 0px 0px 30px rgb(0 0 0 / 80%);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.joc-img-slider .elementor-swiper-button.elementor-swiper-button-prev {
  left: 50px;
}

.joc-img-slider .elementor-swiper-button.elementor-swiper-button-next {
  right: 50px;
}

.joc-img-slider .elementor-swiper-button svg {
  font-size: 20px;
  fill: var(--e-global-color-primary) !important;
}

.joc-img-slider:hover .elementor-swiper-button.elementor-swiper-button-prev,
.joc-img-slider:hover .elementor-swiper-button.elementor-swiper-button-next {
  display: flex;
  opacity: 1;
}

@media only screen and (max-width: 1365px) {
  /* .joc-img-slider.row-1 {
    transform: translateX(-120px);
  }
  .joc-img-slider.row-2 {
    transform: translateX(-345px);
  } */

  .joc-img-slider .elementor-swiper-button.elementor-swiper-button-prev {
    left: 40px;
  }

  .joc-img-slider .elementor-swiper-button.elementor-swiper-button-next {
    right: 40px;
  }
}

@media only screen and (max-width: 766px) {
  /* .joc-img-slider.row-1 {
    transform: translateX(-80px);
  }
  .joc-img-slider.row-2 {
    transform: translateX(-270px);
  } */

  .joc-img-slider .elementor-swiper-button.elementor-swiper-button-prev,
  .joc-img-slider .elementor-swiper-button.elementor-swiper-button-next {
    display: none;
  }
}

/* Production Section */
@media only screen and (min-width: 767px) {
  .production-card-img .elementor-widget-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      180deg,
      rgba(var(--joincast-black-bg-rgb), 0) 35%,
      rgba(var(--joincast-black-bg-rgb), 1) 100%
    );
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }

  .production-card-img .elementor-widget-image:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    transform: translateY(100%);
    display: block;
    width: 155px;
    height: 44px;
    background-image: url(/wp-content/uploads/2025/12/icon-button.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }

  .production-card:hover .elementor-widget-image:before {
    opacity: 1;
  }

  .production-card:hover .elementor-widget-image:after {
    opacity: 1;
    transform: translateY(-20px);
  }
}

/* Tablepress */
.tablepress {
  --head-bg-color: transparent;
  --odd-bg-color: transparent;
  --even-bg-color: transparent;
  --hover-bg-color: #f6f6f6;
}

.tablepress-responsive-all {
  margin-bottom: 0px;
  border-radius: 12px;
  border: solid 2px #e0e0e0;
  overflow: hidden;
}

.tablepress-responsive-all thead {
  width: 260px;
}

.tablepress-responsive-all tbody {
  display: flex;
}

.tablepress-responsive-all tbody tr {
  width: 100%;
}

.tablepress-responsive-all thead tr th,
.tablepress-responsive-all tbody tr td {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  font-size: 0.9rem;
  line-height: 1.4em;
}

.tablepress-responsive-all thead tr th:nth-child(odd) {
  background-color: rgba(0, 64, 119, 0.15);
}

.tablepress-responsive-all thead tr th:nth-child(even) {
  background-color: rgba(0, 64, 119, 0.05);
}

.tablepress-responsive-all tbody tr td:nth-child(odd) {
  background-color: rgba(235, 235, 235, 0.9);
}

.tablepress-responsive-all tbody tr td:nth-child(even) {
  background-color: #ffffff;
}

.tablepress-responsive-all thead tr th:first-child,
.tablepress-responsive-all tbody tr td:first-child {
  background: var(--e-global-color-primary);
  color: white;
}

.tablepress-responsive-all thead tr th:not(:last-child),
.tablepress-responsive-all tbody tr td:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}

.tablepress-responsive-all thead,
.tablepress-responsive-all tbody tr:not(:last-child) {
  border-right: 1px solid #ffffff;
}

#tablepress-QualityRange thead tr th:not(:first-child),
#tablepress-QualityRange tbody tr td:not(:first-child) {
  height: 70px;
}

.tablepress > .row-hover > tr:hover td:first-child {
  background: var(--e-global-color-primary);
  color: white;
}

.menu-indicator {
  position: relative;
  bottom: 0px;
  left: 200px;
  z-index: 5;
  display: none;
  width: 200px;
}

.menu-indicator .indicator-wrapper {
  width: 100%;
}

.menu-indicator .indicator-wrapper .indicator-cursor {
  width: 18px;
  position: absolute;
  bottom: -20px;
  z-index: 5;
  animation: cursor-animation 1.2s cubic-bezier(0.23, 1, 0.72, 1) infinite;
}

@media (max-width: 1070px) {
  #tablepress-AutomationSystems .menu-indicator {
    display: flex;
  }
}

@media (max-width: 890px) {
  .menu-indicator {
    display: flex;
  }
}

@media (max-width: 767px) {
  .tablepress-responsive-all {
    border-radius: 8px;
  }

  .tablepress-responsive-all thead {
    width: 200px;
  }

  .tablepress-responsive-all thead tr th,
  .tablepress-responsive-all tbody tr td {
    display: flex;
    align-items: center;
    padding: 12px 8px;
    white-space: wrap;
  }

  .tablepress-responsive-all tbody tr td {
    min-width: 160px;
  }

  .tablepress-responsive-all thead tr th:not(:first-child),
  .tablepress-responsive-all tbody tr td:not(:first-child) {
    height: 50px;
  }

  .menu-indicator {
    left: 160px;
    width: 120px;
  }

  .menu-indicator .indicator-wrapper .indicator-cursor {
    width: 16px;
  }
}

@media (max-width: 480px) {
  .tablepress-responsive-all thead {
    width: 160px;
  }

  .tablepress-responsive-all tbody tr td {
    min-width: 160px;
  }

  .tablepress-responsive-all thead tr th:not(:first-child),
  .tablepress-responsive-all tbody tr td:not(:first-child) {
    height: 70px;
  }

  #tablepress-QualityRange thead tr th:not(:first-child),
  #tablepress-QualityRange tbody tr td:not(:first-child) {
    height: 80px;
  }
}

@keyframes cursor-animation {
  0% {
    left: 80px;
    transform: rotate(30deg);
  }

  100% {
    left: 20px;
    transform: rotate(0deg);
  }
}

/* Single Post */
.joc-post-info {
  flex-wrap: nowrap;
}

.joc-post-info:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--e-global-color-secondary);
}

.share-buttons .elementor-share-btn {
  padding-right: 20px;
  margin-right: 20px;
}

.share-buttons .elementor-grid-item:not(:last-of-type) .elementor-share-btn {
  border-right: 0.5px #000 solid;
}

.share-buttons .elementor-grid-item:last-of-type .elementor-share-btn {
  padding-right: 0;
}

.recent-news-item {
  transition: all 0.3s ease-in-out;
}

.recent-news-item:hover {
  opacity: 0.75;
}

/* Single Post Content*/
.joc-single-post h1 {
  font-size: 2.8rem;
}

.joc-single-post h2 {
  font-size: 1.7rem;
}

.joc-single-post h3 {
  font-size: 1.4rem;
}

.joc-single-post h4 {
  font-size: 1.2rem;
}

.joc-single-post h5,
.joc-single-post .custom-title-5 span {
  font-size: 1.1rem;
}

.joc-post-content h2,
.joc-post-content h3,
.joc-post-content h4 {
  margin: 0px 0px 1rem 0px;
  font-family: var(--font-stack-heading);
  line-height: 1.4em;
}

.joc-post-content p {
  margin: 0px 0px 1rem 0px;
  font-size: 18px;
  line-height: 1.8em;
}

.joc-post-content a {
  color: #007be5;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease-out;
}

.joc-post-content a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.joc-post-content ul {
  padding-left: 20px;
  margin: 0px;
  list-style: none;
}

.joc-post-content li {
  position: relative;
  margin-bottom: 8px;
  line-height: 1.8em;
  list-style: none;
}

.joc-post-content li:last-child {
  margin-bottom: 0px;
}

.joc-post-content li:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 10px;
  display: block;
  width: 8px;
  height: 8px;
  background: var(--e-global-color-primary);
  border-radius: 1px;
}

.joc-post-content img {
  width: 100%;
  border-radius: 12px;
}

.joc-post-content hr {
  margin: 1rem 0px 1rem 0px;
  height: 1px;
  border: none;
  border-top: 1px solid #e0e0e0;
  overflow: visible;
}

.joc-post-content hr.custom-sep {
  position: relative;
  display: flex;
  align-items: center;
  width: 60%;
  height: 2px;
  margin: 40px 0px;
  border-top: 1.5px solid #999999;
  overflow: visible;
}

.joc-post-content hr.custom-sep:after {
  content: "JOINCAST";
  position: absolute;
  left: 40px;
  top: -15px;
  display: block;
  width: fit-content;
  padding: 0px 20px;
  font-family: var(--font-stack-heading);
  font-size: 0.8rem;
  font-weight: bold;
  color: var(--e-global-color-secondary);
  background: white;
}

.post-text-w-bg {
  padding: 30px;
  margin-bottom: 40px;
  line-height: 1.8em;
  background: #f6f6f6;
  border-radius: 12px;
}

.post-text-w-bg.blue {
  background: var(--e-global-color-primary);
  color: white;
}

.post-text-w-bg p {
  margin: 0;
}

@media (max-width: 1366px) {
  .joc-post-content p {
    font-size: 17px;
  }

  .post-text-w-bg {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .joc-single-post h1 {
    font-size: 1.625rem;
  }

  .joc-single-post h2 {
    font-size: 1.5rem;
  }

  .joc-single-post h3 {
    font-size: 1.4rem;
  }

  .joc-single-post h4 {
    font-size: 1.2rem;
  }

  .joc-single-post p {
    font-size: 16px;
  }

  .joc-post-content ul {
    padding-left: 14px;
  }

  .joc-post-contents li:not(:last-child) {
    margin-bottom: 6px;
  }

  .joc-post-content li:before {
    left: -14px;
    width: 6px;
    height: 6px;
  }

  .joc-post-content img {
    border-radius: 8px;
  }

  .joc-post-content hr {
    height: 0.5px;
  }

  .joc-post-content hr.custom-sep {
    width: 100%;
    height: 1px;
    border-top: 1px solid #999999;
  }

  .joc-post-content hr.custom-sep:after {
    left: 20px;
    top: -13px;
    padding: 0px 12px;
  }

  .post-text-w-bg {
    margin-bottom: 20px;
    border-radius: 8px;
  }
}

/* Contact Form */
.joc-form-container .joc-input-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-left: 0px;
  margin: 0px 0px 40px 0px;
  list-style: none;
}

.joc-form-container .joc-input-item {
  width: 100%;
  padding-bottom: 0px;
}

.joc-form-container .joc-input-item.desktop-2col {
  width: calc((100% - 20px) / 2);
}

.joc-form-container .joc-input-item:before {
  display: none;
}

.joc-form-container .joc-input-item p {
  margin: 0px;
}

label.joc-contact-input,
label.joc-contact-input span,
label.joctextarea,
label.joc-textarea span {
  display: block;
  width: 100%;
}

label.joc-contact-input input,
label.joc-textarea textarea {
  display: block;
  width: 100%;
  padding: 20px 20px;
  margin-top: 12px;
  color: var(--e-global-color-text);
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}

label.joc-contact-input input::placeholder,
label.joc-textarea textarea::placeholder {
  color: #989898;
  font-family: var(--font-stack-text);
}

label.joc-contact-input input:focus,
label.joc-textarea textarea:focus {
  border-color: #e0e0e0 !important;
  outline: 2px solid var(--e-global-color-secondary);
  outline-offset: 1px;
}

/* error-msg */
.wpcf7-not-valid-tip {
  padding: 8px 0px 0px 0px;
  font-size: 0.9rem;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0px;
  padding: 0px;
  color: #dc322f;
  font-size: 0.9rem;
  border: none;
}

/* Contact Submit Button */
.joc-send-btn-wrap p {
  display: flex;
  justify-content: end;
  margin: 0px;
}

.joc-send-btn-wrap p br {
  display: none;
}

.button.button-black.joc-send-btn {
  position: relative;
  padding: 0;
  background: transparent;
  border: none;
}

@media (min-width: 768px) {
  .button.button-black.joc-send-btn::after {
    width: 14px;
    height: 14px;
  }
}

/* Language Switch Pop Up */
a.lan-switch-item {
  transition: all 0.3s ease-out;
}

a.lan-switch-item:hover {
  background: white;
}

/* Pagination */
nav.elementor-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.page-numbers {
  width: 30px;
  height: 30px;
  text-align: center;
  color: var(--e-global-color-text);
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}

.page-numbers.current {
  color: white;
  background: var(--e-global-color-text);
}

@media screen and (max-width: 767px) {
  nav.elementor-pagination {
    margin-top: 20px;
  }
}

/* 404 */
.custom-super-big-title h1 {
  font-size: 12rem;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 1024px) {
  .custom-super-big-title h1 {
    font-size: 10rem;
  }
}

@media screen and (max-width: 767px) {
  .custom-super-big-title h1 {
    font-size: 8rem;
  }
}

/* Cookie */
#my-cookie__consent .my-cookie__controls {
  padding: 10px 0px 10px 0px;
}

#my-cookie__consent .my-cookie__open-settings,
#my-cookie__consent .my-cookie__accept-button {
  font-size: 0.875rem;
}

#my-cookie__consent .my-cookie__accept-button {
  padding: 4px 8px;
  background: var(--e-global-color-primary) !important;
}

@media screen and (max-width: 767px) {
  #my-cookie__consent .my-cookie__container .my-cookie__desc {
    margin: 20px 0 0 0;
    padding: 0;
  }
}