@import url("https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap");
@import url("https://cdn.jsdelivr.net/npm/swiper@12/swiper-bundle.min.css");

.portfolio-template-default #main {
  padding: 0;
  background-color: #f9f9f9;
}
.portfolio-template-default .wgl-theme-header {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
  top: 0;
}
.portfolio-template-default .portfolio-container {
  /*max-width: 1200px;*/
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
.portfolio-template-default h2 {
  color: #21293d;
  font-family: "Tenor Sans", Sans-serif;
  font-size: 48px;
  line-height: 1.25em;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}
.portfolio-template-default h3 {
  color: #21293d;
  font-family: "Tenor Sans", Sans-serif;
  font-size: 32px;
  line-height: 1.25em;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}
.portfolio-template-default h4 {
  color: #21293d;
  font-family: "Tenor Sans", Sans-serif;
  font-size: 24px;
  line-height: 1.25em;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}


.portfolio-template-default .portfolio-featured-hero {
  position: relative;
  /*height: 550px; */
  height: 100vh;
  padding-top: 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
}
.portfolio-template-default .portfolio-featured-hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 100%;
  z-index: 0;
}
.portfolio-template-default .portfolio-hero-overlay {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  padding: 20px;
  z-index: 1;
}
.portfolio-template-default .portfolio-featured-hero .portfolio-title {
  color: #ffffff;
  font-family: "Tenor Sans", Sans-serif;
  font-size: 70px;
  line-height: 1.25em;
  letter-spacing: -0.5px;
}
.portfolio-template-default .portfolio-featured-hero .portfolio-subtitle {
  color: #fff;
  font-size: 20px;
}

/* Content */
.portfolio-content {
  padding: 80px 0;
}
.portfolio-main {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 30px;
  align-items: stretch;
}
.portfolio-left {
  grid-column: span 8 / span 8;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.portfolio-aside {
  grid-column: span 4 / span 4;
  padding-bottom: 40px;
}

.portfolio-contact {
  background-color: var(--pembe-tertiary-color);
  padding: 30px;
  border-radius: 12px;
  border: 1px solid #f5dec1;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}
.portfolio-contact .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}
.portfolio-contact .contact-item .icon img {
  width: 30px;
  min-width: 30px;
}
.portfolio-contact .contact-item .content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.portfolio-contact .contact-item strong {
  font-size: 14px;
  letter-spacing: 0.7px;
  font-weight: 500;
  text-transform: uppercase;
  color: #94a3b8;
  line-height: 1;
}
.portfolio-contact .contact-item.address-item .content{
  width: 180px;
}
.portfolio-contact .contact-item p {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #000;
}
.portfolio-contact .contact-item p a {
  text-decoration: none;
  color: #000;
}


.portfolio-links {
  background-color: var(--e-global-color-f5984e4);
  padding: 30px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  border-radius: 16px;
  height: 100%;
}
.portfolio-links h4 {
  font-size: 18px;
  color: #fff;
}
.portfolio-links .links-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.portfolio-links .portfolio-btn {
  display: block;
  padding: 14px;
  text-align: center;
  background: var(--pembe-button-bg-idle);
  color: var(--pembe-button-color-idle);
  text-decoration: none;
  border-radius: 12px;
  transition: 0.5s ease;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Jost";
  font-size: 14px;
  letter-spacing: 0.8px;
  border: 1px solid var(--pembe-button-bg-idle);
}
.portfolio-links .portfolio-btn:hover {
  background: var(--pembe-button-bg-hover);
  color: var(--pembe-button-color-hover);
}
.portfolio-links .portfolio-btn.dark-btn {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
.portfolio-links .portfolio-btn.light-btn {
  background-color: #2d3c53;
  border-color: #334155;
}


.portfolio-gallery {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.gallery-grid .swiper {
  width: 100%;
  height: 100%;
}
.gallery-grid .swiper .swiper-wrapper {
  margin-bottom: 40px;
}
.gallery-grid .swiper-slide img {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 12px;
}
.gallery-grid .swiper-pagination-bullet {
  background: #c96f56;
}
.gallery-grid .swiper-button-prev,
.gallery-grid .swiper-button-next {
  height: 30px;
  width: 30px;
  margin-top: -30px;
}
.gallery-grid .swiper-button-prev svg,
.gallery-grid .swiper-button-next svg {
  display: none;
}
.gallery-grid .swiper-button-prev,
.gallery-grid .swiper-container-rtl .swiper-button-next {
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill-rule="evenodd" clip-rule="evenodd" d="M15.7071 4.29289C16.0976 4.68342 16.0976 5.31658 15.7071 5.70711L9.41421 12L15.7071 18.2929C16.0976 18.6834 16.0976 19.3166 15.7071 19.7071C15.3166 20.0976 14.6834 20.0976 14.2929 19.7071L7.29289 12.7071C7.10536 12.5196 7 12.2652 7 12C7 11.7348 7.10536 11.4804 7.29289 11.2929L14.2929 4.29289C14.6834 3.90237 15.3166 3.90237 15.7071 4.29289Z" fill="%23c96f56"></path></g></svg>');
}
.gallery-grid .swiper-button-next,
.gallery-grid .swiper-container-rtl .swiper-button-prev {
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.29289 4.29289C8.68342 3.90237 9.31658 3.90237 9.70711 4.29289L16.7071 11.2929C17.0976 11.6834 17.0976 12.3166 16.7071 12.7071L9.70711 19.7071C9.31658 20.0976 8.68342 20.0976 8.29289 19.7071C7.90237 19.3166 7.90237 18.6834 8.29289 18.2929L14.5858 12L8.29289 5.70711C7.90237 5.31658 7.90237 4.68342 8.29289 4.29289Z" fill="%23c96f56"></path></g></svg>');
}


.portfolio-amenities {
  margin-bottom: 60px;
}
.portfolio-amenities .amenities-inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
  background-color: var(--pembe-tertiary-color);
  padding: 60px 30px;
  align-items: center;
  border-radius: 16px;
  border: 1px solid #f5dec1;
}
.amenities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  column-gap: 40px;
  row-gap: 50px;
  width: 100%;
}
.amenities-grid .amenity-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.amenities-grid .amenity-item h5 {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Jost";
  text-transform: uppercase;
  text-align: center;
}
.amenities-grid .amenity-item img {
  width: 40px;
}

.portfolio-map {
  margin-bottom: 60px;
}
.portfolio-map .portfolio-map-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.portfolio-map iframe {
  width: 100%;
  border-radius: 16px;
}

.portfolio-consent {
  padding: 0 0 80px;
}
.portfolio-consent .consent-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  /*padding: 60px 40px;*/
  padding: 60px 150px;
  gap: 20px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
}
.portfolio-consent h2 {
  font-size: 36px;
  text-align: center;
  text-transform: unset;
  margin-bottom: 15px;
  color: #1a2433;
  margin: 0;
}

