body {
  font-size: 14px;
  font-family: Arial, sans-serif;
}

a {
  text-decoration: none;
}

.navbar-brand img {
  height: 50px;
}

.carousel-item img {
  height: 80vh;
  object-fit: cover;
}

section {
  padding: 30px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
}

.navbar {
  padding: 0 !important;
}

.btn-nav {
  background: linear-gradient(180deg, #cca549 0%, #9b7621 100%) !important;
  border-color: #cca549 !important;
  border-radius: 30px !important;
  padding: 4px 20px 5px !important;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  margin-top: 2px;
}

.section-highlight {
  position: absolute;
  width: 300px;
  top: 20%;
  left: 20px;
  background: #fff;
  border-radius: 5px;
  padding: 5px 8px;
  z-index: 1040;
}
.section-highlight .launch {
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #9b7621;
  position: relative;
  width: 200px;
  margin: -20px auto 12px auto;
  background: #fff;
  display: block;
  border: 1px solid;
  border-radius: 14px;
  box-shadow: 0px 1px 4px 0px #4b4949;
}

.section-highlight .head {
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 2px;
  font-weight: 600;
}

.section-highlight .head2 {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3px;
}

.section-highlight .subhead {
  text-align: center;
  font-size: 16px;
  margin-bottom: 5px;
}

.section-highlight .offers {
  font-size: 14px;
  padding: 6px 10px;
  text-shadow: unset !important;
  text-align: center;
  margin-bottom: 6px;
}

.section-highlight .price {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4px;
  color: #000;
}

.btn-primary {
  background: linear-gradient(180deg, #cca549 0%, #9b7621 100%) !important;
  border-color: #cca549 !important;
  border-radius: 0 !important;
  padding: 6px 15px;
}

.pricefrom,
.prera {
  font-size: 13px;
  margin-bottom: 2px;
  text-align: center;
}

.offers ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #746139;
  text-transform: uppercase;
  text-align: center;
}

.prd-box {
  background-color: #ddd;
  padding: 5px 8px 0;
  margin-bottom: 5px;
  font-size: 14px;
}

.prd-box ul {
  list-style-type: none;
  margin-bottom: 0;
}

.prd-box ul span {
  display: inline-block;
  width: 36%;
}

.cab-img {
  height: 40px;
  display: inline-block !important;
}

.fix-callback {
  position: fixed;
  bottom: 0;
  background: #000000;
  width: 100%;
  text-align: center;
  font-size: 14px;
  border-top: 1px solid #b1a9a9;
  padding: 10px;
}

.fix-callback a {
  color: #fff;
}

.am-name {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
}
.am-img {
  width: 100%;
  border-radius: 2px;
  margin: 0 auto;
  display: block;
  max-height: 240px;
  margin-bottom: 5px;
}

.amenity-box {
  text-align: center;
  padding: 2px;
  transition: 0.3s;
}

.amenity-box:hover {
  background: #f8f9fa;
  transform: translateY(-5px);
}

.price-wrapper {
  text-align: center;
  border: 1px solid #ddd;
  padding: 12px 0 0;
  border-radius: 10px;
  margin-bottom: 20px;
}

.price-wrapper .btn {
  position: relative;
  bottom: -12px;
}

.config {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
}

.carpet {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 4px;
}

.price {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #000000;
}
.img-blur {
  filter: blur(1px);
}

.plan-img img,
.masterplan-img img {
  margin: 20px 15px;
  max-height: 280px;
  display: block !important;
}

.conn-title {
  color: #a47e28;
}

.ul-conn {
  padding: 0 10px 0 4px;
  list-style-type: none;
}

#footer {
  background: #ddd;
  padding: 50px 0;
}

.img-box {
  position: relative;
  overflow: hidden;
}

.img-box img {
  width: 100%;
  transition: 0.4s ease;
}

/* Overlay */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  transition: 0.4s ease;
}

/* Hover effect */
.img-box:hover .overlay {
  opacity: 1;
}

.img-box:hover img {
  transform: scale(1.1);
}

/* View Button */
.view-btn {
  color: #fff;
  font-size: 18px;
  border: 2px solid #fff;
  padding: 12px 15px 10px;
  border-radius: 50%;
  transition: 0.3s;
}

.contact-wrapper {
  background: #e2e2e2;
  padding: 10px;
  border-radius: 3px;
}

.view-btn:hover {
  background: #fff;
  color: #000;
}

/* mobile media */
@media (max-width: 768px) {
  .section-highlight {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 5px;
    padding: 5px 8px;
  }

  .carousel-item img {
    height: 100% !important;
    object-fit: cover;
  }
}
