/* Custom animation definitions */
@keyframes customfadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
    /* less movement for subtler effect */
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes customfadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
    /* less movement for subtler effect */
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes customfadeInRight {
  from {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
    /* less movement for subtler effect */
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes customfadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
    /* less movement for subtler effect */
  }

  to {
    opacity: 1;
    transform: none;
  }
}

/* Ensuring your animation definitions are used */
.fadeInDown {
  animation-name: customfadeInDown !important;
}

.fadeInLeft {
  animation-name: customfadeInLeft !important;
}

.fadeInRight {
  animation-name: customfadeInRight !important;
}

.fadeInUp {
  animation-name: customfadeInUp !important;
}

/* Header & Menu */
.sh-header {
  background: #ffffff;
}

.mega-menu-toggle:checked+label:after {
  transform: rotate(180deg);
  top: calc(50% - 6px);
}

.elementor-element p a, .sh-single-post .wp-block-list li a,
.sh-single-post .elementor-widget-theme-post-content li a {
  color: inherit;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: all 0.2s ease-out;
}

.elementor-element p a:hover {
  color: var(--e-global-color-primary);
}

/* Red Header */
.sh-header.red-header {
  background: var(--e-global-color-primary);
}

div[data-elementor-type="header"].sticky .sh-header.red-header {
  background: var(--e-global-color-primary);
}

.sh-header.red-header .pc-menu .menu-item label,
.sh-header.red-header .pc-menu .menu-item a,
.sh-header.red-header .menu-item,
.sh-header.red-header .lang-switch span {
  color: white;
}

.sh-header.red-header .pc-menu .has-child label:after {
  background-image: url(../svg/iconchevron-down.svg);
}

.sh-header.red-header .lang-switch path,
.sh-header.red-header .nav-search-btn svg {
  fill: white!important;
}

/* Language */
.flag-text-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.flag-text-container span {
  display: flex;
  justify-content: center;
}

.flag-text-container .flag-text-icon {
  width: 48px;
}
.flag-text-container .flag-text-icon path {
  fill: var(--e-global-color-accent);
}

.flag-text-container .custom-title-4 {
  text-align: center;
}

.nav-search-btn form .elementor-search-form__container {
  height: 110vh;
}

/* Desktop Mega Menu */
.sh-header>.e-con-inner>.elementor-element,
.pc-menu,
.menu-improved__horizontal {
  position: static;
}

.sh-black-logo a {
  position: relative;
  z-index: 1;
}

.desktop-menu-sub-item .menu-item-label .arrow {
  display: flex;
  align-items: center;
  width: fit-content;
}

.desktop-menu-sub-item .menu-item-label .arrow span {
  margin-right: 12px;
}

.desktop-menu-sub-item .menu-item-label .arrow:after {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  background-image: url(../svg/arrow-menu-child-red-vector.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  transition: all 0.4s ease-out;
}

.desktop-menu-sub-item .menu-item-icon .elementor-icon-wrapper {
  display: flex;
}

.desktop-menu-sub-item,
.menu-item-label .arrow span,
.menu-item-icon .elementor-icon,
.menu-blog-item .menu-blog-item-img img {
  transition: all 0.4s ease-out;
}

.desktop-menu-sub-item:hover {
  background: var(--e-global-color-126235a);
}

.desktop-menu-sub-item:hover .arrow:after {
  margin-left: 8px;
}


/* Desktop Mega Menu Blog */
.menu-blog-item-title span {
  font-family: var(--font-stack-text);
  font-size: 1rem;
}

.menu-blog-item-info li {
  gap: 12px;
  width: 100%;
  height: auto;
}

.menu-blog-item-info li span {
  flex-shrink: 0;
}

.menu-blog-item-info li:before {
  content: "";
  order: 3;
  display: block;
  width: 100%;
  height: 1px;
  background: var(--e-global-color-45d5549);
}

.menu-blog-item:hover .menu-blog-item-img img {
  transform: scale(1.1);
}

#menu-desktop-main-menu .mega-content:before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
  pointer-events: none;
}

/* Hero Video */
/* .home .scroll-down-icon-wrap svg path {
  fill: var(--e-global-color-text);
  stroke: var(--e-global-color-text);
} */

