/*
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.
*/


.lg-container {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.pg--width, .ucg-neighborhood-map, .ucg-scores, #blueprint.blueprint-overview .fp-panels, 
.single-floor_plan .blueprint-container .availability-single-top, .single-floor_plan .details, 
.single-floor_plan .blueprint-container #availability-table_wrapper {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.pg-container, .ucg-neighborhood-map, .ucg-scores, #blueprint.blueprint-overview .fp-panels, 
.single-floor_plan .blueprint-container .availability-single-top, .single-floor_plan .details, 
.single-floor_plan .blueprint-container #availability-table_wrapper {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 768px) {
  .pg--width, .ucg-neighborhood-map, .ucg-scores, #blueprint.blueprint-overview .fp-panels, 
  .single-floor_plan .blueprint-container .availability-single-top, .single-floor_plan .details, 
  .single-floor_plan .blueprint-container #availability-table_wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 1025px) {
  .pg-container, .ucg-neighborhood-map, .ucg-scores, #blueprint.blueprint-overview .fp-panels, 
  .single-floor_plan .blueprint-container .availability-single-top, .single-floor_plan .details, 
  .single-floor_plan .blueprint-container #availability-table_wrapper {
    max-width: 86%;
  }
  .new-header-two .nav-bar.pg-container, .main-menu .logo-wrapper.pg-container {
	max-width: 94%;
  }
  .lg-container {
    max-width: 94%;
  }
}
@media (max-width: 767px) {
  .pg-container > .row {
    max-width: 100%;
    margin: 0;
  }
}
:root {
    --brand: #64777D;
    --dkbrand: #445775;
    --black: #000000;
    --white: #FFFFFF;
	--dkgray: #666666;
    --color5: #EBEEF1;
    --color6: #EFEEEA;
    --color7: #2D394C;
    --color8: #5A7399;
	--color9: #D4DFED;
    --font1: "qtype-square-ot",sans-serif;
    --font2: "bilo",sans-serif;
    --w300: 300;
    --w400: 400;
    --w500: 500;
    --w600: 600;
    --w700: 700;
    --d1: 36px;
    --d2: 22px;
	--d3: 16px;
	--d4: 18px;
    --h1: 36px;
	--smh1: 16px;
    --h2: 36px;
    --h3: 24px;
    --h4: 14px;
    --h5: 12px;
    --h6: 11px;
    --t1: 22px;
    --t2: 18px;
    --t3: 16px;
    --t4: 14px;
    --t5: 12px;
    --t6: 11px;
    --nav1: 16px;
    --nav2: 14px;
}
body {
    overflow-x: hidden;
    -ms-overflow-style: none;
    font-size: var(--t2);
    font-family: var(--font2);
    font-weight: 200;
    letter-spacing: 0.48px;
    background-color: var(--color5);
    line-height: 1.3;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
.display1, .display1 h1, .display1 h2, .display1 h3, .display1 h4, .display1 h5, .display1 h6, 
.ucg-scores .scores .score .counting-numbers {
    font-size: var(--d1);
    font-family: var(--font1);
    font-weight: 200;
    line-height: 1.2;
    letter-spacing: 3.6px;
    text-transform: uppercase;
}
.display2, .display2 h1, .display2 h2, .display2 h3, .display2 h4, .display2 h5, .display2 h6 {
    font-size: var(--d2);
    font-family: var(--font1);
    font-weight: 200;
    line-height: 1.3;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}
.display3, .display3 h1, .display3 h2, .display3 h3, .display3 h4, .display3 h5, .display3 h6 {
    font-family: var(--font1);
    font-size: var(--d3);
    font-style: normal;
    font-weight: 200;
    line-height: 1.5;
	letter-spacing: 1.6px;
    text-transform: uppercase;
}
.display4, .display4 h1, .display4 h2, .display4 h3, .display4 h4, .display4 h5, .display4 h6 {
    font-family: var(--font1);
    font-size: var(--d4);
    font-style: normal;
    font-weight: 200;
    line-height: 1.5;
}
h1, .h1, .h1 > * {
    font-size: var(--h1);
    font-family: var(--font1);
    font-weight: 200;
    line-height: 1;
    letter-spacing: 3.6px;
    text-transform: uppercase;
}
.smh1 h1, .smh1, .smh1 > * {
  font-size: var(--smh1);
  font-family: var(--font1);
  font-weight: 200;
  line-height: 1.2;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
h2, .h2, .h2 > * {
    font-family: var(--font1);
    font-size: var(--h2);
    font-weight: 200;
    line-height: 1.2;
    letter-spacing: 3.6px;
    text-transform: uppercase;
}
h3, .h3, .h3 > * {
    font-size: var(--h3);
    font-family: var(--font1);
    font-weight: 200;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
h4, .h4, .h4 > *, .ucg-scores .scores .score .name {
    font-size: var(--h4);
    font-family: var(--font1);
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 1.28px;
    text-transform: uppercase;
}
h5, .h5, .h5 > * {
   font-size: var(--h5);
   font-family: var(--font1);
   font-weight: 500;
   line-height: 1.3;
   letter-spacing: 0.26px;
   text-transform: capitalize;
}
h6, .h6, .h6 > * {
   font-size: var(--h6);
   font-family: var(--font1);
   line-height: 1.3;
   font-weight: 400;
   letter-spacing: 2px;
   text-transform: uppercase;
}
.t1, .body1 {
   font-family: var(--font2);
   font-size: var(--t1);
   line-height: 1.2;
   font-weight: 200;
   letter-spacing: 0.09px;
}
.t2, .body2, .body2 li {
   font-size: var(--t2);
   font-family: var(--font2);
   line-height: 1.3;
   font-weight: 200;
   letter-spacing: 0.48px;
}
.t3, .body3, .body3 li {
   font-size: var(--t3);
   font-family: var(--font2);
   line-height: 1.5;
   font-weight: 300;
   letter-spacing: 0.28px; 
}
.t4, .body4, .body4 li {
   font-size: var(--t4);
   font-family: var(--font2);
   line-height: 1.4;
   font-weight: 300;
   letter-spacing: 0.26px;
}
.t5, .body5, .body5 li {
   font-size: var(--t5);
   font-family: var(--font2);
   line-height: 1.3;
   font-weight: 400;
   letter-spacing: 0;
}
.caps, .caps li {
    text-transform: uppercase;
}
a {
    display: inline-block;
    cursor: pointer;
}
.top-space {
    margin-top: 65px;
}
.type2-btn .bbt-primary {
    border-color: var(--color4);
}
.bbt-primary {
	width: fit-content;
}
.white-btn .bbt-secondary {
    color: var(--white);
    border-color: var(--white);
}
.dark .bbt-primary, .dark .bbt-secondary {
    border-color: var(--brand);
    color: var(--color9);
}
.dark .bbt-primary:hover, .dark .bbt-secondary:hover {
    border-color: var(--color9);
    color: #BBB8B2;
}
@media (min-width: 1750px) {
    :root {
		--d1: calc(36px * 1.5);
		--d2: calc(22px * 1.5);
		--d3: calc(16px * 1.5);
		--d4: calc(18px * 1.5);
		--h1: calc(36px * 1.5);
		--smh1: calc(16px * 1.5);
		--h2: calc(36px * 1.5);
		--h3: calc(24px * 1.5);
		--h4: calc(14px * 1.5);
		--h5: calc(12px * 1.5);
		--h6: calc(11px * 1.5);
		--t1: calc(22px * 1.5);
		--t2: calc(18px * 1.5);
		--t3: calc(16px * 1.5);
		--t4: calc(14px * 1.5);
		--t5: calc(12px * 1.5);
		--t6: calc(11px * 1.5);
        --body3caps: calc(13px * 1.5);
        --nav1: calc(13px * 1.5);
        --nav2: calc(12px * 1.5);
    }
}
@media (max-width: 1024px) {
    :root {
        --d1: 34px;
        --d2: 22px;
        --h1: 34px;
        --h2: 34px;
        --h3: 22px;
        --h4: 14px;
        --h5: 12px;
        --h6: 11px;
        --t1: 20px;
        --t2: 16px;
        --t3: 13px;
        --t4: 12px;
        --t5: 11px; 
    }
  .display3, .display3 h1, .display3 h2, .display3 h3, .display3 h4, .display3 h5, .display3 h6 {
    font-size: 30px;
  }
  .top-space {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
    :root {
        --d1: 24px;
        --d2: 17px;
		--d4: 16px;
        --h1: 24px;
        --h2: 24px;
        --h3: 18px;
        --h4: 12px;
        --h5: 12px;
        --h6: 11px;
        --t1: 22px;
        --t2: 18px;
        --t3: 16px;
        --t4: 14px;
        --t5: 12px;
        --t6: 11px;
        --nav1: 14px;
        --nav2: 12px;
    }
  .top-space {
    padding-top: 35px;
  }
}
/* global css */
a {
    text-decoration: none;
    display: inline-block;
}
img {
    width: 100%;
    display: block;
}
figure, p {
    margin: 0;
}
.secpy, #blueprint.blueprint-overview .fp-panels {
    padding-top: 100px;
    padding-bottom: 100px;
}
.secpt {
    padding-top: 100px;
}
.secpb {
    padding-bottom: 100px;
}
.sec-mdpy {
  padding-top: 90px;
  padding-bottom: 90px;
}
.pt0, .secpy.pt0 {
  padding-top: 0px;
}
.pb0, .secpy.pb0 {
  padding-bottom: 0px;
}
/* theme color */
section.light {
	background-color: var(--color6);
}
section.accent {
	background-color: var(--color5);
}
section.dark {
	background-color: var(--dkbrand);
}
section.white {
	background-color: #F9F8F7;
}
.light .highlight {
	color: var(--black);
}
.accent .highlight {
	color: var(--black);
}
.dark .highlight {
	color: var(--white);
}
.white .highlight {
	color: var(--black);
}
.colortype1.light .highlight, 
.colortype1.white .highlight {
    color: var(--dkgray);
}
.colortype1.accent .highlight {
    color: var(--brand);
}
.colortype1.dark .highlight {
    color: var(--color9);
}
.light.colortype2 .highlight {
	color: var(--dkgray);
}
.accent.colortype2 .highlight {
	color: var(--brand);
}
.dark.colortype2 .highlight {
	color: var(--color9);
}
.white.colortype2 .highlight {
	color: var(--dkgray);
}
.brand {
  color: var(--brand);
}
.ltbrand {
  color: var(--color9);
}
.black {
  color: var(--black);
}
.dkgray {
  color: var(--dkgray);
}
.dkbrand {
  color: var(--dkbrand);
}
/* end theme color */
@media (max-width: 1024px) {
    .secpy, #blueprint.blueprint-overview .fp-panels, .single-floor_plan .details {
        padding-top: 65px;
        padding-bottom: 65px;
    }
  .sec-mdpy {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .secpt {
        padding-top: 65px;
    }
  .secpb {
        padding-bottom: 65px;
    }
}
@media (max-width: 767px) {
    .secpy, #blueprint.blueprint-overview .fp-panels, .single-floor_plan .details {
        padding-top: 45px;
        padding-bottom: 45px;
    }
  .sec-mdpy {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .secpt {
        padding-top: 45px;
    }
  .secpb {
        padding-bottom: 45px;
    }
}
/* end global css */
/* global css for blocks */
/*====================== Header1 css ===================*/

 /****** header Styles *********/
 .simple-header {
  background: var(--white);
  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: var(--black);
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
}
.simple-header .nav-wrapper .menu a:hover{
  color: var(--secondary-color);
}
.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: var(--black);
  }
  .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: var(--white);
      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 var(--black);
      width: 100%;
      background: var(--white);
      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: var(--black);
  font-size: 14px;
  line-height: 1.375;
  letter-spacing: 0.04em;
  font-weight: 400;
}
.simple-header .top-header ul li a:hover{
  color: var(--secondary-color);
}
.simple-header .btn-style:hover{
  color: var(--black)  !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: var(--black);
  border-radius: 10px;
}
.header-btn {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .simple-header .top-header, .top-header{
      display: none;
  }
}




.main-menu {
  background: #555759;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  height: 0;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  width: 100%;
  overflow: hidden;
  min-height: 0;
  padding: 0px 70px;
  transition: all 0.3s ease;
  z-index: 99;
}
.main-menu .close-btn {
  cursor: pointer;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: var(--white);
}
.main-menu .close-btn {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
}
header.active-menu .main-menu {
  overflow: auto;
  padding: 30px 70px;
  height: 100%;
  min-height: 100vh;
}
.main-menu ul.nav li a:hover {
  color: var(--secondary-color);
}



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

.iconclass {
  max-width: 16px;
}
.iconclass:hover {
  margin-top: -5px;
}
header.new-header-two {
            background: #EFEEEA;
            position: relative;
        }

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

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

        .new-header-two ul.menu {
            list-style: none;
            padding: 0;
            display: flex;
            align-items: center;
            gap: 30px;
            margin: 0;
        }
        .new-header-two a{
            text-decoration: none;
        }
        .new-header-two .menu a{
            text-decoration: none;
            color: var(--black);
            font-size: 16px;
            line-height: 1.375;
            letter-spacing: 0.04em;
            font-weight: 500;
            font-family: "Barlow", sans-serif;
        }
    
        .header-btn{
            text-decoration: none;
            color: var(--white);
            font-size: 15px;
            line-height: 1.275;
            letter-spacing: 0.04em;
            font-weight: 500;
            font-family: "Barlow", sans-serif;
        }
        .new-header-two .menu a:hover {
            color: var(--secondary-color);
        }
        .humburger {
			padding-top: 15px;
            display: flex;
            flex-direction: column;
            max-width: 35px;
            width: 100%;
            gap: 5px;
            cursor: pointer;
            min-width: 35px;
        }
        .humburger span {
            width: 100%;
            height: 1px;
            background: var(--black);
        }
        .new-header-two ul.menu li{
            position: relative;
        }
        .new-header-two ul.menu li .sub-menu {
            display: block;
            position: absolute;
            background: var(--white);
            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: var(--white);
            -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(--secondary-color);
            color: var(--black);
        }
        .new-header-two .main-menu {
            background: #1f251f;
            padding: 0;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            display: flex;
            height: 0;
            flex-direction: column;
            align-items: flex-end;
            text-align: right;
            width: 100%;
            overflow: hidden;
            min-height: 0;
            padding: 0px 70px;
            transition: all 0.3s ease;
            z-index: 9999;
        }
        .new-header-two .main-menu .close-btn {
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: 1.3;
            letter-spacing: 0.01em;
            color: var(--white);
            text-align: right;
            cursor: pointer;
        }
        .new-header-two.active-menu .main-menu {
            overflow: auto;
            padding: 0 0;
            height: 100%;
            min-height: fit-content;
        }
        .new-header-two .main-menu ul.nav li a:hover{
            color: var(--secondary-color);
        }
        .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: var(--black);
        }
        .new-header-two .top-header ul a:hover{
            color: var(--secondary-color);
        }
        .new-header-two .top-header ul a i{
            color: var(--secondary-color);
        }
        .new-header-two .top-header ul a:hover i{
            color: var(--black);
        }
        .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: var(--black);
        }
        .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 .nav-bar .menu-bar.left-menu,
            .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: 100vh;
         }
        .menu-dark .main-menu{
         background: var(--black);
        }
         .main-menu .logo-wrapper {
            width: 100%;
            padding: 35px 0px;
            border-bottom: 1px solid #e7e7e8;
         }
        .main-menu .logo-wrapper .logo-hr {
            display: flex;
            align-items: center;
            justify-content: space-between;
         }
         .new-header-two .main-menu ul.nav {
            display: flex;
            flex-direction: column;
            gap: 16px;
            padding: 0;
            align-items: flex-start;
            list-style: none;
         }
        .new-header-two .main-menu ul.nav li a {
            font-size: 36px;
			font-family: var(--font1);
			font-weight: 200;
			line-height: 1;
			letter-spacing: 3.6px;
			text-transform: uppercase;
        }
		.new-header-two .main-menu ul.nav-2 li a {
			font-size: 24px;
			font-family: var(--font1);
			font-weight: 200;
			line-height: 1;
		}
        .new-header-two .main-menu ul.nav-2 li.nav-smlink a {
			font-size: 18px;
			letter-spacing: 1.8px;
		}
        .new-header-two .menu-footer {
            width: 100%;
            border-top: 1px solid #e7e7e8;
            padding: 35px 0;
         }
         .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:hover{
            color: var(--secondary-color);
         }
         .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: var(--white);
         }
        
         .new-header-two .menu-footer ul li a:hover{
            color: var(--secondary-color);
         }
         .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(--secondary-color);
         }
         .new-header-two .menu-footer .header-btn{
            display: inline-block !important;
         }
         /****** Menu Light ******/
         .menu-light.active-menu .main-menu{
            background: var(--white);
         }
         .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(--black);
         }
         .menu-light .main-menu ul + ul {
            padding-top: 32px !important;
            border-top: 1px solid #FFFFFF;
            margin-top: 32px !important;
         }
		 .main-menu ul li.border-line {
			height: 0px;
			border-bottom: 1px solid var(--white);
			margin: 16px 0;
		 }
        .menu_dropdown-wrap {
            width: 100%;
            max-height: calc(100vh - 100px);
            display: flex;
            flex-direction: column;
        }
