.index-wrapper {
  height: 100vh;
}

.top-banner {
  background-image: url("../img/Asssets-V1/Banner-Image.webp");
  height: 380px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
}

.top-banner-inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 863px;
  right: 0;
  padding: 20px 10px;
}

#tabs {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
}

#tabs li {
  text-align: center;
  width: 100%;
}

#tabs a {
  width: 100%;
  position: relative;
  background: #408f8c;
  padding: 0.7em 3.5em;
  float: left;
  text-decoration: none;
  color: #fff !important;
  font-weight: 600;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  border-radius: 20px 20px 0 0;
}

#tabs #current a {
  width: 100%;
  position: relative;
  background: #fff;
  padding: 0.7em 3.5em;
  float: left;

  text-decoration: none;
  color: #408f8c !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

#tabs a:focus {
  outline: 0;
}

#content {
  background: #fff;
  padding: 2em;
  height: 100%;
  position: relative;
  z-index: 2;
  border-radius: 0 0px 20px 20px;
}

#tab1,
#tab2 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

#tab1 label,
#tab2 label {
  padding: 5px !important;
  position: absolute;
  top: -10px;
  font-size: 10px;
  background-color: white;
  left: 10px;
  color: #408f8c !important;
}

#tab1 select,
#tab2 select {
  border-style: solid;
  border-color: #408f8c;
  width: 100%;
  height: 50px;
  border-width: 3px;
  border-radius: 8px;
}

#tab1 input,
#tab2 input {
  border-style: solid;
  border-color: #408f8c;
  width: 100%;
  height: 50px;
  border-width: 3px;
  border-radius: 8px;
  padding: 0px 10px;
}

.search-btn {
  background-color: #408f8c;
  border-radius: 8px;
  color: #fff;
  border-color: #408f8c;
  border-style: solid;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.filter-btn {
  background-color: transparent;
  border: unset;
}

.top-banner-text {
  display: flex;
  width: 100%;
  justify-content: center;
}

.top-banner-text h1 {
  color: #fff;
  font-weight: bold;
}

.services-section {
  background-color: #eaf4f3;
  width: 100%;
}

.allservicescontainer {
  display: flex;
}

.allServicesBtn {
  background-color: #408f8c !important;
  color: #eaf4f3 !important;
}

.allServicesBtnDiv {
  background-color: #408f8c !important;
}

.services-section-inner {
  max-width: 1200px;
  margin: 0px auto;
  padding: 20px 10px 40px 10px;
}
.service-card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
  color: #408f8c;
  justify-content: space-between;
  height: 150px;
  padding: 15px 10px;
}

.service-card p {
  margin: 0px;
}

.service-card img {
  width: 50px;
  padding: 10px;
}

.service-card-image {
  border-radius: 50%;
  width: fit-content;
  overflow: hidden;
}

.services-text {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
}

.mySwiper {
  border-radius: 10px;
}

.mySwiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.mySwiper .swiper-button-next::after {
  content: "";
}

.mySwiper .swiper-button-prev::after {
  content: "";
}

.mySwiper .swiper-button-next {
  right: 0px;
  top: 22px;
  height: 100%;
  background-color: #4baaa6;
  border-radius: 0px 10px 10px 0px;
  box-shadow: -3px 0px 18px 0px rgba(0, 0, 0, 0.56);
  -webkit-box-shadow: -3px 0px 18px 0px rgba(0, 0, 0, 0.56);
  -moz-box-shadow: -3px 0px 18px 0px rgba(0, 0, 0, 0.56);
}

.mySwiper .swiper-button-prev {
  left: 0px;
  top: 22px;
  height: 100%;
  background-color: #4baaa6;
  border-radius: 10px 0px 0px 10px;

  box-shadow: 3px 0px 18px 0px rgba(0, 0, 0, 0.56);
  -webkit-box-shadow: 3px 0px 18px 0px rgba(0, 0, 0, 0.56);
  -moz-box-shadow: 3px 0px 18px 0px rgba(0, 0, 0, 0.56);
}

.mySwiper .swiper-button-next img {
  width: 15px;
}

.mySwiper .swiper-button-prev img {
  width: 15px;
}

