.elementor-2799 .elementor-element.elementor-element-0aaa681{--display:flex;--margin-top:150px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2799 .elementor-element.elementor-element-0aaa681:not(.elementor-motion-effects-element-type-background), .elementor-2799 .elementor-element.elementor-element-0aaa681 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}.elementor-2799 .elementor-element.elementor-element-547c39c{--display:flex;}.elementor-2799 .elementor-element.elementor-element-fab3027{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2799 .elementor-element.elementor-element-fab3027:not(.elementor-motion-effects-element-type-background), .elementor-2799 .elementor-element.elementor-element-fab3027 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-2799 .elementor-element.elementor-element-2561b46{--display:flex;}.elementor-2799 .elementor-element.elementor-element-b0349d1{--display:flex;--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2799 .elementor-element.elementor-element-b0349d1:not(.elementor-motion-effects-element-type-background), .elementor-2799 .elementor-element.elementor-element-b0349d1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}.elementor-2799 .elementor-element.elementor-element-074acb9{--display:flex;}.elementor-2799 .elementor-element.elementor-element-0d54970{--display:flex;}.elementor-2799 .elementor-element.elementor-element-59f36d2{--display:flex;--padding-top:80px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2799 .elementor-element.elementor-element-59f36d2:not(.elementor-motion-effects-element-type-background), .elementor-2799 .elementor-element.elementor-element-59f36d2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}.elementor-2799 .elementor-element.elementor-element-9fc8990{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 20px;text-align:start;}.elementor-2799 .elementor-element.elementor-element-9fc8990.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-2799 .elementor-element.elementor-element-9fc8990 .elementor-heading-title{font-family:"Roxborough CF", Sans-serif;font-size:26.66px;font-weight:400;text-decoration:none;line-height:37px;color:var( --e-global-color-primary );}.elementor-2799 .elementor-element.elementor-element-72d06b6{--display:flex;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}@media(max-width:1024px){.elementor-2799 .elementor-element.elementor-element-9fc8990{width:var( --container-widget-width, 86% );max-width:86%;--container-widget-width:86%;--container-widget-flex-grow:0;}}@media(max-width:767px){.elementor-2799 .elementor-element.elementor-element-9fc8990{width:var( --container-widget-width, 88.986% );max-width:88.986%;--container-widget-width:88.986%;--container-widget-flex-grow:0;}.elementor-2799 .elementor-element.elementor-element-9fc8990 .elementor-heading-title{font-size:35px;line-height:50px;}}/* Start custom CSS for shortcode, class: .elementor-element-d5238dd *//* --- Header --- */
.light-section {
  padding: 0px 0 70px;
}

.main-title {
  color: #2E0D11 !important;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2; /* Increased slightly for better readability */
  text-align: center;
  margin-bottom: 30px;
}

.quick-specs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap; /* Allows items to wrap on mobile */
}

.v-divider {
  width: 1px;
  height: 45px;
  background: #2E0D11;
  opacity: 1; /* Fixed opacity 0px */
}

.label {
  display: block;
  font-size: 17px;
  color: #2E0D11 !important;
  font-weight: 400 !important;
}

.value {
  font-size: 17.81px;
  line-height: 24px;
  font-weight: 700 !important;
  color: #2E0D11 !important;
}

/* --- Gallery & Tags --- */
.gallery-section {
  min-height: 100vh; /* Changed from height to min-height for content flow */
  display: flex;
  flex-direction: column;
}

.gallery-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}

.image-wrapper {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
  flex-grow: 1;
  min-height: 400px; /* Ensures the gallery doesn't disappear on small screens */
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.view-all-btn {
  position: absolute;
  bottom: 25px;
  right: 25px;
  padding: 12px 25px;
  background: #ECDECD !important;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-family: inherit;
  font-weight: 400;
  color: #2E0D11 !important;
  z-index: 5;
}

.id-flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 40px 0 0;
  justify-content: space-between;
}

.id-pill {
  background: #2E0D11;
  color: #ECDECD;
  padding: 18px 25px;
  border-radius: 10px;
  font-size: 16px;
  flex: 1;
  min-width: 200px;
  text-align: center;
}

.pill span{
    margin-left: 5px;
}

/* --- Navigation --- */
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #2E0D11 !important;
  color: white;
  border: none;
  padding: 15px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  transition: opacity 0.3s;
}

.prev { left: 15px; }
.next { right: 15px; }

/* --- RESPONSIVENESS --- */

