/*

TemplateMo 567 Nomad Force

https://templatemo.com/tm-567-nomad-force

*/

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
body {
    font-family: 'Poppins', sans-serif;
}

:root {
  --primary-fade:                 #0b5d4f9a;
  --white-color:                  #FFFFFF;
  --primary-color:                #0b5d50;
  --section-bg-color:             #fefad9;
  --dark-color:                   #000000;
  --grey-color:                   #fcfeff;
  --text-secondary-white-color:   rgba(255, 255, 255, 0.98);
  --second-fade:                  #fefad91e;
  --p-color:                      #717275;
  --background-color:               #fefad969;
  

  --body-font-family:           'Noto Sans JP', sans-serif;

  --h1-font-size:               72px;
  --h2-font-size:               42px;
  --h3-font-size:               36px;
  --h4-font-size:               32px;
  --h5-font-size:               24px;
  --h6-font-size:               22px;
  --p-font-size:                20px;
  --copyright-text-font-size:   14px;
  --custom-link-font-size:      12px;

  --font-weight-light:          300;
  --font-weight-normal:         400;
  --font-weight-bold:           700;
  --font-weight-black:          900;
}

body,
html {
  height: 100%;
}

body {
    background: var(--white-color);
    font-family: var(--body-font-family);    
    position: relative;
    overflow-x: hidden;
    width: 100%;
}

/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
}

h1,
h2 {
  font-weight: var(--font-weight-black);
}

h1 {
  font-size: var(--h1-font-size);
  line-height: normal;
}

h2 {
  font-size: var(--h2-font-size);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
  letter-spacing: 0.5px;
}

.text-secondary-white-color {
  color: var(--text-secondary-white-color);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  color: var(--p-color);
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
}

::selection {
  background: var(--dark-color);
  color: var(--white-color);
}

.custom-underline {
  border-bottom: 2px solid var(--white-color);
  color: var(--white-color);
  padding-bottom: 4px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  z-index: -100;
}

.custom-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay {
  background: linear-gradient(to top, #00000099, transparent 90%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*---------------------------------------
  CUSTOM LINK               
-----------------------------------------*/
.custom-links {
  max-width: 230px;
}

.custom-link {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.custom-link::after {
  content: "";
  width: 0;
  height: 2px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  background: currentColor;
}

.custom-link:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.custom-link:hover,
.custom-link:hover::after {
  color: var(--white-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}


/* LAZY LOAD */
/* Only apply lazy YouTube styling inside the video grid */
.video-grid .lazy-youtube {
    position: relative;
    cursor: pointer;
}

.video-grid .lazy-youtube img {
    width: 100%;
    display: block;
}

.video-grid .lazy-youtube::after {
    content: '▶';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4rem;
    color: white;
    background: rgba(255,0,0,0.8);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}







/* CEO */
.ceo-section {
  padding: 0;
  background-color: var(--section-bg-color);
  background-image: url('../images/ceoback.png');
  background-size: cover;
  background-position: top;
  min-height: 80vh;     /* <— FIX: allow content to expand */
  width: 100%;
  box-sizing: border-box;
}

.container-ceo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1200px;     /* <— FIX: standard max width */
  margin: 0 auto;
  padding: 0 40px;       /* <— FIX: balanced spacing */
  box-sizing: border-box;
}

.ceo-content {
  flex: 1;
  min-width: 300px;
  max-width: 650px;     /* <— FIX: readable line width */
  max-height: none;     /* <— FIX: allow full text */
}


.ceo-role {
  display: block;
  font-weight: 700;
  color: var(--primary-color);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.ceo-name {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--primary-color);
}

.ceo-short {
  font-size: 16px;
  color: var(--primary-color);
  margin-bottom: 12px;
  font-weight: 200;
}

.ceo-full {
  font-size: 16px;
  color: var(--primary-color);
  display: none;
  margin-bottom: 12px;
}

.ceo-toggle {
  background: none;
  border: var(--primary-color);
  padding: 8px 16px;
  border-radius: 8px;
  color: var(--primary-color);
  cursor: pointer;
  font-weight: 600;
}

.ceo-toggle:hover {
  background-color: var(--primary-color);
  color: #fff;
}
/* --- MOBILE & TABLET OVERLAY --- */
@media (max-width: 1024px) {

  .ceo-section {
    position: relative;
    height: auto;
    padding-bottom: 40px;
    background-position: 80% top;
  }

  .ceo-section::after {
    content: "";
    position: absolute;
    top: 9%;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(
      to top,
      rgb(0, 0, 0),
      rgba(0, 0, 0, 0.038)
    );
    z-index: 1;
  }

  /* ⭐ Move text downward (20% of screen height) */
  .container-ceo {
    position: relative;
    margin-top: 30vh;   /* <-- ADDED */
    width: 100%;
    padding: 30px;
    z-index: 2;
    display: block;
    box-sizing: border-box;
  }

  .ceo-content {
    max-width: 100%;
  }

  /* ⭐ Reduce text size */
  .ceo-role {
    font-size: 14px;
    color:#ffffff;
  }

  .ceo-name {
    font-size: 1.6rem;
    color:#ffffff;
  }

  .ceo-short,
  .ceo-full {
    font-size: 14px !important;
    color: #ffffff !important;
  }

  .ceo-toggle {
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    padding: 6px 14px;
  }
}


/*---------------------------------------
  Navbar Overlay
-----------------------------------------*/
/* ---------------------------------------------------- */
/* DESKTOP NAVBAR */
/* ---------------------------------------------------- */

.overlay-navbar {
  position: fixed;
  top: 10px;
  left: 150px; /* kept as you requested */
  width: 80%;
  border-radius: 20px;
  z-index: 999;
  background: transparent;
  padding: 15px 0;
  transition: background 0.4s ease, backdrop-filter 0.4s ease, box-shadow 0.4s ease;
  box-sizing: border-box;
}

/* nav-link-cta */
.nav-link-cta {
  border: rgba(255, 255, 255, 0.168) 1px solid;
  padding: 0px 10px;
  border-radius: 17px;
  background-color: var(--primary-color);
}

/* Container */
.nav-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

/* Logo */
.overlay-navbar .logo img {
  width: 100px;
  height: auto;
  transition: all 0.4s ease;
}

/* Nav Links */
.nav-links {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
}

.nav-links li {
  position: relative;
}

.nav-links li a {
  color: white;
  text-transform: none; /* FIXED */
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease, text-shadow 0.3s ease;
  text-shadow: 0 2px 6px rgba(10, 10, 10, 0.8);

  display: inline-flex;
  align-items: center;
}

/* Hover effect */
.nav-links li a:hover {
  color: #d1fff3;
}

/* First-level dropdown */
.nav-links .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(11, 93, 80, 0.9);
  backdrop-filter: blur(10px);
  list-style: none;
  padding: 10px 0;
  min-width: 180px;
  border-radius: 6px;
  z-index: 999;
}

.nav-links .dropdown-menu li a {
  display: block;
  padding: 8px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.3s;
}

.nav-links .dropdown-menu li a:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* Second-level dropdown */
.nav-links .dropdown-submenu {
  position: relative;
}

.nav-links .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
}

/* Show dropdown on hover */
.nav-links li:hover > .dropdown-menu {
  display: block;
}

/* Dropdown arrows */
.nav-links .dropdown > a::after,
.nav-links .dropdown-submenu > a::after {
  content: "\25BE";  /* ▼ */
  font-size: 10px;
  margin-left: 5px;
}

/* On Scroll (glassy effect) */
.overlay-navbar.scrolled {
  background: rgba(11, 93, 80, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

.overlay-navbar.scrolled .nav-links li a {
  color: #fefad9;
  text-shadow: none;
}

/* ---------------------------------------------------- */
/* MOBILE NAVBAR */
/* ---------------------------------------------------- */

.hamburger {
  display: none;
  width: 30px;
  height: 20px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.hamburger span {
  display: block;
  height: 3px;
  background: white ;
  border-radius: 2px;
  transition: 0.3s;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 75%;
  max-width: 300px;
  height: 50vh;
  background: white;
  box-shadow: -2px 0 12px rgba(0,0,0,0.15);
  z-index: 9999;
  padding: 20px;
  transition: 0.4s ease;
  overflow-y: auto;
  border-radius: 4px;
  box-sizing: border-box;
}

.mobile-menu.open {
  right: 0;
}

.mobile-menu-header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.close-mobile-menu {
  font-size: 30px;
  cursor: pointer;
}

.mobile-nav-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-nav-links li {
  margin-bottom: 12px;
}

/* Mobile link full-height hover */
.mobile-nav-links a {
  display: block;           /* Makes the link take full width */
  width: 100%;              /* Ensures it spans entire li */
  padding: 10px 15px;       /* Your existing padding */
  box-sizing: border-box;   /* Include padding in width/height */
  transition: background 0.3s ease, color 0.3s ease;
  color: var(--primary-color);
}

.mobile-cta {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 15px;
  background: #0b5d50;
  color: white !important;
  border-radius: 10px;
}

.mobile-submenu {
  list-style: none;
  padding-left: 20px;
  display: none;
}

.mobile-dropdown.open > .mobile-submenu {
  display: block;
}

/* Mobile Dropdown Arrow */
.mobile-dropdown > a::after {
  content: "\25B6"; /* right-pointing arrow ► */
  float: right;
  transition: transform 0.3s ease;
  margin-left: 5px;
}

/* Rotate arrow when open */
.mobile-dropdown.open > a::after {
  transform: rotate(90deg);
}

/* Hover effect for mobile links */
.mobile-nav-links a:hover {
  color: var(--section-bg-color);
  background: var(--primary-color);
  border-radius: 5px;
}


/* ---------------------------------------------------- */
/* RESPONSIVE */
@media screen and (max-width: 768px) {
  .nav-links {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .overlay-navbar {
    left: 0;
    width: 100%;
    border-radius: 0;
    padding: 10px 20px;
    box-sizing: border-box;
  }
}

/* Desktop logo shrink on smaller screens */
@media screen and (max-width: 1024px) {
  .overlay-navbar .logo img {
    width: 80px; /* shrink from 100px to 80px */
  }
}

@media screen and (max-width: 768px) {
  .overlay-navbar .logo img {
    width: 60px; /* further shrink on mobile */
  }
}



/*---------------------------------------
  HERO              
-----------------------------------------*/
/* HERO SECTION */
.hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}
.hero-tagline{
  color: white;
}

/* Video */
.custom-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* HERO TEXT */
.heroText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  padding: 10px 20px;
  width: 90%;
  box-sizing: border-box;
}

.heroText h3 {
  color: #ffffff;
  font-size: 1.5rem;
  margin: 0.3rem 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.heroText h1 {
  color: #ffffff;
  font-size: 3rem;
  margin: 0.5rem 0;
}

.heroText h2 {
  font-size: 1.8rem;
  font-weight: lighter;
  margin: 0.3rem 0 1rem 0;
}

.btn-book {
  display: inline-block;
  padding: 10px 25px;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #ffffff;
  transition: background 0.3s, color 0.3s;
}

.btn-book:hover {
  background: #0b5d50;
  color: #fefad9;
}

/* RESPONSIVE STYLES */
@media screen and (max-width: 1200px) {
  .heroText h1 {
    font-size: 2.5rem;
  }
  .heroText h2 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 992px) {
  .heroText h1 {
    font-size: 2rem;
  }
  .heroText h2 {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .hero {
    height: 70vh; /* reduce height for mobiles */
  }

  .custom-video {
    height: 70vh;
  }

  .heroText h3 {
    font-size: 1.2rem;
  }
  .heroText h1 {
    font-size: 1.8rem;
  }
  .heroText h2 {
    font-size: 1rem;
  }

  .btn-book {
    padding: 8px 20px;
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .hero {
    height: 60vh;
  }
  .custom-video {
    height: 60vh;
  }

  .heroText h3 {
    font-size: 1rem;
  }
  .heroText h1 {
    font-size: 1.5rem;
  }
  .heroText h2 {
    font-size: 0.9rem;
  }
  .btn-book {
    padding: 6px 15px;
    font-size: 12px;
  }
}



/* AWARDED & RECOGNIZED */
.recognized-section {
  padding: 50px 20px;
  background: var(--primary-color);
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
}

.recognized-section h3 {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.award-section{
  color: white;
  
}
.logo-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.logos {
  display: flex;
  width: calc(200%); /* doubled width for duplicate loop */
  animation: scroll 25s linear infinite;
}

.logos img {
  max-height: 60px;
  margin: 0 50px;
  object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0) invert(1); /* makes white on dark bg */
  opacity: 0.9;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.logos img:hover {
  transform: scale(1.1);
  opacity: 1;
}


/* Continuous scroll keyframes */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.logos:hover {
  animation-play-state: paused;
}

/* ----------------------- */
/* Nikita Experience Section */
/* ----------------------- */
#about {
  background-color: var(--background-color);
  
  padding: 60px 20px;
  box-sizing: border-box;
  width: 100%;
}

#about h2 {
  font-size: 100px; /* desktop size */
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 40px;
}

#about p {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
}

.har-in {
  font-weight: 600;
  color: var(--primary-color);
  text-decoration: none;
}

/* Property Menu */
.property-menu {
  text-align: center;
  margin-top: 40px;
}

.property-cta {
  display: inline-flex;
  position: relative;
  background: #f5f5f5;
  border-radius: 10px;
  overflow: visible;
  box-sizing: border-box;
}


/* Original container that caused overflow (example) */
.property-cta {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  height: 60px;
  background-color: white;
  border-radius: 20px;
  overflow: visible;
  box-sizing: border-box;
}

/* Fix overflow on mobile */
@media (max-width: 768px) {
  .property-cta {
    overflow: visible;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}


.property-cta .menu-item {
  display: inline-block;
  padding: 10px 25px;
  font-weight: 600;
  color: #555;
  text-decoration: none;
  transition: color 0.3s, background 0.3s;
  position: relative;
  box-sizing: border-box;
}

.property-cta .menu-item.active {
  color: #fff;
  background: var(--primary-color);
}

/* Highlight bar under active menu */
.property-cta .highlight {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 33.3333%; /* 3 items */
  height: 3px;
  background: var(--primary-color);
  transition: transform 0.3s ease;
}

/* Marquee */
.marquee {
  overflow: hidden;
  white-space: nowrap;
  background: var(--primary-color);
  color: #fff;
  padding: 10px 20px;
  margin-top: 50px;
  box-sizing: border-box;
  width: 100%;
}

.marquee-content {
  display: inline-block;
  animation: scroll 25s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ----------------------- */
/* Responsive Styles */
/* ----------------------- */
@media screen and (max-width: 1200px) {
  #about h2 {
    font-size: 70px;
  }
}

@media screen and (max-width: 992px) {
  #about h2 {
    font-size: 50px;
  }
  
  .property-cta .menu-item {
    padding: 8px 15px;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #about {
    padding: 40px 15px;
    box-sizing: border-box;
  }

  #about h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }

  #about .col-lg-6 {
    margin-bottom: 25px;
  }

  #about p {
    font-size: 0.95rem;
  }

  .property-cta .menu-item {
    padding: 6px 12px;
    font-size: 13px;
  }

  .marquee-content {
    font-size: 0.85rem;
  }
}

@media screen and (max-width: 480px) {
  #about h2 {
    font-size: 32px;
  }

  #about p {
    font-size: 0.9rem;
  }

  .property-cta .menu-item {
    padding: 5px 10px;
    font-size: 12px;
  }

  .marquee-content {
    font-size: 0.8rem;
  }
}

