/* Custom CSS starting with franchise-* */

/* Soft Pink/Peach Gradient Background */
.franchise-hero-bg {
    background: linear-gradient(180deg, #fce4e4 0%, #ffffff 100%);
    padding: 80px 0;
}

/* Top Small Badge */
.franchise-badge-pill {
    display: inline-flex;
    align-items: center;
    background: #fff;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #4b5563;
    border: 1px solid #f3f4f6;
    margin-bottom: 25px;
}

/* Main Heading (Navy/Dark Blue) */
.franchise-main-heading {
    color: #0b163f;
    font-weight: 800;
    line-height: 1.2;
    max-width: 850px;
    margin: 0 auto 20px;
}

/* Subtext */
.franchise-sub-desc {
    color: #64748b;
    max-width: 700px;
    margin: 0 auto 35px;
    font-size: 1rem;
    line-height: 1.6;
}

/* Dark Action Button */
.franchise-btn-dark {
    background-color: #1e293b;
    color: white;
    border-radius: 50px;
    padding: 12px 32px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
    transition: all 0.3s ease;
}

.franchise-btn-dark:hover {
    background-color: #0f172a;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Hero Image Styling */
.franchise-hero-img-container {
    margin-top: 60px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.franchise-img-rounded {
    border-radius: 20px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    width: 100%;
}

/* Light background for the whole section */
.franchise-section-bg {
    background-color: #faf9f6; /* Very light cream/grey tone as per image */
    padding: 80px 0;
}

/* Section Heading Color */
.franchise-text-navy {
    color: #0b163f;
}

/* Card Styling */
.franchise-feature-card {
    background-color: #ffffff;
    border: 1px solid #f1f1f1;
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    transition: all 0.3s ease;
}

/* Icon Styling (Black icons as per this specific image) */
.franchise-icon-box {
    font-size: 1.8rem;
    color: #1a1a1a;
    margin-bottom: 20px;
    display: inline-block;
}

/* Subtitle Styling */
.franchise-card-desc {
    color: #6c757d;
    font-size: 0.9rem;
    line-height: 1.6;
}

/* Subtle Hover Effect */
.franchise-feature-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}

.franchise-support-section {
    background-color: #faf9f6; /* Light cream background as seen in image */
    padding: 80px 0;
}

.franchise-heading-dark {
    color: #0b163f;
    font-weight: 700;
}

/* Support List Icon Styling */
.franchise-support-icon {
    color: #1a1a1a;
    font-size: 1.25rem;
    margin-top: 3px;
}

/* Description text color */
.franchise-support-desc {
    color: #666;
    font-size: 0.85rem;
    line-height: 1.6;
}

/* Image Styling with shadow and radius */
.franchise-support-img {
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: auto;
    object-fit: cover;
}

.franchise-invest-section {
    background-color: #faf9f6; /* Soft cream background */
    padding: 80px 0;
}

.franchise-title-navy {
    color: #0b163f;
    font-weight: 700;
}

/* Card Container */
.franchise-invest-card {
    background: #ffffff;
    border: 1px solid #f1f1f1;
    border-radius: 12px;
    padding: 30px 20px;
    height: 100%;
    transition: transform 0.3s ease;
    text-align: center;
}

.franchise-invest-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* Icon Circle */
.franchise-icon-sm {
    font-size: 1.5rem;
    color: #1a1a1a;
    margin-bottom: 15px;
    display: inline-block;
}

/* Card Headings */
.franchise-card-label {
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 1.1rem;
}

.franchise-card-value {
    color: #1a1a1a;
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 20px;
}

/* List Items Styling */
.franchise-requirement-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    border-top: 1px solid #f1f1f1;
}

.franchise-requirement-list li {
    padding: 10px 0;
    border-bottom: 1px solid #f8f8f8;
    color: #666;
    font-size: 0.85rem;
    display: flex;
    justify-content: space-between;
}

.franchise-requirement-list li:last-child {
    border-bottom: none;
}

.franchise-support-grid-section {
    background-color: #faf9f6; /* Soft cream background from image */
    padding: 80px 0;
}

.franchise-title-dark {
    color: #1a1a1a;
    font-weight: 700;
}

/* Support Card Styling */
.franchise-step-card {
    background: #ffffff;
    border: 1px solid #f1f1f1;
    border-radius: 12px;
    padding: 35px 25px;
    height: 100%;
    transition: all 0.3s ease;
}

.franchise-step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}

/* Icon Styling */
.franchise-icon-lg {
    font-size: 2rem;
    color: #1a1a1a;
    margin-bottom: 20px;
    display: inline-block;
}

/* Card Content */
.franchise-card-heading {
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.franchise-card-text {
    color: #666;
    font-size: 0.85rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.franchise-expansion-section {
    background-color: #faf9f6; /* Wahi soft cream background */
    padding: 80px 0;
    text-align: center;
}

.franchise-title-dark {
    color: #1a1a1a;
    font-weight: 700;
}

/* City Pill Styling */
.franchise-city-pill {
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    padding: 10px 24px;
    border-radius: 50px;
    margin: 8px;
    font-size: 0.95rem;
    color: #4b5563;
    transition: all 0.2s ease;
    min-width: 160px;
    justify-content: flex-start;
}

.franchise-city-pill i {
    color: #1a1a1a;
    margin-right: 12px;
    font-size: 1rem;
}

.franchise-city-pill:hover {
    border-color: #1a1a1a;
    color: #1a1a1a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.franchise-footer-note {
    margin-top: 40px;
    color: #666;
    font-size: 0.9rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.franchise-stories-section {
    background-color: #faf9f6; /* Soft cream background from image */
    padding: 80px 0;
}

.franchise-title-dark {
    color: #1a1a1a;
    font-weight: 700;
}

/* Testimonial Card Styling */
.franchise-story-card {
    background: #ffffff;
    border: 1px solid #f1f1f1;
    border-radius: 12px;
    padding: 40px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: box-shadow 0.3s ease;
}

.franchise-story-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* Quote Text Styling */
.franchise-quote-text {
    color: #4b5563;
    font-size: 0.95rem;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 30px;
    position: relative;
}

/* Author Info */
.franchise-author-name {
    color: #1a1a1a;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 2px;
}

.franchise-author-location {
    color: #9ca3af;
    font-size: 0.85rem;
}

.franchise-form-section {
    background-color: #faf9f6; /* Soft cream background */
    padding: 80px 0;
}

/* Form Card Container */
.franchise-card-wrap {
    max-width: 800px;
    margin: 0 auto;
    background: #ffffff;
    padding: 50px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
}

.franchise-form-title {
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 10px;
}

.franchise-form-subtitle {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 40px;
}

/* Input Styling */
.franchise-label {
    font-weight: 600;
    color: #1a1a1a;
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.franchise-control {
    border: 1px solid #e5e7eb;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 0.9rem;
    color: #4b5563;
}

.franchise-control:focus {
    border-color: #1a1a1a;
    box-shadow: none;
    outline: none;
}

/* Button Styling */
.franchise-btn-submit {
    background-color: #1f2937; /* Dark charcoal/black */
    color: #ffffff;
    border: none;
    width: 100%;
    padding: 15px;
    border-radius: 50px; /* Fully rounded as per image */
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    transition: background 0.3s;
}

.franchise-btn-submit:hover {
    background-color: #000000;
    color: #ffffff;
}