.portfolio-consent h3 {
    font-family: "Tenor Sans", Sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: none;
}
.portfolio-consent p {
  /*text-align: left;*/
  text-align: center;
  font-size: 17px;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.5;
  color: #475569;
}
.portfolio-consent p strong{
  font-weight: 700;
}

.portfolio-accordion {
  background: #f3f3f3;
  padding: 60px 0;
}

.accordion-wrapper {
  margin: 30px 0 0;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  line-height: 1;
}

.accordion-header h4 {
  font-size: 20px;
  letter-spacing: 1px;
  margin: 0;
  text-transform: inherit;
  font-family: "Jost";
}

.accordion-icon {
  font-size: 24px;
  transition: 0.3s ease;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  padding-top: 0;
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
}

.accordion-item.active .accordion-content {
  max-height: 300px;
  padding-top: 15px;
}

.accordion-item.active .accordion-icon {
  transform: rotate(45deg);
}

.accordion-button-wrap {
  text-align: center;
  margin-top: 40px;
}

.start-application-btn {
  display: inline-block;
  padding: 16px 24px;
  text-align: center;
  background-color: transparent;
  color: var(--pembe-button-bg-idle);
  text-decoration: none;
  transition: 0.5s ease;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Jost";
  font-size: 16px;
  letter-spacing: 0.8px;
  border: 1px solid #bc6b50;
  line-height: 1;
}

.start-application-btn:hover {
  background: #bc6b50;
  color: #fff;
}

.portfolio-gallery .swiper-slide {
    height: 250px;
}

.accordion-content {
    max-height: unset;
	height: 0;
}
.accordion-item.active .accordion-content {
    max-height: unset;
    height: auto;
}
.portfolio-content-row .portfolio-main{
	display: block;
}
.portfolio-content-row .portfolio-links .links-grid {
    flex-direction: row;
	/*justify-content: center;*/
}

