.homeowners-sec {
  .homeowners-imgBox {
    img {
      width: 55%;
      margin: 15px auto 0;
    }
  }
}
.we-get-revenue-sec {
  background: #fffbf3;
  .nav-tabs {
    border-bottom: none;
    justify-content: center;
    margin-top: 35px;
  }
  .nav-tabs .nav-link {
    color: #555;
    font-weight: 500;
    border: none;
    padding: 0;
    margin: 0 20px;
    border-radius: 8px 8px 0 0;
  }
  .nav-tabs .nav-link.active {
    color: var(--primary-color);
    background-color: transparent;
    border-bottom: 2px solid var(--secondary-color);
  }
  .tab-pane {
    .view-details-btn {
      display: inline-block;
      background: var(--secondary-color);
      border-radius: 5px;
      font-weight: bold;
      color: var(--white-color);
      padding: 10px 30px;
      border: 2px solid var(--secondary-color);
      transition: all 0.3s;
      font-size: var(--f15);
      font-family: var(--primary-font);
      text-decoration: none;
    }
  }
}

.your-preserve-sec {
    position: relative;
    min-height: 100vh;
    background: url("https://images.unsplash.com/photo-1566073771259-6a8506099945?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80") center/cover no-repeat;
    display: flex;
    align-items: center;
    padding: 0;
    padding-bottom: 130px;

    .container{
      margin-top: 0px;
    }
}

.preserve-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(255, 251, 243, 0.2), rgba(255, 251, 243, 1));
}

.preserve-content {
    position: relative;
    z-index: 2;
    color: var(--white-color);
}

.your-preserve-sec h2 {
    color: var(--white-color);
    img{
      filter: invert(1);
    }
}

.preserve-content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 35px;
    color: var(--para-color);
}

.hero-btn {
    display: inline-block;
    background: var(--secondary-color);
    border-radius: 5px;
    font-weight: bold;
    color: var(--white-color);
    padding: 10px 30px;
    border: 2px solid var(--secondary-color);
    transition: all .3s;
    font-size: var(--f15);
    font-family: var(--primary-font);
    text-decoration: none;
}

.hero-btn:hover {
    background: var(--btn-hover);
    color: var(--white-color);
    border-color: var(--btn-hover);
}

/* CARDS */
.card-section {
    margin-top: -150px;
    padding-bottom: 80px;
    position: relative;
    padding-top: 0;
}

.info-card {
    color: var(--white-color);
    border-radius: 12px;
    padding: 18px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    background: var(--white-color);
    height: 100%;
}

.info-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.info-card h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.info-card p {
    font-size: 16px;
    color: var(--para-color);
}

.local-talent-sec{
  background: #fffbf3;
  margin-top: unset;
  padding-top: 80px;
  .info-card{
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    h4{
      margin-bottom: 0;
    }
  }
}

.fieldtrip-wrapper{
  padding: 80px 0;
  .feature-item{
      display:flex;
      gap:18px;
      margin-bottom:40px;
  }

  .feature-item i{
      font-size:22px;
      color:#000;
      margin-top:4px;
  }

  .feature-item strong{
      font-weight:600;
      letter-spacing:0.5px;
  }

  .feature-item p{
      margin:0;
      font-size:16px;
      line-height:1.6;
      color: var(--para-color);
  }
}

.short-term-rental{
  background: #fffbf3;
}

.home-owner-section {
  padding: 80px 0;
  position: relative;
  background: #fffbf3;

  .testimonial-card {
    background: var(--white-color);
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 348px;
    position: relative;
  }

  .testimonial-card p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--para-color);
  }

  .client-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 0px;
  }

  .key-icon {
    width: 48px;
    height: 48px;
    background: #e9e2d8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 22px;
  }

  .client-name {
    font-size: 18px;
  }

  .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
  }

  .owl-nav button {
    color: var(--secondary-color) !important;
    font-size: 24px !important;
    background: none !important;
  }

  .owl-prev{
    margin-left: -20px;
  }

  .owl-next{
    margin-right: -20px;
  }

  .owl-nav button:hover {
    color: var(--para-color) !important;
  }

  .owl-dots {
    display: none;
  }
}