/* CTA BUTTON */
.property-filter {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.filter-link {
  
  padding: 10px 20px;
  border: 2px solid #ccc;
  border-radius: 8px;
  background-color: white;
  color: #333;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.filter-link:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.filter-link.active {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* SCROLL */

.marquee {                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  overflow: hidden;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
  white-space: nowrap;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
  box-sizing: border-box;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
  width: 100%;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
  background-color: var(--primary-color);                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
  color: #fff;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  font-size: 2rem;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
  padding: 10px 20px;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              

.marquee-content {                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
  display: inline-block;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
  padding-left: 100%;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
  animation: marquee 15s linear infinite;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              

@keyframes marquee {                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
  0%   { transform: translateX(0%); }                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
  100% { transform: translateX(-100%); }                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
}  


/* SCORE CARD SECTION */
.score-card-section {
  position: relative;
  padding: 80px 20px;
  text-align: center;
  color: black;

  /* Background image */
    background-image: url('../images/sold2.jpeg');
    background-size: cover;
    background-position: center;
  background-attachment: fixed;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
}

/* Dark image overlay */
.score-card-section .background-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55); /* dark overlay */
  z-index: 1;
}

/* Color tint overlay */
.score-card-section .color-overlay {
  position: absolute;
  inset: 0;
  background: var(--primary-color);
  opacity: 0.25; /* adjust tint intensity */
  z-index: 2;
}

/* Content container */
.score-card-section .container-score,
.score-card-section .score-wrapper {
  position: relative;
  z-index: 3; /* above overlays */
}

/* Header */
.score-card-section .section-header h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
  color: white;
}

.score-card-section .section-header p {
  font-size: 16px;
  color: #eaeaea;
  max-width: 700px;
  margin: 0 auto 50px auto;
}

/* Cards grid */
.score-cards-grid {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}

/* Each card */
.score-card {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  border-radius: 12px;
  padding: 40px 20px;
  width: 200px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
}

.score-card:hover {
  transform: translateY(-5px);
}

.score-card .counter {
  font-size: 48px;
  font-weight: 700;
  color: white;
  margin-bottom: 12px;
}

.score-card p {
  font-size: 18px;
  font-weight: 500;
  color: white;
}


/* CTA */
.property-menu {
  display: flex;
  justify-content: center;
  padding: 30px;
  box-sizing: border-box;
  width: 100%;
  flex-wrap: wrap;
}

#sold{
  color: black;
}
/* Container */
.property-cta {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  height: 60px;
  background-color: white;
  border-radius: 20px;
  overflow: visible;
  border: 1px solid rgba(0, 0, 0, 0.215);
  box-shadow: 0 6px 39px rgba(0,0,0,0.1);
  box-sizing: border-box;
}

/* Blue highlight background */
.property-cta .highlight {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% / 3);
  height: 100%;
  background-color: var(--primary-color);
  border-radius: 20px;
  z-index: 0;
  display: non;
  transition: transform 0.4s ease;
  transform: translateX(calc(100% * 2)); /* Start under Sold */
}

/* Slide to hovered link */
.property-cta:hover .menu-item:nth-child(1):hover ~ .highlight {
  transform: translateX(0%);
}

.property-cta:hover .menu-item:nth-child(2):hover ~ .highlight {
  transform: translateX(100%);
}

.property-cta:hover .menu-item:nth-child(3):hover ~ .highlight {
  transform: translateX(calc(100% * 2));
}

/* Return to Sold when not hovering any menu item */
.property-cta:not(:hover) .highlight {
  transform: translateX(calc(100% * 2));
}

/* Menu item style */
.menu-item {
  flex: 1;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: white;
  text-decoration: none;
  padding: 10px 0;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
  box-sizing: border-box;
}

/* Hover and active color */
.menu-item:hover {
  color: white;
}

.menu-item.active {
  color: white;
  background-color:transparent;
}



/* NIKITA HOMES */












/* BUY SELL RENT */
.moving-cards {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 40px 0;
  box-sizing: border-box;
}

.cards-track {
  display: flex;
  gap: 40px;
  animation: scroll-left 20s linear infinite;
}

.card {
  position: relative;
  width: 320px;
  height: 380px;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
  flex-shrink: 0;
  box-shadow: 0px 20px 40px rgba(0,0,0,0.15); /* HUMAN-LIKE SHADOW */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 30px 50px rgba(0,0,0,0.25); 
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card .overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20%;
  background: var(--primary-color);
  padding: 20px;
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  color: var(--text-secondary-white-color);
}
  
@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
/* Tablet (Width 991px and below) */
@media (max-width: 991px) {
  .card {
    width: 260px;
    height: 320px;
  }

  .card .overlay {
    font-size: 20px;
    padding: 15px;
  }

  .cards-track {
    gap: 25px;
  }
}

/* Mobile (Width 767px and below) */
@media (max-width: 767px) {
  .card {
    width: 220px;
    height: 280px;
    border-radius: 16px;
  }

  .card .overlay {
    font-size: 18px;
    padding: 12px;
  }

  .cards-track {
    gap: 20px;
  }
}

/* Smaller Mobile (Width 480px and below) */
@media (max-width: 480px) {
  .card {
    width: 180px;
    height: 240px;
  }

  .card .overlay {
    font-size: 16px;
    padding: 10px;
  }

  .cards-track {
    gap: 15px;
  }
}




/* OUR SERVICES */

.services-section {
  background: #ffffff;
  padding: 80px 0;
  width: 100%;
  box-sizing: border-box;
}

.services-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.services-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 50px;
  color: var(--primary-color);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}

.service-card {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  border: 1px solid var(--primary-color);
  text-align: center;
  transition: 0.3s ease;
  box-sizing: border-box;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}

.service-icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.service-card h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
  color: var(--primary-color);
}

.service-card p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #444;
}

