:root {
    --primary-color: #718e2a;
    --primary-color-rgb: 113, 142, 42;
}


.size10 {
  font-size: 10px;
}
.size11 {
  font-size: 12px;
}

.size12 {
  font-size: 12px;
}

.size13 {
  font-size: 13px;
}
.image-overlay {
    opacity: .4;
    /* do not set opacity here */
}

.dark-background {
    background-color: #000;

}

.daterangepicker td.today,
.daterangepicker td.today.active,
.daterangepicker td.today.in-range {
    background-color: #788066 !important;
    /* Example: light yellow */
    color: #ffffff !important;
    border-radius: 10%;
    font-weight: bold;
}

.validator {
    width: 150px;
    font-size: 13px;
    color: #718e2a;
}

.customerInputBox {
    width: 200px;
}

.loadingIcon {
    width: 100px;
    visibility: none;
    vertical-align: middle;
}

.componentLoading {
    width: 100%;
    text-align: center;
}
.btn-radius {
    border-radius: 5px;
}
a.btn-main {
    cursor: pointer;
     border-radius: 5px;

}

.btn-main:disabled {
    background-color: #cccccc !important;
    color: #888888 !important;
    border-color: #cccccc !important;
    cursor: not-allowed;
    opacity: 0.7;
}

.amenities-toggle .btn-main {
    min-width: 0;
    white-space: nowrap;
}

.btn-main.selected {
    background-color: #93bf23 !important;
    color: #fff !important;
    border-color: #718e2a !important;
    box-shadow: 0 0 0 2px #0056b333;
    font-weight: 600;
}

#de-loader.de-loader-overlay {
    position: fixed;
    z-index: 20000;
    top: 0;
    left: 0;
    width: 100%;
    /*100vw;*/
    height: 100vh;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.de-loader-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.de-spinner {
    width: 48px;
    height: 48px;
    border: 6px solid #ccc;
    border-top: 6px solid #0078d7;
    border-radius: 50%;
    animation: de-spin 1s linear infinite;
    margin-bottom: 16px;
}

@keyframes de-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.de-loader-message {
    font-size: 1.2rem;
    color: #333;
    text-align: center;
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.popup {
    width: 100%;
    max-width: 400px;
    min-width: 200px;

    font-family: Arial, sans-serif;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.popup-content {
    text-align: center;
    padding: 10px;
}

.popup .close {

    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    color: #333;

}

.popup #emailInput {

    width: 80%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 4px;

}

.popup button {

    background-color: #718e2a;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;

}

.clickableDiv {
    cursor: pointer;
}

.owl-carousel {
    width: 100%;
    max-width: 100%;
}

.owl-carousel .item img {
    width: 80%;
    height: auto;
    display: block;
}

/* Responsive icon sizing and spacing */
.main-image-slider-icon {
    width: 50px;
    height: auto;
    transition: width 0.2s;
}

.mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
    transition: margin 0.2s;
}

/* Responsive MainTitle (h1) font size */
.fs-72 {
    font-size: 4.5rem;
    transition: font-size 0.2s;
}

@media (max-width: 992px) {
    .main-image-slider-icon {
        width: 50px;
    }

    .mx-4 {
        margin-left: 0.1rem !important;
        margin-right: 0.1rem !important;
    }

    .fs-72 {
        font-size: 3rem;
    }
}

.main-image-slider-icon-tag {
    white-space: nowrap;
    word-break: keep-all;
}

@media (max-width: 768px) {
    .main-image-slider-icon {
        width: 50px;
    }

    .mx-4 {
        margin-left: 0.1rem !important;
        margin-right: 0.1rem !important;
    }

    .main-image-slider-icon-tag {
        display: none;
    }

    .fs-72 {
        font-size: 2rem;
    }

    .swiper-inner {
        width: 100%;
        /*100vw;*/
        height: 30vh;
        /* Adjust as needed for your design */
    }
}

/* Make the image fill the section horizontally and cover it vertically 
.section-intro {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
}
    */
.section-intro {
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
}

.swiper-inner {
    width: 100%;
    /*100vw;*/
    height: 130vh;
    /* Adjust as needed for your design */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}



@media (max-width: 768px) {
    .customerInputBox {
        width: 100%;
        min-width: 0;
    }

    .validator {
        display: block;
        margin-top: 4px;
    }
}

.form-control {
    width: 100%;
    max-width: 100%;
}

/* ...existing code... */

.footer-comm-options {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    /* Center horizontally on large screens */
}

.footer-comm-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
    /* Center items horizontally */
}

.footer-comm-icon {
    width: 40px;
    height: 40px;
}

