.reg-section {
    position: relative;
    background: #f5f7fb;
    padding-bottom: 80px;
}

.reg-hero {
    height: 350px;
    background: linear-gradient(
            135deg,
            rgba(20, 20, 20, 0.55),
            rgba(45, 45, 45, 0.3)
        ),
        url("https://images.unsplash.com/photo-1497366216548-37526070297c")
            center/cover no-repeat;
}

.reg-content {
    position: relative;
    margin-top: -150px;
    z-index: 2;
}

.enquiry-box {
    background: #fff;
    padding: 35px;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

/* TITLES */
.enquiry-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 14px;
}

.enquiry-title::after {
    content: "";
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #0d6efd, #0a58ca);
    display: block;
    margin-top: 6px;
    border-radius: 3px;
}

/* LISTS */
.franchise-points,
.why-list {
    list-style: none;
    padding: 0;
}

.franchise-points li,
.why-list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
}

.franchise-points li::before,
.why-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #0d6efd;
    font-weight: bold;
}

/* PACKAGES */
.package-card {
    background: #f9fbff;
    border-radius: 18px;
    padding: 25px;
    border: 1px solid #e6ecff;
    height: 100%;
    transition: 0.3s;
}

.package-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(13, 110, 253, 0.18);
}

.package-card h4 {
    font-size: 30px;
    font-weight: 800;
    color: #0d6efd;
}

.package-card.premium {
    border: 2px solid #ff9800;
    background: linear-gradient(135deg, #fff7ec, #fff);
}

/* CTA */
.final-cta {
    background: linear-gradient(135deg, #0d6efd, #0a58ca);
    color: #fff;
    padding: 30px;
    border-radius: 18px;
    margin-top: 30px;
    text-align: center;
}

/* MOBILE */
@media (max-width: 768px) {
    .reg-hero {
        height: 220px;
    }

    .reg-content {
        margin-top: -120px;
    }
}
.franchise-cards {
    margin-top: 25px;
}

.franchise-card {
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 18px;
    text-align: center;
    height: 100%;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    position: relative;
}

.franchise-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 22px 50px rgba(13, 110, 253, 0.2);
}

.franchise-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: linear-gradient(135deg, #5999f8, #5893ea);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
}

.franchise-card p {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.5;
}

.franchise-card:hover .franchise-icon {
    transform: scale(1.1);
}

.franchise-card {
    backdrop-filter: blur(6px);
}

:root {
    --primary-color: #5837d5;
    --secondary-color: #ffcc00;
    --text-light: #ffffff;
    --glass-bg: rgba(255, 255, 255, 0.95);
    --transition: all 0.3s ease;
}

.hero-section {
    background: linear-gradient(
            135deg,
            rgba(88, 55, 213, 0.85),
            rgba(45, 25, 120, 0.9)
        ),
        url("https://images.unsplash.com/photo-1523240795612-9a054b0db644?auto=format&fit=crop&q=80");
    /* Professional Background */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 60px 0 100px 0;
    /* Extra padding bottom for form overlap */
    color: var(--text-light);
    position: relative;
}

.hero-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

/* Left Content Styling */
.hero-content {
    flex: 1.2;
    animation: fadeInLeft 1s ease;
}

.badge {
    background: rgba(255, 255, 255, 0.2);
    display: inline-block;
    padding: 8px 15px;
    border-radius: 50px;
    font-size: 14px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.hero-content h1 {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 15px;
}

.highlight {
    color: var(--secondary-color);
}

.custom-underline {
    width: 80px;
    height: 5px;
    background: var(--secondary-color);
    border-radius: 10px;
    margin-bottom: 30px;
}

.description {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 40px;
    line-height: 1.6;
}

/* Right Form Styling (Premium Look) */
.registration-card {
    flex: 0.8;
    background: var(--glass-bg);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    color: #333;
    margin-bottom: -220px;
    /* Form overlapping outside section */
    transition: var(--transition);
    animation: fadeInRight 1s ease;
}

.registration-card:hover {
    transform: translateY(-10px);
}

.form-header {
    margin-bottom: 25px;
    text-align: center;
}

.form-header h3 {
    font-size: 24px;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.input-group {
    /* display: flex; */
    /* gap: 15px; */
}

input,
select,
textarea {
    width: 100%;
    padding: 14px;
    margin-bottom: 15px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    background: #f8f9fa;
    transition: var(--transition);
}

input:focus {
    border-color: var(--primary-color);
    background: #fff;
    outline: none;
    box-shadow: 0 0 10px rgba(88, 55, 213, 0.1);
}

.submit-btn {
    width: 100%;
    padding: 16px;
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: 0 10px 20px rgba(88, 55, 213, 0.3);
}

.submit-btn:hover {
    background: #4529b5;
    transform: scale(1.02);
}

/* Responsive Logic */
@media (max-width: 992px) {
    .hero-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .hero-content h1 {
        font-size: 2.2rem;
    }

    .registration-card {
        margin-bottom: 0;
        width: 100%;
    }

    /* .input-group {
            flex-direction: row;
            gap: 0;
        } */

    .custom-underline {
        margin: 0 auto 30px;
    }
}

/* Animations */
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}
