/* ============================================
   Leasing Page Styles
   ============================================ */

/* Leasing Benefits Section */
.leasing-benefits-section {
  padding: 60px 0;
  
}
.leasing-benefits-section .page-content ul>li>p{
  margin-top: 0;
}
.leasing-benefits-section .section__title {
  font-family: 'TildaSans', Arial, sans-serif;
  color: #333333;
  text-transform: uppercase;
  font-size: 30px;
  text-align: left;
  font-weight: 600;
  line-height: 1.35;
}


@media screen and (max-width: 768px) {
  .leasing-benefits-section {
    padding: 40px 0;
  }
}

@media screen and (max-width: 576px), (orientation: landscape) and (max-height: 576px) {
  .leasing-benefits-section {
    padding: 30px 0;
  }

  .leasing-benefits-section .section__title {
    font-size: 22px;
  }

}

/* Leasing Advantages Section */
.leasing-advantages-section {
  padding: 60px 0;
}

.leasing-advantages-section__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.leasing-advantages-section__item {
  display: flex;
  flex-direction: column;
}

.leasing-advantages-section__content {
  background-color: rgba(20, 38, 52, 0.07);
  border: 2px solid #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.leasing-advantages-section__wrapper {
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}

.leasing-advantages-section__icon {
  width: 100px;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
  margin-bottom: 30px;
  display: block;
  flex-shrink: 0;
}

.leasing-advantages-section__icon_circle {
  border-radius: 50%;
  object-fit: contain;
}

.leasing-advantages-section__title {
  font-family: 'TildaSans', Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.35;
  color: #000000;
  margin: 0 0 20px 0;
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.leasing-advantages-section__description {
  font-family: 'TildaSans', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  color: #000000;
  margin: 0;
  flex: 1;
}

@media screen and (max-width: 960px) {
  .leasing-advantages-section__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media screen and (max-width: 576px), (orientation: landscape) and (max-height: 576px) {
  .leasing-advantages-section {
    padding: 30px 0;
  }
}

@media screen and (max-width: 640px) {
  .leasing-advantages-section__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .leasing-advantages-section__wrapper {
    padding: 30px 20px;
  }

  .leasing-advantages-section__icon {
    width: 80px;
    height: 80px;
    max-width: 80px;
    max-height: 80px;
    margin-bottom: 20px;
  }

  .leasing-advantages-section__title {
    font-size: 20px;
    min-height: auto;
    margin-bottom: 15px;
  }

  .leasing-advantages-section__description {
    font-size: 14px;
  }
}

/* Leasing Companies Section */
.leasing-companies-section {
  padding-top: 30px;
}

.leasing-companies-section__title {
  font-family: 'TildaSans', Arial, sans-serif;
  color: #333333;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 40px 0;
}

.leasing-companies-section__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.leasing-companies-section__item {
  padding: 60px 20px;
  border-radius: 6px;
}

.leasing-companies-section__item:nth-child(odd) {
  background-color: rgba(20, 38, 52, 0.07);
}

.leasing-companies-section__row {
  display: flex;
  align-items: center;
  gap: 40px;
}

.leasing-companies-section__image-wrapper {
  flex: 0 0 auto;
  width: calc(16.666% - 20px);
  max-width: 200px;
}

.leasing-companies-section__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.leasing-companies-section__text {
  font-family: 'TildaSans', Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
  color: #000000;
  flex: 1;
  margin: 0;
}

@media screen and (max-width: 960px) {
  .leasing-companies-section__row {
    gap: 30px;
  }

  .leasing-companies-section__image-wrapper {
    width: calc(20% - 15px);
  }
}

@media screen and (max-width: 640px) {
  .leasing-companies-section {
    padding-top: 20px;
  }

  .leasing-companies-section__title {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .leasing-companies-section__item {
    padding: 40px 20px;
  }

  .leasing-companies-section__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .leasing-companies-section__image-wrapper {
    width: 100%;
    max-width: 200px;
  }

  .leasing-companies-section__text {
    font-size: 16px;
  }
}

/* Leasing Contact Section */
.leasing-contact-section {
  padding: 60px 0;
}

.leasing-contact-section .section__title {
  font-family: 'TildaSans', Arial, sans-serif;
  color: #333333;
  text-align-last: left;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.35;
}



@media screen and (max-width: 576px), (orientation: landscape) and (max-height: 576px) {
  .leasing-contact-section .section__title {
    font-size: 22px;
  }

}

/* Leasing Hero Banner */
.leasing-hero-banner {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Leasing Hero Typography overrides */
.leasing-hero-section .hero-section__title {
  color: var(--color-primary);
}

.leasing-hero-section .hero-section__description {
  color: #000000;
}
.leasing-hero-section{
  min-height: auto;
  padding: 30px 0 30px;
}
.hero-section__content{
  max-width: 100%;
}

