

.page-title{
    display: none;
}

/* HERO SECTION */
.hero-section {
    position: relative;
    height: 100vh;
    background: url('../images/pro-banner.jpg') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.hero-content {
    position: relative;
    color: #fff;
    max-width: 900px;
    margin-top: 10%;
}

.hero-content h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #ddd;
}

.hero-buttons .btn {
    padding: 12px 28px;
    font-size: 16px;
    border-radius: 6px;
    margin: 0 8px;
    background-color: #8acff6;
    border-color: #8acff6;
}

.hero-buttons .btn2 {
    padding: 14px 28px;
    font-size: 16px;
    border-radius: 6px;
    margin: 0 8px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
}

.hero-buttons .btn-outline-light:hover {
    background: #fff;
    color: #000;
}

/* STATS SECTION */
.stats-section {
    background: var(--btn-color);
    padding: 50px 0;
}

.stat-box h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.stat-box p {
    font-size: 15px;
    color: #fff;
    margin: 0;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 36px;
    }

    .hero-content p {
        font-size: 16px;
    }

    .stat-box {
        margin-bottom: 25px;
    }
}


/* card sec */

.services-section {
    background-color: #ffffff;
}

.section-title {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
}

.section-subtitle {
    color: #6c757d;
    font-size: 16px;
}

.service-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
}

.icon-box {
    width: 46px;
    height: 46px;
    background: #eaf1ff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.icon-box i {
    font-size: 22px;
    color: var(--btn-color);
}

.service-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.service-card p {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.6;
}


/*  */

.property-management {
    background-color: #ffffff;
}

.image-box {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.section-desc {
    color: #555;
    font-size: 16px;
    margin-bottom: 25px;
    max-width: 520px;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 15px;
    color: #333;
}

.feature-list i {
    color: var(--btn-color);
    font-size: 18px;
}


/*  */

.how-it-works {
    background-color: #ffffff;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
}

.section-subtitle {
    color: #6c757d;
    max-width: 600px;
    margin: 10px auto 0;
}

.work-card {
    position: relative;
    background: #fff;
    padding: 30px 20px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    height: 100%;
    overflow: hidden;
}

.work-card::before {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 120px;
    height: 120px;
    background: #eef5ff;
    border-radius: 50%;
}

.step-number {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 16px;
    font-weight: 600;
    color: var(--btn-color);
    z-index: 1;
}

.work-card h5 {
    margin-top: 40px;
    font-weight: 600;
    color: #000;
}

.work-card p {
    font-size: 14px;
    color: #6c757d;
    margin-top: 10px;
    line-height: 1.6;
}


/*  */


section.testimonial .bg-img{
    background: url('../images/judson.jpeg');
    height: 600px;
padding: 0;
    background-size: cover ;
position: relative;
z-index: 1;
display: none;
}
section.testimonial .col-7{
   width: 100%;
}
section.testimonial .para {/* max-height: 185px; */overflow: hidden;margin-bottom: 15px;}

section.testimonial {
   background: var(--white-color);
   position: relative;
}


section.testimonial .col-6.cont-head{
    margin-top: 88px;
    padding: 105px 27px 0;
    background: transparent url(../images/testi-bg-a.jpg) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
    display: none;
}
section.testimonial .col-6.cont-head::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.50;
}
section.testimonial .head-sec{
    position: relative;
    text-align: center;
    /* width: 70%; */
    padding-left: 0;
    padding-top: 0;
    margin-bottom: var(--m30);
}

section.testimonial .icon{
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 0;
        z-index: 1;
        top: -5px;
}
section.testimonial .icon img{
    height: 50px;
}
section.testimonial .testy {
  
    margin: auto;
    padding: 0;
    padding-bottom: 0;
    border-radius: 0px;
    background: transparent;
    position: relative;
    z-index: 1;
}
section.testimonial .item {
    padding-left: var(--p15);
    padding-right: var(--p15);
    padding-bottom: var(--p5);
    display: block;
}
section.testimonial .top-text {
    position: relative;
    height: 70px;
    gap: 1rem;
    align-items: center;
    position: relative;
    justify-content: flex-start;
    display: flex;
}
section.testimonial .overlay{
   /* background-color: #f5f5f5; */
   /* width: 120%; */
   margin: auto;
   padding: 0;
   padding-bottom: 0;
   border-radius: 0px;
   position: relative;
   /* right: 180px; */
   /* padding: 50px 80px; */
}
section.testimonial .owl-nav {
    display: flex;
    gap: 10px;
    position: relative;
    /* left: 50%; */
    top: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 20px;
    display: none;
}
section.testimonial button.owl-prev{
    font-size: 16px;
    border-radius: 0px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--btn-color) !important;
    border: 0px solid !important;
    color: var(--white-color) !important;
}
section.testimonial button.owl-next{
    font-size: 16px;
    border-radius: 0px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--btn-color) !important;
    border: 0px solid !important;
    color: var(--white-color) !important;
}

.owl-theme .owl-controls .owl-nav [class*='owl-'] {
    padding: 5px 15px;
  background:var(--btn-color);
}

