/* Navbar Base */
.custom-navbar {
  transition: all 0.3s ease-in-out;
  padding: 12px 0;
  background: rgba(255, 255, 255, 0.95); /* slight transparency for premium look */
  backdrop-filter: blur(10px);
}

/* Logo */
.custom-navbar .navbar-brand img {
  height: 45px;
}

/* Nav Links */
.custom-navbar .nav-link {
  font-weight: 400;
  color: #333 !important;
  padding: 4px 5px;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: capitalize;
  transition: 0.3s ease;
}
.nav-item{
  margin: 0px 5px;
}
/* Hover & Active - Full Tab Highlight */
.custom-navbar .nav-link:hover,
.custom-navbar .nav-link.active {
  background: #a51e20 !important;  /* Red background */
  color: #fff !important;          /* White text */
  border-radius: 2px;              /* Slight rounded corners */
}

/* Remove old underline effect */
.custom-navbar .nav-link::after {
  display: none !important;
}

/* Dropdown */
.custom-navbar .dropdown-menu {
  border-radius: 12px;
  border: none;
  padding: 10px 0;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
.custom-navbar .dropdown-item {
  font-weight: 500;
  padding: 10px 20px;
  transition: 0.3s;
}
.custom-navbar .dropdown-item:hover {
  background: #a51e20;
  color: #fff;
}

/* CTA Button */
.custom-navbar .btn-primary {
  background: linear-gradient(288deg, #c2230a, #a51e20);
  border: none;
  padding: 8px 20px;
  border-radius: 0px !important;
  font-weight: 600;
  transition: 0.3s;
}
.custom-navbar .btn-primary:hover {
  background: linear-gradient(135deg, #000, #000);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px #000;
}

/* Scroll Effect */
.custom-navbar.scrolled {
  background: #fff !important;
  box-shadow: 0 3px 12px rgba(0,0,0,0.08);
}

/* Mobile Menu */
@media (max-width: 991px) {
  .custom-navbar .nav-link {
    padding: 12px;
  }
  .custom-navbar .dropdown-menu {
    box-shadow: none;
  }
}

/* Remove Bootstrap default caret */
.custom-navbar .dropdown-toggle::after {
  display: none;
}

/* Custom dropdown arrow */
.custom-navbar .dropdown-toggle {
  position: relative;
  padding-right: 25px; /* space for arrow */
}


/* Rotate arrow when dropdown is open */
.custom-navbar .dropdown-toggle[aria-expanded="true"]::before {
  transform: translateY(-50%) rotate(180deg);
  color: #a51e20; /* red when open */
}
.hero-section {
  position: relative;
  background: url('banner.webp') center/cover no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

/* Dark overlay */
.hero-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55); /* adjust darkness */
  z-index: 1;
}

/* Hero Content */
.hero-section .hero-content {
  position: relative;
  z-index: 2;
}
.hero-section h1 {
  font-size: 43px;
  font-weight: bold;
}

@media screen and (max-width:567px){
  .hero-section h1{
    font-size: 31px;
  }
  .hero-section p {
  font-size: 14px!important;
}

.section-heading::before{
  display: none!important;
}
.scroll-top{
  bottom: 70px!important;
}
}

.hero-section p {
  font-size: 20px;
}

/* Scroll Down Arrow */
.scroll-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  cursor: pointer;
  text-decoration: none;
}
.scroll-down span {
  display: block;
  width: 25px;
  height: 25px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
  margin: 0 auto;
  animation: bounce 1.5s infinite;
}

/* Arrow animation */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: rotate(-45deg) translateY(0); }
  40% { transform: rotate(-45deg) translateY(8px); }
  60% { transform: rotate(-45deg) translateY(4px); }
}

    .property-card img {
      height: 220px;
      object-fit: cover;
    }
    footer {
      background: #111;
      color: #fff;
      padding: 20px 0;
    }
    footer a { color: #ddd; text-decoration: none; }


    /* Custom carousel buttons */
.custom-carousel-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #d4a017; /* golden shade */
  top: 40%;
}

.custom-carousel-btn .carousel-control-prev-icon,
.custom-carousel-btn .carousel-control-next-icon {
  filter: invert(100%); /* make arrows white */
  width: 20px;
  height: 20px;
}

.card-img-top{
height: 260px;
}

.card-title{
    font-size: 22px;
    text-transform: capitalize;}

    .section-heading {
  font-family: 'Georgia', serif;
  font-size: 28px;
  font-weight: 600;
  color: #a46b0f; /* Golden shade */
  position: relative;
  display: inline-block;
  padding: 0 20px;
}

.section-heading::before,
.section-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100px;
  height: 1px;
  background: #999;
}

.section-heading::before {
  right: 100%;
  margin-right: 15px;
}

.section-heading::after {
  left: 100%;
  margin-left: 15px;
}

.card-body{
  text-align: left;
}


.section-heading {
  font-family: 'Georgia', serif;
  font-size: 28px;
  font-weight: 600;
  color: #a46b0f;
  position: relative;
  display: inline-block;
  padding: 0 20px;
}

