/* Distributor page styles */

.distributor-page .dealer-hero {
    position: relative;
    min-height: 550px;
    display: flex;
    align-items: center;
    background: url("../images/about-image-2.jpg") center center / cover no-repeat;
}

.distributor-page .dealer-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .45);
}

.distributor-page .hero-content {
    position: relative;
    z-index: 2;
    max-width: 550px;
}

.distributor-page .hero-content h1 {
    font-size: 60px;
    font-weight: 800;
    color: var(--white-color);
    line-height: 1.1;
}

.distributor-page .hero-content span {
    color: var(--accent-color);
}

.distributor-page .hero-content p {
    color: var(--white-color);
    margin: 20px 0;
}

.distributor-page .section-padding {
    padding: 80px 0;
}

.distributor-page .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.distributor-page .section-title h2 {
    font-weight: 700;
}

.distributor-page .partner-card {
    border: 1px solid var(--divider-color);
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    transition: .3s;
}

.distributor-page .partner-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .08);
}

.distributor-page .partner-card i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    background: var(--secondary-color);
    color: var(--primary-color);
    font-size: 28px;
    margin-bottom: 15px;
}

.distributor-page .partner-card h6 {
    color: var(--primary-color);
    margin-bottom: 10px;
    line-height: normal;
}

.distributor-page .partner-card p {
    margin-bottom: 0;
}

.distributor-page .process-step {
    text-align: center;
    position: relative;
}

.distributor-page .process-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 30px;
}

.distributor-form {
    padding-bottom: 100px;
}

.distributor-page .process-number {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: normal;
}

.distributor-page .calc-box,
.distributor-page .form-box,
.distributor-page .faq-box {
    border: 1px solid var(--divider-color);
    border-radius: 12px;
    padding: 30px;
    background: var(--white-color);
}

.distributor-page .calc-box h4,
.distributor-page .form-box h4,
.distributor-page .faq-box h3 {
    margin-bottom: 24px;
}

.distributor-page .revenue-box {
    background: var(--secondary-color);
    border-radius: 10px;
    text-align: center;
    padding: 40px;
    height: 100%;
}

.distributor-page .revenue-box h3 {
    color: var(--primary-color);
    font-size: 42px;
    font-weight: 800;
}

.distributor-page .form-control,
.distributor-page .form-select {
    min-height: 50px;
}

.distributor-page textarea.form-control {
    height: 140px;
}

.distributor-page .cta-section {
    background: var(--primary-color);
    padding: 60px;
    border-radius: 16px;
    color: var(--white-color);
}

.distributor-page .cta-section h2,
.distributor-page .cta-section p {
    color: var(--white-color);
}

.distributor-page .accordion-button:not(.collapsed) {
    background: var(--secondary-color);
    color: var(--primary-color);
}

@media (max-width: 768px) {
    .distributor-page .hero-content h1 {
        font-size: 42px;
    }

    .distributor-page .section-padding {
        padding: 60px 0;
    }

    .distributor-page .cta-section {
        padding: 40px 25px;
        text-align: center;
    }
}

.wpcf7 p {
    margin-bottom: 0;
}
