/* 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: #EDEBE4;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}

.loader-spinner {
  width: 50px;
  height: 50px;
  border: 3px solid #EDEBE4;
  border-top: 3px solid #000;
  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,
body.page-id-893 header,
body.page-id-893 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 {
  pointer-events: none !important;
}
.sc-logo,
.sc-header-right {
  pointer-events: auto !important;
}

.elementor-nav-menu--main .elementor-item {
  transform-origin: left center !important;
}

.sc-footer-text a {
  font-weight: 400 !important;
  font-size: 14px !important;
}

/* Form */
.wsf-form label.wsf-label {
  color: #000000 !important;
  font-weight: 400 !important;
  font-size: 18px !important;
}
.wsf-form .wsf-text-danger {
  color: #000000 !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: #edebe4 !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #000000 !important;
  border: 1px solid #000000 !important;
  padding: 9px 25px !important;
  border-radius: 100px !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: 20px !important;
}

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

.wsf-form input[type="checkbox"].wsf-field {
  background: transparent !important;
  box-shadow: none !important;
  border-color: #000000 !important;
  border-radius: 50% !important;
  cursor: pointer;
  width: 24px !important;
  min-height: 24px !important;
  height: 24px !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: 35px !important;
  cursor: pointer;
  font-size: 20px !important;
  font-weight: 400 !important;
  top: 3px;
  position: relative;
}

/* .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: 20px !important;
  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.2) !important;
}

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

.wsf-form button.wsf-button {
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 1.3em !important;
  padding: 12px 45px !important;
  border: 1px solid #000000 !important;
  background: #000000 !important;
  width: auto !important;
  color: #ffffff !important;
  position: relative;
  transition: 0.3s all !important;
  border-radius: 100px !important;
}
.wsf-form button.wsf-button:focus {
  outline: none !important;
  box-shadow: none !important;
}
.wsf-form button.wsf-button:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
}

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

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

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

/* radio */
.wsf-location-radio {
  margin-bottom: 60px !important;
}
.wsf-location-radio .wsf-fields {
  align-items: center;
}
.wsf-location-radio .wsf-inline {
  margin: 0 !important;
  flex: 1;
}
.wsf-location-radio [role="radiogroup"] {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.wsf-form .wsf-location-radio label.wsf-label {
  font-size: 24px !important;
  font-weight: 600 !important;
}
.wsf-location-radio [role="radiogroup"] label.wsf-label {
  width: 100%;
  padding: 12px 50px !important;
  font-weight: 500 !important;
  color: #000000 !important;
  background: #ffffff !important;
  border-radius: 100px !important;
  border: none !important;
}
.wsf-form input[type="radio"].wsf-field.wsf-button:checked + label.wsf-label,
.wsf-location-radio [role="radiogroup"] .wsf-label:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.wsf-form
  input[type="radio"].wsf-field.wsf-button:checked:focus
  + label.wsf-label {
  box-shadow: none !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: 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;
  }
}

@media only screen and (min-width: 1025px) {
  .sc-pin-section {
    overflow: visible !important;
  }

  .sc-pin-container {
    position: relative;
    height: 200vh !important;
  }

  .fixed-box-contain {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
  }

  .extra-top .fixed-box-contain {
    top: 150px !important;
    height: auto;
  }

  .sc-pin-item {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100vh;

    will-change: transform;
  }

  /* Higher item stays above previous */
  .sc-pin-item.item-1 {
    z-index: 1;
  }

  .sc-pin-item.item-2 {
    z-index: 2;
  }

  .sc-pin-item.item-3 {
    z-index: 3;
  }

  .sc-pin-item.item-4 {
    z-index: 4;
  }
}

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

@media only screen and (min-width: 1900px) {
.extra-top .fixed-box-contain {
  top: 200px !important; 
}
}

@media only screen and (min-width: 1800px) {
.scheights{
  height: 1000px;
}
.scjustify{
  justify-content: start!important;
}
}
@media only screen and (min-width: 2100px) {
  .scheights{
    height: 1080px;
  } 
  }



  .sc-mobile-menu-bar2{
    position: relative;
    top: 3px;
  }