/*--------------------------------------------------------------
1. Basic Color Variable
----------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

:root {
  --body-font-family: "DM Sans", sans-serif;
  --heading-font-family: "Lato", sans-serif;
  --body-color: #485b60;
  --body-bg-color: #fdfbf7;
  --body-bg-color-two: #f4ffff;
  --heading-color: #030917;
  --border-color: #e4e3e1;
  --white-color: #ffffff;
  --black-color: #000000;
  /* --primary-color: #0EA5E9; */
  --primary-color: #F0491B;
  --secondary-color: #0a0a09;
}

/*--------------------------------------------------------------
2. Typography
----------------------------------------------------------------*/
html,
body {
  color: var(--body-color);
  font-family: var(--body-font-family);
  background-color: var(--body-bg-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  overflow-x: hidden;
  scroll-behavior: auto;
  padding: 0 !important;
}

h1,
h2,
h5 {
  clear: both;
  color: var(--heading-color);
  font-family: var(--heading-font-family);
  padding: 0px;
  margin: 0px;
  font-weight: 400;
  line-height: normal;
  font-style: normal;
}

h1 {
  font-size: 62px;
}

h2 {
  font-size: 50px;
}

h4 {
  font-size: 1.35rem;
}

h5 {
  font-size: 24px;
}

p {
  margin-bottom: 0;
}

ul {
  margin: 0 0 25px 0;
  padding-left: 20px;
  list-style: square outside none;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

button {
  color: inherit;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: none;
  color: #030917;
  transition: all 0.3s ease;
}

b,
strong {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px !important;
  }

  h2 {
    font-size: 30px !important;
  }

  h5 {
    font-size: 20px !important;
  }
}

/*--------------------------------------------------------------
3. Preloader
----------------------------------------------------------------*/
/*--------------------------------------------------------------
  4. Spacing
----------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .ak-height-40 {
    height: 40px;
  }

  .ak-height-100 {
    height: 100px;
  }

  .ak-height-125 {
    height: 125px;
  }
}

@media screen and (max-width: 991px) {
  .ak-height-lg-30 {
    height: 30px;
  }

  .ak-height-lg-50 {
    height: 50px;
  }
}

/*--------------------------------------------------------------
  5. General
----------------------------------------------------------------*/

.ak-medium {
  font-weight: 500;
}

.ak-font-20 {
  font-size: 20px;
}

.ak-whiteLite-bg {
  background-color: #f5f1e9;
}

.ak-scrollup {
  position: fixed;
  bottom: -60px;
  right: 40px;
  color: #fff;
  padding: 5px;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s ease;
  z-index: 111111;
  background-color: #000000;
  box-shadow: 0px 1px 5px 1px rgba(3, 9, 23, 0.2);
  border-radius: 50%;
}

.ak-scrollup:hover {
  background-color: #fff;
  color: #030917;
}

.swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}

.image-hov-one {
  position: relative;
  display: block;
  overflow: hidden;
}

.image-hov-one img {
  transition: all 0.3s linear;
  transform: scale(1);
}

.image-hov-one::after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 400ms linear;
}

.image-hov-one:hover img {
  transform: scale(1.02);
}

.image-hov-one:hover::after {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 400ms linear;
}

@media screen and (max-width: 991px) {
  .ak-scrollup {
    right: 15px;
  }
}

/*--------------------------------------------------------------
  6. Slider
----------------------------------------------------------------*/

/* Start slider testimonal */
/*--------------------------------------------------------------
7. Video Popup
----------------------------------------------------------------*/

/*End Video Popup*/
/*--------------------------------------------------------------
8. Header
----------------------------------------------------------------*/

.ak-site_header {
  position: relative;
  z-index: 100001;
  background: var(--black-color);
  color: var(--white-color);
}

.ak-site_header.ak-style1 .ak-main_header_in {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin: 0px;
}

.ak-site_header.ak-style1 .ak-main-header-center {
  display: flex;
  align-items: center;
  height: 100%;
}

.ak-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ak-nav .ak-nav_list {
  background: var(--black-color) !important;
}

.ak-nav .ak-nav_list a {
  font-family: var(--body-font-family);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.2s ease;
}

.ak-nav .ak-nav_list a:hover {
  color: var(--white-color);
  letter-spacing: 2px;
}

.ak-sticky_header {
  position: fixed !important;
  width: 100%;
  z-index: 999;
  background-color: var(--black-color);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transition: background-color 0.4s ease;
}

@media screen and (min-width: 1199px) {
  .ak-main_header {
    position: relative;
  }

  .ak-nav {
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 1.6em;
    font-size: 16px;
  }

  .ak-nav .ak-nav_list {
    display: flex !important;
    flex-wrap: wrap;
    height: inherit;
  }

  .ak-nav .ak-nav_list>li {
    margin-right: 40px;
    height: 80px;
  }

  .ak-nav .ak-nav_list>li:last-child {
    margin-right: 0;
  }

  .ak-nav .ak-nav_list>li>a {
    display: inline-flex;
    position: relative;
    height: inherit;
    align-items: center;
  }

  .ak-nav .ak-nav_list li:not(.ak-mega_menu) {
    position: relative;
  }
}

