body{
    margin: 0;
    padding: 0;
}

.page-banner{
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    background: #f6fff9;
     margin-top: 50px;   /* small clean gap from navbar */
}

.page-banner img{
    width: 95%;
    height: auto;
    display: block;

    border-radius: 12px;
    border: 4px solid #0b3d2e;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}


/* ===== FORM SECTION ===== */
.seo-contact-form{
    width:100%;
    padding:30px 15px;
    display:flex;
    justify-content:center;
}

.my-form-wrapper{
    width:100%;
    max-width:1200px;
}

/* ===== INLINE FORM ===== */
.my-inline-form{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap; /* responsive */
}

/* INPUTS */
.my-inline-form .form-control{
    height:50px;
    padding:0 15px;
    border:1px solid #ccc;
    border-radius:8px;
    min-width:220px;
    font-size:15px;
}

/* TURNSTILE */
.my-inline-form .cf-turnstile{
    display:flex;
    align-items:center;
    justify-content:center;
}

/* BUTTON */
.my-inline-form .btn{
    height:50px;
    padding:0 30px;
    border:none;
    border-radius:8px;
    font-size:15px;
    font-weight:600;
    cursor:pointer;
    white-space:nowrap;
}

/* MOBILE */
@media(max-width:768px){

    .my-inline-form{
        flex-direction:column;
        align-items:center;
    }

    .my-inline-form .form-control,
    .my-inline-form .btn{
        width:100%;
        max-width:400px;
    }
}

/* =========================
   GLOBAL PAGE WRAPPER
========================= */

.seo-training{
    font-family: 'Poppins', sans-serif;
    background: #f6fff9;
    padding-bottom: 60px;
}

/* =========================
   SECTION HEADINGS
========================= */
.seo-gallery h2,
.seo-session-details h2,
.seo-for h2,
.seo-why h2,
.seo-learn h2{
    text-align: center;
    color: #0b3d2e;
    margin-bottom: 25px;
    font-size: 28px;
}

/* =========================
   SHQ PRICING SECTION
========================= */

.shq-pricing-section {
    width: 100%;
    padding: 60px 20px;
    box-sizing: border-box;
    text-align: center;
}

.shq-pricing-section .shq-section-heading {
    max-width: 1100px;
    margin: 0 auto 40px;
    text-align: center;
}

.shq-pricing-section .shq-section-heading h2 {
    color: #0b3d2e;
    margin-bottom: 15px;
    font-size: 30px;
}

.shq-pricing-section .shq-section-heading p {
    max-width: 750px;
    margin: 0 auto;
    color: #555;
    line-height: 1.6;
}


/* =========================
   PRICING BLOCK
========================= */

.shq-pricing-block {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 45px;
}


/* =========================
   PRICING TITLE
========================= */

.shq-pricing-title {
    text-align: center;
    margin-bottom: 20px;
}

.shq-pricing-title h3 {
    color: #0b3d2e;
    font-size: 24px;
    margin: 0 0 8px;
}

.shq-pricing-title p {
    margin: 0 auto;
    color: #555;
}


/* =========================
   PRICING TABLE WRAPPER
========================= */

.shq-pricing-wrapper {
    width: 100%;
    overflow-x: auto;
    display: flex;
    justify-content: center;

    background: #fff;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}


/* =========================
   PRICING TABLE
========================= */

.shq-pricing-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 850px;
}

.shq-pricing-table th {
    background: #0b3d2e;
    color: #fff;
    padding: 15px;
    text-align: center;
    font-size: 14px;
}

.shq-pricing-table td {
    padding: 16px;
    border: 1px solid #eee;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    color: #333;
}

.shq-pricing-table tbody tr:hover {
    background: #f6fff9;
}

/* =========================================
   SHQ TRAINING CALENDAR
========================================= */

.shq-calendar-section {
    width: 100%;
    padding: 70px 20px;
    box-sizing: border-box;
    background: #f6fff9;
}


/* =========================================
   SECTION HEADING
========================================= */

.shq-calendar-section .shq-section-heading {
    max-width: 1000px;
    margin: 0 auto 45px;
    text-align: center;
}

.shq-calendar-section .shq-section-heading h2 {
    color: #0b3d2e;
    font-size: 30px;
    margin: 12px 0;
}

.shq-calendar-section .shq-section-heading p {
    max-width: 700px;
    margin: 0 auto;
    color: #555;
    line-height: 1.6;
}


/* =========================================
   MONTH BLOCK
========================================= */

.shq-calendar-block {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 50px;
}


/* =========================================
   MONTH HEADING
========================================= */

.shq-calendar-month {
    width: 100%;
    box-sizing: border-box;

    background: #0b3d2e;
    color: #fff;

    text-align: center;
    font-size: 22px;
    font-weight: 600;

    padding: 14px 20px;

    border-radius: 12px 12px 0 0;
}


/* =========================================
   TABLE WRAPPER
========================================= */

.shq-calendar-wrapper {
    width: 100%;
    overflow-x: auto;

    background: #fff;

    border-radius: 0 0 12px 12px;

    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}


/* =========================================
   CALENDAR TABLE
========================================= */

.shq-calendar-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
}


