/* =========================================================
   Website Services Across Delhi
   Premium local SEO / digital agency section
   ========================================================= */

.tw-wsad-section {
    position: relative;
    overflow: hidden;
    padding: 88px 0 72px;
    background:
        radial-gradient(circle at 8% 35%, rgba(37, 99, 235, .10), transparent 30%),
        radial-gradient(circle at 92% 65%, rgba(16, 185, 129, .09), transparent 28%),
        linear-gradient(135deg, #f7fbff 0%, #ffffff 48%, #effbfa 100%);
    color: #10295b;
}

.tw-wsad-container {
    position: relative;
    z-index: 2;
}

.tw-wsad-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
    align-items: center;
    gap: 46px;
}

.tw-wsad-content {
    position: relative;
    z-index: 3;
}

.tw-wsad-eyebrow {
    margin-bottom: 17px;
    color: #31558d;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .30em;
    text-transform: uppercase;
}

.tw-wsad-title {
    max-width: 700px;
    margin: 0;
    color: #10204a;
    font-size: clamp(42px, 5vw, 74px);
    line-height: .98;
    letter-spacing: -.045em;
    font-weight: 900;
}

.tw-wsad-title span {
    color: #1674ed;
}

.tw-wsad-heading-location {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    vertical-align: baseline;
}

.tw-wsad-heading-location-text {
    color: #1674ed;
}

.tw-wsad-title-pin {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: .72em;
    height: .72em;
    flex: 0 0 .72em;
    margin: 0;
    color: #ff315f;
    font-size: .62em;
    line-height: 1;
    vertical-align: middle;
    transform: translateY(-.03em);
}

.tw-wsad-description {
    max-width: 640px;
    margin: 25px 0 29px;
    color: #52698e;
    font-size: 18px;
    line-height: 1.58;
}

.tw-wsad-services {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 27px;
}

.tw-wsad-service {
    display: flex;
    min-height: 116px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 14px 8px;
    border-radius: 19px;
    text-align: center;
    text-decoration: none;
    background: rgba(255,255,255,.86);
    border: 1px solid rgba(190, 213, 244, .78);
    box-shadow: 0 12px 28px rgba(35, 74, 130, .08);
    transition: transform .25s ease, box-shadow .25s ease;
}

.tw-wsad-service:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 36px rgba(35, 74, 130, .14);
}

.tw-wsad-service-icon {
    display: grid;
    width: 57px;
    height: 57px;
    place-items: center;
    margin-bottom: 10px;
    border-radius: 16px;
    color: #fff;
    font-size: 24px;
    background: #287ff0;
    box-shadow: 0 10px 20px rgba(40,127,240,.22);
}

.tw-wsad-service:nth-child(2) .tw-wsad-service-icon {
    background: #13b982;
}

.tw-wsad-service:nth-child(3) .tw-wsad-service-icon {
    background: #f6a01a;
}

.tw-wsad-service:nth-child(4) .tw-wsad-service-icon {
    background: #f52e67;
}

.tw-wsad-service:nth-child(5) .tw-wsad-service-icon {
    background: #7845dd;
}

.tw-wsad-service-title {
    color: #122b61;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.18;
}

.tw-wsad-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    margin-bottom: 26px;
    border: 1px solid #dbe8f8;
    border-radius: 20px;
    background: rgba(255,255,255,.88);
    box-shadow: 0 12px 30px rgba(28, 68, 120, .07);
}

.tw-wsad-stat {
    display: flex;
    min-height: 86px;
    align-items: center;
    gap: 11px;
    padding: 14px 17px;
}

.tw-wsad-stat + .tw-wsad-stat {
    border-left: 1px solid #e3ebf7;
}

.tw-wsad-stat-icon {
    flex: 0 0 46px;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 50%;
    color: #1976ed;
    background: #edf5ff;
    font-size: 20px;
}

.tw-wsad-stat strong,
.tw-wsad-stat span {
    display: block;
}

.tw-wsad-stat strong {
    color: #11295a;
    font-size: 16px;
    line-height: 1.15;
    font-weight: 900;
}

.tw-wsad-stat span {
    margin-top: 3px;
    color: #617493;
    font-size: 12px;
    line-height: 1.25;
}

.tw-wsad-cta {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    padding: 17px 28px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #1978f1, #1164db);
    box-shadow: 0 15px 30px rgba(25,120,241,.25);
    text-decoration: none;
    font-size: 17px;
    font-weight: 800;
    transition: transform .25s ease, box-shadow .25s ease;
}

