/* Contact Card */
.contact-card {
    background: #4f4a45;
    border-radius: 22px;
}

.contact-card .form-control {
    border-radius: 8px;
    padding: 12px 14px;
}

/* Button */
.btn-orange {
    background: #FA752A;
    color: #fff;
    border-radius: 8px;
    padding: 10px 24px;
}

.btn-orange:hover {
    background: #e05e19;
    color: #fff;
}

form button.btn.btn-orange {
    background: #FA752A;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
}

.text-light {
    color: #f8f9fa !important;
}

.contact-card h4 {
    font-size: 30px;
}

.contact-card p {
    font-size: 18px;
    font-weight: 300;
}

/* 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: #FA752A;
    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: #FA752A !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;
}