.navbar-brand img {
  max-height: 120px;
}

.wpcf7 label {
  width: 100%; /* Ensures fields fill their container */
  box-sizing: border-box; /* Includes padding/border in the width calculation */
}

.text-black .navbar-nav .nav-link,
.text-black .navbar-nav a {
  color: #404040 !important;
}

.dropdown-item {
  white-space: normal;
}

@media (max-width: 1199.98px) {
  .main-header.header-mobile-xl .sticky-area {
    background-color: #fff !important;
  }
}

@media (max-width: 1199.98px) {
  .main-header.header-mobile-xl .navbar-nav > .nav-item > .nav-link {
    color: #404040;
  }
}

@media (max-width: 1199.98px) {
  .main-header.header-mobile-xl .main-menu .dropdown-menu .dropdown-link,
  .main-header.header-mobile-xl .main-menu .dropdown-menu .dropdown-item,
  .main-header.header-mobile-xl .main-menu .dropdown-menu .dropdown-header {
    color: #404040 !important;
  }
}

@media (max-width: 1199.98px) {
  .main-header.header-mobile-xl
    .main-menu
    .dropdown-menu
    .dropdown-item:not(.dropdown):hover,
  .main-header.header-mobile-xl
    .main-menu
    .dropdown-menu
    .dropdown-item:not(.dropdown):focus,
  .main-header.header-mobile-xl
    .main-menu
    .dropdown-menu
    .dropdown-item:not(.dropdown).active {
    background-color: #ffec73;
    color: #fff !important;
  }
}

.home-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.bg-cover {
  position: relative;
}

.home-hero-content {
  position: relative;
  z-index: 2;
}

.btn-primary {
  color: #404040;
}

.cta-card {
  background: #fff;
  z-index: 3;
  margin-top: -100px;
}

@media (max-width: 768px) {
  .cta-card {
    display: none;
  }
}

.top-bar {
  background: #fff;
  z-index: 3;
}

@media (max-width: 768px) {
  .top-bar {
    display: none;
  }
}

.top-bar a,
.top-bar span {
  color: #404040;
  font-size: 16px;
}

.top-bar .top-bar-right a {
  margin-right: 10px;
  padding: 0 10px;
  font-size: 20px;
}

.property-image {
  text-align: center;
}

.property-image img {
  height: 250px;
  object-fit: cover;
  margin: 0 auto;
}

h2 {
  font-weight: 400;
}

.tiktok-fake {
  color: #000;
  text-shadow:
    2px 2px #ff0050,
    -2px -2px #00f2ea;
}

.select2 {
  height: calc(2em + 1.25rem + 4px);
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  line-height: 2;
  border-radius: 3px;
  background-color: #f8f8f8;
}

.select2-container--default .select2-selection--single {
    border: none !important;
    background: transparent !important;
}

.badge-primary {
  color: #404040;
}

.facebook {
  color: #1877F2 !important;
}

.twitter {
  color: #1DA1F2 !important;
}

.instagram {
  color: #E1306C !important;
}

.linkedin {
  color: #0A66C2 !important;
}

.tiktok {
  color: #000000 !important;
}

.youtube {
  color: #FF0000 !important;
}
