/* Digital Marketing page styles */

/* ===== HERO (Digital Marketing Agency) ===== */
.dm-hero {
    position: relative;
    padding: 140px 8% 130px;
    overflow: hidden;
    min-height: 72vh;
    display: flex;
    align-items: center;
    background-image:
        linear-gradient(to right, rgba(10, 16, 40, 0.92), rgba(10, 16, 40, 0.85), rgba(15, 23, 42, 0.7)),
        url("../img/digital/digital-marketing-corporate.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.dm-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(79, 70, 229, 0.28), transparent 45%),
        linear-gradient(-135deg, rgba(30, 64, 175, 0.55), transparent 55%);
    mix-blend-mode: multiply;
    pointer-events: none;
}

.dm-hero-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.6fr) minmax(0, 0.4fr);
    gap: 32px;
    align-items: center;
    width: 100%;
}

.dm-hero-inner {
    text-align: left;
}

.dm-hero-tagline {
    font-size: 14px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #c7d2ff;
    margin-bottom: 18px;
}

.dm-hero-heading {
    line-height: 1.08;
    font-weight: 800;
    margin-bottom: 18px;
    max-width: 680px;
    color: #ffffff;
}

.dm-hero-subtext {
    max-width: 640px;
    color: #d1d5ff;
    line-height: 1.7;
    margin-bottom: 32px;
}

.dm-hero-visual {
    position: relative;
    animation: dm-hero-float 4s ease-in-out infinite;
}

.dm-hero-visual::before {
    content: "";
    position: absolute;
    inset: -18px -10px 18px 10px;
    border-radius: 30px;
    background: radial-gradient(circle at top right, rgba(79, 70, 229, 0.2), transparent 60%);
    animation: dm-hero-pulse 3s ease-in-out infinite;
}

@keyframes dm-hero-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

@keyframes dm-hero-pulse {
    0%, 100% { opacity: 0.4; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(1.02); }
}

.dm-hero-visual img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    max-width: 420px;
    object-fit: cover;
    margin-left: auto;
}

.dm-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.dm-btn-primary,
.dm-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 26px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid transparent;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
    cursor: pointer;
}

.dm-btn-primary {
    background: linear-gradient(135deg, #4f46e5, #6366f1, #a855f7);
    color: #ffffff;
    box-shadow: 0 16px 40px rgba(79, 70, 229, 0.7);
}

.dm-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 55px rgba(79, 70, 229, 0.9);
    color: #ffffff;
}

.dm-btn-secondary {
    background: transparent;
    color: #e5e7ff;
    border-color: rgba(148, 163, 253, 0.7);
}

.dm-btn-secondary svg {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    fill: currentColor;
}

.dm-btn-secondary:hover {
    background: rgba(15, 23, 42, 0.8);
    transform: translateY(-1px);
}

/* ===== Section: What We Do ===== */
.dm-what {
    padding: 70px 0 70px;
    max-width: 1200px;
    margin: 0 auto;
}

.dm-what-row {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 40px;
    align-items: center;
}

.dm-what-label {
    font-size: 14px;
    letter-spacing: 0.20em;
    text-transform: uppercase;
    color: #4f46e5;
    margin-bottom: 8px;
}

.dm-what-title {
    line-height: 5rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 14px;
}

.dm-what-text {
    color: #353f4d;
    line-height: 1.7;
    margin-bottom: 16px;
}

