.elementor-kit-7{--e-global-color-primary:#000000;--e-global-color-secondary:#373B3F;--e-global-color-text:#1E1F23;--e-global-color-accent:#33388B;--e-global-color-17b4f6b:#FFFFFF;--e-global-color-842a56c:#D88B37;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Poppins", Sans-serif;font-size:16px;line-height:2em;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-primary );font-size:13px;font-weight:400;text-transform:uppercase;letter-spacing:4px;color:var( --e-global-color-17b4f6b );border-radius:0px 0px 0px 0px;padding:18px 35px 18px 35px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:var( --e-global-color-accent );color:var( --e-global-color-17b4f6b );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{font-family:"DM Serif Display", Sans-serif;font-size:80px;}.elementor-kit-7 h2{font-family:"DM Serif Display", Sans-serif;font-size:55px;}.elementor-kit-7 h3{font-family:"DM Serif Display", Sans-serif;font-size:34px;font-weight:500;}.elementor-kit-7 h4{font-size:22px;text-transform:uppercase;letter-spacing:1px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1340px;}.e-con{--container-max-width:1340px;}.elementor-widget:not(:last-child){--kit-widget-spacing:30px;}.elementor-element{--widgets-spacing:30px 30px;--widgets-spacing-row:30px;--widgets-spacing-column:30px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-7{font-size:14px;}.elementor-kit-7 h1{font-size:50px;}.elementor-kit-7 h2{font-size:40px;}.elementor-kit-7 h3{font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{font-size:15px;}.elementor-kit-7 h1{font-size:40px;line-height:1.1em;}.elementor-kit-7 h2{font-size:35px;line-height:1.2em;}.elementor-kit-7 h3{font-size:30px;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body, html {overflow-x:hidden;}
p:last-child {margin:0;}

button.e-filter-item[data-filter="undeveloped"] {
    order: 3;
}

button.e-filter-item[data-filter="retail"] {
    order: 1;
}
button.e-filter-item[data-filter="mixed-use"] {
    order: 2;
}
.repeater-item a:hover {
    text-decoration: underline;
}
svg.e-font-icon-svg.e-eicon-zoom-in-bold, svg.e-font-icon-svg.e-eicon-zoom-out-bold, svg.e-font-icon-svg.e-eicon-frame-expand, svg.e-font-icon-svg.e-eicon-frame-minimize, svg.e-font-icon-svg.e-eicon-share-arrow, footer.elementor-slideshow__footer.elementor-lightbox-prevent-close {
    display: none !important;
}
.repeater-item a {
    color: #000;
}

.header, .she-header-yes, .she-header-yes.e-con, .she-header {
    top:0;
}


@keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
.opacity5 {opacity:0.05;}
.opacity10 {opacity:0.10;}
.opacity15 {opacity:0.15;}
.opacity20 {opacity:0.20;}
.opacity {opacity:0.05;}
.delay300 {
  animation-delay: 300ms; 
}
.loop {  -webkit-animation: rotate 25s normal linear infinite;
  animation: rotate 25s normal linear infinite;}
.delay600 {
  animation-delay: 600ms;
}

.delay900 {
  animation-delay: 900ms;
}
.makewhiteimg {filter:invert(1) brightness(1000);}
/* Ensure the delay works with animations */
.fadeInRight2.animated,
.fadeInLeft2.animated,
.fadeInUp2.animated,
.fadeInDown2.animated {
  animation-fill-mode: both; 
}

/* Default Hidden State */
.fadeInRight2,
.fadeInLeft2,
.fadeInUp2,
.fadeInDown2 {
  opacity: 0; 
  visibility: hidden; 
}

/* Fade-In Right Animation */
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0); /* Start 50px to the right */
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); /* Final position */
  }
}

.fadeInRight2.animated {
  animation: fadeInRight2 0.7s ease-in-out forwards;
  visibility: visible; 
}

/* Fade-In Left Animation */
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0); /* Start 50px to the left */
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); /* Final position */
  }
}

.fadeInLeft2.animated {
  animation: fadeInLeft2 0.7s ease-in-out forwards;
  visibility: visible;
}

/* Fade-In Up Animation */
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0); /* Start 50px below */
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); /* Final position */
  }
}

.fadeInUp2.animated {
  animation: fadeInUp2 0.7s ease-in-out forwards;
  visibility: visible;
}

/* Fade-In Down Animation */
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0); /* Start 50px above */
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); /* Final position */
  }
}

.fadeInDown2.animated {
  animation: fadeInDown2 0.7s ease-in-out forwards;
  visibility: visible;
}
.logged-in .fadeInRight2,
.logged-in .fadeInLeft2,
.logged-in .fadeInUp2,
.logged-in .fadeInDown2 {
  opacity: 1 !important;
  visibility: visible !important; 
  transform: none !important; 
  animation: none !important; 
}/* End custom CSS */