@media (max-width: 768px) {
    .footer-comm-options {
        flex-direction: column;
        gap: 0.5rem;
        align-items: center;
        /* Center vertically on small screens */
        justify-content: center;
        /* Center horizontally on small screens */
    }

    .footer-comm-item {
        justify-content: center;
        /* Center items horizontally on small screens */

    }
}

.main-image-slider-bg {
    width: 100%;
    /*100vw;*/
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    min-height: 100%;
    min-width: 100%;
    /*100vw;*/
    z-index: 1;
}

.main-image-slider-icon-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 3rem;
    padding-bottom: 0.5rem;

    overflow-x: hidden;
}

.main-image-slider-icon-item {
    display: flex;
    align-items: center;
    min-width: 0;
    flex: 0 1 auto;
}

.main-image-slider-icon-tag {
    margin-left: 0;
    margin-top: 0.25rem;
    text-align: center;
    width: 100%;
}




@media (max-width: 1024px) {
    .main-image-slider-icon-tag {
        width: 40px;
        display: none;
    }

    .main-image-slider-icon-row {

        gap: .1rem;

    }
}

@media (max-width: 600px) {
    .main-image-slider-icon-item {
        width: 60px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: .1rem;
    }

}





.iconBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    /* or auto, as needed */
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}

.square-crop {
    aspect-ratio: 1 / 1;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    background-color: #ffffff;
}

.square-crop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.in-text-link {
    color: #718e2a;
    font-weight: bold;
}

.in-text-link-white {
    color: #ffffff;
    font-weight: bold;
}

.owl-theme .owl-nav [class*='owl-'] {
    background: #718e2a;
    color: white;
    padding: 8px 15px;
    margin: 5px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-size: 20px;
    line-height: 1;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #5a6e22;
    /* Darker shade for hover */
}

.breadcrumb-h1 {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.2;
}

@media (max-width: 992px) {
    .breadcrumb-h1 {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .breadcrumb-h1 {
        font-size: 1.3rem;
    }
}

header.transparent.has-topbar.logo-center {
    width: 100%;
    max-width: 100vw;

}

.bg-color.text-light {
    width: 80%;
    right: 0;
    padding: 1.5rem;
    position: absolute;
    bottom: 0;
    z-index: 2;
    box-shadow: var(--soft-shadow);
}

@media (max-width: 768px) {
    .bg-color.text-light {
        width: 80% !important;
        right: 0;

        padding: 1rem !important;
        box-sizing: border-box;
    }

    .pe-5,
    .pb-5 {
        padding-right: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

.grid-gallery-desktop {
    display: block;
}

.grid-gallery-mobile {
    display: none;
}

@media (max-width: 1024px) {
    .grid-gallery-desktop {
        display: none !important;
    }

    .grid-gallery-mobile {
        display: block !important;
    }
}

.seo-crawler-content {
    display: none;
}

.menu-open {
    height: 100%
}

.menu-closed {
    height: auto;
}

:root {
  --basebc: 30px;
}


* {margin: 0; padding: 0; box-sizing: border-box}


.brcontainer {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	min-width: 480px;
	padding: 0 40px;
}

.breadcrumbcss {
	display: flex;
	border-radius: 6px;
	overflow: hidden;
	margin: auto;
	text-align: center;
	top: 50%;
	width: 100%;
	height: calc(var(--basebc) * 1.5);
	transform: translateY(140%);
	box-shadow: 0 1px 1px rgba(0,0,0,1),
						0 4px 14px rgba(0,0,0,0.7);
	z-index: 1;
	background-color: #e0e6d3;
	font-size: 14px;
}

	.breadcrumbcss a {
		position: relative;
		display: flex;
		flex-grow: 1;
		text-decoration: none;
		margin: auto;
		height: 100%;
		padding-left: var(--basebc);
		padding-right: 0;
		color: #718e2a;
	}

		.breadcrumbcss a:first-child {
			padding-left: calc(var(--basebc) / 2.5);
		}

		.breadcrumbcss a:last-child {
			padding-right: calc(var(--basebc) / 2.5);
		}

		.breadcrumbcss a:after {
			content: "";
			position: absolute;
			display: inline-block;
			width: calc(var(--basebc) * 1.5);
			height: calc(var(--basebc) * 1.5);
			top: 0;
			right: calc(var(--basebc) / 1.35 * -1);
			background-color: #e0e6d3;
			border-top-right-radius: 5px;
			transform: scale(0.707) rotate(45deg);
			box-shadow: 1px -1px rgba(0,0,0,0.25);
			z-index: 1;
		}

			.breadcrumbcss a:last-child:after {
				content: none;
			}

	.breadcrumbcss__inner {
		display: flex;
		flex-direction: column;
		margin: auto;
		z-index: 2;
	}

		.breadcrumbcss__title {
			font-weight: bold;
		}

.breadcrumbcss a.active, .breadcrumbcss a:hover {
    background: #718e2a; /* Example: a dark red */
    color: white;
}

.breadcrumbcss a.active:after, .breadcrumbcss a:hover:after {
    background: #718e2a;
    color: white;
}


@media all and (max-width: 1000px) {
	.breadcrumbcss {
		font-size: 12px;
        transform: translateY(20%);
	}
}

@media all and (max-width: 710px) {
	.breadcrumbcss__desc {
		
	}
	
	.breadcrumbcss {
		height: var(--basebc);
         transform: translateY(20%);
	}
	
	.breadcrumbcss a {
		padding-left: calc(var(--basebc) / 1.5);
	}
	
	.breadcrumbcss a:after {
			content: "";
			width: var(--basebc);
			height: var(--basebc);
			right: calc(var(--basebc) / 2 * -1);
			transform: scale(0.707) rotate(45deg);
		}
}

.golden-stroke {

  -webkit-text-stroke: 1px #fecf64;
}


.service-checkbox-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}
.service-checkbox-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0;
}
.service-checkbox {
    width: 32px;
    height: 32px;
    accent-color: #718e2a;
    margin: 0;
}
.service-checkbox-text {
    font-size: 1.1rem;
    vertical-align: middle;
}
.service-info-icon {
    vertical-align: middle;
}
@media (max-width: 600px) {
    .service-checkbox {
        width: 40px;
        height: 40px;
    }
    .service-checkbox-text {
        font-size: 1.2rem;
    }
}

.availability-container {
    height: 60px; /* or use height: 48px for strict height */
    display: flex;
    align-items: center;
    justify-content: center;
}

.loadingIcon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* Optional: set max-width or width for responsiveness */
    max-width: 80px;
}
.loader-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px; /* or a fixed height if needed */
}

