/*CSS file used for property-arhive and property single and heropage.php template style*/

/*Heropage style*/
.hero-section {
  padding: 0 !important;
}

video.hero-section__video {
  height: 286px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 1;
}

.hero-section__media {
  position: relative;
}

.hero-section__content {
  position: absolute;
  z-index: 2;
  bottom: 17px;
  width: 100%;
}

.hero-section__content h1 {
  font-family: "Libre Bodoni", serif;
  font-size: 3.375rem;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-align: left;
  color: white;
}

/*Single property css*/

.video-tab {
  width: 100%;
  border-radius: 8px;
}

.amenities-inner-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  gap: 12px;
}

p.amenities-text {
  margin: 0;
}

h4 {
  margin-bottom: 24px;
}



.contact-form-wrapper .col-md-12 {
  padding-left: 0;
	padding-right:0;
}
textarea.form-control{
	height:110px;
}

.contact-form-paragraph {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.contact-form-wrapper {
  padding: 32px;
  border-radius: 8px;
  background-color: #fbf9ef;
  position: sticky;
  top: 15px;
	z-index:101;
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl{
	max-width:1700px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  padding: 10px 14px 10px 14px;
  gap: 8px;
  border-radius: 8px;
  border: 1px;
}

label {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: left;
}

li.nav-item {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: left;
}

.nav-link.active {
  padding: 8px 12px 8px 12px;
  gap: 8px;
  border-radius: 6px;
  background-color: #eceef3;
  border-color: #eceef3;
  color: #6941c6!important;
}

.nav-link:not(.active) {
	padding: 8px 12px 8px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: left;
  color: #667085;
}

.nav {
  padding-bottom: 62px;
  border: 0;
  margin: 0;
  gap: 8px;
}

/**/
.map-container {
  display: flex;
  align-items: stretch; /* Make child elements match the height of the tallest one */
}

.acf-map {
  width: 100%;
  height: 100%; /* Take full height of parent container */
}

.map-wrapper {
  height: 500px;
  position: relative;
  z-index: 1; /* Ensure the map-wrapper is on top of the sticky contact form */
}

/*Card on map*/
.gm-style-iw-d {
  background-color: #f4ecd1;
  overflow: auto !important;
}

img.googlemap-image {
  width: 100%;
  height: 110px;
  border-radius: 8px 8px 0 0;
  object-fit: cover;
}

.location-link {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: center;
  color: #000 !important;
  text-decoration: none;
}

.gm-style-iw.gm-style-iw-c {
  padding: 0 !important;
}

.inner-location-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0 16px 12px 16px;
}

p.map-location {
  margin: 0;
  color: #001466;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
}

h4.map-title {
  margin: 0;
  padding-bottom: 8px;
  text-align: center;
  padding-top: 14px;
  font-size: 16px;
}

.gm-ui-hover-effect {
  opacity: 1;
  top: -4px !important;
  right: -3px !important;
}

.gmnoprint.gm-style-mtc-bbw {
  display: none;
}

button.gm-svpc {
  display: none;
}

img.apartments-property {
  height: auto;
  object-fit: cover;
}

button.primary-button-map {
  position: absolute;
  z-index: 2;
  margin-top: -84px;
  margin-left: 10px;
}

.map-phone-icon {
  padding-right: 8px;
}

.post-type-archive-property .extra-info__item {
  font-size: 1rem;
  font-weight: 500;
  color: #344054;
  background-color: #fbf9ef;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  border-radius: 16px;
}

.post-type-archive-property .extra-info__item p {
  margin: 0;
}

.post-type-archive-property .extra-info__item img {
  height: 16px;
}

.post-type-archive-property .extra-info {
  display: flex;
  gap: 16px;
  padding: 16px 0 16px 0;
}

.post-type-archive-property .apartment-card__price {
  padding-top: 16px;
}

.post-type-archive-property .apartment-card__image {
  border-radius: 8px 0 0 8px;
  padding: 0 !important;
  height: auto;
}

.post-type-archive-property .apartment-card__content {
  transition: 0.15s ease-in-out;
  border-top-right-radius:8px;
  border-bottom-right-radius:8px;
  height: auto;
  background-color: #fff;
}

.post-type-archive-property .apartment-card:hover .apartment-card__content {
  background-color: var(--bs-gray-100);
}
.post-type-archive-property .apartment-card:active .apartment-card__content {
  background-color: var(--bs-gray-100);
}

.post-type-archive-property .apartment-card__image a {
  display: block;
  width: 100%;
  height: 100%;
}

.post-type-archive-property .apartment-card__image img {
  object-fit: cover;
  object-position: center;
}

.post-type-archive-property .apartment-card.row {
  padding-bottom: 24px;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.col-lg-6.col-md-6.col-12.content-left > .apartment-card:first-child {
  padding-top: 24px;
}

.col-lg-6.col-md-6.col-12.content-left > .apartment-card:last-child {
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.our-team .row:nth-child(even) .team-card__number {
    right: 16px!important;
}
	.our-team .row:nth-child(odd) .team-card__number {
    left: 16px!important;
}
	.inner-row {
    flex-direction: column;
}
.latest-blogs h2 {
    margin-bottom: 12px;
}
	.flying-color-2{
		right:-7%!important;
	}
  .post-type-archive-property .apartment-card__content {
    background-color: var(--bs-gray-100);
	border-top-right-radius: 0px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;  
  }
}

.form-group #search {
  width: 100%;
  font-size: 1.125rem;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #d0d5dd;
}

.post-type-archive-property .sort-by select {
  width: auto;
}

.post-type-archive-property .btn-primary svg {
  height: 20px;
}

button.gm-ui-hover-effect {
  display: none !important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn {
  background-color: #c98e37;
  color: #fff;
  padding: 8px 14px 8px 14px;
  border-radius: 8px;
  border: 1px solid #c98e37;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
}

.single-property .gallery .extra-info__item {
  font-size: 1rem;
  font-weight: 500;
  color: #344054;
  background-color: #fbf9ef;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  border-radius: 16px;
}

.single-property .gallery .extra-info__item p {
  margin: 0;
}

.single-property .gallery .extra-info__item img {
  height: 16px;
}

.single-property .gallery .extra-info {
  display: flex;
  gap: 16px;
  padding: 16px 0 16px 0;
}

.gallery .apartment-info-wrapper {
  display: flex;
  justify-content: space-between;
}

.single-property .gallery .apartment-card__price {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}

.single-property .gallery .apartment-card__location {
  margin-bottom: 0;
}

.single-property .gallery .apartment-card__location p {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
}

.single-property .gallery .apartment-card__location img {
  height: 24px;
}

.gallery .apartment-price-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.single-property-details-wrapper {
  gap: 40px;
  display: flex;
  flex-direction: column;
}

.locatin-single-wrapper {
  padding-top: 40px;
}

.gallery-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.gallery-image-wrapper:nth-child(-n + 4) {
  padding-bottom: 16px;
}

.gallery-image-wrapper-grid:nth-child(-n + 4) {
  padding-bottom: 16px;
}

.gallery-photo {
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
}

.pros {
	position: relative;
}

.background-color {
    background: #FBF9EF;
    width: 120%;
    height: 90%;
    position: absolute;
	border-radius: 8px 0 0 8px;
}

@media only screen and (max-width: 767px) {
	.post-type-archive-property .extra-info {
		padding: 16px 0 8px 0;
	}
	.post-type-archive-property .apartment-card__price {
    padding-top: 8px;
}
	.gmnoprint {
    bottom: -100px;
    top: auto!important;
}
  .gallery-container {
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .gallery-slider-mobile .gallery-photo {
    height: 280px;
    object-fit: cover;
    border-radius: 8px;
    width: 100%;
  }

  .contact-form-wrapper {
    margin-top: 40px;
  }
}

.single-property-wrapper {
  padding-top: 24px;
}

section.main-section {
  padding-top: 0;
  padding-bottom: 0;
}

section#photos {
  padding-bottom: 32px;
  padding-top: 20px;
}

.map-container-wrapper {
  height: 100%;
  overflow: hidden;
}

.map-container {
  padding-top: 24px;
}

.acf-map {
  border-radius: 8px;
}

span.wpcf7-list-item.first {
  margin: 0 !important;
}

input[type="checkbox"] {
  padding-right: 8px;
}

.privacy-policy p {
  display: flex;
  align-items: center;
flex-direction:row;
}
div#contact-form .row .col-md-6:first-child{
    padding-left: 0;
}
div#contact-form .row .col-md-6:last-child{
    padding-right: 0;
}
	.privacy-policy label {
    display: flex;
    flex-direction: row !important;
	align-items: flex-start;
}
.privacy-policy label input[type="checkbox"]{
	position:relative;
	top:3px;
}
.contact-form-wrapper .col-md-12 br {
    display: none;
}
.spacing{
	padding-bottom:8px;
}
.form-control{
	border:unset;
}
@media only screen and (max-width: 767px) {
		div#contact-form .col-md-6 {
    padding: 0;
}
	
	.privacy-policy p {
    align-items: flex-start;
    flex-direction: column;
}
	.contact-form-wrapper{
		padding:16px;
	}
  .single-property .gallery .apartment-card__price {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
  }

  .gallery .apartment-info-wrapper {
    flex-direction: column;
  }

  button.btn.btn-primary.archive-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .post-type-archive-property .apartment-card__image {
    border-radius: 8px 8px 0 0;
  }

  .map-container-wrapper {
    padding: 60px 0 25px;
    height: 700px;
  }

  .map-container {
    height: 100% !important;
    padding-top: 0;
  }
}

