.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 .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, .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;
    justify-content: center;
}
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;
 object-position: center;
}
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: #f1f1f1;
}
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);
}
.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper--bottom {
      animation-direction: reverse;
}
.swiper-wrapper{
  -webkit-transition-timing-function:linear!important;    transition-timing-function:linear!important; 
  position: relative;
}
.swiper-slide {
  text-align: center;
  font-size: 33px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
  overflow: hidden;
  padding: 0 32px;
}
.swiper-slide img{
 width:142px;
  height:45px;
  object-fit:contain;
}
.swiper-slide {
    width: 15% !important;
    display: flex;
    align-items: center;
}

.swiper-slide img {
    height: 70px;
    width: 100%;
}
section.brand-sec.section-gap {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
}
section.brand-sec.section-gap .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

section.abt-sec {
    background: #e6e2db;
}
section.abt-sec .abt-img img{
 width:100%;
  height:450px;
  object-fit:cover;
  border-radius:12px;
}
section.abt-sec .abt-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}
section.abt-sec .abt-content .abt-btn{
    margin-top:10px;
}
section.revenue-section {
    background: #e6e2db;
}
section.revenue-section .revenue-list {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.105);
    border-radius: 12px;
    background-color: var(--white-color);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
    transition: box-shadow .3s ease;
}
.revenue-name {
    text-align: center;
}
.revenue-head {
    padding: 15px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.105);
    text-align:center;
    overflow: hidden;
}
.revenue-head p{
  line-height:1;
  text-align:center;
  margin-bottom:0;
  font-size:15px;
}
.revenue-head h3{
 line-height:1;
  font-size:36px;
  font-weight:600;
  color:var(--secondary-color);
  margin-bottom:10px;
}
.revenue-features {
    padding: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.105);
    text-align: center;
}
.revenue-features li:not(:last-child){
  margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.105);
}
.revenue-btn {
    padding: 20px 15px;
    text-align: center;
}
.revenue-info.center .revenue-head{
 background:var(--secondary-color); 
}
.revenue-info.center .revenue-head h3, .revenue-info.center .revenue-head p{
 color:var(--white-color); 
}
.revenue-head span{
     display: block;
    margin-top: 0;
    margin-inline-start: -15px;
    width: 115px;
    background-color: #0FA34C;
    transform: rotate(45deg);
    position: absolute;
    right: -26px;
    top: 18px;
    color: #fff;
    text-transform: uppercase !important;
    font-size: 12px;
    font-weight: 600; 
}
.revenue-info {
    transition: transform .3s ease;
}
.revenue-info:hover{
      transform: translate3d(0, -10px, 0);
}
section.about-sec.faq-sec p{
 color:var(--black-color); 
}
section.about-sec.faq-sec .accordion-button{
  display:flex;
  gap:10px;
}