/* red color #ee3838 */

.card img {
  height: 150px;
  object-fit: cover;
}

.card:hover {
  transform: translateY(-5px);
  transition: 0.3s ease;
}

.hero-banner {
  height: calc(100vh - 70px);
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 70px;
}

.navbar-brand img {
  width: 40px;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.bg1 {
  background-color: #f8f9fa;
}

.sale-img img {
  height: 380px;
  width: 100%;
  object-fit: cover;
}

.sale-list li {
  margin-bottom: 10px;
  font-size: 16px;
}

.rent-property-section {
  background-color: #ffffff;
}

.rent-img img {
  height: 380px;
  width: 100%;
  object-fit: cover;
}

.rent-list li {
  margin-bottom: 10px;
  font-size: 16px;
}

.footer a {
  color: #ccc;
  text-decoration: none;
}

.footer a:hover {
  color: #fff;
}

.footer-links li {
  margin-bottom: 6px;
}

.why-box:hover {
  transform: translateY(-5px);
  transition: 0.3s ease;
}

.why-stats {
  background: #ee3838;
  padding: 60px 0;
  color: #fff;
}

.stat-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  gap: 6px;
}

.stat-icon {
  background: rgba(255, 255, 255, 0.15);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.stat-box h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.stat-box p {
  font-size: 15px;
  margin: 0;
  opacity: 0.95;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.35s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  border: 2px solid transparent;
}

.btn-blue-small {
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 6px;
  text-decoration: none;
  background: #0b1f2a;
  color: #fff;
}

.btn-blue-small:hover {
  background: #f7931e;
  color: #0b1f2a;
}

.btn-yellow-small {
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 6px;
  text-decoration: none;
  background: #f7931e;
  color: #0b1f2a;
}

.btn-yellow-small:hover {
  background: #0b1f2a;
  color: #f7931e;
}

/* ORANGE button */
.cta-orange {
  background: #ee3838;
  color: #fff;
}

.cta-orange:hover {
  background: #0b1f2a;
  color: #fff;
  border-color: #0b1f2a;
}

/* BLUE button */
.cta-blue {
  background: #0b1f2a;
  color: #fff;
}

.cta-blue:hover {
  background: #f7931e;
  color: #fff;
  border-color: #f7931e;
}

/* icon size */
.cta-btn i {
  font-size: 18px;
}

.sec-cta {
  background-size: cover;
  background-position: 100% center;
  padding: 4rem 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.sec-cta.overlay {
  position: relative;
}

.sec-cta.overlay:before {
  background: #0b1f2a;
  opacity: .9;
  overflow: hidden;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}

.sec-cta>.container {
  position: relative;
  z-index: 2;
}

.sec-cta .heading {
  color: #fff;
}

.sec-cta p {
  color: #fff;
}

.bg-dark {
  background-color: #040F28 !important;
}

.testimonial-card img {
  max-width: 100px;
  text-align: center;
  display: inline !important;
  margin-bottom: 20px;
  border-radius: 100px;
  border: 1px solid #040F28;
}

.whatsapp-floating {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 10px;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  transition: transform 0.3s;
  font-size: 24px;
  color: #fff;
  background-color: #ee3838;
}
.call-floating {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 10px;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  transition: transform 0.3s;
  font-size: 24px;
  color: #fff;
  background-color: #ee3838;
}

.whatsapp-floating:hover {
  color: #fff;
}
@keyframes iconBlink {
  0% {
    color: #ffffff;
    text-shadow: 0 0 5px #ffffff;
  }
  50% {
    color: #ffd700;
    text-shadow: 0 0 12px #000;
  }
  100% {
    color: #ffffff;
    text-shadow: 0 0 5px #ffffff;
  }
}
.whatsapp-floating i,
.call-floating i {
  font-size: 24px;
  color: #fff;
  animation: iconBlink 1s infinite;
}
.logo {
  color: #f7931e;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  display: flex;
  gap: 16px;
}

.logo i {
  font-size: 48px;
}

.logo .logoTxt {
  display: inline-block;
  font-size: 22px;
  color: #000;
}

.logo .logoTxt span {
  display: block;
  font-size: 16px;
  color: #ee3838;

}

.nav-link {
  margin: 0 5px;
  font-size: 16px;
  font-weight: bold;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #ee3838;
  border-radius: 50%;
  padding: 18px;
  background-size: 55% 55%;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
  background-color: #0b1f2a;
}

/* HERO BANNER */
.hero-banner {
  position: relative;
  overflow: hidden;
}

.banner-slide {
  position: relative;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* =========================
   DESKTOP
========================= */

@media (min-width: 768px) {

  /* Desktop pe single fixed banner */
  .banner-1,
  .banner-2,
  .banner-3 {
    background-image:
      url("image/hero-banner.png");
  }

}

/* =========================
   MOBILE SLIDER IMAGES
========================= */

@media (max-width: 767px) {

  .banner-slide {
    min-height: 85vh;
    background-position: center;
  }

  .banner-1 {
    background-image: url("image/hero-banner-m-1.jpeg");
  }

  .banner-2 {
    background-image: url("image/hero-banner-m-2.jpeg");
  }

  .banner-3 {
    background-image: url("image/hero-banner-m-3.jpeg");
  }

}

/* CONTENT */
.hero-content {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: 60px;
  font-weight: 800;
  line-height: 1.2;
}

.hero-text {
  font-size: 20px;
  margin-top: 20px;
  color: #e5e5e5;
  max-width: 600px;
}

.explore-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  background: #ff6b00;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s ease;
  border: none;
}

.explore-btn:hover {
  background: #fff;
  color: #000;
}

/* MOBILE TEXT */
@media (max-width: 767px) {

  .hero-title {
    font-size: 32px;
    text-align: center;
  }

  .hero-text {
    font-size: 16px;
    text-align: center;
    margin: 15px auto 0;
  }

  .explore-btn {
    width: 100%;
    max-width: 250px;
  }

  .hero-content .mt-4 {
    text-align: center;
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
}

/* HERO CONTENT FULL HEIGHT */
.hero-content .row {
  min-height: 100vh;
  position: relative;
}

/* BUTTON POSITION */
.hero-content .mt-4 {
  position: absolute;
  bottom: 150px;
  /* bottom se spacing */
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0 !important;
  z-index: 5;
}

/* EXPLORE BUTTON */
.explore-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  background: #ee3838;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s ease;
}

.explore-btn:hover {
  background: #fff;
  color: #000;
}

/* MOBILE */
@media (max-width: 767px) {

  .hero-content .row {
    min-height: 85vh;
  }

  .hero-content .mt-4 {
    width: 100%;
    text-align: center;
  }

}

/* FILTER BUTTONS */
.property-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.filter-btn {
  border: none;
  padding: 10px 22px;
  border-radius: 50px;
  background: #e9ecef;
  font-weight: 600;
  transition: 0.3s;
}

.filter-btn.active,
.filter-btn:hover {
  background: #ee3838;
  color: #fff;
}

.btn-warning {
  background-color: #ee3838;
  border: transparent;
  color: #fff;
}
.text-warning{
  color: #ee3838 !important;
}
.contactBtn {
  background: #ee3838;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
}

.card-body {
  text-align: center;
  font-size: 14px;
}
.card-body .contactBtn{
  margin-bottom: 10px;
}
.card-body h5{
  color: #ee3838;
}
.amenity-box {
  background: #fff;
}
.property-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.property-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 35px rgba(0,0,0,0.12);
}
.property-card .card-img-top {
  object-fit: cover;
}
.amenities-row .amenity-box {
  min-height: 76px;
}
.featured-property .property-badge {
  z-index: 2;
}
.featured-property .property-badge-secondary {
  background: rgba(0, 0, 0, 0.85);
}
.featured-property .detail-box {
  min-height: 108px;
  background: #ffffff;
}
.featured-property .detail-box i {
  display: block;
}
.featured-property .detail-box strong {
  display: block;
  margin-top: 4px;
}
.featured-property .card-body {
  padding: 1.75rem;
}
.featured-property .btn {
  min-width: 170px;
}
/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header {
    position: relative;
    padding: 100px 0;
    text-align: center;
    background: #aa9166;
    background: linear-gradient(275.93deg, rgba(32, 32, 32, 0.8) 25.55%, rgba(32, 32, 32, 0.8) 95.49%), url(image/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 70px;
}

.page-header h2 {
    position: relative;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.page-header h2::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: calc(50% - 50px);
    bottom: 0;
    background: #fff;
}

.page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    color: #fff;
}

.page-header a:hover {
    color: #ffffff;
}

.page-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #fff;
}