.section-heading::before,
.section-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 80px;
  height: 1px;
  background: #999;
}

.section-heading::before {
  right: 100%;
  margin-right: 15px;
}

.section-heading::after {
  left: 100%;
  margin-left: 15px;
}
.icon-box {
  background: #fff;
  transition: all 0.3s ease;
  border: 1px solid #eee;
}
.icon-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  border-color: #d4a017;
}
.icon-circle {
  width: 60px;
  height: 60px;
  background: #d4a017; /* golden */
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.icon-box:hover .icon-circle {
  background: #aa1f1d; /* dark on hover */
}


.filter-btn.active {
  background: #d4a017;
  color: #fff;
  border: none;
}
.property-card {
  display: none; /* hidden by default */
}
.property-card.show {
  display: block;
  animation: fadeInUp 0.6s ease;
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

.property-box {
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.property-box img {
  height: 220px;
  object-fit: cover;
}
.property-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}
.property-box .card-body {
  background: #fff;
}
.property-box .btn {
  border-radius: 6px;
  font-weight: 500;
}


.why-box {
  border-left: 4px solid #d4a017; /* golden accent */
  transition: all 0.3s ease;
}
.why-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  border-left-color: #333;
}
.why-box i {
  flex-shrink: 0;
}
.location-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.location-box img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.location-box:hover img {
  transform: scale(1.1);
}
.location-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.55); /* dark overlay */
  opacity: 1;
  transition: opacity 0.3s ease;
}
.location-box h5 {
  font-weight: 600;
  letter-spacing: 0.5px;
}
.location-box:hover .overlay {
  background: rgba(0,0,0,0.7);
}
#btnidd{
  border-radius: 0px;
}

#loctionheading{
font-size: 24px;
    text-transform: uppercase;}

    .accordion-item {
  border: none;
  margin-bottom: 12px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(0,0,0,0.08);
}

.accordion-button {
  font-weight: 600;
  font-size: 16px;
  padding: 18px;
  background-color: #fff;
  color: #333;
}

.accordion-button:not(.collapsed) {
  background-color: #a81f1e; /* your theme red */
  color: #fff;
  box-shadow: none;
}

.accordion-body {
  padding: 20px;
  font-size: 15px;
  background: #fff;
}

.accordion-button:focus {
  box-shadow: none;
}
#property-list h5 {
  font-weight: 600;
  color: #000;
}
form .form-control, 
form .form-select {
  height: 50px;
  border-radius: 6px;
  border: 1px solid #ddd;
}

form .form-control:focus, 
form .form-select:focus {
  border-color: #d40d0e;
  box-shadow: 0 0 5px rgba(212, 13, 14, 0.4);
}

form .btn {
  border-radius: 6px;
  font-weight: 600;
  padding: 12px 30px;
}
.footer h6 {
  color: #fff;
  font-size: 16px;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #d40d0e;
  padding-left: 5px;
}
.modal-content {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.btn-close-custom {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  border: 2px solid #ddd;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}

.btn-close-custom:hover {
  background: #d40d0e;
  color: #fff;
  border-color: #d40d0e;
}

.modal .form-control {
  height: 48px;
  border-radius: 8px;
  padding-left: 15px;
}

.modal .btn {
  font-weight: 600;
  padding: 12px;
}
/* Mobile Strip */
.mobile-strip {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 8px 0;
  z-index: 1000;
}

.mobile-strip a {
  text-align: center;
  font-size: 13px;
  color: #000;
  flex: 1;
  border-right: 1px solid;
    border-left: 1px solid black;
  text-decoration: none;
}

.mobile-strip i {
  display: block;
  font-size: 18px;
  margin-bottom: 3px;
}

/* WhatsApp Float (Desktop) */
.whatsapp-float {
  position: fixed;
  bottom: 100px;
  right: 20px;
  background: #25D366;
  color: #fff;
  font-size: 28px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  animation: pulse 1.5s infinite;
  z-index: 999;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

/* Scroll to Top */
.scroll-top {
  position: fixed;
  bottom: 40px;
  right: 20px;
  background: #d40d0e;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  z-index: 1000;
  transition: 0.3s;
}

.scroll-top:hover {
  background: #a50b0c;
}

.hero-banner {
  position: relative;
  background: url('banner.webp') center/cover no-repeat;
  height: 67vh; /* full screen */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.hero-banner::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.55); /* dark overlay */
  z-index: 1;
}

.hero-banner .container {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: 3rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}



@media screen and (max-width:567px){

.hero-title {
  font-size: 2rem;

}
.hero-banner{
height: 65vh!important; /* full screen */
margin-top:50px;
}

}
.hero-btn {
  background: #fff;
  color: #000;
  font-weight: 600;
  border-radius: 6px;
  padding: 10px 25px;
  transition: 0.3s;
  border: none;
}

.hero-btn:hover, .hero-btn.active {
  background: #d40d0e;
  color: #fff;
}