.gallery-grid {
  height: 100%;
}

.controls.fullscreen-control {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    display: flex;
    justify-content: center;
    background-color: #b26f2d;
    padding: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
a#fullscreen-button {
	width: 100%;
    text-align: center;
    color: white !important;
    font-size: 18px;
}
 html, body {
        height: 100%;
        margin: 0;
        padding: 0;
    }

.fullscreen-map {
    position: fixed;
    bottom: 0; /* Start the map at the bottom of the screen */
    left: 0;
    width: 100%;
    height: 0; /* Initially hide the map */
    background-color: rgba(255, 255, 255, 0.9);
    transition: height 0.5s ease-in-out;
    overflow: auto;
    z-index: 2;
}


.map-button {
    cursor: pointer;
}

.close-map-button {
    display: none;
}

/* Active state styles */
.map-button.active {
    display: none;
}

.close-map-button.active {
	width:100%;
	text-align:center;
    display: block;
	color: white!important;
    font-size: 18px;
}

@media only screen and (min-width: 801px) {
  .controls.fullscreen-control {
    display: none;
  }
}

/* Hide the main menu by default */
.main-navigation__nav-items {
  display: none;
}

/* Show the main menu when the hamburger icon is clicked */
.main-navigation__nav-items.open {
  display: block;
}

