:root {
--white: #ffffff;
--dark: #484848;
--gray: #C9C9C9;
--grayDark: #D0D0D0;
--grayBorder: #C4C4C4;
--grayLightBorder: #D9D9D9;
--yellow: #B15800;
}

/* Page layout */

.horizontall-page .entry-header {
  display: none;
}

#horizontall-wrapper .wp-block-columns.our-clients-hero {
  display: block;
}

@media screen and (min-width: 1280px) {

  #horizontall-wrapper .wp-block-columns.our-clients-hero {
    display: flex;
    margin-right: 50px !important;
    justify-content: space-between;
  }
}

#horizontall-wrapper .wp-block-columns:last-child {
  margin-right: 0;
}

#horizontall-wrapper .wp-block-columns.our-clients-hero .wp-block-column.our-clients-map,
#horizontall-wrapper .wp-block-columns.our-clients-hero .wp-block-column.our-clients-map .wp-block-column {
  flex-basis: 100% !important;
}

#horizontall-wrapper .wp-block-columns.our-clients-hero .wp-block-column.our-clients-map {
  display: flex;
  align-items: center;
  justify-content: center;
}

#horizontall-wrapper .wp-block-columns.our-clients-hero .wp-block-column.our-clients-map .wp-block-columns {
  margin-bottom: 0;
}

#horizontall-wrapper .wp-block-columns.our-clients-hero .wp-block-column.our-clients-map .wp-block-column {
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 480px) {
  #horizontall-wrapper .wp-block-columns.our-clients-hero .wp-block-column.our-clients-map .wp-block-column {
    margin: 40px auto;
  }
}

@media screen and (min-width: 860px) {
  #horizontall-wrapper .wp-block-columns.our-clients-hero .wp-block-column.our-clients-map .wp-block-column {
    max-width: 75%;
    margin: 70px auto;
  }
}

.our-clients-hero {
  margin-bottom: 70px;
}

.our-clients-faq {
  margin: 0;
}

.our-clients-faq > .wp-block-column > .wp-block-group,
.our-clients-faq > .wp-block-column > .wp-block-group > .wp-block-group__inner-container,
.our-clients-faq > .wp-block-column > .wp-block-group > .wp-block-group__inner-container .our-clients-faq-wraper {
  height: 100%;
}

.our-clients-faq .our-clients-faq-wraper .wp-block-column:first-child {
  overflow-y: scroll;
}

@media screen and (min-width: 1600px) {
  .our-clients-faq .our-clients-faq-wraper .wp-block-column:first-child {
    overflow-y: auto;
  }
}

@media screen and (min-width: 1280px) {
  .our-clients-hero {
    margin-right: 60px;
    margin: 0;
  }

  #horizontall-wrapper .wp-block-columns.our-clients-hero .wp-block-column.our-clients-map .wp-block-column {
    max-width: unset;
    margin: 0;
  }
}

/* Titles */

.our-clients-title {
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0;
  text-transform: uppercase;
}

@media screen and (min-width: 1280px) {
  .our-clients-title {
    margin: 20px 0;
  }
}

@media screen and (min-width: 1600px) {
  .our-clients-title {
    font-size: 40px;
  }
}

@media screen and (min-width: 1800px) {
  .our-clients-title {
    font-size: 50px;
    margin: 0 0 40px;
  }
}

.our-clients-description {
  white-space: break-spaces;
}


/* Hero */

@media screen and (min-width: 1280px) {

  .our-clients-hero .wp-block-column:first-child {
    max-width: 560px;
  }

  .our-clients-hero > .wp-block-column:last-child {
    max-width: 45vw;
  }
}


@media screen and (min-width: 1600px) {
  .our-clients-hero > .wp-block-column:last-child {
    max-width: 60vw;
  }
}

.our-clients-hero .our-clients-title {
  margin-bottom: 20px;
}

.our-clients-hero .our-clients-description {
  font-size: 14px;
  margin-bottom: 35px;
}

@media screen and (min-width: 1440px) {
  .our-clients-hero .our-clients-description {
    font-size: 16px;
  }
}

@media screen and (min-width: 1800px) {
  .our-clients-hero .our-clients-title {
    margin-bottom: 72px;
    font-size: 50px;
  }
}

.our-clients-hero .our-clients-info-item {
  margin-bottom: 0;
  width: 100%;
}

@media screen and (min-width: 782px) {
  .our-clients-hero .our-clients-info-item {
    max-width: 50%;
  }
}

