        .seo-hero {
            background: linear-gradient(135deg, #eef6f9 0%, #ffffff 100%);
            padding: 60px 0 80px;
        }

        .seo-hero .pre-headline {
            display: inline-block;
            background: rgba(106, 188, 213, 0.15);
            color: #1a6b82;
            font-weight: 600;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            padding: 8px 20px;
            border-radius: 30px;
            margin-bottom: 20px;
        }

        .seo-hero .cta-primary {
            display: inline-block;
            background: #0f6b82;
            color: #fff;
            font-weight: 700;
            font-size: 18px;
            padding: 16px 36px;
            border-radius: 6px;
            text-decoration: none;
            margin-top: 30px;
            transition: background 0.3s ease, transform 0.3s ease;
        }

        .seo-hero .cta-primary:hover {
            background: #053a4a;
            color: #fff;
            transform: translateY(-2px);
            text-decoration: none;
        }

        /*.seo-hero h1 {
            font-size: 42px;
            line-height: 1.2;
            color: #1a1a1a;
            max-width: 800px;
            margin: 0 auto 20px;
        }*/

        .seo-hero .sub-headline {
            font-size: 18px;
            color: #4a5568;
            max-width: 700px;
            margin: 0 auto;
            line-height: 1.7;
        }

        /* Case Study / Results */
        .case-section {
            padding: 30px 0;
            background: #f8fbfc;
        }

        .case-section .section-intro {
            text-align: center;
            max-width: 750px;
            margin: 0 auto 50px;
            color: #333;
            font-size: 16px;
            line-height: 1.7;
        }

        .case-card {
            background: #fff;
            border-radius: 12px;
            border: 2px solid #6abcd5;
            box-shadow: 0 4px 12px rgba(106, 188, 213, 0.12);
            transition: box-shadow 0.3s ease, transform 0.3s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .case-card:hover {
            box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
            transform: translateY(-4px);
        }

        .case-card .card-body {
            padding: 30px;
            flex: 1 1 auto;
        }

        .case-card .tag {
            display: inline-block;
            font-size: 12px;
            margin: -10px 0 15px;
            padding: 5px 12px;
            background: rgba(106, 188, 213, 0.12);
            color: #1a6b82;
            border-radius: 20px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.4px;
        }

        .case-card h4 {
            font-size: 20px;
            margin-bottom: 6px;
            color: #111;
        }

        .case-card .case-link {
            display: inline-block;
            font-size: 14px;
            color: #1a6b82;
            text-decoration: none;
            margin-bottom: 20px;
            font-weight: 600;
        }

        .case-card .case-link:hover {
            text-decoration: underline;
        }

        .case-card p {
            font-size: 15px;
            color: #222;
            margin-bottom: 14px;
            line-height: 1.7;
        }

        .case-card strong {
            color: #1a1a1a;
        }

        /* Process Section */
        .process-section {
            padding: 80px 0;
            background: #ffffff;
        }

        .process-section .section-intro {
            text-align: center;
            max-width: 750px;
            margin: 0 auto 50px;
            color: #333;
            font-size: 16px;
            line-height: 1.7;
        }

        .process-section .process-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
        }

        @media (max-width: 767px) {
            .process-section .process-grid {
                grid-template-columns: 1fr;
            }
        }

        .process-tile {
            background: #fff;
            border-radius: 12px;
            border: 2px solid #6abcd5;
            padding: 35px 30px;
            box-shadow: 0 4px 12px rgba(106, 188, 213, 0.12);
            transition: box-shadow 0.3s ease, transform 0.3s ease;
            text-align: center;
        }

        .process-tile:hover {
            box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
            transform: translateY(-4px);
        }

        .process-tile .phase-num {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 72px;
            height: 72px;
            background: #0f6b82;
            color: #fff;
            font-weight: 700;
            border-radius: 50%;
            margin: 0 auto 20px;
            font-size: 28px;
        }

        .process-tile h4 {
            font-size: 18px;
            margin-bottom: 8px;
            color: #111;
        }

        .process-tile h5 {
            font-size: 14px;
            color: #1a6b82;
            margin-bottom: 12px;
            font-weight: 600;
        }

        .process-tile p {
            font-size: 15px;
            color: #222;
            line-height: 1.7;
        }

        /* Local Section */
        .local-section {
            padding: 80px 0;
            background: #f4fafc;
        }

        .local-section .section-intro {
            text-align: center;
            max-width: 750px;
            margin: 0 auto 50px;
            color: #333;
            font-size: 16px;
            line-height: 1.7;
        }

        .local-section .feature-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 30px;
        }

        .local-feature {
            background: #fff;
            border-radius: 12px;
            border: 2px solid #6abcd5;
            padding: 35px 30px;
            text-align: center;
            box-shadow: 0 4px 12px rgba(106, 188, 213, 0.12);
            transition: box-shadow 0.3s ease, transform 0.3s ease;
        }

        .local-feature:hover {
            box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
            transform: translateY(-4px);
        }

        .local-feature .icon-wrap {
            width: 60px;
            height: 60px;
            background: rgba(106, 188, 213, 0.15);
            color: #1a6b82;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            margin-bottom: 18px;
        }

        .local-feature h4 {
            font-size: 18px;
            margin-bottom: 10px;
            color: #111;
        }

        .local-feature p {
            font-size: 15px;
            color: #222;
            line-height: 1.7;
        }

        /* CTA Section */
        .seo-cta {
            background: linear-gradient(135deg, #053a4a 0%, #0f6b82 100%);
            color: #fff;
            padding: 80px 0;
            text-align: center;
        }

        .seo-cta h2 {
            color: #fff;
            font-size: 32px;
            margin-bottom: 16px;
        }

        .seo-cta .sub-headline {
            font-size: 16px;
            color: #ffffff;
            max-width: 700px;
            margin: 0 auto 24px;
            line-height: 1.7;
        }

        .seo-cta .body-text {
            font-size: 15px;
            color: #e8f4f8;
            max-width: 700px;
            margin: 0 auto 30px;
            line-height: 1.7;
        }

        .seo-cta .offer-box {
            background: rgba(255, 255, 255, 0.08);
            border: 1px solid rgba(255,255,255,0.15);
            border-radius: 12px;
            padding: 24px 30px;
            max-width: 760px;
            margin: 0 auto;
            font-size: 15px;
            color: #ffffff;
            line-height: 1.7;
        }

        .seo-cta .offer-box strong {
            color: #fff;
        }

        .seo-cta .cta-button {
            display: inline-block;
            background: #fff;
            color: #053a4a;
            font-weight: 700;
            font-size: 18px;
            padding: 16px 36px;
            border-radius: 6px;
            text-decoration: none;
            margin-top: 30px;
            transition: background 0.3s ease, transform 0.3s ease;
        }

        .seo-cta .cta-button:hover {
            background: #e8f4f8;
            color: #053a4a;
            transform: translateY(-2px);
            text-decoration: none;
        }

        /* Existing tables */
        #customers {
            font-family: Gothic;
            border-collapse: collapse;
            width: 100%;
        }

        #customers td, #customers th {
            border: 1px solid #ddd;
            padding: 8px;
        }

        #customers tr:nth-child(even){background-color: #f2f2f2;}

        #customers tr:hover {background-color: #ddd;}

        #customers th {
            padding-top: 12px;
            padding-bottom: 12px;
            text-align: left;
            background-color: #0f6fb9;
            color: white;
        }

        @media (max-width: 991px) {
            .centr {
                padding-left: 38%;
            }
        }

        @media (max-width: 767px) {
            .seo-hero h1 {
                font-size: 28px;
            }
            .seo-hero .sub-headline {
                font-size: 16px;
            }
            .process-section .process-grid,
            .local-section .feature-grid {
                grid-template-columns: 1fr;
            }
        }

             
        .faq {
            width: 100%;
            border: 1px solid #222;
        }

        .faqitem .header {
            padding: 15px;
            background: #6abcd5 !important;
            color: #fff;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
        }

        .faqitem .header h4 {
            margin: 0;
        }

        .faqitem .header .fa.fa-minus {
            display: none;
        }

        .faqitem.jquery-accordion-active .fa.fa-minus {
            display: block;
        }

        .faqitem.jquery-accordion-active .fa.fa-plus {
            display: none;
        }

        .faqitem .content {
            padding: 15px;
            display: none;
        }

        .divsec {
            padding-left: 30px;
            position: relative;
            margin-bottom: 10px;
        }