/* Mobile menu styling */
.mobile-menu {
  display: none;
}

#closemenu {
  display: none;
}

div#menubutton img {
  float: right;
}

.content-hero-wrapper p {
font-family:'Barlow Condensed', sans-serif;
font-size: 1.25rem;
font-weight: 400;
text-align: left;
color: white;
max-width: 750px;
}
.solution_text_wrapper{
  display: flex;
    flex-direction: column;
    gap: 16px;
  padding-bottom: 3rem;
  max-width: 750px;
}
.solution_text_wrapper p {
font-family: 'Barlow Condensed', sans-serif;
font-size: 20px;
font-weight: 400;
text-align: left;
color: #344054;
margin-bottom: 0;
}
.solution_grid_text {
  background: #FBF9EF;
  border-radius: 8px;
  padding: 32px;
  display: flex;
  gap: 32px;
  flex-direction: column;
  height: auto;
  justify-content: top;
}
.solution_grid_text h4{
  margin-bottom: 0;
}
.solution_grid_wrapper {
    display: flex;
    flex-direction: column;
}

.solution_grid {
	column-count: 2;
    column-gap: 24px;
}

@media only screen and (max-width: 599px) {
	.solution_grid {
		column-count: 1;
	}
	.background-color {
		width: 102%;
		height: 100%;
	}
	.pros_text {
		padding-bottom: 2rem;
	}
}

.solution_grid__single {
	position: relative;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 24px;
}

.solution_grid_text p{
font-family: 'Barlow Condensed', sans-serif;
font-size: 1.25rem;
font-weight: 400;
text-align: left;
color: black;
margin-bottom: 0;
}