@media (max-width: 768px) {
  .quick-specs {
    gap: 15px;
  }
  
  /* Hide vertical dividers on mobile and use spacing instead */
  .v-divider {
    display: none; 
  }

  .quick-specs > div {
    text-align: center;
    flex: 1 1 40%; /* Two items per row on tablets */
  }

  .image-wrapper {
     /* Shorter gallery for mobile */
  }

  .view-all-btn {
    bottom: 15px;
    right: 15px;
    padding: 10px 18px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .light-section {
    /*padding-bottom: 40px;*/
  }
  
  .gallery-container{
      padding:0px;
  }
  
  .carousel-track img{
      min-height: 400px;
  }

  .main-title {
    font-size: 33px !important;
    line-height: 32px !important;
  }
  
  
  .gallery-section{
      min-height: auto;
  }

  .id-pill {
    min-width: 100%; /* Stack pills vertically on very small screens */
    padding: 15px;
  }
  
  .pill{
      margin-bottom: 0px !important;
  }
  
  .agent-role{
      line-height: 22px !important;
  }

  .nav-btn {
    padding: 10px !important;
  }
  
  .btn-beige{
      padding: 12px 32px 12px 32px !important;
  }
}


.carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-track-container {
  overflow: hidden;
}

.carousel-track {
  display: flex;
  transition: transform 0.4s ease-in-out;
}

.hero-img {
  min-width: 100%; /* each image takes full width */
  object-fit: cover;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 2;
}

.prev { left: 10px; }
.next { right: 10px; }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0aaa681 */.elementor-location-header{
    background-color: #ECDECD !important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-87b21d1 *//* --- Dark Content Section --- */
.dark-section {
  background: #2E0D11;
  color: #ECDECD;
  margin-top: 50px;
 margin-bottom: 100px;
}

.serif-title {
  color:#ECDECD !important;
  font-size: 26px !important;
  margin:0px !important;
}

.content-row {
  display: flex;
  gap: 60px;
  margin-bottom: 30px;
  line-height: 22px;
}

.info-column {
  flex: 1.2;
  line-height: 22px;
  font-size: 16px;
}

.agent-card {
  flex: 1;
  background: #00000026;
  border: 1px solid #3d1e20;
  border-radius: 10px;
  padding: 30px;
  height: fit-content;
}

.agent-flex {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.agent-photo {
  width: 150px;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
}

.prompt {
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ECDECD !important;
}

.agent-name {
  font-size: 16px !important;
   color:#ECDECD !important;
    line-height: 2px !important;
    font-family: inter !important;
}

.agent-role {
  font-size: 0.85rem;
 margin-bottom: 0px;
  line-height: 2px;
}

.agent-email {
  font-size: 0.85rem;
  text-decoration: none;
      margin-bottom: 20px;
    margin-top: 20px;
    line-height: 20px !important;
}

.agent-actions {
  display: flex;
  gap: 10px;
}

.btn-beige {
  background: #ECDECD !important;
  color: #2E0D11 !important;
  border: none;
  padding: 1px 30px 1px 30px !important;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 400;
}
.btn-outline {
  background: transparent !important;
  color: var(--beige);
  border: 1px solid #ECDECD;
  padding: 8px 30px 8px 30px;
  border-radius: 10px;
  cursor: pointer;
}

.section-divider {
  border: 0;
  border-top: 1px solid var(--border-soft);
  margin: 60px 0;
}

/* --- Grids --- */
.pills-grid,
.amenities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 15px;
}

.pill {
  background: #00000026;
  border: 1px solid #3d1e20;
  padding: 12px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 15px;;
  }

.amenity {
  background: #00000026;
  border: 1px solid #3d1e20;
  padding: 8px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
}

.amenity svg {
  color: var(--beige);
  margin-right: 10px;
  font-weight: bold;
}

/* --- Responsive Layout --- */
@media (max-width: 992px) {
  .content-row {
    flex-direction: column;
  }
  .main-title {
    font-size: 2.5rem;
  }
  .quick-specs {
    flex-wrap: wrap;
  }
  .v-divider {
    display: none;
  }
}

@media (max-width: 600px) {
  .agent-flex {
    flex-direction: column;
    text-align: center;
  }
  .agent-photo {
    margin: 0 auto;
  }
  .agent-actions {
    flex-direction: column;
  }
  .id-tags-bar {
    flex-direction: column;
  }
  .dark-tag {
    width: 100%;
    text-align: center;
  }
}


@media (max-width: 480px) {
  .btn-beige{
      padding: 12px 32px 12px 32px !important;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-e160321 *//* Container Grid */
#similar-property-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); /* Slightly wider for better legibility */
  gap: 30px;
  margin: 0px 0;
}

/* Main Card */
.property-card {
  position: relative;
  border: none; /* Removed the thin grey border */
  border-radius: 10px; /* Softer rounded corners */
  overflow: hidden;
  
  transition: transform 0.3s ease;
}

/* The Image */
.property-image img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  display: block;
  border-radius: 0px; 
}

/* Info Section Padding & Flex */
.property-info {
  padding: 16px;
  padding-left: 0px;
  display: flex;
  flex-direction: column;
}

/* 1. Location (Now at the top) */
.property-location {
  order: 1; 
  font-size: 16px;
  color: #2E0D11;
  margin-bottom: 0px;
}

/* 2. Property Title */
.property-title {
  order: 2;
  font-size: 20px !important;
  color: #2E0D11 !important; 
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700 !important;
}

/* 3. Price and Meta (Beds/Baths) */
.property-meta {
  order: 3;
  font-size: 16px;
  color: #2E0D11;
  margin-bottom: 5px;
  font-weight: 400;
}

/* 4. View Details Link */
.btn {
  order: 4;
  display: inline-block;
  color: #2E0D11 !important;
  padding: 0;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition: opacity 0.2s;
}

.property-status {
  display: none; /* Hiding to match the clean look of the reference */
}

/* New Badge - Modern Style */
.property-badge {
  position: absolute;
  top: 15px;
  right: 15px; /* Moved to right */
  background: rgba(255, 255, 255, 0.9);
  color: #3d1c1c;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Roxborough CF';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://bulvarglobal.com/wp-content/uploads/2025/12/Roxborough-CF.ttf') format('truetype');
}
/* End Custom Fonts CSS */