/* USER FINAL REQUEST: bigger clear footer logo, remove logo text space, featured properties on home, same number font */
.footer .footer-brand p {
  display: none !important;
}
.footer .footer-brand {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}
.footer .footer-logo,
.footer-logo {
  width: 420px !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  filter: none !important;
  background: transparent !important;
  image-rendering: auto !important;
  transform: none !important;
  animation: none !important;
  margin: 0 0 10px 0 !important;
}
.call-btn span,
.call-btn small,
.contact-item b,
.contact-item a,
.footer-contact a {
  font-family: "Montserrat", Arial, sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: 0.2px !important;
}
.call-btn span {
  font-size: 15px !important;
  line-height: 1.15 !important;
}
.contact-item b,
.contact-item a {
  font-size: 15px !important;
}
.footer-contact a {
  font-size: 13px !important;
}
.featured-home-section {
  padding: 52px 0 42px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.featured-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}
.featured-head h2 {
  font-size: 26px;
  font-weight: 900;
  margin: 4px 0 0;
  color: #111;
}
.featured-slider-wrap {
  position: relative;
}
.featured-properties-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.ref-property {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}
.ref-property:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
}
.property-img-wrap {
  height: 158px;
  position: relative;
  overflow: hidden;
  background: #f3f3f3;
}
.property-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.ref-property:hover .property-img-wrap img {
  transform: scale(1.06);
}
.ref-property .tag {
  position: absolute;
  top: 11px;
  left: 11px;
  background: var(--red, #d50012);
  color: #fff;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  z-index: 2;
}
.ref-property .property-body {
  padding: 13px 14px 15px;
}
.ref-property .property-body small {
  font-size: 11px;
  color: #555;
  font-weight: 700;
}
.ref-property .property-body small i {
  color: var(--red, #d50012);
  margin-right: 5px;
}
.ref-property .property-body h4 {
  font-size: 14px;
  font-weight: 900;
  color: #111;
  margin: 8px 0 14px;
  line-height: 1.2;
}
.ref-property .price-line {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  font-size: 13px;
  color: #111;
}
.ref-property .price {
  font-size: 18px;
  color: var(--red, #d50012);
  font-weight: 900;
  white-space: nowrap;
}
.featured-arrow {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  color: #111;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
  z-index: 5;
  display: grid;
  place-items: center;
  transition: 0.25s ease;
}
.featured-arrow:hover {
  background: var(--red, #d50012);
  color: #fff;
}
.featured-prev {
  left: -22px;
}
.featured-next {
  right: -22px;
}
@media (max-width: 991px) {
  .footer .footer-logo,
  .footer-logo {
    width: 420px !important;
  }
  .featured-properties-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .featured-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .featured-arrow {
    display: none;
  }
}
@media (max-width: 575px) {
  .footer .footer-logo,
  .footer-logo {
    width: 420px !important;
  }
  .featured-properties-grid {
    grid-template-columns: 1fr;
  }
  .property-img-wrap {
    height: 190px;
  }
  .featured-home-section {
    padding: 38px 0 32px;
  }
}

/* Final requested fixes: footer email normal, mobile dropdowns, career image, map link */
.contact-strip .contact-item:nth-child(3) b,
.contact-strip .contact-item:nth-child(3) a,
.footer-contact a[href*="myhome@investinmysore.in"] {
  font-weight: 400 !important;
}
.career-openings {
  display: flex !important;
  flex-direction: column !important;
}
.career-openings .career-side-image {
  margin-top: 18px !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  min-height: 230px !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12) !important;
}
.career-openings .career-side-image img {
  width: 100% !important;
  height: 100% !important;
  min-height: 230px !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 0.45s ease !important;
}
.career-openings:hover .career-side-image img {
  transform: scale(1.05) !important;
}
.map-link {
  display: block !important;
  cursor: pointer !important;
}
.navbar .dropdown-menu {
  z-index: 1055 !important;
}
@media (max-width: 991px) {
  .search-card {
    overflow: visible !important;
    position: relative !important;
  }
  .search-card .search-item {
    position: relative !important;
    overflow: visible !important;
    z-index: auto !important;
  }
  .search-card .dropdown {
    position: static !important;
    width: 100% !important;
  }
  .search-card .dropdown-menu.show {
    position: static !important;
    transform: none !important;
    width: 100% !important;
    min-width: 100% !important;
    margin-top: 10px !important;
    max-height: 220px !important;
    overflow-y: auto !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16) !important;
    border-radius: 12px !important;
  }
  .location-btn,
  .property-type-btn {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
  .dropdown-submenu > .dropdown-menu {
    position: static !important;
    left: auto !important;
    top: auto !important;
    margin-left: 12px !important;
    margin-top: 6px !important;
    box-shadow: none !important;
    max-height: 240px !important;
    overflow-y: auto !important;
  }
  .dropdown-submenu.open > .dropdown-menu {
    display: block !important;
  }
}
