/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

:root {
  --primary: #6b0e2f;
  --primary_hover: #bcbeb9;
  --secondary: #a9aca9;
  --secondary_hover: #bcbeb9;
  --text: #6b0e2f;
  --accent: #6b0e2f;
  --border: #e5e5e5;
  --dark: #6b0e2f;
  --light: #999;
  --background: #fff;
  --background2: #fbfaf8;
}

html {
  font-size: 16px;
  overflow-x: hidden;
}

strong {
  font-weight: 600;
}

body {
  font-size: 1rem;
  font-weight: normal;
  color: #6b0e2f;
  font-style: normal;
  line-height: 1.4;
  background-color: #fff;
  overflow-x: hidden;
}

body.page {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

body.page.loaded {
  opacity: 1;
}

ul,
ol {
  margin: 0;
  padding: 0 0 0 1.2em;
}

h3 {
  color: var(--secondary);
}

p {
  color: #6b0e2f;
  line-height: 1.2;
}

input,
textarea,
select {
  background: transparent;
  color: #6b0e2f;
  border: 1px solid #6b0e2f;
}

input::placeholder,
textarea::placeholder {
  color: #6b0e2f;
  opacity: 1;
}

a,
button {
  color: #6b0e2f;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #a9aca9;
}

a:not(.button) {
  color: #6b0e2f;
  text-decoration: none;
}

a:not(.button):hover {
  color: #6b0e2f;
}

.white {
  color: #ffffff !important;
}

.red {
  color: #a9aca9 !important;
}
.elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

.aligned-list {
  list-style-type: disc; /* Keeps the default bullet style */
  list-style-position: outside; /* Positions the bullet outside the text */
  margin: 0; /* Adjust as needed for spacing */
  padding: 0; /* Adjust as needed for spacing */
}

.aligned-list li {
  display: list-item; /* Default display for list items */
  padding-left: 0.8em; /* Adjust left padding to align the text with bullets */
  text-align: start; /* Aligns text properly in all languages */
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0.8em;
}
/* Contact form */
.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

.wpcf7-form input[type="text"]:placeholder-shown + label,
.wpcf7-form input[type="email"]:placeholder-shown + label,
.wpcf7-form textarea:placeholder-shown + label {
  cursor: text;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(20px, -35px);
  color: #6b0e2f;
}

.wpcf7-form input[type="text"]:not(:placeholder-shown) + label,
.wpcf7-form input[type="text"]:focus + label,
.wpcf7-form input[type="email"]:not(:placeholder-shown) + label,
.wpcf7-form input[type="email"]:focus + label,
.wpcf7-form textarea:not(:placeholder-shown) + label,
.wpcf7-form textarea:focus + label {
  cursor: pointer;
  padding: 0 5px;
  transform: translate(1px, 10px);
  color: #6b0e2f;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
  width: 100%;
  min-height: 45px;
  font-size: 16px;
  font-weight: 400;
  color: #6b0e2f;
  background-color: transparent;
  border: 1px solid #e7e6dd;
  padding: 0px 20px;
  border-radius: 0;
  margin-bottom:1em;
}

input.wpcf7-form-control::placeholder,
textarea.wpcf7-form-control::placeholder,
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder,
.iti input::placeholder {
  color: #6b0e2f !important;
  opacity: 1 !important;
}

input.wpcf7-form-control::-webkit-input-placeholder,
textarea.wpcf7-form-control::-webkit-input-placeholder,
.wpcf7-form input::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder,
.iti input::-webkit-input-placeholder {
  color: #6b0e2f !important;
  opacity: 1 !important;
}

input.wpcf7-form-control::-moz-placeholder,
textarea.wpcf7-form-control::-moz-placeholder,
.wpcf7-form input::-moz-placeholder,
.wpcf7-form textarea::-moz-placeholder {
  color: #6b0e2f !important;
  opacity: 1 !important;
}

/* intl-tel-input */
.iti {
  display: block !important;
}

.iti__selected-dial-code,
.iti input,
.iti input[type="tel"] {
  color: #6b0e2f;
  background: transparent;
}

.iti--separate-dial-code .iti__selected-dial-code{
  font-family: "Gotham Medium", Sans-serif;
  font-size: 14px;
}

.iti__flag-container {
  border-right: 1px solid #e7e7df;
}

.wpcf7-form .form-col.placeholder-shown.c-tel {
  position: relative;
}

.wpcf7-form .form-col {
  margin-bottom: 2em;
  margin-top: 2em !important;
  position: relative;
}

.wpcf7-form input[type="submit"] {
  background-color: var(--primary) !important;
  color: #fff !important;
  letter-spacing: 1px;
  font-size: 0.8rem;
  border: 1px solid #fff;
  padding: 6px 22px 6px 22px;
  font-weight: 500;
  font-family: "Gotham Medium", Sans-serif;
  font-size: 14px;
}

.wpcf7-form input[type="submit"]:hover {
  background-color: var(--primary) !important;
  color: #fff !important;
}

.wpcf7-acceptance label {
  pointer-events: all !important;
}

.wpcf7-form .wpcf7-list-item-label, .wpcf7-form .wpcf7-list-item-label a {
  color: #6b0e2f !important;
  margin: 0 0 1em 0;
  font-family: "Gotham Medium", Sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.wpcf7-form .wpcf7-list-item {
  color: #fff !important;
  margin: 0 0 12px 0;
  font-family: "Gotham Medium", Sans-serif;
  font-size: 14px;
    font-weight: 500;

}

.wpcf7-list-item a {
  color: #6b0e2f;
  text-decoration: none;
  font-family: unset;
  font-weight: unset;
}

.wpcf7-list-item a:hover {
  color: #999;
}

.dashicons-admin-users:before,
.dashicons-email:before {
  position: absolute;
  color: #fff;
  right: 12px;
  top: 18px;
  z-index: 9;
}

.dashicons-phone:before {
  position: absolute;
  color: #fff;
  right: 12px;
  top: 18px;
  z-index: 9;
  z-index: 9;
}

.wpcf7-form label {
  display: block;
}

.wpcf7-acceptance label {
  background-color: unset;
}

/* Bootstrap default modal styles */

.modal {
  display: none;
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}

.modal-dialog {
  position: relative;
  margin: 1.75rem auto;
  width: 100%;
  max-width: 500px;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #000;
}

.modal-title {
  margin: 0;
}

.modal-header button {
  border-radius: unset;
}

.close {
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  background: transparent;
  border: none;
  cursor: pointer;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
  z-index: 1040; /* Below the modal, but above the rest of the page */
}

/* Modal footer */
.modal-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.modal-body {
  padding: 1rem;
  height: 100%;
  background-color: #fff;
}

.modal-content {
  border-radius: unset;
}
.modal-dialog {
  min-height: 100%;
  margin: 0 0 0 auto;
  width: 420px;
}

.modal-dialog .close span {
  color: #fff;
}

.modal-dialog p,
.modal-dialog a,
.modal-dialog span,
.modal-dialog {
  color: #6b0e2f;
}

.modal-dialog a:hover {
  color: #6b0e2f;
}

.wpcf7-not-valid-tip {
  color: #c94444 !important;
  font-size: 14px;
  position: absolute;
}

.wpcf7-response-output {
  margin: 1em auto 4em auto;
}

.modal-dialog h5 {
  color: #6b0e2f;
  font-weight: 500;
  font-size: 1.4rem;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(100%, 0) scale(1);
  transform: translate(100%, 0) scale(1);
}

.modal.fade.show {
  padding: 0 !important;
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  display: flex;
  align-items: stretch;
  -webkit-box-align: stretch;
  height: auto;
}

.modal-body .wpcf7-form .wpcf7-list-item-label {
  color: #6b0e2f !important;
}

.modal-body .wpcf7-form .wpcf7-list-item-label a {
  font-weight: unset;
  font-family: unset;
}

.modal-body .btn {
  background: #fff;
  border: 1px solid #fff;
  color: #020000;
}

.modal-body .btn:hover {
  background: #a9aca9;
  border: 1px solid #a9aca9;
}

.modal-open {
  position: absolute !important;
  overflow: visible;
  width: 100%;
  height: 100vh;
  padding: 0 !important;
}

.modal-header .close {
  font-size: 1rem;
  background-color: #000;
  color: #fff;
  opacity: 1 !important;
}

.modal-header .close:hover {
  background-color: #fff;
  color: #000;
  opacity: 1 !important;
}

.modal-dialog .close:hover span {
  color: #000;
}

#registerModal .contact-field input {
  font-size: 14px;
  background-color: #ffffff;
}

#registerModal .contact-field.mb-40 {
  margin-bottom: 20px !important;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 85%;
}