.portfolio-gallery .swiper-slide {
    height: auto;
}
.portfolio-gallery .gallery-grid .swiper-slide img {
    height: auto;
	max-height: 300px;
}
.portfolio-gallery .swiper-button-prev, .portfolio-gallery .swiper-button-next{
	display: none;
}

.portfolio-content-row .portfolio-amenities {
    margin-bottom: 10px;
}
.portfolio-content-row .portfolio-amenities .amenities-inner {
    padding: 30px 30px;
}
.portfolio-content-row .quick-links-flex{
	display: flex;
	justify-content: center;
}
.portfolio-content-row .quick-links-flex .quick-links-item {
    margin: 0 10px;
}

.portfolio-detail .portfolio-consent{
	padding: 30px 0 0 0;
}
.portfolio-detail .portfolio-consent .consent-inner {
    /* align-items: start; */
	align-items: center;
}
.portfolio-detail .portfolio-consent p {
	max-width: unset;
    margin: 0;
	font-size: 19px;
}

.portfolio-wrapper .text-center{
	text-align: center;
}

@media screen and (max-width: 782px) {
	.portfolio-content-row .portfolio-links .links-grid {
    	flex-direction: column;
	}
	.accordion-wrapper{
		width: 100%;
	}
	.table-responsive {
	  overflow-x: auto;
	  -webkit-overflow-scrolling: touch;
	}
	table {
	  width: 100%;
	  min-width: 600px; /* if needed */
	}
}


@media screen and (max-width: 1023px) {
  .portfolio-main {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .portfolio-template-default .portfolio-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .portfolio-template-default .portfolio-featured-hero .portfolio-title {
    font-size: 42px;
  }
  .portfolio-template-default h3 {
    font-size: 24px;
  }
  .portfolio-content {
    padding: 60px 0;
  }
  .portfolio-contact,
  .portfolio-links {
    padding: 30px 20px;
  }
  .gallery-grid .swiper-slide img {
    height: 180px;
  }
  .portfolio-aside {
    padding-bottom: 0;
  }
  .amenities-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 30px;
  }
  .portfolio-amenities .amenities-inner {
    gap: 30px;
    padding: 30px 20px;
  }
  .amenities-grid .amenity-item h5 {
    font-size: 13px;
  }
  .amenities-grid .amenity-item img {
    width: 35px;
  }
  .portfolio-consent {
    padding: 0 0 60px;
  }
  .portfolio-consent .consent-inner {
    padding: 40px 20px;
  }
  .portfolio-consent h2 {
    font-size: 30px;
  }
  .portfolio-consent p {
    font-size: 16px;
  }
  .accordion-content {
    font-size: 16px;
  }
}

.contact-grid{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap:20px;
}
@media (max-width:768px){
    .contact-grid{
        grid-template-columns:1fr;
    }
}

.consent-inner .quick-links-flex{
	width: 100%;
    text-align: center;
}


/* =========================================
   FIXED QUICK LINKS
========================================= */

.fixed-quick-links {
    position: fixed;
    right: 25px;
    bottom: 120px;
    width: 210px;
    z-index: 9999;

    background: #21293d;
    border-radius: 10px;
    overflow: hidden;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);

    transition: all 0.35s ease;
}


/* Header */

.fixed-quick-links-header {
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 18px;

    color: #fff;

    font-family: "Jost", sans-serif;
    font-size: 12px;
    font-weight: 500;

    letter-spacing: 1.2px;
    text-transform: uppercase;

    cursor: pointer;
}


/* Toggle */

.fixed-quick-links-toggle {
    font-size: 20px;
    font-weight: 300;
    line-height: 1;

    transition: transform 0.3s ease;
}


/* Links */

.fixed-quick-links-items {
    max-height: 500px;
    overflow: hidden;

    background: #fff;

    transition:
        max-height 0.4s ease,
        opacity 0.3s ease;
}


.fixed-quick-links-items a {
    display: flex;
    align-items: center;

    min-height: 48px;

    padding: 0 18px;

    color: #21293d;

    text-decoration: none;

    font-family: "Jost", sans-serif;
    font-size: 12px;
    font-weight: 500;

    letter-spacing: 0.5px;
    text-transform: uppercase;

    border-bottom: 1px solid #eeeeee;

    transition: all 0.25s ease;
}


.fixed-quick-links-items a:last-child {
    border-bottom: 0;
}


