/*
Theme Name: Unity Plaza website
Author: Kites Global (DCODE)
Description: Bootstrap WordPress theme for Unity Plaza website.
Version: 2.0
*/

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #020228;
}

:root {
  --main-blue: #0ba9cd;

  --neon-thickness: 3px;
  /* border thickness */

  --neon-card-border-radius: 128px;

  --form-switch-white-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik", sans-serif;
}

.floating-whatsapp {
  position: fixed;
  right: 10px;
  bottom: 100px;
  z-index: 9999;
}
.floating-whatsapp a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.floating-whatsapp a:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}
.floating-whatsapp i {
  font-size: 36px;
  display: block;
}
@media (max-width: 480px) {
  .floating-whatsapp a {
    width: 48px;
    height: 48px;
  }
  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
  }
}

.only-desk {
  display: none !important;
}

.only-desktop {
  display: none;
}

.only-mobile {
  display: block;
}

.lottie-block {
  width: 100%;
}

header {
  position: sticky;
  z-index: 1000;
  top: 0;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 1, 1, 0.714) 55%,
    transparent
  );
  /* background: rgba(37, 51, 74, 0.455); */
  backdrop-filter: blur(4px);

  .navbar {
    /* margin: 0 6rem; */
    .navbar-brand {
      width: 20%;
    }

    .navbar-collapse {
      form {
        width: 100%;
      }
    }

    form {
      border-radius: 40px;

      input {
        border: 1px solid #025ba1;
        border-radius: 40px;
        background: none;
        color: #fff;
      }

      input::placeholder {
        color: white;
      }

      button {
        border: none;
        border-radius: 40px;
        background-color: #025ba1;
        color: white;
        display: flex;
        align-items: center;
      }

      button:hover {
        background-color: #007ede;
        color: white;
      }
    }

    .navbar-nav {
      .nav-link {
        color: #e9e9e9;
        font-size: 0.9rem;
        text-transform: uppercase;

        &:hover {
          color: #ffffff;
        }
      }

      .nav-link.active {
        color: var(--main-blue);
      }

      .current-post-parent {
        .nav-link {
          color: var(--main-blue);
        }
      }

      .current-post-ancestor {
        .nav-link {
          color: var(--main-blue);
        }
      }
    }

    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23fff' d='M4 11h12v2H4zm0-5h16v2H4zm0 12h7.235v-2H4z'/></svg>");
    }
  }

  .dropdown-toggle::after {
    font-family: "bootstrap-icons";
    display: inline-block;
    margin-left: 0.3em;
    vertical-align: -0.1rem;
    content: "\F282";
    border: 0;
    font-size: 0.9rem;
  }
}

.btn-theme1 {
  background-color: var(--main-blue);
  color: black;
  padding: 0.5rem 2rem;
  border-radius: 40px;
  filter: drop-shadow(-5px 0px 18px var(--main-blue));
  transition: all 0.2s ease-in;
}

.btn-theme1:hover {
  background-color: #0bb5dc;
  color: black;
  filter: drop-shadow(-5px 0px 25px var(--main-blue));
  transition: all 0.2s ease-out;
}

/* <--- Neon card styles */

.neon-border {
  display: inline-block;
  padding: var(--neon-thickness);
  border-radius: var(--neon-card-border-radius);
  position: relative;
  z-index: 1;
  background: linear-gradient(
    90deg,
    #0ba9cd,
    #00ff99,
    #006aff,
    #0ba9cd,
    #0ba9cd
  );
  background-size: 300% 300%;
  animation: neon-move 6s linear infinite;
  width: 100%;
}

.neon-border::before {
  content: "";
  position: absolute;
  inset: -8px;
  /* reduced glow spread */
  border-radius: var(--neon-card-border-radius);
  z-index: 0;
  background: linear-gradient(
    90deg,
    #0ba9cd,
    #00ff99,
    #006aff,
    #0ba9cd,
    #0ba9cd
  );
  background-size: 300% 300%;
  animation: neon-move 6s linear infinite;
  filter: blur(8px) saturate(140%);
  opacity: 0.6;
  pointer-events: none;
}

.neon-card {
  border-radius: var(--neon-card-border-radius);
  padding: 20px;
  color: #fff;
  position: relative;
  z-index: 2;
  height: 220px;
  box-sizing: border-box;
}

/* Neon card styles ---> */

.hero-sec {
  height: 70svh;
  width: 100%;
  position: relative;
  padding-bottom: 0%;
  z-index: 2;

  /* background-image: url("img/hero.jpg"); */
  /* background-position: center; */
  /* background-size: cover; */
  /* background-repeat: no-repeat; */

  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;

  .intro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    margin-bottom: 10%;

    h1 {
      text-transform: uppercase;
      font-weight: 600;
    }

    p {
      text-align: center;
    }
  }

  .bg-vid.video {
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
  }

  .apply-for-cont {
    text-transform: uppercase;
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;

    gap: 0.3rem;

    /* background: linear-gradient(to left, #1e3657, #15112c, #364d6c); */
    /* background: rgba(255, 255, 255, 0.336); */
    background: rgb(0 23 60 / 65%);
    backdrop-filter: blur(4px);
    padding: 1rem 2rem;
    border-radius: 40px;

    h5 {
      text-align: center;
      color: #5c8eae;
      font-weight: 300;
      font-size: 1rem;
    }

    .links {
      display: flex;

      gap: 1rem;

      a {
        text-decoration: none;
        color: white;
        font-size: 0.85rem;
        display: flex;
        gap: 0.4rem;
        transition: all 0.2s ease-in;
        transform: translateX(-5px);
      }

      a::before {
        /* display: none; */
        font-family: "bootstrap-icons";
        content: "\F280";
        transform: translateX(0%);
        opacity: 0;
        transition: transform 0.4s linear, opacity 0.4s linear;
      }

      a:hover {
        color: var(--main-blue);
        transition: all 0.2s ease-in;
        transform: translateX(0);
      }

      a:hover::before {
        /* display: block; */
        transform: translateX(20%);
        opacity: 1;
      }

      a::before {
        transform: translateX(0%);
        opacity: 0;
      }
    }

    margin-bottom: 0.8rem;
  }

  .inquiry {
    color: var(--main-blue);
    text-align: center;
    font-size: 1rem;

    a {
      text-decoration: none;
      color: white;
    }
  }

  .logo-carousel {
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
    position: relative;
    display: flex;
    gap: 20rem;

    height: 60px;

    background-image: linear-gradient(
      to top,
      hsl(240, 64.44%, 8.82%) 80%,
      transparent 100%
    );

    > * {
      flex: 0 0 100%;
    }

    mask-image: linear-gradient(
      to right,
      transparent 0,
      black 128px,
      black calc(100% - 200px),
      transparent 100%
    );
    mask-mode: alpha;

    .group {
      display: flex;
      gap: 4rem;
      padding-right: 8rem;
      will-change: transform;
      animation: logo-scroll 20s linear infinite;

      img {
        height: 40px;
      }
    }
  }
}

