/* @font-face { font-family: 'Gotham'; src: url('/static/fonts/GothamLight.ttf') format("truetype"); ascent-override: 80%; descent-override:20%;}  */
@font-face { font-family: 'Gotham'; src: url('/static/fonts/gothamlight-webfont.ttf') format("truetype");} 
/* @font-face { font-family: 'Gotham'; src: url('/static/fonts/GothamMedium.ttf') format("truetype"); ascent-override: 80%; descent-override:20%;}  */
@font-face { font-family: 'GothamBold'; font-weight: bold; src: url('/static/fonts/GothamBold.otf') format("truetype");}
.bi {
  font-family: "bootstrap-icons" !important;
  font-style: normal; /* Ensure normal style */
  font-weight: normal;
  line-height: 1;
}
:root {
  --white-color:                  #ffffff;
  --primary-color:                #81B29A;
  --secondary-color:              #3D405B;
  --bright-green:                 #2ed09e;
  --dark-theme-bg:                #303031;
  --section-bg-color:             #F4F1DE;
  --custom-btn-bg-color:          #F2CC8F;
  --custom-btn-bg-hover-color:    #E07A5F;
  --dark-color:                   #000000;
  --p-color:                      #717275;
  --link-hover-color:             #F2CC8F;
  
  --diagram-darkgreen:            #2a555a;
  --diagram-orange:               #e28e4f;

  --body-font-family:             'DM Sans', sans-serif;

  --h1-font-size:                 42px;
  --h2-font-size:                 36px;
  --h3-font-size:                 28px;
  --h4-font-size:                 24px;
  --h5-font-size:                 22px;
  --h6-font-size:                 20px;
  --p-font-size:                  18px;
  --menu-font-size:               16px;
  --btn-font-size:                14px;

  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;

  --font-weight-normal:           400;
  --font-weight-medium:           500;
  --font-weight-bold:             700;
}

/* .old-standard-tt-regular {
  font-family: "Old Standard TT", serif;
  font-weight: 400;
  font-style: normal;
}

.old-standard-tt-bold {
  font-family: "Old Standard TT", serif;
  font-weight: 700;
  font-style: normal;
}

.old-standard-tt-regular-italic {
  font-family: "Old Standard TT", serif;
  font-weight: 400;
  font-style: italic;
} */
.namaa-font{
  font-family: "Gotham", "Funnel Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.namaa-font-bold{
  font-family: "GothamBold";
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
.funnel-display-300 {
  font-family: "Gotham", "Funnel Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.hubot-sans-400 {
  font-family: "Hubot Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

body {
  /* background-color: var(--white-color); */
  background-color: var(--dark-theme-bg);
  /* background-color: #272727; */
  /* font-family: var(--body-font-family); */
  display: flex;
  flex-direction: column;
  height: 100vh;
}

/* .row{
  margin-left: unset;
} */

/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  /* color: var(--dark-color); */
  color: var(--white-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-medium);
  letter-spacing: -1px;
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--font-weight-bold);
}

h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--font-weight-bold);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  display: inline-block;
  color: var(--secondary-color);
  text-decoration: none;
}

a:hover {
  color: var(--link-hover-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}


/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-bg {
  background-color: var(--section-bg-color);
}

.section-padding {
  padding-top: 60px;
  padding-bottom: 100px;
}

.spaces-hero-overlay{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /* background-image: linear-gradient(rgba(39, 48, 83, 0.01) 73%, #000506 100%); */
  background-image: linear-gradient(rgba(0, 5, 6, .73) 1%, rgba(39, 48, 83, 0.01) 15%, rgba(39, 48, 83, 0.01) 73%,#000506 100%);
  pointer-events: none;
  /* z-index: 2; */
}
.spaces-page-bg{
  background-image: linear-gradient(rgba(0, 5, 6, .73) 1%, rgba(39, 48, 83, 0.01) 15%, rgba(39, 48, 83, 0.01) 83%,var(--dark-theme-bg) 100%);
}
.fade-image-to-bg{
  -webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
  mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
}
.section-overlay {
  content: "";
  /* background: rgba(0, 0, 0, 0) linear-gradient(rgba(39, 48, 83, 0.01) 0%, rgb(39, 48, 83) 100%) repeat scroll 0% 0%; */
  /* background: rgba(0, 0, 0, 0) linear-gradient(rgba(39, 48, 83, 0.01) 73%, #303030 100%) repeat scroll 0% 0%; */
  /* background: linear-gradient(to bottom, rgba(34, 64, 64, .63) 0%, rgba(64, 64, 64, 0) 15%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10; */

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image:
    /* linear-gradient(to bottom, rgba(34, 64, 64, .63) 0%, rgba(64, 64, 64, 0) 15%), */
    /* linear-gradient(to top, rgba(34, 64, 64, .63) 0%, rgba(64, 64, 64, 0) 15%); */
    linear-gradient(rgba(39, 48, 83, 0.01) 73%, #303030 100%);
  pointer-events: none; /* Important! So it doesn't block carousel clicks */
  z-index: 2; /* Or higher depending on your layout */
}

::selection {
  background-color: var(--primary-color);
  color: var(--white-color);
}


/*---------------------------------------
  ANIMATED HEADLINE               
-----------------------------------------*/
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  color: var(--link-hover-color);
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  /* left: 50%; */
  /* display: inline-block; */
  /* transform: translateX(-50%) !important; */
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

.cd-headline.rotate-1 .cd-words-wrapper {
  perspective: 300px;
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
}
.cd-headline.rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.cd-headline.rotate-1 b.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s;
}
.cd-headline.rotate-1 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.2s;
  -moz-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}
@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}


/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
  background: var(--custom-btn-bg-color);
  /* border: 2px solid transparent; */
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-bold);
  line-height: normal;
  transition: all 0.3s;
  padding: 10px 20px;
  font-size: 20px;
}

.custom-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  color: var(--white-color);
}
.custom-btn:focus-visible,
.custom-btn:active{
  background: transparent;
  border: 1px solid var(--custom-btn-bg-color) !important;
  color: var(--custom-btn-bg-color) !important;
}

