:root {
  --par-gradient:  #2C0749;
}

html, body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  color: #333;       
}

.bg-par {
  background: var(--par-gradient) !important;
}

.text-par {
  background: var(--par-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}


.bar-height {
  height: 32px; /* default (desktop) */
}

@media (max-width: 991px) {
  /* tablet */
  .bar-height {
    height: 80px;
  }
}

@media (max-width: 767px) {
  /* mobile */
  .bar-height {
    height: 60px;
  }
}



.btn-par {
  background: var(--par-gradient);
  border: none;
  color: #fff; 
}

.btn-outline-par {
  position: relative;
  /* background: transparent; */
  border: 2px solid transparent; /* keep border space */
  z-index: 1; /* put above pseudo */
}

.btn-outline-par::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px; /* border thickness */
  background: var(--par-gradient);
  mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);;
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}

p{
  color: #727070;
}

img, iframe, video {
  max-width: 100%; 
}

/* navbar color and hover */
/* Change color of the active nav-link */
.navbar-nav{
  color: #4B5563;
  font-weight: 500;
}

/* Reset deprecated H1 behavior inside section/article/etc. */
:where(h1) {
  font-size: 2.5rem;   /* same as Bootstrap display-5 */
  line-height: 1.2;
  margin-block: 0.67em;
}

:where(h2) {
  font-size: 2rem;     /* or match Bootstrap’s h2 size */
  line-height: 1.3;
  margin-block: 0.83em;
}

/*new style added */

/* Optional: change dropdown items too on hover */
/* Dropdown hover */
.navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-nav .dropdown-menu .dropdown-item:focus {
  background: rgba(44, 7, 73, 0.5) !important; /* remove Bootstrap blue */
  color: #ffffff !important;                /* your text color */
  font-weight: bold;
}

/* Dropdown active (clicked/selected) */
.navbar-nav .dropdown-menu .dropdown-item.active,
.navbar-nav .dropdown-menu .dropdown-item:active {
  background: rgba(44, 7, 73, 0.5) !important; /* no blue background */
  color: #ffffff !important;               /* keep same text color */
  font-weight: bold;
}


.cookie-banner {
  display: none; /* Show via JS if not accepted */
  z-index: 1050; /* Above Bootstrap elements */
  background-color: rgba(0, 0, 0, 0.6) !important; /* semi-transparent black */
}


.h3-style{
  font-size: 1.25rem;
}

.navbar-bottom-shadow {
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.2); /* X-offset, Y-offset, blur, spread, color */
}

.navbar-nav .nav-link {
  position: relative;
  display: inline-block; /* Make sure it wraps nicely */
  padding-bottom: 5px; /* Space for the border */
  transition: all 0.3s ease; /* Smooth transition */
  color: #fff !important;
}

.navbar-nav .nav-link.active {
  border-bottom: 3px solid #ffffff;
  color: #ffffff !important;
  font-weight: bold;
}

/* Change color when hovering over any nav-link */
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  border-bottom: 3px solid #ffffff;
  color: #ffffff !important; /* Same or different color */
  font-weight: bold;
}


.client-login:hover,
.client-login:focus{
  font-weight: bold;
}

/* Hamburger menu style */

/* 1️⃣ Normal state: custom color + custom border */
.navbar-toggler {
  border-color: #dddbdc !important;

}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* 2️⃣ Hover state: change border + icon color */
.navbar-toggler:hover {
  border-color: #FFFFFF !important; /* White border on hover */
  font-weight: bold !important;
}

.navbar-toggler:hover .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Focus + active (when clicked) */
.navbar-toggler:focus,
.navbar-toggler:active {
  border-color: #ffffff; /* or your hover color if you want it same as hover */
  box-shadow: none;
  outline: none;
}

.text-mute-dark{
  color: #4B5563;
}

.h1hero{
  width: 70%;
}

@media (min-width: 768px) {  /* tablets and up */
  .shift-up_little {
    position: relative;
    top: -20px; /* move up */
  }
}

.h2here{
  width: 60%;
  font-weight: 500;
  font-style: italic;
  font-size: 1.1em;
}

/* Apply only on mobile (less than Bootstrap's lg breakpoint) */
@media (max-width: 991.98px) {
  .navbar-collapse {
    margin-left: 10px; /* adjust as needed */
  }
  .navbar-brand {
    margin-left: 10px; /* adjust as needed */
  }
  .navbar-toggler {
    margin-right: 10px; /* adjust as needed */
  }

  .h1hero{
  width: 100%;
  font-size: 1.8em;
  line-height: 1.8;
  }

  .h2here{
    width: 100%;
    font-size: 1.1em;
    line-height: 1.6;
  }
}

