:root {
  --white: #fff;
  --green: #6cad97;
  --green-dark: #4d8974;
  --green-light: #7ac3ab;
  --grey: #546771;
  --blue: #2b4c5d;
  --font-eaves: "mrs-eaves-roman-all-small-ca", Sans-serif;
  --font-eaves-ot: "mrs-eaves", Sans-serif;
  --font-proxima: "proxima-nova";
}

/* Common Styles  */
.green_color {
  span {
    color: var(--green-light);
    font-family: var(--font-eaves-ot);
    font-weight: 400;
    font-size: inherit;
    line-height: inherit;
    font-style: italic;
    text-transform: lowercase;
  }
}
.span_lightgreen {
  span {
    color: var(--green-light);
    font-family: var(--font-eaves-ot);
    font-weight: 400;
    font-size: 41px;
    line-height: inherit;
    font-style: italic;
    text-transform: capitalize;
  }
}
.span_green2 {
  span {
    font-family: var(--font-eaves-ot);
    font-weight: 400;
    font-style: Italic;
    font-size: 50px;
    line-height: 100%;
    color: var(--green-dark);
    padding-right: 8px;
  }
}
.span_green {
  span {
    font-family: var(--font-eaves-ot);
    font-weight: 400;
    font-style: Italic;
    font-size: 41px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize !important;
    text-align: center;
    color: var(--green);
  }
  &.dark {
    span {
      color: var(--green-dark);
    }
  }
  &.builder {
    span {
      font-size: 48.69px;
      line-height: 100%;
    }
  }
}
.span_white {
  span {
    font-family: var(--font-eaves-ot);
    font-weight: 400;
    font-style: Italic;
    font-size: 46px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize !important;
    text-align: center;
    color: var(--white);
  }
  &.banner {
    span {
      font-size: inherit;
      line-height: inherit;
    }
  }
}
.banner_btn {
  .elementor-button {
    .elementor-button-icon {
      position: relative;
      top: -1px;
      svg {
        width: 23px;
        height: 18px;
      }
    }
  }
}
.green-btn {
  .elementor-button {
    .elementor-button-icon {
      position: relative;
      top: -1px;
      svg {
        width: 20px;
        height: 16px;
      }
    }
  }
}

.ham_icon {
  img {
    cursor: pointer;
  }
}
body:has(.megamenu-open) {
  overflow-y: hidden;
}
#afoa-megamenu-container {
  .megamenu-fixed-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scrollbar-color: transparent transparent;
    transition: 0.5s all;
    transform: translateY(-100%);
    padding: 0px 45px 50px;
    background-image: url(/wp-content/uploads/2026/04/Mega-Menu.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    &.megamenu-open {
      transform: translateY(0%);
      transition: 0.5s all;
    }
    ul {
      padding: 0;
      list-style: none;
      a {
        font-family: var(--font-proxima);
        font-weight: 400;
        font-size: 18px;
        line-height: 45px;
        color: var(--white);
        &:hover {
          color: var(--green);
        }
      }
    }
    .close-button {
      position: absolute;
      top: 20px;
      right: 20px;
      z-index: 99;
      img {
        cursor: pointer;
      }
    }
    .logo-search-flex-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      max-width: 970px;
      margin: 0 auto;
      padding-top: 70px;
      padding-bottom: 30px;
      position: relative;
    }
    .desktop-tablet-megamenu-wrapper {
      width: 100%;
      max-width: 970px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      .col-1,
      .col-2 {
        .menu {
          > .menu-item-has-children {
            > a {
              font-family: var(--poppins);
              font-weight: 700;
              font-size: 22px;
              line-height: 100%;
              text-transform: uppercase;
            }
            > .sub-menu {
              margin-top: 15px;
            }
          }
        }
      }
      .col-1 {
        padding-right: 92px;
        padding-top: 45px;
        border-right: 1px solid #ffffff80;
        .menu {
          > .menu-item {
            &:not(:last-child) {
              margin-bottom: 20px;
            }
            > a {
              color: var(--white);
              font-family: var(--font-eaves);
              font-weight: 400;
              font-size: 34px;
              line-height: 100%;
              text-transform: uppercase;
				&:hover{
					color: #7ac3ab;
				}
            }
            &.contact_btn {
              margin-top: 30px;
              a {
                font-family: var(--font-eaves);
                font-weight: 400;
                font-size: 22px;
                line-height: 100%;
                background: var(--green);
                color: var(--white);
                padding: 11px 17.1px;
                &:hover {
                  background: #387694;
                }
              }
            }
          }
        }
        .casino_social_icons {
          .casino_social_icons_ul {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 40px;
            li {
              cursor: pointer;
              transition: 0.5s all;
              height: 34px;
              width: 34px;
              a {
                display: flex;
                justify-content: center;
                align-items: center;
                height: 100%;
                width: 100%;
              }
            }
            li:hover {
              transform: translateY(-8px);
            }
          }
        }
      }
      .col-2 {
        padding-left: 72px;
        padding-top: 35px;
        flex: 1;
        .menu {
          > .menu-item-has-children {
            > a {
              color: var(--white);
              font-family: var(--font-eaves);
              font-weight: 400;
              font-size: 30px;
              line-height: 100%;
              position: relative;
              padding-bottom: 15px;
              &::before {
                content: "";
                position: absolute;
                left: 0;
                bottom: 0;
                width: 150px;
                height: 2px;
                border-bottom: 2px solid var(--green);
              }
              span {
                font: inherit;
                font-family: var(--font-eaves-ot);
                color: inherit;
                font-style: italic;
                text-transform: lowercase;
              }
            }
            > .sub-menu {
              display: flex;
              flex-wrap: wrap;
              margin-top: 30px;
              .menu-item {
                flex: 0 0 40%;
              }
            }
          }
          .view-btn {
            margin-top: 30px;
            a {
              position: relative;
              font-family: var(--font-eaves);
              font-weight: 400;
              font-size: 24px;
              line-height: 100%;
              text-transform: uppercase;
              color: var(--white);
              padding-right: 35px;
              &::after {
                content: "";
                position: absolute;
                right: 0;
                top: 2px;
                width: 21px;
                height: 16px;
                background-image: url(/wp-content/uploads/2026/04/Vector-6.svg);
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                transition: 0.5s all;
                transform: translateX(0);
              }
              &:hover {
                &::after {
                  transition: 0.5s all;
                  transform: translateX(5px);
                }
              }
            }
          }
        }
      }
    }
    .mobile-megamenu-wrapper {
      display: none;
    }
  }
}

