﻿.webesignservice {
    background: #eef3ff;
    padding-top: 20px;
}

.websitedesignfluid .container .websitedesign {
    padding-top: 30px;
    padding-bottom: 50px
}

    .websitedesignfluid .container .websitedesign .servicepart
    Specificity:(0,4,0) {
        margin-top: 50px;
    }

.datacenter-steps {
    counter-reset: step;
    margin-left: 0;
    padding-left: 0;
}

    .datacenter-steps > li {
        list-style: none;
        margin-bottom: 32px;
        background: #f8faff;
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.04);
        padding: 24px 24px 16px 64px;
        position: relative;
        transition: box-shadow 0.2s;
    }

        .datacenter-steps > li:hover {
            box-shadow: 0 4px 16px rgba(0,0,0,0.10);
        }

        .datacenter-steps > li:before {
            counter-increment: step;
            content: counter(step);
            position: absolute;
            left: 24px;
            top: 24px;
            background: #2a4cff;
            color: #fff;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 1.2em;
            box-shadow: 0 2px 8px rgba(42,76,255,0.15);
        }

    .datacenter-steps h3 {
        margin-top: 0;
        color: #2a4cff;
        font-size: 1.2em;
        margin-bottom: 8px;
    }

    .datacenter-steps ul {
        margin: 0 0 0 16px;
        padding: 0;
    }

        .datacenter-steps ul li {
            list-style: disc;
            margin-bottom: 6px;
            color: #333;
        }

.highlight {
    background: #e6f7ff;
    border-left: 4px solid #2a4cff;
    padding: 16px 24px;
    border-radius: 6px;
    font-weight: 500;
    color: #1a2a3a;
    margin-top: 32px;
}

.abutPnl1 {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    align-items: flex-start;
}

.dtlPnl {
    flex: 2 1 400px;
    min-width: 300px;
}

.imgPnl {
    flex: 1 1 250px;
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .imgPnl img {
        max-width: 100%;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }

@media (max-width: 900px) {
    .abutPnl1 {
        flex-direction: column;
        align-items: stretch;
    }

    .imgPnl {
        margin-top: 24px;
    }
}