.carousel-nav-btn{
     transform: translateY(-275%) !important;
       z-index: 1 !important;
     
}
.carousel-nav-btn.hide-nav {
    visibility: hidden !important;
  
}
.LinkButton-logoSvg {
    transform: translateY(-8px) !important;
    height: 30px;
    vertical-align: middle; /* or try: baseline, text-bottom, text-top */
    width: auto;            /* preserve aspect ratio */
    display: inline-block;  /* ensure inline alignment */

}

.contact-methods {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: center;
}

.contact-method {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    text-decoration: none;
    color: inherit;
    gap: 0.5rem;
}

.contact-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: inline-block;
}

@media (max-width: 600px) {
    .contact-methods {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
}

.apartment-label-overlay {
    position: absolute;
    left:36%;
    bottom: 0;
    transform: translateX(-30%);
    background: rgba(102,131,37,0.65); /* Optional: for readability */
    color: #fff;
    margin: 0 0px 12px 0px;
    border-radius: 0 0 6px 6px;
    font-size: 1.1rem;
    z-index: 5;
    min-width: 70%;
    text-align: center;
    pointer-events: none; /* So clicks go through to the image/NavLink */
}

.discount-label{
     transform: translateY(30px) !important;
}

.accordion {
  cursor: pointer;
  padding: 10px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  font-size: 1em;
  transition: background-color 0.2s ease;
  background-color: #e0e6d3;
  margin-top: 5px;
}

.activeAccordion, .accordion:hover {
  background-color: #93a866;
}

.panel {
  padding: 0 10px;
  display: none;
  background-color: #edf3e3;
  overflow: hidden;
}

/* Colors
$default: #212121;
$grey: #000000;
$main-color: #ff0000;


#progress-bar {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  counter-reset: step;
}

#progress-bar li {
  list-style-type: none;
  display: table-cell;
  width: 25%;
  font-size: 8px;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

#progress-bar li:before {
  width: 30px;
  height: 30px;
  color: #718e2a;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  font-size: 16px;
  border: 2px solid #718e2a;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #ced8b7;
  z-index: 2;
  position: relative;
}

#progress-bar li:after {
  content: '';
  position: absolute;
  top: 15px;
  left: 50%;
  width: 100%;
  height: 5px;
  background-color: #ced8b7;
  z-index: 1;
  transform: translateX(0);
}

#progress-bar li:first-child:after {
  left: 50%;
  width: 100%;
}

#progress-bar li:last-child:after {
  display: none;
}

#progress-bar li.step-done {
  color: #718e2a;
}

#progress-bar li.step-done:before {
  border-color: #718e2a;
  background-color: #718e2a;
  color: #fff;
}

#progress-bar li.step-done + li:after {
  background-color: #718e2a;
}

#progress-bar li.step-active {
  color: #718e2a;
}

#progress-bar li.step-active:before {
  border-color: #718e2a;
  color: #718e2a;
  font-weight: 700;
}
*/