.register-description-container p,
.register-description-container h2,
.register-description-container h3,
.register-description-container h4 {
  color: #fff;
}

.register-description-container ul {
  padding-left: 1em;
}

/* Propelyst */
.propelyst-container {
  height: calc(100vh - 85px);
  padding-top: 0;
  margin-top: 77px;
}

.elementor-location-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

.elementor-location-header.scroll {
  background-color: #fff;
}

.ehf-header #masthead {
  top: 0;
}

/* Cookies notice */
#cookie-notice {
  border-top: 1px solid #f5f5f5;
}

.cn-close-icon:before,
.cn-close-icon:after {
  background-color: #fff;
}

.spandiva-slider {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* MAIN */
.spandiva-main {
  width: 100%;
  overflow: hidden;
}

.spandiva-main img {
  width: 100%;
  height: 650px;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center center;
}

/* PREVIEW CARD */
.spandiva-preview {
  position: absolute;
  right: 10%;
  bottom: -2%;
  width: auto;
  background: #e7e6dd;
  padding: 14px;
  cursor: pointer;
}

.spandiva-preview img {
  display: block;
  width: 300px;
  height: 300px;
  object-fit: cover;
  transition: opacity 0.4s ease;
}

/* NAV */
.spandiva-nav {
  position: absolute;
  left: 4em;
  bottom: 2.5em;
  display: flex;
  gap: 10px;
}

.spandiva-nav button {
  width: 40px;
  height: 40px;
  border: 1px solid #6b0e2f;
  border-radius: 0;
  color: #6b0e2f;
  background: #e7e7df;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 16px;
  line-height: 1;
}

.spandiva-nav button:hover {
  color: #fff;
  background: #6b0e2f;
}


/* FULL WIDTH — no max-width */
.spandiva-slider.spandiva-full {
  max-width: 100%;
}

/* LEFT COLUMN — thumbnail on right, nav on left, bottoms aligned */
.spandiva-slider.spandiva-col-left .spandiva-preview {
  left: auto;
  right: -165px;
  bottom: -100px;
}

.spandiva-slider.spandiva-col-left .spandiva-nav {
  right: auto;
  left: 0;
  bottom: -100px;
  align-items: flex-end;
}

/* RIGHT COLUMN — thumbnail on left, nav on right, bottoms aligned */
.spandiva-slider.spandiva-col-right .spandiva-preview {
  right: auto;
  left: -165px;
  bottom: -100px;
}

.spandiva-slider.spandiva-col-right .spandiva-nav {
  left: auto;
  right: 0;
  bottom: -100px;
  align-items: flex-end;
}

/* HERO MEDIA */
.hero-media {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

.hero-video,
.hero-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}

/* Fallback is always-on base layer */
.hero-fallback {
  z-index: 0;
}

.hero-fallback-mobile {
  display: none;
}

/* Video sits on top of fallback */
.hero-video {
  z-index: 1;
}

@media (max-width: 768px) {
  .hero-fallback-desktop {
    display: none;
  }

  .hero-fallback-mobile {
    display: block;
  }
}

/* CLONE ANIMATION ELEMENT — transition set by JS after initial paint */
.spandiva-clone {
  position: fixed;
  z-index: 9999;
  object-fit: cover;
  pointer-events: none;
}

@media (min-width: 2400px) {
  .spandiva-main img {
    height: 1100px;
  }

  .spandiva-preview img {
    width: 550px;
    height: 550px;
  }

  .spandiva-slider.spandiva-col-left .spandiva-preview,
  .spandiva-slider.spandiva-col-right .spandiva-preview {
    bottom: -175px;
  }

  .spandiva-slider.spandiva-col-left .spandiva-preview {
    right: -289px;
  }

  .spandiva-slider.spandiva-col-right .spandiva-preview {
    left: -289px;
  }

  .spandiva-slider.spandiva-col-left .spandiva-nav,
  .spandiva-slider.spandiva-col-right .spandiva-nav {
    bottom: -175px;
  }
}

/* Media queries */
@media (max-width: 768px) {
  .spandiva-preview {
    display: none;
  }

  .spandiva-main img {
    height: 300px;
    aspect-ratio: unset;
  }

  .spandiva-nav {
    position: static;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 16px;
  }

  .modal-dialog {
    width: 100%;
    min-height: unset;
    margin: 0;
  }

  .modal.fade.show .modal-dialog.modal-dialog-slideout {
    height: auto;
    min-height: unset;
  }
}

/* Back to top */
#back-to-top {
  position: fixed;
  bottom: 6em;
  right: 1em;
  width: 40px;
  height: 40px;
  border: 1px solid #6b0e2f;
  background: #e7e7df;
  color: #6b0e2f;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  z-index: 998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  transform: rotate(90deg);
box-shadow: 6px -5px 8px 0px rgba(107,14,47,0.24);
-webkit-box-shadow: 6px -5px 8px 0px rgba(107,14,47,0.24);
-moz-box-shadow: 6px -5px 8px 0px rgba(107,14,47,0.24);}

#back-to-top:hover {
  background-color: #6b0e2f;
  color: #e7e7df;
}

#back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
}

/* Mobile bottom fixed button */
.mobile-bottom-fixed-container {
  display: none;
}

@media (max-width: 768px) {
  .mobile-bottom-fixed-container {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 997;
    padding: 12px 16px;
    background-color: #fff;
    border-top: 1px solid var(--border);
  }

  .mobile-bottom-fixed-button {
    display: block;
    background-color: var(--primary);
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    font-size: 0.8rem;
    font-weight: 500;
    border: 1px solid var(--primary);
    padding: 12px 22px;
    cursor: pointer;
  }

  .mobile-bottom-fixed-button a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-family: "Gotham Medium",Sans-serif;
  }

  .mobile-bottom-fixed-button:hover {
    background-color: var(--primary_hover);
    border-color: var(--primary_hover);
  }

  .mobile-bottom-fixed-button:hover a {
    color: #fff;
  }
}