.home-small-slogan span {
  text-shadow: 1px 1px 5px black;
  font-weight: bold;
}

.hero-bg-img .elementor-widget-image {
  width: 100%;
}

@media screen and (max-width: 1024px) {

  .hero-bg-video .vi__video-container.vi__hero,
  .hero-bg-video .vi__video-container.vi__hero video,
  .hero-bg-img {
    position: relative;
    display: block;
    height: auto;
	aspect-ratio: 16 / 9;
  }

  .scroll-down-icon-wrap svg path {
    fill: var(--e-global-color-text);
    stroke: var(--e-global-color-text);
  }
}

.hero-text-wrap {
  backdrop-filter: blur(5px);
}

.hero-deco-line {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--e-global-color-text);
}

.hero-deco-line h1:before {
  content: "";
  position: absolute;
  bottom: -6px;
  display: block;
  width: 12px;
  height: 12px;
  background: var(--e-global-color-text);
  border-radius: 999px;
}

/* Hero Video Pop Up */
/* #elementor-popup-modal-1472 .dialog-message {
  width: fit-content;
}
.elementor-popup-modal .dialog-message .hero-video-pop-up {
  width: 1600px;
  height: auto;
} */

/* #elementor-popup-modal-1472 .dialog-close-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
} */
.elementor-popup-modal .dialog-close-button svg {
  fill: #ffffff;
  width: 1.5rem;
  height: 1.5rem;
}

@media screen and (max-width: 767px) {
  #elementor-popup-modal-1472 .dialog-close-button {
    top: 12px;
    right: 12px;
  }
}

/* Button */
.sh-button a {
  display: flex;
  width: fit-content;
  padding: 0px;
  background: transparent;
  overflow: hidden;
}

.sh-button.big-button a {
  background: #ffffff;
  border-radius: 999px;
}
.sh-button.big-button.red a {
  background: var(--e-global-color-accent);
}

.sh-button .elementor-button-content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  height: 24px;
  padding: 0 32px 0 0;
  transition: padding .25s ease-in;
}

.sh-button.big-button .elementor-button-content-wrapper {
  height: 54px;
  padding: 0 54px 0 24px;
}

.sh-button .elementor-button-text,
.small-title span,
.small-title,
.video-container .text-bubble-s,
.video-container .text-container .view-more,
.video-container .bubble-nav,
.sh-send-btn .elementor-button-content-wrapper,
#show-more-btn {
  font-family: var(--font-stack-heading);
  font-size: 0.888rem;
  font-weight: 500;
  line-height: 1.25em !important;
  color: var(--e-global-color-text);
}

.sh-button.big-button .elementor-button-text {
  color: var(--e-global-color-primary);
}
.sh-button.big-button.red .elementor-button-text {
  color: white;
}

.sh-button .elementor-button-content-wrapper::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../svg/icon-arrow-red.svg);
  background-position: 50% 50%;
  background-size: 11px;
  background-repeat: no-repeat;
  border-radius: 999px;
  border: 1px solid var(--e-global-color-text);
  transition: right 0.25s ease-in;
  position: absolute;
  right: 0px;
}

.sh-button.play .elementor-button-content-wrapper::after {
  background-image: url(../svg/icon-play.svg);
  background-size: 9px;
}

/* .sh-button.big-button .elementor-button-content-wrapper::after {
  right: 10px;
} */

.sh-button.big-button .elementor-button-content-wrapper::after {
  right: 10px;
  width: 30px;
  height: 30px;
  background-color: var(--e-global-color-primary);
  background-image: url(../svg/icon-arrow-white-1.svg);
  border: none;
}

.sh-button.big-button.red .elementor-button-content-wrapper::after {
  background-color: white;
  background-image: url(../svg/icon-arrow-red.svg);
}

.sh-button .elementor-button-content-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -24px;
  display: block;
  order: 0;
  width: 24px;
  height: 24px;
  background-color: var(--e-global-color-accent);
  background-image: url(../svg/icon-arrow-white-1.svg);
  background-position: 50% 50%;
  background-size: 11px;
  background-repeat: no-repeat;
  border-radius: 999px;
  transition: left 0.25s ease-in;
}