.spotlight-section {
  max-width: 1200px;
  margin: 0px auto;
  padding: 40px 10px;
}

@media only screen and (max-width: 600px) {
  .spotlight-text {
    display: none;
  }

  .time-price-container {
    flex-direction: column !important;
    padding-right: 5px;
  }

  .slide-overlay {
    background-color: #408f8c;
    /* background-color: rgb(35, 35, 35 , 0.5); */

    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    color: #fff;
    padding: 20px !important;
    justify-content: space-around !important;
  }

  .slide-overlay img {
    width: 64% !important;
    height: unset;
    align-self: center;
  }

  .slider-div {
    height: 450px;
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .slider-div .spotlight-image {
    width: 100%;
    height: 40%;
  }

  .slider-div .slide-overlay {
    width: 100%;
    height: 50%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0px;
  }

  .slider-div .slide-overlay img {
    max-width: 17%;
    position: absolute;
    top: 10px;
    right: 0;
    margin-right: 10px;
  }
}

.gallery-top {
  height: 80%;
  width: 100%;
  max-width: 1180px;
  overflow: hidden;
}

.gallery-top img {
  width: 100%;
  height: 100%;
}

.slider-div {
  height: 450px;
  position: relative;
  display: flex;
}

.gallery-thumbs {
  box-sizing: border-box;
  padding: 10px 0;
}

.gallery-thumbs img {
  width: 100%;
  border-radius: 5px;
}
.gallery-thumbs .swiper-slide {
  width: 20%;
  height: 100%;
  opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}

.slide-overlay {
  background-color: #408f8c;
  /* background-color: rgb(35, 35, 35 , 0.5); */
  /* position: absolute; */
  width: 30%;
  height: 100%;
  /* top: 0; */
  /* right: 0; */
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  display: flex;
  flex-direction: column;
  color: #fff;
  padding: 20px;
  justify-content: space-between;
}

.spotlight-image {
  width: 70%;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}

.spotlight-image img {
  object-fit: fill;
}

.slide-overlay img {
  width: 64%;
  height: unset;
  align-self: center;
}

.contact-btn {
  border: unset;
  background-color: #fff;
  color: #408f8c;
  border-radius: 5px;
  padding: 5px 30px;
}

.progress-bar-div {
  margin-top: 10px;
  width: 0%;
  /* animation-duration: 5s;
    animation-name: progress-anim; */
  height: 5px;
  background-color: #4baaa6;
  border-radius: 10px;
}

.latest-projects-div {
  margin: 0px auto;
  max-width: 1200px;
  padding: 0px 10px 0px 10px;
}

.project-card {
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  display: flex;
  border-radius: 20px;
  box-shadow: 5px 6px 24px -5px rgba(0, 0, 0, 0.55);
  -webkit-box-shadow: 5px 6px 24px -5px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 5px 6px 24px -5px rgba(0, 0, 0, 0.55);
  overflow: hidden;
  height: 300px;
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.project-card-text {
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  text-align: center;
  justify-content: space-around;
}

.another-slider {
  padding: 20px 0px 70px 0px !important;
}

.another-slider .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}

.another-slider .swiper-pagination-bullet-active {
  background-color: #4baaa6 !important;
}

.latest-projects-prev-div {
  position: absolute;
  left: 500px;
  bottom: 6px;
}

.latest-projects-next-div {
  position: absolute;
  right: 500px;
  bottom: 6px;
}

.another-slider-2 {
  padding: 20px 0px 70px 0px !important;
}

.another-slider-2 .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}

.another-slider-2 .swiper-pagination-bullet-active {
  background-color: #4baaa6 !important;
}

.latest-inventory-prev-div {
  position: absolute;
  left: 500px;
  bottom: 6px;
}

.latest-inventory-next-div {
  position: absolute;
  right: 500px;
  bottom: 6px;
}

.data-div {
  background-color: #6ebab7;
}

.another-slider .swiper-pagination {
  width: fit-content !important;
  left: 50% !important;
  transform: translateX(-50%);
}

.another-slider-2 .swiper-pagination {
  width: fit-content !important;
  left: 50% !important;
  transform: translateX(-50%);
}

