/*
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: #5D696F;
  --dark: #373A36;
  --black: #000000;
  --white: #FFFFFF;
  --color1: #091931;
  --color2: #1e2e44;
  --mid: #D9D9D9;
  --light: #F2F2F0;
  --d1: 68px;
  --d2: 48px;
  --body1: 22px;
  --body2: 16px;
  --body3: 14px;
  --body4: 12px;
  --headfont: "kepler-std", serif;
  --textfont: 'Genau', sans-serif;
}
/*====================== Display css ===================*/
body {
  font-family: 'Genau', sans-serif !important;
  font-weight: 400    ;
  font-size: var(--body2);
}
a {
  transition: all .3s ease-in-out;
}

/*====================== 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;
}
.header-btn a.bbt-primary {
    padding: 11px 16px 8px 16px;
    font-size: 14px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    border: none;
}
.header-btn a.bbt-primary:hover {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #091931;
}
@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: #091931;
            position: relative;
        }

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

        .new-header-two .nav-bar .menu-bar {
            display: flex;
            gap: 35px;
            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: 35px;
            margin: 0;
        }
        .new-header-two a {
            text-decoration: none;
        }
        .new-header-two .menu a{
          text-decoration: none;
          color: var(--white);
          font-size: var(--body2);
          line-height: 1.4;
          letter-spacing: 0.64px;
          font-weight: 400;
          font-family: 'Genau', sans-serif;
        }
        .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 {
            display: flex;
		    align-items: center;
		    justify-content: center;
            cursor: pointer;
        }
        .close-btn i:before {
		    content: "";
		    width: 25px;
		    min-width: 25px;
		    height: 22px;
		    background-image: url(/wp-content/uploads/2025/04/cross.png);
		    background-repeat: no-repeat;
		    display: block;
		    background-position: center;
		    background-size: contain;
		    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: 90vh;
            justify-content: space-between;
         }
        .menu-dark .main-menu{
         background: #000;
        }
         .main-menu .logo-wrapper {
            width: 100%;
            padding: 21px 0;
            border-bottom: 1px solid #e7e7e8;
         }
         .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: 68px;
		    font-style: normal;
		    font-weight: 300;
		    line-height: 1.1;
		    color: var(--white);
		    letter-spacing: -1.36px;
		    text-transform: capitalize;
		    font-family: "kepler-std", serif;
        }
        .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: var(--body2);
            line-height: 1.3;
            font-weight: 500;
            letter-spacing: 0.64px;
         }
         .new-header-two .main-menu ul.nav-2 li a {
                max-width: 235px;
                width: 100%;
            }
         /*.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 img, ul.social-icons img {
		    filter: brightness(0) invert(1);
		}
         .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);
         }
         /****** Menu Light ******/
         .menu-light.active-menu .main-menu {
            background: var(--color1);
         }
         .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;
            }
         }
         @media (max-width: 767px) {
             .new-header-two .main-menu ul.nav-2 li a {
                max-width: 220px;
                width: 100%;
            }
         }
		 
		 .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: 70px 0 90px 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: 0;
    font-size: 24px;}
    .social-full-col ul {
        gap: 25px;
    }
.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: 35px;
}
.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;
}



