.center-map-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px; /* adjust or remove as needed */
}

@media (max-width: 767px) {
    body > main > section.center-section.text-center {
      margin-bottom: 50px;
    }
  }
  
.footer-unset-links {
    text-decoration: none;
}
.small-title-error {
    margin-top: 150px;
    font-family: Raleway!important;
font-weight: 600;
font-size: 14px!important;
line-height: 100%;
letter-spacing: 50%!important;
text-align: center;
text-transform: uppercase;
color: #C08362;

}
.title-error {
    font-family: Playfair Display;
font-weight: 600;
font-size: 96px;
line-height: 100%;
letter-spacing: 10%;
text-align: center;
text-transform: uppercase;
padding-bottom: 50px;

}
.text-error {
    font-family: Raleway;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 5%;
    text-align: center;
    color: #696969;    

}
a.getdirections {
    all: unset;
    display: inline-block;
    cursor: pointer;
    color: #696969;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.7px;
    text-align: left;
}

.getdirections .no-underline {
    text-decoration: none;
}

.getdirections .underlined {
    text-decoration: underline;
}

/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

/* Optional: keep smooth hover behavior */
.nav-item.dropdown .dropdown-menu {
    margin-top: 0;
    display: none;
}
#successMessage {
    display: none;
    transition: all 0.3s ease-in-out;
  }
.success-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #28a745;
    font-size: 1rem;
    display: none;
    pointer-events: none;
  
    /* ✅ Fix rendering issues */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: none !important; /* Prevent pseudo content if any */
    line-height: 1;
    height: 1em;
    width: 1em;
  }
  
  input.form-control.is-valid ~ .success-icon {
    display: inline;
  }
/* Green border on focus */
.form-control:focus {
    border: 2px solid #28a745 !important;
    box-shadow: none;
}

/* Red border when invalid */
.form-control.is-invalid {
    border: 2px solid #dc3545 !important;
    box-shadow: none;
}

/* Optional for checkbox/radio */
/* input.is-invalid[type="checkbox"],
input.is-invalid[type="radio"] {
    outline: 2px solid #dc3545;
} */

body main > section.development-section.text-center.px-3.px-md-0 {
  margin-top: 50px;
}

@media (max-width: 768px) {
  body > main > section.development-section.text-center.px-3.px-md-0 {
    margin-top: 0 !important;
  }
}

body > main > div > section:nth-child(7) {
  padding-bottom: 100px !important;
}

@media (max-width: 768px) {
  body > main > div > section:nth-child(7) {
    padding-bottom: 50px !important;
  }
}

@media (max-width: 768px) {
  body > main > div > section:nth-child(4) > div > div.col-lg-6.text-center.mb-4.mb-lg-0.order-2.order-lg-1 > img {
    padding-top: 20px !important;
  }
}

.carousel-indicators.carousel-indicators-index button {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background-color: #999 !important;
  margin: 4px !important;
  opacity: 0.5 !important;
  transition: all 0.3s ease;
}

.carousel-indicators.carousel-indicators-index button.active {
  background-color: #333 !important;
  opacity: 1 !important;
  transform: scale(1.2);
}


.brochure {
    padding-top: 10px;
}
.virtual-tour-individual {
    padding-left: 20px;
    padding-top: 5px;
}

@media (max-width: 768px) {
  .virtual-tour-individual {
    padding-top: 20px !important;
  }
}
@media (max-width: 768px) {
  .brochure {
    padding-top: 20px !important;
  }
}

.carousel-indicators-index {
    margin-bottom: -2rem!important;
}

.carousel-indicators-individual {
    margin-bottom: -2rem!important;
}
.floor-plan-section {
  margin-bottom: 100px;
}

/* Medium devices (tablets) */
@media (max-width: 768px) {
  .floor-plan-section {
    margin-bottom: 60px;
  }
}

/* Small devices (phones) */
@media (max-width: 576px) {
  .floor-plan-section {
    margin-bottom: 40px;
  }
}

.underline-hover {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.underline-hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px; /* Thinner underline */
  background-color: #C08362; /* Your orange color */
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease-in-out;
}

.underline-hover:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.table {
    background: transparent !important;
    --bs-table-bg: transparent !important;
}
.table-heading {
    margin-top: 50px;

}

.center-section {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    margin-bottom: 100px;
}
.text-content-individual {
    max-width: 500px;
    margin-left: 13px;
    margin-right: 13px;
}

.individual-heading {
    margin-top: 50px; /* Default for desktop */
}

/* Tablet screens (up to 1024px) */
@media (max-width: 1024px) {
    .individual-heading {
        margin-top: 40px;
    }
}

/* Mobile screens (up to 768px) */
@media (max-width: 768px) {
    .individual-heading {
        margin-top: 30px;
    }
}

/* Small mobile screens (up to 480px) */
@media (max-width: 480px) {
    .individual-heading {
        margin-top: 20px;
    }
}