.data-div {
  width: 100%;
  background-color: #4baaa6;
}
.inner-data-div {
  padding: 20px 10px;
  max-width: 1200px;
  display: flex;
  margin: 0px auto;
  color: #fff;
  text-align: center;
  justify-content: space-around;
}

.latest-inventory-div {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 0px auto;
  padding: 40px 10px;
}
.latest-inventory-wrapper-div {
  background-color: #eaf4f3;
}

.project-card-2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 5px 6px 24px -5px rgba(0, 0, 0, 0.55);
  -webkit-box-shadow: 5px 6px 24px -5px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 5px 6px 24px -5px rgba(0, 0, 0, 0.55);
  background-color: #fff;
}

.project-card-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-card-text-2 {
  padding: 20px 10px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
  flex: 1 1 0;
  text-align: left;
}

.latest-news-div-upper-text {
  color: #fff;
}

.latest-news-wrapper-div {
  background-image: url("../img/Asssets-V1/color-banner-bg.png");
}
.latest-news-div {
  max-width: 1200px;
  padding: 40px 10px;
  margin: 0px auto;
}

.latest-news-div-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.latest-news-div-grid-col-12-row-1 {
  grid-row: 1/3;
  grid-column: 1;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  overflow: hidden;

  box-shadow: 5px 6px 24px -5px rgba(0, 0, 0, 0.55);
  -webkit-box-shadow: 5px 6px 24px -5px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 5px 6px 24px -5px rgba(0, 0, 0, 0.55);
}

.latest-news-div-grid-col-2-row-1 {
  grid-row: 1;
  grid-column: 2;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  overflow: hidden;

  box-shadow: 5px 6px 24px -5px rgba(0, 0, 0, 0.55);
  -webkit-box-shadow: 5px 6px 24px -5px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 5px 6px 24px -5px rgba(0, 0, 0, 0.55);
}

.latest-news-div-grid-col-2-row-2 {
  grid-row: 2;
  grid-column: 2;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  box-shadow: 5px 6px 24px -5px rgba(0, 0, 0, 0.55);
  -webkit-box-shadow: 5px 6px 24px -5px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 5px 6px 24px -5px rgba(0, 0, 0, 0.55);
}

.latest-news-div-grid-col-12-row-1-second-text {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  padding: 20px 15px;
  gap: 20px;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.latest-news-div-grid-col-2-row-1-text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 20px 15px;
}

.choose-housing-associates {
  max-width: 1200px;
  padding: 40px 10px;
  margin: 0px auto;
}

.choose-housing-associates-images-div {
  display: flex;
  justify-content: space-around;
}

.image-card {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  font-size: 14px;
  width: 300px;
  text-align: center;
}

.image-card img {
  width: 100%;
  height: 300px;
  object-fit: none;
}

.data-div {
  background-image: url("../img/Asssets-V1/banner-strip-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.choose-housing-associates-wrapper {
  background-image: url("../img/Asssets-V1/transparent-banner-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.explore-all-btn {
  border-radius: 5px;
  padding: 10px 20px;
  background-color: transparent;
  color: #4baaa6;
  border-color: #4baaa6;
  border-style: solid;
  font-weight: bold;
  height: 50px;
}

.services-div-grid {
  display: none;
}
.autocomplete-items {
  background-color: #fff;
  position: absolute;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  max-height: 195px;
  overflow-y: scroll;
}

.mySwiper .swiper-button-disabled {
  display: none;
}

/* width */
.autocomplete-items::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.autocomplete-items::-webkit-scrollbar-track {
  background: #f1f1f100;
}

/* Handle */
.autocomplete-items::-webkit-scrollbar-thumb {
  background: #4baaa6;
  border-radius: 20px;
}

/* Handle on hover */
.autocomplete-items::-webkit-scrollbar-thumb:hover {
  background: #44ada8;
}

.swiper-button-next .swiper-button-disabled {
  display: none;
}

/* ///message from owner/// */

.owner-img {
  width: 100%;
}

.owners-section {
  padding: 40px 10px;
}
.message-body {
  /* border-top: 1px solid #44ada8;
  border-right: 1px solid #44ada8;
  border-bottom: 1px solid #44ada8; */
  padding: 50px 50px;
}

.message {
  display: flex;
  align-items: center;
}

.owner-name {
  position: absolute;
  bottom: 100px;
  padding: 20px;
  width: calc(100% - 12px);
  background-color: #44ada8;
  text-align: center;
  color: #fff;
}

.card-title {
  margin-bottom: 20px;
}

.message-next-div {
  position: absolute;
  right: 500px;
  bottom: 6px;
}
.message-prev-div {
  position: absolute;
  left: 500px;
  bottom: 6px;
}

@media only screen and (max-width: 768px) {
  .mySwiper {
    display: none !important;
  }
  .services-div-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 2px;
  }

  .owner-img {
    width: 50%;
    margin: auto;
    display: flex;
  }
}

@media only screen and (max-width: 501px) {
  .explore-all-btn {
    height: 70px;
  }
  #tabs a {
    padding: 0.7em 1em;
    font-size: 14px;
  }
  #tabs #current a {
    padding: 0.7em 1em;
    font-size: 14px;
  }
}