.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 var(--white);
    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: transparent;
    color: var(--white);
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.gallery-pg-tabs .tab.active {
    background-color: var(--color2);
    color: var(--white);
    transition: all .3s ease-in-out;
}
.gallery-pg-tabs .tab h4 {
    letter-spacing: 1.8px;
    margin: 0;
    color: var(--white);
    display: flex;
    align-items: center;
}
.gallery-pg-tabs .tab.active > * {
    color: var(--white);
}
.gallery-pg-tabs .tab:not(:first-child) {
    border-left: 1px solid var(--white);
}
.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 {
    font-family: 'Genau';
    letter-spacing: 0.16px;
    border-radius: 0;
    padding: 0 0;
    border: none;
    font-size: var(--body2) !important;
    font-weight: 300;
    color: var(--white);
    background-color: unset;
    cursor: pointer;
}
.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%;
    aspect-ratio: 2.59 / 1;
}
.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-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;
}
.fg-panel-buttons .fg-panel-button {
    opacity: 1 !important;
}
.fg-panel-thumbs-bottom .fg-panel-thumbs-stage {
    min-height: 160px;
    height: 160px;
}
.fg-panel.fg-medium.fg-x-large-width .fg-panel-thumb-media {
    width: 100%;
    height: 100%;
    min-height: 100%;
}
.fg-panel.fg-medium:not(.fg-panel-thumbs-no-captions) .fg-panel-thumb-caption {
    display: none;
}
.gallery-block .fg-panel-thumb-media img {
    width: 100% !important;
    object-fit: cover !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(/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: relative;
    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: 57px;
    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;
}
.menu_upper, .new-header-two .menu-footer > .pg-container {
    justify-content: center;
}
@media (min-width: 1300px) {
    .main-menu-dropdown .menu_upper, .new-header-two .menu-footer > .pg-container {
        padding-left: 150px;
        padding-right: 150px;
    }
}
@media (min-width: 1100px) {
    .main-menu-dropdown .menu_upper, .new-header-two .menu-footer > .pg-container {
        padding-left: 90px;
        padding-right: 90px;
    }
}
/* dropdown menu */
.new-header-two .menu-footer {
    width: 100%;
    margin-top: 0;
    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 - 100px);
    justify-content: flex-start;
    padding-top: 50px;
}
.new-header-two .menu-footer .pg-container {
    display: flex;
    justify-content: center;
    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, .menu-bar .header-btn a.bbt-primary {
    background-color: transparent !important;
    border: 1px solid var(--white) !important;
    color: var(--white) !important;
}
.header-btn .bbt-secondary:hover, .menu-bar .header-btn a.bbt-primary:hover {
    background-color: var(--white) !important;
    border-color: var(--white) !important;
    color: var(--dark) !important;
}
.menu-footer .header-btn a.bbt-primary {
    background-color: var(--color2);
    border-color: var(--color2);
    color: #ffffff;
    font-family: 'Genau', sans-serif;
}
.menu-footer .header-btn a.bbt-primary:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: var(--color2);
}
.main-menu-dropdown {
    width: 100%;
}
/* end dropdown menu */
/* end header */

/* footer */
.footer1 .footer-links img {
    max-width: 65px;
    max-height: 165px;
    width: 100%;
    object-fit: contain;
}
.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: 25%;
}
.footer1 .footer-links .f-padding-left h5 {
    font-family: 'Genau', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    margin-bottom: 23px;
}
.footer1 .footer-links .f-padding-left a {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Genau', sans-serif;
}
.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: var(--body3);
}
.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;
}
.footer1 .footer-bottom p {
    letter-spacing: 0.12px;
}
@media (max-width: 767px) {
	.footer-bottom.ftr-lower-bottom .text_col ul {
	    flex-direction: column;
	}
	.footer-bottom.ftr-lower-bottom {
		row-gap: 35px;
	}
	.main-menu-dropdown {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .new-header-two .main-menu ul.nav {
        margin-bottom: 20px !important;
    }
	.new-header-two .menu-footer ul.social-icons {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
	.social-full-col, ul.ftr-logo-list {
	    margin-bottom: 15px !important;
	}
}
@media (min-width: 1024px) {
  .menu_dropdown-wrap.pg--width {
        height: 100%;
        display: flex;
        flex-direction: column;
    }
}
@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
    }
}
@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: 15px;
  }
  .menu-footer .header-btn {
    display: flex !important;
  }
  .menu-footer .header-btn a.bbt-primary {
    width: fit-content;
  }
  /*.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: 32px;
  }
  .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 */