.pros_text p {
    font-size: 1.125rem;
    margin-bottom: 0;
}
.pros_text{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pros_text_wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-left: 70px;
    z-index: 5;
    position: relative;
}
.gallery {
    position: relative;
}img.first-image {
    z-index: 1;
    border-radius: 8px;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
img.second-image {
    position: absolute;
    z-index: 2;
    height: 420px;
    bottom: 0;
    right: -70px;
    width: auto;
    object-fit: cover;
    border: 8px solid #FFFFFF;
    border-radius: 8px;
}img.third-image {
    z-index: 3;
    position: absolute;
    height: 350px;
    width: auto;
    object-fit: cover;
    bottom: -45px;
    left: 110px;
    border: 8px solid #FFFFFF;
    border-radius: 8px;
}
.why_us .container-fluid.background:before {
  margin-top: -3%;
    content: "";
    background: #FBF9EF;
    position: absolute;
    z-index: 0;
    width: 80%;
    display: block;
    border-radius: 8px;
    left: 26%;
    height: 800px;
}
.why_us h3 {
    margin-bottom: 5rem;
    z-index: 10;
    position: relative;
}
.elevate_image_wrapper {
   height: 100%;
}
.elevate_image_wrapper img {
  height: 100%;
    border-radius: 8px;
    object-fit: cover;
	width: 100%;

}
.elevate h3 {
    margin-bottom: 2rem;
    max-width: 75%;
line-height: 1.3;
}
.elevate_text_wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
    background: #FBF9EF;
    padding: 24px;
    border-radius: 8px;
}
.elevate_text_wrapper b{
font-family: 'Barlow Condensed', sans-serif;
font-weight: 700;
}
.elevate_text_wrapper p{
font-size: 1.125rem;
}
.elevate-text{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.reach-out_text_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    padding-bottom:32px;
}
.reach-out_text_wrapper h2 {
   max-width: 70%;
    text-align: center;
}
.reach-out_text_wrapper p {
    max-width: 70%;
    text-align: center;
    font-size: 1.125rem;
    margin-bottom: 0;
}
.reach-out_button {
    display: flex;
    justify-content: center;
}
section.reach-out{
  background: #FBF9EF;
  padding: 100px 32px;
}
.faqs_header {
    text-align: center;
    padding-bottom: 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.faqs_header h3 {
    margin-bottom: 0;
}
.faqs_header p {
    margin-bottom: 0;
    font-size: 1.25rem;
    color: #344054;
}
div#accordionExample {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
button.accordion-button{
font-family: 'Barlow Condensed', sans-serif;
font-size: 1.25rem;
font-weight: 500;
background-color: unset;
box-shadow: none;
}
.accordion-button:focus {
    box-shadow: none;
    border-color: unset;
}
.accordion-button:not(.collapsed){
  background-color: unset;
box-shadow: none;
}
.accordion-item {
    border: 1px solid #00000033;
    border-radius: 16px;
}
.accordion-item:first-of-type {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.accordion-item:last-of-type {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
     border: 1px solid #00000033;
}
.accordion-body{
font-family: 'Barlow Condensed', sans-serif;
font-size: 1.125rem;
font-weight: 400;
padding:24px;
}
.accordion-item:not(:first-of-type) {
    border-top: 1px solid #00000033;
}

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: url(/wp-content/uploads/2024/04/Icon.svg);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    background-color: #C98E37;
    border-radius: 30px;
    padding: 20px;
  background-position: center;
;
}
.accordion-button:not(.collapsed)::after {
    background-image:url(/wp-content/uploads/2024/04/Icon-1.svg);
    transform: rotate(90deg);
    background-size: 30px;
  
}
.single-services video.hero-section__video {
    height: 440px;
}
.page-template-about-us video.hero-section__video {
    height: 440px;
}
.page-template-contact video.hero-section__video {
    height: 440px;
}
.page-template-archive video.hero-section__video {
    height: 440px;
}
.footer-main .social-icons a {
    display: flex;
    justify-content: center;
	align-items: center;}
@media only screen and (max-width: 787px) {
	
		.menu-item-has-children.active > .sub-menu {
    display: block!important; 
}
    .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-457 > a:after {
        content: "";
        background: url(/wp-content/uploads/2024/04/chevron-down.svg);
        background-repeat: no-repeat;
        background-position: center;
        display: inline-flex;
        width: 25px;
        height: 10px;
        background-size: 22px;
        margin-top: 9px;
        margin-left: 5px;
    }
	li#menu-item-457:after {
		    transition: ease .3s;
	}
	    .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-457.active > a:after {
        transform: rotate(180deg);
    }

	li#menu-item-491 {
    display: block;
}

	.contact-form-wrapper{
		z-index:0;
	}
	.copyright__content {
    flex-direction: column;
    gap: 8px;
    padding: 6px 0px;
		text-align:center;
}
	.accordion-body{
		padding:12px;
		
	}
	.map-container-wrapper{
		display:none;
	}
	button.primary-button-map{
		display:none;
	}
  .h2{
    font-size: 2rem;
  }
  .pros_text_wrapper{
    padding-left: 1rem;
  }
  p.quotes::before{
    width: 46px!important;
    height: 40px!important;
    margin-top: -13%!important;
    margin-left: -8%!important;
    background-size: 45px;
}
  .team-card__content{
    margin-top: 20px;
  }
  .team-card__image img{
    margin-right: 0px;
    margin-top: 0!important;
  }
  .flying-color {
    top: 0;
}
.why_us_grid_wrapper.row {
    flex-direction: column;
}
.page-template-about-us {
  .col-lg-6.col-12.pros {
        padding-top: 50px!important;
    }
    img.first-image {
        right: 0!important;
    }
}

  .accordion-button:not(.collapsed)::after{
    background-size: 25px;
  }
  section.reach-out{
    padding: 50px 0px;
  }
  h3.d-none.d-sm-block {
    display: none !important;
}
  .solution_grid_text{
    height: auto;
  }
  .solution_grid.row {
    gap: 32px;
}
div#accordionExample {
    padding: 0;
}
.pros_text_wrapper {
    padding-left: 0;
}
img.first-image {
height: 350px;
  position: relative;
    margin-bottom: 2rem;
}
img.second-image{
  display: none;
}
img.third-image{
  display: none;
}
.elevate-reverse {
    flex-direction: column-reverse;
}
.reach-out_text_wrapper p {
    max-width: 100%;
}
.reach-out_text_wrapper h2{
  max-width: 100%;
}
.elevate_text_wrapper{
  margin-top: 24px;
}
.why_us h3 {
    margin-bottom: 2rem;
  }
