/* -----------------------------------------------------
   GLOBAL PAGE STYLING
----------------------------------------------------- */

.seo-training-container {
    width: 100%;
    max-width: 980px;
    margin: auto;
    padding: 40px 20px;
    font-family: "Inter", Arial, sans-serif;
    line-height: 1.6;
    color: #222;
}


/* -----------------------------------------------------
   SECTION HEADINGS (What You Will Learn, Syllabus)
----------------------------------------------------- */

.seo-training-container h2,
.seo-training-container h3 {
    margin-top: 40px;
    font-weight: 700;
    color: #1a1a1a;
}

.seo-training-container h2 {
    font-size: 26px;
    border-left: 5px solid #1a73e8;
    padding-left: 10px;
}

.seo-training-container h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

/* -----------------------------------------------------
   BULLET LIST
----------------------------------------------------- */

.seo-training-container ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.seo-training-container ul li {
    margin-bottom: 7px;
    font-size: 16px;
}

/* -----------------------------------------------------
   WEEK SECTIONS
----------------------------------------------------- */

.seo-week-block {
    margin-bottom: 35px;
    padding: 20px;
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 8px;
}

.seo-week-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1a73e8;
}

/* -----------------------------------------------------
   BONUS SECTION
----------------------------------------------------- */

.seo-bonus-box {
    background: #fff9e6;
    padding: 20px;
    border-radius: 8px;
    border-left: 5px solid #ffb300;
    margin-bottom: 30px;
}

/* -----------------------------------------------------
   CTA BUTTON
----------------------------------------------------- */

.seo-enroll-btn {
    display: inline-block;
    background: #1a73e8;
    color: #fff !important;
    padding: 14px 28px;
    font-size: 20px;
    border-radius: 6px;
    margin-top: 25px;
    margin-bottom: 40px;
    text-decoration: none;
}

.seo-enroll-btn:hover {
    background: #0f5dcf;
}

/* -----------------------------------------------------
   FAQ SECTION
----------------------------------------------------- */

.seo-faq-list {
    margin-top: 30px;
}

.seo-faq-item {
    margin-bottom: 18px;
    padding: 15px 20px;
    border-radius: 6px;
    background: #f7f9fc;
    border: 1px solid #e5e9f2;
}

.seo-faq-question {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 6px;
}

.seo-faq-answer {
    font-size: 16px;
}

/* -----------------------------------------------------
   RESPONSIVE
----------------------------------------------------- */

@media (max-width: 768px) {

    .seo-training-container {
        padding: 20px;
    }


    .seo-enroll-btn {
        width: 100%;
        text-align: center;
    }

    .seo-week-block {
        padding: 15px;
    }
}
/* -----------------------------------------------------
   SEO TRAINING PAGE – H1 SECTION (FINAL VERSION)
----------------------------------------------------- */

/* Container around H1 */
.seo-hero-section {
    margin-top: 25px;
    margin-bottom: 25px;
    background: #f8fbff;
    padding: 30px 25px;
    border-radius: 10px;
    box-shadow: 0 3px 14px rgba(0,0,0,0.05);
}

/* Actual H1 design */
.seo-h1 {
    font-family: "Inter", "Poppins", Arial, sans-serif;
    font-size: 38px;
    font-weight: 800;
    color: #111;
    line-height: 1.25;
    letter-spacing: -0.5px;
    margin: 10px 0 0;
    padding-bottom: 12px;
    border-bottom: 3px solid #1a73e8;
}

/* Wrap H1 + underline */
.seo-h1-wrapper {
    display: inline-block;
    width: 100%;
}

/* Blue underline */
.seo-hero-underline {
    width: 100%;
    height: 3px;
    background: #1a73e8;
    margin-top: 6px;
    margin-bottom: 12px;
    border-radius: 2px;
}

/* Remove border-bottom from H1 to avoid double lines */
.seo-h1 {
    border-bottom: none !important;
}


