/* ===== SEO HERO SECTION ===== */
.seo-hero {
    padding: 100px 0;
    background: #ffffff;
}

.seo-content h1 {
    font-size: 42px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.3;
}

.seo-content h1 span {
    color: #000;
}

/* IMAGE */
.seo-image {
    text-align: center;
}

.seo-image img {
    max-width: 100%;
    height: auto;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .seo-hero {
        padding: 60px 0;
    }

    .seo-content h1 {
        font-size: 30px;
        text-align: center;
        margin-bottom: 30px;
    }

    .seo-image {
        text-align: center;
    }
}


/* ===== SEO WHY SECTION ===== */
.seo-why-section {
    background: #ffffff;
    padding: 80px 0;
}

.seo-text {
    padding-right: 30px;
}

.seo-subtitle {
    color: #0d6efd;
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.seo-text h2 {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #0b0b3b;
}

.seo-text h4 {
    font-size: 22px;
    font-weight: 700;
    margin: 25px 0 15px;
    color: #0b0b3b;
}

.seo-text p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

/* BUTTON */
.seo-btn {
    display: inline-block;
    margin-top: 25px;
    padding: 14px 30px;
    background: #0d5cab;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(13, 92, 171, 0.3);
}

.seo-btn:hover {
    background: #084a8f;
    color: #fff;
}

/* IMAGE */
.seo-image img {
    max-width: 100%;
    height: auto;
}

/* RESPONSIVE */
@media(max-width:768px) {
    .seo-why-section {
        padding: 50px 0;
    }

    .seo-text {
        padding-right: 0;
    }

    .seo-text h2 {
        font-size: 26px;
    }

    .seo-text h4 {
        font-size: 20px;
    }

    .seo-image {
        margin-top: 40px;
    }
}


/* ===== SEO PROCESS SECTION ===== */
.seo-process-section {
    background: #ffffff;
    padding: 80px 0;
}

/* TOP TEXT */
.seo-top-text {
    max-width: 900px;
    margin: 0 auto 50px;
    text-align: center;
}

.seo-top-text h2 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #0b0b3b;
}

.seo-top-text h2 span {
    font-weight: 900;
}

.seo-top-text p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

/* PROCESS CARD */
.seo-process-card {
    max-width: 1000px;
    margin: 0 auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.seo-process-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0b0b3b;
}

.process-intro {
    font-size: 15px;
    color: #555;
    margin-bottom: 25px;
}

/* PROCESS LIST */
.seo-process-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.seo-process-list li {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 18px;
}

.seo-process-list strong {
    color: #000;
    font-size: 16px;
}

/* RESPONSIVE */
@media(max-width:768px) {
    .seo-process-section {
        padding: 50px 0;
    }

    .seo-top-text h2 {
        font-size: 24px;
    }

    .seo-process-card {
        padding: 25px;
    }
}


/* ===== WHY SEO PROCESS WORKS ===== */
.seo-why-works {
    background: #ffffff;
    padding: 70px 0;
}

.seo-why-works h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    color: #0b0b3b;
    margin-bottom: 35px;
}

.seo-why-content {
    max-width: 900px;
    margin: 0 auto;
}

.seo-why-content p {
    font-size: 15px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 18px;
}

/* RESPONSIVE */
@media(max-width:768px) {
    .seo-why-works {
        padding: 50px 0;
    }

    .seo-why-works h2 {
        font-size: 24px;
    }
}

/* ===== DARK SEO SERVICES SECTION ===== */
.seo-services-dark {
    position: relative;
    padding: 90px 0;
    color: #ffffff;
    overflow: hidden;
}

/* BACKGROUND IMAGE */
.seo-services-dark::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("seo-illustration.png") center/cover no-repeat;
    z-index: 0;
}

/* DARK OVERLAY */
.seo-services-dark::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    /* image visible rahe */
    z-index: 1;
}

/* CONTENT ABOVE IMAGE */
.seo-services-dark .container {
    position: relative;
    z-index: 2;
}

.seo-dark-content {
    max-width: 1100px;
    margin: auto;
}

.seo-dark-content h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 20px;
}

.seo-intro {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 18px;
    opacity: 0.95;
}