/*         .menu_dropdown-wrap .menu_upper {
            padding: 35px 0;
        } */
        .menu-light .main-menu ul + ul a {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .menu-footer .row {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            row-gap: 20px;
        }
        .pg-container.menu_upper .row {
            row-gap: 40px;
		}
		.main-menu .logo-wrapper {
			position: absolute;
			top: 0;
			left: 50%;
			transform: translateX(-50%);
			border: none;
		}
		.menu_dropdown-wrap {
			padding-top: 0;
		}
		.menu_dropdown-row {
			display: flex;
			flex-wrap: wrap;
		}
		.menu_dropdown-col {
			width: 50%;
		}
		.menu_dropdown-col.menucol {
			padding-top: 115px;
			padding-left: 20px;
			padding-bottom: 50px;
		}
        @media (min-width: 1025px) {
			.menu_dropdown-col.menucol {
				padding-left: calc(calc(3% + 20px) /1);
				padding-right: 20px;
			}
            .menu_upper .row, .menu-footer .row {
                display: flex;
                flex-wrap: wrap;
                column-gap: 30px;
            }
            .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_dropdown-col.menu-img img {
				height: 100%;
				object-fit: cover;
			}
			.menu_dropdown-col.menucol > ul {
				max-width: 470px;
				width: 100%;
			}
        }
        @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 .menu-footer .pg-container {
                padding-left: 150px;
                padding-right: 150px;
            }
        }
        @media (max-width: 1024px) {
            .menu_dropdown-wrap .menu_upper {
                padding: 20px 0;
            }
            .new-header-two .menu-footer {
                padding: 20px 0 32px 0;
            }
			header .logo img {
				max-width: 205px;
			}
        }
		@media (min-width: 959px) {
			.menu_dropdown-wrap .menu_upper .menu_dropdown-row {
				height: 100%;
				min-height: 100vh;
			}
		}
         @media (max-width: 960px){
            .new-header-two .main-menu ul.nav-2 li a i {
               margin-left: 0;
            }
			 .new-header-two.active-menu .main-menu {
				min-height: fit-content;
			}
			.menu_dropdown-row {
				gap: 35px;
				padding-bottom: 50px;
			}
			.menu_dropdown-col {
				padding: 0px 20px;
				width: 100%;
			}
			.menu_dropdown-col.menucol {
				 padding-bottom: 0px;
			 }
			 .menu_dropdown-col.menu-img {
				display: none;
			}
			 .menu-light .main-menu ul + ul {
				padding-top: 24px !important;
				margin-top: 24px !important;
			}
			li.border-line {
				margin: 12px 0;
			}
			.new-header-two .main-menu ul.nav {
				gap: 12px;
			}
			body .new-header-two .main-menu ul.nav li a {
				font-size: 22px !important;
			}
			.new-header-two .main-menu ul.nav-2 {
				gap: 12px;
			}
			body .new-header-two .main-menu ul.nav-2 li a {
				font-size: 16px !important;
			} 
         }
     
     .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-family: "aaux-next", sans-serif;
  font-weight: 600;
  text-align: center;
}
.announcement {
  position: relative;
  width: 100%;
  background: #64777d;
  height: 0;
  top: 0;
  color: var(--white);
  overflow: hidden;
  transition: all .3s ease;
  z-index: 9999;
}