.dm-what-divider {
    width: 70px;
    height: 2px;
    background: linear-gradient(90deg, #4f46e5, #22c55e);
    margin: 10px 0 22px;
}

.dm-what-steps {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.dm-what-visual {
    max-width: 460px;
    margin-inline: auto;
}

.dm-what-visual img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 26px;
    animation: dm-bounce 3.6s ease-in-out infinite;
}

@keyframes dm-bounce {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.dm-step {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
    /* Align icon and text vertically so the icon sits parallel with the title */
    align-items: center;
}

.dm-step-icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 30% 0, rgba(248, 250, 252, 0.96), transparent 65%),
    linear-gradient(135deg, #0ea5e9, #6366f1);
    color: #ffffff;
    font-size: 18px;
}

.dm-step-title {
    font-weight: 600;
    color: #111827;
    margin-bottom: 6px;
}

.dm-step-text {
    color: #353f4d;
    line-height: 1.6;
}

/* ===== Our Digital Marketing Services (4 icon cards) ===== */
.dm-services {
    padding: 80px 6% 90px;
    position: relative;
    overflow: hidden;
}

.dm-services-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.dm-services-header {
    text-align: center;
    margin: 0 auto 44px;
}

.dm-services-label {
    font-size: 14px;
    letter-spacing: 0.20em;
    text-transform: uppercase;
    color: #4f46e5;
    margin-bottom: 8px;
}

.dm-services-title {
    font-weight: 700;
    margin-bottom: 10px;
}

.dm-services-text {
    line-height: 1.7;
}

.dm-services-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    margin-top: 36px;
}

.dm-service-card {
    background:radial-gradient(circle at left top, rgb(11, 17, 32) 0%, rgb(2, 6, 23) 40%, rgb(2, 6, 23) 100%);;
    border-radius: 18px;
    padding: 26px 22px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.6);
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 14px;
    row-gap: 8px;
    align-items: flex-start;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.dm-service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(56, 189, 248, 0.9);
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.9);
}

.dm-service-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background:radial-gradient(circle at 30% 10%, rgba(255, 255, 255, 0.06), transparent 60%), linear-gradient(135deg, #0ea5e9, #6366f1);
    color: #ffffff;
    font-size: 20px;
    margin: 0;
    grid-row: 1 / span 2;
    grid-column: 1;
}

.dm-service-title {
    font-weight: 600;
    color: #e5e7eb;
    margin: 2px 0 6px;
    grid-column: 2;
    grid-row: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dm-service-title a {
    color: inherit;
    text-decoration: none;
}

.dm-service-title a:hover {
    text-decoration: underline;
}

.dm-service-text {
    color: #cbd5f5;
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    grid-column: 2;
    grid-row: 2;
}

/* ===== Why Choose Intellimax (new) ===== */
.dm-why {
    padding: 60px 6% 40px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.dm-why-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.dm-why-header {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 30px;
}

.dm-why-title {
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}

.dm-why-text {
    color: #475569;
    line-height: 1.6;
}

.dm-why-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-top: 26px;
}

.dm-why-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 20px;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}

.dm-why-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #4f46e5, #06b6d4);
    color: #fff;
    font-size: 22px;
}

.dm-why-card-title {
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.dm-why-card-text {
    color: #475569;
    margin: 0;
}

.dm-why-cta {
    text-align: center;
    margin-top: 26px;
}

@media (max-width: 991.98px) {
    .dm-why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .dm-why-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== Integrated Digital Marketing Solutions cards ===== */
.digital-marketing-section {
    padding: 80px 0 80px;
    position: relative;
    max-width: 1200px;
    margin: 40px auto 80px;
}

.digital-marketing-section .dm-wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.digital-marketing-section .dm-header {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 70px;
}

.digital-marketing-section .dm-header h1 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #111827;
}

.digital-marketing-section .dm-header p {
    color: #353f4d;
    line-height: 1.6;
}

.digital-marketing-section .dm-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.digital-marketing-section .dm-card {
    background: #ffffff;
    padding: 30px 26px;
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 260px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.digital-marketing-section .dm-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.2);
    border-color: rgba(59, 130, 246, 0.7);
}

.digital-marketing-section .dm-card.highlight {
    border-color: rgba(59, 130, 246, 0.9);
    box-shadow: 0 28px 80px rgba(59, 130, 246, 0.35);
}

.digital-marketing-section .dm-card-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    min-height: 130px;
    margin-bottom: 4px;
}

.digital-marketing-section .dm-icon-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 8px;
}

.digital-marketing-section .dm-title-wrap {
    width: 100%;
    /* text-align: center; */
    min-height: 52px;
    /* display: flex; */
    align-items: flex-end;
    justify-content: center;
}