.seo-dark-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #e0e0e0;
    margin-bottom: 15px;
}

/* SERVICES LIST */
.seo-services-list {
    display: flex;
    gap: 60px;
    margin-top: 35px;
    flex-wrap: wrap;
}

.seo-services-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.seo-services-list li {
    position: relative;
    padding-left: 22px;
    font-size: 15px;
    margin-bottom: 12px;
}

.seo-services-list li::before {
    content: "■";
    position: absolute;
    left: 0;
    color: #ffffff;
    font-size: 10px;
    top: 6px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .seo-services-dark {
        padding: 60px 0;
    }

    .seo-dark-content h2 {
        font-size: 26px;
    }

    .seo-services-list {
        gap: 30px;
    }
}


/* ===== COMPETITOR ANALYSIS SECTION ===== */
.competitor-analysis {
    background: #ffffff;
    padding: 80px 0;
}

.competitor-card {
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    padding: 50px;
}

/* CONTENT */
.competitor-content h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #0b0b3b;
}

.competitor-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 30px;
}

/* LISTS */
.competitor-lists {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}

.competitor-lists ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.competitor-lists li {
    position: relative;
    padding-left: 22px;
    font-size: 15px;
    margin-bottom: 14px;
    color: #333;
}

.competitor-lists li::before {
    content: "■";
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 9px;
    color: #0b0b3b;
}

/* IMAGE */
.competitor-image img {
    max-width: 100%;
    height: auto;
}

/* RESPONSIVE */
@media(max-width:768px) {
    .competitor-card {
        padding: 30px;
    }

    .competitor-content h2 {
        font-size: 26px;
        text-align: center;
    }

    .competitor-content p {
        text-align: center;
    }

    .competitor-lists {
        gap: 30px;
    }

    .competitor-image {
        margin-top: 40px;
    }
}


/* ===== ANALYTICS & INSIGHTS SECTION ===== */
.analytics-insights {
    position: relative;
    padding: 90px 0;
    color: #ffffff;
    overflow: hidden;
}

/* BACKGROUND IMAGE */
.analytics-insights::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("images/analytics-bg.jpg") center/cover no-repeat;
    z-index: 0;
}

/* DARK OVERLAY */
.analytics-insights::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1;
}

/* CONTENT */
.analytics-insights .container {
    position: relative;
    z-index: 2;
}

.analytics-content {
    max-width: 720px;
}

.analytics-content h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 25px;
}

.analytics-content p {
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 15px;
    color: #eaeaea;
}

.analytics-content p strong {
    color: #ffffff;
}

/* RESPONSIVE */
@media(max-width:768px) {
    .analytics-insights {
        padding: 60px 0;
    }

    .analytics-content h2 {
        font-size: 26px;
    }

    .analytics-content {
        max-width: 100%;
    }
}


/* ===== MARKETING SERVICES SECTION ===== */
.marketing-services {
    background: #f8f9fc;
    padding: 80px 0;
}

.services-card {
    max-width: 900px;
    margin: auto;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    padding: 40px;
}

/* SERVICE ROW */
.service-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 30px 0;
}

.service-row.reverse {
    flex-direction: row-reverse;
}

.service-text {
    flex: 1;
}

.service-text h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0b0b3b;
}

.service-text p {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 15px;
}

/* BUTTON */
.service-btn {
    display: inline-block;
    padding: 8px 18px;
    background: #0d5cab;
    color: #fff;
    font-size: 13px;
    border-radius: 4px;
    text-decoration: none;
}

.service-btn:hover {
    background: #084a8f;
    color: #fff;
}

/* ICON */
.service-icon {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #f1f3f9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-icon img {
    max-width: 90px;
    height: auto;
}

/* DIVIDER */
.services-card hr {
    border: none;
    border-top: 1px solid #e5e7f0;
}

/* RESPONSIVE */
@media(max-width:768px) {

    .service-row,
    .service-row.reverse {
        flex-direction: column;
        text-align: center;
    }

    .service-icon {
        margin-top: 20px;
    }
}

/* ===== SEO APPROACH SECTION ===== */
.seo-approach {
    background: #ffffff;
    padding: 80px 0;
}