@media screen and (max-width: 1199px) {
  .ak-main_header .container {
    max-width: 100%;
  }

  .ak-site_header.ak-style1 .ak-nav {
    display: flex;
  }

  .ak-nav .ak-nav_list {
    position: absolute;
    width: 100vw;
    left: -15px;
    padding: 10px 0;
    display: none;
    top: 0%;
    padding-top: 75px;
    border-top: 1px solid rgba(77, 77, 77, 0.3215686275);
    border-bottom: 1px solid rgba(77, 77, 77, 0.3215686275);
    overflow: auto;
    max-height: calc(100vh - 80px);
    line-height: 1.6em;
    background-color: var(--body-bg-color);
  }

  .ak-nav .ak-nav_list a {
    display: block;
    padding: 8px 20px;
    text-transform: uppercase;
    position: relative;
  }

  /*Mobile Menu Button*/
  .ak-site_header.ak-style1 .ak-main_header_in {
    height: 100px;
    justify-content: start;
    margin: 0px;
  }

  .ak-site_header.ak-style1 {
    top: 0;
  }

  .ak-main-header-right {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .ak-site_header .container {
    max-width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .ak-site_branding img {
    max-height: 100%;
  }

  /* .ak-site-branding.nav {
    width: 200px !important;
    height: 100px !important;
  }
  .ak-site-branding.nav img {
    width: 200px !important;
    height: 100px !important;
  } */
}

/*--------------------------------------------------------------
  9. Footer
----------------------------------------------------------------*/
.footer-bg {
  background-color: #f6f7f8;
}

.footer-bg .ak-footer-container {
  position: relative;
}

.ak-footer.style-1 .footer-content {
  position: relative;
  display: flex;
  align-items: center;
  gap: 110px;
}

.ak-footer.style-1 .footer-content .footer-nav {
  width: 100%;
}

.ak-footer.style-1 .footer-content .footer-nav .footer-link {
  display: flex;
  max-width: 802px;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.ak-footer.style-1 .footer-content .footer-nav .footer-link .link-content .short-title {
  font-size: 24px;
  line-height: 135%;
  color: #0d0101;
  margin-bottom: 18px;
}

.ak-footer.style-1 .footer-content .footer-nav .footer-link .link-content .linek-all {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style: none;
  padding-left: 0;
}

.ak-footer.style-1 .footer-content .footer-nav .footer-link .link-content .linek-all a {
  margin-left: 15px;
  font-size: 16px;
  line-height: 165%;
  color: #0c0101;
  position: relative;
  display: inline-block;
}

.ak-footer.style-1 .footer-content .footer-nav .footer-link .link-content .linek-all a::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0%;
  height: 1px;
  left: 0;
  bottom: -2px;
  opacity: 1;
  transition: all 0.3s;
  background-color: #fff;
}

.ak-footer.style-1 .footer-content .footer-nav .footer-link .link-content .linek-all a:hover::after {
  width: 100%;
}

.ak-footer.style-1 .footer-content .footer-nav .footer-link .link-content .linek-all a span {
  color: #0f0101;
}

.ak-footer.style-1 .copy-right {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.ak-footer.style-1 .copy-right .copyright-heading {
  font-weight: bold;
}

.ak-footer.style-1 .copy-right .copyright-text {
  font-size: 16px;
  color: #090101;
  margin-bottom: 0;
  width: 80%;
}

@media screen and (max-width: 1199px) {
  .ak-footer.style-1 .footer-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
  }

  .ak-footer.style-1 .footer-content .footer-nav {
    width: 100%;
  }
}

/*--------------------------------------------------------------
  10. Pagination
----------------------------------------------------------------*/

/*--------------------------------------------------------------
11. Section Heading Title
----------------------------------------------------------------*/
/*--------------------------------------------------------------
  12. Button style
----------------------------------------------------------------*/
.common-btn {
  background-color: var(--primary-color);
  font-family: var(--body-font-family);
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  padding: 12px 28px;
  border-radius: 0px;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  overflow: hidden;
  width: auto;
}

.common-btn span {
  color: var(--white-color);
  position: relative;
  z-index: 111;
  transition: all 0.5s;
}

.common-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  visibility: hidden;
  overflow: hidden;
  background-color: var(--black-color);
  transition: all 0.3s;
  z-index: 11;
}

.common-btn:hover span {
  color: var(--white-color);
}

.common-btn:hover span path {
  stroke: var(--white-color);
}

.common-btn:hover::before {
  right: 0;
  visibility: visible;
}

/*--------------------------------------------------------------
  13. Hero
----------------------------------------------------------------*/
/*--------------------------------------------------------------
14. Service
----------------------------------------------------------------*/
/*--------------------------------------------------------------
14. Moving Text
----------------------------------------------------------------*/
/*--------------------------------------------------------------
16. About Content
----------------------------------------------------------------*/
/*--------------------------------------------------------------
  17. Counter Funfact
----------------------------------------------------------------*/
/*--------------------------------------------------------------
18. Feature Content
----------------------------------------------------------------*/

.feature-card-two {
  display: inline-flex;
  flex-direction: column;
  height: 208px;
  justify-content: center;
  align-items: center;
  border: 1px solid #e7e7e7;
}

/*--------------------------------------------------------------
19. Testmonial
----------------------------------------------------------------*/
/*--------------------------------------------------------------
20. Team
----------------------------------------------------------------*/
/*--------------------------------------------------------------
21. Strategic
----------------------------------------------------------------*/
/*--------------------------------------------------------------
22. Blog
----------------------------------------------------------------*/

/*--------------------------------------------------------------
  23. Accordion
----------------------------------------------------------------*/

/*--------------------------------------------------------------
  24. Cta
----------------------------------------------------------------*/
/*--------------------------------------------------------------
25. Pricing Calculator
----------------------------------------------------------------*/
/*--------------------------------------------------------------
26. Contact Form
----------------------------------------------------------------*/

.contact-form-content {
  display: flex;
  gap: 100px;
  background-color: #fff;
}

.contact-form-content .contact-form-img {
  max-width: 860px;
}

.contact-form-content .contact-form-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact-form-content .contact-form {
  max-width: 645px;
  align-self: center;
  padding: 15px;
}

.contact-form .contact-title {
  font-size: 24px;
  line-height: 135%;
}

@media screen and (max-width: 1199px) {
  .contact-form-content {
    gap: 50px;
  }
}

@media screen and (max-width: 991px) {
  .contact-form-content {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 80px;
  }

  .contact-form-content .contact-form-img {
    max-width: 100%;
    flex-basis: 450px;
    overflow: hidden;
  }

  .contact-form-content .contact-form {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

/*--------------------------------------------------------------
27. Projects Card
----------------------------------------------------------------*/

/*--------------------------------------------------------------
28. Schedule
----------------------------------------------------------------*/

/*--------------------------------------------------------------
29. Error Page Content
----------------------------------------------------------------*/

.anim-pulse {
  animation: pulseAnimation 1.5s infinite;
  animation-timing-function: ease-in-out;
}

@keyframes pulseAnimation {
  0% {
    transform: scale(0.95);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(0.95);
  }
}

/* Mobile Sticky Navigation */
.mobile-sticky-nav {
  display: none;
  /* Hidden by default */
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 10px 0;
}

.sticky-nav-item {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #030917;
  text-decoration: none;
  padding: 8px;
}

.sticky-nav-item svg {
  width: 24px;
  height: 24px;
}

/* Show only on mobile devices */
@media (max-width: 768px) {
  .mobile-sticky-nav {
    display: flex;
  }

  .footer-spacing {
    height: 100px;
    width: 100%;
  }

  /* Add padding to body to prevent content from being hidden behind the sticky nav */
  body {
    padding-bottom: 60px;
  }
}

/* Changes button's colors weren't working */
.common-btn:hover span {
  color: var(--white-color);
}

.common-btn:hover::before {
  right: 0;
  visibility: visible;
}

/* Center icons, titles and subtitles in the Diseases & Conditions section */

@media screen and (max-width: 991px) {
  /* 1) Let the hero grow with its content */

  /* 2) Always show the background image */

  /* 3) Release the overlay copy into normal flow */

  /* 4) Make sure each piece of text & the button is fully visible */

  /* 5) Stack and reorder so text comes first, form second */
  .row.align-items-center {
    display: flex !important;
    flex-direction: column !important;
  }

  /* 6) Add breathing room above the form */
}

/* 7) Keep a gap below the hero on all devices */
/* #hero {
  margin-bottom: 60px;
} */

/* Always show hero text on mobile, even before Swiper kicks in */
/* Make hero text white with a slight shadow for readability */

/* ─────────────────────────────────────────────────────────────────────────
   FORCE‑SHOW HERO TEXT ON MOBILE
───────────────────────────────────────────────────────────────────────── */
@media (max-width: 991px) {
  /* Let the slider expand to fit the text */

  /* Make sure the inner text container isn't absolutely clipped */

  /* Un‑hide every piece of your title & button */
}

/* ─────────────────────────────────────────────────────────────────────────
   FORCE‑SHOW HERO SLIDE & TEXT ON MOBILE
───────────────────────────────────────────────────────────────────────── */
@media (max-width: 991px) {
  /* 1) Make the background image visible immediately */

  /* 2) Let the slide container grow to fit its content */

  /* 3) Un‑hide all your titles, descriptions & buttons */
}

/* gap below the desktop hero */

/* gap below the mobile hero */

/* Changed make on 2n May 2025 */

/* Force hero text to show on desktop, not just mobile */

/* --------------------------------------------- */
/*  Body background — light gray gradient       */
/* --------------------------------------------- */
body {
  background: linear-gradient(180deg, #fafafa 0%, #e9e9e9 100%);
}

/* --------------------------------------------- */
/*  Card shadows & rounding                     */
/* --------------------------------------------- */
.feature-card-two {
  background-color: #fff;
  /* ensure cards stay white */
  border-radius: 8px;
  /* soften corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-card-two:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

/* --------------------------------------------- */
/*  Button shadows & rounding                   */
/* --------------------------------------------- */
.common-btn {
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.common-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}

/* --------------------------------------------- */
/*  Body background — light gray gradient       */
/* --------------------------------------------- */
body {
  background: linear-gradient(180deg, #fafafa 0%, #e9e9e9 100%);
}

/* --------------------------------------------- */
/*  Card shadows & rounding                     */
/* --------------------------------------------- */
.feature-card-two {
  background-color: #fff;
  /* ensure cards stay white */
  border-radius: 8px;
  /* soften corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-card-two:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

/* --------------------------------------------- */
/*  Button shadows & rounding                   */
/* --------------------------------------------- */
.common-btn {
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.common-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}

/* --------------------------- */
/*  Hero fixes — text layering */
/* --------------------------- */
.hero-section {
  position: relative;
  height: auto;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-top: 100px;
}

.ak-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.hero-section .container {
  position: relative;
  z-index: 3;
  color: white;
}

.hero-section .hero-main-title {
  color: white !important;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

/* --------------------------- */
/*  Improve mobile spacing     */
/* --------------------------- */
@media screen and (max-width: 767px) {
  .hero-section {
    padding-top: 5rem;
    padding-bottom: 2rem;
    min-height: auto;
    margin-top: 40px;
  }

  .hero-main-title {
    font-size: 1.75rem;
  }

  .form-control {
    font-size: 0.95rem;
  }
}

/* --------------------------- */
/*  Form styling improvements  */
/* --------------------------- */
.hero-section form {
  /* background: #ffffff; */
  /* border-radius: 12px; */
  padding: 2rem;
  padding-bottom: 0;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
}

@media screen and (max-width: 767px) {
  .hero-section form {
    padding: 0px;
  }
}

.hero-section form .form-control {
  border-radius: 6px;
  padding: 0.6rem 1rem;
  border: 1px solid #ccc;
}

.hero-section form .common-btn {
  background-color: #f9d67c;
  color: #000;
  font-weight: bold;
  border: none;
}

.hero-section form .common-btn:hover {
  background-color: #000;
  color: #fff;
}

/* Reset text color inside white form */

/* Banner text edits */

@media (max-width: 767.98px) {
  .hero-section {
    padding-top: 100px;
    /* Adjust this if your header height changes */
  }
}

@media (max-width: 767.98px) {
  .hero-main-title {
    font-size: 1.8rem;
    text-align: center;
  }

  .hero-section .common-btn {
    display: block;
    margin: 20px auto 0;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    padding-top: 100px;
    /* Prevent text from being hidden under the header */
    text-align: center;
    /* Center all text */
  }

  .hero-main-title {
    text-align: center;
  }

  .common-btn {
    display: inline-block;
    margin-top: 20px;
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  h5.feature-title {
    font-size: 16px !important;
  }
}

/* Project Floor Plans Section Styles */
.project-floor-plans-section {
  background-color: #fdf5e6;
  /* Light beige background */
}

.floor-plan-tabs .nav-link {
  color: #8B4513;
  /* SaddleBrown */
  border: 1px solid transparent;
  border-bottom: 3px solid transparent;
  margin: 0 10px;
  padding: 10px 20px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.floor-plan-tabs .nav-link.active,
.floor-plan-tabs .nav-link:hover {
  color: #B08D57;
  /* Darker Gold */
  border-color: #B08D57;
  background-color: #fff;
  border-bottom: 3px solid #B08D57;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.floor-plan-carousel .swiper-slide img {
  max-height: 450px;
  /* Adjust as needed */
  object-fit: contain;
  /* Or use 'cover' if you prefer */
  margin: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.floor-plan-gallery img {
  border: 1px solid #eee;
  padding: 5px;
  background-color: #fff;
  /* height: 300px; Consistent height for gallery images */
  object-fit: contain;
  /* Or 'cover' */
  width: 100%;
}

.project-floor-plans-section .common-btn {
  background-color: #B08D57;
  /* Gold color for buttons */
  border-color: #B08D57;
  color: #fff !important;
  /* Make text white and important */
}

.project-floor-plans-section .common-btn:hover {
  background-color: #8c6f44;
  /* Darker gold on hover */
  border-color: #8c6f44;
}

.project-floor-plans-section .ak-section-subtitle {
  color: #583e23;
  /* Darker brown for subtitle */
  font-size: 1.1rem;
  font-weight: 500;
}

.project-floor-plans-section .ak-section-title {
  color: #3e2c19;
  /* Very dark brown for title */
  font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .floor-plan-tabs .nav-link {
    margin: 0 5px;
    padding: 8px 12px;
    font-size: 0.9rem;
  }

  .floor-plan-carousel .swiper-slide img {
    max-height: 300px;
  }

  .floor-plan-gallery img {
    height: 200px;
    /* Adjust height for mobile */
    margin-bottom: 15px;
    /* Add some space between images on mobile */
  }

  .project-floor-plans-section .ak-section-title {
    font-size: 1.8rem;
  }
}


@media (max-width: 768px) {
  .footer-spacing {
    height: 70px;
    /* Adjust to match the height of your sticky nav */
  }

  body {
    padding-bottom: 70px;
    /* Same as footer-spacing height */
  }

  h5.feature-title {
    font-size: 16px !important;
  }
}

/* Desktop specific styles for carousel width */
@media (min-width: 992px) {
  .floor-plan-carousel {
    width: 70%;
    /* Adjust this percentage as needed */
    margin-left: auto;
    margin-right: auto;
  }
}

.ts-navbar {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin: 0;
  padding: 0;
  z-index: 9999 !important;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

.ts-navbar-inner {
  width: 100%;
  max-width: 1200px;
  /* optional */
  padding: 0 15px;
  margin: 0 auto;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ts-logo img {
  max-height: 100px;
  display: block;
}

.ts-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 36px;
}

.ts-nav-list li a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.14rem;
  display: block;
  line-height: 1;
  padding: 0;
  /* removes extra link spacing */
}

.ts-nav-list li a:hover {
  color: #B08D57;
}

.ts-cta .common-btn {
  background: #B08D57;
  color: #fff;
  border-color: #B08D57;
  padding: 10px 20px;
  border-radius: 4px;
  display: inline-block;
}

/* Remove default body margin */
body {
  margin: 0;
  padding: 0;
}

/* Navbar fixed at top */
.ts-navbar {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0;
  padding: 0;
  z-index: 9999 !important;
  width: 100%;
}

/* Hero section positioned properly with fixed navbar */
#hero {
  margin-top: 0;
  padding-top: 90px;
  position: relative;
}

/* Ensure all first sections after navbar have proper spacing */
body>section:first-of-type,
body>.hero-section {
  padding-top: 90px;
}

/* Section Styling */
.gallery-section {
  background: #f9f9f9;
  padding: 5rem 0;
}

.gallery-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #2b2b2b;
}

.gallery-subtitle {
  font-size: 1rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
}

/* Grid Thumbnails */
.gallery-card {
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.gallery-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-card img:hover {
  transform: scale(1.05);
}

/* Carousel */
.carousel-wrapper {
  position: relative;
  max-width: 900px;
  margin: auto;
}

.carousel-container {
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 10px;
}

.carousel-item {
  flex: 0 0 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 0.5rem;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(176, 141, 87, 0.8);
  border: none;
  color: #fff;
  font-size: 2rem;
  padding: 0.3rem 0.7rem;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

.carousel-arrow.left {
  left: -20px;
}

.carousel-arrow.right {
  right: -20px;
}

/* Lifestyle Montage */
.lifestyle-montage img {
  max-height: 500px;
  width: auto;
  object-fit: cover;
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* CTA Button */
.gallery-cta {
  background-color: #b08d57;
  border-color: #b08d57;
  color: #fff !important;
  padding: 12px 35px;
  font-size: 1.1rem;
  border-radius: 0.25rem;
  display: inline-block;
  text-decoration: none;
  transition: background 0.3s ease;
}

.gallery-cta:hover {
  background-color: #a07c50;
}

/* Grid Thumbnails */
.gallery-card {
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.gallery-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-card img:hover {
  transform: scale(1.05);
}

/* Carousel */
.carousel-container {
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-item {
  flex: 0 0 100%;
  height: 400px;
  object-fit: cover;
}

/* Carousel Arrows */
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(176, 141, 87, 0.8);
  border: none;
  color: #fff;
  font-size: 2rem;
  padding: 0.3rem 0.7rem;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

.carousel-arrow.left {
  left: -25px;
}

.carousel-arrow.right {
  right: -25px;
}

/* CTA Button */
.gallery-cta {
  background-color: #b08d57;
  border-color: #b08d57;
  color: #fff !important;
  padding: 12px 35px;
  font-size: 1.1rem;
  border-radius: 0.25rem;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s ease;
}

.gallery-cta:hover {
  background-color: #a07c50;
}

/* Gallery Section */
.gallery-section {
  background: #f9f9f9;
}

/* Grid Thumbnails */
.gallery-card {
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.gallery-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s;
}

.gallery-card img:hover {
  transform: scale(1.05);
}

/* Carousel Container */
.carousel-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: auto;
  overflow: hidden;
  border-radius: 0.5rem;
  height: 400px;
}

/* Track */
.carousel-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

/* Carousel items */
.carousel-item {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Arrows */
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(176, 141, 87, 0.8);
  border: none;
  color: #fff;
  font-size: 2rem;
  padding: 0.3rem 0.7rem;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

.carousel-arrow.left {
  left: 10px;
}

.carousel-arrow.right {
  right: 10px;
}

.carousel-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: auto;
  overflow: hidden;
  border-radius: 0.5rem;
  height: 400px;
}

.carousel-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.carousel-item {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(176, 141, 87, 0.8);
  border: none;
  color: #fff;
  font-size: 2rem;
  padding: 0.3rem 0.7rem;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

.carousel-arrow.left {
  left: 10px;
}

.carousel-arrow.right {
  right: 10px;
}

/* Gallery Grid */
.gallery-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2b2b2b;
}

.gallery-subtitle {
  font-size: 1rem;
  color: #555;
  max-width: 700px;
  margin: auto;
}

.grid-card {
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.grid-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.grid-card:hover img {
  transform: scale(1.05);
}

/* Custom Carousel */
.custom-carousel-container {
  position: relative;
  max-width: 900px;
  margin: auto;
  overflow: hidden;
  border-radius: 0.5rem;
  height: 400px;
  background: #f5f5f5;
}

.custom-carousel-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.custom-carousel-item {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(176, 141, 87, 0.8);
  border: none;
  color: #fff;
  font-size: 2rem;
  padding: 0.5rem 0.7rem;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

.custom-carousel-arrow.left {
  left: 10px;
}

.custom-carousel-arrow.right {
  right: 10px;
}

/* CTA Button */
.gallery-cta {
  background-color: #b08d57;
  border-color: #b08d57;
  color: #fff;
  padding: 12px 35px;
  font-size: 1.1rem;
  border-radius: 0.25rem;
}

.common-btn {
  display: inline-block;
  background-color: #B08D57;
  /* main brand gold */
  border: none;
  border-radius: 6px;
  color: #fff !important;
  font-weight: 600;
  padding: 12px 30px;
  font-size: 1rem;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}

.common-btn:hover {
  background-color: #9c7b4d !important;
  /* darker shade of brand gold */
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.common-btn:active {
  transform: scale(0.97);
}

/* ===== Global button theming (overrides) ===== */
.common-btn,
button,
button[type="submit"],
.btn,
.report-card-button,
.download-brochure-btn-reports,
.ts-cta .common-btn {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: var(--white-color) !important;
}

/* Hover state (keeps your black sweep effect on .common-btn) */
.common-btn:hover::before {
  background-color: #000;
}

.common-btn:hover span {
  color: var(--white-color);
}

/* Simple hover for other buttons */
button:hover,
.btn:hover,
.report-card-button:hover,
.download-brochure-btn-reports:hover {
  filter: brightness(0.92);
}

/* Links styled as CTAs, if any */
a.common-btn {
  color: var(--white-color) !important;
}

.common-btn::before {
  display: none !important;
}

.common-btn,
.common-btn:hover {
  background-color: var(--primary-color) !important;
  color: var(--white-color) !important;
}

.common-btn::before {
  display: none !important;
}

.common-btn,
.common-btn:hover {
  background-color: var(--primary-color) !important;
  color: var(--white-color) !important;
}

/* Sticky FABs */
.sticky-fab {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--primary-color);
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
  z-index: 9999;
  transition: transform .15s ease, box-shadow .15s ease, opacity .2s ease;
  text-decoration: none;
}

.sticky-fab:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .22);
}

/* Scroll-to-top sits above WA with spacing */
#scroll-top {
  bottom: 82px;
  border: none;
  cursor: pointer;
}

/* Optional “ghost” style (neutral background) */
.sticky-fab.ghost {
  background: #111827;
}

/* dark gray */
@media (prefers-color-scheme: light) {
  .sticky-fab.ghost {
    background: #1f2937;
  }

  /* slightly lighter on light theme */
}

/* Hide scroll-top until needed */
#scroll-top {
  opacity: 0;
  pointer-events: none;
}

#scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}

/* Keep away from your mobile sticky nav if present */

/* Enhanced Sticky Navbar */
.ts-navbar.scrolled {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Ensure navbar stays on top of all content */
.ts-navbar {
  will-change: transform;
}

/* Smooth transition for navbar */
.ts-navbar-inner {
  transition: padding 0.3s ease;
}

/* Add smooth scroll behavior */
html {
  scroll-behavior: smooth;
}

/* Mobile specific navbar adjustments */
@media (max-width: 991px) {
  .ts-navbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9999 !important;
    width: 100%;
  }

  .ts-nav-panel {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .ts-nav-panel.open {
    max-height: 500px;
  }
}

@media (max-width: 768px) {
  .sticky-fab {
    right: 14px;
    bottom: 88px;
  }

  /* lift above bottom nav */
  #scroll-top {
    bottom: 152px;
  }

  /* above WA on mobile */
}

/* Base FAB style (keeps your theme + layout) */
.sticky-fab {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--primary-color);
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
  z-index: 9999;
  transition: transform .15s ease, box-shadow .15s ease, opacity .2s ease;
  text-decoration: none;
}

/* WhatsApp brand green */
.sticky-fab.wa {
  background: #25D366 !important;
  /* WhatsApp green */
}

.sticky-fab.wa:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .22);
  filter: brightness(0.96);
}

/* Scroll-to-top placement (above WA) */
#scroll-top {
  bottom: 82px;
  border: none;
  cursor: pointer;
}

/* Optional dark "ghost" look for top button */
.sticky-fab.ghost {
  background: #111827;
}

/* Show top button only after scrolling */
#scroll-top {
  opacity: 0;
  pointer-events: none;
}

#scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}

/* Lift both above any bottom nav on mobile */
@media (max-width: 768px) {
  .sticky-fab {
    right: 14px;
    bottom: 88px;
  }

  #scroll-top {
    bottom: 152px;
  }
}

/* ==== Mobile rescue overrides (paste at very end) ==== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Kill accidental horizontal scroll from wide children */
html,
body {
  overflow-x: hidden;
}

/* Let sections stack & breathe on small screens */
@media (max-width: 991px) {

  /* Hero: remove fixed 100vh feel & large offsets */
  .hero-section {
    height: auto !important;
    min-height: 60vh;
    margin-top: 60px !important;
    padding: 2rem 0 !important;
  }

  .ak-hero-bg,
  .hero-overlay {
    position: fixed;
  }

  /* keep image covering without pushing content */
  .hero-section .container {
    position: relative;
    z-index: 3;
  }

  /* Grid sanity */
  .row {
    margin-left: 0;
    margin-right: 0;
  }

  [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
  }

  /* Cards & feature tiles */
  .feature-card-two,
  .amenity-card,
  .card {
    width: 100%;
  }

  /* Forms */
  .form-control {
    font-size: 16px;
  }

  /* avoid iOS zoom */
  .contact-form-content {
    flex-direction: column !important;
    gap: 24px !important;
  }

  /* Gallery tiles: 2-up on phones */
  .gallery-item {
    flex-basis: calc(50% - 10px) !important;
  }
}

@media (max-width: 575px) {

  /* Gallery: 1-up on very small phones */
  .gallery-item {
    flex-basis: 100% !important;
  }

  /* Buttons scale */
  .common-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Iframes (maps, videos) stay inside viewport */
.map-container iframe,
iframe,
video {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* Navigation: keep from overflowing */
.ts-navbar .ts-nav-list {
  flex-wrap: wrap;
  gap: 20px;
}

/* Your global CTA override: STOP styling every <button> */
.common-btn,
.btn,
.report-card-button,
.download-brochure-btn-reports,
.ts-cta .common-btn {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: var(--white-color) !important;
}

/* ===== NAVBAR (single source of truth) ===== */
:root {
  --nav-height: 74px;
}

/* Header wrapper */
.ts-navbar {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 9999 !important;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
  width: 100%;
}

.ts-navbar-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 16px;
  position: relative;
}

/* MOBILE layout: [left spacer] [logo] [MENU] */
@media (max-width: 991.98px) {
  .ts-bar {
    display: grid;
    grid-template-columns: auto 1fr auto;
    /* <-- right column is the MENU */
    align-items: center;
    height: var(--nav-height);
  }

  .ts-bar__spacer {
    width: auto;
  }

  /* keep your logo as-is; tweak if you want it bigger */
  .ts-logo img {
    max-height: 60px;
    height: auto;
    display: block;
  }

  /* hamburger pinned to the right edge */
  .ts-menu-toggle {
    justify-self: end;
    width: 44px;
    height: 38px;
    padding: 6px;
    border: 0;
    background: transparent;
    box-shadow: none;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
  }

  .ts-menu-toggle span {
    width: 24px;
    height: 3px;
    background: #fff;
    display: block;
  }

  /* dropdown panel under the bar */
  .ts-nav-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: var(--nav-height);
    background: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
    border-radius: 0 0 12px 12px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: max-height .28s ease, opacity .2s ease, visibility .2s ease;
  }

  .ts-nav-panel.open {
    max-height: 80vh;
    opacity: 1;
    visibility: visible;
  }

  /* hide desktop list + header CTA on mobile */
  .ts-nav-desktop,
  .ts-cta-desktop {
    display: none !important;
  }
}

/* DESKTOP layout: inline nav + CTA, hide mobile panel */
@media (min-width: 992px) {
  .ts-navbar-inner {
    display: flex;
    align-items: center;
    gap: 28px;
  }

  .ts-bar {
    display: flex;
    align-items: center;
    gap: 20px;
    height: auto;
  }

  .ts-bar__spacer {
    display: none;
  }

  .ts-menu-toggle {
    display: none;
  }

  .ts-nav-desktop {
    display: flex;
    gap: 18px;
    margin-left: auto;
  }

  .ts-nav-desktop li {
    list-style: none;
  }

  .ts-nav-desktop a {
    text-decoration: none;
    color: #111;
    font-weight: 500;
    padding: 6px 0;
  }

  .ts-nav-desktop a:hover {
    color: var(--primary-color);
  }


  .ts-nav-panel {
    display: none !important;
  }
}

.ts-cta-desktop {
  display: block;
}

.ts-cta-desktop a {
  font-size: 1.4rem;
}

/* --- Remove the gap between header and banner (hero) --- */
.ts-navbar {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 9999 !important;
  margin-bottom: 0 !important;
  width: 100%;
}

#hero,
.hero,
.hero-section {
  margin-top: 0 !important;
  /* override any earlier margin-top (e.g. 100px) */
  padding-top: 90px !important;
  /* Add spacing for fixed navbar */
}

/* in case a heading inside the hero is adding top margin (margin-collapsing) */
#hero>*:first-child,
.hero>*:first-child,
.hero-section>*:first-child {
  margin-top: 0 !important;
}

/* optional: ensure the hero's inner container doesn't add spacing */
.hero-section .container,
#hero .container {
  padding-top: 0 !important;
}

/* ===== Mobile menu styling (dropdown panel) ===== */
@media (max-width: 991.98px) {

  /* panel surface */
  .ts-nav-panel {
    background: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
    border-radius: 0 0 12px 12px;
  }

  /* remove bullets + left indent */
  .ts-nav-mobile {
    list-style: none !important;
    margin: 0 !important;
    padding: 8px 10px 6px !important;
    gap: 0 !important;
  }

  .ts-nav-mobile li {
    list-style: none !important;
  }

  /* pretty, tappable rows */
  .ts-nav-mobile a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    margin: 4px 0;
    border-radius: 10px;
    text-decoration: none;
    color: #111;
    font-weight: 600;
    line-height: 1.2;
    background: #f8fafc;
    /* light tile */
    border: 1px solid #e5e7eb;
    transition: background .15s ease, border-color .15s ease, transform .05s ease;
  }

  .ts-nav-mobile a:hover,
  .ts-nav-mobile a:focus {
    background: #eef2f7;
    border-color: #d1d5db;
  }

  .ts-nav-mobile a:active {
    transform: scale(.99);
  }

  /* subtle chevron */
  .ts-nav-mobile a::after {
    content: "›";
    font-size: 18px;
    opacity: .55;
  }

  /* section title look for the CTA area */
  .ts-cta-mobile {
    padding: 10px 10px 14px !important;
  }

  .ts-cta-mobile .common-btn {
    width: 100%;
    justify-content: center;
    border-radius: 10px;
    padding: 12px 16px;
    font-weight: 700;
  }
}

@media (max-width: 991.98px) {
  .hero-section .container {
    padding-top: 20px !important;
  }
}

/* ==== Mobile: add space between sticky header and the first section ==== */
@media (max-width: 991.98px) {
  :root {
    --nav-height: 74px;
  }

  /* match your mobile navbar height */

  /* If the very next element after the header is the hero (any class/id) */
  body>header.ts-navbar+section,
  body>header.ts-navbar+div,
  body>header.ts-navbar+main {
    padding-top: calc(var(--nav-height) + 12px) !important;
  }

  /* Common hero selectors (covers most setups) */
  #hero,
  .hero,
  .hero-section {
    padding-top: calc(var(--nav-height) + 12px) !important;
  }

  /* If your hero uses a Bootstrap container, also pad that */
  #hero .container:first-child,
  .hero .container:first-child,
  .hero-section .container:first-child {
    padding-top: 12px !important;
  }
}

/* Big horizontal gap between the two columns (independent of Bootstrap gutters) */
#hero .hero-gap {
  row-gap: 2rem;
}

/* nice mobile spacing when stacked */

@media (min-width: 992px) {

  /* lg+ */
  /* Flex gap between columns */
  #hero .hero-gap {
    column-gap: clamp(4rem, 6vw, 10rem) !important;
  }

  /* Extra, in-case-someone-zeroed-out-gutters */
  #hero .left-col {
    padding-right: clamp(1.5rem, 3vw, 3rem) !important;
  }

  #hero .right-col {
    padding-left: clamp(1.5rem, 3vw, 3rem) !important;
  }

  /* Nudge the card further away if you want even more space */
  #hero .right-col .lead-form-card {
    margin-left: clamp(1rem, 3vw, 4rem) !important;
  }
}