.tw-wsad-cta:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 20px 38px rgba(25,120,241,.31);
}

.tw-wsad-cta i {
    font-size: 17px;
}

.tw-wsad-points {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 17px;
}

.tw-wsad-points span {
    color: #425d82;
    font-size: 13px;
    font-weight: 700;
}

.tw-wsad-points i {
    margin-right: 5px;
    color: #13ad7b;
}

/* ---------------- Visual ---------------- */

.tw-wsad-visual {
    position: relative;
    min-height: 650px;
    isolation: isolate;
}

.tw-wsad-map {
    position: absolute;
    inset: 0 2% 12% 4%;
    border-radius: 45% 48% 38% 45%;
    opacity: .75;
    background:
        linear-gradient(140deg, rgba(151,194,246,.18), rgba(255,255,255,.02)),
        repeating-linear-gradient(145deg, transparent 0 25px, rgba(104,161,226,.11) 26px 27px);
    clip-path: polygon(18% 5%, 75% 0, 96% 19%, 86% 57%, 100% 82%, 61% 100%, 27% 85%, 0 57%, 8% 25%);
}

.tw-wsad-map::before,
.tw-wsad-map::after {
    content: "";
    position: absolute;
    inset: 9% 16%;
    border: 1px dashed rgba(51,117,204,.22);
    border-radius: 50%;
    transform: rotate(-18deg);
}

.tw-wsad-map::after {
    inset: 20% 5% 15% 28%;
    transform: rotate(24deg);
}

.tw-wsad-map-label {
    position: absolute;
    z-index: 2;
    padding: 7px 11px;
    border-radius: 999px;
    color: #12295a;
    background: rgba(255,255,255,.94);
    border: 1px solid #dce8f7;
    box-shadow: 0 8px 18px rgba(31,68,112,.10);
    font-size: 10px;
    font-weight: 800;
}

.tw-wsad-map-label::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 6px;
    border-radius: 50%;
    background: #ff315f;
    box-shadow: 0 0 0 4px rgba(255,49,95,.10);
}

.tw-wsad-map-label-1 { top: 7%; left: 38%; }
.tw-wsad-map-label-2 { top: 14%; left: 61%; }
.tw-wsad-map-label-3 { top: 24%; left: 48%; }
.tw-wsad-map-label-4 { top: 31%; left: 69%; }
.tw-wsad-map-label-5 { top: 32%; left: 22%; }
.tw-wsad-map-label-6 { top: 41%; left: 57%; }
.tw-wsad-map-label-7 { top: 52%; left: 16%; }
.tw-wsad-map-label-8 { top: 55%; left: 42%; }
.tw-wsad-map-label-9 { top: 66%; left: 22%; }
.tw-wsad-map-label-10 { top: 67%; left: 52%; }

.tw-wsad-ncr-card {
    position: absolute;
    top: 1%;
    right: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 230px;
    padding: 13px 17px;
    border-radius: 18px;
    background: rgba(255,255,255,.95);
    border: 1px solid #dbe8f7;
    box-shadow: 0 15px 35px rgba(35,74,130,.13);
}

.tw-wsad-ncr-pin {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #1675ed;
    font-size: 19px;
}

.tw-wsad-ncr-card strong,
.tw-wsad-ncr-card small {
    display: block;
}

.tw-wsad-ncr-card strong {
    color: #1246a4;
    font-size: 18px;
}

.tw-wsad-ncr-card small {
    color: #62799a;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .07em;
}

.tw-wsad-note {
    position: absolute;
    top: 8%;
    left: 1%;
    z-index: 5;
    color: #173d86;
    font-family: "Comic Sans MS", "Segoe Print", cursive;
    font-size: 24px;
    line-height: 1.12;
    transform: rotate(-4deg);
}

.tw-wsad-note::after {
    content: "";
    position: absolute;
    left: 35%;
    bottom: -15px;
    width: 80px;
    height: 18px;
    border-bottom: 3px solid #1b78ed;
    border-radius: 50%;
    transform: rotate(-5deg);
}

.tw-wsad-image-wrap {
    position: absolute;
    right: 3%;
    bottom: 0;
    z-index: 4;
    width: 82%;
    max-width: 650px;
    filter: drop-shadow(0 28px 32px rgba(20,58,102,.18));
}

