/* 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;
}
#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;
}
/* .page-transition {
  position: fixed;
  inset: 0;
  z-index: 99999;
  pointer-events: none;
}

.transition-inner {
  position: absolute;
  inset: 0;
  background: #0f100f;
  transform: scaleY(1);
  transform-origin: top;
} */
.parallax-wrapper {
    overflow: hidden;
}
/************** CSS START ********************/
body.page-id-35 header,
body.page-id-35 footer {
  display: none !important;
}
/* body.admin-bar #sticky-menu {
  top: 32px !important;
}

@media only screen and (max-width: 782px) {
  body.admin-bar #sticky-menu {
    top: 46px !important;
  }
} */


/* Image scale */
.wooprex-scale {
  opacity: 0;
  transform: scale(0.82);
  transition:
    transform 1.2s ease,
    opacity 0.35s;
}
.wooprex-scale.animated {
  opacity: 1;
  transform: scale(1);
}
.wooprex-scale.animated img {
  animation: scaleImage 1.4s ease;
}

/* ANIMATED BORDER */
.animated-border {
  --scale: 0;
  pointer-events: none;
}

.animated-border.right {
  transform: scaleX(var(--scale));
  transform-origin: left center; /* grows left → right */
}

.animated-border.left {
  transform: scaleX(var(--scale));
  transform-origin: right center; /* grows right → left */
}

.animated-border.top {
  transform: scaleY(var(--scale));
  transform-origin: bottom center; /* grows bottom → top */
}

.animated-border.bottom {
  transform: scaleY(var(--scale));
  transform-origin: top center; /* grows top → bottom */
}

/* Form */
.wsf-form label.wsf-label {
  color: #f2f2f2 !important;
  font-weight: 400 !important;
  font-size: 18px !important;
}
.wsf-form .wsf-text-danger {
  color: #f2f2f2 !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: #f1f4f7 !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  border: none !important;
  color: #000000 !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2) !important;
  padding: 11px 8px !important;
  border-radius: 0px !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: #000000 !important;
  opacity: 1 !important;
  font-size: 25px !important;
}

.wsf-form textarea.wsf-field {
  height: 150px !important;
  max-height: 150px !important;
}

.wsf-form input[type="checkbox"].wsf-field {
  background: transparent !important;
  box-shadow: none !important;
  border-color: #000000 !important;
  border-radius: 0px !important;
  cursor: pointer;
  width: 16px !important;
  min-height: 16px !important;
  height: 16px !important;
}
.wsf-form input[type="checkbox"].wsf-field:checked::after {
  border-color: #000000 !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: 30px !important;
  cursor: pointer;
  font-size: 19px !important;
  font-weight: 400 !important;
}

/* .wsf-form select#wsf-1-field-8,
.wsf-form select#wsf-1-field-9 {
  background-image: url(../assets/svg/right-arrow-black.svg) !important;
} */
.wsf-form select.wsf-field {
  font-size: 16px;
  background-repeat: no-repeat;
  background-position: center right 0px !important;
  background-size: 30px !important;
  appearance: none !important;
  -moz-appearance: none;
  color: #000000 !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.5) !important;
}

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

.wsf-form button.wsf-button {
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 1.5em !important;
  padding: 11px 35px !important;
  border: none !important;
  background: #4280da !important;
  width: auto !important;
  color: #ffffff !important;
  position: relative;
  transition: 0.3s all !important;
  border-radius: 10px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
}
.wsf-form button.wsf-button:focus {
  outline: none !important;
  box-shadow: none !important;
}
.wsf-form button.wsf-button:hover {
  background-color: #6a7282 !important;
}

.wsf-form .wsf-field-wrapper {
  margin-bottom: 60px !important;
}

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

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

body.page-id-35 footer#site-footer {
  display: none;
}

.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: 45px;
  height: 45px;
  background-image: url("../assets/svg/close.svg");
  background-size: 45px;
  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;
  }
}