@media (min-width: 1400px) {

  /* xl+ for really wide screens */
  #hero .hero-gap {
    column-gap: clamp(6rem, 8vw, 14rem) !important;
  }
}

/* === Tune these to match your navbar sizes exactly === */
:root {
  --nav-h: 72px;
  /* header height */
  --container-max: 1200px;
  /* same max width as navbar row */
  --container-pad: 16px;
  /* same left/right padding as navbar */
  --hero-gap: clamp(5rem, 7vw, 12rem);
  /* big column gap on desktop */
}

/* Make hero start below the sticky header */
#hero {
  padding-top: calc(var(--nav-h) + 32px);
  /* extra breathing room under nav */
}

/* Match navbar container geometry */
#hero .container {
  max-width: var(--container-max);
  padding-left: var(--container-pad);
  padding-right: var(--container-pad);
  margin-left: auto;
  margin-right: auto;
}

/* Column spacing + alignment */
#hero .row {
  align-items: flex-start;
  /* start under the nav instead of vertically centered */
  /* row-gap: 2rem; */
  /* nice mobile spacing */
}

@media (min-width: 992px) {
  #hero .row {
    /* column-gap: var(--hero-gap); */
  }

  /* Left column width so the title block tucks neatly under the logo area */
  #hero .left-col {
    max-width: 560px;
    padding-right: clamp(1.5rem, 3vw, 3rem);
  }

  /* Right column right-aligns the form so it sits under the top-right CTA */
  #hero .right-col {
    display: flex;
    justify-content: flex-end;
    padding-left: clamp(1.5rem, 3vw, 3rem);
  }

  /* Control the card width so it visually aligns with the “Book a Site Visit” button */
  #hero .lead-form-card {
    width: min(520px, 100%);
  }
}