.tw-wsad-main-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 24px;
}

.tw-wsad-fallback-visual {
    position: absolute;
    right: 8%;
    bottom: 0;
    z-index: 4;
    width: 80%;
    height: 360px;
}

.tw-wsad-gate {
    position: absolute;
    right: 7%;
    bottom: 65px;
    width: 150px;
    height: 170px;
    border: 18px solid #d2a66d;
    border-bottom: 0;
    border-radius: 85px 85px 0 0;
    box-shadow: inset 0 0 0 5px rgba(120,83,36,.12);
    opacity: .88;
}

.tw-wsad-gate::after {
    content: "DELHI";
    position: absolute;
    top: 63px;
    left: 50%;
    transform: translateX(-50%);
    color: #80602f;
    font-size: 12px;
    font-weight: 900;
}

.tw-wsad-laptop {
    position: absolute;
    left: 2%;
    bottom: 0;
    width: 78%;
}

.tw-wsad-screen {
    position: relative;
    min-height: 250px;
    padding: 40px 42px;
    border: 12px solid #24354f;
    border-radius: 18px 18px 8px 8px;
    background: linear-gradient(145deg, #eaf4ff, #fff);
    box-shadow: 0 20px 30px rgba(20,48,85,.22);
}

.tw-wsad-screen span,
.tw-wsad-screen strong,
.tw-wsad-screen em {
    display: block;
    font-style: normal;
}

.tw-wsad-screen span {
    color: #193e7d;
    font-size: 20px;
    font-weight: 800;
}

.tw-wsad-screen strong {
    color: #176fe1;
    font-size: 31px;
    font-weight: 900;
}

.tw-wsad-screen em {
    color: #112b5d;
    font-size: 25px;
    font-weight: 900;
}

.tw-wsad-screen-btn {
    display: inline-block;
    margin-top: 18px;
    padding: 9px 16px;
    border-radius: 999px;
    color: #fff;
    background: #1675ed;
    font-size: 12px;
    font-weight: 800;
}

.tw-wsad-base {
    position: relative;
    width: 112%;
    height: 25px;
    margin-left: -6%;
    border-radius: 0 0 28px 28px;
    background: linear-gradient(#879ab2, #34465f);
    box-shadow: 0 15px 25px rgba(20,48,85,.20);
}

.tw-wsad-books {
    position: absolute;
    right: 0;
    bottom: 25px;
    z-index: 6;
    display: flex;
    width: 180px;
    flex-direction: column;
    transform: rotate(-2deg);
    filter: drop-shadow(0 12px 16px rgba(20,58,102,.15));
}

.tw-wsad-books span {
    padding: 7px 13px;
    color: #fff;
    background: #176fe1;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 900;
}

.tw-wsad-books span:nth-child(2) { background: #0c9d75; }
.tw-wsad-books span:nth-child(3) { background: #ef8b14; }
.tw-wsad-books span:nth-child(4) { background: #de3471; }
.tw-wsad-books span:nth-child(5) { background: #673db7; }

.tw-wsad-map-location-list {
    display: none;
}

/* Background decoration */

.tw-wsad-bg-shape {
    position: absolute;
    border: 1px solid rgba(51,117,204,.12);
    border-radius: 50%;
    pointer-events: none;
}

.tw-wsad-bg-shape-one {
    width: 310px;
    height: 310px;
    top: -120px;
    left: -150px;
}

.tw-wsad-bg-shape-two {
    width: 420px;
    height: 420px;
    right: -220px;
    bottom: -190px;
    border-color: rgba(21,167,128,.12);
}

.tw-wsad-dots {
    position: absolute;
    right: 4%;
    top: 10%;
    width: 110px;
    height: 110px;
    opacity: .35;
    background-image: radial-gradient(#82aee5 1px, transparent 1px);
    background-size: 9px 9px;
}

/* ---------------- Responsive ---------------- */

@media (max-width: 1199.98px) {
    .tw-wsad-grid {
        gap: 30px;
    }

    .tw-wsad-services {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tw-wsad-visual {
        min-height: 590px;
    }

    .tw-wsad-title {
        font-size: clamp(40px, 5vw, 60px);
    }
}

@media (max-width: 991.98px) {
    .tw-wsad-section {
        padding: 70px 0 60px;
    }

    .tw-wsad-grid {
        grid-template-columns: 1fr;
    }

    .tw-wsad-content {
        text-align: center;
    }

    .tw-wsad-description {
        margin-left: auto;
        margin-right: auto;
    }

    .tw-wsad-points {
        justify-content: center;
    }

    .tw-wsad-visual {
        min-height: 620px;
        margin-top: 10px;
    }

    .tw-wsad-image-wrap {
        right: 5%;
        width: 88%;
    }

    .tw-wsad-note {
        left: 5%;
    }
}

@media (max-width: 767.98px) {
    .tw-wsad-section {
        padding: 55px 0 45px;
    }

    .tw-wsad-eyebrow {
        font-size: 11px;
        letter-spacing: .18em;
    }

    .tw-wsad-title {
        font-size: clamp(36px, 10vw, 52px);
    }

    .tw-wsad-description {
        font-size: 16px;
    }

    .tw-wsad-services {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tw-wsad-service:last-child {
        grid-column: 1 / -1;
        max-width: 48%;
        margin: 0 auto;
    }

    .tw-wsad-stats {
        grid-template-columns: 1fr;
    }

    .tw-wsad-stat + .tw-wsad-stat {
        border-left: 0;
        border-top: 1px solid #e3ebf7;
    }

    .tw-wsad-stat {
        justify-content: center;
    }

    .tw-wsad-cta {
        width: 100%;
        justify-content: center;
    }

    .tw-wsad-visual {
        min-height: 520px;
    }

    .tw-wsad-ncr-card {
        top: 0;
        right: 0;
        transform: scale(.82);
        transform-origin: top right;
    }

    .tw-wsad-note {
        top: 11%;
        left: 0;
        font-size: 18px;
    }

    .tw-wsad-map-label {
        display: none;
    }

    .tw-wsad-image-wrap {
        right: 0;
        bottom: 35px;
        width: 100%;
    }

    .tw-wsad-fallback-visual {
        right: 0;
        width: 100%;
        transform: scale(.86);
        transform-origin: bottom center;
    }

    .tw-wsad-books {
        right: 0;
        bottom: 15px;
        width: 135px;
    }

    .tw-wsad-books span {
        font-size: 8px;
        padding: 6px 9px;
    }

    .tw-wsad-dots {
        display: none;
    }
}

@media (max-width: 479.98px) {
    .tw-wsad-services {
        grid-template-columns: 1fr 1fr;
        gap: 9px;
    }

    .tw-wsad-service {
        min-height: 105px;
    }

    .tw-wsad-service-icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }

    .tw-wsad-service-title {
        font-size: 11px;
    }

    .tw-wsad-visual {
        min-height: 440px;
    }

    .tw-wsad-note {
        font-size: 15px;
    }

    .tw-wsad-ncr-card {
        transform: scale(.70);
    }

    .tw-wsad-screen {
        min-height: 190px;
        padding: 25px;
    }

    .tw-wsad-screen strong {
        font-size: 24px;
    }

    .tw-wsad-screen em {
        font-size: 19px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tw-wsad-service,
    .tw-wsad-cta {
        transition: none;
    }
}


/* =========================================================
   Production image safety / CMS dynamic image states
   ========================================================= */

.tw-wsad-image-wrap {
    display: block;
}

.tw-wsad-main-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.tw-wsad-image-error {
    display: none;
}

/* Keep the section usable if an optional image is missing. */
.tw-wsad-fallback-visual {
    pointer-events: none;
}

/* Prevent long CMS text from breaking the service cards. */
.tw-wsad-service-title,
.tw-wsad-stat span,
.tw-wsad-cta span {
    overflow-wrap: anywhere;
}

/* Small-screen stability for dynamic location labels. */
@media (max-width: 767.98px) {
    .tw-wsad-visual {
        overflow: hidden;
    }
}


/* Icon alignment fix: keep icons centered inside their intended UI containers. */
.tw-wsad-service-icon,
.tw-wsad-stat-icon,
.tw-wsad-ncr-pin {
    align-items: center;
    justify-items: center;
    line-height: 1;
}

.tw-wsad-service-icon i,
.tw-wsad-stat-icon i,
.tw-wsad-ncr-pin i {
    display: block;
    line-height: 1;
    margin: 0;
}

.tw-wsad-map-label::before {
    vertical-align: middle;
    margin-top: -1px;
}

@media (max-width: 767px) {
    .tw-wsad-heading-location {
        gap: 6px;
    }

    .tw-wsad-title-pin {
        font-size: .58em;
    }
}