/* Home Page */
#home_testimonial {
  .elementor-swiper-button {
    &:hover {
      svg {
        fill: transparent;
      }
    }
    svg {
      width: auto;
      height: auto;
    }
  }
}
.gallery_loop {
  .gallery-container {
    position: relative;
    .gallery-heading {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      visibility: hidden;
      background: #2b4c5cdb;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
    }
    &:hover {
      .gallery-heading {
        opacity: 1;
        visibility: visible;
      }
    }
  }
}
/* Contact Page */
.contact_form {
  .gform_heading p.gform_required_legend {
    display: none;
  }
  .gform_submission_error {
    .gform-icon--circle-error::before {
      position: relative;
      left: -0.5px;
      top: 0.5px;
    }
  }
  .gform-body {
    .gform_fields {
      row-gap: 16px;
      .gfield {
        legend,
        label {
          display: none;
        }
        input {
          border: 1px solid var(--grey);
          border-radius: 0px;
          box-shadow: 0 0 0;
          height: 50px;
          font-family: var(--font-proxima);
          font-weight: 500;
          font-size: 18px;
          line-height: 140%;
          color: var(--blue);
          &::placeholder {
            color: #546771d1;
            opacity: 1;
            text-transform: capitalize;
          }
        }
        textarea {
          border: 1px solid var(--grey);
          border-radius: 0px;
          box-shadow: 0 0 0;
          height: 127px;
          resize: none;
          min-block-size: 0rem;
          color: var(--blue);
          font-family: var(--font-proxima);
          font-weight: 500;
          font-size: 18px;
          line-height: 140%;
          &::placeholder {
            color: #546771d1;
            opacity: 1;
            text-transform: capitalize;
          }
        }
        &.gfield--type-name {
          .ginput_container {
            gap: 5px;
          }
        }
      }
    }
  }
  .gform-footer {
    margin-top: 20px;
    input[type="submit"] {
      font-family: var(--font-eaves) !important;
      font-weight: 400 !important;
      font-size: 29px !important;
      line-height: 100% !important;
      letter-spacing: 0px !important;
      text-transform: uppercase !important;
      color: var(--white) !important;
      background: var(--blue) !important;
      border-radius: 0px !important;
      cursor: pointer !important;
      transition: 0.5s all;
      padding: 13px 35px !important;
      &:hover {
        transition: 0.5s all;
        background: var(--green) !important;
      }
    }
  }
}
/* Validation Message Styles */
.gform_wrapper .gform_validation_errors {
  background: transparent !important;
  box-shadow: 0 0 0 !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 20px 0 20px !important;
  outline: 0 !important;
  .gform_submission_error {
    flex-direction: row !important;
    align-items: center;
  }
}

#lafaye-living-loop {
  .elementor-grid {
    display: block;
  }
  .living_slider {
    width: 100%;
  }
  .investment-slider-container {
    .investment-slider-wrapper {
      .investment-slider-image-container {
        border: 3px solid var(--white);
        height: 340px;
        img {
          width: 100%;
          height: 100%;
        }
      }
    }
    .slider-button-wrapper {
      margin-top: 20px;
      display: flex;
      flex-wrap: wrap;
      justify-content: end;
      gap: 40px;
      .left-arrow,
      .right-arrow {
        cursor: pointer;
      }
    }
  }
}

.custom_gallery_slider .e-gallery-grid .e-gallery-image {
  padding-bottom: 80.5%;
}
.team_green_arrow .elementor-button-icon svg {
  width: 17.5px;
}
.b_500 b {
  font-weight: 500;
}