/* If something else is zeroing Bootstrap utilities, force it once: */
@media (min-width: 992px) {
  #hero .row {
    /* column-gap: var(--hero-gap) !important; */
  }
}

/* Keep everything you already added EXCEPT the column-gap rules */
/* --- Desktop layout & spacing (safe with Bootstrap grid) --- */
@media (min-width: 992px) {

  /* Big horizontal spacing without causing wrapping */
  #hero .row {
    /* --bs-gutter-x: clamp(4rem, 6vw, 10rem); */
    flex-wrap: nowrap;
    /* don't allow the right col to drop */
    align-items: flex-start;
    /* keep top-aligned under the navbar */
  }

  /* Let Bootstrap gutter do the spacing; just minor nudges */
  #hero .left-col {
    max-width: 560px;
    /* optional: keep text line-length nice */
    padding-right: 0;
    /* gutter supplies spacing now */
  }

  #hero .right-col {
    display: flex;
    justify-content: flex-end;
    /* form aligns under top-right CTA */
    padding-left: 0;
    /* gutter supplies spacing now */
  }

  /* Form card sizing + a tiny visual nudge if you want it */
  #hero .lead-form-card {
    width: min(520px, 100%);
    margin-left: clamp(0.5rem, 1.5vw, 1.5rem);
  }
}