.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: var(--black);
}

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: var(--white) !important;
  margin: 0 !important
}
.announcement h2 {
  font-size: 24px;
  font-weight: 500;
}
.announcement .btn-secondry {
  border-color: var(--white);
  color: var(--white);
  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) {
	
	.map-row .form-half-col.col-left {
    width: 100%;
}
	.map-row .form-half-col.map-col {
    width: 100%;
}
	
  .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 .padding3 {
  padding-top: 60px 0 24px;
}
.footer1 .menu {
  display: flex;
  list-style: none;
  padding: 0;
  flex-direction: column;
  gap: 5px;
}
.footer1 ul.social-icon {
  display: flex;
  list-style: none;
  padding: 0;
  align-items: center;
  gap: 16px;
}
.footer1 ul.social-icon i {
  color: var(--black);
  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: var(--black);
}

footer ul li a {
  color: var(--black);
  text-decoration: navajowhite;
}
.footer1 .sec, .footer1 .one{
  margin-top:15px;
}




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


.footer1 .f-bg2 {
	background: var(--color5);
}

.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 p {    font-size: 14px;
    padding: 0 0 0 0;
    font-size: 15px;
    color: var(--black);
    margin: 10px 0 5px 0;
    line-height: 22px;}
.footer1 .footer-bottom img {max-width: 20px;}
.footer1 .footer-bottom  .cpryt  {font-size: 14px;}
.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: var(--white);
    background: var(--secondary-color);
    border: none;
    border-radius: 3px;
    text-decoration: none;
    font-size: 15px;transition: 0.2s;}
.footer1 .footer-btn:hover {background: #00263A;}

.footer1 .f-row1  {     padding-top: 50px;
    padding-bottom: 15px;}
.footer1 .col-right {display: flex;justify-content: end;}
.footer1 .f-row1  ul li a {
    color: var(--black);
    margin-right: 15px;
    font-size: 24px;}
.footer1 .f-row1 .col-right ul li img {
        max-width: 210px !important;
    }

    .footer1 .f-row1 ul li:first-child img {
          margin-right: 10px
        }
.footer1 .f-row2 {}
.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; }

.footer1 .footer-bottom ul li:first-child img {    max-width: 22px;}


    @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-bottom ul {margin-bottom: 15px;}
      .footer1 .footer-links h2 {margin-top: 30px;margin-bottom: 20px;}
      .footer1 .col-right {

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

    padding-bottom: 50px;
}
.footer1 .footer-btn {
    margin-bottom: 30px;
}
.footer1 .f-row1 .footer-bottom {
    padding-top: 0;
    padding-bottom: 0px;
}
.footer1 .footer-bottom {
    padding-top: 0;
        padding-bottom: 30px;
}
.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: 14px; }
    .footer1 .col-right {
    margin-top: 15px;
}
.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 li {
    list-style: none;
}
footer.footer1 ul {
    padding: 0px;
}

.cta-section.cta-accent.cntr-cta-section .col-right {
    display: flex;
    align-items: center;
}
section.cta-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
section.cta-section .col-left p, section.cta-section .col-right p {
    margin: 0;
}
section.cta-section .col-left > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 1010px;
    width: 100%;
}
@media (min-width: 767px) {
    .cta-btn-inner {
        max-width: 300px;
        margin: 0 0 0 auto;
    }
}

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

#map .marker .map-marker-color-icon {
    height: 1rem !important;
    width: 1rem !important;
}