.fixed-quick-links-items a:hover {
    padding-left: 24px;
    color: #bc6b50;
}


/* =========================================
   COLLAPSED STATE
========================================= */

.fixed-quick-links.collapsed {
    width: 54px;
}


.fixed-quick-links.collapsed .fixed-quick-links-header {
    justify-content: center;
    padding: 0;

    writing-mode: initial;
}


.fixed-quick-links.collapsed .fixed-quick-links-header span:first-child {
    font-size: 0;
}


.fixed-quick-links.collapsed .fixed-quick-links-header span:first-child::before {
    content: "↗";

    font-size: 17px;
}


.fixed-quick-links.collapsed .fixed-quick-links-toggle {
    display: none;
}


.fixed-quick-links.collapsed .fixed-quick-links-items {
    max-height: 0;
    opacity: 0;
}


/* =========================================
   HOVER - EXPAND WHEN COLLAPSED
========================================= */

.fixed-quick-links.collapsed:hover {
    width: 210px;
}


.fixed-quick-links.collapsed:hover .fixed-quick-links-header {
    justify-content: space-between;
    padding: 0 18px;
}


.fixed-quick-links.collapsed:hover .fixed-quick-links-header span:first-child {
    font-size: 12px;
}


.fixed-quick-links.collapsed:hover .fixed-quick-links-header span:first-child::before {
    display: none;
}


.fixed-quick-links.collapsed:hover .fixed-quick-links-toggle {
    display: block;
}


.fixed-quick-links.collapsed:hover .fixed-quick-links-items {
    max-height: 500px;
    opacity: 1;
}


.fixed-quick-links.special-banner{
    right: 236px;
	max-width: 700px;
    width: unset;
}
.fixed-quick-links.special-banner.collapsed{
	display: none;
}
.special-banner .fixed-quick-links-header{
	height: 100px;
	font-size: 18px;
	text-transform: none;
}

/* =========================================
   MOBILE
========================================= */

@media screen and (max-width: 767px) {

    .fixed-quick-links {
        right: 15px;
        bottom: 25px;
        width: 190px;
    }

    .fixed-quick-links.collapsed {
        width: 50px;
    }

    .fixed-quick-links.collapsed:hover {
        width: 190px;
    }
	.fixed-quick-links.special-banner{
		display: none;
	}

}