.why_us .container-fluid.background:before {
   display: none;
}
.elevate_image_wrapper img {
    border-radius: 8px;
    height: 350px;
    width: 100%;
    object-fit: cover;
}
}

@media only screen and (min-device-width: 600px) and (max-device-width: 1200px) 
and (orientation: landscape) {
	.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1163px;
}
	.solution_grid_text{
		height:auto;
	}
	.elevate h3{
		max-width:90%!important;
	}
	.elevate_image_wrapper img{
		max-height:600px;
	}

  .single-services img.third-image {
    left: 0;
  }
  .team-card__image img{
    margin-top: 0!important;
  }
  p.quotes::before{
    margin-top: -4.5%!important;
    margin-left: -3%!important;
  }
  h2{
    font-size: 2.5rem;
  }
.why_us .container-fluid.background:before {
height: 123%;
}
}
.page-template-about-us{
.pros_text{
  gap: 2rem;
}
.pros_text_wrapper{
  padding-left: 2rem;
  padding-right: 0;
}
img.second-image{
right: 0;
width:55%;
}
img.first-image{
  right: 0px;
  position: relative;
	margin-top: 10px;
}
.col-lg-6.col-12.pros {
    display: flex;
    align-items: center;
    padding-top: 0px;
}
.pros_text p{
  width: 85%;
}
.pros_text h3{
width: 72%;
}
img.third-image{
  width: 50%;
  left: 41px;
  bottom: -15%;
}
.btn-primary {
    width: max-content!important;
}
img.icon {
    height: 20px;
    width: 20px;
}

.section-header p{
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.section-header h2{
  margin-bottom: 0;
}
}
.team-card__image {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    height: 100%;
}
.team-card__image img {
  object-fit: cover;
    height: 88%;
    width: 100%;
    border-radius: 8px;
    position: relative;
    z-index: 4;
    margin-top: -20px;
}

@media only screen and (max-width: 599px) {
	.team-card__image img {
		width: 80%;
	}
}

.flying-color {
    background-color: #001466;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 100%;
    width: 75%;
    position: absolute;
    top: 0;
    left: -30%;
    z-index: 0;
}
.team-title{
      margin-bottom: 4rem;
}
.our-team .row:nth-child(even) {
    flex-direction: row-reverse;
    margin-top: 50px;
}
.our-team .row:nth-child(even) .team-card__image{
  flex-direction: row;
}
.our-team .row:nth-child(even) .team-card__number{
  right: 2rem;
}
.our-team .row:nth-child(odd) .team-card__number{
  left: 2rem;
}
.flying-color-2{
background-color: #001466;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    height: 100%;
   width: 75%;
    position: absolute;
    top: 0;
    right: -30%;
    z-index: 0;

}
.role{
font-family: 'Barlow Condensed', sans-serif;
font-size: 1.25rem;
font-weight: 500;
color: #000;
margin-bottom: 8px!important;
}
.yellow{
  background-color: #C98E37;
  height: 2px;
  margin-bottom: 2rem;
  margin-top: 0;
}
.team-card__content{
  font-weight: 400;
  font-size: 1.125rem;
  color: #000000;
}
.team-card__content h4{
  margin-bottom: 8px;
}
.team-card__content p{
  margin-bottom: 2rem;
}
p.quotes{
  background-color: #FBF9EF;
  padding: 32px;
font-size: 1.25rem;
font-style: italic;
font-weight: 400;
margin-bottom: 0;
color: #344054;
}
p.quotes::before {
    content: '';
    background-image: url(/wp-content/uploads/2024/04/image-1.png);
    position: absolute;
    background-repeat: no-repeat;
    z-index: 15;
    width: 66px;
    height: 50px;
    margin-top: -3%;
    margin-left: -2%;
	display: none;
}
.team-card__number{
  position: absolute;
    color: white;
    z-index: 5;
    margin-top: 24px;
}
.team-grid{
  padding-bottom: 50px;
}
.col-lg-6.col-md-6.col-12.big-image {
    padding-bottom: 16px;
}
@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation:portrait) {
	.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 803px;
}
	div#floorplan img {
    width: 100%;
}
	.apartment-card__content {
    flex-direction: column;
    display: flex;
    justify-content: space-around;
    height: 230px;
}
	.gmnoprint {
    bottom: -100px;
    top: auto!important;
}
	.contact-form-wrapper{
		z-index:2;
	}
	.single-property .gallery .apartment-card__price {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
		padding-top:12px;
  }