/* Subtitle below H1 */
.seo-subtitle {
    font-size: 20px;
    color: #4a4a4a;
    margin-top: -10px;
    margin-bottom: 20px;
    font-weight: 500;
}

/* Mobile Fix */
@media(max-width:768px){
    .seo-h1 {
        font-size: 30px;
    }

    .seo-hero-section {
        padding: 20px;
    }
}
/* Badge */
.seo-badge {
    background: #e8f2ff;
    color: #1a73e8;
    font-size: 14px;
    padding: 5px 12px;
    border-radius: 4px;
    font-weight: 600;
    width: fit-content;
    margin-bottom: 10px;
}

/* -----------------------------------------------------
   SEO INTRO SECTION – Modern Landing Page Style
----------------------------------------------------- */

.seo-intro-section {
    background: #ffffff;
    padding: 32px;
    border-radius: 14px;
    margin-top: 20px;
    margin-bottom: 45px;
    border: 1px solid #e8edf5;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
    border-left: 4px solid #1a73e8;
}

.seo-intro-text {
    font-size: 15px;
    line-height: 1.75;
    color: #333;
    letter-spacing: 0.2px;
    margin: 0;
}

/* Soft left highlight stripe */
.seo-intro-section {
    border-left: 5px solid #1a73e8;
    padding-left: 25px;
}

/* Mobile Optimization */
@media(max-width:768px){
    .seo-intro-section {
        padding: 20px;
        margin-bottom: 30px;
    }

    .seo-intro-text {
        font-size: 14px;
        line-height: 1.65;
    }
}
/* -----------------------------------------------------
   WHY COURSE SECTION – Combined Block
----------------------------------------------------- */

.seo-why-course-section {
    background: #ffffff;
    padding: 35px 32px;
    border-radius: 14px;
    border: 1px solid #e8edf5;
    box-shadow: 0 4px 16px rgba(0,0,0,0.05);
    margin: 40px 0;
}

.seo-why-course-content p {
    font-size: 15px;
    color: #333;
    line-height: 1.45;
    margin-bottom: 25px;
}

.seo-why-course-list {
    padding-left: 20px;
    margin: 0;
}

.seo-why-course-list li {
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.seo-why-course-list li strong {
    color: #1a73e8;
    font-weight: 600;
}

/* Mobile Responsive */
@media(max-width: 768px) {

    .seo-why-course-section {
        padding: 25px 20px;
    }

    .seo-why-course-content p {
        font-size: 15px;
    }

    .seo-why-course-list li {
        font-size: 12px;
    }
}
.seo-why-course-list {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

.seo-why-course-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 1.5;
    color: #222;
}

/* Blue tick icon */
.seo-why-course-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #1a73e8; /* Google Blue */
    font-weight: 700;
}
/* ------------------------------
   SEO TRAINER SECTION (2-COLUMN)
------------------------------- */

.seo-trainer-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    background: #f8fbff;
    padding: 40px 35px;
    border-radius: 12px;
    box-shadow: 0 3px 14px rgba(0,0,0,0.06);
    margin: 40px 0;
}

/* Left content */
.seo-trainer-content {
    width: 60%;
}

.seo-trainer-title {
    font-size: 26px;
    font-weight: 800;
    color: #1a73e8;
    margin-bottom: 12px;
}

.seo-trainer-content p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 14px;
    color: #333;
}

/* Bullet points */
.seo-trainer-points ul {
    padding-left: 20px;
    margin-top: 10px;
}

.seo-trainer-points ul li {
    margin-bottom: 8px;
    font-size: 16px;
    position: relative;
    padding-left: 22px;
    color: #222;
}

/* Blue Check Icon */
.seo-trainer-points ul li:before {
    content: "✔";
    color: #1a73e8;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
}

/* Right Side Image */
.seo-trainer-image img {
    width: 320px;
    height: 380px;
    object-fit: cover;
    object-position: top center;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.15);
}