@keyframes progress-anim {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .top-banner {
    height: 550px;
  }
  #tab1,
  #tab2 {
    flex-direction: column;
  }

  .message-body {
    padding: 0;
  }
  .owners-section {
    padding: 0;
  }
  .card-title {
    font-size: 22px;
  }
  .modal-body {
    padding: 0 !important;
  }
  .card-title {
    margin-bottom: 0.75rem;
    margin-top: 1.75rem;
  }
  .owner-img {
    width: 50%;
    margin: auto;
    display: flex;
  }
}

@media only screen and (max-width: 768px) {
  .latest-news-div-grid {
    display: flex;
    flex-direction: column;
  }
  .choose-housing-associates-images-div {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 425px) {
  .slider-div {
    height: 420px;
  }

  .gallery-thumbs-div {
    margin-left: 20px;
  }
  .project-card-text-2 {
    gap: 10px;
  }
  .latest-news-div-grid-col-12-row-1-second-text {
    flex-direction: column;
  }
  .latest-news-div-grid-col-2-row-1 {
    flex-direction: column;
  }
  .latest-news-div-grid-col-2-row-2 {
    flex-direction: column;
  }
}

/* /////////////////////////////// auto complete ///////////////////////////////////////////////////////////////*/

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}
input {
  background-color: transparent;
  padding: 10px;
  font-size: 16px;
}
input[type="text"] {
  background-color: transparent;
  width: 100%;
}
input[type="submit"] {
  background-color: DodgerBlue;
  color: #fff;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}
.latest-video-container {
  display: flex;
  flex-direction: row;
}

.video-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.video-details {
  margin: 40px;
}

.video-title {
  font-size: 35px;
  font-weight: 800;
}
.video-desc {
  margin-top: 35px !important;
}
.const-vid {
  width: 640px;
  height: 360px;
}
.social-media {
  margin-top: 35px !important;
}

.video-container {
  margin: auto;
}

@media only screen and (max-width: 1020px) {
  .latest-video-container {
    display: flex;
    flex-direction: column;
  }

  .video-details {
    margin: 0px;
  }

  #overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
    background: rgb(0, 0, 0);
    opacity: 0.7;
    margin: 20px 0px 20px 0px !important;
  }
  .mobile-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.spotlight-sub-heading-price {
  text-align: start;
}

.spotlight-sub-heading-installment {
  text-align: end;
}

@media only screen and (max-width: 600px) {
  .const-vid {
    width: 354px;
    height: 280px;
  }

  .video-title {
    font-size: 18px;
    font-weight: 800;
  }

  .video-desc {
    margin-top: 15px !important;
    font-size: 14px;
  }

  .social-media {
    margin-top: 15px !important;
  }
  .spotlight-price {
    font-size: 18px;
  }
  .spotlight-sub-heading {
    font-size: 18px;
    font-weight: 400;
  }
  .services-card-text {
    font-size: 12px;
  }

  .spotlight-sub-heading-price {
    text-align: start;
  }

  .spotlight-sub-heading-installment {
    text-align: start;
  }

  .line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .slide-overlay-content {
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 360px) {
  .const-vid {
    width: 300px;
    height: 169px;
  }
}