.service-btn {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 8px;
  background: var(--primary-color);
  color: white;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.service-btn:hover {
  background: #000;
}


/* Tablets – 3 columns */
@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Mobile – 2 columns */
@media (max-width: 768px) {
  .services-title {
    font-size: 2rem;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-container {
    padding: 0 20px;
    box-sizing: border-box;
  }
}

/* Small Mobile – 1 column */
@media (max-width: 480px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    padding: 25px;
  }

  .services-container {
    padding: 0 15px;
    box-sizing: border-box;
  }
}



/* TESTIMONIALS */

.testimonial-section {
  background: #fefefe;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}

.testimonial-wrapper {
  max-width: 1000px;
  width: 100%;
  text-align: center;
}

/* Heading */
.testimonial-heading {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: var(--primary-color);
}

/* Testimonials Container */
.testimonial-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 30px;
}

/* Individual Testimonial */
.testimonial {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  border: 1px solid var(--primary-fade);
  box-sizing: border-box;
}

.thumb {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px;
}

.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

.testimonial span {
  display: block;
  margin-top: 10px;
  font-weight: 600;
  color: var(--primary-color);
}

/* More Reviews Paragraph */
.more-reviews {
  margin: 30px 0 20px;
  font-size: 1rem;
  font-weight: 500;
}

/* Logos */
.testimonial-logos {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.testimonial-logos img {
  width: 100px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.testimonial-logos img:hover {
  transform: scale(1.1);
}

/* Responsive */
@media(max-width: 768px){
  .testimonial-container {
    grid-template-columns: 1fr;
  }
  .thumb {
    width: 100px;
    height: 100px;
  }
}


/* KNOWLEDGE */
.video-grid-section {
  background: #fefefe;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}

.video-grid-wrapper {
  max-width: 1200px;
  width: 100%;
  text-align: center;
}

/* Heading */
.video-grid-heading {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: var(--primary-color);
}

/* Grid Layout */
.video-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

/* Individual Video */
.video-item {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  cursor: pointer;
  transition: transform 0.3s ease;
}

.video-item:hover {
  transform: scale(1.05);
}

.video-item iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0;
}

/* Responsive */
@media(max-width: 1024px){
  .video-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media(max-width: 768px){
  .video-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media(max-width: 480px){
  .video-grid {
    grid-template-columns:3, 1fr;
  }
}



/* NIKITA HOMES */





/*---------------------------------------
  PORTFOLIO               
-----------------------------------------*/
.portfolio-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  border: 1px solid var(--primary-fade);
  
}
.img-fluid{
  width: 100%;
}
.portfolio-info {
  margin: 20px;
}

.mb-5{
  color: var(--primary-color);
}
.text-success{
  color: black;
}
/*---------------------------------------
  NEWS & EVENTS               
-----------------------------------------*/
.news,
.related-news {
  background: var(--section-bg-color);
  box-sizing: border-box;
}

/* REMOVE OVERFLOW ISSUES */
.news *,
.related-news * {
  max-width: 100%;
  overflow-wrap: break-word;
}

.mb-3 {
  font-size: clamp(24px, 6vw, 100px); /* responsive scaling */
}

/* ------------------------------
   NEWS IMAGE & HOVER
--------------------------------*/
.news-thumb {
  position: relative;
}

.news-category {
  background: var(--white-color);
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  padding: 4px 12px;
  display: inline-block;
  font-size: clamp(12px, 2vw, 14px);
}

.news-text-info {
  margin: 0 20px;
}

.news-title {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: clamp(18px, 4vw, 24px);
}

.news-title-link {
  color: var(--title-color);
  display: inline-block;
}

.news-title-link:hover {
  color: var(--dark-color);
}

.portfolio-image,
.news-image {
  display: block;
  transition: transform 0.6s ease-out;
  width: 100%;
  height: auto;
}

.news-image-hover {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  padding-bottom: 4px;
  height: 100%;
}

.news-image-hover::after {
  content: "";
  width: 0;
  height: 4px;
  bottom: 0;
  position: absolute;
  right: 0;
  transition: width .6s cubic-bezier(.25, .8, .25, 1);
  background: #198754;
}

.news-image-hover:hover::after {
  width: 100%;
  left: 0;
}

.news-image-hover-warning::after {
  background: #ffc107;
}

.news-image-hover-primary::after {
  background: #0d6efd;
}

.news-image-hover-success::after {
  background: #198754;
}

.image-popup:hover .portfolio-image,
.news-image-hover:hover .news-image {
  transform: scale(1.02);
}

/* ------------------------------
    TWO COLUMN NEWS BLOCK
--------------------------------*/
.news-two-column {
  min-height: 199px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.news-two-column .news-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ------------------------------
    SOCIAL LINKS
--------------------------------*/
.social-share-link,
.social-share-link + span {
  color: rgba(255, 255, 255, 0.65);
}


/* -----------------------------------------
      MOBILE & TABLET RESPONSIVENESS
------------------------------------------*/

/* Tablets */
@media (max-width: 1024px) {

  .news-text-info {
    margin: 0 10px;
  }

  .news-two-column {
    min-height: auto;
  }
}

/* Mobile: switch to vertical layout */
@media (max-width: 768px) {

  .news-two-column {
    flex-direction: column;
    min-height: auto;
  }

  .news-title {
    font-size: 20px;
  }

  .news-category {
    font-size: 12px;
  }

  .news-text-info {
    margin: 10px 0;
  }
}

/* Small Phones */
@media (max-width: 480px) {

  .news-title {
    font-size: 18px;
  }

  .news-text-info {
    margin: 8px 0;
  }

  .mb-3 {
    font-size: 32px;
  }

  .news-category {
    padding: 3px 8px;
  }
}

/* Very small phones */
@media (max-width: 360px) {
  .news-title {
    font-size: 16px;
  }
}

/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

/*---------------------------------------
  CONTACT              
-----------------------------------------*/
.section-padding {
            padding-top: 7rem;
            padding-bottom: 7rem;
        }

        /* Contact Section Background + Overlay */
        .contact-bg {
            position: relative;
            background-image: url('../images/email-background.png');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            background-attachment: fixed;
            padding: 60px 20px;
            width: 100%;
            min-height: 100vh;
            display: flex;
            align-items: center;
        }

        .contact-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(11, 93, 79, 0.588);
            z-index: 1;
        }

     

        .contact-content {
            position: relative;
            z-index: 2;
            width: 100%;
            max-width: 1000px;
            margin: 0 auto;
       
        }

        .contact-content h2 {
            color: white;
            font-size: 2.5rem;
            text-align: center;
            margin-bottom: 30px;
            font-weight: 700;
        }

        /* Checkbox section */
        .checkbox-section {
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
            margin-bottom: 30px;
            padding-bottom: 30px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        }

        .checkbox-group {
            display: flex;
            align-items: center;
            gap: 10px;
            flex: 1;
            min-width: 140px;
        }

        .form-check-input {
            width: 20px;
            height: 20px;
            cursor: pointer;
            accent-color: var(--primary-color);
            border: 2px solid white;
            border-radius: 4px;
        }

        .form-check-label {
            color: white;
            font-weight: 600;
            cursor: pointer;
            font-size: 15px;
            margin: 0;
        }

        /* Form Control */
        .form-group {
            margin-bottom: 20px;
        }

        .form-label {
            display: block;
            color: white;
            font-weight: 600;
            margin-bottom: 8px;
            font-size: 15px;
        }

        .form-control {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 6px;
            background: rgba(255, 255, 255, 0.1);
            color: white;
            font-size: 15px;
            transition: all 0.3s ease;
            font-family: 'Poppins', sans-serif;
        }

        .form-control::placeholder {
            color: rgba(255, 255, 255, 0.6);
        }

        .form-control:focus {
            outline: none;
            background: rgba(255, 255, 255, 0.15);
            border-color: white;
            box-shadow: 0 0 0 3px rgba(11, 93, 80, 0.2);
        }

        textarea.form-control {
            resize: vertical;
            min-height: 130px;
        }

        /* Form Row */
        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-bottom: 20px;

        }

        @media (max-width: 576px) {
            .form-row {
                grid-template-columns: 1fr;
            }
        }

        

        /* Consent Section */
        .consent-section {
            margin: 30px 0;
            padding: 20px;
            background: rgba(0, 0, 0, 0.2);
            border-radius: 8px;
            border-left: 4px solid var(--primary-color);
        }

        .consent-check {
            display: flex;
            gap: 12px;
        }

        .consent-text {
            color: rgba(255, 255, 255, 0.95);
            font-size: 14px;
            line-height: 1.6;
            margin: 0;
        }

        .consent-text a {
            color: #fefad9;
            text-decoration: none;
            font-weight: 600;
            transition: color 0.3s;
        }

        .consent-text a:hover {
            color: white;
            text-decoration: underline;
        }

        /* Submit Button */
        .submit-wrapper {
            display: flex;
            justify-content: center;
            margin-top: 30px;
        }

        .btn-submit {
            width: 100%;
            max-width: 300px;
            padding: 14px 40px;
            background: var(--dark-color);
            color: var(--white-color);
            border: none;
            border-radius: 50px;
            font-weight: 700;
            font-size: 16px;
            text-transform: uppercase;
            cursor: pointer;
            transition: all 0.3s ease;
            font-family: 'Poppins', sans-serif;
            letter-spacing: 0.5px;
        }

        .btn-submit:hover {
            background: var(--primary-color);
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(11, 93, 80, 0.3);
        }

        .btn-submit:active {
            transform: translateY(0);
        }

        /* Responsive Mobile */
        @media (max-width: 768px) {
            .contact-bg {
                padding: 40px 15px;
                background-attachment: scroll;
            }

            .contact-content h2 {
                font-size: 2rem;
                margin-bottom: 25px;
            }

            .checkbox-section {
                gap: 15px;
                margin-bottom: 25px;
                padding-bottom: 25px;
            }

            .checkbox-group {
                min-width: 120px;
            }

            .form-control {
                padding: 11px 12px;
                font-size: 14px;
            }

            .consent-text {
                font-size: 13px;
            }

            .btn-submit {
                max-width: 100%;
                padding: 12px 30px;
                font-size: 14px;
            }
        }

      @media (max-width: 480px) {

    /* Contact background */
    .contact-bg {
        padding: 30px 15px;
        min-height: auto;
    }

    /* Title */
    .contact-content h2 {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    /* ===========================
       CHECKBOXES SECTION (row)
    ============================ */
    .checkbox-section,
    .row.g-2,
    .checkbox-row {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    /* Each checkbox column */
    .checkbox-group,
    .col-4 {
        min-width: 100%;
    }

    /* Make checkbox + label align properly */
    .form-check {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .form-check-label {
        font-size: 14px;
    }

    /* Form groups spacing */
    .form-group,
    .contact-form .col-12,
    .contact-form .col-lg-6 {
        margin-bottom: 15px;
    }

    /* Labels */
    .form-label {
        margin-bottom: 6px;
        font-size: 14px;
    }

    /* Inputs */
    .form-control {
        padding: 10px 12px !important;
        font-size: 13px !important;
        min-height: 40px;
    }

    textarea.form-control {
        min-height: 100px;
    }

    /* ===========================
       CONSENT SECTION
    ============================ */
    .consent-section,
    .consent-check {
        padding: 15px;
        margin: 20px 0;
    }

    .consent-text {
        font-size: 12px;
        line-height: 1.5;
    }

    /* ===========================
       SUBMIT BUTTON
    ============================ */
    .btn-submit,
    .contact-form button[type="submit"] {
        padding: 11px 25px !important;
        font-size: 13px !important;
        width: 100%;
        border-radius: 50px;
    }
}

/*---------------------------------------
  SITE FOOTER               
-----------------------------------------*/
.site-footer {
  background: var(--dark-color);
  padding-top: 4.5rem;
  padding-bottom: 2.5rem;
  width: 100%;
  box-sizing: border-box;
}

.site-footer .custom-link {
  color: rgba(255, 255, 255, 0.65);
  font-size: var(--p-font-size);
}

.site-footer .custom-link:hover,
.site-footer .social-icon-link:hover {
  color: var(--white-color);
}

.copyright-text {
  color: rgba(255, 255, 255, 0.45);
  font-size: var(--copyright-text-font-size);
}

/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  color: rgba(255, 255, 255, 0.45);
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 15px;
}

.social-icon-link:hover {
  color: var(--primary-color);
}

/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/

.footer {
    background:var(--primary-color);
    color: #fff;
    padding: 60px 20px 40px;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    box-sizing: border-box;
}

.footer-top {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 50px;
}

.footer-col h4 {
    font-size: 1.1rem;
    margin-bottom: 15px;
    font-weight: 600;
    color: var(--section-bg-color);
}

.footer-col ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 8px;
}
.footer-col p{
  font-size: 16px;
  color:var(--section-bg-color);
}
.footer-col a {
    color: var(--section-bg-color);
    text-decoration: none;
    transition: 0.3s;
}

.footer-col a:hover {
    color: var(--second-fade);
}

.footer-logo {
    width: 150px;
}

.social-links a {
    display: block;
    margin-bottom: 8px;
}

.footer-bottom {
    text-align: center;
    margin-top: 40px;
}

.footer-line {
    width: 100%;
    height: 1px;
    background: #333;
    margin-bottom: 20px;
}

.footer-links a {
    margin: 0 10px;
    color: #ddd;
    font-size: 0.9rem;
    text-decoration: none;
}

.footer-links a:hover {
    color: var(--primary-color);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    .footer {
        padding: 40px 20px;
        box-sizing: border-box;
    }
}

@media (max-width: 480px) {
    .footer-top {
        grid-template-columns: 1fr;
    }
    .footer {
        padding: 30px 15px;
        box-sizing: border-box;
    }
    .footer-col h4 {
        font-size: 1rem;
    }
    .footer-col p {
        font-size: 14px;
    }
}




/* Footer Links - Mobile Two Columns */
@media (max-width: 768px) {
    .footer-top {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .footer-col {
        flex: 1 1 45%; /* roughly two columns */
    }

    .footer-col ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* two columns */
        gap: 10px 20px; /* row gap / column gap */
        padding: 0;
        list-style: none;
    }

    .footer-col ul li {
        margin: 0;
    }

    .footer-col ul li a {
        font-size: 14px;
        text-decoration: none;
        color: #fff; /* adjust color if needed */
    }

    /* Optional: adjust social links for mobile */
    .footer-col .social-links {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }
}

/* Social links - mobile only */
@media (max-width: 767px) {
    .footer-col .social-links {
        display: flex;
        gap: 10px;
        flex-wrap: wrap; /* only wraps on small screens */
    }
}

/* iPad and desktop will keep the default layout (no wrap) */
@media (min-width: 768px) {
    .footer-col .social-links {
        display: flex;
        gap: 10px;
        flex-wrap: nowrap; /* default, no wrapping */
    }
}



/* -------------------------------------- */
/* Desktop XL (1600px and above) */
/* -------------------------------------- */
@media screen and (min-width: 1600px) {
  .news-two-column {
    min-height: 232.5px;
  }
}

/* -------------------------------------- */
/* Tablets & Small Laptops (max-width: 991px) */
/* -------------------------------------- */
@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-padding {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .team-thumb {
    left: 0;
    width: auto;
  }

  .news-two-column {
    height: auto !important;
    min-height: inherit;
  }

  .news .col-12 .news-two-column:first-child {
    margin-bottom: 38px;
  }
}

/* -------------------------------------- */
/* Mobile (max-width: 767px) */
/* -------------------------------------- */
@media screen and (max-width: 767px) {
  .news-detail-title {
    font-size: 36px;
  }
}

/* -------------------------------------- */
/* Small Mobile (max-width: 360px) */
/* -------------------------------------- */
@media screen and (max-width: 360px) {
  h1 {
    font-size: 32px;
  }

  .heroText p {
    font-size: 14px;
  }
}

/* -------------------------------------- */
/* Extra Small Mobile (max-width: 359px) */
/* -------------------------------------- */
@media screen and (max-width: 359px) {
  .news-detail-title {
    font-size: 22px;
  }
}



@media (max-width: 768px) {
    .header .header-content {
        padding-top: 60px; /* pushes the whole content down */
        padding-left: 15px;
        padding-right: 15px;
    }
}




/* TERMS & CONDITION PAGE */

    
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root {
            --primary-color: #0b5d50;
            --primary-light: #0d7a68;
            --secondary-color: #fefad9;
            --dark-color: #000000;
            --white-color: #FFFFFF;
            --text-color: #717275;
            --light-bg: #fefad96b;
            --primary-fade: #0b5d504d;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: 'Poppins', sans-serif;
            overflow-x: hidden;
            width: 100%;
            background: var(--white-color);
            color: var(--text-color);
            line-height: 1.6;
        }

        /* HEADER */
        .header {
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light) 100%);
            color: white;
            padding: 80px 20px 60px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .header::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -10%;
            width: 500px;
            height: 500px;
            background: rgba(254, 250, 217, 0.1);
            border-radius: 50%;
            animation: float 6s ease-in-out infinite;
        }

        .header::after {
            content: '';
            position: absolute;
            bottom: -30%;
            left: -5%;
            width: 400px;
            height: 400px;
            background: rgba(254, 250, 217, 0.08);
            border-radius: 50%;
            animation: float 8s ease-in-out infinite reverse;
        }

        .header-content {
            position: relative;
            z-index: 2;
            animation: slideDown 0.8s ease-out;
        }

        .header h1 {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 15px;
            letter-spacing: -0.5px;
        }

        .header p {
            font-size: 1.1rem;
            opacity: 0.95;
            max-width: 600px;
            margin: 0 auto;
        }

        /* NAVIGATION */
        .nav-breadcrumb {
            background: var(--light-bg);
            padding: 15px 20px;
            text-align: center;
        }

        .nav-breadcrumb a {
            color: var(--primary-color);
            text-decoration: none;
            font-weight: 500;
            transition: color 0.3s;
        }

        .nav-breadcrumb a:hover {
            color: var(--primary-light);
            text-decoration: underline;
        }

        /* MAIN CONTENT */
        .container {
            max-width: 900px;
            margin: 0 auto;
            padding: 60px 20px;
        }

        /* TABLE OF CONTENTS */
        .toc-section {
            background: var(--light-bg);
            padding: 30px;
            border-radius: 12px;
            margin-bottom: 60px;
            animation: fadeInUp 0.8s ease-out;
        }

        .toc-section h2 {
            color: var(--primary-color);
            font-size: 1.5rem;
            margin-bottom: 20px;
        }

        .toc-list {
            list-style: none;
            columns: 1;
        }

        @media (min-width: 768px) {
            .toc-list {
                columns: 2;
            }
        }

        .toc-list li {
            margin-bottom: 12px;
            padding-left: 25px;
            position: relative;
        }

        .toc-list li::before {
            content: '→';
            position: absolute;
            left: 0;
            color: var(--primary-color);
            font-weight: bold;
        }

        .toc-list a {
            color: var(--primary-color);
            text-decoration: none;
            font-weight: 500;
            transition: all 0.3s;
            display: inline-block;
        }

        .toc-list a:hover {
            color: var(--primary-light);
            transform: translateX(5px);
        }

        /* SECTIONS */
        .content-section {
            margin-bottom: 50px;
            animation: fadeInUp 0.8s ease-out forwards;
            opacity: 0;
        }

        .content-section:nth-child(1) { animation-delay: 0.1s; }
        .content-section:nth-child(2) { animation-delay: 0.2s; }
        .content-section:nth-child(3) { animation-delay: 0.3s; }
        .content-section:nth-child(4) { animation-delay: 0.4s; }
        .content-section:nth-child(5) { animation-delay: 0.5s; }
        .content-section:nth-child(6) { animation-delay: 0.6s; }
        .content-section:nth-child(7) { animation-delay: 0.7s; }
        .content-section:nth-child(8) { animation-delay: 0.8s; }

        .content-section h2 {
            color: var(--primary-color);
            font-size: 1.8rem;
            margin-bottom: 20px;
            padding-bottom: 12px;
            border-bottom: 3px solid var(--secondary-color);
            display: inline-block;
        }

        .content-section h3 {
            color: var(--primary-light);
            font-size: 1.3rem;
            margin-top: 25px;
            margin-bottom: 15px;
            font-weight: 600;
        }

        .content-section p {
            margin-bottom: 15px;
            font-size: 0.95rem;
            line-height: 1.8;
            color: var(--text-color);
        }

        .content-section ul,
        .content-section ol {
            margin: 20px 0 20px 30px;
            line-height: 1.8;
        }

        .content-section li {
            margin-bottom: 10px;
            color: var(--text-color);
        }

        /* HIGHLIGHT BOX */
        .highlight-box {
            background: linear-gradient(135deg, rgba(11, 93, 80, 0.08) 0%, rgba(254, 250, 217, 0.15) 100%);
            border-left: 4px solid var(--primary-color);
            padding: 20px;
            border-radius: 8px;
            margin: 25px 0;
            transition: all 0.3s ease;
        }

        .highlight-box:hover {
            transform: translateX(5px);
            box-shadow: 0 5px 15px rgba(11, 93, 80, 0.1);
        }

        .highlight-box strong {
            color: var(--primary-color);
        }

        /* BUTTON */
        .cta-section {
            background: var(--light-bg);
            padding: 40px 30px;
            border-radius: 12px;
            text-align: center;
            margin-top: 80px;
            animation: fadeInUp 1s ease-out;
        }

        .cta-section h3 {
            color: var(--primary-color);
            margin-bottom: 20px;
        }

        .cta-button {
            display: inline-block;
            background: var(--primary-color);
            color: white;
            padding: 14px 40px;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 600;
            transition: all 0.3s ease;
            border: 2px solid var(--primary-color);
            margin: 10px;
            cursor: pointer;
            font-family: 'Poppins', sans-serif;
            font-size: 0.95rem;
        }

        .cta-button:hover {
            background: var(--white-color);
            color: var(--primary-color);
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(11, 93, 80, 0.3);
        }

        .cta-button.secondary {
            background: transparent;
            color: var(--primary-color);
        }

        .cta-button.secondary:hover {
            background: var(--primary-color);
            color: white;
        }

        /* FOOTER */
        .footer-section {
            background: var(--primary-color);
            color: white;
            padding: 50px 20px 30px;
            text-align: center;
            margin-top: 100px;
        }

        .footer-section p {
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 10px;
        }

        .footer-section a {
            color: var(--secondary-color);
            text-decoration: none;
            font-weight: 500;
            transition: color 0.3s;
        }

        .footer-section a:hover {
            color: white;
        }

        /* ANIMATIONS */
        @keyframes slideDown {
            from {
                opacity: 0;
                transform: translateY(-30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes float {
            0%, 100% {
                transform: translateY(0px) rotate(0deg);
            }
            50% {
                transform: translateY(-30px) rotate(5deg);
            }
        }

        /* RESPONSIVE */
        @media (max-width: 768px) {
            .header {
                padding: 60px 20px 40px;
            }

            .header h1 {
                font-size: 2rem;
            }

            .header p {
                font-size: 0.95rem;
            }

            .container {
                padding: 40px 15px;
            }

            .content-section h2 {
                font-size: 1.5rem;
            }

            .content-section h3 {
                font-size: 1.1rem;
            }

            .toc-list {
                columns: 1;
            }

            .toc-section {
                padding: 25px;
            }
        }

        @media (max-width: 480px) {
            .header {
                padding: 50px 15px 30px;
            }

            .header h1 {
                font-size: 1.5rem;
                margin-bottom: 10px;
            }

            .header p {
                font-size: 0.9rem;
            }

            .container {
                padding: 30px 15px;
            }

            .content-section h2 {
                font-size: 1.3rem;
                margin-bottom: 15px;
            }

            .content-section h3 {
                font-size: 1rem;
            }

            .content-section p {
                font-size: 0.9rem;
            }

            .highlight-box {
                padding: 15px;
                margin: 20px 0;
            }

            .cta-button {
                display: block;
                width: 100%;
                padding: 12px 20px;
                margin: 10px 0;
            }

            .toc-section {
                padding: 20px;
            }

            .cta-section {
                padding: 30px 20px;
            }
        }

        /* SCROLL INDICATOR */
        .scroll-indicator {
            position: fixed;
            top: 0;
            left: 0;
            height: 3px;
            background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
            z-index: 1000;
            transition: width 0.1s ease;
        }
  






  
        

        /* HOME_SALE */

  /* ===== ROOT VARIABLES ===== */
:root {
  --primary-fade: #0b5d4f9a;
  --white-color: #FFFFFF;
  --primary-color: #0b5d50;
  --section-bg-color: #fefad9;
  --dark-color: #000000;
  --gray-light: #f5f5f5;
  --gray-medium: #888888;
  --text-dark: #1a1a1a;
  --border-radius: 12px;
  --transition: all 0.3s ease;
}

/* ===== GLOBAL STYLES ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  color: var(--text-dark);
  line-height: 1.6;
  background-color: var(--white-color);
}

/* ===== SCROLL INDICATOR ===== */
.scroll-indicator {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(to right, var(--primary-color), var(--primary-fade));
  width: 0%;
  z-index: 1000;
  transition: width 0.1s ease;
}

/* ===== HERO SECTION ===== */
.hero-home-sale {
  width: 100%;
  min-height: 80vh;
  background: linear-gradient(135deg, var(--primary-color) 100%)
  ,
              url('../images/Whisk_50cbfcd279770c388204d21b39a581e6dr(1).jpeg') center/cover no-repeat;
  background-blend-mode: overlay;;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.hero-home-sale::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 50px 50px;
  animation: moveBackground 20s linear infinite;
}

@keyframes moveBackground {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50px, 50px);
  }
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 600px;
}

.hero-content h1 {
  font-size: 48px;
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 30px;
  animation: fadeInUp 0.8s ease 0.2s both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-nav-links {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
  animation: fadeInUp 0.8s ease 0.4s both;
}

.hero-nav-links a {
  padding: 10px 25px;
  background: var(--white-color);
  color: var(--primary-color);
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  transition: var(--transition);
  border: 2px solid var(--white-color);
}

.hero-nav-links a:hover {
  background: transparent;
  color: var(--white-color);
}

.search-container {
  animation: fadeInUp 0.8s ease 0.6s both;
}

.search-box {
  display: flex;
  gap: 10px;
  background: var(--white-color);
  border-radius: 50px;
  padding: 8px 8px;
  flex-direction: column;
}

.search-input {
  flex: 1;
  border: none;
  outline: none;
  padding: 12px 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  background: transparent;
}

.search-btn {
  background: var(--primary-color);
  color: var(--white-color);
  border: none;
  padding: 12px 20px;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  transition: var(--transition);
  font-size: 16px;
  width: 44px;
  min-width: 44px;
  height: 44px;
}

.search-btn .btn-text {
  display: none;
}

.search-btn:hover {
  background: #094541;
  transform: translateY(-2px);
}

@media (min-width: 768px) {
  .hero-content h1 {
    font-size: 64px;
    margin-bottom: 40px;
  }

  .hero-nav-links {
    gap: 20px;
    margin-bottom: 40px;
  }

  .search-box {
    flex-direction: row;
  }

  .search-input {
    padding: 15px 25px;
    font-size: 16px;
  }

  .search-btn {
    padding: 15px 40px;
    font-size: 16px;
    width: auto;
    min-width: auto;
    height: auto;
    gap: 8px;
  }

  .search-btn .btn-text {
    display: inline;
  }
}

/* ===== HOMES SECTION ===== */
.homes-section {
  padding: 40px 20px;
  background-color: var(--white-color);
}

.homes-section[style*="background: var(--light-bg)"] {
  background-color: var(--section-bg-color);
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  gap: 15px;
  flex-wrap: wrap;
}

.section-header h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-dark);
}

.section-header a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: var(--transition);
  white-space: nowrap;
}

.section-header a:hover {
  color: var(--dark-color);
}

.homes-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.home-card {
  background: var(--white-color);
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: var(--transition);
  animation: slideIn 0.5s ease;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.home-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.home-image {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.home-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.home-card:hover .home-image img {
  transform: scale(1.05);
}

.time-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--primary-color);
  color: var(--white-color);
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

.home-info {
  padding: 20px;
}

.home-type {
  font-size: 12px;
  color: var(--gray-medium);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.home-price {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 12px;
}

.home-details {
  display: flex;
  gap: 15px;
  margin-bottom: 12px;
}

.detail-item {
  font-size: 14px;
  color: var(--gray-medium);
  font-weight: 500;
}

.home-address {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 4px;
}

.home-city {
  font-size: 13px;
  color: var(--gray-medium);
}

@media (min-width: 640px) {
  .homes-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .section-header h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  .homes-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }

  .homes-section {
    padding: 60px 40px;
  }

  .section-header h2 {
    font-size: 32px;
  }
}

/* ===== LOCAL INFO SECTION ===== */
.local-info-section {
  padding: 40px 20px;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-fade) 100%);
}