/* gallery block */
section.gallery-block {
    padding-top: 100px;
    padding-bottom: 100px;
}
.gallery-pg-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--black);
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    border-radius: 10px;
    overflow: hidden;
}
.gallery-pg-tabs .tab {
    padding: 10px 40px;
    line-height: 1.2;
    font-size: 13px;
	font-weight: 200;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    background-color: transparent;
	color: #445775;
    cursor: pointer;
}
.gallery-pg-tabs .tab.active {
    background-color: #445775;
    color: var(--white);
}
.gallery-pg-tabs .tab h4 {
    font-size: 13px;
	font-weight: 200;
	letter-spacing: 1.3px;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0;
    color: #445775;
    display: flex;
    align-items: center;
}
.gallery-pg-tabs .tab.active > * {
    color: var(--white);
}
.gallery-pg-tabs .tab:not(:first-child) {
    border-left: 1px solid #2D394C;
}
.gallery-block .tab-content {
  display: none;           
}
.gallery-block .tab-content.active {
  display: block;
}
.gallery-block .fg-filtering-container {
    padding: 0;
    margin: 52px auto !important;
}
.gallery-block .fg-light .fg-tag-item.fg-selected .fg-tag-link {
    background-color: transparent;
    border-bottom: 1px solid var(--black);
    color: var(--black);
}
.gallery-block .fg-light .fg-tag-item .fg-tag-link {
    border-radius: 0;
    padding: 0 15px 4px 15px;
    border: none;
    font-size: 14px !important;
	font-family: var(--font1);
	font-weight: 400;
    color: var(--black);
	letter-spacing: 1.4px;
    text-transform: uppercase;
    background-color: unset;
}
.gallery-block .fg-tag-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px 15px;
    flex-wrap: wrap;
}
.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 .tab-content .foogallery-masonry {
  min-width: calc(100% + 32px) !important;
  margin-left: -16px;
}
.gallery-block .tab-content .foogallery-masonry .fg-item.fg-type-image {
  padding: 0 16px 32px 16px !important;
  width: 50% !important;	
  margin: 0 0 !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%;
}
.ucg-gallery>.tours .featured-tours>.inset .tour, .ucg-gallery>.tours .regular-tours>.inset .tour {
    border-radius: 0px !important;
}
.ucg-gallery>.tours .featured-tours {
    padding: 0;
    margin-bottom: 32px !important;
}
.ucg-gallery>.tours .regular-tours>.inset {
    display: flex;
    gap: 32px 32px !important;
}
/* 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;
}

.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 !important;
}
.gallery-block .fg-panel-thumb-media, .gallery-block .fg-panel-thumb-media img {
    height: 140px;
    min-height: 140px;
    object-fit: cover;
}
.gallery-block .fg-panel-thumbs-bottom .fg-panel-thumbs-inner {
    height: auto;
    min-height: auto;
}
.fg-panel.fg-light,.fg-panel.fg-light .fg-panel-thumb:is(.fg-idle,.fg-loading,.fg-error) .fg-panel-thumb-media {
    background-color: transparent !important;
}
.fancybox__carousel .fancybox__slide .tour-content.fancybox__content {
    width: 100%;
    height: fit-content;
	padding: 15px 15px;
}
/* end slider */
@media (min-width: 1750px) {
	.video-content-inner button {
		font-size: calc(13px * 1.5);
	}
	.bbt-primary, .bbt-secondary {
		font-size: calc(13px * 1.5);
	}
	.bbt-tertiary {
		font-size: calc(14px * 1.5);
	}
	.gallery-pg-tabs .tab h4 {
		font-size: calc(13px * 1.5);
	}
	.gallery-block .fg-light .fg-tag-item .fg-tag-link {
		font-size: calc(14px * 1.5);
	}
}
@media (max-width: 1024px) {
  section.gallery-block {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .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) {
  section.gallery-block {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .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-block .tab-content .foogallery-masonry {
    min-width: calc(100% + 14px) !important;
    margin-left: -7px;
  }
  .gallery-block .tab-content .foogallery-masonry .fg-item.fg-type-image {
    padding: 0 7px 14px 7px !important;
  }
  .gallery-pg-tabs .tab {
      padding: 15px 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;
  }
  .ucg-gallery>.tours .featured-tours {
    margin-bottom: 14px !important;
  }
  .ucg-gallery>.tours .regular-tours>.inset {
    gap: 14px 14px !important;
  }	
}
/* 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: var(--white);
    padding: 24px 40px 40px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.pricebox-details ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.pricebox-details ul li {
    padding-left: 28px;
    position: relative;
}
.pricebox-details ul li:after {
    content: "";
    width: 22px;
    height: 22px;
    background: url(https://block.upshiftclient.com/wp-content/uploads/2025/02/CheckCircle.svg);
    position: absolute;
    left: 0;
    top: 6px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
}
.pricebox-btn {
  margin-top: 28px;
}
/* responsive */
@media (max-width: 1024px) {
  .pricebox-wrapper {
      column-gap: 15px;
  }
  .pricebox {
      width: calc(33.33% - 10px);
  }
  .pricebox-details {
      padding: 24px 20px 40px 20px;
  }
}
@media (max-width: 767px) {
  .pricebox {
      width: 100%;
  }
}
/* end responsive */
/* end pricebox block */
/* progrssbar */
.secpy {
  padding-top: 100px;
  padding-bottom: 100px;
}
.line-progress-row {
    gap: 25px 45px;
}
.line-progress-row .progressbar-col {
    width: calc(50% - 22.5px);
}
.line-progressbar .progrss_bar-container {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.line-progressbar .progrss_bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.line-progressbar .progress {
    width: 100%;
    max-width: 100%;
    height: 4px;
    background: var(--white);
    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: var(--black);
    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: var(--black)4D;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.headerbar.with-bgimg .header-wrapper h1 {
  color: var(--white);
}
.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: var(--black);
}
.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: var(--black);
}
.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 */
/* footer3 block */
footer.footer3 {
    padding: 65px 0 40px 0;
    background-color: #FAF9F5;
}
.footer3 .ftr-menu-wrap {
    padding-top: 50px;
}
.footer3 ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.footer3 .ftr__col > * {
    max-width: 280px;
    width: 100%;
    text-align: center;
    margin: 0;
}
.footer3 .ftr__col {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.footer3 .ftr__col ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer3 .ftr__col li, .footer3 .ftr__col a, .footer3 .ftr__col p {
    font-size: 16px;
    font-weight: 500;
}
.footer3 ul.lt_logo, .footer6 ul.lt_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px 20px;
}
.footer3 .Footer-newlogo {
    padding-top: 65px;
}
.footer3 .ftr-social-row, .footer6 .ftr-social-row {
    padding: 40px 0 45px 0;
}
.footer3 .ftr-social-row ul, .footer6 .ftr-social-row ul {
    gap: 10px 25px;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    background-color: #FAF9F5;
    width: fit-content;
    margin: 0 auto;
}
.footer3 .ftr-social-row ul i, .footer6 .ftr-social-row ul i {
    font-size: 26px;
}
.footer3 .social-full-col, .footer6 .social-full-col {
    position: relative;
}
.footer3 .social-full-col:after, .footer6 .social-full-col:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--black);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer3 ul.lt_logo img, .footer6 ul.lt_logo img {
    max-width: 135px;
    width: 100%;
}
.footer3 .bottom_col, .footer6 .bottom_col {
    gap: 15px 50px;
    width: fit-content;
    margin: 0 auto 25px auto;
}
.footer3 .bottom_col ul, .footer6 .bottom_col ul {
    gap: 5px 40px;
}
.footer3 .bottom_col ul li a, .footer6 .bottom_col ul li a {
    font-size: 12px;
}
.footer3 .bottom_col *, .footer6 .bottom_col * {
    margin: 0;
}
.footer3 .ftr-btm-txt-col p, .footer6 .ftr-btm-txt-col p {
    text-align: center;
}
.footer3 .ftr-btn-icon-col ul, .footer6 .ftr-btn-icon-col ul {
    gap: 7px;
}
.footer3 .ftr-btn-icon-col ul img, .footer6 .ftr-btn-icon-col ul img {
    width: 20px;
    height: 18px;
    object-fit: contain;
    object-position: center;
}
/* responsive */
@media (max-width: 767px) {
  footer.footer3 {
    padding: 40px 0 30px 0;
  }
  .footer3 img {
      max-width: 150px;
      width: 100%;
  }
  .footer3 .ftr-menu-wrap {
      padding-top: 40px;
  }
  .footer3 .ftr__col {
      justify-content: flex-start;
      gap: 10px;
  }
  .footer3 .ftr__col > * {
      text-align: left;
  }
  .footer3 .ftr-menu-wrap .row {
      row-gap: 25px;
  }
  .footer3 .Footer-newlogo {
      padding-top: 45px;
  }
  .footer3 ul.lt_logo, .footer6 ul.lt_logo {
      justify-content: flex-start;
  }
  .footer3 .ftr-social-row, .footer6 .ftr-social-row {
      padding: 50px 0 15px 0;
  }
  .footer3 .social-full-col:after, .footer6 .social-full-col:after {
      top: -23px;
      transform: translateY(0);
  }
  .footer3 .ftr-social-row ul, .footer6 .ftr-social-row ul {
      padding: 0 0;
      margin: 0 0;
  }
  .footer3 .social-full-col ul, .footer6 .social-full-col ul {
      padding: 0;
      margin: 0;
      column-gap: 12px;
  }
  .footer3 .ftr-social-row ul i, .footer6 .ftr-social-row ul i {
      font-size: 18px;
  }
  .footer3 .bottom_col ul, .footer6 .bottom_col ul {
      column-gap: 13px;
      flex-wrap: wrap;
  }
  .footer3 .bottom_col, .footer6 .bottom_col {
      margin-bottom: 15px;
  }
  .footer3 .ftr-btm-txt-col p, .footer6 .ftr-btm-txt-col p {
      text-align: left;
  }
  .footer3 .ftr-btn-icon-col, .footer6 .ftr-btn-icon-col {
      margin-top: 15px;
  }
}
/* end responsive */
/* end footer3 block */
/* footer4 block */
footer.footer4, footer.footer5 {
    background-color: #FAF9F5;
}
.footer4 ul, .footer5 ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer4-row, .footer5-row {
    display: flex;
    flex-wrap: wrap;
}
.footer4-col {
    width: 50%;
}
.footer4-col.left {
    padding: 35px 25px 45px 0;
    padding-left: calc(calc(100% - 1210px) /2);
    background-color: var(--white);
}
.footer4 .ftr-logo img {
    max-width: 190px;
}
.footer4 .ftr-logo {
    padding-bottom: 25px;
    border-bottom: 1px solid #7C8C91;
    margin-bottom: 55px;
}
.footer4 .ftr-title, .footer5 .ftr-title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.footer4-col.left > .row, .footer5-col.right .row {
    row-gap: 60px;
    padding-bottom: 45px;
    border-bottom: 1px solid #7C8C91;
    margin-bottom: 30px;
}
.footer4 .hours-wrap p, .footer5 .hours-wrap p {
    gap: 7px;
    font-weight: 500;
    margin: 0;
}
.footer4 .hours-wrap p .hr-time {
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    background-color: #FAF9F5;
    line-height: 1;
    border-radius: 100px;
}
.footer4 .hours-wrap, .footer5 .hours-wrap {
    gap: 10px 30px;
}
.footer4 .ftr-social-wrap, .footer5 .ftr-social-wrap {
    gap: 20px;
    justify-content: space-between;
}
.footer4 .social-col i, .footer5 .social-col i {
    font-size: 26px;
}
.footer4 .social-col, .footer5 .social-col {
    display: flex;
    align-items: center;
    gap: 15px;
}
.footer4 .social-col a, .footer5 .social-col a {
    color: var(--black);
}
.footer4 .Footer-newlogo, .footer5 .Footer-newlogo {
    display: flex;
    gap: 10px 15px;
}
.footer4-col.right {
    display: flex;
    align-items: stretch;
}
.footer4 .ftr-map-wrap {
    width: 100%;
    display: flex;
    align-items: stretch;
}
.footer4 .ftr-map-wrap iframe {
    width: 100%;
    height: 100%;
}
.footer4 .footer-bottom-row, .footer5 .footer-bottom-row {
    padding: 35px 0;
}
.footer4 .bottom_col, .footer5 .bottom_col {
  gap: 10px 20px;
}
.footer4 .ftr-bottom-txt, .footer5 .ftr-bottom-txt {
  gap: 10px 50px;
}
.footer4 .ftr-bottom-wrap p, .footer5 .ftr-bottom-wrap p {
    margin: 0;
}
.footer4 .ftr-btn-icon-col ul, .footer5 .ftr-btn-icon-col ul {
    gap: 7px;
}
.footer4 .ftr-btn-icon-col img, .footer5 .ftr-btn-icon-col img {
    width: 20px;
}
.footer4 .ftr-btm-txt-col, .footer5 .ftr-btm-txt-col {
    margin-top: 15px;
}
.footer4 .ftr-menu a, .footer5 .ftr-menu a {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 16px;
    font-weight: 500;
}
.footer4 .ftr-menu a img, .footer5 .ftr-menu a img {
    width: 20px;
    max-height: 25px;
    object-fit: cover;
}
.footer4 ul.ftr-menu, .footer5 ul.ftr-menu {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer4 .ftr-menu.lg_img a img, .footer5 .ftr-menu.lg_img a img {
    width: 30px;
}
/* end footer4 block */
/* footer5 block */
.footer5-col {
    padding-top: 100px;
    padding-bottom: 90px;
}
.footer5-col.left {
    width: 40%;
}
.footer5-col.right {
    width: 60%;
    padding-right: calc(calc(100% - 1230px) /2);
    padding-left: 50px;
}
.footer5-col.left {
    padding-left: calc(calc(100% - 1240px) /2);
    background-color: var(--white);
    padding-right: 30px;
}
.footer5-col.left .inner {
    padding-left: 15px;
}
.footer5-col.right .inner {
    padding-right: 15px;
}
.footer5 .ftr-logo {
    margin-bottom: 50px;
}
.footer5-col.right .row {
    row-gap: 60px;
}
.footer5-col h3 {
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.footer5-col p {
    font-size: 16px;
}
.footer5 .ftr-btn {
    margin-top: 28px;
}
.footer5 .hr-time {
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    background-color: #986147;
    color: var(--white);
    line-height: 1;
    border-radius: 100px;
}
.footer5 .ftr-social-wrap {
    margin-top: 70px;
    padding-top: 55px;
    border-top: 1px solid var(--black);
}
/* end footer5 block */
/* footer6 block */
footer.footer6 {
    padding: 65px 0 40px 0;
    background-color: #FAF9F5;
}
.footer6 .ftr-menu-wrap {
    gap: 5px;
    padding-top: 18px;
}
.footer6 .ftr-menu-wrap p {
    margin: 0;
    font-size: 16px;
}
footer.footer6 ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer6 .Footer-newlogo {
    padding-top: 18px;
}
/* end footer6 block */

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

.address a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
  color: var(--black);
}

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

body #map .marker .map-marker-color-icon {
    z-index: 9999;
    position: relative;
}
/* accordion animation */
.animatedimg, .media--picture, .slider-animatedimg, .hover-animatedimg {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
.tab-img-col .animatedimg {
    border-radius: 10px;
}
.slide-ratio .animatedimg, 
.carditem .hover-animatedimg {
    border-radius: 0px 0px 0 0;
}
.hover-animatedimg {
    cursor: default;
}
.animatedimg img, .media--picture img, .slick-slide .slider-animatedimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: kenburns 7s ease-in-out infinite alternate;
    transform-origin: center center;
}
.carditem .hover-animatedimg, 
.carditem .hover-animatedimg img {
    height: unset;
}
.media--picture {
    margin: 0;
}
@keyframes kenburns {
  0% {
    transform: scale(1) translate(0, 0);
  }
  100% {
    transform: scale(1.1) translate(-2%, -2%);
  }
}
.hover-animatedimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: center center;
    transition: transform 6s ease-in-out;
    transform: scale(1) translate(0, 0);
}
.hover-animatedimg:hover img, .carditem:hover .hover-animatedimg img {
    transform: scale(1.1) translate(-2%, -2%);
}
.features-slider3 .slider-animatedimg {
    aspect-ratio: 1 / 0.52;
}
.animated-block {
    overflow: hidden;
    display: flex;
    height: 100vh;
}
.hero-slider-new {
    overflow: hidden;
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
    height: 100vh;
    position: relative;
}
.pin-spacer {
    order: 0;
    place-self: auto;
    grid-area: auto;
    z-index: auto;
    float: none;
    flex-shrink: 1;
    display: block;
    margin: 0px;
    inset: 0px;
    position: absolute;
    flex-basis: auto;
    overflow: visible;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    padding: 0px;
}
.section__media-wrap {
    width: 100% !important;
    height: 100vh;
    overflow: hidden;
    position: absolute !important;
    top: 0;
    left: auto;
    right: 0;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    transform: translate(0px, 0px);
}
.animated-block .section__media-wrap {
    left: 0;
    right: auto;
}
.animated-block .row,
.animated-block .dotStyle.hero-slider,
.animated-block .slick-list,
.animated-block .slick-track,
.animated-block .slick-slide,
.animated-block .slick-slide img {
    height: 100% !important;
}
.section__media--picture {
    transition: none;
    transform: translate3d(0px, 0px, 0px) scale(1.3);
}
.right.animated-block .section__media-wrap {
    left: auto;
    right: 0;
}
.section__media-wrap .section__media--picture {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0; 
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}
.section__media-wrap .section__media--picture img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    vertical-align: bottom;
    aspect-ratio: 2044 / 1588;
}
@media (max-width: 767px) {
  .hero-slider-new, .pin-spacer, .section__media-wrap {
    height: 55vh;
  }
  .animated-block {
    height: auto;
  }
}
/* end accordion animation */
.page-id-3046 .fg-panel .fg-panel-area.fg-panel-content {
  height: calc(100vh - 120px);
}
.fg-panel-thumbs-viewport .fg-panel-thumb.fg-type-image, .fg-panel-thumbs-viewport .fg-panel-thumb.fg-type-image * {
  width: 100%;
}
.fg-panel-area.fg-panel-thumbs, .fg-panel-thumbs .fg-panel-area-inner.fg-panel-thumbs-inner, 
.fg-panel-thumbs-viewport .fg-panel-thumb.fg-type-image {
    height: 120px !important;
    min-height: 120px !important;
}
.fg-panel-thumbs-viewport .fg-panel-thumb.fg-type-image * {
    height: 90px !important;
    min-height: 90px !important;
    width: 100% !important;
}
.fg-media.fg-loaded .fg-media-content {
  object-fit: contain !important;
  padding: 15px 10px;
}
.fg-panel-thumb-caption {
    display: none !important;
}
.fg-panel.fg-medium.fg-x-large-width .fg-panel-thumb-media {
    width: 100%;
}
.fg-panel-thumb-wrap img {
    width: 100% !important;
    padding: 0 5px;
    object-fit: cover !important;
    height: 100%;
}
.fg-panel.fg-medium.fg-x-large-width .fg-panel-thumb-media {
    width: 100% !important;
    min-width: 100% !important;
}
figure.fg-panel-thumb.fg-type-image {
    padding: 0;
  background-color: transparent !important;
}
.fg-panel.fg-medium.fg-x-large-width .fg-panel-thumb-media {
    margin: 0 !important;
}
.tab-row.align-items-center {
    align-items: stretch !important;
}
@media (min-width: 920px) {
  .fg-medium:is(.fg-panel-thumbs-top,.fg-panel-thumbs-bottom) .fg-panel-thumbs-inner, .fg-medium:is(.fg-panel-thumbs-left,.fg-panel-thumbs-right) .fg-panel-thumb, .fg-medium:is(.fg-panel-thumbs-top,.fg-panel-thumbs-bottom) .fg-panel-thumbs-inner, .fg-panel-thumbs-viewport {
    /*height: 160px !important;*/
    /*min-height: 160px !important;*/
}
.gallery-block .fg-panel-thumbs-bottom .fg-panel-thumbs-stage {
    min-height: fit-content !important;
}
.gallery-block .fg-panel-thumb-media img {
    WIDTH: 100%;
    /*HEIGHT: 140px ! IMPORTANT;*/
    /*min-height: 140px !important;*/
  display: flex !important;
}
  .fg-x-large-width:is(.fg-panel-thumbs-top,.fg-panel-thumbs-bottom) .fg-panel-thumb {
  height: unset !important;
    /*min-height: 140px !important;*/
}
  .fg-panel.fg-medium.fg-x-large-width .fg-panel-thumb-media {
    height: unset !important;
    /*min-height: 140px !important;*/
}
.fg-panel-thumbs-viewport .fg-panel-thumbs-stage .fg-panel-thumb {
  min-width: 150px !important;
}
.page-id-3046 .fg-panel .fg-panel-area.fg-panel-content {
  height: calc(100vh - 160px);
}
.fg-panel-area.fg-panel-thumbs, .fg-panel-thumbs .fg-panel-area-inner.fg-panel-thumbs-inner, 
.fg-panel-thumbs-viewport .fg-panel-thumb.fg-type-image {
    height: 160px !important;
    min-height: 160px !important;
}
.fg-panel-thumbs-viewport .fg-panel-thumb.fg-type-image * {
    height: 140px !important;
    min-height: 140px !important
}
}
@media (min-width: 1500px) {
    .fg-panel-thumbs-viewport .fg-panel-thumbs-stage .fg-panel-thumb {
      min-width: 250px !important;
    }
}
@media (max-width: 767PX) {
  .gallery-block .fg-panel-thumb-media, .gallery-block .fg-panel-thumb-media img {
    HEIGHT: UNSET ! IMPORTANT;
    ASPECT-RATIO: 1 / .45;
  }
}
/* unit feature */
.apartment-details .inset {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 70px;
    align-items: center;
}
.apartment-details .inset .single-image {
    width: calc(50% - 35px);
}
.apartment-details .inset .info {
    width: calc(50% - 35px);
}
.apartment-details h2 {
    width: 100%;
    font-size: 33px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3; /* 133.333% */
    text-transform: uppercase;
    color: var(--black);
    font-family: 'Work Sans';
    margin: 0;
}
.single-image img {
    max-height: 75vh;
    width: 100%;
    object-fit: contain;
    height: auto;
}
.apartment-details.fancybox-content {
    max-width: calc(100dvw - 4rem) !important;
    width: 100%;
    padding: 75px 70px;
}
.info .avl {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    text-transform: capitalize;
    font-family: 'Work Sans';
}
.info .metacontent {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px 10px;
    margin-bottom: 12px;
}
.info .metacontent p {
    margin: 0;
    position: relative;
    font-size: 19px;
    font-family: 'Work Sans';
}
.info .metacontent p:after {
    content: "|";
    margin-left: 10px;
}
.head {
    margin: 25px 0 5px 0;
    padding-top: 25px;
    border-top: 1px solid #D9D9D9;
    font-size: 20px;
    font-weight: 500;
    color: #090909D9;
    font-family: 'Work Sans';
}
.info ul.list {
    margin: 0;
    padding-left: 30px;
    list-style-type: disc;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.info ul.list li {
    font-size: 22px;
    font-family: "Barlow", sans-serif;
    font-weight: 100;
    color: #090909D9;
}
.engrain-link {
    display: none;
}
.actions {
    margin-top: 50px;
}
.actions p {
    margin: 0;
}
.actions .link a {
    display: inline-block;
    max-width: 460px;
    width: 100%;
    text-align: center;
    padding: 15px 20px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Work Sans';
    text-decoration: none;
    background-color: #CBA052;
    color: var(--white);
    cursor: pointer;
}
.actions .link a:hover {
    background-color: var(--black);
    color: var(--white);
}
.apartment-details.fancybox-content .fancybox-close-small {
    display: flex;
    align-items: center;
    justify-content: center;
}
.apartment-details .fancybox-button.fancybox-close-small svg {
    width: 37px;
    height: 37px;
}
.apartment-details .fancybox-button.fancybox-close-small svg path {
    fill: var(--black);
}
#blueprint.blueprint-overview .fp-panels .fp-panel.apartments #availability-table_wrapper .availability-table__plan-detail:after {
    color: var(--black);
}
.foogallery .fg-panel-buttons .fg-panel-button.fg-panel-button-prev, 
.foogallery .fg-panel-buttons .fg-panel-button.fg-panel-button-next {
    width: 45px !important;
    height: 45px !important;
    background: var(--black)57 !important;
    border-radius: 50% !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.foogallery .fg-panel-buttons .fg-panel-button.fg-panel-button-prev path, 
.foogallery .fg-panel-buttons .fg-panel-button.fg-panel-button-next path {
    fill: var(--white);
}
.foogallery .fg-panel-area-inner.fg-panel-thumbs-inner button.fg-panel-thumbs-button.fg-panel-thumbs-prev, 
.foogallery .fg-panel-area-inner.fg-panel-thumbs-inner button.fg-panel-thumbs-button.fg-panel-thumbs-next {
    background: var(--black)57 !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.fg-panel:is(.fg-medium,.fg-panel-no-mobile) .fg-panel-buttons :is(.fg-panel-button-prev,.fg-panel-button-next) {
    visibility: visible !important;
    opacity: 1 !important;
}
.foogallery .fg-panel-area-inner.fg-panel-thumbs-inner button.fg-panel-thumbs-button.fg-panel-thumbs-prev path, .fg-panel-area-inner.fg-panel-thumbs-inner button.fg-panel-thumbs-button.fg-panel-thumbs-next path {
    fill: var(--white) !important;
}
.gallery-block .foogallery.foogallery-container .fg-caption-title {
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 5px 15px;
    height: fit-content;
    max-width: 90%;
    word-break: break-all;
}

@media (min-width: 650px) {
    .apartment-details.fancybox-content {
        max-width: calc(100dvw - 10rem) !important;
        overflow: hidden !important;
        overflow-y: auto !important;
    }
}
@media (max-width: 1024px) {
    .apartment-details .inset .info {
        width: calc(50% - 35px);
    }
    .apartment-details.fancybox-content {
        padding: 75px 40px;
        overflow: hidden;
    }
    .apartment-details .inset {
        gap: 25px 50px;
    }
    .apartment-details .inset .single-image, .apartment-details .inset .info {
        width: calc(50% - 25px);
    }
}
@media (max-width: 767px) {
   .apartment-details.fancybox-content {
        padding: 40px 20px 25px 20px;
    }
    .apartment-details .inset .single-image, .apartment-details .inset .info {
        width: 100%;
    }
    .apartment-details h2 {
        font-size: 22px;
    }
    .info .metacontent p {
        font-size: 17px;
    }
    .head {
        margin: 15px 0 5px 0;
        padding-top: 15px;
        font-size: 18px;
    }
    .info ul.list li {
        font-size: 17px;
    }
    .actions {
        margin-top: 20px;
    }
    .actions .link a {
        font-size: 16px;
        padding: 12px;
    } 
}
/* end unit feature */
/* header */
.humburger-wrap {
    position: relative;
	margin-top: -4px;
}
button.humburger-btn {
    background: transparent;
    border: none;
    padding: 0;
    position: relative;
    cursor: pointer;
}
.main-menu .close-btn button.humburger-btn {
	padding-top: 15px;
}
.humburger-text {
    font-size: 11px;
    font-family: var(--font1);
	color: var(--black);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.header-btn-link {
    color: var(--black);
    font-size: var(--nav1);
    font-family: var(--font1);
    font-weight: 400;
    line-height: 1.2; /* 125% */
    letter-spacing: 0.64px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}
.header-btn-link:hover {
    color: var(--dkbrand);
}
.trans-header header#header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1119;
}
.trans-header.logged-in header#header {
	top: 32px;
}
.trans-header header.new-header-two {
    background-color: transparent;
}
.trans-header .navbar-wrap {
    filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
	.humburger-text {
		font-size: 10px;
	}
	.new-header-two .main-menu .close-btn img {
		max-width: 30px;
	}
}
/* end header */
/* footer */
footer.footer1 {
    padding-top: 128px;
    padding-bottom: 50px;
}
.footer-top-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 12px 32px;
	margin-bottom: 64px;
}
.footer-top-col.footer-logo img {
    max-width: 275px;
    width: 100%;
    object-fit: contain;
}
.footer-top-col.footer-address {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 32px;
}
.footer-top-col.footer-address a {
    font-size: var(--t3);
    font-family: var(--font2);
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0.08px;
}
.footer-top-col.footer-address a br {
    display: none;
}
.footer-top-col.footer-cta a {
    padding: 6px 8px 4px 8px;
    background-color: #445775;
    color: var(--white);
	font-size: var(--t5);
	font-family: var(--font1);
    border: 1px solid #2D394C;
    font-weight: 350;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}
