/* ==========================================
   Marketing Analytics Page Styling
========================================== */

.section-block {
    padding: 90px 0;
    position: relative;
}

.section-light {
    background: #ffffff;
}

.section-soft {
    background: #f7f8fb;
}

.section-divider-top {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.section-divider-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

/* ==========================================
   Hero / Breadcrumb
========================================== */

.breadcrumb-area {
    padding: 120px 0 110px;
}

.page-hero-content h1 {
    margin-bottom: 15px;
}

.page-hero-subtitle {
    max-width: 720px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 1.7;
}

/* ==========================================
   Headings
========================================== */

.site-heading {
    margin-bottom: 42px;
}

.site-heading .title,
.site-heading h2,
.site-heading h3 {
    margin-bottom: 12px;
}

.site-heading .devider {
    margin-top: 10px;
}

.section-intro {
    max-width: 760px;
    margin: 16px auto 0;
    line-height: 1.8;
    color: #666;
}

.text-light .section-intro {
    color: rgba(255, 255, 255, 0.82);
}

/* ==========================================
   Generic soft card
========================================== */

.soft-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 28px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.soft-card p:last-child {
    margin-bottom: 0;
}

/* ==========================================
   Diagram section
========================================== */

.analytics-diagram-section {
    text-align: center;
}

.diagram-frame {
    background: #ffffff;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.analytics-diagram-section img {
    width: 100%;
    max-width: 1100px;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 14px;
}

/* ==========================================
   Approach cards
========================================== */

.services-style-three-area {
    background: #ffffff;
}

.services-style-three {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding: 30px 24px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.04);
    transition: all 0.28s ease;
}

.services-style-three:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.services-style-three .info {
    text-align: left;
}

.service-icon-badge {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    background: rgba(18, 98, 255, 0.08);
    color: #125ee8;
    box-shadow: inset 0 0 0 1px rgba(18, 98, 255, 0.08);
}

.service-icon-badge i {
    font-size: 24px;
    line-height: 1;
}

.services-style-three h3 {
    font-size: 22px;
    line-height: 1.35;
    margin-bottom: 12px;
    font-weight: 700;
}

.services-style-three p {
    margin-bottom: 0;
    color: #666;
    line-height: 1.75;
}

.services-style-three p a {
    color: #666;
    text-decoration: underline;
}

/* ==========================================
   Client logo section
========================================== */

.process-style-one-area {
    background: #f7f8fb;
}

.client-logo-grid {
    margin-top: 20px;
}

.default-feature-item {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px;
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    transition: all 0.25s ease;
}

.default-feature-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.07);
}

.default-feature-item img {
    max-width: 100%;
    max-height: 70px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.btn-rounded {
    border-radius: 999px;
    padding: 12px 28px;
}

/* ==========================================
   Tabs / dark section
========================================== */

.mission-vision-style-one-area {
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.mission-vision-style-one-area .section-overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 17, 32, 0.72);
    z-index: 1;
}

.mission-vision-style-one-area .container {
    position: relative;
    z-index: 2;
}

.mission-tab-navs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    border-bottom: none;
    margin-bottom: 28px;
}

.mission-tab-navs .nav-link {
    border: none;
    border-radius: 12px;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-weight: 600;
    transition: all 0.25s ease;
}

.mission-tab-navs .nav-link:hover {
    background: rgba(255, 255, 255, 0.14);
}

.mission-tab-navs .nav-link.active {
    background: #ffffff;
    color: #101828;
}

.mission-tab-content {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    padding: 30px 30px 20px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.mission-tab-content ul {
    margin: 0;
    padding-left: 20px;
}

.mission-tab-content li {
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.8;
    margin-bottom: 10px;
}

/* ==========================================
   Misc
========================================== */

.testimonial-thumb img {
    border-radius: 18px;
}

.process-style-one-area .btn.btn-primary {
    margin-top: 18px;
}

/* ==========================================
   Responsive
========================================== */

@media (max-width: 991px) {
    .section-block {
        padding: 75px 0;
    }

    .page-hero-content h1 {
        font-size: 34px;
    }

    .services-style-three h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .section-block {
        padding: 60px 0;
    }

    .breadcrumb-area {
        padding: 95px 0 85px;
    }

    .page-hero-subtitle {
        font-size: 15px;
        line-height: 1.6;
    }

    .site-heading {
        margin-bottom: 32px;
    }

    .section-intro {
        font-size: 15px;
        line-height: 1.7;
    }

    .soft-card {
        padding: 22px 18px;
    }

    .diagram-frame {
        padding: 14px;
        border-radius: 18px;
    }

    .services-style-three {
        padding: 24px 20px;
    }

    .service-icon-badge {
        width: 52px;
        height: 52px;
        border-radius: 14px;
    }

    .service-icon-badge i {
        font-size: 21px;
    }

    .services-style-three h3 {
        font-size: 18px;
    }

    .default-feature-item {
        min-height: 110px;
        padding: 18px;
    }

    .default-feature-item img {
        max-height: 55px;
    }

    .mission-tab-navs .nav-link {
        width: 100%;
        text-align: center;
    }

    .mission-tab-content {
        padding: 22px 18px 14px;
    }
}

/* ================================
   Approach section (no icons)
================================ */

.approach-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    margin-top: 30px;
}

.approach-item {
    padding: 26px 28px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
    transition: all .25s ease;
    position: relative;
}

/* alternate style */

.approach-item:nth-child(even) {
    background: #f7f8fb;
    border-color: rgba(0,0,0,0.06);
}

/* accent bar */

.approach-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;
    width: 4px;
    border-radius: 4px;
    background: #2563eb;
    opacity: .6;
}

.approach-item:nth-child(even)::before {
    background: #111827;
    opacity: .35;
}

.approach-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(0,0,0,0.08);
}

.approach-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.35;
}

.approach-item p {
    margin: 0;
    color: #555;
    line-height: 1.7;
}

.approach-item a {
    color: #555;
    text-decoration: underline;
}


/* responsive */

@media (max-width: 991px) {

    .approach-grid {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 767px) {

    .approach-item {
        padding: 22px 18px;
    }

    .approach-item h3 {
        font-size: 18px;
    }

}