@media (max-width: 991px) {
  .hero-main-title {
    font-size: 2.2rem !important;
  }

  .hero-section h2 {
    font-size: 1.5rem !important;
  }

  .ak-section-title {
    font-size: 1.8rem !important;
  }

  .ak-section-subtitle {
    font-size: 0.9rem !important;
  }

  .about-title {
    font-size: 1.7rem !important;
  }

  .feature-title {
    font-size: 1.1rem !important;
  }

  .contact-title b {
    font-size: 1.2rem !important;
  }

  .modal-title {
    font-size: 1.1rem !important;
  }

  .testmonial-info h3.testmonial-title {
    font-size: 1rem !important;
  }
}

@media (max-width: 767px) {
  .hero-main-title {
    font-size: 2rem !important;
  }

  .hero-section h2 {
    font-size: 1.3rem !important;
  }

  .ak-section-title {
    font-size: 1.6rem !important;
  }

  .ak-section-subtitle {
    font-size: 0.85rem !important;
  }

  .about-title {
    font-size: 1.5rem !important;
  }

  h2.ak-section-title.animation-title {
    font-size: 1.5rem !important;
  }

  .feature-card-two h5.feature-title {
    font-size: 1rem !important;
  }

  .feature-card h5.feature-title {
    font-size: 1rem !important;
  }

  .contact-title b {
    font-size: 1.1rem !important;
  }

  .modal-title {
    font-size: 1rem !important;
  }

  .testmonial-info h3.testmonial-title {
    font-size: 0.9rem !important;
  }

  .ak-accordion-title {
    font-size: 0.95rem !important;
  }
}