.imgsec {
    width: 20px;
    padding-top: 0px;
    position: absolute;
    left: 5px;
}

.text-color p {
    color: #222;
}

/* Page title shape override for page-title-alt */
.page-title-alt .bg-shape-5 {
    position: absolute;
    left: 90px;
    bottom: -50px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

        /* AEO Section */
        .direct-answer {
            background: #f8f9fa;
            padding: 40px 0;
            border-top: 1px solid #e9ecef;
            border-bottom: 1px solid #e9ecef;
        }
        .direct-answer p {
            font-size: 1.1rem;
            line-height: 1.7;
            color: #495057;
            max-width: 800px;
            margin: 0 auto;
        }
        .direct-answer strong {
            color: #6abcd5;
            font-weight: 600;
        }

        /* Trust Strip */
        .trust-strip {
            background: #fff;
            padding: 50px 0;
            border-bottom: 1px solid #e9ecef;
        }
        .trust-strip > .container > .row {
            align-items: stretch;
        }
        .trust-strip .col-6,
        .trust-strip .col-md-3 {
            padding: 20px 15px;
        }
        .trust-item {
            background: #fff;
            border-radius: 12px;
            padding: 30px 20px;
            border: 2px solid #6abcd5;
            box-shadow: 0 2px 8px rgba(106, 188, 213, 0.08);
            transition: all 0.3s ease;
            height: 100%;
            min-height: 160px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .trust-item:hover {
            border-color: #4aa8c0;
            box-shadow: 0 6px 20px rgba(106, 188, 213, 0.18);
            transform: translateY(-3px);
        }
        .trust-item h3.trust-number {
            font-size: 2rem;
            font-weight: 700;
            color: #6abcd5;
            margin: 0 0 10px 0;
            line-height: 1.2;
        }
        .trust-item p.trust-label {
            margin: 0;
            font-size: 1rem;
            color: #495057;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        @media (max-width: 575.98px) {
            .trust-item {
                padding: 25px 15px;
                min-height: 130px;
            }
            .trust-item h3.trust-number {
                font-size: 1.75rem;
            }
            .trust-item p.trust-label {
                font-size: 0.875rem;
            }
        }

        /* AEO Section */
        .direct-answer {
            background: linear-gradient(135deg, #6abcd5 0%, #4aa8c0 100%);
            padding: 50px 0;
        }
        .direct-answer .section-title {
            color: #fff;
        }
        .direct-answer .section-intro {
            font-size: 1.15rem;
            line-height: 1.8;
            color: #fff;
            max-width: 850px;
            margin: 0 auto;
        }
        @media (max-width: 575.98px) {
            .direct-answer {
                padding: 40px 0;
            }
            .direct-answer .section-intro {
                font-size: 1rem;
                padding: 0 15px;
            }
        }

        .divsec {
            padding-left: 30px;
            position: relative;
            margin-bottom: 10px;
        }

        .imgsec {
            width: 20px;
            padding-top: 0px;
            position: absolute;
            left: 5px;
        }

        .text-color p {
            color: #222;
        }

        /* Services 3x3 Grid */
        .services-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }

        @media (max-width: 991px) {
            .services-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 575px) {
            .services-grid {
                grid-template-columns: 1fr;
            }
        }

        .service-card {
            display: block;
            background: #fff;
            border: 2px solid #6abcd5;
            border-radius: 12px;
            padding: 28px 22px;
            text-align: center;
            text-decoration: none;
            box-shadow: 0 4px 12px rgba(106, 188, 213, 0.12);
            transition: box-shadow 0.3s ease, transform 0.3s ease;
        }

        .service-card:hover {
            box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
            transform: translateY(-4px);
            text-decoration: none;
        }

        .service-card .service-icon {
            width: 56px;
            height: 56px;
            margin: 0 auto 16px;
            background: rgba(106, 188, 213, 0.15);
            color: #1a6b82;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
        }

        .service-card h5 {
            font-size: 16px;
            font-weight: 700;
            color: #111;
            margin-bottom: 10px;
        }

        .service-card p {
            font-size: 14px;
            color: #222;
            line-height: 1.7;
            margin-bottom: 0;
        }

        /* Client Results in Action — Shorts */
        lite-youtube {
            max-width: 100%;
            display: block;
        }
        .lty-playbtn {
            transition: all 0.3s ease-in-out;
        }
        .shorts-card {
            border-radius: 12px;
            overflow: hidden;
            transition: all 0.4s ease;
            background: #fff;
            display: flex;
            flex-direction: column;
            height: 100%;
        }
        .shorts-card:hover {
            box-shadow: 0 12px 28px rgba(0,0,0,0.15);
            transform: translateY(-4px);
        }
        .shorts-card lite-youtube {
            aspect-ratio: 9 / 16;
            width: 100%;
            height: auto;
            display: block;
            position: relative;
            background-color: #000;
            background-position: center !important;
            background-size: cover !important;
            background-repeat: no-repeat !important;
            margin: 0;
            z-index: 1;
            flex-shrink: 0;
        }
        .shorts-form-card {
            background: rgba(255,255,255,0.08);
            border: 1px solid rgba(255,255,255,0.15);
            border-radius: 12px;
            padding: 30px;
        }
        .shorts-form-card .form-control {
            border-radius: 6px;
            border: 1px solid rgba(255,255,255,0.2);
            background: rgba(255,255,255,0.9);
            font-size: 14px;
        }
        .shorts-form-card .form-control:focus {
            border-color: #fff;
            box-shadow: 0 0 0 2px rgba(255,255,255,0.3);
        }