/*
Theme Name: UCG 
Theme URI: https://upshiftcreative.com
Author: UCG 
Author URI: https://upshiftcreative.com
Description: Custom built theme by UCG. 
Version: 1.0.0
upshiftcreative WordPress Theme © 2024 UCG.
*/

:root {
  --accent: #19507A;
  --dark: #373A36;
  --black: #000000;
  --white: #FFFFFF;
  --mid: #D9D9D9;
  --light: #F2F2F0;
  --d2: 32px;
  --body1: 18px;
  --body2: 16px;
  --body3: 14px;
  --body4: 12px;
}
/*====================== Display css ===================*/
body {
  font-family: "acumin-pro" !important;
  font-weight: 300;
  font-size: var(--body2);
}
a {
  transition: all .3s ease-in-out;
}
.display1{
    font-size: 4.75em !important;
    line-height: 1.1em !important;
}

.display2 {
    font-size: 3.25em !important;
    line-height: 1em !important;
}

/*====================== Header1 css ===================*/

 /****** header Styles *********/
 .simple-header {
  background: #fff;
  position: relative;
  z-index: 99;
}
.simple-header .nav-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.simple-header .nav-wrapper .menu{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.simple-header .header-btn a,
.simple-header .nav-wrapper .menu a{
  text-decoration: none;
  color: #000;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.simple-header .nav-wrapper .menu a:hover{
  color: var(--accent);
}
.hamburger {
  display: none;
}
.menu-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1024px) {
  .hamburger {
      font: inherit;
      display: inline-block;
      overflow: visible;
      margin: 0;
      padding: 0;
      cursor: pointer;
      transition-timing-function: linear;
      transition-duration: .15s;
      transition-property: opacity, filter;
      text-transform: none;
      color: inherit;
      border: 0;
      background-color: transparent;
      position: relative;
      display: inline-block;
      margin-right: 20px;
  }
  .hamburger .hamburger-inner {
      transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
      transition-duration: 75ms;
  }
  .hamburger-inner {
      top: 50%;
      display: block;
      margin-top: -5px;
  }
  .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
      position: absolute;
      width: 14px;
      height: 2px;
      transition-timing-function: ease;
      transition-duration: .15s;
      transition-property: transform;
      border-radius: 4px;
      background-color: #000;
  }
  .hamburger-inner:before {
      transition: top 75ms ease .12s, opacity 75ms ease;
      top: -5px;
      display: block;
      content: "";
  }
  .hamburger-inner:after {
      transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
      bottom: -5px;
      display: block;
      content: "";
  }
  .is-active .hamburger-inner:after {
      bottom: 0;
      transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
      transform: rotate(-90deg);
  }
  .is-active .hamburger-inner:before {
      top: 0;
      transition: top 75ms ease, opacity 75ms ease .12s;
      opacity: 0;
  }
  .is-active .hamburger-inner {
      transition-delay: 0.12s;
      transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
      transform: rotate(45deg);
  }
  header.simple-header.is-active .menu-wrapper:before {
      content: '';
      display: block;
      position: absolute;
      background: #fff;
      width: 100%;
      height: 100%;
      top: 0;
      z-index: -1;
  }
  .simple-header .nav-wrapper .menu-wrapper {
      height: 0;
      transition: all .3s ease;
      overflow: hidden;
      display: flex;
      position: absolute;
      flex-direction: column;
      align-items: flex-start;
      top: 60px;
      border-top: 0 solid #000;
      width: 100%;
      background: #fff;
      padding: 0;
      left: 0;
      z-index: 9999999999;
  }
  header.simple-header.is-active .menu-wrapper{
      height: auto;
      padding: 35px 0 ;
      border-width: 1px;
  }
  .simple-header .nav-wrapper .menu {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      align-items: flex-start;
      gap: 20px;
      flex-direction: column;
  }
  .header-btn {
      display: flex;
      gap: 20px;
      flex-direction: column;
  }
}



/* 30 may style  */
.simple-header .top-header{
  background-color: #e7e7e7;
  padding: 4px 0;
}
.simple-header .top-header ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.simple-header .main-header{
  padding: 8px 0;
}
.simple-header .top-header ul li a{
  text-decoration: none;
  color: #000;
  font-size: 14px;
  line-height: 1.375;
  letter-spacing: 0.04em;
  font-weight: 400;
}
.simple-header .top-header ul li a:hover{
  color: var(--accent);
}
.simple-header .btn-style:hover{
  color: #000  !important;
}
.simple-header .desktop-menu {
  width: 32px;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.simple-header .desktop-menu span {
  width: 100%;
  height: 4px;
  background: #000;
  border-radius: 10px;
}
.header-btn {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .simple-header .top-header, .top-header{
      display: none;
  }
}




.main-menu {
  background: #555759;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  height: 0;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  width: 100%;
  overflow: hidden;
  min-height: 0;
  padding: 0px 70px;
  transition: all 0.3s ease;
  z-index: 99;
}
.main-menu .close-btn {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
.main-menu ul.nav {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-end;
  padding-top: 100px;
}
.main-menu ul.nav li a {
  font-size: 44px;
  color: #ffffff;
  line-height: 44px;
  font-weight: 400;
  text-align: right;
  text-decoration: none;
}
.main-menu ul.nav li a:hover{
  color: var(--accent);
}



/******* Start Header 2 *******/

.iconclass {
  max-width: 16px;
}
.iconclass:hover {
  margin-top: -5px;
}
header.new-header-two {
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
            position: relative;
        }

        .new-header-two .nav-bar {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            padding: 0 0;
        }

        .new-header-two .nav-bar .menu-bar {
            display: flex;
            gap: 30px;
            align-items: center;
            white-space: nowrap;
            padding: 28px 0;
        }

        .new-header-two ul.menu {
            list-style: none;
            padding: 0;
            display: flex;
            align-items: center;
            gap: 30px;
            margin: 0;
        }
        .new-header-two a{
            text-decoration: none;
        }
        .new-header-two .menu a{
          text-decoration: none;
          color: var(--white);
          font-size: 14px;
          line-height: 1.4;
          letter-spacing: 0.01em;
          font-weight: 600;
          font-family: 'acumin-pro';
        }
        .new-header-two .menu a:hover {
            color: var(--accent);
        }
        .humburger {
            display: flex;
            flex-direction: column;
            max-width: 28px;
            width: 100%;
            gap: 5px;
            cursor: pointer;
            min-width: 28px;
        }
        .humburger span{
            width: 100%;
            height: 3px;
            background: var(--white);
        }
        .new-header-two ul.menu li{
            position: relative;
        }
        .new-header-two ul.menu li .sub-menu{
            display: block;
            position: absolute;
            background: #fff;
            z-index: 10;
            padding: 5px 0px 10px 0px;
            box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.15);
            transform: perspective(300px) rotateX(-15deg);
            visibility: hidden;
            width: auto;
            min-width: 210px;
            max-width: 320px;
            -webkit-border-radius: 6px;
            border-radius: 6px;
            padding-top: 15px;
            padding-bottom: 15px;
            opacity: 0;
            list-style: none;
        }
        .new-header-two ul.menu li:hover .sub-menu {
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            display: block !important;
            opacity: 1;
            visibility: visible;
            background-color: #fff;
            -webkit-box-shadow: 0 20px 32px -8px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 20px 32px -8px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.05);
        }
        .new-header-two ul.menu li .sub-menu li a{
            padding: 8px 10px;
            display: block;
        }
        .new-header-two ul.menu li .sub-menu li:hover a{
            background: var(--accent);
            color: #000;
        }
        .new-header-two .main-menu {
            background: #1f251f;
            padding: 0;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            display: flex;
            height: 0;
            flex-direction: column;
            align-items: flex-end;
            text-align: right;
            width: 100%;
            overflow: hidden;
            min-height: 0;
            padding: 0px 70px;
            transition: all 0.3s ease;
            z-index: 9999;
        }
        .new-header-two .main-menu .close-btn {
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: 1.3;
            letter-spacing: 0.01em;
            color: #fff;
            text-align: right;
            cursor: pointer;
        }
        .new-header-two .main-menu ul.nav li a:hover{
            color: var(--accent);
        }
        .new-header-two.style-b .nav-bar-wrapper {
            display: flex;
            gap: 30px;
            align-items: center;
        }
        @media (max-width:991px) {
          .new-header-two .main-menu ul.nav li.menu-1 a {
                font-size: 30px;
                font-style: normal;
                font-weight: 400;
                line-height: 1.2;
                color: #b9b5b1;
                letter-spacing: 0.015em;
                text-transform: uppercase;
            }
            .new-header-two ul.menu{
                display: none;
            }
            header.active-menu .main-menu {
                padding: 30px 40px;
            }
            .main-menu ul.nav li a {
                font-size: 18px;
            }
        }
        @media (max-width:767px) {
            .header-btn{
                display: none;
            }
            header.active-menu .main-menu {
                padding: 30px 20px;
            }
        }
        /******* style header *******/
        .new-header-two.style-a {
            padding: 0;
        }
        .new-header-two.style-a .top-header{
            padding: 6.5px 0;
        }
        .new-header-two .top-header .container {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            gap: 30px;
        }
        .new-header-two .top-header ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            align-items: center;
            gap: 20px;
        }
        .new-header-two .top-header ul.social-icons {
            gap: 16px;
        }
        /* .new-header.style-a .nav-bar{
            padding: 16px 0;
        } */
        .new-header-two .top-header ul a{
            font-size: 14px;
            line-height: 1.285;
            font-weight: 400;
            color: #000;
        }
        .new-header-two .top-header ul a:hover{
            color: var(--accent);
        }
        .new-header-two .top-header ul a i{
            color: var(--accent);
        }
        .new-header-two .top-header ul a:hover i{
            color: #000;
        }
        .new-header-two.style-b .top-header{
            padding: 6.5px 0;
            background: #e7e7e8;
        }

        .new-header-two.style-c .main-menu ul.nav{
            align-items: flex-start;
        }
        .new-header-two.style-c .main-menu .close-btn {
            text-align: left;
        }
        .new-header-two.style-c .top-header .container {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 30px;
        }
        .new-header-two.style-c .top-header{
            padding: 6.5px 0;
            background: #e7e7e8;
        }
        @media (max-width: 991px) {
            .new-header-two.style-c .top-header,
            .new-header-two.style-b .top-header,
            .new-header-two.style-a .top-header{
                display: none;
            }
        }
        /******* Center Logo Header Style ******/
        .new-header-two.style-d .nav-bar{
            position: relative;
        }
        .new-header-two.style-d .nav-bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 34px 0;
        }
        .new-header-two.style-d .logo{
         z-index:999
        }
        .new-header-two.style-e .top-header,
        .new-header-two.style-d .top-header{
            padding: 6.5px 0;
            background: #E7E7E8;
        }
        .new-header-two.style-e .top-header .container,
        .new-header-two.style-d  .top-header .container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 30px;
        }
        .new-header-two.style-e .top-header ul a i,
        .new-header-two.style-d .top-header ul a i{
            color: #000;
        }
        .new-header-two.style-e .top-header ul.social-icons i,
        .new-header-two.style-d .top-header ul.social-icons i {
            color: #ccccce;
        }
        .top-wrapper {
            display: flex;
            align-items: center;
            gap: 30px;
        }
        .humburger.mobile-only {
            display: none;
        }
        @media (max-width: 1200px) {
            .new-header-two ul.menu {
                gap: 14px;
            }
        }
        @media (max-width: 991px) {
            .new-header-two.style-e .top-header,
            .new-header-two.style-d .top-header,
            .new-header-two.style-d  .new-header ul.menu {
                display: none;
            }
            .new-header-two.style-d .nav-bar {
                display: flex;
                justify-content: flex-end;
                align-items: center;
                padding: 38px 0;
            }
            .humburger.mobile-only {
                display: flex;
            }
        }
        @media (min-width: 991px) {
            .new-header-two.style-d .logo {
                position: absolute;
                top: 0;
                left: 50%;
                transform: translateX(-50%);
            }
        }
        /******** Mega Menu ******/
        .new-header-two.active-menu .main-menu {
            overflow: auto;
            padding: 0px 0px;
            height: 100%;
            min-height: fit-content;
         }
        .menu-dark .main-menu{
         background: #000;
        }
         .main-menu .logo-wrapper {
            width: 100%;
            padding: 27px 0;
            border-bottom: 1px solid #e7e7e8;
         }
        .main-menu .logo-wrapper .logo-hr {
            display: flex;
            align-items: center;
            justify-content: flex-end;
         }
         .new-header-two .main-menu ul.nav {
            display: flex;
            flex-direction: column;
            gap: 20px;
            padding: 0;
            align-items: flex-start;
            list-style: none;
         }
        .new-header-two .main-menu ul.nav li a {
            font-size: 32px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.2;
            color: var(--white);
            letter-spacing: 1.92px;
			text-transform: uppercase;
        }
        .new-header-two .menu-footer {
            width: 100%;
            border-top: 1px solid #e7e7e8;
            margin-top: 50px;
            padding-top: 50px;
         }
         .new-header-two .main-menu ul.nav-2 {
            list-style: none;
            padding: 0;
            margin: 0;
            text-align: left;
            display: flex;
            flex-direction: column;
            gap: 16px;
         }
         .new-header-two .main-menu ul.nav-2  li a{
            text-decoration: none;
            color: #fff;
            font-size: 14px;
            line-height: 1.3;
            font-weight: 400;
         }
         /*.new-header-two .main-menu ul + ul {
            padding-top: 30px !important;
            border-top: 1px solid #fff;
            margin-top: 20px !important;
         }*/
         .new-header-two .main-menu ul.nav-2 li a:hover{
            color: var(--accent);
         }
         .new-header-two .menu-footer ul {
            list-style: none;
            padding: 0;
            margin: 0;
            text-align: left;
            display: flex;
            align-items: center;
            gap: 20px;
         }
         .new-header-two .menu-footer ul li a{
            font-size: 20px;
            color: #fff;
         }
        
         .new-header-two .menu-footer ul li a:hover{
            color: var(--accent);
         }
         .new-header-two .menu-footer .container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
         }
         .new-header-two .main-menu ul.nav-2 li a i {
            display: inline-block;
            margin-left: -21px;
            padding-right: 8px;
            color: var(--accent);
         }
         .new-header-two .menu-footer .header-btn{
            display: inline-block !important;
         }
         /****** Menu Light ******/
         .menu-light.active-menu .main-menu {
            background: var(--dark);
         }
         .menu-light .main-menu .close-btn,
         .menu-light .menu-footer ul li a,
         .menu-light .main-menu ul.nav-2 li a,
         .menu-light .main-menu ul.nav li a{
            color: var(--white);
         }
         .menu-light .main-menu ul + ul {
            margin-top: 16px !important;
         }
         .menu-light .main-menu ul + ul li {
		    display: flex;
		    align-items: center;
		    gap: 10px;
		}
         @media (max-width: 960px){
            .new-header-two .main-menu ul.nav li a {
                font-size: 24px;
		        line-height: 1.4;
		        font-weight: 400;
		        letter-spacing: 1.92px;
		        text-transform: uppercase;
		        text-align: left;
            }
            .new-header-two .main-menu ul.nav-2 li a i {
               margin-left: 0;
            }
         }
		 
		 .new-header-two.menu-light .top-header {
			  padding: 5px;
			}