@media (max-width: 575px) {
  .hero-main-title {
    font-size: 1.8rem !important;
  }

  .hero-section h2 {
    font-size: 1.1rem !important;
  }

  .ak-section-title {
    font-size: 1.4rem !important;
  }

  .ak-section-subtitle {
    font-size: 0.8rem !important;
  }

  .about-title {
    font-size: 1.3rem !important;
  }

  h2.ak-section-title.animation-title {
    font-size: 1.3rem !important;
  }

  .feature-card-two h5.feature-title {
    font-size: 0.9rem !important;
  }

  .feature-card h5.feature-title {
    font-size: 0.9rem !important;
  }

  .contact-title b {
    font-size: 1rem !important;
  }

  .modal-title {
    font-size: 0.95rem !important;
  }

  .testmonial-info h3.testmonial-title {
    font-size: 0.85rem !important;
  }

  .ak-accordion-title {
    font-size: 0.9rem !important;
  }
}

.report-section-title {
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  color: #333;
}

.report-card {
  background-color: transparent;
  border: 1px solid #b08d57;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.report-card-title-area {
  background-color: #b08d57;
  color: #fff;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 15px;
  font-weight: 600;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.report-card-button {
  background-color: #b08d57 !important;
  color: #fff !important;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  width: auto;
  transition: background-color 0.3s ease;
}

.report-card-button:hover {
  background-color: #9c7b4d !important;
  color: #fff !important;
}

.download-brochure-btn-reports {
  background-color: #b08d57 !important;
  color: #fff !important;
  padding: 12px 30px !important;
  border-radius: 6px !important;
  text-decoration: none;
  font-weight: 600;
  border: none;
  display: inline-block;
}

.download-brochure-btn-reports:hover {
  background-color: #9c7b4d !important;
  color: #fff !important;
}

#reports {
  background-color: #fdf5e6 !important;
}