.about-sec {
  background-image: url("img/about-us-bg.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10% 0rem;

  .about-info-cont {
    display: flex;
    align-items: center;
    text-align: center;

    .about-info-itm {
      padding: 2rem;

      h2 {
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 1rem;
      }

      p {
        color: var(--main-blue);

        .sub-topic {
          font-weight: 600;

          font-size: 1rem;
          display: block;
        }
      }
    }
  }

  .about-img {
    margin-top: 7rem;
    display: flex;
    justify-content: center;

    .neon-border {
      border-radius: 4rem 8rem 8rem 4rem;
      width: 316px;
    }

    .neon-border::before {
      border-radius: calc(4rem + 8px) calc(8rem + 8px) calc(8rem + 8px)
        calc(4rem + 8px);
    }

    .neon-card {
      border-radius: calc(4rem - var(--neon-thickness))
        calc(8rem - var(--neon-thickness)) calc(8rem - var(--neon-thickness))
        calc(4rem - var(--neon-thickness));
      background: #011143cf;
      height: 200px;
      width: 310px;

      img {
        position: absolute;
        bottom: 0px;
        left: 20px;
        width: 70%;
      }
    }
  }

  .upcomings {
    padding-top: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;

    .neon-card-cont {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      align-items: center;
      justify-content: center;
    }

    .neon-border {
      border-radius: 4rem 8rem 8rem 4rem;
      width: 316px;
    }

    a {
      text-decoration: none;
      width: 100%;
    }

    a:hover {
      h3 {
        color: white;
        transition: 0.2s all ease-in;
      }

      img {
        scale: 1.02;
        transition: 0.2s all ease-in;
      }
    }

    .neon-border::before {
      border-radius: calc(4rem + 8px) calc(8rem + 8px) calc(8rem + 8px)
        calc(4rem + 8px);
    }

    .neon-card {
      position: relative;
      background: url(img/upcomings-bg.png);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      border-radius: calc(4rem - var(--neon-thickness))
        calc(8rem - var(--neon-thickness)) calc(8rem - var(--neon-thickness))
        calc(4rem - var(--neon-thickness));
      /* overflow: hidden; */
      height: 220px;

      img {
        position: absolute;
        bottom: -0px;
        left: -30px;
        width: 120%;
        transition: 0.2s all ease-out;
      }
    }

    h3 {
      text-decoration: none;
      color: var(--main-blue);
      font-size: 1.6rem;
      font-weight: 600;
      text-transform: uppercase;
      margin-top: 1rem;
      transition: 0.2s all ease-in;
      text-align: center;
    }

    .neon-card:hover {
      h3 {
        color: white;
        transition: 0.2s all ease-in;
      }
    }
  }

  .promotions {
    padding-top: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    .neon-card-cont {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      align-items: center;
      justify-content: center;
    }

    .neon-border {
      border-radius: 8rem 4rem 4rem 8rem;
      width: 316px;
    }

    a {
      text-decoration: none;
      width: 100%;
    }

    a:hover {
      h3 {
        color: white;
        transition: 0.2s all ease-in;
      }

      img {
        scale: 1.02;
        transition: 0.2s all ease-in;
      }
    }

    .neon-border::before {
      border-radius: calc(8rem + 8px) calc(4rem + 8px) calc(4rem + 8px)
        calc(8rem + 8px);
    }

    .neon-card {
      background: url(img/promotions-bg.png);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      border-radius: calc(8rem - var(--neon-thickness))
        calc(4rem - var(--neon-thickness)) calc(4rem - var(--neon-thickness))
        calc(8rem - var(--neon-thickness));
      height: 220px;

      img {
        position: absolute;
        bottom: 20px;
        left: -40px;
        width: 120%;
        transition: 0.2s all ease-out;
      }
    }

    h3 {
      text-decoration: none;
      color: var(--main-blue);
      font-size: 1.6rem;
      font-weight: 600;
      text-transform: uppercase;
      margin-top: 1rem;
      text-align: center;
      transition: 0.2s all ease-in;
    }
  }
}

.video-sec {
  padding-top: 5%;
  padding-bottom: 5%;

  .video-cont {
    width: 100%;
    display: flex;
    justify-content: center;

    .video-wrapper {
      position: relative;
      height: 240px;
      width: 100%;

      iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
  }
}

.directory-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #060829;

  .directory-cont {
    background-image: url("img/home-vl.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 70vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    .neon-border {
      margin-top: 10rem;
      width: fit-content;
      border-radius: 4rem;
    }

    .neon-border::before {
      /* reduced glow spread */
      border-radius: calc(4rem + 4px);
    }

    .neon-card {
      background: #060829;
      border-radius: calc(4rem - var(--neon-thickness));

      width: 100%;

      padding-bottom: 70px;
      box-sizing: border-box;
      height: 100%;

      .detail-cont {
        margin-top: 12px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;

        .lottie-block {
          width: 90%;
          margin-left: auto;
          margin-right: auto;
          left: -35%;
          margin-top: -30%;
        }

        h3 {
          text-transform: uppercase;
          margin-top: -3rem;
          font-size: 1.9rem;
        }

        p {
          text-align: center;
        }

        .button-cont {
          display: flex;
          flex-direction: column;
          gap: 1rem;
        }
      }
    }
  }

  .net-bg {
    height: 30vh;
    width: 100%;

    img {
      object-fit: cover;
      object-position: top;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
    }
  }
}

.breadcrumb-sec {
  margin-top: 1rem;

  nav {
    .breadcrumb {
      font-weight: 300;
      font-size: 0.8rem;
      text-transform: uppercase;
      color: #ccc;

      li:first-child {
        margin-left: 0;
      }

      li {
        color: #fff;
        margin: 0 0.5rem;

        a {
          color: #ccc;
          text-decoration: none;
        }
      }
    }
  }
}

.banner-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.banner-img-desktop {
  display: none;
}
.banner-img-mobile {
  display: block;
}

.page-banner-sec {
  position: relative;
  overflow: hidden;
  height: 30vh;
  padding: 1rem 0 1rem 0;

  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-top: 2rem;
}
.page-title {
  margin-top: 2rem;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;

  h1,
  h4 {
    color: var(--main-blue);
    font-weight: 400;
    text-transform: uppercase;
  }

  h4,
  p {
    text-transform: none;
    color: white;
    text-align: center;
  }
}

.page-banner-sec.form {
  background-image: url("img/about-us-bg-2.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3rem 0;

  .page-title {
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--main-blue);
    margin-bottom: 10rem;
  }

  .form-topic-card {
    padding: 1rem 2rem;
    border: 4px solid var(--main-blue);
    border-radius: 8rem;
    filter: drop-shadow(-5px 0px 18px var(--main-blue));
    background: rgb(0 0 0 / 20%);
    backdrop-filter: blur(4px);
    width: 100%;

    .details {
      margin-top: -8rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;

      img {
        width: 350px;
        margin-bottom: 1rem;
      }

      .title {
        text-align: center;

        h1 {
          text-transform: uppercase;
          color: var(--main-blue);
          margin-bottom: 0.3rem;
          font-weight: 400;
        }

        p {
          color: white;
          font-size: 1.6rem;
          font-weight: normal;
        }

        i {
          font-size: 7rem;
          color: var(--main-blue);
          font-family: boxicons !important;
          font-style: normal;
          font-weight: lighter;
          animation: updown 1.5s ease-in-out infinite alternate;
        }
      }
    }
  }
}

#smartwizard {
  border: none;

  .nav {
    .nav-link {
      .num {
        font-weight: 400;
      }

      h4 {
        color: var(--main-blue);
        font-weight: 400;
        text-transform: uppercase;
      }
    }

    .nav-link.active {
      h4 {
        color: var(--sw-anchor-active-primary-color);
      }
    }
  }

  .toolbar-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}