.digital-marketing-section .dm-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 30% 0, rgba(255, 255, 255, 0.95), transparent 60%),
    linear-gradient(135deg, #0ea5e9, #6366f1);
    color: #ffffff;
    font-size: 26px;
    margin-bottom: 14px;
    box-shadow: 0 10px 24px rgba(118, 75, 162, 0.55);
}

.digital-marketing-section .dm-title {
    font-weight: 700;
    color: #111827;
    margin: 4px 0 10px;
}

.digital-marketing-section .dm-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 480px;
}

.digital-marketing-section .dm-card ul li {
    margin-bottom: 12px;
    color: #353f4d;
    position: relative;
    padding-left: 22px;
    line-height: 1.6;
}

.digital-marketing-section .dm-card ul li::before {
    content: "";
    width: 12px;
    height: 12px;
    background: linear-gradient(135deg, #4f46e5, #6366f1, #a855f7);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
}

.digital-marketing-section .dm-card ul li::after {
    content: "";
    width: 6px;
    height: 6px;
    background: #020617;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 9px;
}

/* ===== CTA Section ===== */
.digital-marketing-section .dm-cta {
    text-align: center;
    margin-top: 70px;
}

.digital-marketing-section .dm-cta a {
    display: inline-block;
    padding: 15px 46px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: #ffffff;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.03em;
    box-shadow: 0 14px 30px rgba(118, 75, 162, 0.45);
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.digital-marketing-section .dm-cta a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.35), transparent 55%);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.digital-marketing-section .dm-cta a:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(118, 75, 162, 0.6);
}

.digital-marketing-section .dm-cta a:hover::before {
    opacity: 1;
}

/* ===== Responsive tweaks ===== */
@media (max-width: 991.98px) {
    .dm-hero {
        padding: 110px 6% 90px;
        min-height: 0;
    }

    .dm-hero-heading {
        font-size: 35px;
    }

    .dm-what-row {
        grid-template-columns: minmax(0, 1.1fr);
    }

    .dm-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .digital-marketing-section .dm-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .dm-hero {
        padding: 90px 6% 70px;
    }

    .dm-hero-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .dm-hero-visual {
        order: -1;
        margin-bottom: 16px;
    }

    .dm-hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .dm-what {
        padding: 50px 0 40px;
    }

    .dm-services {
        padding: 50px 6% 40px;
    }

    .dm-services-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .digital-marketing-section {
        padding: 60px 0 60px;
        margin: 30px auto 60px;
    }

    .digital-marketing-section .dm-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .digital-marketing-section .dm-card {
        min-height: 0;
        padding: 24px 20px;
    }

    .digital-marketing-section .dm-icon {
        width: 56px;
        height: 56px;
        font-size: 22px;
    }
}

@media (max-width: 575.98px) {
    .digital-marketing-section {
        padding: 40px 4%;
    }

    .digital-marketing-section .dm-header p {
        font-size: 16px;
    }

    .digital-marketing-section .dm-grid {
        gap: 20px;
    }
}

/* ===== Why Choose Our Digital Marketing Services (Combined Section) ===== */
.dm-choose-process {
    padding: 80px 6%;
    background:linear-gradient(135deg, #f9fafb 0%, #e0f2fe 40%, #eef2ff 100%);
    position: relative;
    overflow: hidden;
}

.dm-choose-process::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    /* background: radial-gradient(circle at 30% 30%, rgba(129, 140, 248, 0.16) 0%, transparent 55%),
                radial-gradient(circle at 70% 70%, rgba(244, 114, 182, 0.12) 0%, transparent 55%); */
    animation: dm-choose-bg 20s ease-in-out infinite;
}

@keyframes dm-choose-bg {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(5%, 5%); }
}

.dm-choose-process-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Highlights list - modern styled */
.dm-choose-process-highlights {
    list-style: none;
    padding: 0;
    margin: 0 auto 32px;
    max-width: 900px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 24px;
}

.dm-choose-process-highlights li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    background: linear-gradient(135deg, rgba(219, 234, 254, 0.95) 0%, rgba(237, 233, 254, 0.95) 100%);
    border: 1px solid rgba(148, 163, 184, 0.7);
    border-radius: 999px;
    color: #0f172a;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.25s ease;
}