/* global settings */
.d1, .form-wrapper .gform_title {
    font-size: var(--d1);
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -1.36px;
    font-family: 'kepler-std';
    text-transform: capitalize;
}
.d2, .UCG-block .h1d2 h1, .UCG-block .h2d2 h2, .UCG-block .h3d2 h3, .UCG-block .h4d2 h4, .UCG-block .h5d2 h5, .UCG-block .h6d2 h6 {
    font-size: var(--d2);
    font-family: var(--headfont);
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0.48px;
    text-transform: unset;
}
.pb1 p {
	font-size: var(--body1);
}
.sec-py, .ucg-scores {
    padding-top: 100px;
    padding-bottom: 100px;
}
.sec-pb {
    padding-bottom: 100px;
}
a {
	display: inline-block;
}
img {
	max-width: 100%;
	display: block;
}
.bbt-primary:after {
    content: "";
    width: 12px;
    height: 14px;
    background-image: url(/wp-content/uploads/2025/04/chevron-right.svg);
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 1px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
}
.header-btn .bbt-primary:after {
    display: none;
}
/* end global settings */
/* home page */
.overflow_hidden {
	overflow: hidden;
	max-width: 100vw;
	width: 100%;
}
.text-slider-wrapper {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.home-banner .slider-text div {
    font-size: 96px;
    font-weight: 600;
    line-height: 1.02;
    letter-spacing: 4.8px;
    text-transform: uppercase;
    /*padding-left: 130px;*/
    text-shadow: 2px 4px 14px #444444c9;
}
.home-banner .slider-text span {
    display: block;
    transform: translateX(-7px);
    font-size: 200px;
    font-style: normal;
    font-weight: 800;
    line-height: 0.9;
    letter-spacing: 10px;
    text-transform: uppercase;
}
.home-banner .slick-slide img {
    height: calc(100vh - 100px) !important;
}
.hm-text-banner {
    padding-top: 75px;
    padding-bottom: 125px;
}
.hm-text-banner .text-content-col {
    width: 100%;
}
.hm-text-banner .text-content-inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 1160px;
    width: 100%;
    margin: 0 auto !important;
}
.hm-text-banner.max970 .text-content-inner {
    max-width: 970px;
}
.hm-text-banner h1 {
    color: var(--accent);
}
.hm-text-banner h2 {
    margin-bottom: 15px;
}
.hm-text-banner p {
    margin-bottom: 10px;
}
section.overlay-banner {
    position: relative;
}
.overlay-banner-wrap img {
    object-fit: cover;
}
.overlay-content-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}
.overlay-content-wrap .overlay-content {
    padding: 50px 50px;
    max-width: 585px;
    width: 100%;
}
.accodian-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    background: #ECE9DF;
}
.accodian-row .accordian-col {
    width: 50%;
}
.accordian-col.content-col {
    padding: 50px 40px 80px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
.accordian-col .accordion-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0 !important;
}

.accordian-col .accordion-header.active {
    color: var(--color2) !important;
}