/* HEADER */
.seo-approach-header {
    max-width: 900px;
    margin: 0 auto 50px;
    text-align: center;
}

.seo-approach-header h2 {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.4;
    color: #0b0b3b;
    margin-bottom: 20px;
}

.seo-approach-header p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}

/* CENTER CARD */
.seo-approach-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 6px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    margin-bottom: 50px;
}

.seo-approach-card h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #0b0b3b;
}

.seo-approach-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

/* BOTTOM CONTENT */
.seo-approach-bottom h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0 10px;
    color: #0b0b3b;
}

.seo-approach-bottom p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 15px;
}

/* RESPONSIVE */
@media(max-width:768px) {
    .seo-approach {
        padding: 50px 0;
    }

    .seo-approach-header h2 {
        font-size: 22px;
    }

    .seo-approach-card {
        padding: 25px;
    }
}


/* ===== SEO PACKAGES SECTION ===== */
.seo-packages {
    background: #ffffff;
    padding: 80px 0;
}

.section-title {
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 40px;
    color: #000;
}

/* TABLE */
.seo-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    text-align: center;
}

.seo-table th,
.seo-table td {
    padding: 15px 12px;
    border: 1px solid #ffffff;
}

/* COLUMN HEADERS */
.col-head {
    background: #1b2559;
    color: #fff;
    text-align: left;
    font-weight: 700;
}

.basic {
    background: #243c9f;
    color: #fff;
}

.silver {
    background: #3b4fd8;
    color: #fff;
}

.gold {
    background: #4f67f2;
    color: #fff;
}

.platinum {
    background: #6f83ff;
    color: #fff;
}

/* ROW TITLES */
.row-title {
    text-align: left;
    font-weight: 600;
}

.row-title.pink {
    background: #ff8fab;
    color: #fff;
}

.row-title.dark {
    background: #1b2559;
    color: #fff;
}

/* SUB HEAD */
.sub-head td {
    font-weight: 700;
}

/* FULL DARK ROW */
.full-dark td {
    background: #1b2559;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

/* BODY */
.seo-table tbody td {
    background: #f1f1f1;
    color: #222;
}

/* RESPONSIVE */
.table-responsive {
    overflow-x: auto;
}

@media(max-width:768px) {
    .section-title {
        font-size: 26px;
    }

    .seo-table {
        font-size: 14px;
    }
}


/* ===== SEO FEATURES ===== */
.seo-features{
    padding:80px 0;
    background:#fff;
}

/* TABLE */
.feature-table{
    border:1px solid #e5e5e5;
    margin-bottom:30px;
}

.feature-head{
    background:#1b2559;
    color:#fff;
    padding:14px 20px;
    font-weight:700;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.feature-content table{
    width:100%;
    border-collapse:collapse;
}

.feature-content td{
    padding:12px;
    border:1px solid #eee;
    text-align:center;
}

.feature-content td:first-child{
    background:#ff8fab;
    color:#fff;
    text-align:left;
    font-weight:600;
}

/* ACCORDION */
.accordion-item{
    margin-bottom:12px;
    border-radius:4px;
    overflow:hidden;
}

.accordion-header{
    background:#1b2559;
    color:#fff;
    padding:14px 20px;
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-weight:600;
    transition:0.3s;
}

/* 🔥 HOVER EFFECT */
.accordion-header:hover{
    background:#2e3fc9;
    box-shadow:0 8px 20px rgba(0,0,0,0.2);
}

.accordion-header span{
    font-size:20px;
    transition:0.3s;
}

.accordion-header:hover span{
    transform:rotate(90deg);
}

.accordion-body{
    display:none;
    background:#f9f9f9;
    padding:18px 20px;
    color:#333;
    line-height:1.6;
    animation:fadeIn 0.3s ease-in;
}

/* ACTIVE STATE */
.accordion-item.active .accordion-body{
    display:block;
}

.accordion-item.active .accordion-header span{
    transform:rotate(45deg);
}

/* ANIMATION */
@keyframes fadeIn{
    from{opacity:0; transform:translateY(-5px);}
    to{opacity:1; transform:translateY(0);}
}

/* RESPONSIVE */
@media(max-width:768px){
    .accordion-header{
        font-size:14px;
    }
}