.video-background-container {
  position: relative;
  width: 100%;
  min-height: 500px; 
  max-height: 900px; 
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.video-bg img {
  width: 100%;
  height: auto;
  display: block;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 2;
}

.content-on-video {
  flex: 1;
  z-index: 3;
  height: 100%;
}

.logo-bottom {
  position: absolute;
  bottom: 0;
  left: 0; 
  z-index: 3;
}

.tab-btn {
  cursor: pointer;
  color: #B5C6D5;
  padding: 10px 20px;
  font-weight: 600;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab-btn.active {
  color: #000;
  border-bottom: 3px solid #2C0749;
}

.tab-content { display: none; }
.tab-content.active { display: block; }

.amenity-card {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  min-height: 180px;
}

.carousel-item img{
  max-height: 525px;
}

.layout {
  background-color: #f9f9f9;
}

.sectionDuoMap {
  box-shadow: 0 0 8px rgb(223, 221, 221);
  border-radius: 0.5rem;
}

.map-card {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  font-size: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.map-card h4{
  font-size: 18px;
}

.form-title {
  font-size: 2rem;
  font-weight: 400;
  color: #333;
  margin-bottom: 10px;
}

.form-subtitle {
  color: #666;
  font-size: 1rem;
  margin-bottom: 30px;
  text-align: right;
}

.form-control {
  border: 2px solid #e0e0e0;
  border-radius: 4px;
  padding: 12px 16px;
  font-size: 14px;
  margin-bottom: 20px;
  transition: border-color 0.3s ease;
}

.form-control:focus {
  border-color: #007bff;
  box-shadow: none;
}

.form-select {
  border: 2px solid #e0e0e0;
  border-radius: 4px;
  padding: 12px 16px;
  font-size: 14px;
  margin-bottom: 20px;}

.form-select:focus {
  border-color: #007bff;
  box-shadow: none;
}

textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

.submit-btn {
  border: none;
  color: white;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background-color 0.3s ease;
}

.btn:hover {
  color: #FFF !important;
}

.submit-btn::after {
  content: "→";
  margin-left: 10px;
  font-weight: bold;
}

#faq .card{
  margin: 20px auto;
}
#faq .card .sub{
  background-color: #f9f9f9;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #00272e;
  padding: 0px 20px;
}
.icon {
  margin-left: 10px;
  transition: transform 0.2s ease;
}
#faq .card .active, #faq .card .sub:hover {
  color: #111;
}
#faq .card .description{
  background: rgba(71, 159, 72, 0.08);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
#faq .card p{
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #00272e;
  padding: 20px 40px;
  width: 80%;
}

