section.investment-potential .head-sec, section.vision-section .head-sec{
    margin-bottom: 35px;
}
section.investment-potential .head-sec h2, section.vision-section .head-sec h2{
    /* font-size: 30px; */
    text-align: center;
    /* font-weight: bold; */
    font-family: var(--heading-font);
    margin-bottom: 15px;
}
section.investment-potential .head-sec p, section.vision-section .head-sec p{
    text-align: center;
}
section.investment-potential h6{
    letter-spacing: 0.2em;
    font-weight: bold;
    text-transform: uppercase;
    /* font-size: 18px; */
    line-height: 1.5;
}
section.investment-potential .content {
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
section.investment-potential .form-content {
    background-image: linear-gradient(90deg, #2da8a8 0, #008080 100%) !important;
    border-radius: 20px;
    padding: 30px 30px;
}
section.investment-potential .form-content h3{
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
}
section.investment-potential form input{
    width: 100%;
    height: 40px;
    padding: 4px 10px;
    border: 2px solid #fff;
    font-size: 16px;
    margin: 3px 0;
}
section.investment-potential form .form-group.col-lg-12.col-sm-12 {
    margin-top: 10px;
    padding: 0px;
}
section.investment-potential button.main-btn {
    box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
    border-radius: 6px;
    margin-top: 25px;
    font-size: 16px;
    padding: 8px 20px;
    border: 1px solid var(--white-color) !important;
}
section.about-content {
    background: var(--lt-bg-color);
}
section.about-content img{
    width: 100%;
    border-radius: 3%;
    height: 400px;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
    transition: all .2s ease-out !important;
}
section.about-content img:hover{
    transform: scale(1.06);
}
section.about-content .abt-cont {
    display: flex;
    align-items: center;
}
section.about-content.rev {
    background: #fff;
}
section.about-content.rev .image-content{
    padding-right: 20px;
}
section.about-content.rev p.head {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.2em;
    font-size: 18px;
}
section.expect {
    background-color: var(--lt-bg-color);
}
section.expect .except-cont {
    padding-right: 50px;
}
section.expect .except-cont h2{
    font-weight: bold;
    margin-bottom: 10px;
    font-family: var(--heading-font);
}
section.expect .except-cont ul{
    padding-left: 0px;
}
section.expect .except-cont ul li{
    list-style-type: none;
    text-indent: -1.5em;
    margin: 0 1em;
    margin-inline-end: 0;
    margin-inline-start: 2em;
    line-height: 2;
}
section.expect .except-cont ul li:before{
    content: "âœ“";
    transform: scale(.8);
    transform-origin: center right;
    font-weight: 700;
    font-family: Arial;
    min-width: 1em;
    display: inline-block;
    margin-right: .5em;
    margin-inline-start: 0;
    margin-inline-end: .5em;
    text-align: right;
    text-align: end;
}
section.expect .except-cont p.work {
    font-weight: bold;
}
section.expect .except-icon {
   border-radius: 25%;
    background-color: rgba(33, 174, 169, 0.2);
    border-color: rgba(9, 98, 95, 1);
    min-width: 60px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.expect .except-list {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}
section.expect .except-icon svg{
    width: 45px;
}
section.expect .except-icon-content h4{
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
}
section.expect .except-icon-content p{
    font-size: 14px;
}
.blank-content {
    width: 70%;
    margin: auto;
    text-align: center;
    padding: 30px 0;
}
.blank-content a.main-btn {
    display: inline-block;
}
.blank-content p{
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
}
.screening-image img{
    height: 370px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.screening-content{
    padding-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.screening-content h3 {
    /* font-size: 28px; */
}
section.about-guest {
    background-color: var(--lt-bg-color);
}
section.about-guest.rev{
    background-color: var(--white-color);
}
section.about-guest.rev .screening-content{
    padding-left: 12px;
    padding-right: 5%;
}
.features-content {
    /* background: var(--btn-color); */
    padding: 30px 20px;
    box-shadow: 0 0 20px 2px #00000029;
    border-radius: 15px;
    height: 100%;
    text-align: center;
}
.features-content img {
    height: 45px;
    object-fit: cover;
    margin-bottom: 20px;
    width: auto;
}
.features-content h5{
    font-size: 20px;
    font-family: var(--primary-font);
    font-weight: 700;
    margin-bottom: 15px;
}
.features-content p{
    margin-bottom: 0px;
}
section.cta-sec {
    background: #000;
    padding-top: 30px;
    text-align: center;
    padding-bottom: 30px;
}
section.cta-sec h5{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}
section.cta-sec img{
    width: 130px;
}
section.cta-sec .col-3{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.faq {
    background: var(--lt-bg-color);
}
section.faq .faq-head h2{
    font-family: var(--heading-font);
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}
section.faq .faq-head p{
    font-size: 20px;
    margin-bottom: 0px;
}
section.faq .faq-head {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.faq .accordion-flush .accordion-item .accordion-button{
    font-size: 18px;
    background: #fff;
    color: var(--heading-color);
}
section.faq span.ui-accordion__number {
    margin-right: 10px;
}
section.faq .accordion-header {
    margin-bottom: 0;
    line-height: 1.5;
}
/*vision section*/
section.vision-section {
    padding: 0px;
    padding-bottom: 80px;
}
section.vision-section h3{
    /* font-size: 24px; */
    margin-bottom: 30px;
    height: auto;
}
section.vision-section li{
    font-family: var(--primary-font);
    color: var(--primary-color);
    font-size: var(--f18);
    line-height: 1.6;
    letter-spacing: 0;
    font-weight: 400;
    text-align: left;
    margin-bottom:10px;
    list-style:initial;
}
section.vision-section ul{
    padding-left:24px;
}
section.features-sec .row{
    gap: 30px 0;
}

/* .partnerships_card{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 365px;
    padding: 10px;
} */

.partnerships_card:hover{
    background-color: var(--btn-hover);
    color: white !important;
 
} 
.partnerships_card:hover h3, .partnerships_card:hover p, .partnerships_card:hover li{
    color: white !important;
}
.partnerships_card{padding:15px;transition: all 0.5s ease;}
.abt-para h6{
    color: var(--heading-color);
}

.accordion-body{
    background-color: var(--lt-bg-color);
}
section.cta {
    background: url('../images/cta.jpg');
    padding-left: 0;
    position: relative;
    padding-right: 0;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

section.cta .shape img {
    width: 350px;
    object-fit: cover;

}

section.cta .shape {
    position: absolute;
    top: -365px;
    z-index: 2;
}

section.cta .container {
    display: flex;
    justify-content: center;
    position: relative;
}

section.cta .content {
    width: 80%;
    background: #2b2b2b;
    padding: var(--p60);
    box-shadow: 0px 9px rgba(255, 255, 255, .6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
}

section.cta .head-sec h2 {
    text-align: center;
    margin-bottom: 10px;
    color: var(--white-color);
    font-size: var(--f35);
    line-height: 1.3;
}

section.cta .content p {
    color: var(--white-color);
    letter-spacing: 0;
    text-transform: capitalize;
    font-weight: 700;
    text-align:center;
}

section.cta .content .main-btn {
    color: var(--white-color);
    /* border: 1px solid var(--white-color); */
    margin-top: 0;
}
section.cta .head-sec{
    text-align:center;
    margin-bottom:30px;
}
section.cta .man-img {
    position: relative;
}

section.cta .man-img img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

section.cta.contact .overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(180deg, #071E2F6B 0%, #000000 92%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    z-index: 1;
}

section.contact input,
section.contact textarea {
    width: 100%;
    height: 57px;
    padding: 6px 6px;
    border: 0px solid !important;
    border-bottom: 1px solid #000 !important;
    text-transform: uppercase;
    color: white;
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
    background: #403b3b;
}

section.contact textarea {
    height: 100px;
}

section.contact input::placeholder,
section.contact textarea::placeholder {
    color: white;
}
section.property-management {
    background-color: var(--lt-bg-color);
    padding-top: 0;
}

section.property-management .head-sec h3{
    text-align: center;
    margin-bottom: 40px;
}
.fields {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: var(--m30);
} 
.fields .main-label{
    width: 25%;
    color: var(--black-color);
    font-size: var(--f15);
}
.fields .common-i{
    width: 75%;
}
.fields .common-i label{
    color: var(--black-color);
    font-size: var(--f15);
}
.fields textarea.form-control.common-i {
    padding: 0.375rem 0.75rem;
    border: 2px solid var(--black-color) !important;
    border-radius: 0px;
    height: 100px;
}
input.form-control.common-i{
    border-radius: 0;
    border: 2px solid var(--black-color) !important;
}
 

.fields select{
    width: 75%;
    padding: 6px 12px !important;
    background: #fff !important;
    border: 2px solid var(--black-color) !important;
    border-radius: 0 !important;
    color: #000 !important;
}
.form-control:focus{
    box-shadow: none;
}
form.manage-form{
    padding: var(--p30);
    background: var(--white-color);
    box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.1);
}
.submit-btn{
display: flex;
justify-content: center;
align-items: center;
}
.submit-btn button{
    padding: var(--p10) var(--p50);
    /* background: transparent; */
    /* color: var(--black-color); */
    transition: 0.6s ease-in-out;
}