/******* Header 2 *******/

/******* Announcement *******/
.btn-secondry {
  background: transparent;
  border: 1px solid #858a8e;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 0;
  font-size: var(--h4);
  line-height: 30px;
  letter-spacing: 0.1em;
  color: var(--midGray);
  min-width: 220px;
  font-weight: 600;
  text-align: center;
}
.announcement {
  position: relative;
  width: 100%;
  background: #a0582d;
  height: 0;
  top: 0;
  color: #fff;
  overflow: hidden;
  transition: all .3s ease;
  z-index: 99999;
}

.active.announcement {
  padding: 40px 40px;
  height: auto;
  transition: all .5s ease;
}
a.announcement-btn {
  position: absolute;
  right: 0;
  background: #f2f5f7;
  padding: 3px 12px;
  z-index: 99;
  line-height: 1.3;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0px 0px 6px 6px;
  top: 61px;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  color: #000;
}

a{
  text-decoration: none;
}
.announcement .close {
  position: absolute;
  padding: 10px;
  border: 1px solid var(--darkBlue);
  max-width: 40px;
  height: 40px;
  top: 40px;
  display: flex;
  right: 40px;
  align-items: center;
  justify-content: center;
  font-size: var(--btn);
  cursor: pointer;
}


.announcement .link {
  font-size: var(--text2);
  color: var(--black);
}
.announcement p,
.announcement h2 {
  color: #fff !important;
  margin: 0 !important
}
.announcement h2 {
  font-size: 24px;
  font-weight: 500;
}
.announcement .btn-secondry {
  border-color: #fff;
  color: #fff;
  min-width: 150px;
  padding: 6px 10px;
  text-decoration: none;
}
.announcement-text {
  display: flex;
  align-items: center;
  gap: 20px;
}
header.active-menu.scroll_down {
  transform: translateY(0%);
  top: unset;
}
.active.announcement + header .main-menu {
  overflow: auto;
  max-height: 85%;
}
.active.announcement + header .main-menu .container{
  overflow: auto;
  max-height:calc(100vh - 280px);
}
.active.announcement + header .main-menu .container::-webkit-scrollbar {
  width: 2px;
}

.active.announcement + header .main-menu .container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.active.announcement + header .main-menu .container::-webkit-scrollbar-thumb {
background-color: #f5f5f5;
outline: 1px solid slategrey;
}

.active.announcement + header .main-menu ul.nav{
  padding-top: 60px;
}
.active.announcement + header  .border-line{
      margin: 50px 0 50px;
}

@media (max-width: 1400px){
  .announcement .close {
      right: 30px;
  }
}
@media (max-width: 1200px){
  .announcement-text{
      flex-direction: column;
      align-items: flex-start;
      gap: 10px
  }
}
@media (max-width: 880px){
  .announcement .close {
      right: 20px;
      top: 20px;
  }
}
@media (max-width: 767px) {
  .announcement .close {
      position: absolute;
      padding: 8px;
      border: 1px solid var(--darkBlue);
      max-width: 30px;
      height: 30px;
      top: 30px;
      display: flex;
      right: 30px;
  }
  .active.announcement {
      padding: 30px 20px;
      height: auto;
      transition: all .5s ease;
  }
}
@media (max-width: 1024px) {
  .simple-header .header-btn,
  .simple-header .nav-wrapper .menu  {
      max-width: 690px;
      width: 100%;
      margin: 0 auto;
      padding: 0 16px;
  }
  .menu-wrapper {
      gap: 20px;
  }
  .simple-header .desktop-menu{
      display: none;
  }
}
@media (max-width: 768px) {
  .simple-header .header-btn,
  .simple-header .nav-wrapper .menu   {
      max-width: 516px;
  }
.bottom-footer .menu2 {
    justify-content: flex-start;
    margin: 0px;
    padding: 0px;
}
}
.simple-header .medium {
  font-size: 16px;
  padding: 10px 20px;
}
/******* Footer ********/
.footer1 {
  margin-top: -1px;
}
.footer1 .padding3 {
  padding-top: 60px 0 24px;
}
.footer1 .logo {
  max-width: 166px;
}
.footer1 .menu {
  display: flex;
  list-style: none;
  padding: 0;
  flex-direction: column;
  gap: 10px;
}
.footer1 ul.social-icon {
  display: flex;
  list-style: none;
  padding: 0;
  align-items: center;
  gap: 16px;
}
.footer1 ul.social-icon i {
  color: #000;
  font-size: 28px;
  margin-top: 20px;
}

footer .menu2 {
  display: flex;
  align-items: center;
  gap: 16px;
  list-style: none;
  justify-content: flex-end;
}
.footer1 .bottom-footer {
  padding-top: 40px;
}
.footer1 .menu.text3{
	font-weight: 500;
	color: #000;
}

footer ul li a {
  color: #000;
  text-decoration: navajowhite;
}
.footer1 .sec, .footer1 .one{
  margin-top:15px;
}




.footer1 .f-email-signup {position: relative;}
.footer1 input {    background: #F5F6F7;
    border: 0;
    font-size: var(--body3);
    padding: 18px 23px;
    border-radius: 2px;
    padding-right: 75px;
    width: 100%;}