.sh-button.play .elementor-button-content-wrapper::before {
  background-image: url(../svg/icon-play-white.svg);
  background-size: 9px;
}

.sh-button.big-button .elementor-button-content-wrapper::before {
  left: -40px;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  background-image: url(../svg/icon-arrow-blue.svg);
}

.sh-button.big-button a:hover,
.sh-button.big-button.sh-send-btn:hover {
  background: var(--e-global-color-primary);
}

.sh-button a:hover .elementor-button-content-wrapper {
  padding: 0 0 0 32px;
}

.sh-button.big-button a:hover .elementor-button-content-wrapper,
.sh-button.big-button.sh-send-btn:hover .elementor-button-content-wrapper {
  padding: 0 24px 0 54px;
}

.sh-button.big-button a:hover .elementor-button-text,
.sh-button.big-button.sh-send-btn:hover .elementor-button-content-wrapper {
  color: #ffffff;
}

.sh-button a:hover .elementor-button-content-wrapper::after {
  right: -24px;
}

.sh-button a:hover .elementor-button-content-wrapper::before { 
  left: 0;
}

.sh-button.big-button a:hover .elementor-button-content-wrapper::after,
.sh-button.big-button.sh-send-btn:hover .elementor-button-content-wrapper::after {
  position: absolute;
  right: -42px;
}

.sh-button.big-button a:hover .elementor-button-content-wrapper::before,
.sh-button.big-button.sh-send-btn:hover .elementor-button-content-wrapper::before{
  left: 12px;
}

@media screen and (max-width: 767px) {
  .sh-button.big-button .elementor-button-content-wrapper {
    height: 40px;
    padding: 0 40px 0 12px;
  }

  .sh-button .elementor-button-content-wrapper::before,
  .sh-button .elementor-button-content-wrapper::after {
    width: 20px;
    height: 20px;
    background-size: 9px;
  }

  .sh-button.play .elementor-button-content-wrapper::before,
  .sh-button.play .elementor-button-content-wrapper::after {
    width: 20px;
    height: 20px;
    background-size: 6px;
  }

  .sh-button.big-button .elementor-button-content-wrapper::before,
  .sh-button.big-button .elementor-button-content-wrapper::after {
    width: 24px;
    height: 24px;
  }

  .sh-button.big-button a:hover .elementor-button-content-wrapper,
  .sh-button.big-button.sh-send-btn:hover .elementor-button-content-wrapper {
    padding: 0 12px 0 40px;
  }

  .sh-button.big-button a:hover .elementor-button-content-wrapper::after,
  .sh-button.big-button.sh-send-btn:hover .elementor-button-content-wrapper::after {
    position: absolute;
    right: -30px;
  }

  .sh-button.big-button a:hover .elementor-button-content-wrapper::before,
  .sh-button.big-button.sh-send-btn:hover .elementor-button-content-wrapper::before{
    left: 8px;
  }
}

/* Play Icon */
.sh-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;
}

.sh-video-wrap .elementor-custom-embed-play:after {
  content: "Play Video";
  display: block;
  width: 1px;
  white-space: nowrap;
  font-family: "Red Hat Text";
  font-size: 0.888rem;
  font-weight: 500;
  line-height: 1.25em;
  overflow: hidden;
  transition: all 0.4s ease-out;
}

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

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

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

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

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

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

/* Video with Play Icon */
.sh-video-wrap .elementor-widget-video,
.sh-video-wrap .elementor-widget-video .elementor-wrapper {
  height: 100%;
}

/* Gray Section */
.gray-section-text-wrap:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: calc((100vw - 1600px) / 2);
  min-width: 50px;
  height: 100%;
  background: var(--e-global-color-126235a);
  transform: translateX(-100%);
}

.gray-section-text-wrap:after,
.gray-section-img-wrap:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 1px;
  transform: translateX(100%);
  z-index: 1;
  height: 100%;
  aspect-ratio: 114 / 640;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: var(--e-global-color-126235a);
}

.gray-right .gray-section-text-wrap:before {
  left: auto;
  right: 0px;
  transform: translateX(100%);
}