.footer-top-col.footer-cta a:hover {
    background-color: #2D394C;
    color: var(--white);
}
.footer-bottom-row {
    display: flex;
    align-items: center;
    column-gap: 32px;
}
.footer-bottom-col .footer-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
	margin-bottom: 16px;
}
.footer-bottom-col .footer-menu a, .footer-bottom-col.left-col, .footer-bottom-col.left-col p {
    color: var(--brand);
    font-size: var(--t6);
    font-family: var(--font2);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.055px;
}
.footer-bottom-col ul.footer-icons {
    gap: 12px;
}
.footer-bottom-col ul.footer-icons li img {
    width: 25px;
	min-width: 25px;
    height: 25px;
    object-fit: contain;
}
.footer-bottom-col.left-col .footer-disclaimer {
    margin-top: 7px;
}
@media (max-width: 1024px) {
	.footer-bottom-col ul.footer-icons {
		justify-content: flex-start !important;
		margin-top: 24px;
	}
	.footer-bottom-row {
		align-items: flex-start;
	}
}
@media (max-width: 767px) {
	footer.footer1 {
		padding-top: 96px;
		padding-bottom: 16px;
	}
	.footer-top-col.footer-logo img {
		max-width: 225px;
		margin-bottom: 20px;
	}
	.footer-top-col.footer-address .address {
		width: 100%;
	}
	.footer-top-row {
		margin-bottom: 36px;
	}
	.footer-bottom-col .footer-menu {
		flex-direction: column;
		margin-bottom: 12px;
	}
	.footer-bottom-row {
		flex-direction: column;
	}
	.footer-bottom-col ul.footer-icons {
		gap: 10px;
		margin: 25px 0 0px 0;
	}
	.footer-bottom-col ul.footer-icons li img {
		width: 17px;
		min-width: 17px;
		height: 17px;
	}
}
/* end footer */
/* global css */
.ti-banner-col.content-col h2 {
    margin-bottom: 46px;
}
.ti-banner-col.content-col .content-area {
    display: flex;
    flex-direction: column;
    gap: 24px;
	max-width: 36.5vw;
}
.bbt-tertiary {
    background-image: url(/wp-content/uploads/2025/12/Primary-Arrow.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 100% 45%;
}
.dark .bbt-tertiary {
	background-image: url(/wp-content/uploads/2026/01/Primary-Arrow-1.svg);
	color: var(--color9);
}
/* end global css */

/* text section */
section.text-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.text-banner-row.with-col1 .text-banner-col {
    width: 67%;
}
.text-banner-row.with-col1 .text-inner {
    display: flex;
    flex-direction: column;
    row-gap: 125px;
}
.text-banner-row.with-col2 {
    display: flex;
    flex-wrap: wrap;
    gap: 56px 134px;
    align-items: stretch;
    min-height: unset;
}
.text-banner-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 56px 134px;
    align-items: stretch;
}
.with-col2 .text-banner-col.left-col {
    width: calc(42% - 134px);
	display: block;
    height: fit-content;
}
.with-col2 .text-banner-col.right-col {
    width: 58%;
}
.text-banner-row .btn-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 15px 16px;
}
.type2.offset-text .text-banner-col h1 {
	color: var(--black);
}
.type2.dark.offset-text .text-banner-col h1 {
	color: var(--white);
}
@media (max-width: 1024px) {
  .text-banner-row.with-col1 .text-banner-col {
    width: 75%;
  }
  .text-banner-row.with-col1 .text-inner {
    row-gap: 111px;
  }
	.ti-banner-col.content-col .content-area {
		gap: 16px;
	}
}
@media (max-width: 767px) {
  .text-banner-row.with-col1 .text-banner-col {
    width: 100%;
  }
  .text-banner-row.with-col1 .text-inner {
    row-gap: 56px;
  }
  .with-col2 .text-banner-col.left-col, .with-col2 .text-banner-col.right-col {
    width: 100%;
  }
}
/* end text section */
/* titlebar */
section.titlebar-block.type1, section.titlebar-block.type2 {
    padding-top: 50px;
    padding-bottom: 50px;
}
section.titlebar-block.type1 .titlebar, section.titlebar-block.type2 .titlebar {
    display: flex;
    flex-direction: column;
}
section.titlebar-block.type1 .titlebar {
	width: 50%;
}
section.titlebar-block.type1 .titlebar .display2 {
	margin-top: 32px;
	font-family: var(--font1);
}
section.titlebar-block.type2 .titlebar {
  gap: 10px;
}
@media (max-width: 767px) {
	section.titlebar-block.type1 .titlebar {
		width: 100%;
	}
}
/* end titlebar */

