/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

html,
body {
  font-size: 20px;
}

.full-banner .banner-layers {
  max-width: 100%;
}

.row-expand-right {
  max-width: calc(100% - (100% - 1270px) / 2) !important;
  margin-right: 0;
}

.banner h1 {
  font-size: 1.7em;
}
.banner h2 {
  font-size: 1.6em;
}
.banner h3 {
  font-size: 1.25em;
}
.banner h1,
.banner h2,
.banner h3 {
  line-height: inherit;
}

.button.white {
  color: #000 !important;
}

.z-index-top {
  position: relative;
  z-index: 9;
}

.wn-header-bottom-line {
  position: relative;
  z-index: 9;
}
.wn-header-bottom-line::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0.8em;
  left: -5px;
  width: 230px;
  height: 20px;
  background-color: #e3bec0;
  z-index: -1;
}
.wn-header-bottom-line.short:after {
  width: 150px;
}
.wn-header-bottom-line.center:after {
  left: auto;
  right: 50%;
}

.wn-gallery-item .box-text h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
}
.wn-gallery-item .box-text h4:after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 2px;
  background: #000;
}

.wn-play-video-wrapper {
  position: relative;
  z-index: 99;
}
.wn-play-video-container {
  position: absolute;
  right: 0;
  top: 0;
}
.wn-play-video-container .wn-play-video {
  display: block;
  width: 140px;
  aspect-ratio: 1;
}
.wn-play-video-container .wn-play-video img {
  width: 100%;
}

.wn-partner .box-image img {
  object-fit: contain;
}

#footer .ux-menu-link__link {
  min-height: 2em;
}

.strategic-accordion .accordion-title {
  padding: 0;
  opacity: 0.5;
  font-size: 1.5rem;
  color: #000;
  border: none;
}
.strategic-accordion .accordion-title.active {
  border: none;
  background-color: #fff;
  opacity: 1;
  position: relative;
  display: inline-block;
}
/* .strategic-accordion .accordion-title.active:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: -8px;
  background-color: rgba(185, 30, 45, 0.3);
  width: 100%;
  height: 15px;
} */
.strategic-accordion .toggle {
  display: none;
}
.strategic-accordion .accordion-inner {
  padding: 0;
}

.shadow-1 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.cf7-wrapper {
  margin-top: 20px;
  padding: 40px;
  background-color: #fff;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
}
.wpcf7 {
  text-align: center;
}
.wpcf7 .wpcf7-spinner {
  display: none;
}
.wpcf7 .wpcf7-submit {
  display: inline-block;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 0;
}

body.archive .blog-wrapper {
  padding-top: 0;
}

.blackwhite {
  filter: grayscale(100%);
}

.behind-exp .box {
  height: 100%;
}

.coop-process .col-inner {
  position: relative;
}
.coop-process .col-inner:after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: 0px;
  width: 10px;
  height: 100%;
  background: url(/wp-content/uploads/2025/10/line-vertical.webp) no-repeat
    center bottom;
  background-size: contain;
}

.button.primary {
  margin-bottom: 0;
}
.button.is-link {
  padding: 0;
}

@media only screen and (max-width: 550px) {
  .strategic-accordion .accordion-title {
    font-size: 1.2rem;
  }

  .wpcf7-form-control-wrap input,
  .wpcf7-form-control-wrap textarea {
    font-size: 0.8rem;
  }
}

@keyframes rotate-loop {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