/* =========================================
   CONTACT + AMENITIES + LOCATION
   Scoped to .contact-ame-loc


.contact-ame-loc {
    padding: 20px 0 80px;
}

.contact-ame-loc .property-info-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 30px;
    align-items: stretch;
}

.contact-ame-loc .property-info-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
}



//COMMON


.contact-ame-loc .property-section-label {
    margin-bottom: 12px;
    color: #bc6b50;
    font-family: "Jost", sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.contact-ame-loc .property-info-grid h3 {
    margin: 0;
    color: #21293d;
    font-family: "Tenor Sans", Sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: none;
}



//CONTACT


.contact-ame-loc .property-contact {
    padding: 45px 40px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
}

.contact-ame-loc .property-contact-list {
    margin-top: 30px;
}

.contact-ame-loc .property-contact-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
}

.contact-ame-loc .property-contact-item:first-child {
    padding-top: 0;
}

.contact-ame-loc .property-contact-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.contact-ame-loc .property-contact-icon {
    width: 54px;
    min-width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #faf6f2;
    border-radius: 50%;
}

.contact-ame-loc .property-contact-icon img {
    width: 27px;
    height: 27px;
    object-fit: contain;
}

.contact-ame-loc .property-contact-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.contact-ame-loc .property-contact-content span {
    color: #94a3b8;
    font-family: "Jost", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.contact-ame-loc .property-contact-content p {
    margin: 0;
    color: #21293d;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.contact-ame-loc .property-contact-content p a {
    color: #21293d;
    text-decoration: none;
}

.contact-ame-loc .property-contact-content p a:hover {
    color: #bc6b50;
}



//AMENITIES


.contact-ame-loc .property-amenities {
    flex: 1;
    padding: 45px 40px;
    background: #21293d;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.contact-ame-loc .property-amenities::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    left: -130px;
    bottom: -150px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    pointer-events: none;
}

.contact-ame-loc .property-amenities .property-section-label {
    color: #bc6b50;
}

.contact-ame-loc .property-amenities h3 {
    color: #fff;
}

.contact-ame-loc .property-amenities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
}

.contact-ame-loc .property-amenity-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.contact-ame-loc .property-amenity-item:last-child {
    border-right: 0;
}

.contact-ame-loc .property-amenity-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border: 1px solid rgba(188, 107, 80, 0.45);
    border-radius: 50%;
}

.contact-ame-loc .property-amenity-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.contact-ame-loc .property-amenity-item h5 {
    margin: 0;
    color: #fff;
    font-family: "Jost", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}



//LOCATION / MAP


.contact-ame-loc .property-location {
    min-height: 100%;
}

.contact-ame-loc .property-location-map {
    height: 100%;
    min-height: 620px;
    overflow: hidden;
    background: #eee;
    border-radius: 16px;
}

.contact-ame-loc .property-location-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}



//TABLET


@media screen and (max-width: 1023px) {

    .contact-ame-loc .property-info-grid {
        grid-template-columns: 1fr;
    }

    .contact-ame-loc .property-location-map {
        min-height: 450px;
    }

}



//MOBILE


@media screen and (max-width: 767px) {

    .contact-ame-loc {
        padding: 10px 0 60px;
    }

    .contact-ame-loc .property-info-grid {
        gap: 20px;
    }

    .contact-ame-loc .property-info-left {
        gap: 20px;
    }

    .contact-ame-loc .property-contact,
    .contact-ame-loc .property-amenities {
        padding: 35px 25px;
    }

    .contact-ame-loc .property-info-grid h3 {
        font-size: 28px;
    }

    .contact-ame-loc .property-contact-item {
        gap: 15px;
    }

    .contact-ame-loc .property-contact-icon {
        width: 48px;
        min-width: 48px;
        height: 48px;
    }

    .contact-ame-loc .property-contact-icon img {
        width: 23px;
        height: 23px;
    }

    .contact-ame-loc .property-contact-content p {
        font-size: 14px;
    }

    .contact-ame-loc .property-amenities-grid {
        margin-top: 30px;
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .contact-ame-loc .property-amenity-item {
        padding: 0 0 25px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .contact-ame-loc .property-amenity-item:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .contact-ame-loc .property-location-map {
        min-height: 400px;
    }

}

*/

/* =========================================
   CONTACT + AMENITIES + LOCATION
   Scoped to .contact-ame-loc
========================================= */

.contact-ame-loc {
    padding: 20px 0 80px;
}


/* =========================================
   MAIN LAYOUT
========================================= */

.contact-ame-loc .property-info-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
}


/* =========================================
   AMENITIES - FULL WIDTH
========================================= */

.contact-ame-loc .property-amenities {
    width: 100%;
    padding: 50px 50px;

    background: #21293d;

    border-radius: 16px;

    position: relative;
    overflow: hidden;
}


/* subtle decorative circle */

.contact-ame-loc .property-amenities::after {
    content: "";

    position: absolute;

    width: 320px;
    height: 320px;

    left: -160px;
    bottom: -190px;

    border: 1px solid rgba(255, 255, 255, 0.06);

    border-radius: 50%;

    pointer-events: none;
}


/* =========================================
   AMENITIES HEADING
========================================= */

.contact-ame-loc .property-amenities .property-section-label {
    margin-bottom: 12px;

    color: #bc6b50;

    font-family: "Jost", sans-serif;
    font-size: 13px;
    font-weight: 500;

    letter-spacing: 2px;
    text-transform: uppercase;
}


.contact-ame-loc .property-amenities h3 {
    margin: 0;

    color: #ffffff;

    font-family: "Tenor Sans", Sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;

    text-transform: none;
}


/* =========================================
   AMENITIES GRID
========================================= */

.contact-ame-loc .property-amenities-grid {
    display: flex;
    flex-wrap: wrap;

    justify-content: center;

    width: 100%;

    margin-top: 45px;
}


/* =========================================
   EACH AMENITY
========================================= */

.contact-ame-loc .property-amenity-item {
    flex: 0 1 20%;

    max-width: 20%;

    display: flex;
    flex-direction: column;
    align-items: center;

    padding: 0 25px;

    text-align: center;

    border-right: 1px solid rgba(255, 255, 255, 0.15);
}


/* Remove divider from every 5th item */

.contact-ame-loc .property-amenity-item:nth-child(5n) {
    border-right: 0;
}


/* =========================================
   AMENITY ICON
========================================= */

.contact-ame-loc .property-amenity-icon {
    width: 62px;
    height: 62px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 18px;

    border: 1px solid rgba(188, 107, 80, 0.5);

    border-radius: 50%;
}


