.form-container {
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 2rem;
}

.apply-btn {
    background: linear-gradient(to right, #e21c33, #f56402);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 5px;
}

.bk-image {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    height: auto;
}

body {
    background-color: #f7f3ed;
    /* Light beige background */
}

.hero-section {
    background-color: white;
    padding: 50px 0;
}

.hero-content {
    padding-right: 2rem;
    /* Add some space between text and image */
}

.hero-title {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.2;
    color: #333;
}

.hero-image {
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    max-width: 100%;
    height: auto;
}

.btn-apply {
    background: linear-gradient(to right, #e21c33, #f56402);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
}

.btn-why {
    background-color: #ffc107;
    color: #333;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
}


/* Responsive adjustments */

@media (max-width: 767.98px) {
    .hero-content {
        padding-right: 0;
        text-align: center;
    }
    .hero-title {
        font-size: 2.5rem;
    }
    .hero-image {
        margin-top: 2rem;
    }
}

.hero-section {
    background-image: url('/img/1.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
}

.hero-content {
    max-width: 800px;
    /* Optional: Adds a semi-transparent overlay for text readability */
    padding: 2rem;
    border-radius: 10px;
}

.hero-content h1 {
    font-family: 'Roboto', sans-serif;
    /* Example font */
    font-weight: 700;
    font-size: clamp(2.5rem, 5vw, 4rem);
}

.hero-content p {
    font-size: clamp(1rem, 2vw, 1.25rem);
    margin-bottom: 2rem;
}

.btn-apply {
    background-color: #e4422e;
    /* Red color from Burger King logo */
    border-color: #e4422e;
    color: white;
    font-weight: bold;
    padding: 1rem 2.5rem;
    border-radius: 5px;
    font-size: 1.25rem;
}

.franchise-section {
    padding: 4rem 2rem;
    background-color: #f8f9fa;
    /* Light gray background to match the image */
}

.form-container {
    border: 1px solid #dee2e6;
    padding: 2rem;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.form-title {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2rem;
}

.form-control,
.form-select {
    border: 1px solid #ccc;
    height: 50px;
    margin-bottom: 1rem;
}

.form-control::placeholder {
    color: #aaa;
}

.btn-send {
    background-color: #dc3545;
    /* A shade of red, similar to the button in the image */
    border-color: #dc3545;
    color: white;
    font-weight: bold;
    padding: 0.75rem 2rem;
    border-radius: 5px;
    width: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    border-radius: 5px;
}

.video-container iframe,
.video-container video,
.video-container .video-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-placeholder {
    background-image: url('/img/1.jpg');
    /* Using the provided image as a placeholder */
    background-size: cover;
    background-position: center;
}

.pricing-section {
    padding: 8rem 2rem;
    background-color: #f8f9fa;
    /* Light gray background to match the image */
    text-align: center;
}

.section-title {
    color: #dc3545;
    /* Red color from the image */
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.pricing-table-container {
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: white;
    padding: 1rem;
}

.pricing-section {
    width: 100%;
    padding: 4rem 2rem;
    background-color: #f8f9fa;
    /* Light gray background to match the image */
    text-align: center;
}

.section-title {
    color: #dc3545;
    /* Red color from the image */
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.pricing-table-container {
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: white;
    padding: 1rem;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.pricing-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: #333;
}

.pricing-table th,
.pricing-table td {
    padding: 1rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.pricing-table th {
    font-weight: bold;
    text-align: center;
}

.pricing-table thead th {
    background-color: #dc3545;
    /* Red header color from the image */
    color: white;
    border-top: none;
    border-bottom: 1px solid white;
}

.pricing-table tbody tr:first-child td {
    border-top: none;
}

.pricing-table .total-row th,
.pricing-table .total-row td {
    background-color: #dc3545;
    /* Red color for the total row */
    color: white;
    font-weight: bold;
    border-bottom: none;
}

.notes-container {
    margin-top: 1.5rem;
    text-align: left;
    padding-left: 1rem;
}

.notes-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.notes-container li {
    margin-bottom: 0.5rem;
}

.download-section {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.download-title {
    color: #dc3545;
    /* Red color from the image */
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.btn-brochure {
    background-color: #f0835e;
    /* Orange-red color from the image */
    border-color: #f0835e;
    color: white;
    font-weight: bold;
    padding: 0.75rem 2.5rem;
    border-radius: 5px;
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-weight: bold;
}

.card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
}

.card:hover {
    transform: translateY(-5px);
}

.card-body h5 {
    font-weight: 600;
    color: #333;
}

.card-body p {
    font-size: 0.95rem;
    color: #666;
}

.highlight {
    background-color: #f8f9fa;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 1rem;
}