.hero-about {
      position: relative;
      height: 260px;
      overflow: hidden;
    }

    .hero-about img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .hero-about-title {
      position: absolute;
      left: 50%;
      bottom: 50%;
      transform: translateX(-50%);
      color: #ffffff;
      font-size: 54px;
      font-weight: 800;
      text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    }
header.hero-about {
    margin-top: 100px;
}

/* Feature Cards */
.feature-card {
  padding: 20px;
}

.icon-circle {
  width: 56px;
  height: 56px;
  background: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
}

/* Testimonials */
.testimonial-card {
  background: #fff;
  padding: 24px;
  border-radius: 14px;
  height: 100%;
  box-shadow: 0 8px 24px rgba(0,0,0,.05);
}

.testimonial-card p {
  font-size: 15px;
}

.author {
    color: #FF4E00;
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0 0 0;
}

small.text-muted.d-block {
    color: #666;
    padding: 0;
    margin: 0;
}

/* FAQ */
.nav-pills .nav-link {
    background: #f5f5f5;
    color: #4E4E4E;
    font-size: 16px;
    padding: 11px 20px;
}

.nav-pills .nav-link.active {
    background: #FF4E00 !important;
    color: #fff;
}

.nav-pills .nav-link:hover { color: #000; }

.faq-item {
    background: #FCF7F2;
    border-radius: 12px;
    padding: 16px 20px 16px 40px;
    margin-bottom: 14px;
    font-size: 16px;
    color: #000;
}
.faq-item p {
  margin-bottom: 0;
  font-size: 14px;
}

.faq h4.fw-bold.mb-4 {
    font-size: 30px;
}

.faq {
    margin: 25px 0;
}

.testimonials {
    background: #F8F8F8;
}

.testimonials .container {padding-top: 30px;padding-bottom: 40px;}

h4.fw-bold.text-center.mb-2 {
    font-size: 30px;
}

p.text-center.text-muted.mb-4 {
    font-size: 18px;
}

.testimonials .testimonial-card {
    background-color: #fff;
    border-radius: 19px;
    padding: 35px 25px;
    height: 100%;
}

.testimonial-card p {
    font-size: 18px;
    color: #000;
    line-height: 26px;
}

.why-partner h3 {
    font-size: 30px;
}

.why-partner h6 {
    font-size: 24px;
    padding: 0 75px;
}

.why-partner p.text-muted {
    font-size: 18px;
    color: #000 !important;
    margin: 10px 0 0 0;
    line-height: normal; padding: 0 75px;
}



/* Buttons */
.btn-orange {
  background: #ff6a00;
  color: #fff;
  border-radius: 8px;
  padding: 10px 18px;
}
.btn-orange:hover {
  background: #e65c00;
  color: #fff;
}

/* Support Card */
.support-card {
  background: #4f4a45;
  border-radius: 20px;
}

.support-card h3 {
    font-size: 30px;
    color: #fff;
}

.support-card p.mb-4 {
    font-size: 18px; font-weight: 300;
}

.support-card input {
    height: 60px;
    border: 0;
    padding: 0 20px;
}

/* Inputs */
.form-control {
  border-radius: 8px;
  padding: 12px;
}

/* File Upload */
.file-upload {
    background: #fff;
    border-radius: 8px;
    padding: 0 20px;
    display: block;
    cursor: pointer;
    height: 60px;
    color: #666;
    align-content: center;
}

/* Image */

/* Support Info Cards */
.support-info-card {
  padding: 28px;
  border-radius: 18px;
  color: #fff;
  height: 100%;
}

.phone-card {
  background: url("../../assets/img/generic/numbers-bg.png") center/cover no-repeat;
}

.email-card {
  background: url("../../assets/img/generic/email-bg.png") center/cover no-repeat;
}

.support-info-card h5 {
    margin-bottom: 12px;
    font-size: 30px;
    color: #fff;
}

.support-info-card .icon {
    float: left;
    height: 140px;
    margin: 0 15px 0 0;
}

.nav-item .btn.active {
    background: #FF4E00;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    border: 0;
    padding: 10px 20px;
}

.nav-item .btn {
    background: #F8F8F8;
    font-size: 20px;
    font-weight: 500;
    border: 0;
    padding: 10px 20px;
}

form button.btn.btn-orange {
    background: #FF4E00;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
}

.customer-support h4 {
    font-size: 30px;
    padding: 10px 0 0 0;
}

.support-info-card p {
    font-size: 20px;
    line-height: 35px;
	font-weight: 300;
}