.contact-ame-loc .property-amenity-icon img {
    width: 30px;
    height: 30px;

    object-fit: contain;
}


/* =========================================
   AMENITY TITLE
========================================= */

.contact-ame-loc .property-amenity-item h5 {
    margin: 0;

    color: #ffffff;

    font-family: "Jost", sans-serif;

    font-size: 13px;
    font-weight: 500;

    line-height: 1.4;

    letter-spacing: 0.8px;

    text-transform: uppercase;
}


/* =========================================
   CONTACT + MAP ROW
========================================= */

.contact-ame-loc .property-info-left {
    display: contents;
}


/*
 * We use order so:
 *
 * Amenities
 * Contact + Map
 *
 * But because property-info-left contains Contact + Amenities,
 * move Amenities visually to the top.
 */

.contact-ame-loc .property-amenities {
    order: 1;
}

.contact-ame-loc .property-contact {
    order: 2;
}

.contact-ame-loc .property-location {
    order: 3;
}


/* =========================================
   CONTACT + MAP WRAPPER
========================================= */

/*
 * Since Contact and Map need to sit side-by-side,
 * make the main grid a CSS grid and use contents.
 */

.contact-ame-loc .property-info-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 30px;
}


/* Amenities spans entire row */

.contact-ame-loc .property-amenities {
    grid-column: 1 / -1;
}


/* Contact */

.contact-ame-loc .property-contact {
    grid-column: 1;
}


/* Map */

.contact-ame-loc .property-location {
    grid-column: 2;
}


/* =========================================
   CONTACT
========================================= */

.contact-ame-loc .property-contact {
    padding: 45px 40px;

    background: #ffffff;

    border: 1px solid #e8e8e8;

    border-radius: 16px;
}


.contact-ame-loc .property-contact-list {
    margin-top: 30px;
}


.contact-ame-loc .property-contact-item {
    display: flex;
    align-items: center;

    gap: 20px;

    padding: 20px 0;

    border-bottom: 1px solid #eeeeee;
}


.contact-ame-loc .property-contact-item:first-child {
    padding-top: 0;
}


.contact-ame-loc .property-contact-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}


.contact-ame-loc .property-contact-icon {
    width: 54px;
    min-width: 54px;
    height: 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #faf6f2;

    border-radius: 50%;
}


.contact-ame-loc .property-contact-icon img {
    width: 27px;
    height: 27px;

    object-fit: contain;
}


.contact-ame-loc .property-contact-content {
    display: flex;
    flex-direction: column;

    gap: 5px;
}


.contact-ame-loc .property-contact-content span {
    color: #94a3b8;

    font-family: "Jost", sans-serif;

    font-size: 12px;
    font-weight: 500;

    letter-spacing: 1.2px;

    text-transform: uppercase;
}


.contact-ame-loc .property-contact-content p {
    margin: 0;

    color: #21293d;

    font-family: "Jost", sans-serif;

    font-size: 16px;
    font-weight: 500;

    line-height: 1.4;
}


.contact-ame-loc .property-contact-content p a {
    color: #21293d;
    text-decoration: none;
}


.contact-ame-loc .property-contact-content p a:hover {
    color: #bc6b50;
}


/* =========================================
   MAP
========================================= */

.contact-ame-loc .property-location {
    min-height: 100%;
}


.contact-ame-loc .property-location-map {
    height: 100%;

    min-height: 100%;

    overflow: hidden;

    background: #eeeeee;

    border-radius: 16px;
}


.contact-ame-loc .property-location-map iframe {
    display: block;

    width: 100%;
    height: 100%;

    border: 0;
}


/* =========================================
   TABLET
========================================= */