.heading-table-wrapper {
    margin-top: 100px;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

/* Tablet screens (up to 1024px) */
@media (max-width: 1024px) {
    .heading-table-wrapper {
        margin-top: 80px;
        margin-bottom: 40px;
    }
}

/* Mobile screens (up to 768px) */
@media (max-width: 768px) {
    .heading-table-wrapper {
        margin-top: 60px;
        margin-bottom: 30px;
    }
}

/* Small mobile screens (up to 480px) */
@media (max-width: 480px) {
    .heading-table-wrapper {
        margin-top: 40px;
        margin-bottom: 20px;
    }
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centers the text */
    text-align: center;
    width: 80%; /* Limits text width for readability */
}

.hero-title {
color: #FFF;
text-align: center;
font-family: "Playfair Display";
/*font-size: 64px;*/
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 9.6px;
text-transform: uppercase;
}

.investment-icons {
    margin-bottom: 95px;
    margin-top: 45px;
}

/* Tablet screens (up to 1024px) */
@media (max-width: 1024px) {
    .investment-icons {
        margin-bottom: 70px;
        margin-top: 35px;
    }
}

/* Mobile screens (up to 768px) */
@media (max-width: 768px) {
    .investment-icons {
        margin-bottom: 50px;
        margin-top: 25px;
    }
}

/* Small mobile screens (up to 480px) */
@media (max-width: 480px) {
    .investment-icons {
        margin-bottom: 35px;
        margin-top: 20px;
    }
}

/* Responsive Adjustments */
/*@media (max-width: 1024px) {
    .hero-title {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 14px;
    }
}*/

.container-wrap {
    padding-left: 49px; /* 12px (existing) + 37px (added) */
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .container-wrap {
        padding-left: 0px; /* Reduce for tablets */
    }
}

@media (max-width: 768px) {
    .container-wrap {
        padding-left: 0px; /* Reduce for mobile */
    }
}

@media (max-width: 480px) {
    .container-wrap {
        padding-left: 0px; /* Even smaller for small screens */
    }
}

.termsandconditions {
    color: black;
    transition: color 0.3s ease-in-out; /* Smooth transition */
}

.termsandconditions:hover {
    color: #C08362; /* Change this color to whatever you want */
}

.completed-text {
    color: rgba(0, 0, 0, 0.50);
    font-family: Raleway;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}


.text-section {
    margin: 20px 0;
}

/* ✅ Ensure Slideshow is Responsive */
.gallery-section .modal-content {
    background: transparent;
    position: relative;
}

.slideshow-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 500px; /* Default height */
}

/* ✅ Image Styling */
.slide-img {
    display: none;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.slide-img.active {
    display: block;
}

/* ✅ Navigation Buttons */
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.prev { left: 10px; }
.next { right: 10px; }

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* ✅ Modal Background Overlay */
.gallery-section .modal::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Semi-transparent black overlay */
    backdrop-filter: blur(8px); /* ✅ Adds blur effect */
    z-index: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

/* ✅ Activate blur and dark overlay when modal is open */
.gallery-section .modal.show::before {
    opacity: 1;
}

/* ✅ Ensure the modal content is above the blur effect */
/* ✅ Increase modal size */
/* ✅ Fullscreen modal */
.gallery-section .modal-dialog {
    width: 100vw;
    height: 100vh;
    margin: 0;
    max-width: 100vw;
    max-height: 100vh;
}

.gallery-section .modal-content {
    width: 100vw;
/*    height: 100vh;*/
/*    background: rgba(0, 0, 0, 0.95);*/
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
}

/* ✅ Fullscreen images */
.gallery-section .slide-img {
    max-width: 100vw;
    max-height: 100vh;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* ✅ Navigation arrows */
.prev, .next {
    z-index: 1001;
    font-size: 3rem;
    padding: 1rem;
    background: transparent;
}

.prev:hover, .next:hover {
    background: rgba(0, 0, 0, 0.6);
}

/* ✅ Close button */
/* ✅ Always top-right, floating above the modal */
/* ✅ Force close button to top-right of screen */
.close-modal {
    position: fixed;         /* Lock to the screen */
    top: -150px;
    right: -150px;
    z-index: 1100;           /* High enough to be above everything */
    font-size: 5rem;
    color: white;
    font-weight: bold;
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.3s ease;
}
@media (max-width: 768px) {
    .close-modal {
      top: 0px;
      right: 0px;
      font-size: 4rem; /* Adjust as needed for smaller screens */
    }
  }

.close-modal:hover {
    color: #ccc;
}
/* ✅ Mobile: Center slideshow images horizontally and vertically */
@media (max-width: 768px) {
  .slideshow-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Full screen height on mobile */
    padding: 0 10px; /* Optional: add side spacing */
    text-align: center;
  }

  .slide-img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 80vh; /* Adjust for mobile controls */
    object-fit: contain;
  }
}

html, body {
  overflow-x: hidden;
}

/* ✅ Smaller navigation arrows on mobile */
@media (max-width: 768px) {
  .prev, .next {
    font-size: 1.5rem;
    margin : 20px;
/*    border-radius: 50%;*/
  }
}



/* ✅ Make Slideshow Responsive */
/*@media (max-width: 768px) {
    .slideshow-container { height: 350px; }
    .prev, .next { padding: 8px 12px; }
}

@media (max-width: 576px) {
    .slideshow-container { height: 250px; }
    .prev, .next { padding: 5px 30px; }
}*/

/* ✅ Ensure images fill their container properly */
.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px; /* Optional rounded corners */
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.gallery-img:hover {
    transform: scale(1.02); /* Small zoom effect on hover */
}

/* ✅ Set height for better consistency */
.large-img {
    height: 100%; /* Ensures full height */
}

.right-img-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Ensures spacing between images */
    height: 100%; /* Matches height of left image */
}

/* ✅ Add spacing between the two right images */
.right-img-container div {
    flex: 1; /* Ensures both images take equal height */
    margin-bottom: 14px; /* Adjust this value to control the space */
}

/* ✅ Prevents the last image from having extra margin */
.right-img-container div:last-child {
    margin-bottom: 0;
}

/* ✅ Ensure images fit properly */
.right-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures images fully fit without distortion */
}

.small-img {
    height: 100%;
    object-fit: cover;
}