.pdf-download-notice {
  display: none;
  margin: 2rem 0;
}

.apply-now-form {
  margin: 3rem 0;

  .page-title {
    p {
      text-align: center;
    }
  }

  p {
    color: white;
    text-align: start;
    width: 100%;
  }

  p.intro-text {
    text-align: center;
  }

  form {
    .form-section {
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 1rem;
      justify-content: start;
      margin: 3rem 0;

      h5 {
        color: white;
      }

      .section-title {
        text-transform: uppercase;
        color: white;
        font-weight: 400;
        border-bottom: 2px solid;
        border-image: linear-gradient(
            to right,
            transparent 1%,
            var(--main-blue) 5%,
            var(--main-blue) 70%,
            transparent
          )
          1;
        padding-bottom: 0.5rem;
        width: fit-content;
      }

      .form-group {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 0.7rem;
        margin: 0.5rem 0;

        label {
          color: white;
        }

        label::before {
          font-family: "bootstrap-icons";
          content: "\F231";
          color: var(--main-blue);
          margin-right: 0.5rem;
        }

        input {
          background: rgba(128, 144, 169, 0.142);
          color: white;
          border: 1px solid var(--main-blue);
          padding: 0.5rem 1rem;
          border-radius: 40px;
          width: 100%;
        }

        .error {
          border: 1px solid red;
        }
      }

      .form-group.select {
        flex-direction: column;
        width: 100%;
        justify-content: space-between;

        select {
          background-color: #31307b;
          color: white;
          border-radius: 4rem;
          padding: 0.5rem;
          min-width: 150px;
          width: 100%;
          border: 3px solid #31307b;
        }

        select.error {
          border: 1px solid red;
        }
      }

      .form-group.textarea {
        flex-direction: column;
        width: 100%;
        justify-content: space-between;

        textarea {
          background: rgba(128, 144, 169, 0.142);
          color: white;
          border: 1px solid var(--main-blue);
          border-radius: 1rem;
          padding: 0.8rem 1rem;
          min-height: 120px;
          min-width: 100%;
        }
      }

      .form-group.checkbox {
        flex-direction: column;

        .checkboxes {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;

          .checkbox-wrapper {
            background-color: #31307b;
            border-radius: 4rem;
            padding: 0.5rem 1rem;
            margin: 0.3rem;
            display: flex;
            gap: 0.1rem;
            width: fit-content;

            input[type="checkbox"] {
              background-color: #31307b;
              width: fit-content;
            }
          }

          .checkbox-wrapper::before {
            content: none;
          }
        }
      }

      .form-group.calendar {
        flex-direction: row;

        input[type="date"] {
          background-color: #31307b;
          color: white;
          border-radius: 4rem;
          padding: 0.5rem 1rem;
          width: fit-content;
          border: 3px solid #31307b;
        }
      }
    }

    .form-section.submit {
      align-items: center;
    }
  }
}

.retail-sec {
  margin: 3rem 0;

  a {
    text-decoration: none;
  }

  .neon-border {
    .neon-card {
      background: #060829;

      img {
        transition: 0.2s all ease-out;
      }
    }
  }

  .neon-border:hover {
    .neon-card {
      img {
        scale: 1.02;
        transition: 0.2s all ease-in;
      }
    }
  }

  .cont-title {
    color: white;
    text-align: center;
    margin: 1rem 0;
  }
}

.floor-plan-carousel {
  margin: 2rem 0;
  position: relative;
  .owl-stage-outer {
    border-radius: 45px;
  }

  .item {
    height: 400px;
    border-radius: 45px;
    background-size: cover;
    background-position: center;
  }

  .owl-nav {
    .owl-prev,
    .owl-next {
      position: absolute;
      top: 40%;
      color: white;
      padding: 0.5rem 1rem;
      border-radius: 50%;

      i {
        color: white;
        font-size: 5rem;
      }
    }

    .owl-prev {
      left: 1rem;
    }

    .owl-next {
      right: 1rem;
    }
  }
}