.local-info-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.local-info-content h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 15px;
}

.local-info-content p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 25px;
  line-height: 1.7;
}

.local-search {
  display: flex;
  gap: 8px;
  background: var(--white-color);
  border-radius: 50px;
  padding: 8px 8px;
}

.local-search input {
  flex: 1;
  border: none;
  outline: none;
  padding: 12px 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  background: transparent;
}

.local-search button {
  background: var(--primary-color);
  color: var(--white-color);
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  font-size: 18px;
}

.local-search button:hover {
  background: #094541;
  transform: scale(1.05);
}

.local-image {
  display: none;
}

.local-image img {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius);
}

@media (min-width: 768px) {
  .local-info-container {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }

  .local-info-content h2 {
    font-size: 32px;
  }

  .local-image {
    display: block;
  }

  .local-info-section {
    padding: 60px 40px;
  }
}

@media (min-width: 1024px) {
  .local-info-content h2 {
    font-size: 40px;
  }

  .local-info-section {
    padding: 80px 60px;
  }
}

/* ===== UTILITY CLASSES ===== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== ANIMATIONS ===== */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ===== SMOOTH SCROLLING ===== */
html {
  scroll-behavior: smooth;
}

/* ===== FORM ELEMENTS ===== */
input[type="search"],
input[type="text"] {
  font-family: 'Poppins', sans-serif;
}

input[type="search"]::placeholder,
input[type="text"]::placeholder {
  color: #ccc;
  opacity: 1;
}

@media (max-width: 479px) {
  .search-box {
    display: flex;            /* Forces single-row layout */
    flex-direction: row;
    align-items: center;      /* Center vertically */
    justify-content: space-between;
    gap: 8px;
    
    padding: 8px;
    border-radius: 12px;
    background: #fff;
    width: 100%;
  }

  .search-input {
    flex: 1;                  /* Input takes all leftover space */
    padding: 12px;
    font-size: 13px;
    border: none;
    outline: none;
  }

  .search-btn {
    display: flex;            /* Centers icon */
    justify-content: center;
    align-items: center;

    width: 40px;
    height: 40px;
    min-width: 40px;

    background: #0a5a4a;      /* your color from screenshot */
    border: none;
    border-radius: 6px;
    color: white;
  }

  .search-btn i {
    font-size: 16px;
  }

  .search-btn .btn-text {
    display: none;            /* Hide text */
  }
}



/* FOR_SALE */
/* ===== ROOT VARIABLES ===== */


/* ===== GLOBAL STYLES ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  color: var(--text-dark);
  line-height: 1.6;
  background-color: var(--white-color);
}

/* ===== SCROLL INDICATOR ===== */
.scroll-indicator {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(to right, var(--primary-color), var(--primary-fade));
  width: 0%;
  z-index: 1000;
  transition: width 0.1s ease;
}