.accordian-col .accordion-header {
    background: transparent !important;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.3; /* 138.462% */
    letter-spacing: 1.3px;
    text-transform: uppercase;
    color: var(--black) !important;
    padding: 18px 0px;
    display: block;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.accordion-content > div {
    padding: 10px 10px 20px 10px;
    background: transparent !important;
    font-size: var(--body2);
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.16px;
    color: var(--black);
}
.accordian-col.image-col figure {
    margin: 0;
}
.accordian-col.image-col img {
    aspect-ratio: 1 / 0.9;
    object-fit: cover;
    max-height: 700px;
    width: 100%;
}
.accordian-col .accordion-header path {
    stroke: var(--black);
}

.accordian-col .accordion-header.active path{
	stroke: var(--color2);
}

/*.accordian-col .accordion-header.active {*/
/*    color: var(--black);*/
/*}*/
/*.accordian-col .accordion-header.active path {*/
/*    stroke: var(--black);*/
/*}*/
.accordian-col.image-col * {
    height: 100%;
}
.accordian-col.content-col figure {
    margin: 0;
}
.content-full-slide a {
    display: flex;
    width: 100%;
}
.content-full-slide img {
    max-height: calc(100vh - 140px);
    object-fit: cover;
}
.content_full-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
}
.content_full-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: calc(100% - 100px);
    width: 100%;
}
.content_full-inner * {
    margin: 0;
    color: var(--white);
}
.arrow-type1 button.slick-arrow {
    background-color: #5d696f;
    color: var(--white);
    border: 1px solid var(--white);
    border-radius: 3px;
    font-size: 0;
    padding: 0 0;
    width: 35px;
    height: 35px;
    bottom: 50px;
    position: absolute;
    margin-right: 20px;
    z-index: 11;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 20px !important;
    cursor: pointer;
}
.arrow-type1 button.slick-next.slick-arrow {
    right: calc(calc(100% - 90%) /2);
    background-image: url(/wp-content/uploads/2025/04/arrow-rightwhite.svg);
}
.arrow-type1 button.slick-prev.slick-arrow {
    right: calc(calc(100% - 90%) / 2);
    margin-right: 65px;
    background-image: url(/wp-content/uploads/2025/04/arrow-leftwhite.svg);
}
.arrow-type1 button.slick-arrow:hover {
    background-color: #091931;
}
@media (max-width: 1499px) {
    .arrow-type1 button.slick-next.slick-arrow {
        right: calc(calc(100% - 1230px) / 2);
    }
    .arrow-type1 button.slick-prev.slick-arrow {
        right: calc(calc(100% - 1230px) / 2);
    }
}
@media (max-width: 1235px) {
    .arrow-type1 button.slick-prev.slick-arrow, .arrow-type1 button.slick-next.slick-arrow {
        right: 0px;
    }
}
@media (max-width: 1024px) {
    .home-banner .slider-text span {
        font-size: 140px;
    }
    .home-banner .slider-text div {
        font-size: 65px;
    }
    .content_full-inner {
        margin: 0 0;
    }
    .hm-text-banner .text-content-inner {
        gap: 20px;
    }
    .accordian-col.content-col {
        padding: 30px 20px 35px 20px;
    }
}
@media (max-width: 767px) {
    .home-banner .slider-text div {
        font-size: 45px;
    }
    .home-banner .hero-slider video {
        min-height: 350px;
    }
    .home-banner .slider-text span {
        transform: translateX(-80px);
        font-size: 100px;
    }
    .hm-text-banner .text-content-inner {
        gap: 15px;
    }
    .hm-text-banner h2, .hm-text-banner p {
        margin-bottom: 0;
    }
    .content_full-wrap {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .accodian-row .accordian-col {
        width: 100%;
    }
    .overlay-content-wrap .overlay-content {
        padding: 32px 20px;
    }
}
/* end home page */

/* building info page */
.hm-text-banner.pd-md {
    padding-top: 90px;
    padding-bottom: 85px;
}
.slider-type1 .feature_txt-col {
/*     max-width: 720px; */
    width: 90%;
    margin-bottom: 20px;
}
.slider-type1 .feature_txt-col .content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.slider-type1 .feature_txt-col .content * {
    margin: 0;
}
.slider-type1 .feature_txt-col .content p {
    font-size: var(--body3);
}
.slider-type1 .feature_img-col {
    padding-left: calc(calc(100% - 90%) / 2);
}
.slider-type1 .feature_img-col .slider1 {
    margin-left: 20px;
}
.slider-type1 .feature_img-col .topArrow-slide-link img {
    max-height: calc(100vh - 190px);
    object-fit: cover;
    aspect-ratio: 1 / 0.61;
}
.slider-type1 .feature_img-col .topArrow-slide-link {
    padding-right: 30px;
}
.slider-type1 .feature_img-col .slick-list {
    padding-right: 15% !important;
}
.arrow-type2 button.slick-arrow {
    padding: 0 0;
    background-color: #D9D9D9CC;
    border: none;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 0px;
    position: absolute;
    top: 45%;
    transform: translateY(-45%);
    left: 20px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 40px !important;
    z-index: 1;
}
.arrow-type2 button.slick-prev.slick-arrow {
    background-image: url(/wp-content/uploads/2025/04/ArrowLeft-dark.svg) !important;
}
.arrow-type2 button.slick-next.slick-arrow {
    right: calc(15% + 55px);
    left: unset;
    background-image: url(/wp-content/uploads/2025/04/ArrowRight-dark.svg);
}
.lg-py {
  padding-top: 125px;
  padding-bottom: 125px;
}
.pg-text-content .text-content-col:nth-child(1) {
    width: 100%;
}
.pg-text-content .text-content-col:nth-child(2) {
    width: calc(25% - 40px);
}
/* .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(--body2);*/
/*}*/
/*.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;
}
/*.features-slider2 .content-full-slide {*/
/*    width: 100% !important;*/
/*}*/
.hero__slider .arrowStyle .slick-arrow.slick-next {
    right: calc(calc(100% - 95%) / 2);
    margin-right: 20px;
    background-image: url(/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(/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;
}
.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: strach;
    justify-content: space-between;
    gap: 0 0;
    overflow: hidden;
}
.pg-text-row .pg-text-col {
    width: 50%;
}
.right-content .pg-text-col.content-col {
    padding: 50px 0 50px 120px;
    padding-right: calc(calc(100% - 90%) / 2);
}
.content-column.right {
    margin-right: 20px;
}
.pg-text-col.content-col {
    display: flex;
    align-items: center;
}
.pg-text-col.content-col .content-column {
    max-width: 440px;
    width: 100%;
}
.left-content .pg-text-col.content-col {
    padding: 50px 120px 50px 0;
    padding-left: calc(calc(100% - 90%) / 2);
}
.left-content .pg-text-col.content-col {
    justify-content: flex-start;
}
.left-content .content-col .content-column {
    margin-left: 20px;
}
.img-txt-wrapper .content-col .content-column {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.img-txt-wrapper .content-col .content-column * {
    margin: 0;
}
.img-txt-wrapper .content-col .content-column > div {
    margin-top: 10px;
}
.img-txt-wrapper .pg-text-col.img-area img {
    width: 100%;
    height: unset !important;
    aspect-ratio: 1 / 0.875;
}
.list-heading {
    color: #19507A !important;
    padding: 0;
    margin-bottom: 0px;
}
.list-heading * {
    margin: 0;
    text-align: center;
}
.list--row .col > * {
  max-width: 325px;
  width: 100%;
}
.list-title {
    margin-bottom: 10px;
}
.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;
}
section.pg--banner {
    aspect-ratio: 1.94 / 1;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center left;
}
section.pg--banner .pg--width {
    width: 100%;
}
.pg-banner-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    row-gap: 40px;
}
.pg-banner-col {
    width: 50%;
    display: flex;
    align-items: stretch;
}
.pg-banner-col.banner-content {
    padding: 50px 40px 50px 20px;
}
.pg-banner-row .content__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 25px;
}
.pg-banner-row .content__inner h2 {
    font-size: var(--d1);
    font-family: 'kepler-std';
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -1.36px;
    margin: 0;
    text-transform: unset;
    color: #091931;
    max-width: 536px;
    width: 100%;
}
.dark-bg .pg-banner-row .content__inner h2 {
    color: var(--white);
}
.pg-banner-col.banner-img figure {
    margin: 0;
    width: 100%;
    height: 100%;
}
.pg-banner-col.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width:1499px) {
    .right-content .pg-text-col.content-col {
        padding-left: 40px;
        padding-right: calc(calc(100% - 1230px) / 2);
    }
    .left-content .pg-text-col.content-col {
        padding-right: 40px;
        padding-left: calc(calc(100% - 1230px) / 2);
    }
    .slider-type1 .feature_img-col {
        padding-left: calc(calc(100% - 1230px) / 2);
    }
}
@media (max-width: 1024px) {
    .slider-type1 .feature_img-col .topArrow-slide-link {
        padding-right: 15px;
    }
    .arrow-type2 button.slick-arrow {
        width: 50px;
        height: 50px;
        background-size: 35px !important;
        left: 10px;
        top: 40%;
        transform: translateY(-40%);
    }
    .arrow-type2 button.slick-next.slick-arrow {
        right: calc(15% + 30px);
    }
	
	.slider-type1 .feature_txt-col {
		width:100%;
	}
}
@media (max-width: 959px) {
    .ucg-neighborhood-map .places-filters .places-filter.active {
        width: 100%;
        color: var(--white);
    }
    #places-filters {
        padding: 10px 10px;
        background: var(--accent);
        border-radius: 20px;
        margin: 0 auto 80px auto !important;
        position: relative;
        color: var(--white);
    }
    .ucg-neighborhood-map .places-filters .transit-toggle {
        position: absolute;
        bottom: -50px;
        color: #000000;
    }
}
@media (max-width: 767px) {
    .right-content .pg-text-col.content-col {
        padding: 50px 0 50px 20px;
    }
    .left-content .pg-text-col.content-col {
        padding: 50px 20px 50px 0;
    }
    .ucg-scores .name {
        font-size: 15px;
    }
    .slider-type1 .feature_img-col .slick-list {
        padding-bottom: 50px;
    }
    .slider-type1 .feature_img-col .topArrow-slide-link img {
        aspect-ratio: 1 / 0.9;
    }
    .arrow-type2 button.slick-arrow {
        width: 40px;
        height: 40px;
        top: unset;
        transform: unset;
        bottom: 0;
        background-size: 22px !important;
        left: calc(50% - 60px);
    }
    .arrow-type2 button.slick-next.slick-arrow {
        right: calc(50% - 35px);
    }
    .slider-type1 .feature_img-col .topArrow-slide-link {
        padding-right: 10px;
    }
    .pg-banner-col {
        width: 100%;
    }
    .pg-banner-col.banner-content {
        padding: 0 0;
    }
}
/* end building info page */