/* ------------------------------
   MOBILE RESPONSIVE
------------------------------- */
@media(max-width: 768px) {

    .seo-trainer-section {
        flex-direction: column-reverse;
        text-align: center;
        padding: 25px;
    }

    .seo-trainer-content {
        width: 100%;
    }

    .seo-trainer-image img {
        width: 100%;
        max-width: 310px;
        margin: 0 auto 20px;
        height: auto;
    }

    .seo-trainer-points ul {
        padding-left: 0;
    }

    .seo-trainer-points ul li {
        padding-left: 20px;
        text-align: left;
    }
}
/* WHO IS THIS COURSE FOR SECTION */
.seo-who-section {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 35px;
    background: #f8fbff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}

.seo-who-section h2 {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    border-left: 5px solid #1a73e8;
    padding-left: 10px;
    margin-bottom: 25px;
}

.seo-who-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.seo-who-item {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e3e9f3;
    box-shadow: 0 3px 10px rgba(0,0,0,0.04);
    transition: all 0.2s ease;
}

.seo-who-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 14px rgba(0,0,0,0.08);
}

.seo-who-item h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a73e8;
    margin-bottom: 8px;
}

.seo-who-item p {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}

/* Mobile */
@media(max-width: 768px) {
    .seo-who-grid {
        grid-template-columns: 1fr;
    }
}
/* SECTION WRAPPER */
.seo-fee-section {
    margin-top: 50px;
    margin-bottom: 60px;
    padding: 35px;
    background: #f8fbff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}

.seo-fee-section h2 {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    border-left: 5px solid #1a73e8;
    padding-left: 12px;
    margin-bottom: 25px;
}

/* FLEX BOX */
.seo-fee-box {
    display: flex;
    justify-content: space-between;
    gap: 35px;
}

/* LEFT LIST */
.seo-fee-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.seo-fee-list li {
    font-size: 16px;
    margin-bottom: 12px;
    background: url('https://img.icons8.com/color/20/000000/checkmark.png') no-repeat left center;
    padding-left: 28px;
}

/* RIGHT BOX */
.seo-fee-right {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #e3e9f3;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    text-align: center;
    width: 320px;
}

/* LIMITED SEATS TAG */
.seo-limited {
    background: #ffebeb;
    color: #d93025;
    font-weight: 700;
    font-size: 15px;
    padding: 6px 12px;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 12px;
}

/* PRICE STYLING */
.seo-fee-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.seo-fee-old {
    font-size: 20px;
    color: #999;
    text-decoration: line-through;
    margin: 0;
}

.seo-fee-amount {
    font-size: 32px;
    font-weight: 900;
    color: #1a73e8;
    margin: 5px 0 20px 0;
}

/* CTA BUTTON */
.seo-fee-btn {
    display: block;
    background: linear-gradient(90deg, #0058ff, #0042d6);
    color: #fff !important;
    padding: 16px 25px; 
    font-size: 20px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 10px;
    transition: 0.25s ease;
    box-shadow: 0 5px 15px rgba(0, 89, 255, 0.25);
}


.seo-fee-btn:hover {
    background: linear-gradient(90deg, #0f5dcf, #0a4fb3);
    transform: translateY(-2px);
}

/* SECURE NOTE */
.seo-secure-text {
    font-size: 13px;
    color: #555;
    margin-top: 10px;
}

/* MOBILE */
@media(max-width: 768px) {
    .seo-fee-box {
        flex-direction: column;
        width: 100%;
    }

    .seo-fee-right {
        width: 100%;
    }
}
.seo-pricing-card {
    padding: 25px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    max-width: 350px;
}

.seo-badge {
    background: #ffecec;
    color: #c0352c;
    padding: 8px 14px;
    font-size: 14px;
    border-radius: 8px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 12px; /* tighter spacing */
}

.seo-price-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px; /* reduced from 18 */
}

.seo-price-old {
    font-size: 18px;
    color: #999;
    text-decoration: line-through;
    margin-bottom: 5px; /* reduced gap */
}

.seo-price-new {
    font-size: 32px;
    color: #0061ff;
    font-weight: 800;
    margin-bottom: 20px; /* reduced gap */
}

.seo-fee-btn {
    display: block;
    background: #0061ff;
    color: #fff !important;
    padding: 14px;
    font-size: 18px;
    border-radius: 10px;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    transition: 0.2s ease;
}

.seo-fee-btn:hover {
    background: #004bd1;
}
/* -----------------------------------------------------
   4-WEEK SYLLABUS SECTION
----------------------------------------------------- */

.seo-syllabus-section {
    margin-top: 50px;
    margin-bottom: 60px;
    background: #f7faff;
    padding: 35px 25px 40px;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(15, 76, 129, 0.06);
}

.seo-syllabus-title {
    font-size: 26px;
    font-weight: 800;
    margin: 0 0 8px;
    color: #0d172a;
    letter-spacing: -0.3px;
}

.seo-syllabus-subtitle {
    margin: 0 0 25px;
    font-size: 15px;
    color: #4b5563;
    max-width: 680px;
}

/* Grid layout for weeks */

.seo-syllabus-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

/* Individual week card */

.seo-week-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 18px 18px 20px;
    border: 1px solid #e5edf9;
    box-shadow: 0 8px 18px rgba(15, 76, 129, 0.04);
    position: relative;
    overflow: hidden;
}

.seo-week-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: linear-gradient(90deg, #1a73e8, #3b82f6);
}

.seo-week-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #1a73e8;
    background: #e8f2ff;
    padding: 3px 10px;
    border-radius: 999px;
    margin-bottom: 6px;
}

