.digital-marketing {
    width: 100%;
    height: 756px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #0A1930;
}
.marketing-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: center/cover;
    mix-blend-mode: soft-light;
    z-index: 1;
}

.digital-marketing .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.marketing-header {
    text-align: center;
    margin-bottom: 60px;
}

.digital-marketing .section-label {
    color: #34C7F5;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2%;
}

.marketing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.marketing-card {
    background: rgba(71, 85, 105, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 4px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    animation: fadeInScale 0.6s ease backwards;
}

.marketing-card:nth-child(1) {
    animation-delay: 0.1s;
}





.digital-marketing .section-title {
    position: relative;
    color: white;
    text-shadow: 0 0 10px rgba(52, 199, 245, 0.5);

}

.section-title {
    color: white;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 24px;
}

.marketing-header .section-desc {
    color: white !important;
    font-size: 18px;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

.marketing-card p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 1.6;
    transition: color 0.3s ease;
}
.marketing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 32px rgba(52, 199, 245, 0.15);
    background: rgba(71, 85, 105, 0.8);
}

.marketing-card h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #1D7AC0, #34C7F5);
    transition: width 0.3s ease;
}

.digital-marketing .section-title::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #34C7F5, transparent);
    animation: glowLine 3s ease-in-out infinite;
}

@keyframes glowLine {
    0% { width: 0; opacity: 0; }
    50% { width: 100%; opacity: 1; }
    100% { width: 0; opacity: 0; }
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.digital-marketing {
    width: 100%;
    height: 756px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #0A1930;
}
.marketing-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: center/cover;
    mix-blend-mode: soft-light;
    z-index: 1;
}

.digital-marketing .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.marketing-header {
    text-align: center;
    margin-bottom: 60px;
}

.digital-marketing .section-label {
    color: #34C7F5;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2%;
}

.marketing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.marketing-card {
    background: rgba(71, 85, 105, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 4px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    animation: fadeInScale 0.6s ease backwards;
}

.marketing-card:nth-child(1) {
    animation-delay: 0.1s;
}





.digital-marketing .section-title {
    position: relative;
    color: white;
    text-shadow: 0 0 10px rgba(52, 199, 245, 0.5);

}

.section-title {
    color: white;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 24px;
}

.marketing-header .section-desc {
    color: white !important;
    font-size: 18px;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

.marketing-card p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 1.6;
    transition: color 0.3s ease;
}
.marketing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 32px rgba(52, 199, 245, 0.15);
    background: rgba(71, 85, 105, 0.8);
}

.marketing-card h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #1D7AC0, #34C7F5);
    transition: width 0.3s ease;
}

.digital-marketing .section-title::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #34C7F5, transparent);
    animation: glowLine 3s ease-in-out infinite;
}

@keyframes glowLine {
    0% { width: 0; opacity: 0; }
    50% { width: 100%; opacity: 1; }
    100% { width: 0; opacity: 0; }
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Responsive styles */
@media screen and (max-width: 1024px) {
    .digital-marketing {
        height: auto;
        padding: 80px 0;
    }

    .digital-marketing .container {
        max-width: 900px;
    }

    .marketing-header {
        margin-bottom: 40px;
    }

    .section-title {
        font-size: 32px;
    }
}

@media screen and (max-width: 768px) {
    .digital-marketing {
        padding: 60px 0;
    }

    .marketing-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .digital-marketing .section-label {
        font-size: 14px;
    }

    .section-title {
        font-size: 28px;
    }

    .marketing-header .section-desc {
        font-size: 16px;
        max-width: 500px;
    }
}

@media screen and (max-width: 480px) {
    .digital-marketing {
        padding: 40px 0;
    }

    .marketing-header {
        margin-bottom: 30px;
    }

    .marketing-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .digital-marketing .container {
        padding: 0 15px;
    }

    .section-title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .marketing-header .section-desc {
        font-size: 14px;
    }

    .marketing-card {
        padding: 20px;
    }

    .marketing-card p {
        font-size: 14px;
    }
}