.gray-right .gray-section-text-wrap:after {
  left: 1px;
  right: auto;
  transform: translateX(-100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.gray-section-img-wrap:after {
  right: -1px;
  transform: translateX(0px);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

/* Gray Section Video */
.gray-section-video-wrap .vi__video-container.vi__hero,
.gray-section-video-wrap .vi__video-container.vi__hero video {
  position: relative;
  display: block;
}

.key-point-list .elementor-icon-list-item path {
  fill: var(--e-global-color-primary);
}

.key-metrics-item p {
  margin-bottom: 0px;
}

/* Image Carousel */
.img-carousel-wrap .swiper-pagination {
  display: flex;
  justify-content: end;
  gap: 20px;
  bottom: -20px !important;
}

.gray-right.img-carousel-wrap .swiper-pagination {
  justify-content: start;
}

.img-carousel-wrap .swiper-pagination .swiper-pagination-bullet,
.news-list .swiper-pagination .swiper-pagination-bullet {
  margin: 0px !important;
  border-radius: 0px;
}

@media screen and (min-width: 2400px) {
  .gray-section-text-wrap:before {
    width: calc((100vw - 1920px) / 2);
  }
}

@media screen and (max-width: 1366px) {

  .img-carousel-wrap .swiper-pagination,
  .gray-right.img-carousel-wrap .swiper-pagination {
    justify-content: center;
  }
}

@media screen and (max-width: 1024px) {
  .gray-section-container {
    background: var(--e-global-color-126235a);
  }

  .gray-section-text-wrap:before,
  .gray-section-text-wrap:after,
  .gray-section-img-wrap:after {
    display: none;
  }

  .gray-section-video-wrap .vi__video-container.vi__hero,
  .gray-section-video-wrap .vi__video-container.vi__hero video {
    height: auto;
    aspect-ratio: 16/9;
  }

  br.decktop-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {

  .img-carousel-wrap .swiper-pagination,
  .news-list .swiper-pagination {
    gap: 12px;
  }
}

/* Homepage Video Text */
.video-container .text-container h3 {
  font-family: var(--font-stack-heading);
  font-size: var(--custom-title-3-default);
  font-weight: 500;
  line-height: 1.2em !important;
  color: var(--e-global-color-primary);
}

.video-container .text-container .view-more {
  text-transform: capitalize;
}

@media screen and (max-width: 1024px) {
  .video-container .text-container h3 {
    font-size: var(--custom-title-3-1365-max);
  }
}

@media screen and (max-width: 767px) {
  .video-container .text-container h3 {
    font-size: var(--custom-title-3-767-max);
  }
}

/* Parallax Image */
.parallax-img-overlay:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  scale: 1.2;
}

.parallax-menu-item {
  height: 100px;
}

.parallax-menu-item span {
  font-weight: 500;
}
.parallax-menu-item:hover span {
  color: var(--e-global-color-secondary) !important;
}

@media screen and (max-width: 1366px) {
  .parallax-menu-list.tablet-2-row:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 100px;
    display: block;
    width: 100%;
    height: 1px;
    background: var(--e-global-color-secondary);
  }
}
@media screen and (max-width: 767px) {
  .parallax-menu-item {
    height: 80px;
  }

  .parallax-menu-list.tablet-2-row:before {
    top: 80px;
  }

  .parallax-menu-list.tablet-2-row:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 80px;
    display: block;
    width: 100%;
    height: 1px;
    background: var(--e-global-color-secondary);
  }
}

/* News Section */
.news-list .swiper-pagination .swiper-pagination-bullet {
  background: var(--e-global-color-45d5549);
}

.news-list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--e-global-color-accent);
}

.news-list .news-item-img {
  width: 100%;
  aspect-ratio: 3/2;
}

.news-item:hover .news-item-img img {
  transition: all 0.4s ease-out;
}

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

.arrow-button .elementor-widget-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  aspect-ratio: 1/1;
  transition: all 0.4s ease-out;
}

.arrow-button .elementor-widget-container .elementor-icon-wrapper {
  display: flex;
}

.custom-title-4.news-item-title span {
  font-weight: 500;
}

.news-item-excerpt .elementor-widget-container {
  font-size: 0.95rem;
}