.seo-week-heading {
    font-size: 18px;
    font-weight: 700;
    margin: 2px 0 6px;
    color: #111827;
}

.seo-week-goal {
    font-size: 14px;
    color: #6b7280;
    margin: 0 0 10px;
}

/* List styling */

.seo-week-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.seo-week-list li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #374151;
    margin-bottom: 6px;
}

.seo-week-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #16a34a;
}

/* Bottom note */

.seo-syllabus-note {
    margin-top: 22px;
    padding: 14px 16px;
    border-radius: 10px;
    background: #eaf3ff;
    font-size: 13px;
    color: #1f2933;
    border: 1px dashed #9bb7f5;
}

/* Responsive */

@media (max-width: 900px) {
    .seo-syllabus-section {
        padding: 25px 18px 30px;
    }

    .seo-syllabus-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .seo-week-heading {
        font-size: 17px;
    }
}

@media (max-width: 480px) {
    .seo-syllabus-title {
        font-size: 22px;
    }

    .seo-syllabus-subtitle {
        font-size: 14px;
    }

    .seo-week-card {
        padding: 16px 14px 18px;
    }
}
.seo-training-philosophy {
    background: #f7faff;
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #e0ecff;
    margin-bottom: 40px;
}

.seo-training-philosophy h2 {
    font-size: 26px;
    font-weight: 700;
    color: #063b8f;
    margin-bottom: 15px;
    border-left: 4px solid #006aff;
    padding-left: 12px;
}

.seo-training-philosophy p {
    font-size: 17px;
    color: #333;
    margin-bottom: 18px;
    line-height: 1.65;
}

.highlight-box {
    background: #fffbe9;
    border: 1px solid #ffe6a3;
    padding: 18px 20px;
    border-radius: 12px;
    margin: 20px 0;
}

.strong-line {
    font-weight: 700;
    font-size: 18px;
    color: #0d2c63;
    margin-top: 25px;
}
/* --- SEO Results Section --- */

.seo-results-section {
    padding: 60px 0;
    background: #f8fbff;
}

.seo-results-container {
    max-width: 1100px;
    margin: auto;
    padding: 0 20px;
}

.seo-results-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.seo-results-subtitle {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #555;
    font-size: 17px;
    line-height: 1.6;
}

.seo-results-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.seo-result-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 5px 25px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}

.seo-result-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
}