.single-property-wrapper {
    padding-top: 0;
}
	section#photos {
		padding-bottom: 0px;}
  .gallery .apartment-info-wrapper {
    flex-direction: row;
  }
	.col-lg-6.col-md-6.col-12.single-property-price-wrapper {
    width: 100%;
}
	.col-lg-6.col-md-6.col-12.apartment-price-wrapper {
    width: 100%;
}
	.contact-form-wrapper{
		margin-top:32px;
	}
	.gallery-slider-mobile .gallery-photo {
        height: 280px;
        object-fit: cover;
        border-radius: 8px;
        width: 97%;
    }
	.elevate_image_wrapper img{
		max-height:500px;
		width:100%;
	}
	.post-type-archive-property .apartment-card__content {
    background-color: var(--bs-gray-100);
	border-top-right-radius: 0px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;  
  }
	.controls.fullscreen-control {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    display: flex;
    justify-content: center;
    background-color: #b26f2d;
    padding: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
a#fullscreen-button {
	width: 100%;
    text-align: center;
    color: white !important;
    font-size: 18px;
}
 html, body {
        height: 100%;
        margin: 0;
        padding: 0;
    }

.fullscreen-map {
    position: fixed;
    bottom: 0; /* Start the map at the bottom of the screen */
    left: 0;
    width: 100%;
    height: 0; /* Initially hide the map */
    background-color: rgba(255, 255, 255, 0.9);
    transition: height 0.5s ease-in-out;
    overflow: auto;
    z-index: 2;
}


.map-button {
    cursor: pointer;
}

.close-map-button {
    display: none;
}

/* Active state styles */
.map-button.active {
    display: none;
}

.close-map-button.active {
	width:100%;
	text-align:center;
    display: block;
	color: white!important;
    font-size: 18px;
}
	.map-container-wrapper {
        display: none;
    }
	    button.primary-button-map {
        display: none;
    }
	section.other-posts {
    padding: 25px 0px;
}

.single .other-posts.col-lg-4:last-child {
    display: none !important;
}
	.contact-info {
    padding-bottom: 24px;
}
  .single-services img.third-image{
    left: 40px;
  }
  .single-services img.second-image{
    right: 25px;
    bottom: -25px;
  }
  section.reach-out {
    padding: 50px 0px;
}
  .elevate_text_wrapper{
    margin-top: 24px;
  }
  h3.d-none.d-sm-block{
    display: none!important;
  }
  .row.elevate-reverse {
    flex-direction: column-reverse;
}
  .why_us .container-fluid.background:before {
    margin-top: 71%;
    width: 95%;
    left: 3%;
    height: 725px;
}
  .col-lg-6.col-12.pros {
    margin-top: 70px;
}
  img.first-image {
    position: relative;
  }

  .pros_text_wrapper{
    padding-left: 1rem;
  }
  .solution_grid.row {
    gap: 24px;
}
.page-template-about-us .why_us_grid_wrapper.row {
    flex-direction: column-reverse;
}