/* ✅ Mobile View: Hide Right Images */
@media (max-width: 768px) {
    .right-img-container,
    .col-md-6.d-flex {
        display: none; /* ✅ Hides right images on mobile */
    }

    .large-img {
        height: auto;
        width: 100%;
    }
}

/* ✅ Style for the Gallery Icon */
.gallery-icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: white; /* Dark background for visibility */
    color: white;
    padding: 8px 12px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

/* ✅ Adjust icon size */
.gallery-icon img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

/* ✅ Make sure the icon remains visible on mobile */
@media (max-width: 768px) {
    .gallery-icon {
        bottom: 10px;
        right: 10px;
        padding: 6px 10px;
    }

    .gallery-icon img {
        width: 18px;
        height: 18px;
    }
}

/*Breakpoints ofr h1 h2 h3 */

/* Default styles (Mobile First) */
body {
    font-size: 14px;
}

/*h1 {
    font-size: 64px;
}*/

h2 {
    font-size: 20px;
}

h3 {
    font-size: 14px;
}
a {
    font-size: 14px;
}

/* 480px to 599px */
@media (min-width: 300px) and (max-width: 479px) {
    h1 {
        font-size: 24px;
    }
}

/* 480px to 599px */
@media (min-width: 480px) and (max-width: 599px) {
    h1 {
        font-size: 36px;
    }
}

/* 600px to 899px */
@media (min-width: 600px) and (max-width: 899px) {
    h1 {
        font-size: 48px;
    }
    h2 {
        font-size: 24px;
    }
}

/* 900px to 1024px */
@media (min-width: 900px) and (max-width: 1024px) {
    h1 {
        font-size: 64px;
    }
    h2 {
        font-size: 32px;
    }
}

/* 1025px to 1440px */
@media (min-width: 1025px) and (max-width: 1440px) {
    h1 {
        font-size: 64px;
    }
    h2 {
        font-size: 48px;
    }
    a {
    font-size: 16px;
}
}

/* 1441px and above */
@media (min-width: 1441px) {
    body {
        font-size: 16px;
    }
    h1 {
        font-size: 64px;
    }
    h2 {
        font-size: 48px;
    }
    h3 {
        font-size: 16px;
    }
    a {
    font-size: 16px;
}
}


/*Breakpoints ofr h1 h2 h3 */





/*From homepage*/
html, body {
    max-width: 100%;
    overflow-x: hidden; /* Prevents unwanted horizontal scrolling */
}
.errormaxwidth {

        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
}

.maxwidth {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.image-left {

    width: 691px;
    height: 456px;
    flex-shrink: 0;

}

.image-max-size  {

    max-width: 691px;  /* Set max width */
    max-height: 456px; /* Set max height */
    width: 100%;  /* Makes it responsive */
    height: auto; /* Maintains aspect ratio */
    display: block; /* Removes extra space below inline images */
    margin: 0 auto; /* Centers the image */
}

.colorandspacing {
    color: #C08362;
    font-family: "Raleway";
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 7px;
    text-transform: uppercase;
}


.h2-layout {
    color: #000;
    font-family: "Playfair Display";
/*    font-size: 48px;*/
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 4.8px;
    text-transform: uppercase;
/*    width: 573px;
    height: 255px;*/
    flex-shrink: 0;
}

.homepage-text {
    color: #696969;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    letter-spacing: 0.7px;
    max-width: 500px;
/*    height: 75px;*/
    flex-shrink: 0;
    margin-top: 11px;
    margin-bottom: 11px;

}



h1 {
    color: #000;
    text-align: center;
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 4.8px;
    text-transform: uppercase;
}

/* Styles for main heading */
/*.mission-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.2;
}*/

/* Paragraph styling */
/*.mission-section p {
    font-size: 1rem;
    color: #6c757d;
}*/

.btn-with-arrow-layout {
    width: 171px;
    height: 62px;
    flex-shrink: 0;
    border-bottom: 1px solid #000;
    padding-left: 8px;
    padding-top: 22px;
    padding-bottom: 22px;
}
.btn-with-arrow {
    text-decoration: none;
    width: 156.001px;
    height: 23.005px;
    flex-shrink: 0;
    color: #000;
    text-align: center;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3.2px;
    text-transform: uppercase;
}

.custom-btn-arrow-border {
    width: 165px;
    padding: 10px 5px;
    flex-shrink: 0;
    border-bottom: 1px solid #000;
}

.custom-link {
    text-decoration: none;
    font-weight: bold;
    color: #212529;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.2em;
    font-weight: 600;
    border-bottom: 1px solid black;
    padding: 22px 30px;
}
.custom-link:hover {
    color: #a86b4e;
}

/* Custom arrow styling */
.custom-arrow {
    width: 20px;  /* Adjust based on your icon */
    height: auto;
    transition: transform 0.3s ease-in-out;
}

.custom-link:hover .custom-arrow {
    transform: translateX(5px); /* Moves arrow slightly on hover */
}


.custom-link-individual {
    position: relative;
    text-decoration: none;
    font-weight: 600;
    color: #212529;
    transition: color 0.3s ease-in-out;
    letter-spacing: 0.2em;
    padding: 22px;
}

/* Always-visible base line */
.custom-link-individual::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: black;
    opacity: 0.5; /* optional: makes it more subtle */
}

/* Animated line that grows on hover */
.custom-link-individual::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #C08362;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
}

.custom-link-individual:hover::after {
    transform: scaleX(1);
}
.custom-link-individual:hover {
    color: #a86b4e;
}

.custom-link-individual:hover .custom-arrow {
    transform: translateX(5px); /* Moves arrow slightly on hover */
}