.retail-floor-plan-sec {
  .description {
    .map-title {
      margin-top: 1rem;
      text-transform: uppercase;
      font-weight: 600;
      color: white;
      text-align: center;
    }

    .availability {
      text-align: center;
      color: white;
      display: flex;
      gap: 0.4rem;
      justify-content: center;
      margin-bottom: 1rem;
    }

    .badges {
      display: flex;
      gap: 0.5rem;
      justify-content: center;
      align-items: center;
      margin-bottom: 1rem;
      flex-wrap: wrap;

      span {
        padding: 0.24rem 0.6rem;
        border-radius: 40px;
        background: var(--main-blue);
        color: black;
        font-size: 0.6rem;
        text-transform: uppercase;
      }
    }
  }

  .floor-tabs {
    padding: 1rem 0;

    .details {
      color: white;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;

      /* img {
        width: 100%;
        border-radius: 12px;
        border: 1px solid var(--main-blue);
        box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
        background: transparent;
      } 
        */
      .availability {
        text-align: start;
      }

      p {
        font-size: 0.8rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;

        span {
          padding: 0.2rem 0.5rem;
          margin: 0.2rem;
          border-radius: 40px;
          border-width: 5px;
          min-width: 50px;
        }
      }
    }
  }

  .map-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;

    border: 2px solid #5c8eae;
    border-radius: 12px;

    .nav {
      width: 100%;
      border: 1px solid var(--main-blue);
      border-radius: 4px;
    }

    .map-col {
      padding: 0 1rem;

      .maps-cont {
        width: 100%;

        /* border: 1px solid var(--main-blue); */
        border-radius: 1rem;
        background: rgba(128, 144, 169, 0.142);

        .tab-content {
          width: 100%;
          padding: 0;

          .tab-pane {
            width: 100%;
            height: 100%;
          }
        }

        .map-wrapper {
          width: 100%;
          /* max-width: 700px; */
          margin: 16px auto;
          /* border: 1px solid #ccc; */

          .map {
            width: 100%;
            height: 60vh;
            border-radius: 12px;
            box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
            background: transparent;

            .leaflet-popup-pane {
              .leaflet-popup {
                .leaflet-popup-content {
                  .tooltip-link {
                    text-align: center;
                    color: var(--main-blue);
                  }
                }
              }
            }

            .leaflet-marker-pane {
              .leaflet-marker-icon {
                opacity: 0.7;
                transition: all 0.2s ease-in;
              }

              .leaflet-marker-icon:hover {
                opacity: 1;
                transform: scale(1.2);
                transition: all 0.2s ease-in;
              }
            }
          }
        }
      }
    }

    background: rgba(94, 128, 182, 0.142);

    .select-col {
      .select-sec {
        padding: 1rem;
        border-radius: 2rem;
        display: block;

        width: 100%;
        /* height: 100%; */

        .form-select {
          width: 100%;

          background: rgba(128, 144, 169, 0.142);
          color: white;
          border: 1px solid white;
          padding: 0.3rem 1rem;
          margin-bottom: 1rem;

          appearance: none;
          background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAAAgUlEQVR4AeySUQ6AIAxDxZPpzbwZejJtlQ+idcwP/XFki5F1b9DQdy+ugEtzw5Y/2bIea5B3xibKGXlbb72WEQwJADSjtqSUZnxlmPDSeBlQgSdJLZsmnJrzAC+YvU04RfUA/NMK88TQ7OGCU8kBSIYLzB43nOKnGXDpWNjyvS0bAAAA//9T03rKAAAABklEQVQDAI8FMC9xBARCAAAAAElFTkSuQmCC");
          background-repeat: no-repeat;
          background-position: right 0.7rem top 50%;
          background-size: 1.65rem auto;
        }
      }

      .floor-tabs {
        .form-check {
          display: flex;
          gap: 0.5rem;
          align-items: center;
          justify-content: center;

          label {
            font-size: 0.8rem;
            margin-top: 0.3rem;
          }

          .form-check-input {
            background-color: #bc3928;
            border-color: #bc3928;
            background-image: var(--form-switch-white-bg);
            height: 1.2rem;
            width: 2.2rem;
          }

          .form-check-input:checked {
            background-color: #5b9353;
            border-color: #5b9353;
          }
        }
      }
    }

    .tab-toggle-group {
      display: none;

      background: rgba(128, 144, 169, 0.142);
      border: 1px solid rgba(8, 61, 145, 0.496);

      margin-top: 1rem;

      button {
        border: none;
        background: none;
        color: rgba(0, 98, 255, 0.745);
        text-transform: uppercase;
        font-size: 0.8rem;
        padding: 0.5rem 1rem;
        border: 1px solid rgba(8, 61, 145, 0.496);
      }

      button:hover {
        background-color: rgba(8, 61, 145, 0.496);
      }

      button.active {
        background-color: rgba(8, 61, 145, 0.496);
        border: none;
        color: white;
      }
    }
  }

  @media (min-width: 992px) {
    #map {
      height: 700px;
    }
  }

  .retail-floor-plan-text {
    text-align: center;

    .btn {
      margin-bottom: 2rem;
    }

    p {
      color: #fff;
    }
  }
}