/* image text block */
.text-image-sec .ti-banner-row, .vision-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.ti-banner-col.ti-banner-col-6 {
    width: 50%;
}
.ti-banner-col.ti-banner-col-6.content-col {
    display: flex;    
    padding-top: 50px;
	padding-bottom: 50px;
	justify-content: center;
    flex-direction: column;
}
.ti-banner-col.ti-banner-col-6.content-col.left-content {
    padding-left: calc(calc(6% / 2) + 20px);
	padding-right: 130px;
}
.ti-banner-col.ti-banner-col-6.content-col.right-content, .tab-content-wrap {
	padding-left: 65px;
    padding-right: calc(calc(6%  / 2) + 20px);
}
.ti-banner-col.img-area img {
    object-fit: cover;
}
.dark .feature-slide-content .body1, .dark .feature-slide-content .body2, 
.dark .feature-slide-content .body3, .dark .feature-slide-content .body4, 
.dark .feature-slide-content .body5, .dark .feature-slide-content .body6 {
	color: var(--white);
}
.ti-banner-col.content-col h1, .ti-banner-col.content-col h2, .ti-banner-col.content-col h3, .ti-banner-col.content-col h4, .ti-banner-col.content-col h5, .ti-banner-col.content-col h6, .vision-heading, .feature-card-txt h1, .feature-card-txt h2, .feature-card-txt h3, .feature-card-txt h4, .feature-card-txt h5, .feature-card-txt h6, .accordian-titlebar, .accordion-header, .feature__title, .feature-slide-content h1, .feature-slide-content h2, .feature-slide-content h3, .feature-slide-content h4, .feature-slide-content h5, .feature-slide-content h6 {
    color: var(--brand);
}
.dark .ti-banner-col.content-col h1, .dark .ti-banner-col.content-col h2, .dark .ti-banner-col.content-col h3, .dark .ti-banner-col.content-col h4, .dark .ti-banner-col.content-col h5, .dark .ti-banner-col.content-col h6, .dark .vision-heading, .dark .feature-card-txt h1, .dark .feature-card-txt h2, .dark .feature-card-txt h3, .dark .feature-card-txt h4, .dark .feature-card-txt h5, .dark .feature-card-txt h6, .dark .accordian-titlebar, .dark .accordion-header, .dark .feature__title, .dark .feature-slide-content h1, .dark .feature-slide-content h2, .dark .feature-slide-content h3, .dark .feature-slide-content h4, .dark .feature-slide-content h5, .dark .feature-slide-content h6 {
    color: var(--color9);
}
.ti-banner-col.img-area .ti-img-slider , .ti-banner-col.img-area img {
    height: 100%;
	min-height: 90dvh;
}
.tab-content-slide .tab-slider-link {
    margin-top: 16px;
}
.tab-content-slider {
  position: relative;
}
.tab-content-slide {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  inset: 0;
  transition: opacity 0.45s ease;
}
.tab-content-slide.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.tab-image-wrap {
  position: relative;
}
.vision-img {
  opacity: 0;
  position: absolute;
  inset: 0;
  transition: opacity 0.5s ease;
}
.vision-img.active {
  opacity: 1;
  position: relative;
}	
.vision-tab {
  transition: color 0.25s ease, background 0.25s ease;
}
.vision-heading {
    display: none;
    opacity: 0;
    transition: opacity .3s ease-in-out .1s;
}
.vision-heading.active {
    display: block;
    opacity: 1;
}	
@media (max-width: 1024px) {
  .ti-banner-col.ti-banner-col-6.content-col.left-content, .ti-banner-col.ti-banner-col-6.content-col.right-content, .tab-content-wrap  {
      padding: 85px 20px 35px 20px;
  }
  .ti-banner-col.content-col .content-area {
      gap: 12px;
	  max-width: 100%;
  }
  .ti-banner-col.content-col h2 {
      margin-bottom: 15px;
  }
  .ti-banner-col.img-area .ti-img-slider, .ti-banner-col.img-area img {
	  min-height: unset;
  }
  .ti-banner-col.img-area img {
	  aspect-ratio: 1 / 0.972;
  }
}
@media (max-width: 767px) {
  .ti-banner-col.ti-banner-col-6 {
      width: 100%;
  }
  .ti-banner-col.ti-banner-col-6.content-col.left-content, .ti-banner-col.ti-banner-col-6.content-col.right-content  {
      padding: 35px 30px 35px 30px;
  }
  .ti-banner-col.ti-banner-col-6.content-col {
      order: 2;
  }
  .vision-section .tab-content-wrap {
    padding: 54px 30px 45px 30px;
  }
  .tab-content-slider button.slick-arrow {
    width: 35px;
    height: 35px;
    bottom: -60px;
    right: 0px;
  }
  .tab-content-slider button.slick-arrow.slick-prev {
    right: 45px;
  }
  .tab-content-slide .tab-slider-link {
	margin-top: 12px;
  }
  .ti-banner-col.img-area .ti-img-slider , .ti-banner-col.img-area img {
	min-height: unset;
  }
}
/* end image text block */
/* tab slider */
.vision-wrapper .tab-slider {
    width: 100%;
    max-width: 100%;
	display: flex;
    flex-wrap: wrap;
}
.right .vision-wrapper .tab-slider {
    flex-direction: row-reverse;
}
.tab-image-wrap {
    width: 49%;
    display: flex;
}
.tab-content-wrap {
    padding-top: 50px;
    padding-left: 50px;
    padding-bottom: 65px;
    width: 51%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 46px;
}
.tab-image-wrap img {
    width: 100%;
    height: auto;
    object-fit: cover;
	height: 90dvh;
}
.tab-slider-tabs .vision-tab {
    padding: 5px 4px;
    margin: 0;
	color: var(--black);
    background-color: transparent;
    font-family: var(--font1);
    font-size: var(--t4);
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    border: none;
	border-bottom: 1px solid #E2E1DE;
    cursor: pointer;
}
.tab-slider-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
    margin-bottom: 32px;
}
.tab-slider-tabs .vision-tab.active {
    border-bottom: 1px solid var(--black);
}
.dark .tab-slider-tabs .vision-tab {
	color: var(--white);
	border-color: #5A7399;
}
.dark .tab-slider-tabs .vision-tab.active {
    border-color: var(--white);
}
.tab-content-slider button.slick-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    bottom: -90px;
    background: transparent;
    border: 2px solid var(--brand);
    border-radius: 5px;
    color: var(--brand);
    font-weight: 900;
    padding: 0;
    font-size: 20px;
    display: none !important;
    justify-content: center;
    align-items: center;
    line-height: 0.5;
    cursor: pointer;
}
.tab-content-slider button.slick-arrow.slick-prev {
    right: 65px;
}
@media (max-width: 1024px) {
	.tab-image-wrap img {
		height: 80dvh;
		min-height: 600px;
	}
}
@media (max-width: 767px) {
  .tab-image-wrap, .tab-content-wrap {
    width: 100%;
    min-width: 100%;
  }
  .tab-image-wrap {
    order: 0;
  }
  .tab-content-wrap {
	gap: 35px;
    order: 1;
  }
  .tab-slider-tabs {
		margin-bottom: 20px;
  }
  .tab-image-wrap img {
	 height: 80dvh;
  }
}
/* end tab slider */


