/* Default styles */
.builder-card {
   flex-wrap: wrap;
   background-color: #f9f9f9;
   border-radius: 10px;
   overflow: hidden;
   margin-bottom: 20px;
}

.builder-images {
   flex: 0 0 200px;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   padding: 10px;
}

.builder-details-content {
   flex: 1;
   padding: 24px;
}

.builder-images img {
   max-width: 100%;
   height: auto;
   border-radius: 10px;
   margin-bottom: 10px;
}

.builder-title {
   font-size: 1.5rem;
   margin-bottom: 16px;
}

.builder-subtitle {
   font-size: 1.2rem;
   margin-bottom: 10px;
}

.builder-description {
   margin-bottom: 10px;
}

.ln-home-builder-tags-flex {
   margin-bottom: 16px;
}

.builder-price {
   font-weight: bold;
}

p.builder-beds {
   padding-bottom: 0em;
}

.ln-home-builder-count-flex {
   display: flex;
   align-items: center;
   /* gap: 10px; */
}

.ln-builder-image-gallery {
   display: flex;
   border-radius: 20px;
   width: 100%;
   max-height: 446px;
}

.ln-builder-image-gallery img {
   border-radius: 20px;
   min-width: 100% !important;
   object-fit: cover;
}

h3.builder-title {
   font-family: 'Avenir Roman';
   font-size: 30px;
   line-height: 45px;
   font-weight: 400;
   color: #015676;
}

.ln-home-builder-tags-flex {
   font-family: Avenir800;
   font-size: 14px;
   letter-spacing: 1.12px;
   line-height: 24px;
   color: #015676;
   /* color: #919eab; */
   text-transform: uppercase;
}

p.ln-home-builder-content {
   font-family: 'Avenir Roman';
   font-size: 18px;
   line-height: 26px;
   font-weight: 400;
   color: #000;
   max-width: 500px;
   margin-bottom: 24px !important;
}

p.builder-beds {
   font-family: Avenir800;
   font-size: 14px;
   letter-spacing: 1.12px;
   line-height: 24px;
   color: #52565a;
   text-transform: uppercase;
   margin-left: 10px;
   margin-right: 10px;
}

p.builder-area {
   font-family: Avenir800;
   font-size: 14px;
   letter-spacing: 1.12px;
   line-height: 24px;
   color: #52565a;
   text-transform: uppercase;
   margin-left: 10px;
}

.builder-price {
   font-family: Avenir800;
   font-size: 14px;
   letter-spacing: 2.24px;
   line-height: 24px;
   color: #015676;
   text-transform: capitalize;
   display: flex;
   align-items: center;
   /* column-gap: 8px; */
   margin: 24px 0;
}

span.builder-price-number {
   font-family: 'Avenir Roman';
   font-weight: 400 !important;
   font-size: 30px !important;
   line-height: 45px !important;
   margin-left: 8px;
}

a.builder-link {
   font-family: Avenir800;
   color: #e2523b;
   letter-spacing: 2.24px;
   text-transform: uppercase;
}

span.builder-link-arrow {
   font-size: 20px;
}

/* ************************** */
.ln-find-builder-row .et_pb_code_inner {
   position: relative;
}

/* .ln-find-builder-row .et_pb_code_inner > .ln-builder-heading-wrapper {
   position: absolute;
   top: 10px;
} */

.ln-find-builder-row .et_pb_code_inner > .ln-builder-heading-wrapper h2 {
   font-family: 'Avenir Roman', Helvetica, Arial, Lucida, sans-serif;
   color: #015676 !important;
   font-size: 50px;
   font-style: normal;
   font-weight: 400;
   line-height: 65px;
}

.ln-find-builder-row .et_pb_code_inner > .ln-builder-heading-wrapper p {
   max-width: 472px;
   font-family: 'Avenir Roman', Helvetica, Arial, Lucida, sans-serif;
   color: #015676;
   font-size: 18px;
   font-style: normal;
   font-weight: 400;
   line-height: 26px;
   margin-top: 16px;
}