.owl-theme .owl-controls .owl-nav .owl-next:hover,
.owl-theme .owl-controls .owl-nav .owl-prev:hover{
  background:var(--btn-hover);
}

section.testimonial button.owl-prev:hover, section.testimonial button.owl-next:hover{
    background: var(--btn-hover) !important;
}
section.testimonial .test-pro {
    height: 100px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
section.testimonial .test-pro:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}
section.testimonial .test-pro img {
    position: absolute;
    /*top: -35%;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-width: none;
}
section.testimonial .user-icon {
    /* position: absolute; */
    /* z-index: 1; */
    /* left: 17%; */
    /* top: 20%; */
    /* -webkit-transform: translate3d(-50%, -10px, 0); */
    -moz-transform: translate3d(-50%, -10px, 0);
    /* transform: translate3d(-50%, -10px, 0); */
    /* -webkit-transition: all 0.3s; */
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
section.testimonial .user-icon img{
    width: 70px;
    height: 70px;
    object-fit:cover;
    border-radius: 50%;
    border: 2px solid var(--white-color);
}


section.testimonial .test-card {
    text-align: center;
    background: var(--white-color);
    border-radius: 0px;
    /* box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1); */
    padding-bottom: 0;
    max-width: 900px;
    margin: auto;
    box-shadow: 0 2px 13px 0 rgba(0,0,0,.07);
    padding: var(--p30);
    height: auto;
    transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    border: 2px solid #e5e5e5;
}
section.testimonial .test-card p{
    color: var(--primary-color);
    line-height: 1.6;
    margin-bottom: 0;
    margin-top: var(--m10);
}

section.testimonial .test-card h4 {
    font-size: var(--f20);
    margin-bottom: var(--m7);
    font-weight: 600;
    color: var(--heading-color);
}
section.testimonial .cont-sec{
    margin-top: var(--m20);
    text-align: center;
}
section.testimonial i.fa-solid.fa-star {
    color: #FCAF3D;
    font-size: var(--f10);
    margin-right: var(--m3);
}
section.testimonial hr {
    width: 200px;
    opacity: 1;
    border-top: 3px solid;
    color: var(--white-color);
}
section.testimonial h3 {
  padding-left: 0;
  font-size: var(--f20);
  /* font-weight: 700; */
  text-align: center;
  color: var(--heading-color);
  margin-bottom: 0;
}
section.testimonial .container-fluid{
    padding: 0;
}

section.testimonial .owl-item.active:first-child .item{
    border-right: 2px solid var(--white-color);
}
section.testimonial .para p{
      text-align: center;
      width: 100%;
      margin: auto;
      padding-left: 0;
      padding-right: 0;
      position: relative;
      color: var(--black-color);
      /* height: 100px; */
      /* margin-top: var(--m10); */
      font-size: var(--f16);
      /* overflow: hidden; */
      margin-bottom: var(--m10);
}
section.testimonial .para i{
    font-size:var(--f30);
}
section.testimonial i.fa-solid.fa-quote-right {
    position: absolute;
    right: 20px;
    bottom: -10px;
}
section.testimonial i.fa-solid.fa-quote-left {
    position: absolute;
    left: 20px;
    top: -10px;
}
section.testimonial p.clt-name{
    color: var(--heading-color);
    font-weight: bold;
    text-transform: uppercase;
    margin-top: var(--m15);
    margin-bottom: 0px;
}

section.testimonial span {
    height: auto;
    overflow: hidden;
    display: block;
}
section.testimonial .test-card:hover .test-pro {
    height: 180px;
}
section.testimonial .test-card:hover .test-pro img {
    top: 0;
    height:100%;
}

.people h6{
  font-size: 18px;
  margin-bottom:10px;
}

.people h3{
  margin-bottom:10px;
}


.cont-sec img{
  width:10% !important;
  display: block;
  /* margin: auto; */
  /* padding-bottom: 20px; */
}

.owl-theme .owl-controls .owl-nav [class*='owl-'] {
    padding: 12px 19px;
    background: var(--black-color);
    border-radius: 0;
}  
  

.ser-para.short {
Â Â max-height: 100px; /* Adjust this height as needed */
Â Â overflow: hidden;
Â Â position: relative;
}

.toggle-btn {
Â Â color: #007BFF;
Â Â cursor: pointer;
Â Â display: inline-block;
Â Â margin-top: 5px;
}

.user-review {
    display: flex;
    gap: 20px;
}

/* pro managements */

/* Section Background */
.rental-section {
    background: #ffd39b1f;
    color: #fff;
}

/* Heading */
.rental-heading h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.rental-heading p {
    font-size: 16px;
    opacity: 0.9;
}

/* Form Card */
.form-wrapper {
    background: #ffffff;
    border-radius: 14px;
    padding: 40px;
    margin-top: 50px;
    max-width: 900px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* Labels */
.form-label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

/* Inputs */
.form-control {
    background: #f4f4f4;
    border: none;
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 14px;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #1f5cff;
    background: #fff;
}

/* Button */
.submit-btn {
    background: var(--btn-color);
    color: #fff;
    padding: 14px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s;
}

.submit-btn:hover {
    background: #163fc2;
}

/* Footer Note */
.form-note {
    font-size: 13px;
    color: #777;
}