.dm-choose-process-highlights li:hover {
    background: linear-gradient(135deg, rgba(219, 234, 254, 1) 0%, rgba(221, 214, 254, 1) 100%);
    border-color: rgba(59, 130, 246, 0.8);
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.55);
}

.dm-choose-process-highlights .highlight-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    flex-shrink: 0;
}

.dm-choose-process-highlights li span:last-child {
    line-height: 1.4;
}

.dm-choose-process-header {
    text-align: center;
    margin-bottom: 32px;
}

.dm-choose-process-header-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 60%, #d946ef 100%);
    color: #ffffff;
    font-size: 22px;
    box-shadow: 0 10px 28px rgba(99, 102, 241, 0.32);
    margin: 10px auto 6px;
}

.dm-choose-process-title {
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
    background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 60%, #4f46e5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.dm-choose-process-subtitle {
    color: #4b5563;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto;
}

.dm-choose-process-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.dm-choose-process-card {
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.4);
    border-radius: 12px;
    padding: 18px 16px;
    text-align: left;
    transition: all 0.28s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    height: 100%;
}

.dm-choose-process-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #6366f1, #a855f7, #ec4899);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.dm-choose-process-card:hover {
    transform: translateY(-8px);
    background:radial-gradient(circle at left top, rgb(11, 17, 32) 0%, rgb(2, 6, 23) 40%, rgb(2, 6, 23) 100%);;
    border-color: rgba(99, 102, 241, 0.55);
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.18);
}

.dm-choose-process-card:hover::before {
    transform: scaleX(1);
}

.dm-choose-process-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #d946ef 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    font-size: 20px;
    color: #ffffff;
    box-shadow: 0 8px 22px rgba(99, 102, 241, 0.34);
    transition: all 0.28s ease;
}

.dm-choose-process-card:hover .dm-choose-process-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 15px 40px rgba(99, 102, 241, 0.6);
}

.dm-choose-process-card h3 {
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 6px;
}

.dm-choose-process-card p {
    color: #4b5563;
    line-height: 1.6;
    margin: 0;
}

/* spacing utilities for card body text */
.dm-choose-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 0;
}

.dm-choose-process-card p {
    max-width: 60ch;
}

/* Feature-tile style (left icon + heading, hover effects like the example) */

.dm-choose-process-card.feature-tile {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
}

.dm-choose-process-card.feature-tile .dm-choose-process-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 30% 10%, rgba(255,255,255,0.06), transparent 60%), linear-gradient(135deg, #0ea5e9, #6366f1);
    color: #ffffff;
    font-size: 18px;
    margin: 0;
    flex: 0 0 auto;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
}

.dm-choose-process-card.feature-tile .feature-content {
    flex: 1 1 auto;
}

.dm-choose-process-card.feature-tile h3 {
    color: #0f172a;
    margin: 0 0 6px 0;
    line-height: 1.35;
}

.dm-choose-process-card.feature-tile p {
    margin: 0;
    color: #4b5563;
    line-height: 1.7;
}

/* ===== Industries We Serve (image + content split) ===== */
.dm-industries {
    padding: 80px 6% 70px;
    background: radial-gradient(circle at top left, #0b1120 0%, #020617 40%, #020617 100%);
}

.dm-industries-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.2fr);
    gap: 40px;
    align-items: center;
}

.dm-industries-media {
    position: relative;
}

.dm-industries-media::before {
    content: "";
    position: absolute;
    inset: 12px -20px -18px 16px;
    border-radius: 32px;
    background: radial-gradient(circle at top left, rgba(56, 189, 248, 0.2), transparent 60%);
    opacity: 0.7;
    pointer-events: none;
}

.dm-industries-media img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 26px;
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.9);
    object-fit: cover;
}

.dm-industries-content {
    color: #e5e7eb;
}

.dm-section-kicker {
    font-size: 13px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #38bdf8;
    margin-bottom: 10px;
}