.footer1 input::placeholder {color: #000;}
.footer1 button {position: absolute;
    top: 8px;
    right: 9px;border-radius: 2px;
    border: 0;
    background: var(--accent);
    padding: 8px 15px;}
    .footer-signup2 button img {max-width: 18px;}
.footer1  .footer-links  {padding: 50px 0 100px 0px;}
.footer1 .f-border {}


.footer1 .f-bg1 {}

.footer1 .f-bg2 {background: #F5F6F7;}

.footer1 .footer-links h2 {
  font-size: 18px;
font-weight: 600;
margin-bottom: 18px;
line-height: 24px;}

.footer1 .footer-links li  a {
    text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
}

.footer1 .footer-links .f-padding-left {padding-left: 20px;   }
.footer1 .footer-bottom ul li a {
    text-decoration: none;   
    margin-right: 10px;
    font-size: 15px;
    font-weight: 400;}
.footer1 .footer-links .f-timings li {display: flex; align-items: center;  font-size: 15px;
    font-weight: 500;}

.footer1 .footer-links .f-timings li span {
  margin-left: 7px;
  
    }

.footer1 .footer-bottom  .cpryt  {font-size: var(--body4);}
.footer1 .footer-links .f-para {    font-size: 15px;
    margin-top: 15px;
    line-height: 22px;}
.footer1 .footer-btn {max-width: fit-content;
    display: flex;
    padding: 6px 25px;
    color: #fff;
    background: var(--accent);
    border: none;
    border-radius: 3px;
    text-decoration: none;
    font-size: 15px;transition: 0.2s;}
.footer1 .footer-btn:hover {background: #00263A;}


.footer1 .col-right {display: flex;justify-content: end;}
.footer1 .f-row1  ul li a {
    color: #000;
    margin-right: 15px;
    font-size: 24px;}
.footer1 .f-row2 .col-middle { align-items: center;
  display: flex;}
  .footer1 .f-row2 .col-right {    align-items: center;
    display: flex;}
      .footer1 .f-row2  .footer-bottom {padding-bottom: 0;padding-top: 0;}
    .footer1 .f-row2 .col-left {    align-items: center;
      display: flex;}
.footer1 .footer-bottom p {margin: 0;}
.footer1 .footer-bottom {
padding-top: 25px;
    padding-bottom: 40px;
}
  .footer1 .f-row2  .col-middle  ul li a {

    margin-right: 19px; }



    @media(max-width:991px) {
      .footer1 .f-row2 .col-right {

    justify-content: start;
    }
    .footer1 .footer-links .f-padding-left {
    padding-left: 15px;
}
    .footer1 .f-row2 .col-middle {
        padding-top: 10px;
        padding-bottom: 10px;
    }
.footer1 .footer-links .f-padding-left {   margin-top: 40px;}
    }

@media(max-width:767px) {

.ucg-neighborhood-map #map {
    min-height: 100vw;
}
  .footer1   .row {

     margin-right: 0;
     margin-left: 0;
 }
   .footer1  .row > * {

     padding-right: 0;
     padding-left: 0; }
   .footer1  #places-filters,   .footer1  .container,   .footer1  .container-fluid,   .footer1  .container-xxl,   .footer1  .container-xl,   .footer1  .container-lg,   .footer1  .container-md,   .footer1  .container-sm {

     padding-right: 0;
     padding-left: 0; }

  .footer1  .container-fluid {padding-left: 10px; padding-right: 10px;}


  .footer1 .footer-links .f-padding-left {
      padding-left: 0;}
      .footer1 .footer-links h2 {margin-top: 30px;margin-bottom: 20px;}
      .footer1 .col-right {

          justify-content: start;
      }
      .footer1 .footer-links h2 {
    margin-top: 5px;
    margin-bottom: 10px;
}
.footer1 .footer-links {

    padding-bottom: 50px;
}
.footer1 .footer-btn {
    margin-bottom: 30px;
}
.footer1 .f-row1 .footer-bottom {
    padding-top: 0;
    padding-bottom: 0px;
}
.footer1 .footer-bottom {
    padding-top: 15px;
    padding-bottom: 37px;
}
.footer1 .footer-bottom .col-middle ul {
    margin-bottom: 15px;
    flex-direction: column;
}
.footer1 .footer-links .f-para {
    font-size: 14px; }

.footer1 .footer-bottom p {
    font-size: var(--body4); 
}
.footer1 .f-row1 .col-right ul li img {
    max-width: 150px !important;
}
.footer1 .footer-links .f-padding-left {
padding-left: 0;  margin-top: 0;
}
.footer1 .f-row2 .col-middle ul li  {
    margin-bottom: 7px;
}
footer.footer1 ul.ftr-logo-list {
    flex-direction: column;
}
}
footer.footer1 ul li {
    list-style: none;
}
footer.footer1 ul {
    padding: 0px;
    margin: 0 0;
}

.cta-section.cta-accent.cntr-cta-section .col-right {
    display: flex;
    align-items: center;
}

.ucg-neighborhood-map .places-filters .transit-toggle:hover {
    background-color: #c3a61800 !important;
    color: #212529 !important;
}

.pgcontainer {
    max-width: 90%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.ucg-neighborhood-map .places-filters .transit-toggle.active::after{
    content: "" !important;
	font-family: "Font Awesome 6 Pro" !important;
}

.ucg-neighborhood-map .places-filters .transit-toggle::after {
    content: "";
    font-family: "Font Awesome 6 Pro" !important;
}

.ucg-neighborhood-map .places-filters .transit-toggle{
	position: relative;
}

.ucg-neighborhood-map .places-filters .transit-toggle .toggle-indicator {
    margin-left: 40px;
}

.ucg-neighborhood-map #map .marker img {
    width: 100% !important;
}

/* .ucg-neighborhood-map #map .marker img {
    width: 300% !important;
    position: absolute;
    top: -90px;
    left: -50px;
	z-index:0;
} */




.body1 {
    font-size: var(--body1);
    font-weight: 300;
}

.body2 {
    font-size: var(--body2);
    font-weight: 300;
}

.body3 {
    font-size: var(--body3);
    font-weight: 300;
}

.body4 {
    font-size: var(--body4);
    font-weight: 300;
}
.body5 {
    font-size: 11px;
    font-weight: 300;
}
/* gallery block */
.gallery-pg-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000000;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    overflow: hidden;
}
.gallery-pg-tabs .tab {
    padding: 11px 40px 9px 40px;
    line-height: 1.2;
    font-size: 16px;
    letter-spacing: 1.6px;
	text-transform: uppercase;
	background-color: #D9D9D9;
	color: var(--black);
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.gallery-pg-tabs .tab.active {
    background-color: var(--accent);
    color: var(--white);
    transition: all .3s ease-in-out;
}
.gallery-pg-tabs .tab h4 {
    font-size: var(--body1);
    line-height: 1.2;
    margin: 0;
    color: #000000;
    display: flex;
    align-items: center;
}
.gallery-pg-tabs .tab.active > * {
    color: #FFFFFF;
}
.gallery-pg-tabs .tab:not(:first-child) {
    border-left: 1px solid #000000;
}
.gallery-block .tab-content {
  display: none;           
}
.gallery-block .tab-content.active {
  display: block;
}
.gallery-block .fg-filtering-container {
    padding: 0;
    margin: 40px auto !important;
}
.gallery-block .fg-light .fg-tag-item.fg-selected .fg-tag-link {
    background-color: transparent;
    border-bottom: 1px solid var(--white);
    color: var(--white);
}
.gallery-block .fg-light .fg-tag-item .fg-tag-link {
    border-radius: 0;
    padding: 0 0;
    border: none;
    font-size: var(--body2) !important;
    font-weight: 300;
    color: var(--white);
    background-color: unset;
    cursor: pointer;
    font-family: 'acumin-pro';
}
.gallery-block .fg-tag-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px 35px;
    flex-wrap: wrap;
    max-width: 700px;
    margin: 0 auto;
}
.gallery-block .fg-tag-list:after {
    display: none;
}
.gallery-block:not(.masonry) .foogallery.foogallery-container, 
.gallery-block:not(.masonry) .gallery-content-wrap {
    padding: 0;
    width: 100%;
    margin: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.gallery-block:not(.masonry) .foogallery.foogallery-container .fg-item, 
.gallery-block:not(.masonry) .gallery-content-wrap .view-img, 
.gallery-block:not(.masonry) .gallery-content-wrap .tour {
    margin: 0;
    width: calc(25% - 23px);
    aspect-ratio: 1 / 0.91;
}
.gallery-block .foogallery.foogallery-container .fg-item *, .gallery-block .gallery-content-wrap .view-img *, .gallery-block .gallery-content-wrap .tour * {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
}
.gallery-block .foogallery.foogallery-container .fg-item figure {
    margin: 0;
    border: none;
    display: block;
    width: 100%;
    box-shadow: none !important;
}
.gallery-block .foogallery.foogallery-container .fg-item a, .foogallery.foogallery-container .fg-item span, .foogallery.foogallery-container .fg-item img {
    display: inline-block;
    border: none;
}
.gallery-block .foogallery.foogallery-container .fg-item figure img {
    width: 100% !important;
}
.gallery-block .foogallery.foogallery-container .fg-item .fg-loader {
    width: 55px;
    height: 55px;
    top: 30%;
    left: 34%;
    align-items: center;
}
.gallery-block .foogallery.fg-light .fg-item.fg-loading {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* mesonary */
.gallery-block.masonry .foogallery .fg-column-width, .gallery-block.masonry .fg-masonry .fg-gutter-width {
    display: none !important;
}
/*.gallery-block.masonry .foogallery.fg-dark .fg-item-inner {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.gallery-block.masonry .fg-masonry .fg-item {
    position: relative !important;
    left: unset !important;
    top: unset !important;
    margin: 0;
    width: auto;
}*/
.fg-masonry.fg-col2 .fg-item {
    width: calc(50% - 23px); 
    padding-right: 15px;
}
.fg-masonry.fg-col2 .fg-item:nth-child(2n) {
    padding-right: 0px;
    padding-left: 15px;
}
.fg-masonry.fg-col2 .fg-item {
    margin-bottom: 30px !important;
}
/*.gallery-block.masonry .foogallery.fg-masonry, */.gallery-block.masonry .gallery-content-wrap {
  column-count: 2; /* Two fixed columns */
  column-gap: 30px; /* Space between columns */
  height: auto !important;
}
/*.gallery-block.masonry .foogallery.fg-masonry .fg-item,*/ 
.gallery-block.masonry .gallery-content-wrap .tour, 
.gallery-block.masonry .gallery-content-wrap .view-img {
  break-inside: avoid; /* Prevent items from breaking across columns */
  margin-bottom: 30px;
}
.gallery-block.masonry .gallery-content-wrap img {
   width: 100%;
  height: auto; /* Maintain aspect ratio */
  display: block;
}
.foogallery.fg-dark .fg-item.fg-error, .foogallery.fg-dark .fg-item.fg-idle, .foogallery.fg-dark .fg-item.fg-loading {
  background-color: transparent !important;
  border: none !important;
  box-shadow: unset !important;
}
.viewtab div#tab-1 {
    width: 100%;
}
/* end mesonary */
/* slider */
.gallery-block .foogallery.fg-slider, .fg-slider .fg-panel {
    background: unset;
    border: none;
    box-shadow: none;
}
.gallery-block .foogallery.fg-slider * {
    border: none !important;
}
.fg-media.fg-loaded .fg-media-content {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.gallery-block .fg-panel-thumbs-bottom .fg-panel-thumbs-stage, .gallery-block .fg-panel-thumbs-top .fg-panel-thumbs-stage {
    background: transparent !important;
}
.gallery-block .fg-panel.fg-light :is(.fg-panel-button,.fg-panel-thumbs-button,.fg-panel-thumb,.fg-panel-thumb-spacer), 
.gallery-block .fg-panel.fg-light:is(.fg-medium,.fg-panel-no-mobile) .fg-panel-cart-inner, 
.gallery-block .fg-panel.fg-light:is(.fg-medium,.fg-panel-no-mobile):not(.fg-panel-info-overlay) .fg-panel-info-inner {
    background: transparent;
}
.gallery-block .fg-panel-thumbs-bottom .fg-panel-thumb {
    margin: 15px 7.5px 0px 7.5px !important;
    padding: 0 0;
}
.gallery-block .fg-panel-thumb-media, .gallery-block .fg-panel-thumb-media img {
    height: 140px;
    min-height: 140px;
    object-fit: cover;
}
.gallery-block .fg-panel-thumbs-bottom .fg-panel-thumbs-inner {
    height: auto;
    min-height: auto;
}
.fg-panel.fg-light,.fg-panel.fg-light .fg-panel-thumb:is(.fg-idle,.fg-loading,.fg-error) .fg-panel-thumb-media {
    background-color: transparent !important;
}
/* end slider */
@media (max-width: 1024px) {
  .gallery-block:not(.masonry) .foogallery.foogallery-container .fg-item, 
  .gallery-block:not(.masonry) .gallery-content-wrap .view-img, 
  .gallery-block:not(.masonry) .gallery-content-wrap .tour {
      width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .gallery-block .foogallery.foogallery-container, .gallery-block .gallery-content-wrap {
    gap: 10px;
  }
  .gallery-block:not(.masonry) .foogallery.foogallery-container .fg-item, 
  .gallery-block:not(.masonry) .gallery-content-wrap .view-img, 
  .gallery-block:not(.masonry) .gallery-content-wrap .tour {
      width: calc(45% - 5px) !important;
      min-width: calc(45% - 5px) !important;
      max-width: calc(45% - 5px) !important;
  }
  .gallery-pg-tabs .tab {
      padding: 16px 15px 13px 15px;
      display: flex;
      align-items: stretch;
      align-self: stretch;
      text-align: center;
  }
  .gallery-block .fg-filtering-container {
    margin: 25px auto !important;
  }
  .fg-masonry.fg-col2 .fg-item {
    padding-right: 5px;
  }
  .fg-masonry.fg-col2 .fg-item:nth-child(2n) {
      padding-right: 0px;
      padding-left: 5px;
  }
  .fg-masonry.fg-col2 .fg-item {
      margin-bottom: 10px !important;
  }
  /*.gallery-block.masonry .foogallery.fg-masonry, */.gallery-block.masonry .gallery-content-wrap {
    column-gap: 10px; /* Space between columns */
  }
  /*.gallery-block.masonry .foogallery.fg-masonry .fg-item,*/ 
  .gallery-block.masonry .gallery-content-wrap .tour, 
  .gallery-block.masonry .gallery-content-wrap .view-img {
    margin-bottom: 10px;
  }
  .gallery-block .fg-panel-thumbs-bottom .fg-panel-thumb {
      margin: 5px 2.5px !important;
  }
  .gallery-block .fg-panel-thumb-media, .gallery-block .fg-panel-thumb-media img {
      height: 47px;
      min-height: 47px;
  }
}
/* end gallery block */

/* pricebox block */
.pricebox {
    width: calc(33.33% - 22px);
}
.pricebox-wrapper {
    gap: 25px 22px;
    justify-content: space-between;
}
.pricebox-inner {
    background-color: #FAF9F5;
    border-radius: 5px;
    overflow: hidden;
}
.pricebox-header {
    padding: 40px 40px 25px 40px;
    border-bottom: 1px solid #F0F3F9;
}
.pricebox-header h2 {
    margin-bottom: 6px;
    letter-spacing: -0.4px;
}
.pricebox-header p {
    margin-bottom: 14px;
}
.pricebox-header h5 {
    letter-spacing: 1.3px;
    line-height: 1.2 !important;
    text-transform: uppercase;
}
.pricebox-details {
    background-color: #ffffff;
    padding: 24px 40px 40px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.pricebox-details ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.pricebox-details ul li {
    padding-left: 28px;
    position: relative;
}
.pricebox-details ul li:after {
    content: "";
    width: 22px;
    height: 22px;
    background: url(https://block.upshiftclient.com/wp-content/uploads/2025/02/CheckCircle.svg);
    position: absolute;
    left: 0;
    top: 6px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
}
.pricebox-btn {
  margin-top: 28px;
}
/* responsive */
@media (max-width: 1024px) {
  .pricebox-wrapper {
      column-gap: 15px;
  }
  .pricebox {
      width: calc(33.33% - 10px);
  }
  .pricebox-details {
      padding: 24px 20px 40px 20px;
  }
}
@media (max-width: 767px) {
  .pricebox {
      width: 100%;
  }
}
/* end responsive */
/* end pricebox block */
/* progrssbar */
.secpy {
  padding-top: 100px;
  padding-bottom: 100px;
}
.line-progress-row {
    gap: 25px 45px;
}
.line-progress-row .progressbar-col {
    width: calc(50% - 22.5px);
}
.line-progressbar .progrss_bar-container {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.line-progressbar .progrss_bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.line-progressbar .progress {
    width: 100%;
    max-width: 100%;
    height: 4px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    margin-top: 15px;
    border-radius: 0px;
}
.line-progressbar .progress-fill {
    height: 100%;
    width: 0;
    background: #986147;
    transition: width 1.5s ease-in-out;
}
@media (max-width: 1024px) {
  .line-progressbar .progrss_bar-container {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .line-progress-row .progressbar-col {
      width: 100%;
  }
}
.circular-progressbar .progrss_bar-container {
    display: flex;
    gap: 40px 20px;
}
.circular-progressbar .progrss_bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    width: calc(33.33% - 20px);
}
.circular-progressbar .progress {
    width: 85%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient(#eee 0deg, #eee 360deg); /* Default empty */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #000;
    aspect-ratio: 1 / 1;
}
.circular-progressbar .progress::before {
    content: "";
    position: absolute;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    background: #FAF9F5;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
}
.circular-progressbar .progress-fill {
    display: none;
}
.circular-progressbar .progressbar-col {
    width: 100%;
}
.circular-progressbar .progressbar-col p {
    text-align: center;
}
.circular-progressbar .progrss_bar span.percent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    display: block;
}
.circular-progressbar .progrss_bar > span {
    display: none;
}
/* responsive */
@media (max-width: 1024px) {
  .secpy {
      padding-top: 75px;
      padding-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .secpy {
      padding-top: 55px;
      padding-bottom: 55px;
  }
}
@media (max-width: 540px) {
  .circular-progressbar .progrss_bar-container {
    flex-wrap: wrap;
  }
  .circular-progressbar .progrss_bar {
      width: 100%;
  }
  .circular-progressbar .progress {
      max-width: 310px;
  }
}
/* end responsive */
/* end progressbar */
/* headerbar */
section.headerbar {
    position: relative;
}
.header-wrapper {
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lg_bar .header-wrapper {
  min-height: 360px;
}
.header-wrapper h1 {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -0.1px;
    margin: 0;
    text-align: center;
}
.lg_bar .header-wrapper h1 {
    font-size: 52px;
    font-weight: 300;
    letter-spacing: -0.2px;
    margin: 0;
}
section.headerbar.with-bgimg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
section.headerbar.with-bgimg:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #0000004D;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.headerbar.with-bgimg .header-wrapper h1 {
  color: #ffffff;
}
.header-wrapper {
    position: relative;
    z-index: 11;
}
/* end headerbar */
/* image only */
.full-container {
  max-width: 100%;
  width: 100%;
}
.images-grid-row {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 32px;
}
.with1row .images-grid-col {
    width: 100%;
}
.with2row .images-grid-col {
    width: calc(50% - 16px);
}
.with3row .images-grid-col {
    width: calc(33.33% - 22px);
}
.with4row .images-grid-col {
    width: calc(25% - 24px);
}
.images-grid-col figure {
    margin: 0;
    height: 100%;
}
.images-grid-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* responsive */
@media (max-width: 1024px) {
  .images-grid-row {
    gap: 20px 20px;
  }
  .with2row .images-grid-col {
    width: calc(50% - 10px);
  }
  .with3row .images-grid-col {
      width: calc(33.33% - 14px);
  }
  .with4row .images-grid-col {
      width: calc(25% - 15px);
  }
}
@media (max-width: 767px) {
  .images-grid-row {
    gap: 10px 10px;
  }
  .with2row .images-grid-col {
    width: calc(50% - 5px);
  }
  .with3row .images-grid-col {
      width: calc(33.33% - 7px);
  }
  .with4row .images-grid-col {
      width: calc(25% - 8px);
  }
}
/* end responsive */
/* end image only */
/* testimonials block */
.one-slide .testimonial-details {
    margin-bottom: 40px;
}
.two-slide .testimonial-details {
    margin-bottom: 30px;
}
.three-slide .testimonial-details {
    margin-bottom: 20px;
}
.testimonial-details * {
    margin: 0;
    text-align: center;
    font-weight: 500 !important;
    color: #000000;
}
.one-slide .testimonial-details > * {
    font-size: 40px;
    line-height: 1.2;
}
.two-slide .testimonial-details > * {
    font-size: 27px;
    line-height: 1.3;
}
.three-slide .testimonial-details > * {
    font-size: 18px;
    line-height: 1.4;
}
.testimonial-slide .name {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    color: #000000;
}
.testimonial-slider.two-slide .slick-track, .testimonial-slider.three-slide .slick-track {
    display: flex;
    gap: 50px;
}
.testimonial-slider ul.slick-dots {
    margin: 50px 0 0 0;
    padding: 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    gap: 8px;
}
.testimonial-slider ul.slick-dots li {
    line-height: 1;
}
.testimonial-slider ul.slick-dots li button {
    padding: 0;
    border: none;
    background: #E7E7E7;
    width: 11px;
    height: 11px;
    font-size: 0px;
    border-radius: 50%;
}
.testimonial-slider ul.slick-dots li.slick-active button {
    background-color: #986147;
}
/* responsive */
@media (max-width: 1024px) {
  .testimonial-slider.two-slide .slick-track, .testimonial-slider.three-slide .slick-track {
     gap: 28px;
  }
  .one-slide .testimonial-details > * {
    font-size: calc(40px * .8);
  }
  .testimonial-slider ul.slick-dots {
      margin-top: 35px;
  }
}
@media (max-width:767px) {
  .testimonial-slider.two-slide .slick-track, .testimonial-slider.three-slide .slick-track {
     gap: 2px;
  }
  .one-slide .testimonial-details > *, .two-slide .testimonial-details > *, .three-slide .testimonial-details > * {
    font-size: 16px;
    line-height: 1.4;
  }
  .testimonial-slide .name {
    font-size: 14px;
  }
  .testimonial-slider ul.slick-dots {
      margin-top: 20px;
  }
}
/*end responsive */
/* end testimonials block */

/* header */
header#header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 11119;
    max-width: 100vw;
    width: 100%;
}
header.new-header-two {
	transition: background .4s ease-in-out;
}
/*header.new-header-two.sticky {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0) 100%);
    transition: background .4s ease-in-out;
}*/
header.new-header-two:before, header.new-header-two:after {
    content: "";
    width: 100%;
    height: 0;
    background-color: var(--dark);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    transition: height .4s ease;
}
header.new-header-two > * {
    z-index: 1;
    position: relative;
}
header.new-header-two.sticky:before {
    height: 100%;
    transition: height .4s ease;
}
header.new-header-two:after {
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
}
header li.menu-item.location-item {
    padding-left: 22px;
    background-image: url(/wp-content/uploads/2025/03/locationIcon.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: left center;
}
header a.logo img {
    max-width: 136px;
    max-height: 130px;
    object-fit: contain;
}
.new-header-two .nav-bar .menu-bar {
    width: calc(50% - calc(140px / 2));
}
.new-header-two .nav-bar .menu-bar:not(.left-menu) {
    justify-content: flex-end;
}
/* dropdown menu */
.new-header-two .menu-footer {
    width: 100%;
    margin-top: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.menu_upper .row, .menu-footer .row {
    width: 100%;
}
.menu_dropdown-wrap.pg--width {
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 85px);
    justify-content: flex-start;
    padding-top: 50px;
}
.menu_upper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.new-header-two .menu-footer .pg-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px 20px;
}
.menu-divider {
    margin-top: 14px;
    margin-bottom: 14px;
    height: 0;
    border-bottom: 1px solid var(--white);
    max-width: 295px;
    width: 100%;
}
ul.nav-2 a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
}
.header-btn .bbt-secondary {
    background-color: transparent !important;
    border-color: var(--white) !important;
    color: var(--white) !important;
}
.header-btn .bbt-secondary:hover {
    background-color: var(--white) !important;
    border-color: var(--white) !important;
    color: var(--dark) !important;
}
/* end dropdown menu */
/* end header */

/* footer */
.footer1 .footer-links img {
    max-width: 160px;
    width: 100%;
}
.footer1 .footer-links .f-para, .footer1 .footer-links .footer-btn {
    display: none;
}
.footer1 .footer-links .f-padding-left .row {
    justify-content: flex-end;
}
.footer1 .footer-links .f-padding-left .col-sm-6.col-md-3 {
    width: 28%;
}
.footer1 .footer-links .f-padding-left h5 {
    font-size: var(--body3);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
}
.footer1 .footer-links .f-padding-left a {
    font-size: var(--body3);
    line-height: 1.5;
    font-weight: 300;
}
.footer1 .footer-links .f-padding-left .address {
    line-height: 1;
}
footer.footer1 ul li {
    line-height: 1;
}
.footer1 .f-bg2 {
    margin-top: -1px;
}
.ftr-upper-bottom {
    align-items: center;
}
.ftr-logo-list {
    gap: 10px 30px;
}
.ftr-logo-list img {
    max-width: 207px;
    max-height: 45px;
}
.footer-bottom.ftr-lower-bottom {
    justify-content: space-between;
    gap: 15px 0;
    color: var(--white);
    align-items: center;
}
.footer-bottom.ftr-lower-bottom .text_col {
    flex-wrap: wrap;
    gap: 15px 35px;
    font-size: 13px;
}
.footer-bottom.ftr-lower-bottom .text_col ul {
    gap: 15px 35px;
    flex-wrap: wrap;
}
.ftr-icon-list li {
    max-height: 18px;
    line-height: 0;
}
.ftr-icon-list li a {
    max-height: 18px !important;
    display: inline-block;
    filter: brightness(0) invert(1);
}
.ftr-icon-list img {
    height: 18px;
}
.footer-bottom.ftr-lower-bottom .text_col a {
    font-size: var(--body3);
    font-weight: 300;
}
@media (max-width: 767px) {
	.footer-bottom.ftr-lower-bottom .text_col ul {
	    flex-direction: column;
	}
	.footer-bottom.ftr-lower-bottom {
		row-gap: 35px;
	}
}
@media (min-width: 1024px) {
  .menu_dropdown-wrap.pg--width {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
	

	
}



@media (min-width: 1025px) {
    .menu_upper .col-lg-9,.menu-footer .col-lg-9 {
        width:calc(72% - 15px)
    }
    .menu_upper .col-lg-3,.menu-footer .col-lg-3 {
        width: calc(28% - 15px)
    }
    .menu_upper .row,.menu-footer .row {
        display: flex;
        flex-wrap: wrap;
        column-gap: 30px
    }
}



@media (min-width: 1100px) {
    .menu_dropdown-wrap>.pg-container.menu_upper,.menu_dropdown-wrap .menu-footer .pg-container {
        padding-left:90px;
        padding-right: 90px
    }
}

@media (min-width: 1300px) {
    .menu_dropdown-wrap>.pg-container.menu_upper,.menu_dropdown-wrap .menu-footer .pg-container {
        padding-left:150px;
        padding-right: 150px
    }
	
    #map .marker .map-marker-color-icon {
        height: 18px !important;
        width: 18px !important;
    }
	
}


@media (max-width: 991px) {
  header a.logo img {
        max-width: 100px;
        max-height: 100px;
    }
    .main-menu .logo-wrapper {
      padding-top: 20px;
      padding-bottom: 20px;
  }
  .new-header-two .main-menu ul.nav {
      margin-bottom: 35px;
  }
  .menu-footer .row {
    row-gap: 40px;
  }
  /*.menu-footer .row {
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      min-width: 100%;
      margin: 0;
  }
  .menu-footer .row > div {
      width: fit-content;
      padding: 0;
  }*/
  .footer1 .footer-links .f-padding-left .row {
      justify-content: flex-start !important;
      gap: 40px;
  }
  .footer1 .footer-links .f-padding-left .col-sm-6.col-md-3 {
      width: 100% !important;
  }
  .footer1 .footer-links .f-padding-left h5 {
      margin-bottom: 16px;
  }
  .footer1 .menu {
      gap: 8px;
  }
}
/* end footer */

/* animation */
[data-animate="slide-left"], [data-animate="slide-right"], [data-animate="imgslide-left"], [data-animate="imgslide-right"] {
    transition-delay: .4s;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    transition-duration: .9s;
    transition-timing-function: ease;
}
[data-animate="fade-in"] {
    transition-delay: .2s;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    transition-duration: .7s;
    transition-timing-function: ease;
}
[data-animate="slide-right"] {
    transform: translate3d(-100px,0,0);
    opacity: 0;
}
.in--view[data-animate="slide-right"] {
    transform: translate3d(0,0,0);
    opacity: 1;
}
[data-animate="slide-left"] {
    transform: translate3d(100px,0,0);
    opacity: 0;
}
.in--view[data-animate="slide-left"] {
    transform: translate3d(0,0,0);
    opacity: 1;
}
[data-animate="fade-in"] {
  opacity: 0;
}
.in--view[data-animate="fade-in"] {
  opacity: 1;
}
/* end animation */
/* home page */
.sec-py, .ucg-scores {
    padding-top: 100px;
    padding-bottom: 100px;
}
a {
	display: inline-block;
}
img {
	max-width: 100%;
	display: block;
}
.overflow_hidden {
	overflow: hidden;
	max-width: 100vw;
	width: 100%;
}
section.home-banner {
    position: relative;
    width: 100%;
    min-height: 100vh;
}
.home-component-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    clip: rect(0, auto, auto, 0);
}
.home-component-bg-img {
    position: fixed;
    top: 0px;
    left: 0px;
    transform: translateZ(0);
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    will-change: transform;
}
.home-component-bottom {
    height: 100vh;
    position: relative;
    z-index: 11;
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-component {
    padding-top: 140px;
    padding-bottom: 145px;
    text-align: center;
}
.lower-component {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
}
.lower-component > div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-component h1 {
    margin: 0;
    text-transform: uppercase;
    color: var(--white);
    text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.75);
}
.arrow-component {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.arrow-component img {
    width: 20px;
    cursor: pointer;
}
.home-component-bottom:after {
    content: "";
    width: 100%;
    height: 150px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, var(--Dark-Theme-Primary, rgba(55, 58, 54, 0.90)) 100%);
    position: absolute;
    left: 0;
    bottom: -1px;
}
.bg-dark .home-component-bg {
    background-color: #373A36 !important;
}
.staggered-images .home-component-bg-img {
    display: flex;
    align-items: flex-end;
    padding: 45px 0;
}
section.staggered-images.home-banner .mt-4 {
    display: none !important;
}
.content-column {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.content-column * {
    margin: 0;
}
.content-column ul {
    padding-left: 15px;
	list-style-type: disc !important;
}
.max450 .content-column > * {
	max-width: 450px;
	width: 100%;
}
.bg-dark .content-column > * {
	color: var(--white);
}
.cta_content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.cta_content * {
    margin: 0;
}
.cta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px 25px;
}
.pg-cta .cta_content p {
    max-width: 685px;
    width: 100%;
}
.staggered-img-row .grid-item img {
    width: 100%;
}
@media (min-height: 750px) {
	.staggered-images .home-component-bg-img {
		align-items: center;
	}
}
/* end home page */

/* building info page */
.lg-py {
  padding-top: 125px;
  padding-bottom: 125px;
}
.pg-text-content .text-content-col:nth-child(1) {
    width: 75%;
}
.pg-text-content .text-content-col:nth-child(2) {
    width: calc(25% - 40px);
}
.text-block-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px 40px;
    padding-top: 28px;
    padding-bottom: 28px;
}
.text-content-col:nth-child(1) .text-content-inner {
    max-width: 685px;
    width: 100%;
}
.text-content-col:nth-child(1) .text-content-inner p {
    font-size: var(--body1);
}
.text-content-col:nth-child(2) .text-content-inner {
    text-align: center;
}
.hero__slider {
  margin-top: -1px;
}
.hero__slider .slick-slide img {
    height: 90vh !important;
}
.hero__slider .arrowStyle .slick-arrow.slick-next {
    right: calc(calc(100% - 95%) / 2);
    margin-right: 20px;
    background-image: url(https://360lexingtonave.upshiftclient.com/wp-content/uploads/2025/03/Arrow-1.svg);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: center;
}
.hero__slider .arrowStyle .slick-arrow.slick-prev {
    left: auto;
    right: calc(calc(100% - 95%) / 2);
    margin-right: 70px;
    background-image: url(https://360lexingtonave.upshiftclient.com/wp-content/uploads/2025/03/Arrow-2.svg);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: center;
}
.hero__slider .arrowStyle .slick-arrow {
    background-color: rgba(217 217 217 / 20%);
    width: 50px;
    height: 45px;
    bottom: 45px;
}
.hero__slider .arrowStyle .slick-arrow:before {
    display: none !important;
}
.text-slider-wrapper {
    position: absolute;
    width: 100%;
    bottom: 55px;
}
.text-slider-wrapper p {
    margin: 0 125px 0 0;
    text-align: right;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    font-size: var(--body3);
}
.pg-text-image .img-area img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
    aspect-ratio: 1 / .73;
}
.pg-text-image.content-col ul {
    padding-left: 15px;
    list-style-type: disc;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.pg-text-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 50px 50px;
    overflow: hidden;
}
.pg-text-col.img-area {
    width: calc(60% - 25px);
}
.pg-text-col.content-col {
    width: calc(40% - 25px);
}
.pg-text-col .content-column.right > * {
    text-align: right;
}
.pg-text-col .content-column.right ul li {
    width: fit-content !important;
    margin: 0 0 0 auto;
}
.text-body3 p, .text-body3 li {
    font-size: var(--body3) !important;
}
.maxli .content-column.right ul li {
  max-width: 350px;
  width: 100%;
}
.pg-text-col .content-column:not(.right) {
    max-width: 365px;
    width: 100%;
}
.content-column.right {
    max-width: 385px;
    width: 100%;
    margin: 0 0 0 auto;
}
.list-heading {
    color: #19507A !important;
    padding: 0;
    margin-bottom: 0px;
}
.list-heading * {
    margin: 0;
    text-align: center;
}
.list--row {
  margin-top: 67px;
  margin-bottom: 65px;
}
.list--row .col > * {
  max-width: 325px;
  width: 100%;
}
.list-title {
    margin-bottom: 20px;
}
.list-title * {
    margin: 0;
    color: var(--black);
}
ul.list-style {
    padding: 0 0 0 25px;
    margin: 0;
    list-style-type: disc;
}
.btn-row {
    display: flex;
    justify-content: center;
}
/* end building info page */

/* gallery page */
.fs-py {
    padding-top: 230px;
    padding-bottom: 150px;
}
section.gallery-block {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #333937;
    margin-top: -1px;
}
section.gallery-block {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #333937;
    margin-top: -1px;
}
button.fg-panel-button.fg-panel-button-prev, button.fg-panel-thumbs-button.fg-panel-thumbs-prev {
    background-image: url(https://360lexingtonave.upshiftclient.com/wp-content/uploads/2025/03/ArrowLeft.png) !important;
}
button.fg-panel-button.fg-panel-button-next, button.fg-panel-thumbs-button.fg-panel-thumbs-next {
    background-image: url(https://360lexingtonave.upshiftclient.com/wp-content/uploads/2025/03/ArrowRight.png) !important;
}
:is(.fg-medium,.fg-panel-no-mobile).fg-panel-hover-buttons .fg-panel-button {
    opacity: 1;
    visibility: visible;
}
button.fg-panel-button.fg-panel-button-prev, button.fg-panel-button.fg-panel-button-next {
    width: 50px !important;
    height: 50px !important;
    padding: 0 0 !important;
    border-radius: 50% !important;
    background-color: #D9D9D9CC !important;
    background-repeat: no-repeat !important;
    background-size: 28px !important;
    background-position: center center !important;
    cursor: pointer !important;
}
button.fg-panel-button.fg-panel-button-prev svg, button.fg-panel-button.fg-panel-button-next svg, 
.fg-panel-thumbs-bottom .fg-panel-thumbs-button, .fg-panel-thumbs-top .fg-panel-thumbs-button {
    display: none !important;
}
.gallery-block .tab-content {
    margin-top: 40px;
}
/*.fg-panel-thumbs-bottom .fg-panel-thumbs-button, .fg-panel-thumbs-top .fg-panel-thumbs-button {
    width: 32px;
    min-width: 32px;
    height: 32px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 1 !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: #D9D9D9CC !important;
    border-radius: 50%;
    background-repeat: no-repeat !important;
    background-size: 18px !important;
    background-position: center center !important;
}
button.fg-panel-thumbs-button.fg-panel-thumbs-prev {
    left: 0;
    right: auto;
}
button.fg-panel-thumbs-button.fg-panel-thumbs-next {
    right: 0;
    left: auto;
}*/
.fg-panel.fg-medium .fg-panel-thumb-caption {
    display: none !important;
}
.fg-panel.fg-medium.fg-x-large-width .fg-panel-thumb-media {
    width: 100% !important;
}
.fg-panel-area-inner.fg-panel-thumbs-inner img.fg-panel-thumb-image {
    width: 100% !important;
}
@media (min-width: 1650px) {
  .fg-panel.fg-medium.fg-x-large-width .fg-panel-thumb-media {
      height: 150px;
      min-height: 150px;
  }
}
/* end gallery page */
/* contact page */
.page-id-3599 section.contact-banner {
    padding-top: 52px;
    position: relative;
}
.page-id-3599 section.contact-banner:before {
    content: "";
    width: 100%;
    height: 52px;
    background-color: var(--dark);
    position: absolute;
    top: 0;
    left: 0;
}
.contact-banner-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.contact-banner-row .cb-col {
    width: 50%;
}
.cb-col.image__col {
    display: flex;
    align-items: stretch;
}
.image__col figure {
    margin: 0;
    width: 100%;
}
.image__col figure img {
    height: 100%;
    object-fit: cover;
}
.cb-col.content__col {
    display: flex;
    align-items: center;
    padding: 100px 125px;
}
.contect_col-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.contect_col-inner .title {
    color: var(--white);
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2.4px;
}
.contect_col-inner .address a {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    font-size: var(--body1);
    font-weight: 300;
    max-width: 170px;
    width: 100%;
}
.contect_col-inner h2 {
    margin-bottom: 0;
}
.contect_col-inner a {
    display: flex;
    align-items: center;
    gap: 2px;
    color: var(--white);
}
.contect_col-inner h5 {
    margin: 0;
}
.highlited-link {
    text-decoration: underline;
    text-transform: uppercase;
}
.bbt-primary {
    display: inline-block !important;
}
.contect_col-inner .btn-wrap {
    margin-top: 15px;
}
section.contact-list {
    padding-top: 60px;
    padding-bottom: 150px;
}
.list-text-banner h1 {
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.list-text-banner h2 {
    font-size: var(--d2);
    letter-spacing: 1.9px;
    text-align: center;
}
.img_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px 15px;
    margin: 32px 0 40px 0;
}
.img_row img {
    max-height: 90px;
    object-fit: contain;
}
.contact-list-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 100px 30px;
}
.contact-list-col {
    width: calc(33.33% - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.contact-list-col h2 {
    margin: 4px;
}
.contact-list-col a {
    color: var(--black);
}
.contact-list-col a.email {
    margin-top: 7px;
    text-decoration: underline;
}
#form .map-row {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
}
.gform_title {
    margin-bottom: 15px;
    color: var(--white);
}
.gform_description {
    margin-bottom: 30px;
    color: var(--white);
}
.form-wrapper form#gform_8 input, .form-wrapper form#gform_8 select, .form-wrapper form#gform_8 textarea {
    padding: 16px 20px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    letter-spacing: 0.26px !important;
    background-color: transparent;
    border: 1px solid var(--white) !important;
    border-radius: 0px !important;
    color: var(--white) !important;
    height: auto !important;
    outline: none !important;
}
.gform-theme--foundation .gform_fields {
    gap: 20px !important;
}
.gform-theme--foundation .gform-grid-row {
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    gap: 20px;
}
.gform-theme--foundation .gform-grid-col {
    padding: 0 !important;
}
div#gfield_description_8_8 {
    margin-top: 20px !important;
    color: var(--white);
}
.form-wrapper form#gform_8 input.gfield-choice-input {
    padding: 0 !important;
    width: 24px !important;
    min-width: 24px;
    height: 24px !important;
    border-radius: 4px !important;
}
.gform-body.gform_body .gchoice.gchoice_8_9_1 {
    display: flex;
    align-items: center;
    gap: 10px;
}
.gform-theme--framework .gform-field-label--type-inline {
    margin: 0;
    color: var(--white);
    font-size: var(--body3);
}
.form-wrapper form#gform_8 input[type="submit"] {
    padding: 10px 16px 8px 16px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    letter-spacing: 1.12px !important;
    text-transform: uppercase !important;
    font-family: 'acumin-pro' !important;
    border-radius: 2px !important;
}
.form-wrapper form#gform_8 .ginput_container_date input {
    padding-right: 50px !important;
    background-image: url(https://360lexingtonave.upshiftclient.com/wp-content/uploads/2025/03/Calendar.png) !important;
    background-repeat: no-repeat !important;
    background-size: 22px !important;
    background-position: calc(100% - 20px) center;
}
.form-wrapper form#gform_8 select {
  -webkit-appearance: none;  /* Chrome, Safari */
  -moz-appearance: none;     /* Firefox */
  appearance: none;           /* Standard */
  padding-right: 50px !important;
  background-image: url('https://360lexingtonave.upshiftclient.com/wp-content/uploads/2025/03/Down-2.png') !important; /* Custom arrow */
  background-repeat: no-repeat !important;
  background-size: 22px !important;
  background-position: calc(100% - 20px) center;
  cursor: pointer;
}
.form-wrapper form#gform_8 label {
    margin: 0 !important;
    color: var(--white) !important;
    font-weight: 300;
}
/* For Edge */
.form-wrapper form#gform_8 select::-ms-expand {
    display: none;
}
select#input_8_11 option {
    color: #373a36 !important;
    padding: 7px 10px !important;
}
.form-wrapper form#gform_8 textarea {
    max-height: 160px;
}
.form-wrapper div#gfield_description_8_17 {
    color: #ffffff;
}
.single-floor_plan .gform_wrapper form .gform_body .gform_fields .gfield textarea#input_8_17 {
    max-height: 65px !important;
    height: 65px !important;
}
.single-floor_plan .gform_wrapper form .gform_body .gform_fields #field_8_17 {
    width: 100%;
}
/* responsive */
@media (max-width: 1024px) {
  .cb-col.content__col {
      padding: 80px 60px;
  }
  section.contact-list {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  section.contact-list {
    padding-bottom: 60px;
  }
  .contact-banner-row .cb-col {
    width: 100%;
  }
  .cb-col.content__col {
      padding: 60px 20px 90px 20px;
  }
  .contect_col-inner * {
      text-align: center;
  }
  .contect_col-inner a {
      justify-content: center;
  }
  .contect_col-inner h5 {
      font-size: 12px;
  }
  .contact-list-wrap {
      gap: 35px 0;
  }
  .contact-list-col {
      width: 100%;
  }
  .gform-theme--foundation .gform_fields, .gform-theme--foundation .gform-grid-row {
    gap: 15px !important;
  }
  .gform-footer.gform_footer.top_label {
      display: flex;
      justify-content: center;
      margin-top: 45px;
  }
}
/* end responsive */
/* end contact page */
/* location page */
.ucg-neighborhood-map {
    padding-top: 52px;
}
div#places-filters {
    padding: 0 20px 25px 20px;
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
    gap: 15px;
}
div#places-filters span.places-filter, .ucg-neighborhood-map .places-filters .transit-toggle {
    padding: 0 0;
}
.ucg-neighborhood-map .places-filters .transit-toggle {
    display: flex;
    flex-direction: row-reverse;
    gap: 7px;
    align-items: center;
}
.ucg-neighborhood-map .places-filters .transit-toggle::after {
    position: relative;
    right: unset;
    line-height: 1;
    margin-bottom: 2px;
    font-size: 20px;
}
.ucg-neighborhood-map .places-filters .transit-toggle .toggle-indicator {
    margin: 0;
}
.ucg-scores {
    background: #F2F2F0;
    padding-left: 20px;
    padding-right: 20px;
}
.ucg-scores .score {
    display: flex;
    flex-direction: column-reverse;
    gap: 5px;
}
.ucg-scores .counting-numbers {
    font-size: 48px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 2.88px;
    color: var(--black);
    text-transform: uppercase;
    margin: 0;
}
.ucg-scores .scores {
    max-width: 715px;
    width: 100%;
    margin: 0 auto;
    gap: 25px 15px;
    justify-content: space-between;
    flex-flow: row nowrap !important;
}
.ucg-scores .name {
    font-size: 16px;
    color: var(--black);
    margin: 0;
    font-weight: 300;
}
.ucg-neighborhood-map .places-filters .places-filter.active {
    text-transform: uppercase;
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-decoration: underline;
}
.ucg-neighborhood-map .places-filters .places-filter.active::after {
    content: "" !important;
    position: relative;
    right: unset;
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-image: url(https://360lexingtonave.upshiftclient.com/wp-content/uploads/2025/03/Down-2.png);
    background-repeat: no-repeat;
    background-size: contain;
}
/* end location page */
/* legal page */
.page-id-3664 header.new-header-two, .error404 header.new-header-two, .single.single-floor_plan header.new-header-two,  .page-id-3777 header.new-header-two{
    background: linear-gradient(180deg, #090a09 0%, #303330 50%, #373a36 100%);
}
.page-id-3664.logged-in section#content, .error404.logged-in section#content, body.single.single-floor_plan.logged-in #container {
    padding-top: 95px;
}
.page-id-3664 section#content, .error404 section#content, body.single.single-floor_plan #container {
    padding-top: 125px;
}
.page-id-3664, .error404, .single.single-floor_plan {
    background-color: var(--light);
}
.legal-content .text-content-col {
    width: 100%;
}
.legal-content .text-content-inner {
    max-width: 100%;
}
.legal-content .content-column {
    gap: 0;
}
.legal-content .text-content-inner h1, 
.legal-content .text-content-inner h2, 
.legal-content .text-content-inner h3, 
.legal-content .text-content-inner h4, 
.legal-content .text-content-inner h5, 
.legal-content .text-content-inner h6 {
    margin-top: 25px;
    margin-bottom: 10px;
}
.legal-content .text-content-inner p {
    margin-bottom: 15px;
}
@media (max-width: 767px) {
  .page-id-3664.logged-in section#content, .error404.logged-in section#content, body.single.single-floor_plan.logged-in #container {
      padding-top: 47px;
  }
  .page-id-3664 section#content, .error404 section#content, body.single.single-floor_plan #container {
      padding-top: 90px;
  }
  .ucg-scores .counting-numbers {
    font-size: 40px;
  }
}
/* end legal page */
/* header popup */
.popup-wrap {
    position: fixed;
    top: 50vh;
    right: 45px;
    z-index: 1
}
.popup-wrap .popup-content {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 330px;
    width: 98vw;
    background-color: var(--accent);
    padding: 45px 34px 60px 34px;
    transform: translateX(135%);
    transition: transform .3s ease-in-out
}
.popup-wrap.show .popup-content {
    transform: translateX(calc(100% - 285px));
    transition: transform .3s ease-in-out
}
.popup-wrap.show .popup-title {
    display: none;
    opacity: 1;
    transition: opacity .1s ease-in-out .3s
}
.popup-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer
}
.popup-wrap .popup-close img {
    display: block;
    cursor: pointer;
    width: 20px;
}
.popup-wrap .content-title {
    color: #fff;
    margin-bottom: 20px;
    max-width: 250px;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.popup-wrap a.popup-btn:hover {
    background: transparent!important;
    border-color: var(--white)!important;
    color: var(--white)!important
}
.popup-title {
    position: absolute;
    top: 50px;
    right: -108px;
    z-index: 11119;
    transform: rotate(-90deg);
    background-color: var(--accent);
    color: #fff;
    padding: 15px 34px 12px 34px;
    width: max-content;
    cursor: pointer;
    opacity: 1;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.popup-title h5 {
    margin: 0;
    font-size: var(--body1);
}
.popup-content p {
    font-size: var(--body2);
    font-weight: 300;
    color: var(--white);
    margin: 0;
}
.popup-content .popup-btn {
    margin-top: 24px;
}
/* end header popup */

/* responsive home & info page */
/*@media (min-width: 1650px) {
  :root {
    --d2: 35px;
    --body1: 22px;
    --body2: 20px;
    --body3: 18px;
    --body4: 16px;
  }
  .UCG-block .p, .UCG-block p, body, .new-header-two .menu a {
    font-size: 20px;
  }
  .bbt-primary, .bbt-tertiary, .link-component-inner {
    font-size: 16px;
  }
  .new-header-two .menu a {
	 font-weight: 500;
  }
  .text-content-col:nth-child(1) .text-content-inner {
    max-width: 790px;
  }
  .max450 .content-column > * {
    max-width: 695px;
  }
  .popup-wrap .content-title {
    font-size: 27px;
    max-width: 270px;
  }
  .popup-wrap .popup-content {
    max-width: 400px;
    padding-top: 50px;
  }
  .popup-wrap.show .popup-content {
      transform: translateX(calc(100% - 355px));
  }
  .new-header-two .main-menu ul.nav li a {
      font-size: 40px;
  }
  .new-header-two .main-menu ul.nav-2 li a {
      font-size: 16px;
  }
  .pg-cta .cta_content p {
    max-width: 800px;
  }
  .content-column.right {
    max-width: 630px;
  }
  .pg-text-col .content-column:not(.right) {
      max-width: 480px;
  }
  .maxli .content-column.right ul li {
    max-width: 535px;
  }
  .contect_col-inner .address a {   
    max-width: 260px;  
  }	
}*/
@media (max-width: 1024px) {
  :root {
    --body1: 16px;
  }
  .lg-py {
      padding-top: 110px;
      padding-bottom: 80px;
  }
  .sec-py, section.gallery-block, .ucg-scores {
    padding-top: 80px;
    padding-bottom: 80px;
  }
	.fs-py {
	    padding-top: 190px;
	    padding-bottom: 80px;
	}
}
@media (max-width: 767px) {
  :root {
    --d2: 26px;
    --body1: 15px;
  }
  .lg-py {
      padding-bottom: 60px;
  }
  .sec-py, section.gallery-block, .ucg-scores {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .fs-py {
	    padding-top: 170px;
	    padding-bottom: 60px;
	}
}
@media (max-width: 767px) {
	  .pg-text-content .text-content-col:nth-child(1), .pg-text-content .text-content-col:nth-child(2) {
	      width: 100%;
	  }
	  .text-content-col:nth-child(2) .text-content-inner {
	      text-align: left;
	  }
	  .pg-text-col.content-col {
	      order: 1;
	  }
	  .pg-text-col.img-area {
	      order: 0;
	  }
	  .pg-text-row .pg-text-col {
	      width: 100%;
	  }
	  .text-block-row {
	    padding: 0 0;
	  }
	  .pg-text-image .img-area img {
	      height: 250px !important;
	      aspect-ratio: unset;
	  }
	  .text-slider-wrapper p {
	      margin: 0 auto;
	      text-align: center;
	      max-width: 265px;
	      width: 100%;
	  }
	  .text-slider-wrapper {
	      bottom: 100px;
	  }
	  .hero__slider .arrowStyle .slick-arrow.slick-prev {
	      left: calc(50% - 50px);
	      right: unset;
	      margin: 0;
	  }
	  .hero__slider .arrowStyle .slick-arrow {
	      bottom: 35px;
	      height: 42px;
	  }
	  .hero__slider .arrowStyle .slick-arrow.slick-next {
	      right: calc(50% - 50px);
	      margin: 0;
	      left: unset;
	  }
	  .cta_content * {
	    text-align: center;
	}
	.cta-row > div {
	    width: 100%;
	    justify-content: center;
	}
	.mb-center .text-content-inner * {
	    text-align: center;
	}
  .pg-text-col .content-column.right > * {
      text-align: left;
  }
  .pg-text-col .content-column.right ul li {
      margin: 0 0 0 0;
  }
  .list-heading h2 {
      margin-bottom: 32px;
  }
  .pg-list-sec .list--row {
      row-gap: 60px;
  }
  .pg-list-sec .btn-row {
      margin-top: 32px;
  }
  .text-content-col .text-content-inner * {
      text-align: center;
  }
  .staggered-images.home-banner {
      padding: 0;
  }
  .staggered-images.home-banner .home-component-bg {
      position: relative;
      top: unset;
      left: unset;
      clip: unset;
  }
  .staggered-images.home-banner .home-component-bg .home-component-bg-img {
      position: relative;
      will-change: unset;
      height: unset;
  }
  .staggered-images.home-banner .content-column * {
      text-align: center;
  }
  .mb-bgleft .home-component-bg-img {
      background-position: left center !important;
  }
}
/* end responsive home & info page */
/* gallery page responsive */
@media (max-width: 1024px) {
	.gallery-pg-tabs .tab h4 {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	button.fg-panel-button.fg-panel-button-prev, button.fg-panel-button.fg-panel-button-next {
	    width: 18px !important;
	    height: 18px !important;
	    background-size: 12px !important;
	}
	.gallery-pg-tabs .tab h4 {
		font-size: 15px;
	}
	.fg-panel-thumbs-bottom .fg-panel-thumbs {
	    display: none !important;
	}
}
@media (max-width: 520px) {
	.fg-media.fg-loaded .fg-media-content, .foogallery.fg-slider {
		max-height: 250px;
	}
	.fg-media.fg-media-image {
		min-height: unset;
	}
}
/* end gallery page responsive */
/* floor plan page */
body.page-template-floor-plan {
    background-color: var(--dark);
}
.floorplan-wrap {
    padding-top: 20px;   
}

.floorplan-wrap .tab-button {
    font-size: var(--body1);
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    padding: 13px 40px 7px 40px;
    background-color: var(--white);
    color: var(--black);
}
.floorplan-wrap button.tab-button:first-child {
    border-radius: 10px 0 0 0;
}
.floorplan-wrap button.tab-button:last-child {
    border-radius: 0 10px 0 0;
}
.floorplan-wrap .filter-wrapper {
    background-color: var(--accent);
    padding: 55px 16px;
}
.floorplan-wrap .filter-wrapper select {
    padding: 16px 20px 15px 20px !important;
    border: 1px solid #19507A;
    border-radius: 2px !important;
    font-size: var(--body3);
    font-weight: 700;
    line-height: 1.2; /* 114.286% */
    letter-spacing: 0.28px;
    -webkit-appearance: none;  /* Chrome, Safari */
    -moz-appearance: none;     /* Firefox */
    appearance: none;           /* Standard */
    padding-right: 50px !important;
    background-image: url('https://360lexingtonave.upshiftclient.com/wp-content/uploads/2025/04/Down-Blue.png') !important;
    background-repeat: no-repeat !important;
    background-size: 22px !important;
    background-position: calc(100% - 20px) center;
    cursor: pointer;
}
table.plan-table {
  border-collapse:collapse;
  width: 100%;
}
table.plan-table, .plan-table tr, .plan-table td {
    border: none;
    border-color: #F2F2F0 !important;
}
.plan-head-wrap {
    background-color: var(--accent);
    margin-top: -1px;
    padding: 32px 16px;
    border-top: 1px solid var(--white);
    /*display: flex;
    justify-content: space-between;
    gap: 10px 15px;
    flex-wrap: wrap;*/
}
.plan-head-wrap th {
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
    line-height: 18px; /* 138.462% */
    letter-spacing: 1.04px;
    text-transform: uppercase;
    color: var(--white);
    padding: 16px 10px;
}
.col-img img {
    max-width: 150px;
    max-height: 125px;
    object-fit: contain;
    width: auto;
}
.plan-head-wrap div {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.04px;
    text-transform: uppercase;
}
.plan-head-wrap div.text-right {
    min-width: 110px;
}
.plan-head-wrap button {
    text-decoration: underline;
}
.unit-row {
    padding: 15px 12px 15px 16px;
    border-bottom: 1px solid var(--black);
    background-color: #F2F2F0;
}
.unit-row div {
    font-size: var(--body3);
}
.unit-row a i {
    font-size: 24px;
}
.unit-row img.limage {
    width: 24px;
}
.notlink-componentttt {
    padding: 11px 16px 9px 16px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0;
    line-height: 1;
    min-width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}
.floor-header {
    background-color: var(--accent);
    color: #ffffff;
    padding: 32px 16px 30px 16px;
}
.floor-header h1 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    text-align: center;
}
.floor-details {
    background-color: var(--light);
    padding-top: 50px;
    padding-bottom: 50px;
}
.floor-details-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 90px 20px;
}
.floor-image h2 {
    font-size: var(--body1);
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-bottom: 32px;
    text-align: center;
}
select#floor-select, select#image-selector {
    padding: 16px 20px 14px 20px;
    border: 1px solid #5D696F;
    font-size: var(--body3);
    max-width: 270px;
    width: 100%;
    -webkit-appearance: none;  /* Chrome, Safari */
    -moz-appearance: none;     /* Firefox */
    appearance: none;           /* Standard */
    padding-right: 50px !important;
    background-image: url('https://360lexingtonave.upshiftclient.com/wp-content/uploads/2025/04/Down-Gray.png') !important; /* Custom arrow */
    background-repeat: no-repeat !important;
    background-size: 22px !important;
    background-position: calc(100% - 20px) center;
    cursor: pointer;
    outline: none !important;
}
.floor-image {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.partial-floor h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.partial-floor p {
    font-size: var(--body1);
}
.partial-floor {
    margin-bottom: 20px;
}
.view-plan-btn {
    margin: 30px auto 0 auto;
}
.single.single-floor_plan .details {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: var(--white);
}
.single-floor_plan .details .features .name {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2.88px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.single-floor_plan .details .features .dimensions .dimension {
    font-size: var(--body2);
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}
.single-floor_plan .details .features .description {
    margin: 0;
    font-size: var(--body2);
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}
.single-floor_plan .details .features {
    padding-bottom: 22px;
    border-bottom: 1px solid #000000;
    margin-bottom: 23px;
}
.single-floor_plan .details .images .views .view-tabs {
    margin-bottom: 10px;
    padding: 0;
}

/* .single-floor_plan .floor-plan-image {
    max-height: calc(100vh - 200px);
    width: 100%;
    object-fit: contain;
    object-position: left;
} */


a.lightbox-2.floor-plan-item {
    width: 100%;
}
.single-floor_plan #gallery .section-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 32px;
}
.single-floor_plan #gallery .media .medium .medium-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    text-align: center;
}
.single-floor_plan #gallery .media .slick-arrow.slick-prev::after, .single-floor_plan #gallery .media .slick-arrow.prev::after, .single-floor_plan #gallery .media .slick-arrow.slick-next::after, .single-floor_plan #gallery .media .slick-arrow.next::after {
    color: #000000 !important;
}
.single-floor_plan #gallery {
    padding-top: 50px;
    padding-bottom: 100px;
}
.unit-row .button_wrap {
    display: flex;
    gap: 10px 15px;
    justify-content: flex-end;
    width: 100%;
}
tr.unit-row td {
    padding: 15px 10px;
}
.button_wrap a.nott-link-component {
    padding: 11px 16px 9px 16px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 1;
}
.unit-row .mb-label {
  display: none;
}
.filter-btn {
    padding: 9px 16px 7px 16px;
    background-color: #254048;
    color: #FFFFFF;
    border-radius: 2px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    display: none;
}
.fancybox-slide.fancybox-slide--html #gallery .swiper-slide, .fancybox-slide.fancybox-slide--html #plan .swiper-slide {
    height: 100vh;
}
.fancybox-slide.fancybox-slide--html #gallery .swiper-slide img, .fancybox-slide.fancybox-slide--html #plan .swiper-slide img {
    height: calc(100vh - 100px) !important;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.fancybox-slide.fancybox-slide--html #gallery .swiper-slide h4, .fancybox-slide.fancybox-slide--html #plan .swiper-slide h4 {
  margin-top: 15px;
  text-align: center;
}
.fancybox-slide.fancybox-slide--html #gallery, .fancybox-slide.fancybox-slide--html #plan {
    padding: 32px 15px;
}
#gallery .swiper-button-next, #gallery .swiper-button-prev, #gallery .swiper-button-next, #plan .swiper-button-prev {
    background-color: #ffffff8c;
    width: 35px;
    height: 35px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/wp-content/uploads/2025/03/ArrowLeft.png);
    background-size: 25px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 2px;
    cursor: pointer;
}
#gallery .swiper-button-prev, #plan .swiper-button-prev {
    left: 10px;
    right: unset;
}