/* HEADER */

.shq-calendar-table thead th {
    background: #e8f5ee;
    color: #0b3d2e;

    padding: 14px 12px;

    font-size: 14px;
    font-weight: 600;

    text-align: center;

    border-bottom: 2px solid #0b3d2e;
}


/* BODY */

.shq-calendar-table tbody td {
    padding: 13px 12px;

    font-size: 14px;
    color: #333;

    text-align: center;

    border-bottom: 1px solid #eee;

    vertical-align: middle;
}


/* FIRST COLUMN */

.shq-calendar-table tbody td:first-child {
    font-weight: 600;
    color: #0b3d2e;
}


/* PROGRAM COLUMN */

.shq-calendar-table tbody td:nth-child(4) {
    font-weight: 600;
    text-align: left;
    color: #0b3d2e;
}


/* LAST COLUMN */

.shq-calendar-table tbody td:last-child {
    font-weight: 600;
}


/* HOVER */

.shq-calendar-table tbody tr {
    transition: 0.2s ease;
}

.shq-calendar-table tbody tr:hover {
    background: #f3faf6;
}


/* =========================================
   ALTERNATING ROWS
========================================= */

.shq-calendar-table tbody tr:nth-child(even) {
    background: #fafdfb;
}

.shq-calendar-table tbody tr:nth-child(even):hover {
    background: #f3faf6;
}


/* =========================================
   TOTALS
========================================= */

.shq-calendar-totals {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    gap: 8px 18px;

    max-width: 1000px;

    margin: 14px auto 0;

    padding: 14px 20px;

    background: #fff;

    border-radius: 10px;

    box-shadow: 0 4px 15px rgba(0,0,0,0.05);

    text-align: center;

    font-size: 13px;

    color: #555;
}

.shq-calendar-totals strong {
    color: #0b3d2e;
    margin-right: 5px;
}

.shq-calendar-totals span {
    white-space: nowrap;
}


/* =========================================
   FINAL COHORT SUMMARY
========================================= */

.shq-calendar-summary {
    max-width: 1100px;
    margin: 60px auto 0;

    padding: 30px;

    background: #fff;

    border: 2px solid #0b3d2e;

    border-radius: 14px;

    text-align: center;

    box-shadow: 0 8px 25px rgba(0,0,0,0.07);
}

.shq-calendar-summary h3 {
    color: #0b3d2e;
    margin: 0 0 25px;
    font-size: 24px;
}


/* SUMMARY GRID */

.shq-summary-grid {
    display: grid;

    grid-template-columns:
        repeat(5, 1fr);

    gap: 15px;
}

.shq-summary-grid > div {
    padding: 18px 12px;

    background: #f6fff9;

    border-radius: 10px;

    border: 1px solid #dceee4;

    display: flex;
    flex-direction: column;

    gap: 6px;

    text-align: center;
}

.shq-summary-grid strong {
    color: #0b3d2e;
    font-size: 14px;
}

.shq-summary-grid span {
    color: #666;
    font-size: 13px;
}


/* =========================================
   MOBILE
========================================= */

@media(max-width: 768px) {

    .shq-calendar-section {
        padding: 50px 12px;
    }

    .shq-calendar-section .shq-section-heading h2 {
        font-size: 25px;
    }

    .shq-calendar-block {
        margin-bottom: 35px;
    }

    .shq-calendar-month {
        font-size: 20px;
        padding: 13px;
    }

    .shq-calendar-table {
        min-width: 700px;
    }

    .shq-calendar-table th,
    .shq-calendar-table td {
        padding: 11px 9px;
    }

    .shq-calendar-totals {
        gap: 7px 12px;
        padding: 13px;
    }

    .shq-calendar-summary {
        padding: 22px 15px;
    }

    .shq-summary-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .shq-summary-grid > div:last-child {
        grid-column: 1 / -1;
    }
}

/* =========================
   PROGRAM NAME
========================= */

.shq-pricing-program {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    text-align: left;
}