.page-template-about-us {
    img.first-image {
        right: 0px;
    }
    img.second-image {
        right: 23px;
        bottom: -47px;
    }
  }

    .team-card__image img{
      margin-top: 0;
    }
    .team-card__content{
      margin-top: 20px;
    }
    .team-card__number {
    margin-top: 48px;}
    p.quotes::before{
        margin-top: -6.7%;
    margin-left: -4%;
    }
    h2{
      font-size: 2rem;
    }
}
label{
  width: 100%;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
}
.contact-info .contact-info-wrapper {
    padding: 24px 32px;
    background-color: #FBF9EF;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.contact-info-wrapper img {
   width: 40px;
  height: 40px; 
}
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.heading-wrapper{
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  margin-bottom: 32px;
}
.heading-wrapper h2 {
    max-width: 700px;
    text-align: center;
    margin: 0;
}
.heading-wrapper p {
    max-width: 700px;
    text-align: center;
     margin: 0;
}
.contact-form-wrapper-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 2rem;
}
.contact-form-wrapper-text h4{
margin: 0;
}
.contact-form-wrapper-text p{
margin: 0;
}
.page-template-contact textarea.wpcf7-form-control.wpcf7-textarea {
    height: 110px;
}
.chicago{
  margin-right: 8px;
  background-color: white;
  border-radius: 16px;
  margin-left: 4px;
  padding: 2px 8px;
}
.primary-link
{
color: #C98E37!important;
font-family: 'Barlow Condensed';
font-size: 1.125rem;
font-weight: 500;
}
.primary-link:hover{  
  color: #391C0F!important;
}
.col-lg-5 .content {
    display: flex;
    flex-direction: column;
    gap: 16px;
	padding-top:16px;
}

.col-lg-5 .content h4 {
    margin: 0;
}
.col-lg-5 .content p {
    margin-bottom: 8px;
}
.page-template-archive h2,h3{
  margin-bottom: 1.5rem;
}
.thumbnail img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    border-radius: 8px;
}
.date{
font-family: 'Barlow Condensed';
font-size: 14px;
font-weight: 500;
}
.latest-section .col-lg-5{
  align-self: center;
}
.other-posts .content {
  margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}
.other-posts .content h5 {
    margin: 0;
}
.other-posts .content p {
    margin-bottom: 8px;
}
.thumbnail-small img {
    height: 330px;
    border-radius: 8px;
    object-fit: cover;
}
section.latest-section {
    padding: 50px 0px;
}
.hero-single-wrapper img {
    height: 450px;
    object-fit: cover;
    margin-bottom: 50px;
}
.single-content h2 {
    margin-bottom: 1rem;
}
.single-content p {
    margin-bottom: 0;
}
.tags {
    padding: 4px 10px;
    background-color: #f4ecd1;
    border-radius: 6px;
    border: 1px solid #c98e37;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #B26F2D!important;
}
.tags-wrapper {
    display: flex;
    gap: 5px;
    padding-top: 50px;
}
.tags:hover{
  background-color: #C98E37;
  color: white!important;
}
.other-posts.col-lg-4{
  padding: 0;
}
.inner-row {
    display: flex;
    gap: 24px;
}
.hero__headline {
    font-size: 0.875rem;
    font-weight: 500;
}
ul#myTab {
    position: sticky;
    top: 0px;
    background-color: white;
    z-index: 100;
    padding: 15px 0px;
    margin-bottom: 62px;
}
.title-blog :hover{
	color:#c98e37!important;
}
.apartment-card__content.col-lg-8.active {
    background-color: #f2f4f7;
}

@media only screen and (min-width:1921px){

	p.quotes::before {
    margin-top: -2%;
    margin-left: -1.5%;
}
	.flying-color-2 {
    width: 130%;
    right: -70%;
}
.flying-color {
    width: 130%;
    left: -70%;
}
	}