@media screen and (min-width: 1280px) {
  .our-clients-hero .our-clients-info-item {
    min-width: 50%;
  }
}

@media screen and (min-width: 1600px) {
  .our-clients-hero .our-clients-info-item {
    margin-bottom: 40px;
  }
}

.our-clients-info-item .our-clients-info-item-title {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid var(--grayLightBorder);
  text-transform: uppercase;
  color: var(--yellow);
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
}

@media screen and (min-width: 1440px) {
  .our-clients-info-item .our-clients-info-item-title {
    font-size: 36px;
    margin: 0 0 20px;
    padding: 0 0 10px;
  }
}

@media screen and (min-width: 1600px) {
  .our-clients-info-item .our-clients-info-item-title {
    font-size: 48px;
  }
}

.our-clients-info-item-description {
  margin: 0;

}

.our-clients-info-item p {
  white-space: break-spaces;
  font-size: 14px;
}

@media screen and (min-width: 1440px) {
  .our-clients-info-item p {
    font-size: 16px;
  }
}

/* Reviews */

.our-clients-reviews {
  margin-right: 0 !important;
}

.our-clients-reviews .wp-block-column .wp-block-group,
.our-clients-reviews .wp-block-column .wp-block-group .wp-block-group__inner-container {
  height: 100%;
}

.reviews-video-holder {
  height: auto;
}

@media screen and (min-width: 1600px) {
  .reviews-video-holder {
    height: calc(100vh - 260px);
  }
}

.reviews-video-holder .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  height: 100%;
  flex-direction: column;
}

.reviews-video-holder .is-type-video {
  width: 100%;
  height: calc(50vh - 40px);
  margin: 0;
}

@media screen and (min-width: 1600px) {
  .reviews-video-holder .wp-block-group__inner-container {
    flex-direction: row;
  }
  
  .reviews-video-holder .is-type-video {
    width: calc(50% - 40px);
    height: calc(50% - 40px);
  }
}

@media screen and (min-width: 1800px) {
  .reviews-video-holder .is-type-video {
    height: calc(50% - 25px);
  }
}

.reviews-video-holder .wp-block-embed__wrapper,
.reviews-video-holder .wp-block-embed iframe {
  height: 100%;
  width: 100%;
  margin: 0;
}