.shq-pricing-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #eaf7f0;
    color: #0b3d2e;

    border-radius: 50%;
}

.shq-pricing-program strong {
    color: #0b3d2e;
}


/* =========================
   PRICING NOTE
========================= */

.shq-pricing-note {
    max-width: 1200px;
    margin: 15px auto 0;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;

    color: #666;
    font-size: 13px;
    text-align: center;
}


/* =========================
   FEATURED BUNDLE
========================= */

.shq-featured-pricing {
    background: #f1f8f4;
}

.shq-featured-pricing td {
    font-weight: 500;
}

.shq-featured-pricing strong {
    color: #0b3d2e;
}


/* =========================
   MOBILE
========================= */

@media(max-width: 768px){

    .shq-pricing-section {
        padding: 45px 15px;
    }

    .shq-pricing-section .shq-section-heading h2 {
        font-size: 25px;
    }

    .shq-pricing-title h3 {
        font-size: 21px;
    }

    .shq-pricing-table {
        min-width: 750px;
    }

    .shq-pricing-note {
        align-items: flex-start;
        padding: 0 10px;
    }
}
/* =========================
   SEO GALLERY (FILM STRIP)
========================= */

.seo-gallery{
    padding: 60px 20px;
    text-align: center;
}

.gallery-container{
    display: flex;
    gap: 14px;
    overflow-x: auto;
    max-width: 1100px;
    margin: auto;

    padding: 15px;
    scroll-snap-type: x mandatory;
}

.gallery-container img{
    flex: 0 0 auto;
    width: 180px;
    height: 120px;
    object-fit: cover;

    border-radius: 10px;
    border: 2px solid #0b3d2e;

    scroll-snap-align: center;
    transition: 0.3s ease;
}

.gallery-container img:hover{
    transform: scale(1.05);
}

/* scrollbar */
.gallery-container::-webkit-scrollbar{
    height: 6px;
}
.gallery-container::-webkit-scrollbar-thumb{
    background: #0b3d2e;
    border-radius: 10px;
}

/* =========================
   SEO BOXES (CARDS)
========================= */

.seo-session-details,
.seo-for{
    padding: 60px 20px;
    display: flex;
    justify-content: center;
}

.seo-boxes{
    max-width: 1100px;
    width: 100%;

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}

.seo-box{
    background: #fff;
    border: 2px solid #0b3d2e;
    border-radius: 14px;

    padding: 20px;
    text-align: center;

    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    transition: 0.3s ease;
}

.seo-box:hover{
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}

.seo-box h3{
    color: #0b3d2e;
    margin-bottom: 10px;
}

.seo-box p,
.seo-box li{
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.seo-box ul{
    text-align: left;
    padding-left: 18px;
}

/* WHO IS THIS FOR */
.seo-for .seo-box{
    font-weight: 600;
    background: linear-gradient(135deg, #ffffff, #f1f8f4);
}

/* =========================
   WHY LEARN SEO (FIXED CENTER LAYOUT)
========================= */

.seo-why{
    padding: 70px 20px;
    display: flex;
    justify-content: center;
}

.seo-container{
    max-width: 1100px;
    width: 100%;

    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

/* TEXT BOX */
.seo-text{
    flex: 1;
    min-width: 300px;
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    border: 2px solid #0b3d2e;
}

.seo-text h2{
    text-align: left;
    margin-bottom: 15px;
}

.seo-text ul{
    padding-left: 18px;
}

.seo-text li{
    margin-bottom: 10px;
    line-height: 1.6;
}

/* VIDEO BOX */
.seo-image{
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
}

.seo-image iframe{
    width: 100%;
    max-width: 480px;
    height: 280px;

    border-radius: 12px;
    border: none;
}

/* =========================
   TABLE SECTION
========================= */

.seo-learn{
    padding: 70px 20px;
}

.seo-table-container{
    max-width: 1200px;
    margin: auto;
    overflow-x: auto;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.seo-table{
    width: 100%;
    border-collapse: collapse;
    min-width: 1000px;
}

.seo-table th{
    background: #0b3d2e;
    color: #fff;
    padding: 14px;
    text-align: center;
}

.seo-table td{
    vertical-align: top;
    padding: 18px;
    border: 1px solid #eee;
}

.seo-table ul{
    padding-left: 18px;
}

.seo-table li{
    font-size: 13px;
    line-height: 1.5;
}

/* =========================
   MOBILE FIXES
========================= */

@media(max-width: 768px){

    .seo-container{
        flex-direction: column;
    }

    .seo-image iframe{
        height: 220px;
    }

    .seo-text h2{
        text-align: center;
    }
}