.dm-section-title {
    font-weight: 700;
    color: #f9fafb;
    margin-bottom: 14px;
}

.dm-section-body {
    color: #cbd5f5;
    line-height: 1.7;
    margin-bottom: 12px;
}

.dm-industries-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
    padding: 0;
    list-style: none;
}

.dm-industries-tags li {
    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.5);
    background: rgba(15, 23, 42, 0.8);
    color: #e5e7eb;
}

/* ===== Benefits of Digital Marketing Services (text left, image right) ===== */
.dm-benefits {
    padding: 70px 6% 70px;
    background: linear-gradient(135deg, #f9fafb 0%, #e0f2fe 40%, #eef2ff 100%);
}

.dm-benefits-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 40px;
    align-items: center;
}

.dm-benefits-content {
    order: 1;
}

.dm-benefits-header {
    max-width: 720px;
    margin: 0;
    text-align: left;
}

.dm-benefits .dm-section-title {
    color: #0f172a;
}

.dm-benefits .dm-section-body {
    color: #334155;
}

.dm-benefits-media {
    order: 2;
    position: relative;
}

.dm-benefits-media::before {
    content: "";
    position: absolute;
    inset: -18px -20px 18px 20px;
    border-radius: 30px;
    /* background: radial-gradient(circle at top right, rgba(59, 130, 246, 0.24), transparent 60%); */
}

.dm-benefits-media img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 24px;
    /* box-shadow: 0 24px 60px rgba(15, 23, 42, 0.35); */
    object-fit: cover;
}

/* ===== Why Businesses Trust Our Digital Marketing Services ===== */
.dm-trust {
    padding: 70px 6% 70px;
    background: radial-gradient(circle at top, #020617 0%, #020617 45%, #020617 100%);
}

.dm-trust-inner {
    max-width: 1180px;
    margin: 0 auto;
    text-align: center;
}

.dm-section-title-light {
    color: #e5e7eb;
}

.dm-section-body-light {
    color: #cbd5f5;
}



.dm-trust-point {
    padding: 6px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #22c55e, #14b8a6);
    font-size: 13px;
    font-weight: 500;
    color: #f9fafb;
}

/* ===== Get Started with Digital Marketing (CTA) ===== */
.dm-get-started {
    padding: 70px 6% 80px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 45%, #4f46e5 100%);
    position: relative;
    overflow: hidden;
}

.dm-get-started::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 30%, rgba(79, 70, 229, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 70% 70%, rgba(168, 85, 247, 0.1) 0%, transparent 50%);
    animation: dm-get-started-bg 15s ease-in-out infinite;
    pointer-events: none;
}

@keyframes dm-get-started-bg {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(3%, 3%); }
}

.dm-get-started-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 1;
}

.dm-get-started-copy {
    flex: 1 1 500px;
    min-width: 280px;
    animation: dm-fadeInLeft 0.8s ease-out forwards;
    opacity: 0;
}

@keyframes dm-fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.dm-get-started-media {
    flex: 0 1 400px;
    min-width: 280px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: dm-fadeInRight 0.8s ease-out 0.3s forwards;
    opacity: 0;
}

@keyframes dm-fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.dm-get-started-media::before {
    content: "";
    position: absolute;
    inset: -16px -10px 16px 10px;
    border-radius: 28px;
    background: radial-gradient(circle at top right, rgba(79, 70, 229, 0.2), transparent 60%);
    animation: dm-pulse 3s ease-in-out infinite;
}

@keyframes dm-pulse {
    0%, 100% { opacity: 0.5; transform: scale(1); }
    50% { opacity: 0.8; transform: scale(1.02); }
}

.dm-get-started-media img {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 400px;
    height: auto;
    display: block;
    object-fit: cover;
    animation: dm-bounce 3s ease-in-out infinite;
}

@keyframes dm-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.dm-get-started-title {
    font-weight: 700;
    color: #f9fafb;
    margin-bottom: 10px;
}

.dm-get-started-text {
    color: #cbd5f5;
    line-height: 1.7;
    margin-bottom: 8px;
}