/* team block */
section.text-img-banner, section.sm-py {
    padding-top: 50px;
    padding-bottom: 50px;
}
section.text-img-banner .ti-banner-row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 32px;
} 
.left-content .ti-banner-row {
    justify-content: flex-end;
}
.ti-banner-col.ti-banner-col-5 {
    width: calc(33.33% - 16px);
}
.ti-banner-col.img-area-section img {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 0.67 / 1;
    object-fit: cover;
}
.ti-banner-col.ti-banner-col-7 {
    width: calc(59.33% - 16px);
	padding: 0 32px;
}
.ti-banner-col.ti-banner-col-7 .content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ti-banner-col .content h2, .ti-banner-col .content h3, .ti-banner-col .content h4, .ti-banner-col .content h5, .ti-banner-col .content h6 {
	color: var(--brand);
}
.ti-banner-col.ti-banner-col-7 .content .btn-wrap {
    margin-top: 35px;
}
@media (max-width: 1024px) {
	section.text-img-banner .ti-banner-row {
		column-gap: 32px;
	}
	.ti-banner-col.ti-banner-col-5 {
		width: 45%;
	}
	.ti-banner-col.ti-banner-col-7 {
		width: calc(55% - 32px);
	}
}
@media (max-width: 767px) {
	.ti-banner-col.ti-banner-col-5, .ti-banner-col.ti-banner-col-7 {
		width: 100%;
	}
	.ti-banner-col.img-area-section {
		order: 0;
	}
	.ti-banner-col.content-col {
		padding: 0px 0px;
		order: 1;
	}
}
/* end team block */
/* feature card block */
.feature-card-row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 32px;
}
.four .feature-card-row .feature-card-col {
    width: calc(25% - 24px);
}

.five .feature-card-row .feature-card-col {
    width: calc(20% - 26px);
}