.amenities {
  background-image: url("img/amenities-bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;

  padding: 3rem 0;

  h2 {
    text-align: center;
    color: var(--main-blue);
    text-transform: uppercase;
    margin-bottom: 2rem;
  }

  .amenities-icon {
    margin-bottom: 1rem;
  }

  .amenities-item {
    text-align: center;
    color: var(--main-blue);
    text-transform: uppercase;
    padding: 1.5rem 1rem;

    .amenities-text {
      p {
        font-size: 0.8rem;
      }
    }
  }
}

/* About us */
.about-us-page {
  .page-banner-sec {
    .page-banner-cont {
      .neon-card {
        background-image: url("img/about-us-box-1-bg.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
      }
    }

    .page-title {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
  }

  .details-sec {
    p {
      color: white;
    }

    .main-para {
      text-align: center;
    }

    .cont {
      padding-top: 2rem;
      padding-bottom: 2rem;

      .neon-border {
        .neon-card {
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
        }
      }

      .detail-cont {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        height: 100%;

        h3 {
          text-transform: uppercase;
          font-weight: 600;
          color: var(--main-blue);
        }

        p {
          margin-top: 1rem;
          color: white;
        }
      }

      .cont-col {
        display: flex;
        justify-content: center;
        align-items: center;
      }
    }

    .about-cont {
      .neon-border {
        border-radius: calc(8rem - var(--neon-thickness))
          calc(4rem - var(--neon-thickness)) calc(4rem - var(--neon-thickness))
          calc(8rem - var(--neon-thickness));

        .neon-card {
          background: #020228;
          backdrop-filter: blur(4px);
          border-radius: calc(8rem - var(--neon-thickness))
            calc(4rem - var(--neon-thickness))
            calc(4rem - var(--neon-thickness))
            calc(8rem - var(--neon-thickness));

          img {
            width: 100%;
            position: absolute;
            bottom: -5px;
            left: 5px;
          }
        }
      }
    }

    .os-cont {
      padding: 5rem 0;

      .neon-border {
        border-radius: 4rem 8rem 8rem 4rem;
      }

      .neon-border::before {
        border-radius: calc(4rem + 8px) calc(8rem + 8px) calc(8rem + 8px)
          calc(4rem + 8px);
      }

      .neon-card {
        border-radius: calc(4rem - var(--neon-thickness))
          calc(8rem - var(--neon-thickness)) calc(8rem - var(--neon-thickness))
          calc(4rem - var(--neon-thickness));
        position: relative;
        background-image: url("img/our-story-box-bg.jpg");

        img {
          width: 90%;
          position: absolute;
          top: -30px;
          right: 30px;
        }
      }

      .detail-cont {
        margin-top: 1rem;
        align-items: center;

        p {
          text-align: center;
        }
      }
    }

    .mp-cont {
      padding: 5rem 0;

      .neon-border {
        border-radius: 8rem 4rem 4rem 8rem;
      }

      .neon-border::before {
        border-radius: calc(8rem + 8px) calc(4rem + 8px) calc(4rem + 8px)
          calc(8rem + 8px);
      }

      .neon-card {
        border-radius: calc(8rem - var(--neon-thickness))
          calc(4rem - var(--neon-thickness)) calc(4rem - var(--neon-thickness))
          calc(8rem - var(--neon-thickness));
        position: relative;
        background-image: url("img/master-plan-box-bg.png");

        img {
          width: 100%;
          position: absolute;
          bottom: -20px;
          left: 15px;
        }
      }

      .detail-cont {
        margin-top: 1rem;
        align-items: center;

        p {
          text-align: center;
        }
      }
    }
  }

  .management-sec {
    background-image: url(img/about-us-man-bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 10rem;
    padding-bottom: 5rem;

    .topic-cont {
      .row {
        justify-content: center;
      }

      .neon-border {
        border-radius: 8rem 4rem 4rem 8rem;
      }

      .neon-border::before {
        border-radius: calc(8rem + 8px) calc(4rem + 8px) calc(4rem + 8px)
          calc(8rem + 8px);
      }

      .neon-card {
        border-radius: calc(8rem - var(--neon-thickness))
          calc(4rem - var(--neon-thickness)) calc(4rem - var(--neon-thickness))
          calc(8rem - var(--neon-thickness));
        position: relative;
        background-image: url("img/management-box-bg.png");

        img {
          width: 80%;
          position: absolute;
          top: -30px;
          right: 20px;
        }
      }

      .img-col {
        display: flex;
        justify-content: center;
      }

      .cont-col {
        display: flex;
        justify-content: center;

        .topic {
          margin-top: 1rem;
        }
      }
    }

    .managers-cont {
      .manager-row {
        margin-bottom: 3rem;
        justify-content: center;

        .manager-col {
          padding-left: 2rem;
          padding-right: 2rem;

          margin-bottom: 2rem;

          .manager-cont {
            display: flex;
            flex-direction: column;
            overflow: hidden;

            border-radius: 40px;
            border: 2px solid var(--main-blue);

            img {
              width: 100%;
              /* border-radius:s 40px 40px 0 0; */
            }

            .bottom-cont {
              background-color: #060625;
              border-radius: 0 0 40px 40px;
              padding: 0.5rem 0;

              p {
                color: var(--main-blue);
                text-align: center;
                text-transform: uppercase;
              }
            }
          }
        }
      }
    }
  }
}

/* .led-advertising-banner.page-banner-sec {
  .page-banner-cont {
    .page-title {
      display: block;
      text-align: center;
    }
  }
} */

.led-advertising-search-sec {
  text-align: center;
  color: white;
}

.led-advertising-form {
  .form-section {
    .form-col {
      display: flex;
      justify-content: center;
    }
  }
}

input::placeholder {
  color: rgb(200, 200, 200);
}

.retail-directory {
  /* padding-top: 5rem; */
  padding-bottom: 5rem;

  .search-sec {
    padding-top: 5rem;
    padding-bottom: 5rem;

    p {
      color: white;
      text-align: center;
      margin-bottom: 5rem;
    }

    .search-cont {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;

      form {
        width: 100%;
        border-radius: 40px;
        margin-bottom: 3rem;

        input {
          border: 1px solid #025ba1;
          border-radius: 40px;
          background: none;
        }
        input::placeholder {
          color: rgb(200, 200, 200);
        }

        .search-btn {
          border: none;
          border-radius: 40px;

          background-color: #025ba1;
          color: white;
          display: flex;
          align-items: center;
        }

        .search-btn:hover {
          background-color: #007ede;
          color: white;
        }
      }

      .alphabetic-filter {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

        .checkbox-wrapper {
          input[type="checkbox"] {
            display: none;
          }

          label {
            display: inline-block;
            padding: 0.5rem 1rem;
            cursor: pointer;
            color: white;
          }

          input[type="checkbox"]:checked + label {
            color: var(--main-blue);
          }
        }
      }
    }
  }

  .store-sec {
    margin-top: -5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 500px;

    .stores-row {
      margin-top: 3rem;
      justify-content: center;

      .store-col {
        padding-left: 2rem;
        padding-right: 2rem;

        margin-bottom: 2rem;

        text-decoration: none;

        .store-cont {
          display: flex;
          flex-direction: column;
          overflow: hidden;
          min-height: 300px;
          border-radius: 40px;
          border: 2px solid var(--main-blue);

          .img-cont {
            width: 100%;
            background-color: white;

            img {
              width: 100%;
              /* border-radius: 40px 40px 0 0; */
            }
          }

          .bottom-cont {
            background-color: #060625;
            border-radius: 0 0 40px 40px;
            padding: 0.5rem;
            min-height: 130px;

            p {
              color: var(--main-blue);
              text-align: center;
              text-transform: uppercase;
            }

            p.floor-details {
              color: white;
              text-transform: none;
              font-size: 0.9rem;
            }
          }
        }
      }
    }
  }
}

.topic-cont {
  margin-bottom: 5rem;

  .img-col {
    display: flex;
    justify-content: center;

    .neon-border {
      border-radius: calc(8rem - var(--neon-thickness))
        calc(4rem - var(--neon-thickness)) calc(4rem - var(--neon-thickness))
        calc(8rem - var(--neon-thickness));

      .neon-card {
        border-radius: calc(8rem - var(--neon-thickness))
          calc(4rem - var(--neon-thickness)) calc(4rem - var(--neon-thickness))
          calc(8rem - var(--neon-thickness));

        img {
          width: 90%;
          position: absolute;
          top: -20px;
          right: 0px;
        }
      }
    }
  }

  .cont-col {
    .topic {
      display: flex;
      justify-content: center;
      align-items: center;

      height: 100%;

      h1 {
        color: var(--main-blue);
        text-transform: uppercase;
        font-weight: 400;
      }
    }
  }
}

.news-events-page {
  .news-and-events {
    padding: 3rem 0;

    .intro-txt {
      padding: 0 0 3rem 0;
      color: #fff;

      .main-para {
        text-align: center;
      }
    }

    .news-itms-cont {
      .news-itm {
        min-height: 550px;
        box-shadow: rgba(11, 169, 205, 0.35) 0px 5px 15px;
        border-radius: 2rem;
        border: 3px solid var(--main-blue);
        overflow: hidden;
        margin-bottom: 1.5rem;

        .news-itm-img {
          width: 100%;
          height: 250px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          margin-bottom: 1rem;
        }

        .news-itm-txt {
          text-align: center;
          padding: 1rem;
          min-height: 300px;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          align-items: center;

          h5 {
            color: var(--main-blue);
          }

          p {
            color: #fff;
            margin-bottom: 2rem;
          }
        }
      }

      .news-itm.event-itm {
        min-height: auto;
        .news-itm-txt {
          min-height: auto;
        }
      }
    }
  }
}

.page-banner-sec.form {
  .page-title {
    margin-bottom: 1rem;
  }
}

.news-content {
  padding: 0 0 2rem 0;
  color: #fff;
}

.promotions-page {
  .page-banner-sec {
    .page-banner-cont {
      .neon-banner-cont {
        .neon-border {
          border-radius: 8rem 4rem 4rem 8rem;
          width: 316px;
        }

        .neon-border::before {
          border-radius: calc(4rem + 8px) calc(8rem + 8px) calc(8rem + 8px)
            calc(4rem + 8px);
        }

        .neon-card {
          border-radius: calc(8rem - var(--neon-thickness))
            calc(4rem - var(--neon-thickness))
            calc(4rem - var(--neon-thickness))
            calc(8rem - var(--neon-thickness));
        }
      }
    }
  }

  .page-banner-sec.single-directory {
    height: auto;
  }

  .promotions-cont {
    padding: 0 0 3rem 0;

    color: #fff;

    h2 {
      margin: 2rem 0;
      text-align: center;
      color: var(--main-blue);
      font-weight: 400;
      text-transform: uppercase;
    }

    .main-para {
      text-align: center;
    }

    .promotion-itms-cont {
      .promo-itm {
        box-shadow: rgba(11, 169, 205, 0.35) 0px 5px 15px;
        border-radius: 2rem;
        border: 3px solid var(--main-blue);
        overflow: hidden;
        margin-bottom: 1.5rem;

        .promo-itm-img {
          width: 100%;
          height: 350px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
        }

        .news-itm-txt {
          text-align: center;
          padding: 1rem;

          h5 {
            color: var(--main-blue);
          }

          p {
            color: #fff;
            margin-bottom: 2rem;
          }
        }
      }
    }
  }

  .page-banner-sec.form {
    .page-title {
      margin-bottom: 1rem;
    }
  }

  .page-banner-sec {
    .page-banner-cont {
      .neon-card {
        display: flex;
        justify-content: center;
        align-items: center;
        background: white;

        img {
          position: relative;
          width: 70%;
        }
      }
    }
  }
  .news-content {
    padding: 0 0 2rem 0;
    color: #fff;
  }

  .promo-lead-form {
    padding-bottom: 2rem;

    h3 {
      text-align: center;
      color: #fff;
      font-weight: 400;
      text-transform: uppercase;
    }

    p {
      color: white;
      /* text-align: center; */
      width: 100%;
    }

    .form-group {
      display: flex;
      flex-direction: column;
      gap: 0.7rem;
      margin-bottom: 2rem;

      label {
        color: white;
      }

      label::before {
        font-family: "bootstrap-icons";
        content: "\F231";
        color: var(--main-blue);
        margin-right: 0.5rem;
      }

      input {
        background: rgba(128, 144, 169, 0.142);
        color: white;
        border: 1px solid var(--main-blue);
        padding: 0.5rem 1rem;
        border-radius: 40px;
        width: 100%;
      }
    }
  }
}

.upcoming-page {
  background-image: url(img/upcoming-page-bg.jpg);
  background-position: top;
  background-repeat: no-repeat;

  .upcoming {
    padding-bottom: 3rem;

    .topic-cont {
      .img-col {
        .neon-border {
          .neon-card {
            background-image: url("img/upcoming-box-bg.png");
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
          }
        }
      }
    }

    .details {
      text-align: center;
      color: white;

      p {
        span {
          font-weight: 600;
        }
      }
    }
  }
}

.contact-us-page {
  .topic-sec {
    margin-bottom: 3rem;

    p {
      color: white;
      text-align: center;
    }
  }

  .form-sec {
    background-image: linear-gradient(
      to top,
      #020228 70%,
      #02022857 85%,
      transparent
    );

    border-top: 1px solid #080825;
    padding-top: 1rem;
    padding-bottom: 4rem;

    .intro {
      margin-bottom: 2rem;

      h2 {
        color: white;
        margin-bottom: 0.5rem;
      }

      p {
        color: white;
      }
    }

    form {
      .form-col {
        label {
          color: white;
        }

        label::before {
          font-family: "bootstrap-icons";
          content: "\F231";
          color: var(--main-blue);
          margin-right: 0.5rem;
        }

        input,
        textarea {
          background: rgba(128, 144, 169, 0.142);
          color: white;
          border: 1px solid var(--main-blue);
          padding: 0.5rem 1rem;
          border-radius: 40px;
          width: 100%;
        }
      }

      button {
        width: fit-content;
      }
    }

    .socialies {
      h5 {
        color: white;
        margin-bottom: 0.5rem;
      }

      .links {
        display: flex;
        flex-direction: column;

        a {
          color: white;
          text-decoration: none;
          margin-bottom: 0.8rem;
        }
      }
    }
  }
}

footer {
  position: relative;
  display: flex;
  flex-direction: column;
  background-image: url("img/footer.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: fit-content;
  padding: 2rem 0;
  color: white;
  font-size: 0.9rem;
  font-weight: 300;

  /* border-top: 2px solid transparent; */
  border-image: linear-gradient(
    to right,
    transparent 5%,
    var(--main-blue) 20%,
    var(--main-blue) 50%,
    transparent 60%
  );
  border-image-slice: 1;

  .top-cont {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 2rem;

    img {
      width: 40%;
    }

    ul {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 1rem;
      width: 100%;
      list-style: none;
      padding-left: 0;

      li {
        text-transform: uppercase;

        a {
          transition: all 0.2s ease-in;
          color: white;
          text-decoration: none;
        }

        a:hover {
          color: var(--main-blue);
          transition: all 0.2s ease-in;
        }
      }
    }

    .socialies {
      margin-left: 1rem;
      display: flex;
      gap: 1rem;

      a {
        border: 1px solid var(--main-blue);
        border-radius: 40px;
        padding: 0.2rem 0.2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        transition: all 0.2s ease-in;

        i {
          font-size: 1.3rem;
          color: var(--main-blue);
          transition: all 0.2s ease-in;
        }
      }

      a:hover {
        border: 1px solid white;
        transition: all 0.2s ease-in;

        i {
          color: white;
          transition: all 0.2s ease-in;
        }
      }
    }
  }

  .middle-cont {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;

    .left-cont {
      margin-top: 1rem;
      width: fit-content;

      p {
        text-align: center;
      }

      .contact-cont {
        color: #e7e7e7;
        display: flex;
        flex-direction: column;

        align-items: center;

        p {
          display: flex;
          text-transform: uppercase;
          align-items: center;
          text-align: center;
          gap: 1rem;

          i {
            font-size: 1.2rem;
          }

          a {
            text-decoration: none;
            color: #e7e7e7;
            transition: all 0.2s ease-in;
          }

          a:hover {
            color: var(--main-blue);
            transition: all 0.2s ease-in;
          }
        }
      }
    }

    .right-cont {
      a {
        text-decoration: none;
        color: white;
        transition: all 0.2s ease-in;
      }

      a:hover {
        color: var(--main-blue);
        transition: all 0.2s ease-in;
      }
    }
  }

  .bottom-cont {
    text-align: center;
    margin-top: 1rem;

    a {
      color: white;
    }
  }
}

footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(
    to right,
    transparent 25%,
    var(--main-blue) 40%,
    var(--main-blue) 50%,
    transparent 60%
  );
  background-size: 200% 100%;
  opacity: 0.95;
  pointer-events: none;
  animation: surge 4.8s infinite linear;
  /* box-shadow: 0 0 6px rgba(64, 200, 255, 0.8), 0 0 18px rgba(64, 200, 255, 0.35); */
}

nav {
  .pagination {
    .page-link {
      color: var(--main-blue);
      background-color: transparent;
      border: none;
    }

    .active > .page-link,
    .page-link.active {
      background-color: var(--main-blue);
      border-color: var(--main-blue);
      color: #fff;
    }
  }
}

.page-not-found-sec {
  padding-bottom: 3rem;
  text-align: center;
  color: #fff;

  h2 {
    margin-bottom: 2rem;
  }
}

.parent-page-sec {
  a {
    text-decoration: none;
  }

  .children-itm {
    padding: 1rem;
    text-align: center;

    /* .neon-border {
      margin-bottom: 1rem;

      .neon-card {
        padding: 0.5rem;
        background: #011143cf;

        img {
          position: absolute;
          bottom: 0px;
          right: 10px;
        }
      }
    } */

    .children-card {
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      height: 250px;
      border-radius: var(--neon-card-border-radius);
      border: 4px solid var(--main-blue);
    }

    h4 {
      color: var(--main-blue);
      margin: 1rem 0;
    }
  }
}

.wpcf7-response-output {
  border-radius: 40px;
  padding: 1rem 2rem !important;
  color: white;
}

.common-page {
  color: #fff;
}

.search-result-page {
  .page-banner-sec {
    background-image: url(img/search-banner-mobile.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .search-result-cont {
    margin-top: 2rem;
    color: #fff;

    .search-results {
      article {
        margin-bottom: 3rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;

        .header-cont {
          width: 50%;
          .entry-header {
            h2 {
              font-size: 1.4rem;
              font-weight: 500;

              a {
                color: var(--main-blue);
                text-decoration: none;
              }
            }
          }
        }
      }
    }
  }
}

/* Surge effect remains the same */
@keyframes surge {
  0% {
    background-position: 0% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

@keyframes updown {
  0% {
    transform: translateY(0);
    /* Starting position */
  }

  100% {
    transform: translateY(-20px);
    /* Move up by 20px */
  }
}

@keyframes neon-move {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes logo-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes y-scroll {
  0% {
    transform: translateX(0);
    /* opacity: 0; */
  }

  100% {
    transform: translateX(20%);
    /* opacity: 1; */
  }
}

@keyframes y-scroll-invert {
  0% {
    transform: translateX(20%);
    /* opacity: 1; */
  }

  100% {
    transform: translateX(0%);
    /* opacity: 0; */
  }
}

@media (min-width: 768px) {
  .page-banner-sec {
    height: 55vh;
  }

  header {
    padding: 1rem 0;

    .navbar {
      .navbar-collapse {
        form {
          width: fit-content;
        }
      }

      .navbar-brand {
        width: 10%;
      }
    }
  }

  .topic-cont {
    .cont-col {
      .topic {
        justify-content: start;
      }
    }
  }

  .neon-card {
    height: 180px;
  }

  .hero-sec {
    height: 100svh;
    margin-top: -6rem;

    .intro-cont {
      margin-bottom: 10%;
      align-items: start;
    }

    .bg-vid.video {
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      object-fit: cover;
    }

    .apply-for-cont {
      .links {
        a {
          font-size: 1rem;
        }
      }
    }

    .inquiry {
      font-size: 1.5rem;
    }
  }

  .video-sec {
    .video-cont {
      .video-wrapper {
        height: 340px;
        border-radius: 2rem;
        /* border: 3px solid var(--main-blue); */
        width: 600px;
        overflow: hidden;
      }
    }
  }

  .upcoming {
    .topic-cont {
      .cont-col {
        .upcoming-topic {
          justify-content: start;
        }
      }
    }
  }

  .retail-floor-plan-sec {
    .map-container {
      .select-col {
        .select-sec {
          display: block;
        }

        .tab-toggle-group {
          display: none;
        }
      }
    }
  }

  .promotions-page {
    .page-banner-sec {
      .page-banner-cont {
        .neon-card {
          img {
            width: auto;
          }
        }
      }
    }
  }

  footer {
    .top-cont {
      ul {
        flex-direction: row;
        justify-content: space-between;
      }

      img {
        width: 20%;
      }
    }

    .middle-cont {
      flex-direction: column;
      align-items: center;

      .left-cont {
        p {
          text-align: center;
        }
      }
    }
  }
}

/* mobile Landscape */
@media (orientation: landscape) {
  @media (min-width: 480px) and (max-width: 992px) {
    .hero-sec {
      height: 150svh;

      .bg-vid.video {
        height: 65%;
      }

      .apply-for-sec {
        position: relative;
        top: -10%;
        .bottom-cont {
          position: relative;
        }
      }
    }
    .directory-sec {
      .directory-cont {
        height: fit-content;
      }
    }
  }
}

@media (min-width: 992px) {
  .only-desk {
    display: none;
  }
  .only-desktop {
    display: block;
  }

  .only-mobile {
    display: none;
  }

  .neon-card-cont {
    padding: 1rem 2rem;
  }

  .neon-card {
    height: 200px;
  }

  .banner-img-desktop {
    display: block;
  }
  .banner-img-mobile {
    display: none;
  }

  .page-title {
    margin-top: 0;
  }

  .hero-sec {
    .bg-vid.video {
      position: absolute;
    }
    .intro-cont {
      margin-bottom: 25%;

      p {
        text-align: start;
      }
    }
  }

  .about-sec {
    .about-img {
      margin-top: 3rem;

      .img {
        left: -40px;
      }
    }

    .about-us-row {
      margin-bottom: 10rem;
      align-items: center;
      justify-content: center;
    }

    .upcomings {
      a {
        width: 100%;

        .neon-card {
          img {
            left: -10px;
          }
        }
      }
    }

    .promotions {
      a {
        width: 100%;
      }
    }
  }

  .about-sec {
    .about-info-cont {
      text-align: start;
    }

    .about-img {
      margin-top: 1rem;

      .neon-border {
        height: 100%;
        width: 100%;
      }

      .neon-card {
        height: 280px;
        width: 100%;

        img {
          position: absolute;
          bottom: 3px;
          left: -5px;
          width: 80%;
        }
      }
    }

    .upcomings {
      padding-top: 20%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      overflow: hidden;

      .neon-border {
        height: 100%;
        width: 100%;
      }

      .neon-card {
        height: 280px;
        width: 100%;
        img {
          position: absolute;
          bottom: -0px;
          left: -30px;
          width: 100%;
        }
      }
    }

    .promotions {
      padding-top: 20%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;

      .neon-border {
        height: 100%;
        width: 100%;
      }

      .neon-card {
        height: 280px;
        width: 100%;
        img {
          position: absolute;
          bottom: 20px;
          left: -40px;
          width: 100%;
          transition: 0.2s all ease-out;
        }
      }
    }
  }

  .video-sec {
    padding-top: 0;

    .video-cont {
      .video-wrapper {
        width: 840px;
        height: 480px;
        /* border: 3px solid var(--main-blue); */
        overflow: hidden;
        border-radius: 4rem;
      }
    }
  }

  .directory-sec {
    .directory-cont {
      .neon-border {
        border-radius: 8rem;
      }

      .neon-border::before {
        /* reduced glow spread */
        border-radius: calc(8rem + 8px);
      }

      .neon-card {
        border-radius: calc(8rem - var(--neon-thickness));

        .detail-cont {
          /* margin-top: -12%; */
          padding: 0 8rem;

          .lottie-block {
            width: 40%;
            margin-top: -20%;
          }

          h3 {
            margin-top: -3rem;
          }

          .button-cont {
            flex-direction: row;
            gap: 4rem;
          }
        }
      }
    }
  }

  .about-us-page {
    .page-title {
      align-items: end;
    }
    .details-sec {
      .cont {
        .cont-col {
          margin-bottom: 0;
        }
      }

      .os-cont {
        .neon-border {
          .neon-card {
            img {
              top: -45px;
              right: 30px;
            }
          }
        }

        .detail-cont {
          align-items: end;

          p {
            text-align: end;
          }
        }
      }

      .mp-cont {
        .detail-cont {
          align-items: start;

          p {
            text-align: start;
          }
        }
      }
    }

    .management-sec {
      .topic-cont {
        .neon-border {
          margin-bottom: 0;

          .neon-card {
            img {
              width: 120%;

              top: -85px;
              right: -60px;
            }
          }
        }

        .cont-col {
          justify-content: start;

          .topic {
            margin-top: 0;
          }
        }
      }

      .managers-cont {
        .manager-cont {
          margin-bottom: 0;

          img {
            width: 100%;
          }
        }
      }
    }
  }

  .retail-directory {
    .search-sec {
      .topic-cont {
        .img-col {
          .neon-border {
            .neon-card {
              img {
                width: 120%;

                top: -60px;
                right: -45px;
              }
            }
          }
        }

        .cont-col {
          .topic {
            justify-content: start;
            margin-top: 0;
          }
        }
      }

      .search-cont {
        form {
          width: fit-content;

          input:focus {
            background-color: white;
          }
        }
      }
    }

    .store-sec {
      /* padding-top: 2rem; */
      padding-bottom: 3rem;
    }
  }

  .retail-floor-plan-sec {
    .map-container {
      width: 100%;

      .select-col {
        .select-sec {
          display: none;
        }

        .tab-toggle-group {
          display: flex;
        }
      }
    }
  }

  .apply-now-form {
    form {
      .form-section {
        .form-group.select {
          width: 600px;

          /* select {
            width: 300px;
            margin-left: 2rem;
          } */
        }

        .form-group {
          margin: 1rem 0;

          /* input {
            width: 300px;
            margin-left: 2rem;
          } */
        }
      }
    }
  }

  .search-result-page {
    .page-banner-sec {
      background-image: url(img/search-banner.png);
    }
  }

  footer {
    .top-cont {
      flex-direction: row;

      img {
        width: 10%;
      }
    }

    .middle-cont {
      flex-direction: row;
      justify-content: space-between;
      align-items: start;

      .left-cont {
        width: 500px;
        align-items: start;

        p {
          text-align: start;
        }

        .contact-cont {
          align-items: start;
        }
      }
    }

    .bottom-cont {
      margin-top: 0;
    }
  }
}

@media (min-width: 1400px) {
  .neon-card {
    height: 280px;
  }
}