.custom-border-btn {
  background: transparent;
  /* border: 2px solid var(--custom-btn-bg-color); */
  border: 1px solid var(--custom-btn-bg-color);
  color: var(--custom-btn-bg-color);
}

.custom-border-btn:hover {
  background: var(--custom-btn-bg-color);
  border-color: transparent;
  color: var(--white-color);
}

.custom-btn-bg-white {
  border-color: var(--white-color);
  color: var(--white-color);
}

.custom-btn-group .link {
  color: var(--white-color);
  font-weight: var(--font-weight-medium);
}

.custom-btn-group .link:hover {
  color: var(--link-hover-color);
}
.member-login-btn{
  border-radius: 7px;
  font-size: 16px;
  font-weight: normal;
}
.member-login-text.lg-screen{
  display:inline-block;
}
.member-login-text.sm-screen{
  display:none;
}
.login-error-msg{
  border-radius: 5px;
  border: 1px dotted rgba(var(--bs-danger-rgb));
  text-align: center;
  /* font-size: 20px; */
}

.btn-ext-right {
  position: relative;
  transition: padding-right .3s;
}
button.btn-ext-right.running {
  padding-right: 2.5em !important;
}
button.btn-ext-right .spinner-border{
  position: absolute;
  top: 50%;
  right: 20%;
  width: 1em;
  height: 1em;
  margin: -0.5em;
  opacity: 0;
  transition: all .3s;
  transition-timing-function: ease-in;
}
button.btn-ext-right.running .spinner-border{
  opacity: 1;
}
.card-btn{
  height: 50px;
}

.lease-now-btn{
  background-color: var(--custom-btn-bg-color);
    width: 100%;
    border-radius: unset;
    height: 100%;
    font-size: 20px;
    line-height: normal;
    padding: 15px;
}
.lease-now-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  color: var(--white-color);
}


