/* Reset & base */

body {
  font-family: Arial, sans-serif;
}

@media (max-width: 767px) {
  header#lightgrey ul.list-inline {
    display: flex;
    flex-direction: column;
    align-items: flex-end; 
    gap: 5px;
  }
  header#lightgrey ul.list-inline li {
    display: block;
    margin-right: 0 !important;
  }
}

/* Form background color change  */
@media (max-width: 767px),(max-width: 480px),(max-width: 575px) {
 #mobshow {
    background-color:rgba(0, 0, 0, 0.8);
 }
}
 
/* Header CSS */
/* Base styles for all screen sizes */
.phone-link a {
  font-size: 16px;
  display: flex;
  align-items: center;
  color: white;
  text-decoration: none;
  padding: 5px 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.phone-link a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.phone-link i {
  margin-right: 8px;
  font-size: 20px;
}

/* Logo styling */
#lightgrey .navbar-brand img {
  max-height: 60px;
  width: 100%;
  object-fit: contain;
  margin-top:9px;
}

/* Responsive adjustments for small screens */
@media (max-width: 576px) {
  .phone-links-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    /* margin-top: 10px; */
  }

  .phone-link a {
    justify-content: center;
    width: 100%;
    font-size: 14px;
    border: 1px solid #ffffff33;
  }

  .text-end {
    text-align: center !important;
  }
    .col-4 .img-fluid{
   /* margin-top:9px; */
  height:100%;
  
  }
}
.pricebox h2
{
   border-bottom: none !important;
}

.owl-nav {
    text-align: center;
    margin-top: 20px; /* Optional: space between carousel and buttons */
}

 .owl-nav button.owl-prev,
.owl-nav button.owl-next {
    display: inline-block;
    float: none;
    margin: 0 10px; 
}

/* Modal Show Form CSS Start */
 #dialog {
  position: absolute; 
  top: 70px; 
  left: 0;
  right: 0;
  margin: auto;
  height: 400px !important;
  padding: 0;
  max-width: 600px; 
}
#dialog button,
#dialog input {
  box-shadow: none !important;
}
/* Modal Show Form CSS End */

img {
  object-fit: cover;
}

/* Default phone icon size */
.phone-links-wrapper .fas.fa-phone-alt {
  font-size: 20px; /* Default size for larger screens */
}

/* For screens with max-width 776px */
@media (max-width: 776px) {
  .phone-links-wrapper .fas.fa-phone-alt {
    font-size: 18px; /* Slightly smaller for medium screens */
  }
}

/* For screens with max-width 576px */
@media (max-width: 576px) {
  .phone-links-wrapper .fas.fa-phone-alt {
    font-size: 16px; /* Even smaller for small screens */
  }
}

/* For screens with max-width 480px */
@media (max-width: 480px) {
  .phone-links-wrapper .fas.fa-phone-alt {
    font-size: 14px; /* Smallest for very small screens */
  }
}


/* Fixed navbar on scroll */
.navbar {
  background-color: #f1f1f1;
  padding: 12px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  transition: top 0.3s, position 0.3s;
  position: relative;
  z-index: 100;
}

.navbar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  animation: slideDown 0.3s ease forwards;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap:120px;
  flex-wrap: wrap;
  margin-top:10px;
}
.nav-menu li a {
  display: inline-block;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}

.nav-menu li a:hover {
  color: #C18F2D;
}
/* Optional Mobile Toggle */
@media (max-width: 768px) {
  .nav-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0;
    padding: 0;
    scrollbar-width: none;
  }

  .nav-wrap::-webkit-scrollbar {
    display: none;
  }

  .nav-menu {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    list-style: none;
    margin:10px;
    padding: 0;
    white-space: nowrap;
    gap:10px;
    overflow-x: auto;   
    flex: 0 0 auto;
  }

  .nav-menu li {
    flex: 0 0 auto;
  }

  .nav-menu li a {
    display: inline-block;
    background: #f5ebd9;
    border: 1px solid #ccc;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    overflow: visible;
    max-width: none;
  }
}

/* Progress Bar */
/* Base bar styling */
.progressbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #e0e0e0;
  z-index: 9999;
}