.page-header a:last-child::after {
    display: none;
}

@media (max-width: 767.98px) {
    .page-header h2 {
        font-size: 35px;
    }
    
    .page-header a {
        font-size: 18px;
    }
}
/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.contact .contact-info {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
}

.contact .contact-item {
    position: relative;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}

.contact .contact-item i {
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #10233f;
}

.contact .contact-text {
    position: relative;
    width: auto;
    padding-left: 15px;
}

.contact .contact-text h2 {
    color: #aa9166;
    font-size: 25px;
    font-weight: 600;
}

.contact .contact-text p {
    margin: 0;
    font-size: 16px;
}

.contact .contact-item:last-child {
    margin-bottom: 0;
}

.contact .contact-form {
    position: relative;
    margin-bottom: 30px;
    background: #f4f6ff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #000;
}

.contact .contact-form input, .contact .contact-form select, .contact .contact-form textarea {
    margin-bottom: 10px;
    padding: 12px;
    border: 1px solid;
}

.contact .contact-form textarea {
    height: 190px;
}
.card{
  background-color: #fdf8f8;
}
.btnWrapper a{
  font-size: 12px;
  font-weight: 600;
}
.btn-danger{
  background-color: #EE3838;
}
.text-danger{
  color: #EE3838 !important;
}
.priceWrapper{
      align-items: center;
    display: flex;
    justify-content: center;
    font-weight: 600;
}
.priceWrapper h5{
  margin: 0;
}
.priceWrapper span{
  font-size: 28px;
  margin-left: 8px;
}