.custom-home-page-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
}

.custom-home-page-container {
  /* Custom CSS for the Swiper container */
  /* Custom CSS for the Swiper slide */
  /* Custom CSS for the circular pagination */
  /* Custom CSS class for the active button */
}
.custom-home-page-container .swiper {
  padding-top: 10rem;
  border-radius: 10px;
  height: 17rem;
}
.custom-home-page-container .swiper-slide {
  text-align: center;
  font-size: 24px;
  color: rgba(242, 242, 242, 0.8) !important;
  text-align: center;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.custom-home-page-container .swiper-slide > p {
  padding-top: 0.75rem;
}
.custom-home-page-container .swiper-pagination {
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-top: 1.5rem;
}
.custom-home-page-container .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #bbb;
  border-radius: 50%;
}
.custom-home-page-container .swiper-pagination-bullet-active {
  background-color: white;
}
.custom-home-page-container .form-control:focus {
  box-shadow: none;
}
.custom-home-page-container .custom-h1 {
  color: var(--body-text, #F2F2F2);
  font-family: Montserrat;
  font-size: 5.4625rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 2.375rem;
}
.custom-home-page-container .realty-texas-nav-bar-dark {
  background: #141313;
  width: 100%;
  height: 4.8125rem;
  flex-shrink: 0;
  z-index: 1;
}
.custom-home-page-container .navbar-expand-lg .navbar-nav {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}
.custom-home-page-container .navbar-expand-lg .navbar-nav .nav-link {
  color: #F2F2F2;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.custom-home-page-container .fab {
  color: white;
}
.custom-home-page-container .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='3' y1='1' x2='27' y2='1' style='stroke:white;stroke-width:2'/%3E%3Cline x1='3' y1='14' x2='27' y2='14' style='stroke:white;stroke-width:2'/%3E%3Cline x1='3' y1='28' x2='27' y2='28' style='stroke:white;stroke-width:2'/%3E%3C/svg%3E");
}
.custom-home-page-container .search-input-icon {
  background: #141313;
  border: none;
}
.custom-home-page-container .search-option-buttons {
  display: flex;
}
.custom-home-page-container .search-option-buttons > .btn {
  flex-shrink: 0;
  border-radius: 0rem 0.25rem 0rem 0rem;
  color: #c3c3c3;
  line-height: normal;
  background: #252525 !important;
  border: none !important;
}
.custom-home-page-container .search-option-buttons > .active {
  color: #FFF;
  background: var(--blue, #2078BD) !important;
  border: none !important;
}
.custom-home-page-container .custom-search-field {
  border-radius: 0rem 0.625rem 0.625rem 0.625rem;
  background: #141313;
  display: flex;
  width: 60.625rem;
  height: 4.1875rem;
  align-items: center;
  flex-shrink: 0;
  border: none !important;
  color: white !important;
}
.custom-home-page-container .custom-search-field:is(:focus, :active, :visited) {
  background: #141313;
  color: white;
}
.custom-home-page-container .search-button {
  display: flex;
  width: 7.5rem;
  height: 4.1875rem;
  padding: 1.5rem 2.0625rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
  border-radius: 0rem 0.625rem 0.625rem 0rem;
  background: var(--blue, #2078BD);
}
.custom-home-page-container #searchResults {
  background: #252525 !important;
}
.custom-home-page-container .search-dropdown-filters {
  text-align: left !important;
  color: #5b5b5b;
}
.custom-home-page-container a {
  text-decoration: none;
  color: white;
}
.custom-home-page-container .search-dropdown-filters > h6 {
  margin-left: 2rem !important;
}
.custom-home-page-container .each-address-row > h6 {
  margin-left: 2rem !important;
}
.custom-home-page-container .each-address-row:hover {
  background: #3e3c3c;
}

/* Extra Small devices (default styles for all devices) */
/* Breakpoint: 0px and up */
/* Class Prefix: .col- */
/* Small devices (e.g., small mobile phones) */
/* Breakpoint: 576px and up */
/* Class Prefix: .col-sm- */
/* Medium devices (e.g., tablets) */
/* Breakpoint: 768px and up */
/* Class Prefix: .col-md- */
/* Large devices (e.g., desktops) */
/* Breakpoint: 992px and up */
/* Class Prefix: .col-lg- */
/* Extra Large devices (e.g., larger desktops and high-resolution screens) */
/* Breakpoint: 1200px and up */
/* Class Prefix: .col-xl- */
@media (max-width: 575.98px) {
  .custom-home-page-container .custom-h1 {
    padding-top: 5rem;
    font-size: 2.125rem;
  }
  .custom-home-page-container .custom-search-field {
    display: flex;
    padding: 0px !important;
    justify-content: flex-end;
    align-items: center;
    gap: 15.125rem;
    width: 4.0625rem;
    height: 3.125rem;
  }
  .custom-home-page-container .search-button {
    width: 4.0625rem;
    height: 3.125rem;
    z-index: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .custom-home-page-container .custom-search-field {
    width: 2.0625rem;
    height: 3.125rem;
  }
  .custom-home-page-container .search-button {
    width: 4.0625rem;
    height: 3.125rem;
  }
}
@media (max-width: 820px) {
  .custom-home-page-container .custom-search-field {
    width: 2.0625rem;
    height: 3.125rem;
  }
  .custom-home-page-container .search-button {
    width: 4.0625rem;
    height: 3.125rem;
  }
}