.seo-result-card img {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #eee;
    transition: transform 0.3s ease;
    cursor: zoom-in;
}

.seo-result-card img:hover {
    transform: scale(1.03);
}

.seo-result-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.seo-result-card p {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}

.seo-results-note {
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    color: #666;
    font-style: italic;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Lightbox Popup */
.seo-image-popup img {
    display: block;
}

.seo-image-popup:focus img,
.seo-image-popup:active img {
    outline: none;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .seo-results-grid {
        grid-template-columns: 1fr;
    }
    .seo-results-title {
        font-size: 26px;
    }
}
.next-batch-section {
    margin: 40px 0;
}

.next-batch-box {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fff6e6;
    border-left: 5px solid #ff9800;
    padding: 20px 25px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.next-batch-box h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

.next-batch-box h3 span {
    color: #ff5722;
}

.batch-icon {
    font-size: 35px;
}

.batch-cta-btn {
    margin-left: auto;
    background: #0058ff;
    color: #fff;
    padding: 12px 18px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
    transition: 0.25s;
}

.batch-cta-btn:hover {
    background: #0046c9;
}
.seo-trust-section {
    margin: 60px 0 30px;
    background: #f8faff;
    border: 1px solid #e0eaff;
    padding: 25px 30px;
    border-radius: 12px;
}

.seo-trust-section h2 {
    font-size: 22px;
    font-weight: 700;
    color: #1a2b6d;
    margin-bottom: 20px;
}

.seo-trust-section ul {
    padding-left: 20px;
    margin: 0;
}

.seo-trust-section li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}
.sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #0058ff;
    color: #fff;
    padding: 12px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    z-index: 9999;
}

.sticky-cta a {
    background: #fff;
    color: #0058ff;
    padding: 8px 15px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
}

.sticky-cta a:hover {
    opacity: 0.9;
}
.final-cta-section {
    text-align: center;
    margin: 60px 0;
    padding: 40px 30px;
    background: #eef5ff;
    border-radius: 12px;
}

.final-cta-section h2 {
    font-size: 26px;
    font-weight: 700;
    color: #002b7f;
}

.final-cta-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 28px;
    background: #0058ff;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
}

.final-cta-btn:hover {
    background: #0046c9;
}
/* Founder Contact Box */
.founder-contact-box {
    padding: 60px 20px;
    background: #f8faff;
    display: flex;
    justify-content: center;
}

.founder-contact-card {
    width: 100%;
    max-width: 900px;
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    display: flex;
    gap: 25px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    align-items: center;
}

.founder-image img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 16px;
    border: 4px solid #eef2ff;
}

.founder-contact-content {
    flex: 1;
}

.founder-contact-content h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 8px;
    color: #111827;
}

.founder-subtext {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 20px;
}

.founder-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.founder-btn {
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

.whatsapp-btn {
    background: #25d366;
    color: white;
}

.whatsapp-btn:hover {
    background: #1ebe5d;
}

.call-btn {
    background: #2563eb;
    color: white;
}

.call-btn:hover {
    background: #1e4fc9;
}

.email-btn {
    background: #6b7280;
    color: white;
}

.email-btn:hover {
    background: #565d66;
}

.founder-note {
    margin-top: 15px;
    font-size: 14px;
    color: #555;
    font-style: italic;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .founder-contact-card {
        flex-direction: column;
        text-align: center;
    }

    .founder-image img {
        width: 150px;
        height: 150px;
    }
}
.final-cta-section {
    text-align: center;
    margin: 60px 0;
    padding: 40px 30px;
    background: #eef5ff;
    border-radius: 12px;
}

.final-cta-section h2 {
    font-size: 26px;
    font-weight: 700;
    color: #002b7f;
}

.final-cta-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 28px;
    background: #0058ff;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
}

.final-cta-btn:hover {
    background: #0046c9;
}
.next-batch-premium {
    padding: 50px 20px;
}

