body {
  background: #000;
  color: #fff;
}

.main-nav {
  background: rgba(0,0,0,0.8);
}

.banner {
  height: 90vh;
  background: url('../images/banner.jpg') center/cover no-repeat;
}

.banner .overlay {
  background: rgba(0,0,0,0.6);
  height: 100%;
  display: flex;
  align-items: center;
}
.banner-all{
  background: url('../images/banner.jpg') center/cover no-repeat;
}
.banner-all .overlay {
  padding: 100px 0px;
  background: rgba(0,0,0,0.6);
  height: 100%;
  display: flex;
  align-items: center;
}
.nav-tabs .nav-link {
  color: #fff;
  cursor: pointer;
}

.nav-tabs .nav-link.active {
  background: #c27c1c;
  border: none;
}

.tab-content-section {
  padding: 60px 0;
}

.tab-box {
  display: none;
}

.tab-box.active {
  display: block;
}

.form-control {
  background: #000;
  color: #fff;
  border: 1px solid #333;
}
.form-control::placeholder {
  color: #fff; 
}

.form-control:focus::-webkit-input-placeholder {
    color: #4c4c4c;
}
.whatsapp-btn {
  display: inline-block;
  padding: 15px 30px;
  background: #f9a825;
  color: #000;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
}
.site-footer {
  background: #000;
  border-top: 1px solid #222;
  color: #888;
  font-size: 14px;
}

.site-footer a {
  color: #bbb;
  text-decoration: none;
  margin-left: 15px;
  transition: color 0.3s ease;
}

.site-footer a:hover {
  color: #ffb300;
}

.footer-menu li:first-child a {
  margin-left: 0;
}


.course-card {
  background: #111;
  border: 1px solid #222;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.course-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.4);
}

.course-img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.course-content {
  padding: 20px;
}

.course-content h4 {
  margin-bottom: 12px;
}

.course-content p {
  color: #bbb;
  font-size: 15px;
  line-height: 1.6;
}


.property-card {
  background: #111;
  border: 1px solid #222;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}

.property-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.property-info {
  padding: 20px;
  flex: 1;
}

.property-info h4 {
  margin-bottom: 5px;
}

.location {
  color: #aaa;
  font-size: 14px;
  margin-bottom: 10px;
}

.property-features {
  padding-left: 18px;
  color: #bbb;
  margin-bottom: 15px;
}

.property-features li {
  margin-bottom: 6px;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price {
  font-weight: 600;
  color: #ffb300;
}