form.wpcf7-form.init .col-md-6 p {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
form.wpcf7-form.init .col-md-12 p label{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
form.wpcf7-form.init .col-md-6 p br{
	display:none;
}
.slick-arrow.next img{
    position: relative;
    bottom: 1px;
    left: 1px;
}
.slick-arrow.prev img{
    position: relative;
    bottom: 1px;
    right: 1px;
}
.slick-arrow{
		padding:8px;
	}

.apartment-card__price .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}
li#menu-item-457 {
    cursor: pointer;
}
.main-navigation__nav-items .menu-item.current-menu-item a {
    color: #b26f2d;
}
.main-navigation__nav-items .menu-item a:hover {
     color: #b26f2d;
}
.footer-main li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-457 {
    display: none!important;
}
li#menu-item-491 {
    display: none;
}

.col-lg-6.col-12.team-card__content {
    align-self: center;
}
.gallery-4-grid{
	height:100%;
}
.one-big-image{
	max-height:600px;
}
.four-big-image{
	max-height:400px;
}
@media only screen and (min-width:1200px){
	li#menu-item-457:after {
    content: "";
    background: url(/wp-content/uploads/2024/04/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-flex;
    width: 30px;
    height: 12px;
    background-size: 24px;
}

.menu-item-has-children.active .sub-menu {
    display: block!important;
    position: absolute;
    z-index: 2;
    background: white;
    padding: 20px;
    margin-left: -20px;
	    transition: top 0.5s ease; /* Transition for smooth sliding */
}

	li#menu-item-457:after {
		    transition: ease .3s;
	}
	li#menu-item-457.active:after {
    transform: rotate(180deg);
}


}
	.menu-item-has-children .sub-menu {
    display: none;
	padding:20px;
}
@media only screen and (min-width:600px) and (max-width:1200px){

	.menu-item-has-children.active >  .sub-menu{
	display: block!important; 
    position: absolute;
    z-index: 2;
    background: white;
    padding: 20px;
    margin-left: -20px;
}
    .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-457 > a:after {
        content: "";
        background: url(/wp-content/uploads/2024/04/chevron-down.svg);
        background-repeat: no-repeat;
        background-position: center;
        display: inline-flex;
        width: 25px;
        height: 10px;
        background-size: 22px;
        margin-top: 9px;
        margin-left: 5px;
    }
	li#menu-item-457:after {
		    transition: ease .3s;
	}
	    .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-457.active > a:after {
        transform: rotate(180deg);
    }

}
@media only screen and (max-width:599px){
li.menu-item.menu-item-type-post_type.menu-item-object-services.menu-item-459 {
    padding-top: 24px;
}
li.menu-item.menu-item-type-post_type.menu-item-object-services.menu-item-463 {
    padding-bottom: 0;
}
.menu-item-has-children .sub-menu {
	padding:0px;
}
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: portrait) {
	/*.page-template-about-us
 .pros, .page-template-about-us .gallery, .page-template-about-us .team-grid .row .team-card__content {
		width: 100%!important;
	}
	.page-template-about-us .team-grid .row {
		flex-direction: column;
	}*/
}

@media only screen and (min-width: 600px) and (max-width: 1200px) and (orientation: landscape) {
	.search-form {
		width: 230%;
	}
}
h3.team-card__number {
    display: none;
}
.self-center{
	align-self:center;
}
.about-us__image .about-us-arrow:hover {
    background-color: #B26F2D;
    transition: 0.3s easy;
}

.gm-style-iw-ch {
    padding: 0 !important;
}
a.location-link {
    padding: 0 10px;
}
.section-description{
max-width:750px;
}
.page-template-homepage .apartment-card__content{
	border-bottom-left-radius:8px;
}
.page-template-homepage .single, .apartment-card__content{
  display: flex;
    flex-direction: column;
    justify-content: space-around;
   height: 230px;
}
.single-property .apartment-card__content{
	border-bottom-left-radius:8px;
}

@media only screen and (min-width: 993px) {
/* 	.hiddenmap{
    display: none;
  }
	
	.property-listing-filter .form-group{
    display: flex;
    justify-content: space-between;
}
	 */
    .search-form {
        width: 150%;
		min-width:645px;
    }
}
.form-group select{
	min-width:100px;
}

.wp-block-image img{
	width:100%;
}
h5.wp-block-heading {
    padding: 24px 0px;
	margin:0;
}
.special-offer {
    background-color: #b26f2d;
    position: absolute;
    color: white;
    padding: 10px 10px;
	border-bottom-right-radius: 8px;
}