/*---------------------------------------
  NAVIGATION BAR & OFFCANVAS              
-----------------------------------------*/
.offcanvas {
  /* background-color: var(--primary-color); */
  /* background-image: linear-gradient(119deg, #74EBD5 0%, #9FACE6 100%); */
  background-image: linear-gradient(119deg, #74EBD5 0%, #bfab89 100%);
  padding: 30px;
}

.offcanvas.offcanvas-end {
  border-left: 0;
}

.offcanvas-header .btn-close {
  transition: all 0.3s;
}

.offcanvas-header .btn-close:hover {
  transform: rotate(180deg);
}

.offcanvas svg {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.sticky-wrapper {
  /* position: absolute; */
  top: 0;
  right: 0;
  left: 0;
  /* margin-bottom: 20px; */
}

.sticky-wrapper.is-sticky .navbar {
  /* background-color: rgb(61 64 91); */
  background-color: var(--dark-theme-bg);
}

.navbar {
  /* background: transparent;
  background: var(--dark-theme-bg); */
  transition: background-color 0.3s ease;
  margin-top: 5px;
  /* new */
  position: absolute;
  width: 100%;
  /* background: rgb(100, 100, 100, 0.7); */
  background: unset;
  /* new */
  z-index: 99;
  /* padding-top: 15px;
  padding-bottom: 15px; */
}

.navbar-brand,
.navbar-brand:hover {
  font-size: var(--h4-font-size);
  font-weight: var(--font-weight-bold);
  display: block;
  color: var(--dark-color);
  max-width: 67px;
}

.navbar .navbar-brand,
.navbar .navbar-brand:hover {
  color: var(--white-color);
}

/* .navbar .navbar-brand-image {
  filter: brightness(0) invert(1);
} */

.navbar-brand-image {
  width: 67px;
  height: 67px;
  scale: 1.3;
}

.navbar-brand-text {
  line-height: normal;
  margin-left: 10px;
  position: relative;
  /* bottom: 5px; */
}

.navbar-brand-text small {
  display: block;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .nav-link {
  /* border-radius: var(--border-radius-large); */
  margin: 10px;
  padding: 10px;
}

.navbar-nav .nav-link {
  display: inline-block;
  color: var(--white-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  /* font-size: var(--p-font-size);
  font-weight: var(--font-weight-bold); */
  padding-top: 15px;
  padding-bottom: 15px;

  border: 2px solid transparent;
  transition: all .5s;
}

.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:hover {
  /* color: var(--link-hover-color); */

  /* color: green;
  border-bottom: 2px solid green;
  border-radius: 0px; */

  /* color: #20203c; */
  /* background-color: white; */
  color: white;
  border-bottom: 2px solid white;
  /* border-radius: 4px; */
  scale: 1.1;
}

.navbar .dropdown-menu {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  border: 0;
  display: inherit;
  opacity: 0;
  min-width: 9rem;
  margin-top: 20px;
  padding: 13px 0 10px 0;
  transition: all 0.3s;
  pointer-events: none;
}

.navbar .dropdown-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid var(--white-color);
  position: absolute;
  top: -10px;
  left: 10px;
}

.navbar .dropdown-item {
  display: inline-block;
  color: var(--p-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  position: relative;
}

.navbar .dropdown-item.active, 
.navbar .dropdown-item:active,
.navbar .dropdown-item:focus, 
.navbar .dropdown-item:hover {
  background: transparent;
  color: var(--link-hover-color);
}

.navbar .dropdown-toggle::after {
  content: "\f282";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-size: var(--copyright-font-size);
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  left: 2px;
  border: 0;
}

.alert-dismissible .btn-close{
  background-image: white !important;
}

.copyright-text{
  font-size: 15px;
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--white-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--white-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}

.nav-bg-black{
  background-color: rgba(0, 0, 0, 0.9);
}

.counter {
  text-align: center;
  /* font-family: Arial, sans-serif; */
  text-align: center;
  padding: 10px;
  margin: 10px;
  max-width: 230px;
  background: #1a1a1a73;
  border-radius: 17px;
}
.counter p{
  color: #a5a5a5;
}

.number {
  font-size: 3rem;
  color: #f8f8f8;
}

.spaces-listing-hero {  
  /* background-image: url(../images/Namaa-Building.jpg); */
  background-image: url(../images/spaces-kindelmedia.jpg);
  opacity: .8;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  /* padding-top: 100px; */
  /* padding-bottom: 100px; */
  /* height: 100vh; */
  min-height: 670px;
  /* min-height: 110vh; */
  /* margin-bottom: -90px; */
  margin-top: -147px;
}
.spaces-listing-hero svg {
  position: absolute;
  right: 0;
  left: 0;
}

.spaces-listing-hero > svg {
  top: 0;
}

.spaces-listing-hero .container + svg {
  top: auto;
  bottom: -1px;
}
.spaces-page-hero{
  /* height: calc(100vh - 93px); */
  height: 100vh;
  overflow: hidden;
}
.search-listing-section{
  z-index: 10;

  position: absolute;
  top: 37%;
  text-shadow: 0 0 10px black;
  background: #0000006e;
  border-radius: 10px;
  padding: 20px;
}
.spaces-hero-img{
  /* max-height: 100vh; */
  height: auto; 
  width: 100%;
  /* opacity: .75;
  position: relative; */
}





.hero-section {
  /* background-image: url('../images/Namaa-Building.jpg'); */
  /* background-image: url('../images/book-desk-19893586.jpg'); */
  /* background-image: url('../images/spaces-desks-6899393.jpg'); */
  background-image: url('../images/main_chair_2nd_section.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  height: 100vh;
  min-height: 670px;
  min-height: 100vh;
  margin-bottom: -90px;
  margin-top: -147px;
}
.text-orange{
  color: #F2CC8F;
}
/* .hero-carousel .carousel-inner .carousel-item {
  -webkit-transition: transform 1.3s ease-in-out;
  -moz-transition: transform 1.3s ease-in-out;
  -o-transition: transform 1.3s ease-in-out;
  transition: transform 1.3s ease-in-out;
} */
/* .hero-carousel .carousel-inner{
  width: 100vw;
} */
.carousel-inner{
  position: relative;
  overflow: hidden;
  /* height: calc(100vh - 87px); */
  height: 100vh;
}
.carousel-item {
  transition: transform 5s ease-in-out;
  height: 100%;
  /* margin: 0 auto; */
}
.carousel-item.row{
  margin-left: unset;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 7s;
}
.carousel-space .carousel-item{
  transition: 1s; 
}
/* .services-page{
  background: linear-gradient(black 85%, #303031 100%);
} */


.services-item{
  margin-bottom: 10px;
}
.accordion-button {
  background-color: #979695;
  /* : #5e5e5e; */
  /* border-color: $btn-color;
  color: $btn-color; */
  transition: all 0.35s;
  &:hover {
    transform: translateY(-0.25em);
    box-shadow: 0 0 0.5em 0em grey;
    border-color: black;
    color: black;
  }
}

/****************/
/****************/
/****************/
.sub-service-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  /* justify-content: center; */
  margin-bottom: 10px;
  padding: 12px;
  font-size: 18px;
  font-weight: 600;
  color: white;
  /* background: darkcyan; */
  background: linear-gradient(45deg, #2b6755, #2f403c);
  /* border: 2px solid transparent; */
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  --transition-time: 0.32s;
  transition: all var(--transition-time) ease-in-out;
  width: 100%;
  border-width: 1px;
  /* min-height: 100px; */
}

.sub-service-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #ddd;
  border-radius: 8px;
  opacity: 0;
  transition: opacity  ease-in-out;
}

.sub-service-btn:hover::before {
  opacity: 1;
}

.sub-service-btn:hover {
  box-shadow: 0 0 17px #777;
  /* transform: translateY(-3px); */
}

.sub-service-btn .icon-left {
  margin-right: 10px;
  display: inline-block;
  width: 50px;
  height: 50px;
  /* background-color: #2b6654; */
  background-color: #303031;
  padding: 10px;
  border-radius: 33%;
  line-height: 32px;
  transform: translateX(0);
  transition: transform var(--transition-time) ease-in-out, opacity 0.2s ease-in-out;
}
.sub-service-btn .icon-left .bi{
  display: inline-block;
  width: 31px;
  font-size: 24px;
}
.sub-service-btn .text {
  transition: transform var(--transition-time) ease-in-out;
  text-align: left;
}

.sub-service-btn .icon-right {
  position: absolute;
  margin: 0 10px;
  right: -124px;
  opacity: 0;
  font-size: 24px;
  transition: transform var(--transition-time) ease-in-out, opacity 0.2s ease-in-out;
}

.sub-service-btn:hover .text {
  transform: translateX(-48px);
}

.sub-service-btn:hover .icon-left {
  transform: translateX(-124px);
  opacity: 0;
}

.sub-service-btn:hover .icon-right {
  transform: translateX(-130px);
  opacity: 1;
}

.sub-service-desc-section{
  padding-left: 20px;
}
.quick-desc{
  margin-bottom: 5px;
}

/****************/
/****************/
/****************/
.sub-service{
  display: grid;
  place-items: center;
}
.service-button {
  outline-color: #ddd;
  --padding: 5px;
  cursor: pointer;
  /* letter-spacing: calc(var(--font-size) * 0.02); */
  /* font-family: sans-serif; */
  font-weight: bold;
  background: unset;
  /* font-size: var(--font-size); */
  border-radius: 4px;
  border: 4px solid grey;
  color: white;
  position: relative;
  transition: border-color 0.28s;
}

.service-button > span {
  /* background: var(--bg); */
  padding: 5px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 12px 1fr 140px;
  align-items: center;
  transition: grid-template-columns 0.28s;;
}

.service-button:after {
  content: "";
  position: absolute;
  inset: 10px;
  /* background: white; */
  filter: blur(100);
  scale: var(1, 0);
  z-index: -1;
  transition: scale 0.28s;;
}

.service-button:hover {
  --hovered: 1;
  scale: var(--hovered, 0);
}

.service-button span span:nth-of-type(1) {
  padding-right: 20px;
  width: 20px;
}

.service-button span span:nth-of-type(3) {
  padding-left: 120px;
  width: 20px;
}

.service-button span span:nth-of-type(3) svg {
  stroke-width: 3;
  translate: calc((1 - var(--hovered, 0)) * (150 * 3)) 8%;
  width: 25px;
  opacity: var(--hovered, 0);
}

.service-button span span:nth-of-type(1) svg {
  stroke-width: 3;
  translate: calc(((var(--hovered, 0) * (150 * -3)) + 10%)) 8%;
  width: 25px;
}
/****************/
/****************/
/****************/


.services-page .services-section .sub-service-desc-icon {
  background: #2b6755;
  border-radius: 20px;
  padding: 7px;
  color: white;
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 16px;
  margin-right: 7px;
  /* display: none; */
}
.services-section ul li{
  font-size: inherit;
}
.services-section .offset-anchor{
  display: block;
  position: relative;
  top: -115px;
  visibility: hidden;
}
.results-section .offset-anchor{
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden;
}
.services-section img.consultancy-img{
  max-width: 100%;
  max-height: 505px;
  border-radius: 8px;
}
.services-section img.prop-img{
  max-width: 100%;
  /* max-height: 600px; */
  border-radius: 8px;
}

.services-section .card{
  border-width: 0px;
}
.services-section .services-card{
  position: relative;
  overflow: hidden;
}
.services-section .card-text-overlay{
  color: white;
  position: absolute;
  bottom: 0px;
  padding: 10px 20px;
}

.services-card img{
  transition: scale .1s ease-in-out;
}
.services-card:hover img{
  transform: scale(1.15);
  cursor: pointer;
}
.services-card::after {
  content: "Your Text Here";
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  /* transition: opacity 0.5s; */
  pointer-events: none;
}
/* .services-card:hover img {
  opacity: 0.7;
} */
.services-card .section-overlay {
  content: "";
  /* background: rgba(0, 0, 0, 0) linear-gradient(rgba(39, 48, 83, 0.01) 0%, rgb(43 103 85) 100%) repeat scroll 0% 0%; */
  background: rgba(0, 0, 0, 0) linear-gradient(rgba(39, 48, 83, 0.01) 65%, #151515b3 100%) repeat scroll 0% 0%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.services-card:hover::after {
  opacity: 1;
}
.btn-services-info{
  border-radius: 3px !important;
}

.link-light{
  text-decoration: underline;
}

.link-light:hover{
  color: #2b6654 !important;
}




.services-overflow{
  overflow-x: auto;
}


.diagram-darkgreen{
  background-color: var(--diagram-darkgreen);
}
.diagram-orange{
  background-color: var(--diagram-orange);
}

.diagram-icon-text{
  position: absolute;
  color: white;
}
.outer-circles .left-floating-text{
  right: 90px;
  text-align: right;
}
.outer-circles .right-floating-text{
  left: 90px;
  text-align: left;
}

.outer-circles .description.left-floating-text{
  right: 100px;
  text-align: right;
}
.outer-circles .description.right-floating-text{
  left: 100px;
  text-align: left;
}


.diagram-container {
  position: relative;
  width: 400px;
  height: 400px;
  margin: 0 auto;
}

.center-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

.circle-connect{
  position: absolute;
  top: 10%;
  left: 10%;
  width: 320px;
  height: 320px;
  border: 13px solid var(--diagram-orange);
  border-radius: 50%;
}
.border-orange{
  border: 13px solid var(--diagram-orange);
}
.border-darkgreen{
  border: 13px solid var(--diagram-darkgreen);
}

.outer-circles {
  position: relative;
  width: 100%;
  height: 100%;
}

.outer-circle {
  position: absolute;
  width: 80px;
  height: 80px;
  color: #333;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* border: 2px solid #0078d4; */
  cursor: pointer;
  transition: transform 0.3s;

  /* Position each circle using trigonometry */
  top: calc(50% + 155px * -1 * cos(var(--angle) * 1deg) - 40px);
  left: calc(50% + 155px * sin(var(--angle) * 1deg) - 40px);
}

.outer-circle:before {
  position: absolute;
  content: '';
  height: calc(100% - 5px);
  width: calc(100% - 5px);
  border: 1px dashed white;
  top: 2.5px;
  left: 2.5px;
  border-radius: inherit;
}

@keyframes spin { 
  100% { transform: rotate(360deg); } 
}

.outer-circle:hover {
  transform: scale(1.2);
  background: linear-gradient(45deg, black, transparent);
}

.outer-circle img {
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
}

.ZZouter-circle .description {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  padding: 10px;
  /* background-color: #0101039c; */
  background-color: #fbfbfb;
  border: 1px solid grey;
  /* color: #fff; */
  /* color: #fff; */
  text-align: center;
  /* border-radius: 8px; */
  border-radius: 2px;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  /* z-index: 100; */
  text-align: left;
}

.outer-circle:hover .description {
  opacity: 1;
  visibility: visible;
}

.diagram-icon-text{
  width: 140px;
}





.outer-circle span {
  /* display: block;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #333; */
  transition: transform 0.3s, color 0.3s; /* Smooth animation for movement */
}

.outer-circle .description {
  position: absolute;
  display: block;
  font-size: 10px;
  color: #d3d3d3;
  margin-top: 5px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s; /* Smooth fade-in effect */
  width: 115px;
}

/* .outer-circle:hover span {
  transform: translateY(-5px); 
} */

.outer-circle:hover .description {
  opacity: 1; /* Make description visible */
  visibility: visible;
}














.clients-list .carousel-div-item{
  padding: 0px !important;
}

.clients-section .clients-logos img{
  width: 100%;
  /* filter: grayscale(100%) brightness(100%) contrast(100%);
  -webkit-filter: grayscale(100%) brightness(100%) contrast(100%); */
  opacity: 0.9;
}
.clients-section .carousel-div-item{
  display: inline-block;
}
.clients-section .carousel-div-item img{
  width: 100%;
}
.clients-section .carousel-inner{
  height: unset;
}
.clients-section .carousel-indicators{
  bottom: -30px;
}

.metrics-section{
  position: relative;
  /* background: linear-gradient(180deg, #303031 0%, transparent 21%); */
  background: linear-gradient(180deg, #181818 0%, transparent 21%);
}
.metrics-section .metrics-bg-pattern{
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: radial-gradient(circle at bottom left ,#404040 35%, transparent 36%), radial-gradient(circle at top right ,#404040 35%, transparent 36%);
  background-size: 1em 1em;
  background-color: #303030;
  opacity: .83;
}


.hero-50 {
  height: auto;
  min-height: 540px;
  margin-bottom: -100px;
}

.hero-50 .container + svg {
  transform: rotate(180deg);
}

.hero-section .ratio {
  border-radius: var(--border-radius-medium);
  overflow: hidden;
}

.hero-section svg {
  position: absolute;
  right: 0;
  left: 0;
}

.hero-section > svg {
  top: 0;
}

.hero-section .container + svg {
  top: auto;
  bottom: -1px;
}

.hero-section .row {
  position: relative;
  z-index: 22;
}

.section-bg-image {
  background-image: url('../images/frederik-rosar-NDSZcCfnsbY-unsplash.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: -70px;
}

.section-bg-image .container + svg {
  transform: rotate(180deg);
  position: relative;
  bottom: -1px;
}

.section-bg-image-block {
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: var(--border-radius-medium);
  border: 1px solid rgba(209, 213, 219, 0.3);
  border-radius: var(--border-radius-medium);
  padding: 50px;
}

.section-bg-image-block .input-group {
  background-color: var(--white-color);
  border-radius: var(--border-radius-large);
  padding: 10px 15px;
}

.section-bg-image-block .input-group-text {
  background-color: transparent;
  border: 0;
}

.section-bg-image-block input[type="email"] {
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
  padding-left: 0;
}

.section-bg-image-block button[type="submit"] {
  background-color: var(--primary-color);
  border: 0;
  border-radius: var(--border-radius-large) !important;
  color: var(--white-color);
  max-width: 150px;
}

.section-divider{
  height: 3px;
  position: absolute;
  background-color: #2b6654;
  top: 0;
  width: 100%;
}

.find-spaces-div{
  background-color: #303030bd;
  padding: 20px;
  border-radius: 7px;
}

/* .main-section{
  min-height: 100px;
} */
.font-15px{
  font-size: 15px;
}
.font-20px{
  font-size: 20px;
}
.font-30px{
  font-size: 30px;
}
.font-55px{
  font-size: 55px;
}
.light-gray-bg{
  background-color: lightgray;
}
.dark-gray-bg{
  background-color: #181818;
}
.path-fill{
  fill: var(--dark-theme-bg);
}

/*---------------------------------------
  ABOUT SECTOIN              
-----------------------------------------*/
/* .about-section {
  padding-bottom: 70px;
} */

.about-page-section p{
  color: #aaa;
  text-align: justify;
}

.member-block-image-wrap {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.member-block-image-wrap:hover .member-block-image {
  transform: scale(1.2);
}

.member-block-image-wrap:hover .social-icon {
  opacity: 1;
}

.member-block-image-wrap .social-icon {
  background-color: var(--white-color);
  border-radius: var(--border-radius-large);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s;
  padding: 15px 20px;
  width: auto;
}

.member-block-image {
  transition: all 0.3s;
}

.member-block-info {
  padding: 10px;
}

.member-block-info h4,
.member-block-info p {
  margin-bottom: 0;
}


/*---------------------------------------
  CUSTOM BLOCK              
-----------------------------------------*/
.custom-block {
  border-radius: var(--border-radius-small);
  position: relative;
  overflow: hidden;
  padding: 30px 20px;
  border: 1px solid white;
  margin: 10px;
}

.custom-block-bg {
  background: var(--white-color);
}

.custom-block-date-wrap {
  background-color: var(--primary-color);
  border-radius: var(--border-radius-medium);
  text-align: center;
  padding: 20px 30px;
}

.custom-block-date {
  font-size: var(--h1-font-size);
}

.custom-block-image-wrap {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.custom-block-image-wrap:hover .custom-block-image {
  transform: scale(1.2);
}

.custom-block-image-wrap:hover .custom-block-icon {
  opacity: 1;
}

.custom-block-image {
  transition: all 0.3s;
}
/* 
.building-details .custom-block-image{
  width: 28vh;
} */

.custom-block-image-wrap .custom-block-date-wrap,
.custom-block-image-wrap .custom-btn-wrap {
  position: absolute;
  bottom: 0;
}

.custom-block-image-wrap .custom-block-date-wrap {
  border-radius: 0;
  left: 0;
  width: 50%;
  padding: 12.30px 20px;
}

.custom-block-image-wrap .custom-btn-wrap {
  right: 0;
  width: 50%;
}

.custom-block-image-wrap .custom-btn {
  border-radius: 0;
  display: block;
  padding: 15px 20px;
}

.custom-block-info {
  padding-top: 10px;
}

.custom-block-image-wrap + .custom-block-info {
  padding-top: 20px;
}

.custom-block-span {
  /* color: var(--secondary-color); */
  color: var(--bright-green);
  font-weight: var(--font-weight-bold);
  min-width: 110px;
  margin-right: 10px;
}

.custom-block-icon {
  background: var(--custom-btn-bg-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: var(--h3-font-size);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s;
}

.custom-block-icon:hover {
  background: var(--custom-btn-bg-hover-color);
  color: var(--white-color);
}


/*---------------------------------------
  EVENTS SECTION            
-----------------------------------------*/
.events-section.section-bg .container > .row {
  margin-right: 5px;
  margin-left: 5px;
}

.events-section.section-bg .container > .row .row {
  margin: auto;
}

.events-listing-section {
  margin-bottom: 100px;
}

.events-detail-section .custom-block-info {
  padding: 40px 60px;
}

.events-detail-info {
  background-color: var(--section-bg-color);
  border-radius: var(--border-radius-medium);
  padding: 50px 25px;
}

.events-title,
.space-title {
  font-size: var(--h6-font-size);
  font-weight: var(--font-weight-medium);
  color: #2ed09e;
}


/*---------------------------------------
  MEMBERSHIP SECTION            
-----------------------------------------*/
.membership-section .container {
  position: relative;
  z-index: 2;
}

.table-features tr th:first-child{
  border-top-left-radius: 20px;
}
.table-features tr th:last-child{
  border-top-right-radius: 20px;
}
/* .table-responsive {
  border-radius: var(--border-radius-medium);
} */

/* .table-responsive tbody,  */
/* .table-responsive td,  */
/* .table-responsive tfoot,  */
/* .table-responsive thead,  */
/* .table-responsive tr  */
.table-responsive th
{
  border: 0;
}






.custom-block-image-wrap {
    position: relative;
    width: 100%;
    padding-top: 65%; /* Adjust this value based on your desired aspect ratio */
    overflow: hidden;
}

.custom-block-image-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-block-image-wrap i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 2rem;
}

/* .card-btn { */
    /* position: absolute;
    bottom: 10px; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
/* } */

.btn-visit-spacing{
  font-size: 30px;
}








.table-responsive thead tr {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

.table-responsive thead th {
  padding: 22px 16px !important;
}

.table-responsive tbody tr:nth-child(even) {
  background-color: var(--section-bg-color);
}
.table-responsive tbody tr:nth-child(odd) {
  background-color: #5f5f5f;
}

/* .table>:not(caption)>*>* {
  padding: 18px 16px;
} */

.table-responsive .bi-check-circle-fill {
  color: var(--primary-color);
}

.table-responsive .bi-x-circle-fill {
  color: var(--custom-btn-bg-hover-color);
}

.table>tbody>tr:hover{
  background-color: lightgrey;
  cursor: pointer;
}

.membership-form {
  background-color: var(--secondary-color);
  border-radius: var(--border-radius-medium);
  padding: 35px;
}

.membership-form .form-floating>textarea {
  border-radius: var(--border-radius-medium);
  height: 100px;
}


/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.contact-form .form-floating>textarea {
  border-radius: var(--border-radius-medium);
  height: 120px;
}

.contact-info {
  position: relative;
}

.contact-info-item {
  background: var(--secondary-color);
  border-radius: var(--border-radius-medium);
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0.95;
}

.contact-info-body {
  padding: 20px 30px;
}

.contact-info-body strong,
.contact-info-item a {
  color: var(--white-color);
}

.contact-info-footer {
  /* background-color: var(--custom-btn-bg-hover-color); */
  background-color: var(--diagram-darkgreen);
  padding: 10px 20px;
  transition: all 0.3s;
}

.contact-info-footer:hover {
  background-color: var(--custom-btn-bg-color);
}

.contact-info-footer a {
  display: block;
  font-weight: var(--font-weight-bold);
}

.m-contactus-title h2{
  display: none;
}

.contact-section input{
  min-height: calc(3.5rem + calc(var(--bs-border-width)* 2));
  height: unset !important;
  border-width: 0 !important;
}
input#email::placeholder {
  padding-bottom: 5px;
}

.leaseModal h2{
  color: black;
  font-size: 27px;
  margin-bottom: 14px !important;
  text-align: center;
  display: none;
}
.leaseModal .contactMessageArea{
  display: none;
}
.leaseModal input{
  /* line-height: 60px !important; */
  color: darkgoldenrod !important;
}


/*---------------------------------------
  SITE FOOTER            
-----------------------------------------*/
.site-footer {
  position: relative;
  padding-bottom: 10px;
  padding-top: 15px;
  /* margin-top: 150px; */
  background-color: #81B29A;
}

.site-footer .container {
  position: relative;
  z-index: 2;
  background-color: #80b29a;
}

.site-footer svg {
  position: absolute;
  bottom: 80px;
  right: 0;
  left: 0;
  pointer-events: none;
}

.site-footer-title {
  color: var(--secondary-color);
}

.site-footer p span {
  font-weight: var(--font-weight-medium);
  margin-right: auto;
}

.news-section + .site-footer{
  /* background-color: #f4f1de; */
  background-color: red;
}

.space-evenly{
  align-content: space-evenly;
}

/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
  border-radius: var(--border-radius-large);
  border-width: 2px;
  box-shadow: none;
  color: var(--p-color);
  margin-bottom: 20px;
  padding: 10px;
  padding-left: 20px;
  outline: none;
}

.custom-form .form-control:focus,
.custom-form .form-control:hover {
  /* border-color: var(--dark-color); */
  border-color: #198754;  
}

.custom-form .form-control input[type=radio]{
  min-height: 17px;
  outline: 1px solid lightgrey
}

.form-floating>label {
  padding-left: 20px;
}

.custom-form button[type="submit"] {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-medium);
  transition: all 0.3s;
  margin-bottom: 0;
  padding-left: 10px;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
}

.header-form {
  position: relative;
}

.header-form .form-control {
  padding-left: 42px;
}

.header-form-icon {
  width: 24px;
  position: absolute;
  top: 0;
  margin: 12px;
  margin-left: 15px;
}


/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: var(--secondary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  /* font-size: var(--btn-font-size); */
  /* font-size: 15px; */
  display: block;
  margin-right: 5px;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 38px;
  transition: background 0.2s, color 0.2s;
}

.social-icon-link:hover {
  /* background: var(--primary-color); */
  /* color: var(--white-color);  */
  background: var(--white-color);
  /* color: var(--black-color);
  color: #e07a5f; */
  color: #2b6755;
}

.space-menu{
  margin-top: 200px;
}
option:disabled {
  display: none;
}

p.space-desc{
  color: #ddd;
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* .carousel-images{
  height: 100vh;
  width: 100%;   
  overflow: hidden; 
  position: relative;
}
.carousel-images img {
  height: 100%;
  width: auto; 
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-15%);
} */
.main-hero-scroll{
  /* width: 100% !important; */
  width: 100%;
  margin: 0 auto;
  /* margin-top: -87px; */
  /* background: rgba(0, 0, 0, 0) linear-gradient(rgba(39, 48, 83, 0.01) 0%, rgb(39, 48, 83) 100%) repeat scroll 0% 0%; */
  /* transform: translateY(-15%); */
  /* height: 100vh; */
  /* object-fit: cover; */

  overflow: hidden;
  object-fit: cover;
  height: 100%;
}
.hero-slogan{
  padding-left: 9%;
  text-shadow: 0px 0px 5px #444;
}
.main-text {
  position: absolute;
  color: #dcdcdc;
  top: 42%;
  /* left: 7%; */
  /* width: 96.6667%; */
  font-size: 47px;
  font-weight: bold;
  z-index: 10;
  padding: 10px;
  /* padding-right: 90px; */
  /* border-radius: 10px; */
  /* text-shadow: 1px 1px 5px #3e405b; */


  text-shadow: 0 0 15px rgba(0,0,0,.35);
  background-color: #30303042;
  border-radius: 0 5px 5px 0;
}
.main-text h1{
  line-height: 57px;
  font-weight: normal;
}
.main-text h1 span{
  font-weight: bold;
}
/* .hero-carousel{
  height: 100%;
  max-width: 100%;
  max-height: calc(100vh - 87px);
}
.hero-carousel img{
  height: 100%;
  width: 100%;
  max-height: calc(100vh - 87px);
  object-fit: cover;
} */
.zcarousel-inner{
  height: calc(100vh - 87px); 
  /* min-height: -webkit-fill-available;  */
  overflow: hidden;           /* Prevent image overflow */
  /* position: relative; */
  display: flex; /* Use flexbox to align children */
  align-items: center; /* Center the image vertically */
}
.zcarousel-inner img{
  /* height: calc(100vh - 87px);*/
  width: auto;
  max-width: 100%;
  object-fit: cover; 
  /* margin: 0 auto; */

  /* position: absolute; */
  /* top: 0;
  left: 0; */
  /* height: 100vh;   */
  /* width: 100vw; */
  /* object-fit: cover !important;    */
  /* display: block; */
  /* transition: opacity 0.5s ease-in-out; 
  transition: none; */
}
.carousel-item{
  height: 100%;
}
.carousel-space-image{
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.carousel-control-next-icon,
.carousel-control-prev-icon{
  border-radius: 50%;
  background-color: #3d405b;
  background-size: 70% 70%;
  padding: 27px;
}
.carousel-indicators [data-bs-target]{
  background-color: #ffcb00;
}
.text-bold{
  font-weight: bold;
}
.amenities-section{
  padding: 20px;
  border-radius: 10px;
  background-color: var(--secondary-color);
  color: white;
}
.amenities-section .col-md-4{
  white-space: nowrap;
  margin: 7px 0px;
}


/* utilities */
.mar-top-60px{
  margin-top: 60px;
}
.mar-top-93px{
  margin-top: 93px;
}
.mar-top-120px{
  margin-top: 120px;
}
.mar-bot-60px{
  margin-bottom: 60px;
}
.mar-bot-100px{
  margin-bottom: 100px;
}

.link-read-more{
  background: none;
  border: none;
  font-size: inherit;
  /* color: inherit; */
  color: darkcyan;
  text-decoration: underline;
}

/* From Uiverse.io by eleventhday */ 
@keyframes fadein{
  0% { opacity:0; 
    /* transform: translateY(10%); */
  }
  100% { opacity:1; 
    /* transform: translateY(10%); */
  }
}

.services-brochure{
  /* display: none; */
  animation-delay: 10s;
  animation: 5.5s fadein;
}
@keyframes fadeInUp {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.fancy {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 0;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: inline-block;
  /* float: right; */
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  outline: none;
  overflow: visible;
  padding: 1.25em 2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-in-out;
  user-select: none;
  font-size: 13px;
  /* animation: 1.5s fadeInUp; */
}

.fancy-1{
  animation: 1.5s fadeInUp;
  /* animation-delay: 250ms; */
}
.fancy-2{
  animation: 2.25s fadeInUp;
  /* animation-delay: 500ms; */
}
.fancy-3{
  animation: 3s fadeInUp;
  /* animation-delay: 750ms; */
}

.fancy::before {
  content: " ";
  width: 1.5625rem;
  height: 2px;
  background: white;
  top: 50%;
  left: 1.5em;
  position: absolute;
  transform: translateY(-50%);
  transform-origin: center;
  transition: background 0.3s linear, width 0.3s linear;
}

.fancy .text {
  font-size: 1.125em;
  line-height: 1.33333em;
  padding-left: 2em;
  display: block;
  text-align: left;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
}

.fancy .top-key {
  height: 2px;
  width: 1.5625rem;
  top: -2px;
  left: 0.625rem;
  position: absolute;
  background: #212121;
  transition: width 0.5s ease-out, left 0.3s ease-out;
  display: none;
}

.fancy .bottom-key-1 {
  height: 2px;
  width: 1.5625rem;
  right: 1.875rem;
  bottom: -2px;
  position: absolute;
  background: #212121;
  transition: width 0.5s ease-out, right 0.3s ease-out;
}

.fancy .bottom-key-2 {
  height: 2px;
  width: 0.625rem;
  right: 0.625rem;
  bottom: -2px;
  position: absolute;
  background: #212121;
  transition: width 0.5s ease-out, right 0.3s ease-out;
}

.fancy:hover {
  color: white;
  background: white;
}

.fancy:hover::before {
  width: 0.9375rem;
  background: black;
}

.fancy:hover .text {
  color: black;
  padding-left: 1.5em;
}

.fancy:hover .top-key {
  left: -2px;
  width: 0px;
}

.fancy:hover .bottom-key-1,
 .fancy:hover .bottom-key-2 {
  right: 0;
  width: 0;
}

/* .form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select{
  height: unset;
  max-height: 3.5em;
} */
.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel]{
  height: 3.5em !important;
}

.contact-input-error{
  border-color: red;
}
.contact-input-error:focus,
.contact-input-error:active{
  border-color: red !important;
}

.iti__country{
  font-size: 13px;
}
.iti__country-container{
  left: 7px !important;
}
.iti__tel-input{
  padding-left: 48px !important;
}
.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown,
.iti input.iti__tel-input[type=tel]{
  width: 100% !important;
}
input#contact_phone::placeholder{
  color: lightgrey !important  ;
}
.phone-error-msg{
  color: red;
  text-align: center;
  font-size: 16px;
  margin: 2px 0 8px 0;
}


.news-border{
  border: 1px solid lightgray;
  border-radius: 10px;
  padding: 25px;
  margin: 5px;
}
.news-article p{
  color: white;
}
.news-snippet{
  font-size: small;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-height: 1.5;
  max-height: calc(1.5em * 3);
}
.other-news{
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.other-news.news-border:hover {
  background-color: white;
}
.other-news.news-border:hover {
  outline: 3px solid grey;
  cursor: pointer;
}
.other-news.news-border:hover .news-date,
.other-news.news-border:hover .news-title{
  color: grey;
}


/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 2400px) {  
  .main-section{
    /* min-height: 300px; */
    flex: 1;
    /* padding: 20px;
    text-align: center; */
  } 
}
@media screen and (max-width: 1370px) {
  .service-diag{
    width: 100%;
  }
}
/* @media screen and (max-width: 1520px) {
  .service-diag{
    width: 100%;
  }
} */
@media screen and (max-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link{
    padding: 5px;
    margin: 5px;
  }
}
@media screen and (max-width: 991px) {
  /* .main-section{
    min-height: 100px;
  }   */
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  /* .navbar {
    background-color: var(--secondary-color);
  } */

  .navbar-nav .dropdown-menu {
    position: relative;
    left: 10px;
    opacity: 1;
    pointer-events: auto;
    max-width: 199px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .navbar-expand-lg .navbar-nav {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    margin: 5px;
    padding: 0;
  }
/* 
  .hero-section {
    position: relative;
    top: 82px;
    margin-bottom: 82px;
  } */

  .events-listing-section {
    margin-bottom: 50px;
  }

  .events-detail-section .custom-block-info {
    padding: 40px;
  }

  .events-detail-info {
    padding: 35px 25px;
  }

  .contact-info-item {
    width: 60%;
    position: relative;
  }

  .events-detail-section .contact-info-item {
    width: 70%;
  }

  .section-bg-image {
    margin-bottom: 0;
  }

  .section-bg-image-block {
    padding: 30px;
  }
  .site-footer svg{
    display: none;
    /* bottom: 50px; */
  }
  
  .spaces-hero-img{
    max-height: 100vh;
  }
  .spaces-hero-img{
    width: unset;
  }
/* 
  .site-footer {
    padding-top: 20px;
    margin-top: 150px;
    padding-bottom: 10px;
  } */
}
@media screen and (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    opacity: 1;
    margin-top: 0;
    pointer-events: auto;
  }
  
  .site-footer {
    margin-top: 30px;
  }
}
@media screen and (max-width: 680px) {
  .spaces-page-hero{
    height: unset;
  }
  .spaces-hero-overlay{
    background-image: linear-gradient(rgba(0, 5, 6, .73) 1%, rgba(39, 48, 83, 0.01) 35%, rgba(39, 48, 83, 0.01) 73%,#000506 100%);
  }
  .spaces-page-bg{
    background-image: linear-gradient(rgba(0, 5, 6, .73) 1%, rgba(39, 48, 83, 0.01) 15%, rgba(39, 48, 83, 0.01) 83%,var(--dark-theme-bg) 100%);
  }
  .search-listing-section{
    top: unset;
  }
  /* .hero-section {
    position: relative;
    top: 50px;
    margin-bottom: 82px;
  } */
  /* .navbar {
    background-color: var(--secondary-color);
  } */
}
@media screen and (max-width: 480px) {
  .navbar-brand {
    font-size: var(--p-font-size);
  }

  .navbar-brand-icon {
    width: 30px;
    height: 30px;
  }

  .navbar-brand-icon::after {
    top: 5px;
  }

  .custom-block-date {
    font-size: 36px;
  }

  .section-bg-image-block {
    padding: 30px;
  }
  /* .hero-section {
    top: 62px;   
  } */

  .contact-info-item {
    width: 90%;
    top: unset;
    left: unset;
    transform: unset;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  /* .site-footer{
    background-color: #81B29A;
    margin-top: 100px;
    padding-top: 15px;
  } */
  .site-footer svg{
    display: none;
    /* bottom: 50px; */
  }  
  .copyright-text{
    font-size: 12px;
  }
  .zmain-hero-scroll{
    /* width: 100% !important;
    margin: 0 auto;
    margin-top: 33px; */
    /* background: rgba(0, 0, 0, 0) linear-gradient(rgba(39, 48, 83, 0.01) 0%, rgb(39, 48, 83) 100%) repeat scroll 0% 0%; */
    /* transform: unset; */
    height: 100vh;
    object-fit: cover;
  }
  .member-login-text.lg-screen{
    display:none;
  }
  .member-login-text.sm-screen{
    display:inline-block;
  }
  .diagram-icon-text{
    /* display: none; */
    font-size: 12px;
    white-space: break-spaces;
    width: unset;
  }
  .social-icon-link{
    margin: 7px;
  }
  .diagram-container {
    width: 280px;
    height: 280px;
    /* margin-bottom: 35px; */
  }
  .center-circle{
    width: 120px;
    height: 120px;
  }
  .circle-connect{
    width: 203px;
    height: 203px;
    top: 14%;
    left: 14%;
    border-width: 9px;
  }
  .outer-circle{
    width: 55px;
    height: 55px;
    top: calc(50% + 100px* -1* cos(var(--angle)* 1deg) - 25px);
    left: calc(50% + 100px* sin(var(--angle)* 1deg) - 25px);
  }
  .outer-circle .bi{
    font-size: 21px;
  }
  .outer-circles .right-floating-text{
    left: 60px;
    font-size: x-small;
  }
  .outer-circles .left-floating-text{
    right: 60px;
    font-size: x-small;
  }
  .outer-circle .description{
    width: 65px;
  }
  .outer-circles .description.right-floating-text{
    left: 61px;
    font-size: 6px;
  }
  .outer-circles .description.left-floating-text{
    right: 61px;
    font-size: 6px;
  }
}

@media screen and (max-width: 360px) {
  .custom-btn {
    /* font-size: 12px; */
    padding: 4px 12px;
  }
  /* .main-section{
    min-height: 100px;
  } */
}

/* @media screen and (min-width: 400px){
  .site-footer svg {
    bottom: 0px;
  }  
} */