#gallery .swiper-button-next, #plan .swiper-button-next {
    background-image: url(/wp-content/uploads/2025/03/ArrowRight.png);
    right: 10px;
    background-color: #ffffff8c;
    width: 35px;
    height: 35px;
    top: 50%;
    transform: translateY(-50%);
    background-size: 25px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 2px;
    cursor: pointer;
}

#inquire-modal-form #gfield_description_8_8, #inquire-modal-form label#label_8_9_1 {
    color: var(--black);
}
@media (min-width: 1025px) {
  .single-floor_plan .details .features {
      display: grid;
      grid-template-columns: 1fr auto;
      grid-template-rows: auto auto 1fr;
      column-gap: 40px;
      row-gap: 0;
  }
  .features .name {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  .features .dimensions {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
  .features .two-column-list {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    max-width: 750px;
    width: 100%;
  }
  .features .actions.primary {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    justify-self: end;
  }
  .features .actions.secondary {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    justify-self: end;
  }
}
@media (max-width: 1024px) {
  .single.single-floor_plan .details {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .single-floor_plan .details .features .name {
      font-size: 36px;
      margin-bottom: 20px;
  }
  .single-floor_plan .details .features .actions.primary {
      margin-top: 25px;
      margin-bottom: 30px;
  }
  .single-floor_plan .details .features {
      padding-bottom: 20px;
      margin-bottom: 20px;
  }
  .single-floor_plan .details .images .views .view-tabs {
      justify-content: flex-start;
      margin-bottom: 40px;
  }
  .single-floor_plan .floor-plan-image {
      object-fit: cover;
      max-height: 420px;
  }
  .single-floor_plan #gallery {
      padding-bottom: 80px;
  }
  .mb-withlabel {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .unit-row .mb-label {
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    text-transform: uppercase;
  }
  .plan-head-wrap {
    display: none;
  }
}
@media (max-width: 767px) {
  .single.single-floor_plan .details {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .single-floor_plan #gallery {
      padding-bottom: 50px;
  }
  .single-floor_plan .details .features .name {
      font-size: 36px;
  }
  .single-floor_plan #gallery .media {
    padding: 0;
  }
  p.slick-prev.slick-arrow {
      top: unset !important;
      bottom: -25px !important;
  }
  .single-floor_plan #gallery .media .slick-arrow.slick-prev, .single-floor_plan #gallery .media .slick-arrow.prev {
      left: calc(50% - 25px);
      transform: translateX(calc(50% - 25px));
  }
  .single-floor_plan #gallery .media .slick-arrow.slick-next, .single-floor_plan #gallery .media .slick-arrow.next {
      right: calc(50% - 40px) !important;
      transform: translateX(calc(50% - 40px)) !important;
      bottom: -25px;
  }
  .single-floor_plan #gallery .media .slick-arrow:after {
      font-size: 20px !important;
  }
  .floorplan-wrap .tab-button {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.6px;
  }
  .floorplan-wrap .filter-wrapper {
      padding: 30px 16px;
  }
  .unit-row {
      padding: 25px 16px 40px 16px;
      display: flex !important;
      flex-direction: column;
      align-items: flex-start !important;
      gap: 10px;
      border: none;
      position: relative;
  }
  .unit-row div {
    text-align: left;
  }
  .unit-row:after {
      content: "";
      width: calc(100% - 32px);
      height: 1px;
      background-color: #000000;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
  }
  .unit-row .col-img {
      margin: 0 0 20px 0;
  }
  .unit-row .col-img img {
      max-height: 150px;
      width: auto;
      object-fit: contain;
  }
  .floor-image {
    width: 100%;
  }
  .floor-details-wrap {
      flex-direction: column;
  }
  .floor-image h2 {
      margin-bottom: 22px;
  }
  .partial-floor h3 {
      font-size: 18px;
      text-align: center;
  }
  .partial-floor p {
      font-size: 18px;
      text-align: center;
      font-weight: 300;
  }
  .floor-header h1 {
      font-size: 18px;
      letter-spacing: 1.08px;
  }
  .filter-wrapper select {
    margin-top: 15px;
  }
  .grid.filter-inner {
      display: flex !important;
      flex-wrap: wrap;
  }
  .filter-btn {
    display: block;
    cursor: pointer;
    width: fit-content;
    margin: 0 auto;
  }
  tr.unit-row td {
    padding: 0 0 !important;
  }
  .floorplan-wrap .filter-wrapper select {
      padding: 13px 11px 11px 11px !important;
      background-size: 18px !important;
      background-position: calc(100% - 8px) center;
  }
  .filter-select-wrap {
    display: none;
  }
  .filter-inner {
      gap: 10px !important;
  }
}
@media (min-width: 960px) {
  .single-floor_plan #gallery .media .slick-arrow.slick-next {
      right: 10px !important;
  }
  .single-floor_plan #gallery .media .slick-arrow.slick-prev {
      left: 10px !important;
  }
}
/* end floor plan page */



/* floorplan block */
.floor_list {
    background-color: #FAF9F5;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/* end floorplan block */


.address a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
	color: #000;
}

.f-timings ul li {
    padding-bottom: 10px !important;
}

ul.ftr-menu-list {
    margin-top: 28px;
}



.gform-body.gform_body input#input_8_12 {
    width: 100% !important;
}

.gform-body.gform_body .gchoice.gchoice_8_9_1 {
    align-items: center;
}


.legal-content .text-content-col .text-content-inner {
    max-width: 100% !important;
    width: 100%;
}


.inquire-modal__footer {
    display: none;
}





#fullscreen-video {
            position: fixed;
            right: 0;
            bottom: 0;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            z-index: -100;
            background-size: cover;
        }


.fg-medium.fg-large-width:is(.fg-panel-thumbs-top,.fg-panel-thumbs-bottom):not(.fg-panel-thumbs-no-captions) .fg-panel-thumb {
    width: 280px;
    min-width: 200px;
}