/* Bigger and thicker underline */
.custom-line {
    width: 120px;  /* Adjust for length */
    height: 1px;  /* Adjust for thickness */
    background-color: black;
    margin-top: 5px;
}

/* Bigger and thicker underline */
.custom-line-brochure {
    width: 200px;  /* Adjust for length */
    height: 1px;  /* Adjust for thickness */
    background-color: black;
    margin-top: 5px;
}

/* Default (Desktop) */
.development-section-heading {
    margin-top: 99px;
    margin-bottom: 45px;
}

/* Tablet screens (up to 1024px) */
@media (max-width: 1024px) {
    .development-section-heading {
        margin-top: 80px; /* Corrected syntax */
    }
}

/* Mobile screens (up to 768px) */
@media (max-width: 768px) {
    .development-section-heading {
        margin-top: 60px;
    }
}

/* Small mobile screens (up to 480px) */
@media (max-width: 480px) {
    .development-section-heading {
        margin-top: 40px;
    }
}


/* Section Padding */
.development-section {
    padding-bottom: 45px;
    padding-top: 45px;
}

/* Images */
.development-section img {
max-width: 100%;
}

/* Logo Styling */
.dev-logo {
    width: 168px;
    height: 150px;
    flex-shrink: 0;
}
.dev-logo2 {
    width: 250px;
    height: 150px;
    flex-shrink: 0;
}

/* Section Styling */
.visit-section {
    background-color: #C08362; /* Adjust to match the exact color */
    padding: 100px 0;
    color: white;
}

/* Subheading */
.subheading {
    color: rgba(255, 255, 255, 0.50);
    text-align: center;
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 157.143% */
    letter-spacing: 7px;
    text-transform: uppercase;
    font-size: 14px;
}

/* Main Heading */
.main-heading {
    color: #FFF;
    text-align: center;
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 4.8px;
    text-transform: uppercase;
}

/* Description */
.description {
    color: #F7F7F7;
    margin: 0 auto 30px auto;
    text-align: center;
    font-family: Raleway;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    letter-spacing: 1.4px;
    padding: 30px;
    max-width: 563px;    

}

.investment-description {
    max-width: 563px; 
}

/* Button Styling */
.btn-outline-custom-visit {
    display: inline-block;
    padding: 22px 30px 22px 30px;
    font-size: 16px;
    font-weight: semi-bold;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFF;
    border: 1px solid white;
    background: transparent;
    transition: all 0.3s ease-in-out;
}

.btn-outline-custom-visit:hover {
    background: white;
    color: black;
}

/* Section with Background Image */
.image-button-section {
    background: url('images/bgvt.png') no-repeat center center/cover;
    height: 600px; /* Adjust height as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Button Styling */
.btn-custom {
    display: inline-block;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    color: white;
    border: 2px solid white;
    background: rgba(0, 0, 0, 0.4); /* Slight dark overlay on button */
    transition: all 0.3s ease-in-out;
}

.btn-custom:hover {
    background: white;
    color: black;
}


/* Default for Desktop */
.logos-section {
    padding: 100px 0;
    background-color: white;
}

/* Tablet screens (up to 1024px) */
@media (max-width: 1024px) {
    .logos-section {
        padding: 80px 0; /* Slightly reduce padding */
    }
}

/* Mobile screens (up to 768px) */
@media (max-width: 768px) {
    .logos-section {
        padding: 60px 0; /* Reduce padding further for mobile */
    }
}

/* Small mobile screens (up to 480px) */
@media (max-width: 480px) {
    .logos-section {
        padding: 40px 0; /* Minimal padding for very small screens */
    }
}

/* Logo Styling */
.logo {
    margin-bottom: 1em;
    max-width: 120px;
    height: auto;
    opacity: 1; /* Makes them slightly faded */
    transition: opacity 0.3s ease-in-out;
}

/* Logo Hover Effect */
.logo:hover {
    opacity: 0.7;
}

.logo-investment {
    margin-bottom: 1em;
    max-width: 50px!important;
    height: auto;
    opacity: 1; /* Makes them slightly faded */
    transition: opacity 0.3s ease-in-out;
}

/* Logo Hover Effect */
.logo-investment:hover {
    opacity: 0.7;
}

/* Form Box */
.contact-form {
    background: #F7F7F7;
    border-radius: 0;
    padding: 50px;
}

/* Input & Select Styling */
.contact-form .form-control {
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
    border-radius: 0;
    margin-bottom: 20px;
}

/* Checkbox & Radio Label Spacing */
.contact-form .form-check-label {
    font-size: 14px;
}

/* Submit Button */
.contact-form-button {
/*    width: 50%;*/
    background: black;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 22px 45px;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    margin-top: 20px;
}



/*End of Homepage*/

/* Schedule a Visit Section with Background Image */
.visit-section-investment {
    background: url('images/investmentcoversection.png') no-repeat center center/cover;
    padding: 100px 0;
    color: white;
    position: relative;
}

/* Add Overlay for Better Text Readability */
.visit-section-investment::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Dark overlay */
}

/* Ensure Content Stays Above the Overlay */
.visit-section-investment .container {
    position: relative;
    z-index: 1;
}


/*end of investment*/

/*start of residential*/

/* Schedule a Visit Section with Background Image */
.visit-section-residential {
    background: url('images/our-story.png') no-repeat center center/cover;
    padding: 100px 0;
    color: white;
    position: relative;
}

/* Add Overlay for Better Text Readability */
.visit-section-residential::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Dark overlay */
}