.nb-card-new {
    max-width: 980px;
    margin: auto;
    background: #fff7e6;
    border-left: 6px solid #fbbf24;
    padding: 35px 40px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

/* LEFT */
.nb-left-new {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 28%;
}
.nb-icon-new {
    font-size: 38px;
    margin-bottom: 5px;
}
.nb-label-new {
    margin: 0;
    font-size: 15px;
    color: #6b7280;
}
.nb-title-new {
    margin: 5px 0 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}

/* CENTER */
.nb-center-new {
    text-align: center;
    width: 40%;
}
.nb-date-new {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
}
.nb-day-new {
    font-size: 32px;
    font-weight: 800;
}

/* RIGHT */
.nb-right-new {
    text-align: right;
    width: 28%;
}
.nb-seats-new {
    margin: 0;
    font-size: 16px;
}
.nb-mode-new {
    margin: 3px 0 15px;
    font-size: 14px;
    color: #6b7280;
}
.nb-btn-new {
    background: #2563eb;
    color: #fff;
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 8px;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
}
.nb-btn-new:hover {
    background: #1e4fc5;
}

/* MOBILE FIX */
@media (max-width: 768px) {
    .nb-card-new {
        flex-direction: column;
        text-align: center;
        padding: 25px;
    }
    .nb-left-new,
    .nb-center-new,
    .nb-right-new {
        width: 100%;
        text-align: center;
    }
}
.people-also-search {
    background: #f9fbff;
    padding: 40px 20px;
    margin: 40px 0;
    border-radius: 12px;
    border: 1px solid #e6eef9;
}

.pas-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1e3a8a;
    border-left: 4px solid #2563eb;
    padding-left: 10px;
}

.pas-content p {
    margin: 8px 0;
    font-size: 17px;
}

.pas-content ul,
.pas-content ol {
    padding-left: 20px;
}

.pas-content li {
    margin-bottom: 6px;
}
/* ================================
   REFERRAL SECTION
================================ */

.referral-section {
    padding: 60px 20px;
    background: #f9fbff;
}

.referral-container {
    max-width: 850px;
    margin: auto;
    background: #ffffff;
    padding: 35px;
    border-radius: 14px;
    border: 1px solid #e3e8ef;
    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
    text-align: center;
}

/* Title */
.referral-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1a1a1a;
}

/* Subtitle */
.referral-subtext {
    font-size: 17px;
    color: #555;
    max-width: 720px;
    margin: 0 auto 30px;
    line-height: 1.7;
}

/* Benefit bullets */
.referral-benefits {
    max-width: 650px;
    margin: 0 auto 25px;
    text-align: left;
}

.referral-item {
    background: #eef4ff;
    padding: 12px 15px;
    border-radius: 8px;
    margin-bottom: 10px;
    font-size: 16px;
    border-left: 5px solid #2563eb;
}

/* Table */
.referral-table {
    max-width: 500px;
    margin: 25px auto;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #dbe1ea;
}

.referral-row {
    display: flex;
    justify-content: space-between;
    padding: 14px 18px;
    background: #f0f5ff;
    border-bottom: 1px solid #d9e3f5;
    font-size: 17px;
}

.referral-row:nth-child(odd) {
    background: #e8f0ff;
}

.referral-row strong {
    color: #2563eb;
    font-size: 18px;
}

/* Highlight box */
.referral-highlight {
    background: #fff8e6;
    padding: 15px;
    border-radius: 10px;
    border-left: 6px solid #f59e0b;
    font-size: 16px;
    max-width: 650px;
    margin: 0 auto 25px;
    line-height: 1.6;
}

/* CTA button */
.referral-btn {
    display: inline-block;
    background: #2563eb;
    color: #fff;
    padding: 12px 28px;
    font-size: 17px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.2s;
}

.referral-btn:hover {
    background: #1e4fc5;
}

/* Mobile */
@media (max-width: 768px) {
    .referral-item {
        font-size: 15px;
    }

    .referral-row {
        font-size: 16px;
    }

    .referral-btn {
        width: 100%;
        padding: 14px;
    }
}
