/* additional custom styles CSS */
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

img,
a {
  transition: 0.3s;
}
main.site-main {
  max-width: 100% !important;
  margin: 0;
}

#page-loader {
  position: fixed;
  inset: 0;
  background: #f0f0f5;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}

.loader-spinner {
  width: 50px;
  height: 50px;
  border: 3px solid #f0f0f5;
  border-top: 3px solid #334745;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

#wpadminbar {
  overflow-x: clip;
}

a {
  text-decoration: none;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x {
  overflow-x: clip !important;
}

input::placeholder,
textarea::placeholder {
  opacity: 1 !important;
}
.simpleParallax {
  height: 100%;
}

.h-auto .simpleParallax {
  height: auto;
}

.padding-y {
  padding-top: 120px;
  padding-bottom: 120px;
}
.padding-top {
  padding-top: 120px;
}
.padding-bottom {
  padding-bottom: 120px;
}
.padding-x {
  padding-left: 20px;
  padding-right: 20px;
}
.padding-left {
  padding-left: 20px;
}
.padding-right {
  padding-right: 20px;
}
ul,
ol {
  margin-bottom: 0 !important;
}

p {
  margin: 0;
}

.parallax-wrapper {
  overflow: hidden;
  height: auto !important;
  width: 100%;
}
.elementor-widget-container {
  height: 100%;
}

/************** CSS START ********************/
/* body.page-id-35 header,
body.page-id-35 footer {
  display: none !important;
} */
body.admin-bar .sc-header-section {
  top: 32px !important;
}

@media only screen and (max-width: 782px) {
  body.admin-bar .sc-header-section {
    top: 46px !important;
  }
}
/* .sc-header-section {
	position: fixed;
	z-index: 9999;
	width: 100%;
	top: 0;
} */

.sc-footer-text a {
  font-weight: 300 !important;
  font-size: 12px !important;
  overflow-wrap: anywhere;
}

/* Form */
.wsf-form label.wsf-label {
  color: #334745 !important;
  font-weight: 300 !important;
  font-size: 18px !important;
}
.wsf-form .wsf-text-danger {
  color: #334745 !important;
}

.wsf-form input[type="text"].wsf-field,
.wsf-form input[type="tel"].wsf-field,
.wsf-form input[type="email"].wsf-field,
.wsf-form select.wsf-field,
.wsf-form textarea.wsf-field {
  background-color: transparent !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  color: #334745 !important;
  border: 1px solid #b5c7c7 !important;
  padding: 16px 20px !important;
  border-radius: 8px !important;
  width: 100% !important;
  cursor: pointer;
}

.wsf-form input[type="text"].wsf-field:focus,
.wsf-form input[type="tel"].wsf-field:focus,
.wsf-form input[type="email"].wsf-field:focus,
.wsf-form select.wsf-field:focus,
.wsf-form textarea.wsf-field:focus {
  outline: none !important;
  box-shadow: none !important;
}
.wsf-form input[type="text"].wsf-field::placeholder,
.wsf-form input[type="tel"].wsf-field::placeholder,
.wsf-form input[type="email"].wsf-field::placeholder,
.wsf-form textarea.wsf-field::placeholder {
  color: #334745 !important;
  opacity: 1 !important;
  font-size: 18px !important;
}

.wsf-form textarea.wsf-field {
  height: 180px !important;
  max-height: 180px !important;
  border-radius: 8px !important;
}

.wsf-form input[type="checkbox"].wsf-field {
  background: transparent !important;
  box-shadow: none !important;
  border-color: #b5c7c7 !important;
  border-radius: 2px !important;
  cursor: pointer;
  width: 24px !important;
  min-height: 24px !important;
  height: 24px !important;
}
.wsf-form input[type="checkbox"].wsf-field:checked::after {
  border-color: #334745 !important;
  transform: translate(-50%, -50%) rotate(35deg) !important;
  left: 50% !important;
  top: 48% !important;
}

.wsf-form input[type="checkbox"].wsf-field + label.wsf-label {
  margin-left: 40px !important;
  cursor: pointer;
  font-size: 18px !important;
  font-weight: 300 !important;
  top: 6px;
  position: relative;
}

/* .wsf-form select{
  background-image: url(../assets/svg/right-arrow-black.svg) !important;
} */
.wsf-form select.wsf-field {
  font-size: 18px !important;
  background-repeat: no-repeat;
  background-position: center right 0px !important;
  background-size: 30px !important;
  appearance: none !important;
  -moz-appearance: none;
  color: #334745 !important;
  font-family: "MozaicGEO", sans-serif !important;
}
span.wsf-select-arrow {
  background-image: url(../assets/svg/arrow.svg);
  background-size: 18px;
  width: 28px !important;
  height: 20px;
  background-repeat: no-repeat;
  position: absolute !important;
  right: 10px !important;
  top: 15px !important;
}
.wsf-form
  select.wsf-field:not([multiple]):not([size]):not([data-wsf-select2])
  + span.wsf-select-arrow {
  border-color: transparent !important;
}
/* Placeholder state (first option selected) */
/* .wsf-form select.wsf-field:invalid {
  text-transform: uppercase;
  letter-spacing: 0.2em;
} */

.wsf-form
  select.wsf-field:not([multiple]):not([size]):not([data-wsf-select2])
  + span.wsf-select-arrow {
  /*   display: none !important;
  border: none !important; */
  transform: scale(1.2) !important;
}

.wsf-form select option:not([value=""]) {
  color: #334745 !important;
}

.wsf-form button.wsf-button {
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 1em !important;
  padding: 16px 20px !important;
  border: none !important;
  background: #b5c7c7 !important;
  width: auto !important;
  color: #334745 !important;
  position: relative;
  transition: 0.3s all !important;
  border-radius: 8px !important;
}
.wsf-form button.wsf-button:focus {
  outline: none !important;
  box-shadow: none !important;
}
.wsf-form button.wsf-button:hover {
  background-color: #fff2cc !important;
  color: #334745 !important;
}

.wsf-agree {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wsf-bottom {
  margin: 0px !important;
  margin-top: 50px !important;
}
.wsf-concent {
  margin-top: 15px;
}

.wsf-field-wrapper input[type="checkbox"] {
  top: 5px !important;
}

.wsf-form
  input[type="radio"].wsf-field.wsf-button:checked:focus
  + label.wsf-label {
  box-shadow: none !important;
}

.sc-mobile-menu-bar .elementor-icon-wrapper {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.sc-mobile-menu-bar svg:focus {
  outline: none;
}

/* .elementor-popup-modal .dialog-close-button {
	color: transparent !important;
}
.elementor-popup-modal .dialog-close-button .eicon-close:before {
	content: "";
	width: 50px;
	height: 50px;
	background-image: url("../assets/svg/close.svg");
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
} */

@media only screen and (min-width: 1440px) {
  .sc-custom-padding-left {
    padding-left: calc((100% - 1400px) / 2) !important;
  }
  .sc-custom-padding-right {
    padding-right: calc((100% - 1400px) / 2) !important;
  }
}

.split-padding .split-line {
  padding-right: 5px !important;
}

.wpml-ls-legacy-list-horizontal a {
  color: #f5f5f0;
  padding: 0;
  margin: 0;
}

.wpml-ls-legacy-list-horizontal a:hover {
  color: #fff2cc;
}
.wpml-ls-legacy-list-horizontal {
  padding: 0;
}

/* CARD FIXED SCROLL */
@media only screen and (min-width: 768px) {
  .pin-outer {
    height: 220vh;
  }
  .pin-inner {
    position: sticky;
    top: 0;
    overflow: hidden;
  }
  .card-track {
    will-change: transform;
  }
}

.card-viewport {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .card-viewport {
    height: 100%;
  }
  p.wp-block-paragraph {
    margin-bottom: 20px;
  }
  .wp-block-heading {
    margin: 10px 0px;
  }
  .wp-block-spacer {
    height: 5px;
  }
}

.sc-blog-item:hover .elementor-button {
  background-color: #fff2cc !important;
}
p.wp-block-paragraph {
  margin-bottom: 25px;
}
.wp-block-heading {
  margin: 20px 0px;
}

/* Team */
.sc-team-item {
  perspective: 1400px;
}
.sc-team-item .team-inner {
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transform-style: preserve-3d;
}
.sc-team-item:hover .team-inner,
.sc-team-item:focus-within .team-inner {
  transform: rotateY(180deg);
}

.sc-team-item .team-face {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: 100%;
}
.sc-team-item .team-back {
  transform: rotateY(180deg);
}
.sc-team-item .back-content {
  max-height: 65%;
  overflow-y: auto;
}

.sc-team-item .back-content::-webkit-scrollbar {
  display: none;
  /* width: 6px; */
}

/* FAQ */
.sc-faq-answer {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.35s;
}
.sc-faq-answer p {
   margin-bottom: 0;
}

/* Expanded state - full text shown */
.sc-faq-item.is-expanded .sc-faq-answer {
  -webkit-line-clamp: unset;
  overflow: visible;
}

.sc-faq-toggle {
  display: none;
  cursor: pointer;
}

.sc-faq-item.has-overflow .sc-faq-toggle,
.sc-faq-item.is-expanded .sc-faq-toggle {
  display: inline-flex;
}

#sc-faq-pagination-btn {
  margin-top: 50px;
}

.sc-faq-item.is-expanded .elementor-button,
.sc-faq-item.is-expanded .elementor-button:focus{
  background-color: #f5f5f0!important;
}

.sc-faq-item.is-expanded .elementor-button:hover,
.sc-faq-item.is-expanded .elementor-button:focus:hover {
    background-color: #FFF2CC!important;
}

.sc-faq-item:not(.is-expanded) .elementor-button.sc-faq-btn-clicked:focus {
    background: #B5C7C7!important;
}
.sc-faq-item:not(.is-expanded) .elementor-button.sc-faq-btn-clicked:focus:hover {
    background: #f5f5f0!important;
}

.sc-faq-item {
  transition:
    opacity .35s ease,
    transform .35s ease;
}

@media only screen and (min-width: 768px) {
    .sc-faq-item.sc-faq-dim {
      opacity: .9;
    }
}