/* Ensure Content Stays Above the Overlay */
.visit-section-residential .container {
    position: relative;
    z-index: 1;
}

/*end of residential*/

/*Start of Commercial*/

/* Schedule a Visit Section with Background Image */
.visit-section-commercial {
    background: url('images/visit-section-commercial.png') no-repeat center center/cover;
    padding: 100px 0;
    color: white;
    position: relative;
}

/* Add Overlay for Better Text Readability */
.visit-section-commercial::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Dark overlay */
}

/* Ensure Content Stays Above the Overlay */
.visit-section-commercial .container {
    position: relative;
    z-index: 1;
}

/*End of Commercial*/


/* General Styles */
body {
    font-family: 'Raleway', sans-serif; 
    line-height: 22px;
    letter-spacing: 0.05em;
    margin: 0;
    padding: 0;
}

h1, h2 {
    font-family: 'Playfair Display', serif !important; 
    font-weight: 550;
    letter-spacing: 0.1em;
    line-height: auto;
}

/* Global Button Styles */
.btn {
    padding: 10px 20px;
    border: 1px solid white;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    background: transparent;
    border-radius: 0;
}

.btn:hover {
    background: white;
    color: black;
}

/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px; /* Places it in the bottom-left corner */
    width: 50px;
    height: 50px;
    background: white;
    color: black;
    font-size: 24px;
    font-weight: bold;
    border: none;
    /*    border-radius: 50%;*/
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: none; /* Initially hidden */
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* Show Button When Scrolling */
.back-to-top.show {
    display: flex; /* Show when class is added */
}

/* Hover Effect */
.back-to-top img {
    transition: opacity 0.3s ease-in-out;
}

.back-to-top:hover img {
    content: url('images/up-arrow-hover.svg'); /* Change image on hover */
}

/* Sticky Virtual Tour Button */
.virtual-tour-btn {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #C08362; /* Adjust color as needed */
    color: white;
    padding: 45px 22px;
    writing-mode: vertical-rl; /* Rotates text vertically */
    text-orientation: mixed;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 0; /* Rounded left edges */
    border-top: 0.1px solid white;
    border-bottom: 0.1px solid white;
    border-left: 0.1px solid white;
    transition: all 0.3s ease-in-out;
    z-index: 999;
    letter-spacing: 3.2px;
    font-weight: 600!important;
}

.virtual-tour-btn:hover {
    background-color: #8d573d; /* Darker shade on hover */
    transform: translateY(-50%) scale(1.1);
}
@media (max-width: 768px) {
    .virtual-tour-btn {
        display: none;
    }
}

/* Custom Outline Black Button */
.btn-outline-black {
    display: inline-block;
    padding: 22px 15px;
    margin-top: 20px;
    text-decoration: none;
    border: 1px solid black; /* Thin black border */
    color: black;
    text-align: center;
    font-family: Raleway, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: background 0.4s ease-in-out, color 0.4s ease-in-out, transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/* Hover Effect: Smooth color transition, slight scale, and shadow */
.btn-outline-black:hover {
    background: black;
    color: white;
    transform: scale(1.05); /* Slight zoom */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); /* Subtle shadow */
}

/* Sliding overlay effect from bottom to top */
.btn-outline-black::before {
    content: "";
    position: absolute;
    bottom: -100%; /* Starts off-screen at the bottom */
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    transition: bottom 0.4s ease-in-out;
}

.btn-outline-black:hover::before {
    bottom: 0; /* Moves up to cover the button */
}


/* Button Styling */
.btn-outline-white {
    display: inline-block;
    padding: 22px 30px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    border: 2px solid white;
    background: transparent;
    transition: all 0.3s ease-in-out;
}

.btn-outline-white:hover {
    background: white;
    color: black;
}



.btn-outline-custom-individual {
    display: inline-block;
    padding: 24px 30px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    border: 1px solid black;
    background: transparent;
    transition: all 0.3s ease-in-out;
}

.btn-outline-custom-individual:hover {
    background: black;
    color: white;
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.btn-outline-custom-black {
    display: inline-block;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    border: 2px solid black;
    background: black;
    transition: all 0.3s ease-in-out;
    padding: 22px 30px;
}

.btn-outline-custom-black:hover {
    background: #F7F7F7;
    color: black;
    border-color: black;
    transform: scale(1.05);
}


/*tabs section*/

.tabs-section {
    background: #F7F7F7;
    text-align: left !important; /* Ensures left alignment */
    display: flex;
    align-items: flex-start; /* Aligns items to the left */
    justify-content: flex-start;
}


.nav-pills .nav-link {
    color: #696969;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.nav-pills .nav-link:hover {
    color: #C08362; /* Text turns orange on hover */
    background-color: transparent;
    text-decoration: underline 2px #C08362;
    text-underline-offset: 3px;
}

.nav-pills .nav-link.active {
    color: #C08362 !important; /* Text turns orange when active */
    background-color: transparent !important; /* No background */
}

.property-info {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.property-info.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #C08362; /* Blue active underline */
}

.property-info i {
    font-size: 20px;
    color: #555;
    margin-right: 10px;
}

.property-info span {
    color: #C08362; /* Brownish text */
    font-weight: 600;
    text-transform: uppercase;
}

.property-value {
    color: black;
    font-weight: 500;
}

.book-viewing-btn-tabs {
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    border: 2px solid #C08362;
    color: #C08362;
    text-transform: uppercase;
    font-weight: bold;
    background: transparent;
    transition: 0.3s;
    padding: 22px 30px;
}

.book-viewing-btn-tabs:hover {
    background: #C08362;
    color: white;
}



/* Custom styling for horizontal tabs */
.custom-nav-tabs {
    border-bottom: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px; /* Default for desktop */
    margin-top: 20px;
    margin-bottom: 50px;
    gap: 20px;
}

/* Tablet screens (up to 1024px) */
@media (max-width: 1024px) {
    .custom-nav-tabs {
        font-size: 14px;
    }
}

/* Mobile screens (up to 768px) */
@media (max-width: 768px) {
    .custom-nav-tabs {
        font-size: 14px;
    }
}

/* Small mobile screens (up to 480px) */
@media (max-width: 480px) {
    .custom-nav-tabs {
        font-size: 14px;

    }
}
/* Hide seperator line for mobile screens */
@media (max-width: 768px) {
    #customTabs > div:nth-child(2),
    #customTabs > div:nth-child(4),
    #customTabs > div:nth-child(6) {
        display: none !important;
    }
}