/* Font Size inside slider get bigger only on mobile device. */
.swiper-wrapper {
  -webkit-text-size-adjust: none;
}

.news-list .swiper-pagination {
  display: flex;
  gap: 20px;
}

.news-item:hover .arrow-button .elementor-widget-container {
  background-color: var(--e-global-color-primary) !important;
}

.news-item:hover .arrow-button path {
  stroke: #ffffff;
  fill: #ffffff;
}

@media screen and (max-width: 1024px) {
  .arrow-button .elementor-widget-container {
    width: 44px;
  }
}

@media screen and (max-width: 767px) {
  .arrow-button .elementor-widget-container {
    width: 36px;
  }
	
  .news-item-excerpt .elementor-widget-container {
    font-size: 0.88rem;
  }
}

/* Footer */
/* .sh-footer:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(51, 51, 51, 0.3) 10%, var(--e-global-color-text) 50%);
} */

.footer-logo,
.footer-menu-main {
  height: 80px;
}

.footer-menu-main .elementor-widget-container {
  display: flex;
  align-items: center;
}

.footer-menu-main a:hover {
  opacity: 0.8;
}

.footer-menu-main span {
  font-weight: 500;
}

.footer-menu-sub span {
  position: relative;
  display: flex;
  gap: 8px;
  padding: 0px 0px 0px 12px;
  overflow: hidden;
  transition: all 0.4s ease-out;
}

.footer-menu-sub span:before {
  content: "";
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  width: 8px;
  height: 100%;
  background-image: url(../svg/icon-play-blue.svg);
  background-position: 50% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  transform: translateX(-100%);
  transition: all 0.4s ease-out;
}

.footer-menu-sub a {
  width: 100%;
}

.footer-menu-sub:hover span {
  padding: 0px 0px 0px 20px;
}

.footer-menu-sub:hover span:before {
  transform: translateX(0%);
}

.footer-lang-item span,
.small-txt span,
.small-txt {
  font-family: var(--font-stack-text);
  font-size: 0.75rem;
  line-height: 1.5em !important;
  font-weight: 400;
  color: var(---e-global-color-45d5549);
}

.sh-copyright .small-title {
  color: var(--e-global-color-45d5549);
}

@media screen and (max-width: 1024px) {
  .sh-footer:before {
    background: linear-gradient(rgba(51, 51, 51, 0.3) 10%, var(--e-global-color-text) 40%);
  }

  .hero-text-wrap .sh-button.play:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    transform: translateX(-100%);
    display: block;
    height: 100%;
    aspect-ratio: 1 / 3;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    background: white;
  }
}

@media screen and (max-width: 1024px) {
  .sh-footer:before {
    background: linear-gradient(rgba(51, 51, 51, 0.3) 5%, var(--e-global-color-text) 25%);
  }

  .footer-logo,
  .footer-menu-main {
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .sh-footer:before {
    background: linear-gradient(rgba(51, 51, 51, 0.3) 5%, var(--e-global-color-text) 15%);
  }

  .footer-menu-sub span {
    gap: 4px;
  }
}

/* News Archive */
.sh-tag-cloud button {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .sh-news-list .elementor-loop-container.elementor-grid {
    grid-auto-rows: 0fr !important;
  }
}

/* Single Post */
.sh-post-info ul.elementor-icon-list-items {
  align-items: center;
  flex-wrap: nowrap;
}

.sh-post-info ul.elementor-icon-list-items li {
  flex-shrink: 0;
}

.sh-post-info ul:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-left: 20px;
  background: var(--e-global-color-3bbfcf6);
}

.sh-single-post .sh-post-content h2,
.sh-single-post .sh-post-content h3,
.sh-single-post .sh-post-content h4 {
  font-family: var(--font-stack-heading);
  font-weight: 500;
  line-height: 1.25em;
}

.sh-single-post .sh-post-content h2,
.sh-single-post .custom-title-2 span {
  font-size: 2rem;
}

.sh-single-post .sh-post-content h3 {
  font-size: 1.5rem;
}

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

.sh-post-content p {
  margin: 1rem 0;
}

.sh-single-post .sh-post-content p,
.sh-post-content .elementor-widget-theme-post-content li {
  line-height: 1.8em;
}