/* ===== HERO SECTION ===== */
.hero-sales {
  width: 100%;
  min-height: 60vh;
  background: linear-gradient(135deg, var(--primary-color) 8%, var(--primary-fade) 100%),
              url('../images/Whisk_50cbfcd279770c388204d21b39a581e6dr(1).jpeg') center/cover no-repeat;
  background-blend-mode: overlay;
  
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
}

.hero-sales::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 50px 50px;
  animation: moveBackground 20s linear infinite;
}

@keyframes moveBackground {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50px, 50px);
  }
}

.hero-content-sales {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 700px;
}

.hero-content-sales h1 {
  font-size: 42px;
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 30px;
  animation: fadeInUp 0.8s ease 0.2s both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.search-container {
  animation: fadeInUp 0.8s ease 0.4s both;
}

.search-box {
  display: flex;
  gap: 10px;
  background: var(--white-color);
  border-radius: 12px;
  padding: 10px 10px;
  flex-direction: row;
  align-items: center;
}

.search-box input {
  flex: 1;
  border: none;
  outline: none;
  padding: 12px 16px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  background: transparent;
  min-width: 0;
}

.search-box input::placeholder {
  color: #ccc;
}

.search-box button {
  background: var(--primary-color);
  color: var(--white-color);
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: var(--transition);
  font-size: 14px;
  white-space: nowrap;
}

.search-box button:hover {
  background: #094541;
  transform: translateY(-2px);
}

@media (max-width: 479px) {
  .hero-content-sales h1 {
    font-size: 32px;
    margin-bottom: 25px;
  }

  .search-box {
    padding: 8px 8px;
    border-radius: 12px;
  }

  .search-box input {
    padding: 10px 12px;
    font-size: 13px;
  }

  .search-box button {
    padding: 10px 16px;
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  .hero-sales {
    min-height: 70vh;
    padding: 60px 40px;
  }

  .hero-content-sales h1 {
    font-size: 56px;
    margin-bottom: 40px;
  }

  .search-box {
    padding: 10px 10px;
    border-radius: 50px;
  }

  .search-box input {
    padding: 15px 25px;
    font-size: 16px;
  }

  .search-box button {
    padding: 15px 40px;
    font-size: 16px;
    border-radius: 50px;
  }
}

/* ===== FILTER SECTION ===== */
.filter-section {
  padding: 30px 20px;
  background-color: var(--white-color);
  border-bottom: 1px solid #f0f0f0;
  position: sticky;
  top: 0;
  z-index: 50;
}

.filter-controls {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  overflow-x: auto;
  padding-bottom: 10px;
}

.filter-btn {
  padding: 10px 20px;
  border: 2px solid #e0e0e0;
  background: var(--white-color);
  color: var(--text-dark);
  border-radius: 25px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap;
  font-family: 'Poppins', sans-serif;
}

.filter-btn:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.filter-btn.active {
  background: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}

@media (min-width: 768px) {
  .filter-section {
    padding: 40px 40px;
  }

  .filter-controls {
    gap: 15px;
  }

  .filter-btn {
    padding: 12px 24px;
    font-size: 14px;
  }
}

/* ===== PROPERTIES SECTION ===== */
.properties-section {
  padding: 40px 20px;
  background-color: var(--white-color);
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-header h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 12px;
}

.section-header p {
  font-size: 15px;
  color: var(--gray-medium);
  line-height: 1.6;
}

.properties-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

.property-card {
  background: var(--white-color);
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: var(--transition);
  animation: slideIn 0.5s ease;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.property-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.property-image {
  position: relative;
  overflow: hidden;
  height: 250px;
  background: var(--gray-light);
}

.property-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.property-card:hover .property-image img {
  transform: scale(1.05);
}

.property-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--primary-color);
  color: var(--white-color);
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.property-info {
  padding: 20px;
}

.property-price {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 8px;
}

.property-agent {
  font-size: 12px;
  color: var(--gray-medium);
  font-weight: 500;
  margin-bottom: 15px;
}

.property-specs {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.spec-item {
  text-align: center;
}

.spec-value {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-dark);
}

.spec-label {
  font-size: 12px;
  color: var(--gray-medium);
  font-weight: 500;
  margin-top: 4px;
}

.property-address {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 15px;
  line-height: 1.5;
}

.property-action {
  display: flex;
  gap: 12px;
  align-items: center;
}

.btn-view {
  flex: 1;
  padding: 12px 16px;
  background: var(--primary-color);
  color: var(--white-color);
  border: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  transition: var(--transition);
}

.btn-view:hover {
  background: #094541;
}

.btn-favorite {
  padding: 12px 16px;
  background: var(--gray-light);
  color: var(--text-dark);
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-favorite:hover {
  background: #e0e0e0;
}

.btn-favorite.active {
  background: #ffebee;
  color: #d32f2f;
}

@media (min-width: 640px) {
  .properties-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (min-width: 1024px) {
  .properties-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }

  .properties-section {
    padding: 60px 40px;
  }

  .section-header h2 {
    font-size: 32px;
  }
}

/* ===== LOAD MORE SECTION ===== */
.load-more-container {
  text-align: center;
  margin-top: 40px;
}

.btn-load-more {
  padding: 14px 40px;
  background: var(--primary-color);
  color: var(--white-color);
  border: 2px solid var(--primary-color);
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  transition: var(--transition);
}

.btn-load-more:hover:not(:disabled) {
  background: transparent;
  color: var(--primary-color);
}

.btn-load-more:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* ===== MAP SECTION ===== */
.map-section {
  padding: 40px 20px;
  background-color: var(--gray-light);
}

.map-section h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--text-dark);
  text-align: center;
  margin-bottom: 30px;
}

.map-container {
  width: 100%;
  height: 400px;
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: 1200px;
  margin: 0 auto;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media (min-width: 768px) {
  .map-section {
    padding: 60px 40px;
  }

  .map-section h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .map-container {
    height: 500px;
  }
}



/* ===== UTILITY CLASSES ===== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-padding {
  padding: 40px 20px;
}

@media (min-width: 768px) {
  .section-padding {
    padding: 60px 40px;
  }
}

/* ===== SMOOTH SCROLLING ===== */
html {
  scroll-behavior: smooth;
}



/* HOME-SELLING */

/* ===== ROOT VARIABLES ===== */
:root {
  --primary-fade: #0b5d4f9a;
  --white-color: #FFFFFF;
  --primary-color: #0b5d50;
  --section-bg-color: #fefad9;
  --dark-color: #000000;
  --gray-light: #f5f5f5;
  --gray-medium: #888888;
  --text-dark: #1a1a1a;
  --border-radius: 12px;
  --transition: all 0.3s ease;
}

/* ===== GLOBAL STYLES ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  color: var(--text-dark);
  line-height: 1.6;
  background-color: var(--white-color);
}

/* ===== HOME SELLING SECTION ===== */
.home-selling-section {
  padding: 40px 20px;
  background-color: var(--white-color);
}

.selling-container {
  max-width: 1200px;
  margin: 0 auto;
}

.selling-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.selling-column {
  animation: fadeInUp 0.6s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.selling-column h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--primary-color);
  display: inline-block;
}

.selling-links-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.selling-link {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.selling-link::before {
  content: '→';
  color: var(--primary-color);
  font-weight: 700;
  font-size: 18px;
  margin-top: 2px;
  flex-shrink: 0;
}

.selling-link a {
  font-size: 15px;
  color: var(--text-dark);
  text-decoration: none;
  font-weight: 500;
  line-height: 1.6;
  transition: var(--transition);
}

.selling-link a:hover {
  color: var(--primary-color);
  font-weight: 600;
}

.selling-link a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: var(--primary-color);
  margin-top: 4px;
  transition: width 0.3s ease;
}

.selling-link a:hover::after {
  width: 100%;
}

.see-more-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  margin-top: 20px;
  transition: var(--transition);
}

.see-more-link:hover {
  gap: 12px;
  color: var(--dark-color);
}

/* ===== MOBILE STYLES ===== */
@media (max-width: 479px) {
  .home-selling-section {
    padding: 30px 15px;
  }

  .selling-grid {
    gap: 35px;
  }

  .selling-column h3 {
    font-size: 19px;
    margin-bottom: 20px;
  }

  .selling-links-list {
    gap: 15px;
  }

  .selling-link a {
    font-size: 14px;
  }
}

/* ===== TABLET STYLES (640px) ===== */
@media (min-width: 640px) {
  .selling-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }

  .selling-column h3 {
    font-size: 20px;
  }
}

/* ===== TABLET STYLES (768px) ===== */
@media (min-width: 768px) {
  .home-selling-section {
    padding: 60px 40px;
  }

  .selling-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }

  .selling-column h3 {
    font-size: 22px;
    margin-bottom: 28px;
  }

  .selling-links-list {
    gap: 20px;
  }

  .selling-link a {
    font-size: 16px;
  }
}

/* ===== DESKTOP STYLES (1024px) ===== */
@media (min-width: 1024px) {
  .home-selling-section {
    padding: 80px 60px;
  }

  .selling-column h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .selling-links-list {
    gap: 22px;
  }
}

/* ===== ACCENT UNDERLINE ANIMATION ===== */
.selling-column h3::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: var(--primary-color);
  margin-top: 10px;
}

/* ===== RESPONSIVE ADJUSTMENTS ===== */
@media (max-width: 767px) {
  .selling-column:nth-child(3) {
    grid-column: 1 / -1;
    width: 100%;
  }
}

/* ===== UTILITY CLASSES ===== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

html {
  scroll-behavior: smooth;
}


/* ===== ROOT VARIABLES ===== */
:root {
  --primary-fade: #0b5d4f9a;
  --white-color: #FFFFFF;
  --primary-color: #0b5d50;
  --section-bg-color: #fefad9;
  --dark-color: #000000;
  --gray-light: #f5f5f5;
  --gray-medium: #888888;
  --text-dark: #1a1a1a;
  --border-radius: 12px;
  --transition: all 0.3s ease;
}

/* ===== GLOBAL STYLES ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  color: var(--text-dark);
  line-height: 1.6;
  background-color: var(--white-color);
}

/* ===== SCROLL INDICATOR ===== */
.scroll-indicator {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(to right, var(--primary-color), var(--primary-fade));
  width: 0%;
  z-index: 1000;
  transition: width 0.1s ease;
}

/* ===== HERO SECTION ===== */
.hero-selling {
  width: 100%;
  min-height: 60vh;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-fade) 100%),
            
  background-blend-mode: overlay;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
}

.hero-selling::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 50px 50px;
  animation: moveBackground 20s linear infinite;
}

@keyframes moveBackground {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50px, 50px);
  }
}

.hero-content-selling {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 700px;
  animation: fadeInUp 0.8s ease 0.2s both;
}

.hero-content-selling h1 {
  font-size: 42px;
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 20px;
}

.hero-content-selling p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.8;
  font-weight: 500;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 479px) {
  .hero-selling {
    min-height: 50vh;
    padding: 30px 15px;
  }

  .hero-content-selling h1 {
    font-size: 32px;
    margin-bottom: 16px;
  }

  .hero-content-selling p {
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  .hero-selling {
    min-height: 70vh;
    padding: 60px 40px;
  }

  .hero-content-selling h1 {
    font-size: 56px;
    margin-bottom: 24px;
  }

  .hero-content-selling p {
    font-size: 17px;
    max-width: 600px;
    margin: 0 auto;
  }
}

/* ===== HOME SELLING SECTION ===== */
.home-selling-section {
  padding: 40px 20px;
  background-color: var(--white-color);
}

.selling-container {
  max-width: 1200px;
  margin: 0 auto;
}

.selling-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.selling-column {
  animation: fadeInUp 0.6s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.selling-column h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--primary-color);
  display: inline-block;
}

.selling-links-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.selling-link {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.selling-link::before {
  content: '→';
  color: var(--primary-color);
  font-weight: 700;
  font-size: 18px;
  margin-top: 2px;
  flex-shrink: 0;
}

.selling-link a {
  font-size: 15px;
  color: var(--text-dark);
  text-decoration: none;
  font-weight: 500;
  line-height: 1.6;
  transition: var(--transition);
}

.selling-link a:hover {
  color: var(--primary-color);
  font-weight: 600;
}

.selling-link a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: var(--primary-color);
  margin-top: 4px;
  transition: width 0.3s ease;
}

.selling-link a:hover::after {
  width: 100%;
}

.see-more-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  margin-top: 20px;
  transition: var(--transition);
}

.see-more-link:hover {
  gap: 12px;
  color: var(--dark-color);
}

/* ===== MOBILE STYLES ===== */
@media (max-width: 479px) {
  .home-selling-section {
    padding: 30px 15px;
  }

  .selling-grid {
    gap: 35px;
  }

  .selling-column h3 {
    font-size: 19px;
    margin-bottom: 20px;
  }

  .selling-links-list {
    gap: 15px;
  }

  .selling-link a {
    font-size: 14px;
  }
}

/* ===== TABLET STYLES (640px) ===== */
@media (min-width: 640px) {
  .selling-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }

  .selling-column h3 {
    font-size: 20px;
  }
}