.gallery-title-container {
  text-align: center;
  margin-bottom: 40px;
}

.gallery-subtitle {
  font-size: 1rem;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.gallery-main-title {
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 30px;
}

.photo-gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-bottom: 40px;
}

.gallery-item {
  flex-basis: calc(33.333% - 15px);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
  .gallery-item {
    flex-basis: calc(50% - 15px);
  }

  .gallery-item.row-1-item {
    flex-basis: calc(25% - 15px);
  }
}

@media (max-width: 767px) {

  .gallery-item,
  .gallery-item.row-1-item {
    flex-basis: calc(50% - 10px);
    gap: 10px;
  }
}

@media (max-width: 575px) {

  .gallery-item,
  .gallery-item.row-1-item {
    flex-basis: calc(100% - 10px);
  }

  .gallery-main-title {
    font-size: 1.6rem;
  }
}

.gallery-row-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-bottom: 15px;
}

.gallery-row-1 .gallery-item {
  flex: 1 1 calc(25% - 15px);
  min-width: 200px;
}

.gallery-row-subsequent {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.gallery-row-subsequent .gallery-item {
  flex: 1 1 calc(33.333% - 15px);
  min-width: 200px;
}

.location-section {
  text-align: center;
}

.location-title-container {
  margin-bottom: 40px;
}

.location-subtitle {
  font-size: 1rem;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.location-main-title {
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 30px;
}

.map-container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.map-container iframe {
  width: 100%;
  height: 100%;
  max-height: 450px;
  min-height: 300px;
  border: 0;
}

@media (max-width: 767px) {
  .map-container iframe {
    max-height: 350px;
  }

  .location-main-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 575px) {
  .map-container iframe {
    height: 300px;
  }
}

.floor-plan-carousel {
  position: relative;
  overflow: hidden;
}

.specification-intro-text {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}

.spec-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 300px;
  background-color: #333;
}

.spec-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.spec-card img.spec-card-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: transform 0.4s ease;
}

