label.error {
    color: #ff0000;
}
.text-danger {
    color: #f5365c!important;
}
/*=========================================
    Franchise Banner
=========================================*/

.franchise-banner {
    position: relative;
    height: 80vh;
    background: url('../images/contact_us/premium_photo-1678715022988-417bbb94e3df.jpg') center center/cover no-repeat;
    display: flex;
    align-items: center;
}

.franchise-banner .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(31, 58, 46, .75);
}

.banner-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    color: #fff;
}

.banner-content span {
    color: #C5A678;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 15px;
    font-weight: 600;
}

.banner-content h1 {
    font-size: 65px;
    margin: 20px 0;
    color: #fff;
    font-family: 'Playfair Display', serif;
}

.banner-content p {
    font-size: 20px;
    line-height: 1.9;
}

/*=========================================
    Franchise Intro
=========================================*/

.franchise-intro {
    padding: 110px 0;
    background: #FFFDF9;
}

.franchise-intro img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
}

.sub-title {
    color: #C5A678;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 600;
}

.franchise-intro h2 {
    margin: 20px 0;
    font-size: 48px;
    color: #3E2D20;
    font-family: 'Playfair Display', serif;
}

.franchise-intro p {
    color: #6E6256;
    line-height: 1.9;
    margin-bottom: 20px;
}

/*=========================================
    Franchise Form
=========================================*/

.franchise-form {
    padding: 110px 0;
    background: #F8F5EF;
}

.form-box {
    max-width: 950px;
    margin: auto;
    background: #fff;
    padding: 60px;
    border-radius: 20px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, .08);
}

.form-box h2 {
    text-align: center;
    margin-bottom: 40px;
    color: #3E2D20;
    font-family: 'Playfair Display', serif;
}

.form-box .row {
    row-gap: 25px;
}

.form-box input,
.form-box select,
.form-box textarea {

    width: 100%;
    border: 1px solid #ddd;
    padding: 16px 20px;
    border-radius: 10px;
    outline: none;
    transition: .3s;
    font-size: 15px;
    background: #fff;
}

.form-box textarea {
    resize: none;
}

.form-box input:focus,
.form-box select:focus,
.form-box textarea:focus {

    border-color: #C5A678;
    box-shadow: 0 0 10px rgba(197, 166, 120, .25);

}

.form-box button {

    width: 100%;
    padding: 18px;
    border: none;
    background: #1F3A2E;
    color: #fff;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 600;
    transition: .4s;
}

.form-box button:hover {

    background: #C5A678;

}

/*=========================================
    Benefits
=========================================*/

.why-franchise {

    padding: 110px 0;
    background: #FFFDF9;

}

.section-title {

    text-align: center;
    margin-bottom: 70px;

}

.section-title span {

    color: #C5A678;
    text-transform: uppercase;
    letter-spacing: 3px;

}

.section-title h2 {

    margin-top: 15px;
    font-size: 48px;
    color: #3E2D20;
    font-family: 'Playfair Display', serif;

}

.benefit-grid {

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;

}

.benefit-box {

    background: #fff;
    padding: 40px 30px;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
    transition: .4s;
    text-align: center;

}

.benefit-box:hover {

    background: #1F3A2E;
    transform: translateY(-10px);

}

.benefit-box h3 {

    margin-bottom: 15px;
    color: #3E2D20;
    transition: .4s;

}

.benefit-box p {

    color: #6E6256;
    transition: .4s;

}

.benefit-box:hover h3,
.benefit-box:hover p {

    color: #fff;

}

/*=========================================
    CTA
=========================================*/

.franchise-cta {

    position: relative;
    padding: 140px 20px;
    background: url('../images/contact_us/premium_photo-1663013409007-c3d30371d269.jpg') center center/cover no-repeat;
    text-align: center;

}

.franchise-cta::before {

    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(31, 58, 46, .78);

}

.franchise-cta .container {

    position: relative;
    z-index: 2;

}

.container {
    max-width: 1320px;
    margin: auto;
    padding: 0 15px;
}

.franchise-cta h2 {

    color: #fff;
    font-size: 58px;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;

}

.franchise-cta p {

    color: #fff;
    max-width: 700px;
    margin: auto;
    line-height: 1.9;
    margin-bottom: 40px;

}

.franchise-cta a {

    display: inline-block;
    padding: 18px 45px;
    background: #C5A678;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    transition: .4s;

}

.franchise-cta a:hover {

    background: #fff;
    color: #1F3A2E;

}

/*=========================================
    Hover Effects
=========================================*/

.franchise-intro img {

    transition: .6s;

}

.franchise-intro img:hover {

    transform: scale(1.04);

}

/*=========================================
    Responsive
=========================================*/

@media(max-width:992px) {

    .banner-content h1 {

        font-size: 48px;

    }

    .franchise-intro h2,
    .section-title h2 {

        font-size: 38px;

    }

    .benefit-grid {

        grid-template-columns: repeat(2, 1fr);

    }

    .form-box {

        padding: 40px;

    }

    .franchise-cta h2 {

        font-size: 42px;

    }

}

@media(max-width:768px) {

    .franchise-banner {

        height: 65vh;

    }

    .banner-content {

        text-align: center;
        margin: auto;

    }

    .banner-content h1 {

        font-size: 38px;

    }

    .banner-content p {

        font-size: 17px;

    }

    .franchise-intro {

        text-align: center;

    }

    .franchise-intro .row {

        row-gap: 40px;

    }

    .benefit-grid {

        grid-template-columns: 1fr;

    }

    .form-box {

        padding: 30px 20px;

    }

    .franchise-cta {

        padding: 90px 20px;

    }

    .franchise-cta h2 {

        font-size: 34px;

    }

}

@media(max-width:576px) {

    .banner-content h1 {

        font-size: 30px;

    }

    .franchise-intro h2 {

        font-size: 30px;

    }

    .section-title h2 {

        font-size: 30px;

    }

    .franchise-cta h2 {

        font-size: 28px;

    }


}