/* ===== TABLET STYLES (768px) ===== */
@media (min-width: 768px) {
  .home-selling-section {
    padding: 60px 40px;
  }

  .selling-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }

  .selling-column h3 {
    font-size: 22px;
    margin-bottom: 28px;
  }

  .selling-links-list {
    gap: 20px;
  }

  .selling-link a {
    font-size: 16px;
  }
}

/* ===== DESKTOP STYLES (1024px) ===== */
@media (min-width: 1024px) {
  .home-selling-section {
    padding: 80px 60px;
  }

  .selling-column h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .selling-links-list {
    gap: 22px;
  }
}

/* ===== ACCENT UNDERLINE ANIMATION ===== */
.selling-column h3::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: var(--primary-color);
  margin-top: 10px;
}

/* ===== RESPONSIVE ADJUSTMENTS ===== */
@media (max-width: 767px) {
  .selling-column:nth-child(3) {
    grid-column: 1 / -1;
    width: 100%;
  }
}

/* ===== UTILITY CLASSES ===== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

html {
  scroll-behavior: smooth;
}

.search-input {
  padding-left: 30px;
  border: 1px  solid blue;
}

        body {
          font-family: 'Poppins', sans-serif;
          color: var(--text-dark);
          line-height: 1.6;
          background-color: var(--white-color);
        }

        .scroll-indicator {
          position: fixed;
          top: 0;
          left: 0;
          height: 4px;
          background: linear-gradient(to right, var(--primary-color), var(--primary-fade));
          width: 0%;
          z-index: 1000;
        }

        /* ===== HERO SECTION ===== */
        .hero-rental {
          width: 100%;
          min-height: 50vh;
          background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-fade) 100%),
                      url('../images/Whisk_4fb9f13bd1c73abb764495cb18a9e133dr.jpeg') center/cover no-repeat;
          background-blend-mode: overlay;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 30px 20px;
          position: relative;
          overflow: hidden;
          text-align: center;
        }

        .hero-rental::before {
          content: '';
          position: absolute;
          top: -50%;
          right: -50%;
          width: 100%;
          height: 100%;
          background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
          background-size: 50px 50px;
          animation: moveBackground 20s linear infinite;
        }

        @keyframes moveBackground {
          0% { transform: translate(0, 0); }
          100% { transform: translate(50px, 50px); }
        }

        .hero-content-rental {
          position: relative;
          z-index: 2;
          max-width: 800px;
        }

        .hero-content-rental h1 {
          font-size: 36px;
          font-weight: 700;
          color: var(--white-color);
          margin-bottom: 15px;
        }

        .hero-content-rental p {
          font-size: 14px;
          color: rgba(255, 255, 255, 0.95);
          margin-bottom: 25px;
        }

        .hero-cta {
          display: inline-block;
          background: #d32f2f;
          color: var(--white-color);
          padding: 12px 30px;
          border-radius: 25px;
          text-decoration: none;
          font-weight: 600;
          font-size: 14px;
          transition: var(--transition);
        }

        .hero-cta:hover {
          background: #b71c1c;
          transform: translateY(-2px);
        }

        @media (max-width: 479px) {
          .hero-rental {
            min-height: 45vh;
            padding: 25px 15px;
          }
          .hero-content-rental h1 {
            font-size: 28px;
          }
          .hero-content-rental p {
            font-size: 13px;
          }
        }

        @media (min-width: 768px) {
          .hero-rental {
            min-height: 60vh;
            padding: 50px 40px;
          }
          .hero-content-rental h1 {
            font-size: 48px;
          }
          .hero-content-rental p {
            font-size: 16px;
          }
        }

        /* ===== SEARCH & FILTER SECTION ===== */
        .search-filter-section {
          padding: 20px;
          background-color: var(--white-color);
          border-bottom: 1px solid #e0e0e0;
          position: sticky;
          top: 0;
          z-index: 50;
        }

        .search-bar {
          display: flex;
          gap: 10px;
          max-width: 1200px;
          margin: 0 auto;
          flex-wrap: wrap;
          align-items: center;
        }

        .search-input {
          flex: 1;
          min-width: 150px;
          padding: 10px 15px;
          border: 1px solid #e0e0e0;
          border-radius: 8px;
          font-family: 'Poppins', sans-serif;
          font-size: 13px;
        }

        .search-btn {
          padding: 10px 20px;
          background: var(--primary-color);
          color: var(--white-color);
          border: none;
          border-radius: 8px;
          cursor: pointer;
          font-weight: 600;
          font-size: 13px;
          transition: var(--transition);
        }

        .search-btn:hover {
          background: #094541;
        }

        .view-toggle {
          display: flex;
          gap: 10px;
          margin-left: auto;
        }

        .view-btn {
          padding: 10px 20px;
          border: 1px solid #e0e0e0;
          background: var(--white-color);
          border-radius: 8px;
          cursor: pointer;
          font-weight: 600;
          font-size: 13px;
          transition: var(--transition);
        }

        .view-btn.active {
          background: var(--primary-color);
          color: var(--white-color);
          border-color: var(--primary-color);
        }

        @media (max-width: 768px) {
          .search-bar {
            flex-direction: column;
          }
          .view-toggle {
            width: 100%;
            margin-left: 0;
          }
        }

        /* ===== RESULTS HEADER ===== */
        .results-header {
          padding: 20px;
          max-width: 1200px;
          margin: 0 auto;
          font-size: 14px;
          color: var(--gray-medium);
        }

        .results-header h2 {
          font-size: 22px;
          color: var(--text-dark);
          margin-bottom: 10px;
          font-weight: 700;
        }

        /* ===== RENTAL GRID ===== */
        .rental-section {
          padding: 20px;
          background-color: var(--white-color);
        }

        .rental-grid {
          display: grid;
          grid-template-columns: 1fr;
          gap: 20px;
          max-width: 1200px;
          margin: 0 auto;
        }

        .rental-card {
          background: var(--white-color);
          border-radius: var(--border-radius);
          overflow: hidden;
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          transition: var(--transition);
        }

        .rental-card:hover {
          transform: translateY(-8px);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        }

        .rental-image-container {
          position: relative;
          height: 250px;
          overflow: hidden;
          background: var(--gray-light);
        }

        .rental-image {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: var(--transition);
        }

        .rental-card:hover .rental-image {
          transform: scale(1.05);
        }

        .rental-badge {
          position: absolute;
          top: 12px;
          left: 12px;
          background: var(--primary-color);
          color: var(--white-color);
          padding: 6px 12px;
          border-radius: 4px;
          font-size: 11px;
          font-weight: 700;
          text-transform: uppercase;
        }

        .favorite-btn {
          position: absolute;
          bottom: 12px;
          right: 12px;
          width: 40px;
          height: 40px;
          background: var(--white-color);
          border: none;
          border-radius: 50%;
          cursor: pointer;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 18px;
          color: var(--text-dark);
          transition: var(--transition);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }

        .favorite-btn:hover {
          color: #d32f2f;
        }

        .favorite-btn.active {
          background: #ffebee;
          color: #d32f2f;
        }

        .rental-info {
          padding: 18px;
        }

        .rental-price {
          font-size: 22px;
          font-weight: 700;
          color: var(--primary-color);
          margin-bottom: 6px;
        }

        .rental-type {
          font-size: 12px;
          color: var(--gray-medium);
          margin-bottom: 12px;
          font-weight: 500;
        }

        .rental-specs {
          display: flex;
          gap: 15px;
          margin-bottom: 12px;
          padding-bottom: 12px;
          border-bottom: 1px solid #f0f0f0;
          font-size: 13px;
          color: var(--text-dark);
        }

        .spec {
          display: flex;
          align-items: center;
          gap: 4px;
        }

        .rental-address {
          font-size: 14px;
          font-weight: 600;
          color: var(--text-dark);
          margin-bottom: 12px;
        }

        .rental-action {
          display: flex;
          gap: 10px;
        }

        .contact-btn {
          flex: 1;
          padding: 10px;
          background: var(--primary-color);
          color: var(--white-color);
          border: none;
          border-radius: 6px;
          font-weight: 600;
          font-size: 13px;
          cursor: pointer;
          transition: var(--transition);
        }

        .contact-btn:hover {
          background: #094541;
        }

        @media (min-width: 640px) {
          .rental-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 24px;
          }
        }

        @media (min-width: 1024px) {
          .rental-grid {
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
          }
          .rental-section {
            padding: 40px;
          }
        }

        /* ===== PAGINATION ===== */
        .pagination {
          display: flex;
          justify-content: center;
          gap: 10px;
          padding: 30px 20px;
          max-width: 1200px;
          margin: 0 auto;
        }

        .pagination a, .pagination span {
          padding: 8px 12px;
          border: 1px solid #e0e0e0;
          border-radius: 6px;
          text-decoration: none;
          color: var(--text-dark);
          font-weight: 600;
          font-size: 13px;
          transition: var(--transition);
        }

        .pagination a:hover {
          background: var(--primary-color);
          color: var(--white-color);
          border-color: var(--primary-color);
        }

        .pagination .active {
          background: var(--primary-color);
          color: var(--white-color);
          border-color: var(--primary-color);
        }

        /* ===== BANNER SECTION ===== */
        .banner-section {
          padding: 30px 20px;
          background-color: var(--gray-light);
          text-align: center;
        }

        .banner {
          max-width: 1200px;
          margin: 0 auto;
          background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-fade) 100%);
          color: var(--white-color);
          padding: 30px 20px;
          border-radius: var(--border-radius);
        }

        .banner h3 {
          font-size: 18px;
          margin-bottom: 12px;
        }

        .banner p {
          font-size: 14px;
          margin-bottom: 15px;
        }

        .banner-btn {
          display: inline-block;
          background: var(--white-color);
          color: var(--primary-color);
          padding: 10px 25px;
          border-radius: 25px;
          text-decoration: none;
          font-weight: 600;
          font-size: 13px;
          transition: var(--transition);
        }

        .banner-btn:hover {
          transform: translateY(-2px);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

        /* ===== FAQ SECTION ===== */
        .faq-section {
          padding: 40px 20px;
          background-color: var(--white-color);
        }

        .faq-container {
          max-width: 1200px;
          margin: 0 auto;
        }

        .faq-title {
          font-size: 24px;
          font-weight: 700;
          margin-bottom: 30px;
          color: var(--text-dark);
        }

        .faq-item {
          margin-bottom: 15px;
          border: 1px solid #e0e0e0;
          border-radius: var(--border-radius);
          overflow: hidden;
        }

        .faq-header {
          padding: 18px 20px;
          background-color: var(--gray-light);
          cursor: pointer;
          display: flex;
          justify-content: space-between;
          align-items: center;
          font-weight: 600;
          font-size: 14px;
          transition: var(--transition);
        }

        .faq-header:hover {
          background-color: #e0e0e0;
        }

        .faq-header.active {
          background-color: var(--section-bg-color);
          color: var(--primary-color);
        }

        .faq-content {
          padding: 18px 20px;
          display: none;
          font-size: 14px;
          line-height: 1.8;
          border-top: 1px solid #e0e0e0;
        }

        .faq-content.active {
          display: block;
        }

        .faq-icon {
          font-size: 16px;
          transition: var(--transition);
        }

        .faq-header.active .faq-icon {
          transform: rotate(180deg);
        }

        /* ===== ARTICLES SECTION ===== */
        .articles-section {
          padding: 40px 20px;
          background-color: var(--gray-light);
        }

        .articles-container {
          max-width: 1200px;
          margin: 0 auto;
        }

        .articles-title {
          font-size: 24px;
          font-weight: 700;
          margin-bottom: 30px;
          color: var(--text-dark);
        }

        .articles-grid {
          display: grid;
          grid-template-columns: 1fr;
          gap: 25px;
        }

        .article-card {
          display: grid;
          grid-template-columns: 1fr;
          background: var(--white-color);
          border-radius: var(--border-radius);
          overflow: hidden;
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          transition: var(--transition);
        }

        .article-card:hover {
          transform: translateY(-5px);
          box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
        }

        .article-image {
          width: 100%;
          height: 200px;
          object-fit: cover;
        }

        .article-content {
          padding: 20px;
        }

        .article-title {
          font-size: 16px;
          font-weight: 700;
          color: var(--text-dark);
          margin-bottom: 10px;
        }

        .article-desc {
          font-size: 13px;
          color: var(--gray-medium);
          margin-bottom: 15px;
          line-height: 1.6;
        }

        .article-link {
          display: inline-block;
          color: var(--primary-color);
          text-decoration: none;
          font-weight: 600;
          font-size: 13px;
          transition: var(--transition);
        }

        .article-link:hover {
          color: var(--dark-color);
        }

        @media (min-width: 768px) {
          .articles-grid {
            grid-template-columns: repeat(2, 1fr);
          }
          .article-card {
            grid-template-columns: 1fr;
          }
        }

        /* ===== UTILITY ===== */
        .container {
          max-width: 1200px;
          margin: 0 auto;
          padding: 0 20px;
        }

        html {
          scroll-behavior: smooth;
        }

        






        

        /* WRAP the whole search bar to control width */

.search-filter-section {
    display: flex;
    justify-content: center;
    align-items: center;   /* <<< ADD THIS */
    padding: 10px 0;

}




.search-bar {
    width: 100%;
    max-width: 900px;   /* <<< This shortens the entire search bar */
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* MOBILE: stacked */
.search-bar .search-input,
.search-bar select,
.search-bar button {
    width: 100%;
}

/* iPad & Tablet Version */
@media (min-width: 768px) and (max-width: 1024px) {

    .search-bar {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
        max-width: 800px;    /* Slightly smaller on iPad */
    }

    .search-bar .search-input,
    .search-bar select {
        width: auto;
        flex: 1;
        min-width: 120px;     /* smaller width */
    }

    .search-bar button.search-btn {
        width: auto;
        padding: 10px 15px;
    }

    .view-toggle {
        display: flex;
        gap: 5px;
    }
}

/* DESKTOP */
@media (min-width: 1200px) {

    .search-bar {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 12px;
        max-width: 950px;     /* clean shortened width */
    }

    .search-bar .search-input,
    .search-bar select {
        min-width: 150px;
    }
}










/* HERO-APPOINTMENT */
/* HERO SECTION */
.appointment-hero {
   
    padding: 150px 20px;
    text-align: center;
    color: white;
    position: relative;
}

.hero-btn {
    padding: 14px 28px;
    background: black;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
}

/* SLIDE OUT PANEL */
.appointment-panel {
    position: fixed;
    top: 0;
    left: -100%;
    width: 380px;
    height: 100%;
    background: #fff;
    padding: 25px;
    box-shadow: 4px 0 20px rgba(0,0,0,0.25);
    overflow-y: auto;
    transition: left 0.45s ease;
    z-index: 9999;
}

.appointment-panel.open {
    left: 0;
}

.panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.close-btn {
    background: none;
    border: none;
    font-size: 32px;
    cursor: pointer;
}

/* FORM STYLES */
.appointment-form {
    margin-top: 20px;
}

.form-group {
    margin-bottom: 18px;
}

.form-row {
    display: flex;
    gap: 15px;
}

.form-row .form-group {
    flex: 1;
}

input, select, textarea {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

textarea {
    height: 120px;
}

.appointment-btn {
    width: 100%;
    padding: 15px;
    background: black;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
}

/* MOBILE */
@media (max-width: 480px) {
    .appointment-panel {
        width: 100%;
    }

    .form-row {
        flex-direction: column;
    }
}


/* 
APPOINTMENT */

/* Overlay */
.appointment-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s;
  z-index: 9997;
}
.appointment-overlay.show {
  opacity: 1;
  visibility: visible;
}

/* Slide-out panel */
.appointment-panel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 380px;
  max-width: 100%;
  background: #fff;
  box-shadow: 4px 0 30px rgba(0,0,0,.25);
  transform: translateX(-110%);
  transition: transform .42s cubic-bezier(.2,.9,.3,1);
  z-index: 9998;
  display: flex;
  flex-direction: column;
  padding: 22px;
  overflow-y: auto;
}
.appointment-panel.open {
  transform: translateX(0);
}

/* Panel header */
.panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.close-btn {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  line-height: 1;
}

/* Form styles */
.appointment-form { max-width: 100%; }
.form-group { margin-bottom: 14px; }
.form-row { display:flex; gap:12px; }
.form-row .form-group { flex:1; }
input, select, textarea {
  width:100%; padding:10px; border:1px solid #d1d5db; border-radius:8px; font-size:14px;
}
textarea { min-height:100px; resize:vertical; }
.appointment-btn {
  margin-top:6px;
  padding:12px 16px; width:100%;
  background:#111; color:#fff; border:none; border-radius:8px; cursor:pointer;
}
.appointment-status { margin-top:12px; font-size:14px; color:green; }

/* Mobile panel full width */
@media (max-width:480px) {
  .appointment-panel { width:100%; }
  .form-row { flex-direction: column; }
}


  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
  }

  body {
    color: var(--dark-color);
    line-height: 1.6;
  }

  a {
    text-decoration: none;
    color: inherit;
  }

  /* HERO SECTION */
  .about-hero {
    position: relative;
    width: 100%;
    height: 60vh;
    background: url('../images/cap.png') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white-color);
  }

  .about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--primary-fade);
  }

  .about-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 0 20px;
  }

  .about-hero-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }

  .about-hero-content p {
    font-size: 1.2rem;
  }

  /* NIKITA PARAGRAPH SECTION */
  .nikita-section {
    background-color: var(--section-bg-color);
    padding: 80px 20px;
    text-align: center;
  }

  .nikita-section h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: var(--primary-color);
  }

  .nikita-section p {
    font-size: 1.1rem;
    max-width: 900px;
    margin: 0 auto;
  }

  /* VIDEO SECTION */
  .video-section {
    padding: 80px 20px;
    text-align: center;
  }

  .video-section h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: var(--primary-color);
  }

  .video-container {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    aspect-ratio: 16/9;
  }

  .video-container iframe {
    width: 100%;
    height: 100%;
    border: none;
  }

  /* RESPONSIVE */
  @media (max-width: 992px) {
    .about-hero-content h1 {
      font-size: 2.5rem;
    }

    .about-hero-content p {
      font-size: 1.1rem;
    }

    .nikita-section h2, .video-section h2 {
      font-size: 2rem;
    }
  }

  @media (max-width: 768px) {
    .about-hero {
      height: 50vh;
    }

    .about-hero-content h1 {
      font-size: 2rem;
    }

    .about-hero-content p {
      font-size: 1rem;
    }
  }

  @media (max-width: 480px) {
    .about-hero {
      height: 40vh;
    }

    .about-hero-content h1 {
      font-size: 1.6rem;
    }

    .about-hero-content p {
      font-size: 0.95rem;
    }

    .nikita-section h2, .video-section h2 {
      font-size: 1.6rem;
    }
  }


  /* CTA */
  #sold{
    color: #27e7da;
  }



  /* POPUP */
        .popup-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            z-index: 1000;
            align-items: center;
            justify-content: center;
        }

        .popup-overlay.active {
            display: flex;
        }

        .popup-container {
            background: white;
            border-radius: 12px;
            width: 95%;
            max-width: 900px;
            max-height: 90vh;
            overflow-y: auto;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            animation: slideUp 0.4s ease-out;
        }

        @keyframes slideUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .popup-header {
            position: relative;
            padding: 30px;
            background: linear-gradient(135deg, #0b5d4f9a 0%, #0b5d50 100%);
            color: white;
        }

        .close-btn {
            position: absolute;
            top: 15px;
            right: 15px;
            background: rgba(255,255,255,0.3);
            border: none;
            color: white;
            font-size: 28px;
            cursor: pointer;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            transition: background 0.3s;
        }

        .close-btn:hover {
            background: rgba(255,255,255,0.5);
        }

        .popup-header h2 {
            font-size: 32px;
            margin-bottom: 10px;
            font-weight: 700;
            color: white;
        }

        .popup-header p {
            font-size: 16px;
            opacity: 0.95;
            color: white;
        }

        .popup-content {
            display: flex;
            padding: 30px;
            gap: 30px;
        }

        .form-section {
            flex: 1;
        }

        .agent-section {
            flex: 0 0 280px;
            background: #f8f9fa;
            padding: 25px;
            border-radius: 8px;
            text-align: center;
            max-height: 30rem;
            box-shadow: #09454133 0px 4px 12px;
        }

        .agent-description {
            font-size: 14px;
            color: white;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .agent-info {
            margin-top: 20px;
            justify-content: center;
            display: flexbox;
          
            justify-items: center;
            align-items: center;
        }

        .agent-photo {
            width: 120px;
            height: 120px;
            background: linear-gradient(135deg, #0b5d4f9a 0%, #0b5d50 100%);
            border-radius: 8px;
            margin: 0 auto 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 48px;
        }

        .agent-name {
            font-size: 18px;
            font-weight: 700;
            color: #333;
            margin-bottom: 5px;
        }

        .agent-company {
            color: black;
            font-weight: 600;
            font-size: 13px;
            margin-bottom: 3px;
        }

        .agent-address {
            font-size: 12px;
            color: #777;
            margin-bottom: 15px;
        }

        .agent-links {
            display: flex;
            flex-direction: column;
            gap: 10px;
            
        }

        .agent-link {
            background:   #0b5d50;
            color: white;
            padding: 8px 12px;
            border-radius: 4px;
            text-decoration: none;
            font-size: 13px;
            font-weight: 600;
            transition: background 0.3s;
            border: none;
            cursor: pointer;
            max-width: 100px;
        }

        .agent-link:hover {
            background:#0b5d4fbe;
        }

        .form-group {
            margin-bottom: 16px;
        }
        .form-group p{
          color: black;
        }

        .form-group label {
            display: block;
            font-size: 13px;
            font-weight: 600;
            color: #333;
            margin-bottom: 6px;
        }

        .form-group input,
        .form-group textarea {
            width: 100%;
            padding: 11px;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-family: inherit;
            font-size: 14px;
            transition: border-color 0.3s;
        }

        .form-group input:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: var(--primary-color);       
;
            box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
        }

        .form-group textarea {
            resize: vertical;
            min-height: 100px;
        }

        .checkbox-group {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 16px;
        }

        .checkbox-group input[type="checkbox"] {
            width: 18px;
            height: 18px;
            cursor: pointer;
        }

        .checkbox-group label {
            margin: 0;
            cursor: pointer;
            font-weight: normal;
        }

        .submit-btn {
            background: linear-gradient(135deg, #0b5d4f9a 0%, #0b5d50 100%);
            padding: 12px 30px;
            border: none;
            border-radius: 4px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            transition: transform 0.2s, box-shadow 0.2s;
            Color: white;
            width: 100%;
        }

        .submit-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
        }

        .submit-btn:active {
            transform: translateY(0);
        }

        @media (max-width: 768px) {
            .popup-content {
                flex-direction: column;
            }

            .agent-section {
                flex: 1;
            }

            .popup-header h2 {
                font-size: 24px;
            }

            .popup-header,
            .popup-content {
                padding: 20px;
            }
        }

/* NIKITA HOMES */


        .container-homes {
            max-width: 1600px;
            margin: 0 auto;
            
        }

        .header {
            text-align: center;
            margin-bottom: 60px;
        }

        .header h1 {
            color:var(--section-bg-color);
            font-size: 52px;
            font-weight: bold;
            margin-bottom: 10px;
            letter-spacing: -1px;
        }

        .header .logo {
            font-size: 18px;
           color:var(--section-bg-color);
            font-weight: 600;
            margin-bottom: 20px;
            text-transform: uppercase;
            font-weight: 500px;
            letter-spacing: 2px;
        }

        .header p {
            color:var(--section-bg-color);
            font-size: 18px;
            opacity: 0.7;
            max-width: 600px;
            margin: 0 auto;
        }

        .sector-title {
            font-size: 32px; 
            font-weight: bold;
            color: var(--primary-color);
            margin-bottom: 40px;
            padding-bottom: 15px;
            border-bottom: 3px solid var(--primary-color);
            display: inline-block;
        }

        .sector {
            margin-bottom: 100px;
            padding: 5px 50px;
        }

        .properties-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 20px;
            margin-bottom: 20px;
        }

        @media (max-width: 1400px) {
            .properties-grid {
                grid-template-columns: repeat(4, 1fr);
            }
        }

        @media (max-width: 1024px) {
            .properties-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        @media (max-width: 768px) {
            .properties-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 480px) {
            .properties-grid {
                grid-template-columns: repeat(1, 1fr);
            }
        }

        .property-card {
            background-color: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            cursor: pointer;
            display: flex;
            border: 1px solid #0b5d4f2e;
            flex-direction: column;
            height: 10 0%;
        }

        .property-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
        }

        .property-image-wrapper {
            position: relative;
            width: 100%;
            padding-bottom: 100%;
            overflow: hidden;
            background: linear-gradient (135deg, #0b5d4f9a 0%, #0b5d50 100%);
        }

        .property-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 60px;
        }

        .status-overlay {
            position: absolute;
            top: 15px;
            right: 15px;
            background-color: var(--primary-color);
            color: var(--section-bg-color);
            padding: 8px 16px;
            border-radius: 25px;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .property-content {
            padding: 20px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }

        .property-content h3 {
            color: var(--primary-color);
            font-size: 15px;
            font-weight: 700;
            margin-bottom: 8px;
            line-height: 1.4;
            min-height: 45px;
        }

        .property-content p {
            color: var(--primary-color);
            font-size: 13px;
            line-height: 1.6;
            flex-grow: 1;
            margin-bottom: 15px;
        }

        .property-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 12px;
            border-top: 1px solid var(--gray-light);
        }

        .property-price {
            font-size: 14px;
            font-weight: 700;
            color: var(--primary-color);
        }

        .property-link {
            color: var(--dark-color);
            text-decoration: none;
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            transition: opacity 0.2s;
        }

        .property-link:hover {
            opacity: 0.7;
        }

        .gradient-accent {
            height: 4px;
            background:  #0b5d4f87;
            margin: 30px 0;
        }     




        .modal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            animation: fadeIn 0.3s ease;
        }

        .modal.show {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        .modal-content {
            background-color: white;
            padding: 40px;
            border-radius: 16px;
            max-width: 800px;
            width: 100%;
            max-height: 85vh;
            overflow-y: auto;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            animation: slideUp 0.3s ease;
            position: relative;
        }

        @keyframes slideUp {
            from {
                transform: translateY(50px);
                opacity: 0;
            }
            to {
                transform: translateY(0);
                opacity: 1;
            }
        }

        .close-btn {
            position: absolute;
            top: 20px;
            right: 20px;
            background-color: var(--section-bg-color);
            border: none;
            font-size: 28px;
            font-weight: bold;
            color: var(--dark-color);
            cursor: pointer;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background-color 0.2s;
        }

        .close-btn:hover {
            background-color: var(--gray-light);
        }

        .modal-header {
            text-align: center;
            margin-bottom: 30px;
        }

        .modal-sector-name {
            font-size: 14px;
            color: #666;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 10px;
            font-weight: 600;
        }

        .modal-property-title {
            font-size: 32px;
            font-weight: 700;
            color: var(--dark-color);
            margin-bottom: 20px;
        }

        .modal-image {
            width: 100%;
            height: 300px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 120px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 12px;
            margin-bottom: 30px;
        }

        .modal-details {
            margin-bottom: 30px;
        }

        .modal-details h4 {
            font-size: 16px;
            font-weight: 700;
            color: var(--dark-color);
            margin-bottom: 10px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .modal-details p {
            color: #555;
            line-height: 1.8;
            font-size: 15px;
            margin-bottom: 20px;
        }

        .modal-price {
            font-size: 28px;
            font-weight: 700;
            color: var(--dark-color);
            margin-bottom: 20px;
        }

        .modal-button {
            width: 100%;
            padding: 15px;
            background-color: var(--dark-color);
            color: var(--section-bg-color);
            border: none;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            cursor: pointer;
            transition: opacity 0.2s;
        }

        .modal-button:hover {
            opacity: 0.9;
        }


         .modal-form {
            margin-top: 30px;
            padding-top: 20px;
            border-top: 2px solid var(--gray-light);
        }

        .modal-form h4 {
            font-size: 16px;
            font-weight: 700;
            color: var(--dark-color);
            margin-bottom: 15px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .form-group {
            margin-bottom: 15px;
        }

        .form-group label {
            display: block;
            font-size: 13px;
            font-weight: 600;
            color: var(--dark-color);
            margin-bottom: 5px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .form-group input,
        .form-group textarea {
            width: 100%;
            padding: 12px;
            border: 1px solid #ddd;
            border-radius: 6px;
            font-size: 14px;
            font-family: inherit;
            transition: border-color 0.2s;
        }

        .form-group input:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: var(--dark-color);
        }

        .form-group textarea {
            resize: vertical;
            min-height: 80px;
        }

        .form-buttons {
            display: flex;
            gap: 10px;
            margin-top: 20px;
        }

        .btn-send {
            flex: 1;
            padding: 12px;
            background-color: var(--dark-color);
            color: var(--section-bg-color);
            border: none;
            border-radius: 6px;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            cursor: pointer;
            transition: opacity 0.2s;
        }

        .btn-send:hover {
            opacity: 0.9;
        }

        .btn-cancel {
            flex: 1;
            padding: 12px;
            background-color: var(--gray-light);
            color: var(--dark-color);
            border: 1px solid #ddd;
            border-radius: 6px;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            cursor: pointer;
            transition: background-color 0.2s;
        }

        .btn-cancel:hover {
            background-color: #e0e0e0;
        }

        .success-message {
            display: none;
            text-align: center;
            color: #4caf50;
            font-weight: 600;
            margin-top: 15px;
        }

        .success-message.show {
            display: block;
        }



/* SIGNU PAGE */

        .signup-body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
           background: url('/images/signup\ image.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
            min-height: 100vh;
            display: flex;
            align-items:left;
            justify-content: left;
            padding: 20px;
            max-width: 100%;
        }

        .auth-container {
            width: 100%;
            max-width: 450px;
            background-color: white;
            border-radius: 16px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            overflow: hidden;
        }

        .auth-header {
            background-color: var(--section-bg-color);
            padding: 40px 30px;
            text-align: center;
            border-bottom: 3px solid var(--dark-color);
        }

        .auth-logo {
            font-size: 12px;
            color: var(--dark-color);
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 15px;
        }

        .auth-title {
            font-size: 32px;
            font-weight: 700;
            color: var(--dark-color);
            margin-bottom: 10px;
        }

        .auth-subtitle {
            font-size: 14px;
            color: var(--dark-color);
            opacity: 0.7;
        }

        .auth-body {
            padding: 40px 30px;
        }

        .form-group {
            margin-bottom: 20px;
        }

        .form-group label {
            display: block;
            font-size: 13px;
            font-weight: 700;
            color: var(--dark-color);
            margin-bottom: 8px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .form-group input {
            width: 100%;
            padding: 12px 15px;
            border: 2px solid var(--gray-light);
            border-radius: 8px;
            font-size: 14px;
            font-family: inherit;
            transition: all 0.3s;
        }

        .form-group input:focus {
            outline: none;
            border-color:  #0b5d4f9a;
            box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
        }

        .form-group input::placeholder {
            color: #999;
        }

        .hidden-form {
            display: none;
        }

        .hidden-form.active {
            display: block;
        }

        .remember-forgot {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 13px;
            margin-bottom: 20px;
        }

        .remember-forgot label {
            display: flex;
            align-items: center;
            font-weight: 500;
            margin: 0;
            text-transform: none;
            letter-spacing: normal;
        }

        .remember-forgot input[type="checkbox"] {
            width: 16px;
            height: 16px;
            margin-right: 6px;
            cursor: pointer;
        }

        .remember-forgot a {
            color: #0b5d4f9a;
            text-decoration: none;
            font-weight: 600;
            transition: opacity 0.2s;
        }

        .remember-forgot a:hover {
            opacity: 0.8;
        }

        .btn-submit {
            width: 100%;
            padding: 13px;
            background: linear-gradient(135deg, #0b5d4f9a 0%,var(--primary-color) 100%);
            color: white;
            border: none;
            border-radius: 8px;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            cursor: pointer;
            transition: transform 0.2s, box-shadow 0.2s;
            margin-top: 10px;
        }

        .btn-submit:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
        }

        .btn-submit:active {
            transform: translateY(0);
        }

        .toggle-auth {
            text-align: center;
            margin-top: 25px;
            padding-top: 20px;
            border-top: 1px solid var(--gray-light);
        }

        .toggle-auth p {
            font-size: 13px;
            color: #666;
            margin: 0;
        }

        .toggle-auth button {
            background: none;
            border: none;
            color: #0b5d50;;
            font-weight: 700;
            cursor: pointer;
            font-size: 13px;
            transition: opacity 0.2s;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .toggle-auth button:hover {
            opacity: 0.8;
        }

        .divider {
            display: flex;
            align-items: center;
            margin: 25px 0;
        }

        .divider::before,
        .divider::after {
            content: '';
            flex: 1;
            height: 1px;
            background-color: var(--gray-light);
        }

        .divider span {
            margin: 0 10px;
            font-size: 12px;
            color: #999;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .social-buttons {
            display: flex;
            gap: 10px;
            margin-bottom: 20px;
        }

        .social-btn {
            flex: 1;
            padding: 10px;
            background-color: var(--gray-light);
            border: 2px solid var(--gray-light);
            border-radius: 8px;
            font-size: 16px;
            cursor: pointer;
            transition: all 0.2s;
        }

        .social-btn:hover {
            background-color: white;
            border-color:#0b5d50;;
        }

        .error-message {
            display: none;
            background-color: #ffebee;
            color: #c62828;
            padding: 12px;
            border-radius: 8px;
            font-size: 13px;
            margin-bottom: 20px;
        }

        .error-message.show {
            display: block;
        }

        .success-message {
            display: none;
            background-color: #e8f5e9;
            color: #2e7d32;
            padding: 12px;
            border-radius: 8px;
            font-size: 13px;
            margin-bottom: 20px;
        }

        .success-message.show {
            display: block;
        }

        @media (max-width: 480px) {
            .auth-container {
                border-radius: 12px;
            }

            .auth-header {
                padding: 30px 20px;
            }

            .auth-body {
                padding: 30px 20px;
            }

            .auth-title {
                font-size: 26px;
            }
        }
    




        
/* CEO */


/* ---------------------------------------------------- */
/* DESKTOP NAVBAR */
/* ---------------------------------------------------- */

.overlay-navbar {
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1200px;
  border-radius: 20px;
  z-index: 999;
  background: transparent;
  padding: 15px 0;
  transition: background 0.4s ease, backdrop-filter 0.4s ease, box-shadow 0.4s ease, transform 0s;
  box-sizing: border-box;
}

/* Container */
.nav-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

/* Logo */
.overlay-navbar .logo img {
  width: 100px;
  height: auto;
  transition: all 0.4s ease;
}

/* Nav Links - DESKTOP ONLY */
.nav-links {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
}

.nav-links li {
  position: relative;
}

.nav-links li a {
  color: white;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease, text-shadow 0.3s ease;
  text-shadow: 0 2px 6px rgba(10, 10, 10, 0.8);
  display: inline-flex;
  align-items: center;
}

.nav-links li a:hover {
  color: #d1fff3;
}

/* Dropdowns */
.nav-links .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(11, 93, 80, 0.9);
  backdrop-filter: blur(10px);
  list-style: none;
  padding: 10px 0;
  min-width: 180px;
  border-radius: 6px;
  z-index: 999;
}

.nav-links .dropdown-menu li a {
  display: block;
  padding: 8px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.3s;
}

.nav-links .dropdown-menu li a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.nav-links .dropdown-submenu {
  position: relative;
}

.nav-links .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
}

.nav-links li:hover > .dropdown-menu {
  display: block;
}

.nav-links .dropdown > a::after,
.nav-links .dropdown-submenu > a::after {
  content: "\25BE";
  font-size: 10px;
  margin-left: 5px;
}

/* Scrolled State */
.overlay-navbar.scrolled {
  background: rgba(11, 93, 80, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

.overlay-navbar.scrolled .nav-links li a {
  color: #fefad9;
  text-shadow: none;
}

/* ---------------------------------------------------- */
/* HAMBURGER MENU (HIDDEN ON DESKTOP) */
/* ---------------------------------------------------- */

.hamburger {
  display: none;
  width: 30px;
  height: 20px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 10000;
}

.hamburger span {
  display: block;
  height: 3px;
  background: white;
  border-radius: 2px;
  transition: 0.3s;
}

/* ---------------------------------------------------- */
/* MOBILE MENU (SLIDE-IN PANEL) */
/* ---------------------------------------------------- */

.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 85%;
  max-width: 400px;
  height: 100vh;
  background: white;
  box-shadow: -2px 0 12px rgba(0,0,0,0.15);
  z-index: 9999;
  padding: 20px;
  transition: 0.4s ease;
  overflow-y: auto;
  box-sizing: border-box;
}

.mobile-menu.open {
  right: 0;
}

.mobile-menu-header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.close-mobile-menu {
  font-size: 30px;
  cursor: pointer;
  color: var(--primary-color);
}

.mobile-nav-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-nav-links li {
  margin-bottom: 12px;
}

.mobile-nav-links a {
  display: block;
  width: 100%;
  padding: 10px 15px;
  box-sizing: border-box;
  transition: background 0.3s ease, color 0.3s ease;
  color: var(--primary-color);
  text-decoration: none;
  border-radius: 5px;
}

.mobile-nav-links a:hover {
  color: var(--section-bg-color);
  background: var(--primary-color);
}

.mobile-cta {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 15px;
  background: #0b5d50;
  color: white !important;
  border-radius: 10px;
}

.mobile-submenu {
  list-style: none;
  padding-left: 20px;
  display: none;
  margin-top: 8px;
}

.mobile-dropdown.open > .mobile-submenu {
  display: block;
}

.mobile-dropdown > a::after {
  content: "\25B6";
  float: right;
  transition: transform 0.3s ease;
  margin-left: 5px;
}

.mobile-dropdown.open > a::after {
  transform: rotate(90deg);
}

/* ---------------------------------------------------- */
/* ✅ TABLET + MOBILE: SHOW HAMBURGER, HIDE NAV LINKS */
/* ---------------------------------------------------- */

@media screen and (max-width: 1024px) {
  /* Hide desktop nav links */
  .nav-links {
    display: none !important;
  }

  /* Show hamburger menu */
  .hamburger {
    display: flex !important;
  }

  /* Adjust navbar for tablet/mobile */
  .overlay-navbar {
    left: 0;
    transform: none;
    width: 100%;
    border-radius: 0;
    padding: 10px 20px;
    box-sizing: border-box;
  }

  /* Logo sizing for tablet */
  .overlay-navbar .logo img {
    width: 85px;
  }
  
  /* Mobile menu on tablet */
  .mobile-menu {
    width: 70%;
    max-width: 450px;
  }
}

/* ---------------------------------------------------- */
/* MOBILE ONLY (PHONES) */
/* ---------------------------------------------------- */

@media screen and (max-width: 768px) {
  .overlay-navbar .logo img {
    width: 70px;
  }
  
  .mobile-menu {
    width: 80%;
    max-width: 350px;
  }
}

@media screen and (max-width: 480px) {
  .overlay-navbar .logo img {
    width: 60px;
  }
  
  .mobile-menu {
    width: 90%;
    max-width: 300px;
  }
}