.faq-card {
  border-radius: 12px;
  padding: 13.5px;
  text-align: center;
  font-size: 12px;
  min-height: 225px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.faq-card i{
  font-size: 35px;
  margin-bottom: 5px;
}

.estates-section {
  padding: 2rem 1rem;
}

.estates-scroll-container {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 1rem;
  white-space: nowrap;
  width: 100vw ;
  margin-left: -1rem;
  margin-right: -1rem;
  width: calc(100vw - var(--bs-gutter-x, 0)); 
  margin-left: calc(-1 * var(--bs-gutter-x, 0));
  margin-right: calc(-1 * var(--bs-gutter-x, 0));
  -ms-overflow-style: none;  
  scrollbar-color: #2C0749 #f1f1f1; /* thumb color | track color */
}

/* Chrome, Safari, Edge (WebKit/Blink) */
.estates-scroll-container::-webkit-scrollbar {
  height: 8px; /* height of horizontal scrollbar */
}

.estates-scroll-container::-webkit-scrollbar-track {
  background: #f1f1f1; /* track color */
  border-radius: 10px;
}

.estates-scroll-container::-webkit-scrollbar-thumb {
  background: #2C0749; /* scrollbar thumb */
  border-radius: 10px;
}

.estates-scroll-container::-webkit-scrollbar-thumb:hover {
  background: #2C0749; /* darker on hover */
}

.estates-wrapper {
  display: inline-flex;
  gap: 1rem;
  padding: 0 1rem;
  scroll-snap-type: x mandatory;
}

.estate-card {
  flex: 0 0 auto;
  width: 80vw;
  max-width: 425px;
  scroll-snap-align: start;
  transition: transform 0.3s ease;
}

.estate-card:hover {
  transform: translateY(-5px);
}

.estate-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.card-content {
  padding: 1rem;
}

.card-content h4{
  font-size: 18px;
}

.card-content p {
  margin: 0.3rem 0;
  font-size: 12px;
  color: #000;
} 

/* Scroll-to-Top Button */
.scroll-top-btn {
  position: fixed;
  bottom: 40px;
  right: 20px;
  display: none;
  border-radius: 50%;
  padding: 10px 12px;
  font-size: 18px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  z-index: 1050;
}
.scroll-top-btn:hover {
  background-color: #fff !important;
  color: #D40500 !important;
}

.footer-copy-right{
  color: #d0cece;
  text-decoration: none;
}

.footer-copy-right a{
  color: #d0cece;
}

.w-65 {
  width: 65% !important;
}

.svg-icon {
  max-width: 100%;
  height: auto;
  width: 20px; /* Adjust size as needed */
}

.bg-black{
  background-color: #000000;
}
.footer-title{
  font-size: 18px;
}

.footer-text{
  font-size: 14px;
}

/* Force Font Awesome chevrons to white (covers font glyphs, pseudo-elements and injected SVGs) */
.footer-title .fa-chevron-down,
.footer-title .fa-chevron-down::before,
.footer-title .fa-chevron-down::after,
.footer-title i.fa-chevron-down,
.footer-title svg,
.footer-title svg * {
  color: #fff !important;
  fill:  #fff !important;
  stroke: #fff !important;
}

/* Make button border white on focus */
.footer-title:focus {
  border-color: #fff !important;
  box-shadow: none !important; /* optional: remove blue glow */
}

/* Toggle icon down ↔ up when collapse is open */
button[aria-expanded="true"] .fa-chevron-down::before {
  content: "\f077"; /* Font Awesome chevron-up */
}

@media (max-width: 767px) {
  .w-65 {
    width: 100% !important;
  }
  .text-mobile-smaller {
      font-size: 18px;
    }
  .image-footer{
    max-width: 100%;
    height: auto;
    width: 120px; /* Adjust size as needed */
  }
  .footer-copy-right{
    color: #d0cece;
  }
  .footer-copy-right a{
    color: #d0cece;
  }
}

@media (max-width: 768px) {
  .form-container {
    margin: 20px;
    padding: 20px;
  }
  
  .form-title {
    font-size: 1.5rem;
  }

  .estate-card {
    width: 320px;
  }
}

@media (max-width: 575.98px) {
  .video-bg {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
  }
  #residential p{
    font-size: 12px;
  }
  #commercial p{
    font-size: 12px;
  }
  .amenity-card {
  min-height: 150px;
  }
  .layout p{
    font-size: 14px;
  }
  .layout h2{
    text-align: center;
  }
  .layout img{
    padding-top: 15px;
  }
  #faq .card .sub {
    font-size: 16px;
    padding: 20px;
  }
}

/* Custom 14-column grid */
.custom-grid {
  display: flex;
  flex-wrap: wrap;
}

.custom-col-2-14 {
  flex: 0 0 calc((2 / 14) * 100%);
  max-width: calc((2 / 14) * 100%);
}

.custom-col-3-14 {
  flex: 0 0 calc((3 / 14) * 100%);
  max-width: calc((3 / 14) * 100%);
}

/* Rolling Carousel */

.continuous-slider {
  background-color: #000;
  overflow: hidden;
  width: 100%;
  padding: 10px 0;
}

.slider-track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: scroll-left 25s linear infinite;
}

.slider-track p {
  color: #fff;
  margin: 0 30px;
}

@keyframes scroll-left {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

    
/* Modal base */
.modal {
  display: none;
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  overflow: auto;
}

.modal.active{
    display: flex;
}

/* Modal Content Card */
.modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  width: 90%;
  max-width: 500px;
  height: auto;           
  min-height: 425px;
  max-height: 525px;
  display: flex;
  flex-direction: column; /* header, body, footer stack */
  animation: fadeIn 0.3s ease-in-out;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Header, body, footer */
.modal-header, .modal-footer {
  padding: 10px 20px;
  background: #f5f5f5;
  border-radius: 8px 8px 0 0;
}

.modal-footer {
  border-top: 1px solid #ddd;
  border-radius: 0 0 8px 8px;
  text-align: center;
  margin-top: auto; /* pushes footer down */
}

/* Close button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
}

/* Fade animation */
@keyframes fadeIn {
  from {opacity: 0; transform: scale(0.9);}
  to {opacity: 1; transform: scale(1);}
}

/* Input and button */
.modal-body input[type="email"] {
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.modal-body button {
  margin-top: 15px;
  width: 100%;
}