.about .upper-head {
  width: 65%;
  margin: auto;
}
.about {
  text-align: center;
}
.about .upper-head h2 {
  margin-bottom: 30px;
}
section.homeowners-sec {
  padding-top: 0;
  padding-bottom: 0;
}
.homeowners img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 15px;
}
.homeowners-content {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 5%;
}
.homeowners-content h2 {
  margin-bottom: 20px;
}
.homeowners ul {
  padding-left: 0px;
}
.homeowners li {
  list-style: none;
  margin-bottom: var(--m10);
  /* font-weight: 600; */
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.homeowners ul i {
  min-width: 18px;
  height: 18px;
  background: var(--secondary-color);
  border-radius: 100%;
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  margin-top: var(--m3);
}
section.cards .head-sec h2,
section.cards .head-sec p,
section.choose-section .head-sec h2,
section.choose-section .head-sec p,
section.faq-section .head-sec h2,
section.properties-list .head-sec h2,
section.testimonial-section .head-sec h2 {
  text-align: center;
}
.head-sec h2 {
  text-transform: uppercase;
}
section.cards .card-info {
  min-height: auto;
  height: 100%;
  padding: 25px 12px;
  border: 1px solid var(--secondary-color);
  border-radius: 10px;
  display: flex;
  background: #ffffff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: transform 0.4s;
  box-shadow: 4px 10px 15px 0 rgb(0 0 0 / 20%);
  border: 1px solid #00000029;
}

section.cards .card-info img {
  width: 35px;
  margin-bottom: 15px;
}

section.cards .card-info svg {
  width: 45px;
  height: 45px;
  fill: #fff;
}

section.cards .card-info .card-icon,
section.services-section .head-sec {
  margin-bottom: 20px;
}

section.cards .card-info h4 {
  font-size: var(--f19);
  margin-bottom: 10px;
  color: #000000;
  /* font-weight: 400; */
  text-align: center;
}

section.cards .card-info p {
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
}
.head-sec {
  margin-bottom: 40px;
  text-align: center;
}
.head-sec .line {
  margin: auto;
}
section.cards .card-info:hover {
  transform: translateY(-4px);
}
.why-us-content {
  width: 60%;
  margin: auto;
}
.why-us h2 {
  margin-bottom: var(--m25);
}
.why-us h4 {
  margin-bottom: 0px;
  margin-top: 30px;
  font-family: var(--primary-font);
  font-size: var(--f24);
}
.why-us b {
  font-weight: 600;
}
.why-us span {
  font-family: var(--secondary-font);
  font-size: var(--f34);
}

section.why-us-sec {
  text-align: center;
  background: var(--lt-bg-color);
}
section.form-sec {
  position: relative;
}
section.form-sec::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 80%;
  background: url(../images/prestige.svg);
  background-size: auto;
  background-position: bottom;
  background-repeat: no-repeat;
  opacity: 0.1;
  bottom: 0px;
  right: 30px;
}
section.form-sec .container {
  position: relative;
}
section.form-sec .form-left {
  box-shadow: 0 6px 50px rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 40px;
}
section.form-sec .form-left h3 {
  margin-bottom: 10px;
}
.line {
  top: 0;
}
section.form-sec form {
  margin-top: 30px;
}
section.form-sec .form-group {
  padding: 0;
}
section.form-sec .form-group label {
  font-weight: bold;
  margin-bottom: 8px;
}
section.form-sec .form-group label span {
  font-weight: 400;
  font-style: italic;
  color: var(--secondary-color);
}
section.form-sec form input {
  width: 100%;
  padding: 8px;
  height: 40px;
  border: 1px solid #000;
  display: block;
}
section.form-sec form textarea {
  width: 100%;
  padding: 8px;
  height: 120px;
  border: 1px solid #000;
  display: block;
}
section.form-sec .form-left .col-lg-6 {
  width: 49%;
}
section.form-sec .form-left .row {
  justify-content: space-between;
  gap: 20px 0;
}
section.form-sec .col-5 {
  width: 45%;
}
section.form-sec .col-7 {
  width: 55%;
  padding-left: 40px;
  display: flex;
  align-items: center;
}
section.form-sec h2 {
  margin-bottom: 25px;
}
section.form-sec .col-7 .line {
  margin-bottom: 20px;
}
section.form-sec a.main-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 200px;
  margin-top: 30px;
}
section.form-sec a.main-btn svg path {
  stroke: #fff;
}
section.prestige-sec {
  background: url(https://prestigevacationrentals.com/wp-content/themes/yootheme/cache/cd/pvr-management-img-2-cdbe7fcd.webp);
  background-size: cover;
  position: relative;
}
section.prestige-sec .prestige-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000db;
  top: 0;
  left: 0;
}
section.prestige-sec .container {
  position: relative;
}
section.prestige-sec h2 {
  color: var(--white-color);
  margin-bottom: 20px;
}
section.prestige-sec .line {
  background: var(--white-color);
}
.prestige-info {
  color: #fff;
  text-align: center;
}
.prestige-info img {
  width: 70px;
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out;
}
.prestige-info h3 {
  transition: all 0.4s ease-in-out;
}
.prestige-info h3,
.prestige-info p {
  color: #fff;
}
.prestige-info:hover img,
.prestige-info:hover h3 {
  transform: translatey(-10px);
}
section.management-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.35s ease-in-out;
}
section.management-section .col-6 {
  padding: 0;
}
.mgmt-img {
  height: auto;
  overflow: hidden;
}
section.management-section .mgmt-cont {
  padding: 8% 5% 8% 5%;
  background-color: var(--lt-bg-color);
}
section.management-section .mgmt-cont span {
  letter-spacing: 0.1em;
  color: var(--secondary-color);
  font-size: 12px;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
}
section.management-section .mgmt-cont a {
  padding: 7px 0;
  display: inline-flex;
  position: relative;
  color: var(--primary-color);
}
section.management-section .mgmt-cont a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: var(--secondary-color);
  content: "";
  transition: transform 0.2s ease;
  transform-origin: 0 0;
}
section.management-section .mgmt-cont a:hover::before {
  transform: scaleX(0);
}
section.management-section .row:hover img {
  transform: scale(1.07);
}
.slide {
  min-width: 100%;
  padding: 0;
  position: relative;
}

.slide-image {
  height: 400px;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.slide-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: white;
  padding: 15px;
}
.slide-overlay .content-box{
  background: rgba(0, 0, 0, 0.3);
  padding: 6px;
  border-radius: 10px;
}
.property-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color:#fff;
}

.property-description {
  font-size: 13px;
  line-height: 1.6;
  color: #fff;
}