.spec-card:hover img.spec-card-bg {
  transform: scale(1.05);
}

.spec-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0.3) 60%,
      rgba(0, 0, 0, 0.1) 100%);
  z-index: 2;
  opacity: 1;
}

.spec-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  z-index: 3;
  transition: all 0.4s ease-out;
}

.spec-card-heading {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.3;
  color: #fff !important;
}

.spec-card-description {
  font-size: 0.85rem;
  line-height: 1.5;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.4s ease-out, max-height 0.4s ease-out 0.1s;
}

.spec-card:hover .spec-card-description {
  opacity: 1;
  max-height: 150px;
}

#specification .col-lg-3.col-md-6 {
  margin-bottom: 2rem;
}

.testimonials {
  background: linear-gradient(to right, #f9f9f9, #f1f1f1);
  padding: 80px 20px;
  font-family: Arial, sans-serif;
}

.container {
  max-width: 900px;
  margin: 0 auto;
}

.section-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.testimonial-card-wrapper {
  display: flex;
  /* flex-direction: column; */
  gap: 20px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .testimonial-card-wrapper {
    flex-direction: column;
  }
}

.testimonial-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #4CAF50;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.testimonial-header h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: bold;
  color: #111;
}

.role {
  font-size: 0.9rem;
  color: #777;
}

.quote {
  font-style: italic;
  font-size: 1.1rem;
  color: #444;
  line-height: 1.6;
}

.stars {
  color: #FFA500;
  font-size: 1.4rem;
  margin-top: 15px;
}

.plan-card {
  background: #fff;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.plan-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.blurred-plan {
  filter: blur(4px) brightness(0.85);
  pointer-events: none;
  transition: filter 0.5s ease-in-out;
}

.plan-info {
  background: #fff;
}

.text-gold {
  color: #B08D57;
  font-weight: 600;
}

.unlock-form input {
  font-size: 0.9rem;
  border-radius: 6px;
}

.unlock-form button {
  border-radius: 6px;
}

.plan-success-message {
  color: #28a745;
  font-weight: 600;
  margin-top: 15px;
  padding: 10px;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  border-radius: 6px;
  text-align: center;
}

.footer {
  background: #222;
  color: #ddd;
  padding: 60px 20px 20px;
  font-family: Arial, sans-serif;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 60px 20px 90px;
  }
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.footer h3,
.footer h4 {
  color: #fff;
  margin-bottom: 15px;
}

.footer-about p {
  line-height: 1.6;
  font-size: 0.95rem;
}

.footer-contact p {
  margin: 8px 0;
  font-size: 0.95rem;
}

.footer-bottom {
  border-top: 1px solid #444;
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
  font-size: 0.9rem;
  color: #aaa;
}

.usp-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  color: white !important;
}

@keyframes zoomIn {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.05);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ========================================
   CRITICAL: Fixed Navbar Override
   This must be at the end to ensure it's not overridden
   ======================================== */
header.ts-navbar,
.ts-navbar {
  position: fixed !important;
  top: 0 !important;
  z-index: 9999 !important;
  width: 100% !important;
  background: #fff !important;
  left: 0 !important;
  right: 0 !important;
}

/* Add spacing to body to account for fixed navbar */
body {
  padding-top: 90px;
}

/* Ensure body doesn't have positioning that breaks sticky */
body {
  position: relative;
}

/* Make sure HTML is positioned correctly */
html {
  position: relative;
  overflow-x: hidden;
}

.custom-container {
  max-width: 1400px !important;
}