.dm-get-started-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.dm-get-started-actions .dm-btn-primary,
.dm-get-started-actions .dm-btn-secondary {
    animation: dm-fadeInUp 0.6s ease-out 0.5s forwards;
    opacity: 0;
}

@keyframes dm-fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dm-get-started-actions .dm-btn-primary:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 20px 50px rgba(79, 70, 229, 0.5);
}

.dm-get-started-actions .dm-btn-secondary:hover {
    transform: translateY(-2px);
    background: rgba(15, 23, 42, 0.8);
}

.dm-btn-secondary-light {
    border-color: rgba(191, 219, 254, 0.8);
    color: #e5e7eb;
}

.dm-btn-secondary-light:hover {
    background: rgba(15, 23, 42, 0.7);
}

/* ===== Tools & Platforms We Use (distinct theme) ===== */
.dm-tools {
    padding: 70px 6% 80px;
    background:linear-gradient(135deg, #f9fafb 0%, #e0f2fe 40%, #eef2ff 100%);
}

.dm-tools-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 36px;
    align-items: center;
}

.dm-tools-header {
    max-width: 760px;
    margin: 0 auto 32px;
    text-align: center;
}

.dm-tools .dm-section-kicker {
    color: #9333ea;
}

.dm-tools .dm-section-title {
    color: #111827;
}

.dm-tools .dm-section-body {
    color: #374151;
}

.dm-tools-media {
    position: relative;
}



.dm-tools-media img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 22px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.35);
    object-fit: cover;
}

.dm-tools-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.dm-tool-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 20px 18px;
    border: 1px solid rgba(148, 163, 184, 0.5);
    box-shadow: 0 14px 35px rgba(148, 163, 184, 0.45);
}

.dm-tool-card h3 {
    font-weight: 600;
    color: #111827;
    margin-bottom: 8px;
}

.dm-tool-card p {
    color: #4b5563;
    line-height: 1.7;
    margin: 0;
}

/* Responsive for new sections */
@media (max-width: 991.98px) {
    .dm-industries-inner {
        grid-template-columns: minmax(0, 1fr);
    }

    .dm-tools-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dm-tools-inner {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 767.98px) {
    .dm-industries,
    .dm-benefits,
    .dm-tools,
    .dm-get-started {
        padding-inline: 5%;
    }

    .dm-tools-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .dm-benefits-inner {
        grid-template-columns: minmax(0, 1fr);
    }

    .dm-benefits-media {
        order: 1;
    }

    .dm-benefits-content {
        order: 2;
        margin-top: 20px;
    }

    .dm-get-started-inner {
        flex-direction: column;
    }

    .dm-get-started-media {
        order: 1;
        margin-top: 10px;
        width: 100%;
    }

    .dm-get-started-copy {
        order: 2;
        width: 100%;
    }

    .dm-section-title {
        font-size: 26px;
    }
}

.dm-choose-process-card.feature-tile:hover {
    background:radial-gradient(circle at left top, rgb(11, 17, 32) 0%, rgb(2, 6, 23) 40%, rgb(2, 6, 23) 100%);;
    transform: translateY(-6px);
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.18);
}

.dm-choose-process-card.feature-tile:hover h3,
.dm-choose-process-card.feature-tile:hover p {
    color: #ffffff;
}

.dm-choose-process-card.feature-tile:hover .dm-choose-process-icon {
    filter: brightness(1.05);
}

/* Responsive paddings similar to the example: small → larger on bigger screens */
@media (min-width: 768px) {
    .dm-choose-process-card.feature-tile { padding: 20px; }
    .dm-choose-process-card.feature-tile h3 { font-size: 16px; }
}
@media (min-width: 992px) {
    .dm-choose-process-card.feature-tile { padding: 24px; }
}

/* Responsive */
@media (max-width: 991px) {
    .dm-choose-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .dm-choose-process-title {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .dm-choose-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .dm-choose-process {
        padding: 60px 5%;
    }
}

@media (max-width: 480px) {
    .dm-choose-process-grid {
        grid-template-columns: 1fr;
    }
}