/* gallery page */
.fs-py {
    padding-top: 230px;
    padding-bottom: 150px;
}
.gallery-txt-banner .text-content-col {
    max-width: 1090px;
    width: 100%;
    margin: 0 auto;
}
.gallery-txt-banner .text-content-inner.content-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.gallery-txt-banner h2 {
    margin-bottom: 15px;
}
section.gallery-block {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #091931;
    margin-top: -1px;
}
button.fg-panel-button.fg-panel-button-prev, button.fg-panel-thumbs-button.fg-panel-thumbs-prev {
    background-image: url(/wp-content/uploads/2025/04/ArrowLeft-dark.svg) !important;
}
button.fg-panel-button.fg-panel-button-next, button.fg-panel-thumbs-button.fg-panel-thumbs-next {
    background-image: url(/wp-content/uploads/2025/04/ArrowRight-dark.svg) !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;
}
.gallery-block .fg-panel-thumb-media, .gallery-block .fg-panel-thumb-media img {
    height: 140px;
    min-height: 140px;
    object-fit: cover;
}
/*.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;
}*/
/* end gallery page */
/* contact page */
.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;
    width: 100%;
}
.cb-col.content__col {
    display: flex;
    align-items: center;
    padding: 100px 125px;
}
.contect_col-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.contact_col-inner .title {
    color: var(--white);
}
.contect_col-inner .title {
    color: var(--white);
}
.contect_col-inner h2.title {
    margin-bottom: 40px;
}
.contect_col-inner .highlited-link {
    margin-top: 25px;
}
.contect_col-inner a {
    gap: 2px;
    color: var(--white);
}
.contect_col-inner h5 {
    margin: 0;
}
.highlited-link {
    margin-top: 25px;
    padding: 10px 16px 8px 16px;
    background: transparent;
    border-radius: 2px 2px;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ffffff;
    cursor: pointer;
    transition: all .3s ease-in-out;
    width: fit-content;
}
.contect_col-inner .highlited-link h5 {
    font-family: 'Genau', sans-serif;
    font-size: var(--body3);
    font-weight: 800;
    letter-spacing: 1.12px;
    text-transform: uppercase;
}
.bbt-primary {
    display: inline-block !important;
}
.contect_col-inner .btn-wrap {
    margin-top: 15px;
}
.list-text-banner h1 {
    color: var(--accent);
    text-align: center;
    margin-bottom: 25px;
}
.list-text-banner h2 {
    letter-spacing: 2.24px;
    text-align: center;
}
.img_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px 15px;
    margin: 35px 0 65px 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 {
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    margin: 10px;
}
.contact-col-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.contact-col-wrap p {
    margin: 0;
}
.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(--black);
}
.gform_description {
    margin-bottom: 30px;
    color: var(--black);
    font-size: var(--body1);
    letter-spacing: 0.44px;
}
.form-wrapper form#gform_8 input, .form-wrapper form#gform_8 select, .form-wrapper form#gform_8 textarea {
    padding: 16px 20px !important;
    font-size: var(--body3) !important;
    font-family: 'Genau';
    font-weight: 500 !important;
    line-height: 1.4 !important;
    letter-spacing: 0.26px !important;
    background-color: transparent;
    border: 1px solid var(--color2) !important;
    border-radius: 0px !important;
    color: var(--black) !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(--black);
}
.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;
    border-color: #DDDDDD !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(--black);
    font-size: var(--body3);
}
.form-wrapper form#gform_8 input[type="submit"] {
    padding: 10px 16px 8px 16px !important;
    background-color: var(--color2);
    color: var(--white) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    letter-spacing: 1.12px !important;
    text-transform: uppercase !important;
    font-family: 'Genau';
    border-radius: 2px !important;
    transition: all .3s ease-in-out;
}
.form-wrapper form#gform_8 input[type="submit"]:hover {
    background-color: var(--color1);
    border-color: var(--color1);
    color: var(--white);
}
.form-wrapper form#gform_8 .ginput_container_date input {
    padding-right: 50px !important;
    background-image: url(/wp-content/uploads/2025/04/Calendar.svg) !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('/wp-content/uploads/2025/04/Down-Arrow.svg') !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(--black) !important;
    font-size: var(--body2);
}
/* For Edge */
.form-wrapper form#gform_8 select::-ms-expand {
    display: none;
}
/* responsive */
@media (max-width: 1024px) {
  .cb-col.content__col {
      padding: 80px 60px;
  }
}
@media (max-width: 767px) {
  .contact-banner-row .cb-col {
    width: 100%;
  }
  .cb-col.content__col {
      padding: 50px 20px 50px 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: 15px 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;
  }
  .contact-banner-row .image__col figure img {
        width: 100%;
        max-height: 350px;
    }
    .contect_col-inner {
        align-items: center;
    }
    .contect_col-inner h2.title {
        margin-bottom: 25px;
    }
    .contect_col-inner .highlited-link {
        margin-top: 15px;
    }
    .img_row {
        margin: 25px 0 32px 0;
    }
}
/* end responsive */
/* end contact page */
/* location page */
.hm-text-banner.pd-nm {
    padding-top: 90px;
    padding-bottom: 90px;
}
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;
    letter-spacing: 0.16px;
}
.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 {
    padding-left: 20px;
    padding-right: 20px;
}
.ucg-scores .score {
    display: flex;
    flex-direction: column-reverse;
    gap: 5px;
}
.ucg-scores .counting-numbers {
    font-size: var(--d1);
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -1.36px;
    color: var(--black);
    text-transform: uppercase;
    margin: 0;
    font-family: 'kepler-std';
}
.ucg-scores .scores {
    max-width: 715px;
    width: 100%;
    margin: 0 auto;
    gap: 25px;
    justify-content: space-between;
    flex-direction: row;
}
.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 {*/
/*    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: 35px;
    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;*/
/*  }*/
/*}*/
/* 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: 370px;
    width: 98vw;
    background-color: var(--color2);
    padding: 45px 34px 60px 34px;
    transform: translateX(135%);
    transition: transform .3s ease-in-out
}
.popup-wrap.show .popup-content {
    transform: translateX(calc(100% - 322px));
    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: #091931 !important;
    border-color: #091931 !important;
    color: var(--white) !important
}
.popup-title {
    position: absolute;
    top: 50px;
    left: -55px; 
    z-index: 11119;
    transform: rotate(-90deg);
    background-color: var(--color2);
    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: 16px;
}
.popup-content p {
    font-size: 16px;
    font-weight: 300;
    color: var(--white);
    margin: 0;
}
.popup-content .popup-btn {
    margin-top: 24px;
    border-color: #ffffff;
}
/* end header popup */

/* responsive home & info page */
@media (max-width: 1024px) {
  :root {
      --d1: 55px;
      --d2: 40px;
      --body1: 20px;
  }
  .lg-py {
      padding-top: 80px;
      padding-bottom: 80px;
  }
  .sec-py, .hm-text-banner, section.gallery-block, .ucg-scores, .hm-text-banner.pd-md, .hm-text-banner.pd-nm {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .sec-pb {
        padding-bottom: 80px;
    }
	.fs-py {
	    padding-top: 190px;
	    padding-bottom: 80px;
	}
}
@media (max-width: 767px) {
  :root {
      --d1: 42px;
      --d2: 32px;
      --body1: 16px;
      --body2: 14px;
      --body3: 13px;
      --body4: 12px;
  }
  .lg-py {
      padding-top: 60px;
      padding-bottom: 60px;
  }
  .sec-py, .hm-text-banner, section.gallery-block, .ucg-scores, .hm-text-banner.pd-md, .hm-text-banner.pd-nm {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sec-pb {
        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: 32px;
  }
  .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;
  }
  .popup-title {
      left: -48px;
  }
  .popup-title h5 {
      font-size: 14px;
  }
}
/* 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 */
/*.floorplan-wrap {*/
/*    padding-top: 20px;*/
/*    padding-bottom: 140px;*/
/*}*/
/*.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;*/
/*}*/
/*@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;
}

@media (max-width: 767px) {
    .unit-row {
        border: none !important;
    }
}
/* end floorplan block */


.address a {
    text-decoration: none;
    font-size: var(--body2);
	color: #000;
	letter-spacing: 0.16px;
}

.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;
}


footer.footer1 .f-timings ul li {
    color: #fff;
    font-size: 14px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    font-family: 'Genau', sans-serif;
}


@media(min-width:1360px){
#map .marker .map-marker-color-icon {
    height: 1.5rem !important;
    width: 1.5rem !important;
}

}