.bulider-text .ln-builder-para {
   max-width: 472px;
   font-family: 'Avenir Roman', Helvetica, Arial, Lucida, sans-serif;
   color: #015676;
   font-size: 18px;
   font-style: normal;
   font-weight: 400;
   line-height: 26px;
   margin-top: 16px;
}

.builder-details-wrapper .ln-builder-home-slider {
   overflow: hidden;
   position: relative;
}

.builder-details-wrapper .builder-card {
   max-width: 548px;
   margin: auto;
   margin-top: -30px;
   position: relative;
   z-index: 2;
}
.ln-builder-home-slider-pagination {
   display: flex;
   gap: 13px;
   justify-content: flex-end;
   position: absolute;
   right: 0;
   transform: translate(-40px, -75px);
}

.ln-builder-home-slider-pagination .swiper-pagination-bullet {
   width: 16px;
   height: 16px;
   display: block;
   border-radius: 100%;
   border: 1px solid #fff;
   cursor: pointer;
}

.ln-builder-home-slider-pagination .swiper-pagination-bullet-active {
   background: #fff;
   width: 16px;
   height: 16px;
   display: block;
   border-radius: 100%;
   border: 1px solid #fff;
}

.ln-builder-home-slider.swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
   border-radius: 20px;
}

/* Default styles */

.builder-details-wrapper {
   /* padding-top: 250px; */
   padding-top: 96px;
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   grid-column-gap: 24px;
   grid-row-gap: 88px;
}

/* Lowering the first card on the left side */
.builder-details-wrapper .ln-builder-item:nth-child(even) {
   margin-top: -229px;
}

h2.builder-title-up {
   font-size: 50px;
   line-height: 65px;
   color: #015676;
   margin-bottom: 16px;
}

h3.builder-title-up-dec {
   font-size: 18px;
   line-height: 26px;
   max-width: 500px;
}

/* hide pagination of the images less than 1 */
.ln-builder-item .hide-rent-pagi .swiper-pagination-bullet {
   display: none !important;
}

/* Responsive styles */
@media screen and (min-width: 2920px) {
   .builder-details-wrapper {
      margin-top: 100px !important;
   }
}

@media screen and (max-width: 1700px) {
   /* .builder-details-wrapper {
      padding-top: 150px;
   } */
}

@media screen and (max-width: 1500px) {
   /* .builder-details-wrapper {
      margin-top: 100px;
   } */
}

@media (min-width: 981px) and (max-width: 1499px) {
   .ln-find-builder-section {
      padding-top: 16px !important;
   }
}

@media (min-width: 981px) and (max-width: 1052px) {
   .ln-find-builder-row .et_pb_code_inner > .ln-builder-heading-wrapper p {
      max-width: 450px;
   }
}

@media screen and (max-width: 980px) {
   .ln-find-builder-row .et_pb_code_inner > .ln-builder-heading-wrapper {
      position: relative;
      top: initial;
      margin-bottom: 64px;
   }

   .ln-find-builder-row .et_pb_code_inner > .ln-builder-heading-wrapper h2 {
      margin-bottom: 32px;
      font-size: 30px;
      line-height: 39px;
   }

   .builder-details-wrapper {
      grid-template-columns: 1fr;
      padding-top: 0;
      grid-row-gap: 64px;
   }

   .builder-details-wrapper .ln-builder-item:nth-child(even) {
      margin-top: initial;
   }

   .builder-details-wrapper {
      margin-top: 32px !important;
   }
}

@media screen and (max-width: 768px) {
   .ln-builder-home-slider-pagination {
      justify-content: center;
      transform: translate(-38px, -70px);
   }

   h3.builder-title {
      font-size: 26px;
      line-height: 39px;
   }

   p.builder-beds,
   p.builder-area {
      line-height: 24px;
   }
	
	p.builder-beds {
		width: 100px;
	}

   span.builder-price-number {
      font-size: 26px !important;
   }
}