.progress-filled {
  height: 100%;
  width: 0%;
  background: #C18F2D; /* gold */
  transition: width 0.2s ease-out;
}

/* Navigationbar CSS End */
#home, #highlights, #property, #furnished, #amenities, #description {
  scroll-margin-top:100px;
}
.nav-menu li a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
  padding: 8px 12px;           /* ✅ Add padding here */
  display: inline-block;       /* ✅ Important: so padding works properly */
  border-radius: 8px;          /* ✅ Keep same radius for base */
}

.nav-menu li a.active {
  color: #ffffff;
  font-weight: bold;
  background-color:#C18F2D;
}

/* Footer CSS Start */

.footer {
  background-color: #1D2D22;
  padding: 40px 20px;
  font-family: 'Segoe UI', sans-serif;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.8;
}

/* GRID LAYOUT */
.footer .footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

/* COLUMN TITLES */
.footer h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #C18F2D;
}

/* LINKS */
.footer ul {
  list-style-type: disc;
  padding-left: 18px;
}

.footer ul li {
  margin-bottom: 8px;
  list-style: none;
}

.footer a {
  text-decoration: none;
  color: #ffffff;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #C18F2D;
}

.footer .widget-title h2 {
    font-weight: 300;
    font-size: 21px;
    /* padding: 0; */
    margin: 20px;
    line-height: 1 !important;
}

h2 {
    color: #C18F2D;
}
/* Footer CSS End */

/* Form CSS Start */
.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

/* Modal content */
.modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 30px 25px;
  border-radius: 12px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  position: relative;
  font-family: Arial, sans-serif;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}

/* Heading */
.modal-content h2 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 25px;
}

/* Label */
.label {
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
}

/* Phone input */
.phone-input {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 20px;
}

.country-code {
  margin-right: 8px;
  font-weight: bold;
  color: #333;
}

.phone-input input {
  border: none;
  outline: none;
  flex: 1;
  font-size: 16px;
}

/* Continue button */
.submit-btn {
  background-color: #002D74;
  color: white;
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 15px;
}

.submit-btn:hover {
  background-color: #0043a3;
}

/* Terms text */
.terms-text {
  font-size: 12px;
  text-align: center;
  color: #666;
}

.terms-text a {
  color: #0043a3;
  text-decoration: underline;
}

/* Form CSS END */

/* Modal Gallery CSS Start */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.9);
  overflow-y: auto;
}

.modal-content.wide-slider {
  margin: 40px auto;
  max-width: 90vw;         
  width: 1200px;
  text-align: center;
  position: relative;
   background: transparent;
}

.slide-img {
  width: 100%;
  max-height: 70vh;
  object-fit: contain;
  border-radius: 10px;
}

.mySlides {
  display: none;
}

.numbertext {
  position: absolute;
  top: 10px;
  left: 20px;
  /* background: #000; */
  color: #fff;
  padding: 6px 12px;
  font-size: 15px;
  border-radius: 4px;
  z-index: 10;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  font-size: 30px;
  color: #fff;
  background: rgba(0,0,0,0.6);
  border-radius: 50%;
  padding: 15px;
  transform: translateY(-50%);
  user-select: none;
  z-index: 1000; /* ensure it's on top */
}

.prev { left: 10px; }   /* 🔧 moved inside view */
.next { right: 10px; }  /* 🔧 moved inside view */



.thumbnail-row {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap;
  gap: 12px;
}

.thumbnail-row img {
  width: 120px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  opacity: 0.6;
  cursor: pointer;
  transition: 0.3s;
  border: 2px solid transparent;
}

.thumbnail-row img:hover,
.thumbnail-row img.active {
  opacity: 1;
  border-color: #f90;
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 32px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  /* background-color: #C18F2D; */
  /* border-radius: 70%; */
}

/* Modal Gallery CSS End */

ul li
{
  font-size:17px;
}


.icon-box
{
  background-color:#1D2D22;
      width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
}

h2
{
  font-weight:bold;
  color:#C18F2D;
  font-size: calc(1.325rem + .9vw);
}
.property-location
{
  font-weight:bold;
}

.amenity-pill
{
  color:#1D2D22;
  font-size:18px;
}

