/*header section*/

section.about-banner {
    background-image: url('https://relaxtay.com/wp-content/uploads/2024/02/71146187308uazVMMHpZkwiXDFuzlJ6ufPvUrHQbY3niorwOZhw64d3fdc6c4622.jpg');
    height: 85vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  box-shadow:inset 0 0 0 2000px rgb(0 0 0 / 50%);
}


.about-head h1, .about-head p{
   color:white;
  text-align:center;
  font-weight:bold;
}


/*Feature section*/

section.features-sec h4 {

 text-align: center;
    margin: 0 0 10px 0;
}

section.page-head-sec {
    margin: 150px 0 0 0;
}

section.page-head-sec p{
text-align:center;
}

.features-sec .features h2 {
    text-align: center;
  	font-weight:bold;
}

.features-sec .features p {
    text-align: center;
}

.features-content {
    /*background: #000;*/
    padding: 30px 20px;
    box-shadow: 0 0 20px 2px #00000029;
    border-radius: 15px;
    height: 100%;
    text-align: center;
  transition:all 0.3s ease;
  transform: translateY(0px);
}

.features-content:hover{
	transform: translateY(-10px);
}

.features-content img {
    height: 45px;
    object-fit: cover;
    margin-bottom: 20px;
    width: auto;
    /*filter: invert(1);*/
}

.features-content h5 {
    font-size: 20px;
    font-family: var(--primary-font);
    font-weight: 700;
    margin-bottom: 15px;
}

.features-content p {
    margin-bottom: 0px;
}

.features-mgmt-btn{
	display:flex;
  align-items:center;
  justify-content:center;
  margin-top:80px;
}

.features-mgmt-btn a {
 background: var(--btn-color);
    color: var(--white-color);
    padding: 18px 40px;
    border-radius: 5px;
  font-weight: 500;
  text-transform:uppercase;
}

.features-mgmt-btn a:hover{
  background: var(--btn-hover);
   color: var(--white-color);
  text-decoration:none;
}


/*  property-management section*/

section.property-management {
	background: #017785;
  position:relative;
}

.row.management {
  position:relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  padding: 35px;
}

.row.management img {
    width: 700px;
}

.row.management h3 {
    font-size: 40px;
    font-weight: bold;
    color: white;
}

.row.management p {
    font-size: 20px;
    font-weight: normal;
    color: white;
  text-transform:uppercase;
}

.row.management .management-btn a {
  background: white;
    color: black;
    padding: 15px 80px;
    border-radius: 5px;
  font-weight: normal;
  text-transform:uppercase;
   text-decoration:none;
}


/* About us section */

section.about-us span.ratings {
    display: flex;
    gap: 10px;
    margin-bottom: 15px
}

section.about-us p.head,section.services-section .head-sec p {
    margin-bottom: 20px;
    color: var(--secondary-color);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px
}

section.about-us .about-content-sec {
    padding-right: 50px
}

section.about-us .about-content-sec a.main-btn {
    display: block;
    width: 350px;
    text-align: center;
    transition: .3s ease-in-out;
      text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
}

section.about-us .about-content-sec .abt-btn {
    margin-top: 40px
}

section.about-us .about-image-sec img {
    width: 500px;
    max-width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
    box-shadow: 0 15px 45px 0 rgba(0,0,0,.1);
    filter: brightness(.8)
}

section.about-us .about-image-sec .abt-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column
}

section.about-us .about-image-sec .abt-img1 {
    margin: -50px 0 30px -15%
}

section.about-us .about-image-sec .abt-img2 {
    margin: 0 -15% 0 0
}

section.about-us {
    padding-top: 110px;
      position: relative;
}


/* Property Assesment Section */

section.property-assesment {
	background: #017785;
      padding: var(--p100) var(--p12)
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: transparent !important;
    border: 1px solid white;
    border-right: none;
    border-radius: 5px 0px 0px 5px;
}

section.property-assesment .col-9 {
    color: white;
    border: 1px solid white;
    padding: 20px 20px 0 20px;
    border-left: none;
      border-radius: 0 5px 5px 0;
}

.nav-pills .nav-link {
    border-radius: 0; 
    color: white;
    font-size: 16px;
  padding: 15px;
}

section.property-assesment .col-9 ul li {
    font-size: 16px;
    line-height: 28px;
}

.property-assesment ul li {
    list-style: circle;
    color: white;
    margin: 0 0 15px 0;
}

/* FAQs Section*/

/*section.faq .container{
    max-width: 750px !important;
}*/
section.faq .head-sec h6{
    letter-spacing: 2.4px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 37px;
    font-size: var(--f24);
}
section.faq .head-sec h2{
    margin-bottom: 40px;
}
section.faq .head-sec img{
margin-bottom: 80px;
}
section.faq .accordion-item{
    margin-bottom: 20px;
    border: 0px solid #fff;
    background: transparent;
}
section.faq button.accordion-button {
   font-size: var(--f20);
   color: var(--heading-color);
   padding: 0px;
   border-bottom: 1px solid #DBDEE3;
   padding-bottom: 30px;
   margin-bottom: 0px;
   padding-left: 49px;
   background: transparent;
}
section.faq .accordion-button::after {
  background-image: url("https://rupa.webdesignvrvr.com/front/images/plus.png");
  transition: all 0.5s;
  width: 31px;
  height: 31px;
  background-color: var(--heading-color);
  border-radius: 5px;
  background-size: 13px;
  background-position: center;
}
section.faq .accordion-button:hover::after{
    background-color: var(--btn-hover);
}
section.faq .accordion-button:not(.collapsed)::after {
  background-image: url("https://rupa.webdesignvrvr.com/front/images/minus.png") !important;
  background-position: center 75%;
  background-color: var(--btn-hover);
}
section.faq .accordion-button::after {
  transition: all 0.5s;
  /* margin-left: 0; */
  /* margin-right: auto; */
  position: absolute;
  left: 0;
}
section.faq .accordion-body {
    padding: 15px 18px;
    background: #EFF2F5;
    margin-top: -15px;
    margin-bottom: 10px;
}
section.faq .accordion-button:not(.collapsed){
    background-color: transparent;
    box-shadow: inset 0 0px 0 rgba(0, 0, 0, .125);
    margin-bottom: 0px;
    border-bottom: 0px solid;
}
.faq-btn {
    text-align: center;
}
.faq-btn .main-btn{
    width: 180px;
}