.custom-nav-tabs .nav-link {
    color: #000;
    background: transparent;
    border: none;
    position: relative;
    transition: color 0.3s ease-in-out;
    text-align: center;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 8px;
    text-transform: uppercase;
}
.nav-item {
    padding: 0!important;
}

.custom-nav-tabs .nav-link:hover {
    color: #C08362;
}

.custom-nav-tabs .nav-link.active {
    color: #C08362 !important;
}

.custom-nav-tabs .nav-link.active::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #C08362;
    margin-top: 5px;
}

.custom-nav-tabs .separator {
    width: 1px;
    height: 20px;
    background-color: #ddd;
}

/* Tab Content Styling */
.tab-content {
/*    margin-top: 15px;*/
    text-align: center;
    font-size: 14px;
/*    padding-top: 15px;*/
}

/* Centering content */
.carousel-item {
    text-align: center;
/*    padding: 40px ;*/
}

/* Styling the icons */
.carousel-item i {
    font-size: 50px;
    color: #444;
    margin-bottom: 15px;
}

/* Text Styling */
.carousel-text {
    font-size: 12px;
    color: #696969;
    max-width: 70%;
    margin: auto;
    padding-top: 20px;

}


/* Customizing dots */
.carousel-indicators [data-bs-target] {
    background-color: #000;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

/* Gallery Styling */
.gallery {
    display: grid;
    grid-template-columns: 2fr 1fr; /* Large image on the left, two stacked images on the right */
    gap: 30px;
}

.gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.gallery img:hover {
    transform: scale(1.02);
}

.right-column {
    display: grid;
    gap: 30px;
}

/* Full Image Modal */
.modal-content {
    background: transparent;
    border: none;
    max-width: 80%;  /* Controls the width */
    max-height: 500px; /* Controls the height */
    margin: auto; /* Centers the image */
    display: flex;
    justify-content: center;
    align-items: center;

}
.carousel-images {
    width: 600px;
    height: 600px;
    text-align: center;
    padding: 40px 0;

}

/*FOOTER STYLES*/

/* ---------------------------
   FOOTER BASE STYLES
---------------------------- */
.site-footer {
    background: black;
    color: white;
    padding: 40px 20px;
}

/* ---------------------------
   LOGO ROW (LEFT ON DESKTOP, CENTER ON MOBILE)
---------------------------- */
.footer-logo {
    text-align: left; /* Align Left on Desktop */
    margin-bottom: 30px;
}

.footer-logo img {
    width: 200px;
    margin-top: 30px;
}

/* ---------------------------
   FOOTER CONTENT (SECOND ROW)
---------------------------- */
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* LEFT SECTION (Company Info & Contact) */
.footer-left {
    flex: 1;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.footer-left p {
    font-size: 14px;
    line-height: 1.5;
}

/* CONTACT INFO */
.contact-info {
    list-style: none;
    padding: 0;
    font-size: 14px;
}

.contact-info li {
    margin: 10px 0;
}

/* RIGHT SECTION (Properties, Invest, Explore) */
.footer-links {
    flex: 2;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

/* FOOTER LINKS TITLES */
.footer-links h4 {
    color: #C08362;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 7px;
}

/* FOOTER LINKS LIST */
.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links ul li {
    margin: 5px 0;
}

.footer-links ul li a {
    text-decoration: none;
    color: white;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.7px;
}

/* ---------------------------
   FOOTER BOTTOM (COPYRIGHT & SOCIAL)
---------------------------- */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center; /* ✅ Ensures proper alignment */
    flex-wrap: wrap;
    padding-top: 20px;
}

/* Center text and icons */
.footer-bottom p {
    font-size: 10px;
    letter-spacing: 0.5px;
    margin: 0; /* ✅ Removes default margin */
}

/* Make sure all text is aligned properly */
.footer-bottom a {
    color: white;
    text-decoration: none;
    font-size: 10px;
    letter-spacing: 0.5px;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

/* SOCIAL ICONS */
.social-icons {
    display: flex;
    align-items: center; /* ✅ Ensures proper alignment with text */
    gap: 25px;
    margin-top: 0!important;
}

.social-icons a {
    display: flex;
    align-items: center;
}

.social-icons img {
    width: 15px;
}

.map-wrapper {
    margin-bottom: 100px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* Adjust for tablets */
@media (max-width: 1024px) {
    .map-wrapper {
        margin-bottom: 0px;
    }
}

/* Adjust for mobile devices */
@media (max-width: 768px) {
    .map-wrapper {
        margin-bottom: 0px;
    }
}

.image-section {
    margin: 100px 13px;
}

.full-width-image-section {
    width: 100%;
    overflow: hidden; 
    padding-top: 20px;
    padding-bottom: 20px;
/*    height: 750px;*/
}

.full-width-image-section img {
    width: 100%; /* Makes sure the image takes full width */
    height: auto; /* Maintains aspect ratio */
    display: block; /* Removes any default margins */
}

/*.form-check-input:checked {
    background-color: black;
    border-color: white;

}*/

/* Custom Radio Button */
input[type="radio"] {
    appearance: none; /* Removes default browser styling */
    width: 20px;
    height: 20px;
    border: 2px solid black; /* Black outer border */
    border-radius: 50%;
    background-color: white; /* Background color */
    display: inline-block;
    position: relative;
    cursor: pointer;
}

/* When selected: add black dot and an extra black border */
input[type="radio"]:checked {
    border: 2px solid black; /* Ensure black border */
    background-color: white; /* Keep background white */
}

/* Add the black dot inside when selected */
input[type="radio"]:checked::before {
    content: "";
    width: 10px; /* Size of the dot */
    height: 10px;
    background-color: black; /* Black dot */
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Add spacing for label text */
input[type="radio"] + label {
    margin-left: 5px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

/*check button*/
/* Hide default checkbox */
input[type="checkbox"] {
    appearance: none; /* Remove default checkbox styling */
    width: 20px;
    height: 20px;
    border: 1px solid grey; /* Black border */
    background-color: white; /* Default white background */
    display: inline-block;
    position: relative;
    cursor: pointer;
    border-radius: none;
}

/* When checked: add black background */
input[type="checkbox"]:checked {
    background-color: black; /* Black background when checked */
    border: 2px solid black; /* Ensure black border */
}

/* Add checkmark when checked */
input[type="checkbox"]:checked::before {

    font-size: 16px;
    color: white; /* White checkmark */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}

/* Add spacing for label text */
input[type="checkbox"] + label {
    margin-left: 5px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.form-check-input[type=checkbox] {
     border-radius: 0; 
}

/* ---------------------------
   RESPONSIVE DESIGN (MOBILE)
---------------------------- */


/* Social Icons Padding Adjustments for Different Screen Sizes */
@media (min-width: 993px) {
    .social-icons {
        padding-right: 2%;
    }
}

@media (min-width: 1200px) {
    .social-icons {
        padding-right: 4%;
    }
}

@media (min-width: 1400px) {
    .social-icons {
        padding-right: 6%;
    }
}

@media (max-width: 992px) {
    .social-icons {
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .footer-top {
        flex-direction: column;
        text-align: left;
        align-items: left;
    }

    /* ✅ Center the logo on Mobile */
    .footer-logo {
        text-align: center;
        margin-bottom: 30px!important;
    }

    .footer-left,
    .footer-links {
        max-width: 100%;
    }

    .footer-links {
        flex-direction: column;
/*        align-items: center;*/
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
}


@media (max-width: 768px) {
    .site-footer {
        text-align: left !important;
    }

    .site-footer .container {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        text-align: left !important;
    }

    /* ✅ Center Logo */
    .footer-logo {
        width: 100%;
        display: flex !important;
        /* justify-content: center !important; */
        margin-bottom: 10px !important;
    }

    .footer-logo img {
        /* max-width: 150px; */
        height: auto;
    }

    .footer-left, 
    .footer-links, 
    .footer-bottom {
        width: 100%;
        text-align: left !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .footer-links a {
        display: block !important;
        text-align: left !important;
        margin-bottom: 5px !important;
        width: 100%;
    }

    .footer-bottom {
        flex-direction: column !important;
        align-items: flex-start !important;
        text-align: left !important;
    }

    .social-icons {
        display: flex !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        text-align: left !important;
        margin-top: 10px !important;
    }

    .social-icons a {
        margin-right: 10px !important;
    }
}


@media (max-width: 576px) {

.footer-links ul li {
    font-size: 12px;
}
.footer-links h4 {
    font-size: 12px;
}



    /* Styles for mobile and up */
    .footer-logo img {
        margin-bottom: 50px;
    }
    .footer-left p {
        margin-bottom: 50px;
    }
    .column1 {
        margin-bottom: 50px;
    }
    .column2 {
        margin-bottom: 50px;
    }
    .column3 {
        margin-bottom: 20px;
    }
    .footer-top {
        border-bottom: none;
    }
    .footer-bottom {
        text-align: center!important;
        align-items: center!important;
        flex-direction: column-reverse;
    }
    .hide-pipe {
    display: none;
    }
    .copyrights {
        margin-top: 30px;
    }


}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .development-section .col-lg-7, 
    .development-section .col-lg-5 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }
    
    .development-section .btn-dark {
        margin-top: 20px;
        width: auto;
    }
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .logos-section .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .logos-section .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*epique*/

    /* Custom Table Styling */
    .property-table {
        width: 100%;
        text-align: center;

/*            border-collapse: collapse;*/
}

.property-table th, .property-table td {
    padding: 20px 0;
    font-size: 16px;
    vertical-align: middle;
    border-bottom: 1px solid rgba(105, 105, 105, 0.50);
}

.property-table th {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;

}

/* Mobile View - Stacked Rows */
@media (max-width: 768px) {
    .table-responsive {
        overflow-x: auto;
        border: none;
    }

    /* Make table more readable on mobile */
    .property-table tbody tr {
        display: flex;
        flex-direction: column;
        padding: 10px;
    }

    .property-table td {
        text-align: left;
        border-bottom: 1px solid #ddd;
        padding: 30px;
    }

    .property-table td::before {
        content: attr(data-label);
        font-weight: bold;
        text-transform: uppercase;
        display: block;
        color: #555;
        margin-bottom: 3px;
    }

    /* Hide table headers on mobile */
    .property-table thead {
        display: none;
    }
}

/* Hide desktop table on mobile */
@media (max-width: 768px) {
    .desktop-table {
        display: none;
    }
}

/* Mobile View Table */
.mobile-table-container {

    padding: 20px;
    border-radius: 0px;
    display: block;
}

/* Fix layout so each row is properly spaced */
.property-info-table div {
    display: flex;
    flex-direction: row; /* Keep them in one line */
    justify-content: space-between; /* Space out header and value */
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #9D9D9D;
    width: 100%;
    flex-wrap: wrap; /* Prevents text from overlapping */
}

/* Ensure labels (left side) have enough space */
.property-info-table span {
    font-size: 14px;
    font-weight: bold;
    color: #C08362;
    text-transform: uppercase;
    flex: 1; /* Allows text to take up space */
    min-width: 40%; /* Prevents squeezing */
    text-align: left; /* Aligns text to the left */
}

/* Ensure values (right side) align properly */
.property-info-table .value {
    font-weight: normal;
    color: #222;
    font-size: 16px;
    text-align: right;
    flex: 1; /* Allows text to take up space */
    min-width: 40%; /* Prevents squeezing */
}

/* Prevents overflowing issues */
.property-info-table {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

/* Ensure dropdown does not affect layout */
.mobile-table-container select {
    border-radius: 0;
    width: 100%;
    padding: 12px;
    font-size: 16px;
}

/* Remove bottom border for last row */
.property-info-table div:last-child {
    border-bottom: none;
}

/* Mobile Fix */
@media (max-width: 768px) {
    .property-info-table div {
        flex-wrap: nowrap; /* Prevents text from stacking weirdly */
    }
}
@media (max-width: 768px) {
    .desktop-table {
        display: none !important;
    }
}
@media (min-width: 769px) {
    .mobile-table-container {
        display: none !important;
    }
}

/*Remove swipe arrows*/
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '';
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '';
}
.swiper-slide {
    padding: 10px;
}
.swiper-slide img {
    width: 50px;
}

/* Force the TermsFeed banner to appear centered like a modal */
#termsfeed-com---nb {
    max-width: 620px !important;
    width: 90% !important;
    background-color: #fff !important;
    /* border: 1px solid #ddd !important; */
    /* border-radius: 10px !important; */
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 99999 !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2) !important;
    text-align: center !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    height: unset;
  }
  
  /* Ensure the inner container behaves nicely */
  #termsfeed-com---nb .cc-nb-main-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  
  /* Style buttons */
  #termsfeed-com---nb .cc-nb-buttons-container {
    margin-top: 15px !important;
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 10px;
  }
  
  #termsfeed-com---nb button {
    padding: 8px 16px !important;
    font-size: 13px !important;
    border-radius: 5px !important;
    min-width: 100px !important;
    cursor: pointer;
  }
  
  /* Mobile responsive */
  @media (max-width: 480px) {
    .termsfeed-com---nb .cc-nb-text {
        font-size: 10px !important;

    }
    #termsfeed-com---nb {
      font-size: 10px !important;
      padding: 10px !important;
    }
  
    #termsfeed-com---nb button {
      font-size: 10px !important;
      min-width: auto !important;
    }
  }
  #termsfeed-com---nb .cc-nb-okagree {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

  #cc-nb-title {
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
  }
  #cc-nb-text > span {
    font-family: 'Raleway', sans-serif;
    font-size: 12px!important;
  }
  #termsfeed-com---nb > div > div.cc-nb-buttons-container > button.cc-nb-okagree {
    border: 0px!important;
  }

  .termsfeed-com---palette-light .cc-nb-okagree {
    color: #fff;
    background-color:#C08362!important;
    }
    .termsfeed-com---palette-light .cc-nb-reject {
        color: #fff;
        background-color: black!important;
    }