.sh-single-post .elementor-element p a,
.sh-single-post .elementor-widget-theme-post-content li a,
.sh-single-post li a {
  color: var(--e-global-color-primary);
  text-decoration: none;
}

.sh-single-post .elementor-element p a:hover,
.sh-single-post .elementor-widget-theme-post-content li a:hover {
  text-decoration: underline;
}

.sh-post-content ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0px 0px 0px 20px;
  list-style-type: none;
}

.sh-post-content li {
  position: relative;
}

.sh-post-content li:before {
  content: "";
  position: absolute;
  left: -20px;
  display: block;
  width: 12px;
  height: 100%;
  background-image: url(../svg/icon-play-blue.svg);
  background-position: 50% 10px;
  background-size: 10px;
  background-repeat: no-repeat;
}

.sh-post-content .wp-block-separator {
  border-top: 1px solid var(--e-global-color-3bbfcf6);
}

.sh-post-content img {
  border-radius: 12px;
}

/* Blockquote */
.sh-post-content blockquote.wp-block-quote {
  padding: 0px 0px 0px 20px;
  margin: 20px 0px;
  color: var(--e-global-color-text);
  background-color: transparent;
  border-left: 4px solid var(--e-global-color-secondary);
}

.sh-post-content pre.wp-block-verse {
  font-style: italic;
}
.sh-post-content .wp-block-quote > cite,
.sh-post-content blockquote.wp-block-quote p {
  color: var(--e-global-color-primary);
  font-weight: bold;
  text-align: end;
  font-style: italic;
}

.sh-share-btn-list .elementor-grid-item {
  width: 80px;
  height: 40px;
  border-right: 1px solid var(--e-global-color-3bbfcf6);
}

.sh-share-btn-list .elementor-grid-item:last-child {
  border-right: none;
}

.sh-share-btn-list .elementor-grid-item:hover path {
  fill: var(--e-global-color-primary);
}

/* Single Post Side Menu */
.post-side-news-list .post a:hover .elementor-widget-theme-post-title span {
  color: var(--e-global-color-primary);
}

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

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

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

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

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

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

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

label.sh-contact-input input::placeholder,
label.sh-textarea textarea::placeholder {
  color: var(--e-global-color-45d5549);
  font-family: var(--font-stack-text);
}

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

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

.wpcf7 form .wpcf7-response-output {
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px 12px;
  color: var(--e-global-color-primary);
  font-size: 0.9rem;
  border: none;
}

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

.sh-button.big-button.sh-send-btn {
  background: var(--e-global-color-126235a);
  border: none;
  border-radius: 999px;
  overflow: hidden;
  cursor: pointer;
}

/* Search Results */
.sh-search-results article {
  padding: 20px !important;
  background: var(--e-global-color-126235a);
  border-radius: 20px;
  transition: all 0.4s ease-out;
}

.sh-search-results h4 a {
  font-family: var(--font-stack-heading);
  font-size: var(--custom-title-4-default);
  font-weight: 400;
  line-height: 1.5em !important;
}

.sh-search-results h4 a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .sh-search-results article {
    padding: 12px !important;
  }
	
  .sh-search-results h4 a {
    font-size: var(--custom-title-4-1365-max);
  }
}

@media screen and (max-width: 767px) {
  .sh-search-results h4 a {
    font-size: var(--custom-title-4-767-max);
  }
}

/* AAPEX */
.exhibition-info-list .custom-title-4 span {
  font-weight: 500;
}

.heading-link-hover:hover {
  opacity: 0.8;
}

/* FAQ Section */
.sh-faq-list
  > .elementor-widget-container
  > .e-n-accordion
  > .e-n-accordion-item
  > .e-n-accordion-item-title {
  border-radius: 12px;
}

.sh-faq-list
  > .elementor-widget-container
  > .e-n-accordion
  > .e-n-accordion-item[open]
  > .e-n-accordion-item-title {
  border-radius: 12px 12px 0px 0px !important;
}

.sh-faq-list summary.e-n-accordion-item-title {
  gap: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sh-faq-list summary.e-n-accordion-item-title {
    gap: 12px;
  }
}

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