.feature-card-row.threecol .feature-card-col {
    width: calc(33.33% - 21.5px);
}
.feature-card-row.twocol .feature-card-col {
	width: calc(50% - 16px);
}
.feature-card-img img {
    height: auto;
    aspect-ratio: 1 / 1.25;
    object-fit: cover;
    margin-bottom: 16px;
}
.carditem-txt-inner {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.carditem-txt-inner .btn-wrap {
    margin-top: 10px;
}
@media (max-width: 1024px) {
	.feature-card-row {
		gap: 24px 24px;
	}
	.four .feature-card-row .feature-card-col, .feature-card-row.twocol .feature-card-col,  .five .feature-card-row .feature-card-col{
		width: calc(50% - 12px);
	}
}
@media (max-width: 767px) {
	.feature-card-row.threecol .feature-card-col {
		width: 100%;
	}
	.feature-card-img img {
		margin-bottom: 12px;
	}
	.carditem-txt-inner {
		gap: 6px;
	}
	.carditem-txt-inner .btn-wrap {
		margin-top: 6px;
	}
}
/* end feature card block */

/* feature slider block */
.feature_img-col {
    margin-top: 32px;
}
.pg_width-right .feature_img-col .slick-list.draggable {
    padding-left: calc(calc(14% / 2) + 20px);
}
.feature_img-col button.slick-arrow {
	width: 32px;
    height: 32px;
    position: absolute;
    top: -72px;
    right: calc(calc(14%  / 2) + 20px);
	background-color: transparent;
	border: 2px solid var(--brand);
    border-radius: 5px;
    color: var(--brand);
    font-size: 0px;
    background-image: url(/wp-content/uploads/2026/01/right-arrow-1.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
	cursor: pointer;
}
.feature_img-col button.slick-arrow.slick-prev {
    transform: rotate(180deg);
    right: calc(calc(14%  / 2) + 60px);
}
.dark .feature_img-col button.slick-arrow {
	filter: brightness(0) invert(1);
}
.feature-slide-content {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.feature-slide-content .body2 {
    color: var(--black);
}
.feature-slide-content .btn-wrap {
    margin-top: 6px;
}
.feature-image-slide:not(:last-child) {
    margin-right: 32px;
}
.feature-image-center-slider .slick-list.draggable {
	padding: 0 100px;
}
@media (max-width: 1024px) {
	.pg_width-right .feature_img-col .slick-list.draggable {
		padding-left: 20px;
	}
}
@media (max-width: 767px) {
	.pg_width-right .feature_img-col .slick-list.draggable {
		padding-left: 15px;
	}
	.pg_width-right .feature_img-col .slick-list.draggable, .feature-image-center-slider .slick-list.draggable {
		padding: 0 12px 0 15px;
	}
	.feature-image-slide:not(:last-child) {
		margin-right: 24px;
	}
	.tab-content-slider button.slick-arrow {
		width: 35px;
		height: 35px;
	}
	.feature_img-col button.slick-arrow {
		top: -65px;
		right: 15px;
	}
	.feature_img-col button.slick-arrow.slick-prev {
		right: 57px;
	}
	.tab-content-slider button.slick-arrow {
		right: 0;
		bottom: -50px;
	}
	.tab-content-slider button.slick-arrow.slick-prev {
		right: 40px;
	}
}
/* end feature block */

/* accordion block */
.accordian-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.accordian-row .accordian-col {
    width: 50%;
}
.accordian-row .accordian-col.content-col {
    padding: 50px 100px 50px 50px;
    padding-left: calc(calc(14% / 2) + 20px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	row-gap: 80px;
}
.accordion-item {
    padding: 16px 0;
    border: none;
	border-radius: 0px !important;
    border-bottom: 1px solid #E2E1DE;
    background-color: transparent;
}
.accordion-item:first-child {
	border-top: 1px solid #E2E1DE;
}
.accordion-item .accordion-content {
    margin-top: 10px;
}
.accordion-item .accordion-content div {
    margin-top: 10px;
}
.accordion-item .accordion-header {
    padding-right: 40px;
    position: relative;
}
.accordion-item .accordion-header .plus {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.accordion-item .accordion-header .plus .plus__horizontal-line, 
.accordion-item .accordion-header .plus .plus__vertical-line {
	display: block;
    width: 100%;
    background-color: #999999;
    transition: transform .2s;
    position: absolute;
}
.accordion-item .accordion-header .plus .plus__vertical-line {
	transform: rotate(90deg);
}
.accordion-item.active .accordion-header .plus .plus__vertical-line {
	transform: rotate(0deg);
}
.accordion-item .accordion-header.active:after {
    background-image: url(/wp-content/uploads/2025/12/minus.svg);
}
.accordian-col.img-col {
    aspect-ratio: 1 / 0.9;
}
.animatedimg img {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, max-height 0.5s ease;
}
.animatedimg img.active {
    opacity: 1;
    max-height: 1000px;
}
.animatedimg img {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.animatedimg img.active {
    display: block;
    opacity: 1;
}
@media (max-width: 1024px) {
	.accordian-row .accordian-col.content-col {
		padding: 50px 50px;
	}
}
@media (max-width: 767px) {
	.accordian-row .accordian-col {
		width: 100%;
	}
	.accordian-row .accordian-col.content-col {
		padding: 50px 10px;
	}
}
/* end accordion block */
/* header video block */
.hero-banner.show-text .video-container {
	padding-top: 70vh !important;
	height: 70vh !important;
}
.video-content-inner {
    gap: 32px;
}
.video-content-inner > * {
    max-width: 400px;
    width: 100%;
}
.video-content-inner {
  opacity: 0;
  transform: translateY(75px);
  transition: transform 0.9s ease-in-out 0.2s, opacity 0.3s ease-in-out;
}
.video-content-inner.in-view {
  opacity: 1;
  transform: translateY(0);
}
.video-content-inner .banner-video-text {
    font-size: 50px;
    font-family: var(--font1);
    letter-spacing: 5px;
    line-height: 1;
    font-weight: 200;
    text-transform: uppercase;
	text-shadow: 1px 1px 2px #ffffff;
}
.video-content-inner button {
    padding: 10px 16px 8px 16px;
    width: fit-content;
    background-color: var(--color5);
    color: var(--color7);
    border: 1px solid var(--color7);
    border-radius: 8px;
	font-size: 13px;
    font-family: var(--font1);
    line-height: 1;
    font-weight: 300;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.video-content-inner button:hover {
    background-color: var(--color7);
    color: var(--color5);
    border: 1px solid var(--color5);
}
.video-content {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
@media (max-width: 1024px) {
	.video-content-inner .banner-video-text {
		font-size: 45px;
	}
}
@media (max-width: 767px) {
	.video-content-inner .banner-video-text {
		font-size: 36px;
	}
}
/* end header video block */
/* slider block */
.full-caption-slide {
    position: relative;
}
.caption-wrapper {
    position: absolute;
    right: 0;
    bottom: 24px;
    z-index: 11;
}
.caption-inner {
    max-width: fit-content;
    width: 100%;
    padding: 9px 10px;
    border-radius: 6px;
    background-color: var(--white);
	display: flex;
    align-items: center;
    column-gap: 24px;
}
.dark .caption-inner {
	background-color: var(--dkbrand);
}
.caption-inner .caption-content {
    transform: translateY(10px);
    opacity: 0;
    transition: transform .5s ease-in-out, opacity .2s ease-in-out;
}
.full-caption-slide.slick-current .caption-inner > div {
    transform: translateY(0px);
    opacity: 1;
}
.caption-content {
    display: flex;
    align-items: baseline;
    gap: 0px 10px;
}
.full-caption-slide img {
    width: 100%;
    height: auto;
	min-height: 400px;
    aspect-ratio: 1.53 / 1;
    object-fit: cover;
}
.caption-slider-arrow .arrow {
    display: block;
    width: 35px;
    height: 35px;
    background-color: transparent;
    border: 3px solid var(--brand);
    border-radius: 5px;
    background-image: url(/wp-content/uploads/2026/01/Arrow-Vector.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
	cursor: pointer;
}
.dark .caption-inner .caption-content, .dark .caption-slider-arrow .arrow {
	filter: brightness(0) invert(1);
}
.caption-slider-arrow {
    display: flex;
    gap: 10px;
}
.caption-slider-arrow .arrow-prev {
    transform: rotate(180deg);
}
/* end slider block */
/* image text type block */
/* type1 & type2 */
section.image-text-type1, 
section.image-text-type2, 
section.image-text-type3,
section.image-text-type4 {
    padding-top: 58px;
    padding-bottom: 58px;
}
.imgtxt-type-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 36px 32px;
}
.right-type .imgtxt-type-row {
    flex-direction: row-reverse;
}
.image-text-type1 .imgtxt-type1-col.lg-col {
    width: calc(58% - 16px);
}
.image-text-type1 .imgtxt-type1-col.sm-col {
    width: calc(42% - 16px);
}
.imgtxt-type1-col, .imgtxt-type2-col {
    display: flex;
    flex-direction: column;
}
.imgtxt-type1-col.lg-col, .imgtxt-type2-col.lg-col {
    gap: 40px;
}
.imgtxt-type1-col.sm-col, .imgtxt-type2-col.sm-col {
    gap: 18px;
}
.imgtxt-type1-col.lg-col .typecol1-txt, .imgtxt-type2-col.lg-col .typecol2-txt {
    width: 60%;
    margin: 0 0 0 auto;
}
.imgtxt-type1-col.sm-col .typecol1-txt, .imgtxt-type2-col.sm-col .typecol2-txt {
    width: 85%;
}
.imgtxt-type1-col img, .imgtxt-type2-col img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.imgtxt-type1-col.lg-col img {
    aspect-ratio: 1.33 /1;
}
.imgtxt-type1-col.sm-col img {
    aspect-ratio: 0.75 /1;
}
.imgtxt-type-row .media-figure figcaption, 
.imgtxt-type4-row .media-figure figcaption {
    font-size: var(--t4);
    margin-top: 8px;
	padding: 8px 8px;
    color: #445775;
}
.dark .imgtxt-type-row .media-figure figcaption, 
.dark .imgtxt-type4-row .media-figure figcaption {
    color: var(--color9);
}
.imgtxt-type2-col.lg-col {
    width: calc(66% - 16px);
}
.imgtxt-type2-col.sm-col {
    width: calc(25% - 16px);
}
.image-text-type2.left-type .imgtxt-type-row, .image-text-type2.right-type .imgtxt-type-row {
    justify-content: flex-start;
}
.imgtxt-type2-col.lg-col img {
    aspect-ratio: 1.33 / 1;
}
.imgtxt-type2-col.sm-col img {
    aspect-ratio: 0.73 / 1;
}
/* type3 */
.imgtxt-type3-col.imgcol {
    width: calc(65% - 16px);
}
.imgtxt-type3-col.contentcol {
    width: calc(35% - 16px);
}
.imgtxt-type3-col.contentcol .imgtxt-type3-inner {
    max-width: 275px;
    width: 100%;
}
/* end type3 */
/* type4 */
.imgtxt-type4-row {
  display: grid;
  grid-template-columns: 1.1fr 0.6fr;
  grid-template-rows: auto auto;
  grid-template-areas:
    "lefttop right"
    "leftbottom right";
  gap: 40px 134px;
}
.right-type .imgtxt-type4-row {
  grid-template-columns: 0.9fr 1.1fr;
  grid-template-areas:
    "right lefttop"
    "right leftbottom";
}
.type4-lefttop {
  grid-area: lefttop;
}
.type4-leftbottom {
  grid-area: leftbottom;
}
.type4-right {
  grid-area: right;
}
.type4-lefttop, .type4-leftbottom, .type4-right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.type4-leftbottom {
    flex-direction: row;
    gap: 32px;
    justify-content: flex-start;
    align-items: center;
}
.type4-lefttop {
    gap: 40px;
}
.type4-lefttop .typecol1-txt {
    max-width: 60%;
	width: 100%;
    margin: 0 0 0 auto;
}
.type4-leftbottom .typecol1-txt {
    width: calc(42% - 16px);
}
.type4-leftbottom .typecol1-img {
    width: calc(42% - 16px);
}
.type4-right {
    gap: 16px;
    justify-content: center;
}
.type4-right .typecol1-txt {
    max-width: 70%;
    width: 100%;
    margin: 0 0 0 auto;
}
.image-text-type4 img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.type4-lefttop img {
    aspect-ratio: 1.33 / 1;
}
.type4-leftbottom img {
    aspect-ratio: 0.68 / 1;
}
.type4-right img {
    aspect-ratio: 0.69 / 1;
}
/* end type4 */
@media (min-width: 768px) {
	.imgtxt-type2-col.lg-col .typecol2-txt {
		margin: 0 0 0 0;
	}
}
@media (max-width: 767px) {
	.image-text-type1 .imgtxt-type1-col.lg-col, .image-text-type1 .imgtxt-type1-col.sm-col, 
	.image-text-type2 .imgtxt-type2-col.lg-col, .image-text-type2 .imgtxt-type2-col.sm-col, 
	.imgtxt-type3-col.imgcol, .imgtxt-type3-col.contentcol {
		width: 100%;
	}
	.imgtxt-type1-col.lg-col .typecol1-txt, .imgtxt-type1-col.sm-col .typecol1-txt, 
	.imgtxt-type2-col.lg-col .typecol2-txt, .imgtxt-type2-col.sm-col .typecol2-txt {
		width: 44%;
	}
	.imgtxt-type1-col.lg-col, .imgtxt-type2-col.lg-col {
		gap: 30px;
	}
	.imgtxt-type-row .media-figure figcaption {
		margin-top: 12px;
	}
	.imgtxt-type3-col.contentcol .imgtxt-type3-inner, .type4-right .typecol1-txt, .type4-lefttop .typecol1-txt {
		max-width: calc(50% - 12px);
	}
	.imgtxt-type4-row {
		grid-template-columns: 1fr;
		grid-template-areas:
		  "leftbottom"
		  "right"
		  "lefttop";
		gap: 45px;
	  }
	  .right-type .imgtxt-type4-row {
		grid-template-columns: 1fr;
		grid-template-areas:
		  "lefttop"
		  "leftbottom"
		  "right";
	  }
	  .type4-leftbottom {
		gap: 24px;
	  }
	  .type4-leftbottom .typecol1-txt, .type4-leftbottom .typecol1-img {
		width: calc(50% - 16px);
	  }
	  .left-type .type4-lefttop {
		margin-top: 25px;
	  }
	  .right-type .type4-leftbottom {
		margin-top: 25px;
	  }
}
/* end type1 & type2 */
/* end image text type block */

.address span.text {
    color: #000;
}
.footer-top-col.footer-address .address {
	font-weight: 300;
}
.accordion-header {
    cursor: pointer;
}

@media (min-width: 960px) {
    .ucg-gallery .filters .filter .list .item {
        border-radius: 0;
        padding: 0 15px 4px 15px;
        border: none;
        font-size: 14px !important;
        font-family: var(--font1);
        font-weight: 400;
        color: var(--black);
        letter-spacing: 1.4px;
        text-transform: uppercase;
        background-color: unset;
		cursor: pointer;
    }
	
.newbtngap {
    gap: 25px;
    display: flex;
	padding: 0px 20px;
}	
	
}

.address.dniphone {
    padding: 16px 0px;
}

.contact-info .ftr-menu-list {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

.sale-btn a.bbt-secondary.btnlarge.text-link {
    padding: 5px;
    margin: 16px 0px;
    font-size: 12px;
}

.contact-info .social-full-col li {
    list-style: none;
    padding: 10px;
}

.contact-info .social-full-col ul {
    padding: 0px;
}

.contact-info .social-full-col ul li a.p3 {
    color: #BBB8B2;
}


.map-row .gform-theme--foundation .gform_fields {
    gap: 25px 20px !important;
}
.map-row .gform-theme--foundation .gform-grid-row {
    width: 100%;
    gap: 20px;
    margin: 0;
}
.map-row .gform-theme--foundation .gform-grid-col {
    padding: 0;
}
.map-row .gform-body .gform_fields input:not(.gfield-choice-input), .map-row .gform-body .gform_fields select, .map-row .gform-body .gform_fields textarea {
    padding: 16px 20px;
    border: 1px solid #C6C9CC !important;
    border-radius: 4px !important;
    box-shadow: none;
    background-color: #F8FBFF !important;
    color: #000000 !important;
    line-height: 1;
    height: auto;
    min-height: 52px !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    font-family: 'bilo';
}
.map-row label#label_8_9_1 {
    color: var(--black) !important;
}
#map img {
	width: auto;
}
.page-id-7220 .text-box {
    padding: 0 !important;
}
.page-id-7220 .text-box h1, .page-id-7220 .text-box h2, .page-id-7220 .text-box h3, .page-id-7220 .text-box h4, .page-id-7220 .text-box h5, .page-id-7220 .text-box h6 {
    margin-top: 10px;
    margin-bottom: 15px;
}
.page-id-7220 .text-box p {
    margin-bottom: 15px;
}
.footer-top-col.footer-address .address .cname, .footer-top-col.footer-address .address .text {
    font-weight: 400;
}
@media (max-width: 767px) {
		.page-id-7220 .text-box h1, .page-id-7220 .text-box h2, .page-id-7220 .text-box h3, .page-id-7220 .text-box h4, .page-id-7220 .text-box h5, .page-id-7220 .text-box h6 {
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.page-id-7220 .text-box p {
		margin-bottom: 10px;
	}
}
body.page-id-6086 input#choice_8_9_1 {
    padding: 10px !important;
    border: 1px solid #DDDDDD !important;
    box-shadow: none;
    border-radius: 4px;
}
body.page-id-6086 input#gform_submit_button_8 {
    padding: 11px 16px 10px 16px !important;
    background: transparent;
    color: #445775 !important;
    border-radius: 10px !important;
    font-size: 13px;
    font-family: 'qtype-square-ot';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    border: 1px solid #2D394C !important;
    box-shadow: none !important;
    display: inline-block;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
body.page-id-6086 input#gform_submit_button_8:hover {
	opacity:0.7;
}
.contact-info h5 {
    font-family: var(--font2);
}
body.page-id-6086 .gform-theme--foundation .gfield textarea.large {
    min-block-size: 12rem;
}
.page-id-6139 .pt0 {
    padding-top: 0;
}

.floor_plans .new-header-two {
    background: #EBEEF1;
    position: relative;
}


.wp-block-group.amenity_cll {
    text-align: center;
}


.amenity_cll select#planSelect {
  padding: 12px 20px !important;
  background: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 5px;
}

.social-contact {
    margin-top: 10px;
}