#termsfeed-com---nb button {
    border-radius: 0px!important; 
    padding: 10px 25px!important;
    text-transform: uppercase;
    
}

.termsfeed-com---is-visible {
    font-family: 'Raleway', sans-serif!important;
}
.termsfeed-com---palette-light .cc-cp-body-tabs-item-link {
    font-family: 'Raleway', sans-serif!important;
}
#termsfeed-com---preferences-center > div > div > div.cc-cp-foot > div.cc-cp-foot-byline {
    visibility: hidden !important;
}

.termsfeed-com---palette-light .cc-cp-foot-save {
    text-transform: uppercase!important;
    background: #C08362!important;
    border-radius: 0px!important;
}
.termsfeed-com---palette-light .cc-pc-head-title-text {
    display: none!important;
}
.termsfeed-com---palette-light .cc-pc-head-title-headline {
    text-transform: uppercase!important;
    font-size: 12px!important;
}
.termsfeed-com---palette-light .cc-cp-body-content-entry-title {
    text-transform: uppercase!important;
    font-size: 18px!important;
}
.termsfeed-com---palette-light .cc-pc-head-lang select {
    font-size: 14px!important;
}
.termsfeed-com---palette-light .cc-cp-body-content-entry-text {
    font-size: 14px!important;
}
/* Hide unnecessary categories in TermsFeed preferences center */
/* #termsfeed-com---preferences-center > div > div > div.cc-cp-body > ul > li:nth-child(2) {
    display: none !important;
}
#termsfeed-com---preferences-center > div > div > div.cc-cp-body > ul > li:nth-child(3) {
    display: none !important;
}
#termsfeed-com---preferences-center > div > div > div.cc-cp-body > ul > li:nth-child(4) {
    display: none !important;
} */