.reviews {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  height: auto;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .reviews {
    height: calc(100% - 80px);
    gap: 40px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1280px) {
  .reviews {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1600px) {
  .reviews {
    flex-direction: column;
    margin-bottom: 0;
  }
}

.review-item {
  width: 100%;
  height: auto;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .review-item {
    width: calc((100%/2) - 20px);
  }
}

@media screen and (min-width: 1600px) {
  .review-item {
    height: calc(50% - 32px);
  }
}


@media screen and (min-width: 1280px) {
  .review-item {
    width: calc((100%/3) - 27px);
  }
}

.review-item .review-item-heading {
  display: flex;
  align-items: center;
  gap: 20px;
}

.review-item .review-item-logo-holder {
  margin: 0;
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.review-item .review-item-logo-holder svg {
  width: 50px;
  height: 50px;
}

body.dark-theme .review-item .review-item-logo-holder svg {
  fill: var(--lightYellow);
}

.review-item .review-item-title h3 {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

@media screen and (min-width: 1280px) {
  .review-item .review-item-title h3 {
    font-size: 24px;
  }
}

.review-item .review-item-title p {
  margin: 0;
  font-size: 14px;
  line-height: 1;
  color: #b0b0b0;
  font-weight: 600;
}

.review-item .review-item-preview {
  margin: 10px 0;
  position: relative;
  padding-bottom: 50%;
}

@media screen and (min-width: 1600px) {
  .review-item .review-item-preview {
    padding-bottom: calc(50% - 88px);
  }
}

@media screen and (min-width: 1800px) {
  .review-item .review-item-preview {
    margin: 20px 0;
  }
}

.review-item .review-item-preview img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-item .review-description {
  white-space: normal;
  margin: 0;
  line-height: 1.4;
}

@media screen and (min-width: 1600px) and (max-width: 1800px) {
  .review-item .review-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

@media screen and (min-width: 1921px) {
  .review-item .review-description {
    font-size: 24px;
  }
}

.review-item .review-description p {
  margin: 0;
}

.review-item .review-description .read-more {
  cursor: pointer;
  color: var(--yellow);
}

.review-popup {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.review-popup-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 999;
}

.review-popup-content {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-color: #fff;
  z-index: 9999;
  height: 100%;
  width: 100%;
  max-width: 100%;
  padding: 60px 15px 20px;
}

@media screen and (min-width: 768px) {
  .review-popup-content {
    height: auto;
    width: 100%;
    max-width: 75%;
    padding: 40px;
  }
}

body.dark-theme .review-popup-content {
  background-color: #232323;
}

.review-popup-item {
  position: relative;
}

.review-popup-close {
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: transparent;
  position: absolute;
  right: 5px;
  top: 5px;
  color: #b0b0b0;
  font-size: 40px;
}

@media screen and (min-width: 768px) {
  .review-popup-close {
    right: 20px;
    top: 20px;
  }
}

.review-popup-close:hover,
.review-popup-close:focus {
  color: #b0b0b0;
  background: transparent;
  border: none;
  outline: none;
}

.review-popup-heading {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.review-popup-logo {
  width: 50px;
  height: 50px;
}

.review-popup-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.review-popup-logo svg {
  width: 50px;
  height: 50px;
}

body.dark-theme .review-popup-preview svg path,
body.dark-theme .review-popup-logo svg {
  fill: var(--lightYellow);
}

.review-popup-title h3 {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;  
}

@media screen and (min-width: 1280px) {
  .review-popup-title h3 {
    font-size: 24px;
  }
}

.review-popup-title p {
  margin: 0;
  font-size: 14px;
  line-height: 1;
  color: #b0b0b0;
  font-weight: 600;
}

.review-popup-text-holder {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-direction: column;
}

@media screen and (min-width: 1280px) {
  .review-popup-text-holder {
    flex-direction: row;
    gap: 40px;
  }
}

.review-popup-text {

}

.review-popup-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
  min-width: 120px;
  min-height: 120px;
  text-align: center;
}

.review-popup-preview img {
  width: 100%;
}

.review-popup-preview svg {
  width: 30%;
  height: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 1280px) {
  .review-popup-preview {
    max-width: max-content;
  }

  .review-popup-preview img {
    max-width: 480px;
  }

  .review-popup-preview svg {
    width: 100%;
    height: 100%;
  }
}

.review-item-photo-empty {
  background-color: #eaeaea;
}

body.dark-theme .review-item-photo-empty {
  background-color: #232323;
}

.review-item-photo-empty svg {
  position: absolute;
  left: 50%;
  top: 50%;

  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
}

.review-item-photo-empty svg path {
  fill: #1D173D;
}

body.dark-theme .review-item-photo-empty svg path {
  fill: var(--lightYellow);
}


/* FAQ & Contact */

/* @media screen and (min-width: 1600px) {
  #content .our-clients-faq  {
    margin-left: calc(50%  + 154px);
  }
} */

#content .our-clients-faq .wpsm_panel-group .wpsm_panel a {
  padding: 13px 0;
}

.our-clients-faq-wraper {
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
}

.our-clients-faq-wraper .wp-block-column:first-child {
  /* margin-bottom: 70px; */
}

@media screen and (min-width: 1280px) {
  .our-clients-faq-wraper {
    flex-direction: row;
    gap: 30px;
  }

  .our-clients-faq-wraper .wp-block-column:first-child {
    margin-bottom: 0;
  }

  .our-clients-faq-wraper .wp-block-column:first-child,
  .our-clients-faq-wraper .wp-block-column:last-child {
    max-width: calc(50% - 20px);
  }
}

.our-clients-faq .contact-us,
body.dark-theme .our-clients-faq .contact-us {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}

.our-clients-faq .contact-us {
  margin-bottom: 0;
}

@media screen and (min-width: 1600px) {
  .our-clients-faq .our-clients-title {
    font-size: 36px;
  }
}

/* Map */
.world-map-holder {
  padding-left: 0;
}

@media screen and (min-width: 1280px) {
  .world-map-holder {
    padding-left: 60px;
    padding-top: 50px;
  }
}

@media screen and (min-width: 1600px) {
  .world-map-holder {
    padding-left: 114px;
  }
}

.world-map-svg {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.selected-country-item {
  transition: all 0.3s;
  /* opacity: 0.75; */
  width: auto;
}

.selected-country-item.active-one {
  /* opacity: 1; */
  fill: #349b35;
}
.selected-country-item.active-two {
  /* opacity: 1; */
  fill: #349b35;
}