@media screen and (max-width: 1023px) {

    .contact-ame-loc .property-info-grid {
        grid-template-columns: 1fr;
    }

    .contact-ame-loc .property-amenities {
        grid-column: 1;
    }

    .contact-ame-loc .property-contact {
        grid-column: 1;
    }

    .contact-ame-loc .property-location {
        grid-column: 1;
    }

    .contact-ame-loc .property-location-map {
        min-height: 450px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media screen and (max-width: 767px) {

    .contact-ame-loc {
        padding: 10px 0 60px;
    }


    .contact-ame-loc .property-info-grid {
        gap: 20px;
    }


    .contact-ame-loc .property-amenities,
    .contact-ame-loc .property-contact {
        padding: 35px 25px;
    }


    .contact-ame-loc .property-amenities h3 {
        font-size: 28px;
    }


    .contact-ame-loc .property-contact-item {
        gap: 15px;
    }


    .contact-ame-loc .property-contact-icon {
        width: 48px;
        min-width: 48px;
        height: 48px;
    }


    .contact-ame-loc .property-contact-icon img {
        width: 23px;
        height: 23px;
    }


    .contact-ame-loc .property-contact-content p {
        font-size: 14px;
    }


    /* 2 amenities per row on mobile */

    .contact-ame-loc .property-amenity-item {
        flex: 0 1 50%;
        max-width: 50%;

        padding: 0 10px 25px;

        margin-bottom: 25px;

        border-right: 1px solid rgba(255, 255, 255, 0.15);
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }


    .contact-ame-loc .property-amenity-item:nth-child(2n) {
        border-right: 0;
    }


    .contact-ame-loc .property-amenity-icon {
        width: 52px;
        height: 52px;
    }


    .contact-ame-loc .property-amenity-icon img {
        width: 26px;
        height: 26px;
    }


    .contact-ame-loc .property-amenity-item h5 {
        font-size: 12px;
    }


    .contact-ame-loc .property-location-map {
        min-height: 400px;
    }

}


/* =========================================
   COMMUNITY HIGHLIGHTS
========================================= */

.community-highlights {
    padding: 20px 0 80px 0;
}

.community-highlights-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}


/* =========================================
   IMAGE
========================================= */

.community-highlights-image {
    width: 100%;
    height: 620px;
    overflow: hidden;
    border-radius: 16px;
}

.community-highlights-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* =========================================
   CONTENT
========================================= */

.community-highlights-content {
    padding: 20px 0;
}

.community-highlights-label {
    margin-bottom: 12px;

    color: #bc6b50;

    font-family: "Jost", sans-serif;
    font-size: 13px;
    font-weight: 500;

    letter-spacing: 2px;
    text-transform: uppercase;
}

.community-highlights-content h3 {
    margin: 0;

    color: #21293d;

    font-family: "Tenor Sans", sans-serif;
    font-size: 42px;
    font-weight: 400;

    line-height: 1.2;
}


.community-highlights-intro {
    max-width: 500px;

    margin: 20px 0 35px;

    color: #5d6575;

    font-family: "Jost", sans-serif;
    font-size: 16px;
    line-height: 1.7;
}


/* =========================================
   HIGHLIGHT LIST
========================================= */

.community-highlights-list {
    border-top: 1px solid #dedede;
}


.community-highlight-item {
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 20px;

    padding: 20px 0;

    border-bottom: 1px solid #dedede;
}


/* Number */

.highlight-number {
    color: #bc6b50;

    font-family: "Tenor Sans", sans-serif;
    font-size: 15px;

    line-height: 1.5;
}


/* Title */

.community-highlight-item h5 {
    margin: 0 0 5px;

    color: #21293d;

    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 500;

    line-height: 1.4;
}


/* Description */

.community-highlight-item p {
    margin: 0;

    color: #7b8492;

    font-family: "Jost", sans-serif;
    font-size: 13px;

    line-height: 1.5;
}


/* =========================================
   HOVER
========================================= */

.community-highlight-item {
    transition: padding-left 0.3s ease;
}

.community-highlight-item:hover {
    padding-left: 8px;
}

.community-highlight-item:hover .highlight-number {
    color: #21293d;
}


/* =========================================
   TABLET
========================================= */

@media screen and (max-width: 1023px) {

    .community-highlights {
        padding: 60px 0;
    }

    .community-highlights-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .community-highlights-image {
        height: 520px;
    }

    .community-highlights-content h3 {
        font-size: 34px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media screen and (max-width: 767px) {

    .community-highlights {
        padding: 50px 0;
    }

    .community-highlights-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .community-highlights-image {
        height: 400px;
    }

    .community-highlights-content {
        padding: 0;
    }

    .community-highlights-content h3 {
        font-size: 30px;
    }

    .community-highlights-intro {
        font-size: 14px;
    }

    .community-highlight-item {
        grid-template-columns: 40px 1fr;
        gap: 12px;
        padding: 18px 0;
    }

    .community-highlight-item h5 {
        font-size: 14px;
    }

    .community-highlight-item p {
        font-size: 12px;
    }

}