/* Franchise page styles */

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

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

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

.franchise-page h1,
.franchise-page h2,
.franchise-page h3,
.franchise-page h4,
.franchise-page h5,
.franchise-page h6 {
    line-height: 1.2;
}

.franchise-page p,
.franchise-page li {
    line-height: 1.65;
}

.franchise-page .franchise-hero {
    min-height: 600px;
    position: relative;
    display: flex;
    align-items: center;
    background: url("../images/our-approach-image.jpg") center center / cover no-repeat;
}

.franchise-page .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .2));
}

.franchise-page .hero-content {
    position: relative;
    z-index: 2;
}

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

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

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

.franchise-page .btn-theme,
.franchise-page .btn-theme-sm {
    display: inline-block;
    background: var(--accent-color);
    color: var(--white-color);
    text-decoration: none;
    border: none;
    font-weight: 600;
}

.franchise-page .btn-theme {
    padding: 14px 35px;
    border-radius: 6px;
}

.franchise-page .btn-theme-sm {
    padding: 8px 18px;
    border-radius: 4px;
    font-size: 14px;
}

.franchise-page .btn-theme:hover,
.franchise-page .btn-theme-sm:hover {
    color: var(--white-color);
    background: var(--primary-color);
}

.franchise-page .feature-card {
    background: var(--white-color);
    border: 1px solid var(--divider-color);
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    height: 100%;
}

.franchise-page .feature-card i {
    color: var(--accent-color);
    font-size: 32px;
    margin-bottom: 15px;
}

.franchise-page .feature-card h5,
.franchise-page .support-card h3,
.franchise-page .white-box h3,
.franchise-page .model-card h5 {
    color: var(--primary-color);
}

.franchise-page .feature-card p,
.franchise-page .model-card p {
    margin-bottom: 0;
}

.franchise-page .profit-section {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--primary-color), #0b4f8f);
}

.franchise-page .profit-card {
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 15px;
    padding: 40px;
    text-align: center;
    color: var(--white-color);
}

.franchise-page .profit-card h5,
.franchise-page .profit-card p {
    color: var(--white-color);
}

.franchise-page .profit-card span {
    color: var(--accent-color);
    font-size: 52px;
    font-weight: 800;
}

.franchise-page .support-card,
.franchise-page .white-box {
    border: 1px solid var(--divider-color);
    border-radius: 12px;
    background: var(--white-color);
    padding: 30px;
    height: 100%;
}

.franchise-page .franchise-detail-section {
    padding: 80px 0 20px;
    background: #EAF5FF;
}

.franchise-page .franchise-availability-section {
    padding: 0 0 80px;
    background: #EAF5FF;
}

.franchise-page #franchise-form {
    padding: 80px 80px;
}

.franchise-page .support-card,
.franchise-page .white-box {
    box-shadow: 0 10px 30px rgba(7, 43, 97, .06);
}

.franchise-page .support-card-media {
    padding: 18px 18px 18px 24px;
    overflow: hidden;
}

.franchise-page .support-card h3,
.franchise-page .white-box h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 8px;
}

.franchise-page .support-card p,
.franchise-page .white-box>p {
    font-size: 14px;
    margin-bottom: 16px;
}

.franchise-page .support-card ul,
.franchise-page .state-list {
    padding-left: 0;
}

.franchise-page .support-list,
.franchise-page .state-list {
    list-style: none;
    margin: 0;
}

.franchise-page .support-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
    font-size: 14px;
}

.franchise-page .support-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .46em;
    width: 11px;
    height: 11px;
    border: 2px solid var(--accent-color);
    border-radius: 50%;
    background: var(--white-color);
}

.franchise-page .support-card img,
.franchise-page .white-box img {
    width: 100%;
}

.franchise-page .support-card-media img {
    aspect-ratio: 1.28;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.franchise-page .availability-box,
.franchise-page .franchise-models-box {
    padding: 26px;
}

.franchise-page .availability-map {
    max-height: 245px;
    object-fit: contain;
}

.franchise-page .state-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 11px;
    color: var(--primary-color);
    font-size: 14px;
}

.franchise-page .state-list span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--accent-color);
    flex: 0 0 auto;
}

.franchise-page .model-card {
    border: 1px solid var(--divider-color);
    border-radius: 10px;
    padding: 24px 14px 18px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.franchise-page .model-card i {
    color: var(--accent-color);
    font-size: 30px;
    line-height: 1;
}

.franchise-page .model-card h5 {
    font-size: 16px;
    font-weight: 800;
}

.franchise-page .model-card p {
    font-size: 13px;
    min-height: 64px;
}

.franchise-page .model-card .btn-theme-sm {
    margin-top: auto;
}

.franchise-page .form-control {
    min-height: 50px;
    line-height: 1.45;
}

.franchise-page textarea.form-control {
    height: 140px;
    line-height: 1.55;
}

.btn-color-2 {
    background: #072B61 !important;
}

.franchise-page .cta-card {
    height: 100%;
    padding: 50px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #072B61;
    background:#4DA8FF;
}

.franchise-page .cta-card h2,
.franchise-page .cta-card p {
    color: #ffffff;
}

.franchise-page .cta-card h2 {
    margin-bottom: 20px;
}

.franchise-page #franchise-form .white-box h3 {
    margin-bottom: 22px;
}

.franchise-page #franchise-form .btn-theme {
    white-space: normal;
    line-height: 1.35;
}

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

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

    .franchise-page .support-card-media img {
        margin-top: 18px;
    }

    .franchise-page #franchise-form {
        padding: 60px 15px;
    }

    .franchise-page #franchise-form .white-box,
    .franchise-page #franchise-form .cta-card {
        padding: 32px;
    }

    .franchise-page .cta-card {
        min-height: 360px;
    }
}

@media (max-width: 767px) {
    .franchise-page .franchise-detail-section {
        padding-top: 45px;
    }

    .franchise-page .support-card-media,
    .franchise-page .availability-box,
    .franchise-page .franchise-models-box {
        padding: 22px;
    }

    .franchise-page #franchise-form {
        padding: 45px 0;
    }

    .franchise-page #franchise-form .row {
        --bs-gutter-x: 20px;
    }

    .franchise-page #franchise-form .white-box,
    .franchise-page #franchise-form .cta-card {
        padding: 24px 18px;
        border-radius: 10px;
    }

    .franchise-page #franchise-form .white-box h3 {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .franchise-page #franchise-form .form-control {
        min-height: 46px;
        font-size: 14px;
    }

    .franchise-page #franchise-form textarea.form-control {
        min-height: 110px;
    }

    .franchise-page #franchise-form .btn-theme {
        width: 100%;
        padding: 13px 18px;
        font-size: 14px;
    }

    .franchise-page .cta-card {
        min-height: auto;
        text-align: center;
    }

    .franchise-page .cta-card h2 {
        font-size: 25px;
        line-height: 1.25;
        margin-bottom: 14px;
    }

    .franchise-page .cta-card p {
        font-size: 15px;
        margin-bottom: 20px;
    }
}

@media (max-width: 420px) {
    .franchise-page #franchise-form .white-box,
    .franchise-page #franchise-form .cta-card {
        padding: 22px 15px;
    }

    .franchise-page .cta-card h2 {
        font-size: 23px;
    }
}
