
        /* Digital Marketing Services Cards Section */
        .service-card {
            position: relative;
            padding: 35px 25px;
            border-radius: 20px;

            background: rgba(255, 255, 255, 0.04);
            backdrop-filter: blur(12px);

            border: 1px solid rgba(255, 255, 255, 0.08);

            overflow: hidden;

            transition: 0.4s ease;
        }

        .service-card:hover {
            transform: translateY(-10px);
            border-color: #2EA4FF;
            box-shadow: 0 20px 50px rgba(46, 164, 255, 0.15);
        }

        /* ICON */
        .service-card .icon {
            width: 55px;
            height: 55px;
            border-radius: 14px;

            display: flex;
            align-items: center;
            justify-content: center;

            background: rgba(46, 164, 255, 0.1);
            border: 1px solid rgba(46, 164, 255, 0.3);

            margin-bottom: 18px;
            color: #2EA4FF;
            font-size: 20px;
        }

        /* TITLE */
        .service-card h3 {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 10px;
        }

        /* TEXT */
        .service-card p {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.7);
            line-height: 1.6;
        }

        /* BIG NUMBER */
        .big-number {
            position: absolute;
            right: 15px;
            bottom: 10px;

            font-size: 80px;
            font-weight: 800;
            color: rgba(255, 255, 255, 0.05);
            line-height: 1;
        }

        /* REVEAL */
        .reveal {
            opacity: 0;
            transform: translateY(40px);
            transition: 0.6s ease;
        }

        .reveal.active {
            opacity: 1;
            transform: translateY(0);
        }

        /* ===== SVG FIX (IMPORTANT) ===== */

        .svg-layer {
            transform-box: fill-box;
            transform-origin: center;
        }

        /* floating animation */
        .float-slow {
            animation: moveSlow 8s ease-in-out infinite;
        }

        .float-medium {
            animation: moveMedium 6s ease-in-out infinite;
        }

        .float-fast {
            animation: moveFast 4s ease-in-out infinite;
        }

        @keyframes moveSlow {
            0% {
                transform: translate(0, 0);
            }

            50% {
                transform: translate(-20px, 10px);
            }

            100% {
                transform: translate(0, 0);
            }
        }

        @keyframes moveMedium {
            0% {
                transform: translate(0, 0);
            }

            50% {
                transform: translate(15px, -15px);
            }

            100% {
                transform: translate(0, 0);
            }
        }

        @keyframes moveFast {
            0% {
                transform: translate(0, 0);
            }

            50% {
                transform: translate(-10px, -10px);
            }

            100% {
                transform: translate(0, 0);
            }
        }


        .home4-about-left-btn img {
            transition: all 0.3s ease;

        }

        /* hover effect */
        .home4-about-left-btn img:hover {
            transform: scale(1.08);
            filter: drop-shadow(0 10px 20px rgba(46, 164, 255, 0.35));
        }


        section svg {
            width: 100%;
            height: 100%;
            display: block;
        }

        .why-card {
            position: relative;
            padding: 40px 30px;
            border-radius: 24px;



            border: 1px solid transparent;

            overflow: hidden;

            transition: all .4s ease;

            transform: translateZ(0);
            will-change: transform;
        }

        .why-card:hover {
            transform: translateY(-10px);

            background: rgba(255, 255, 255, 0.04);

            border-color: rgba(46, 164, 255, .7);

            box-shadow:
                0 0 0 1px rgba(46, 164, 255, .4),
                0 20px 40px rgba(46, 164, 255, .15);
        }

        .why-card::before {
            content: '';
            position: absolute;
            inset: 0;
            border-radius: 24px;
            border: 1px solid #2EA4FF;

            opacity: 0;

            transition: .4s ease;
        }

        .why-card:hover::before {
            opacity: 1;
        }

        .icon-wrap {
            width: 70px;
            height: 70px;

            display: flex;
            align-items: center;
            justify-content: center;

            border-radius: 18px;

            background: rgba(46, 164, 255, .12);

            border: 1px solid rgba(46, 164, 255, .3);

            color: #2EA4FF;

            font-size: 28px;

            margin-bottom: 24px;
        }

        .learn-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;

            color: #2EA4FF;

            font-weight: 600;

            transition: .3s;
        }

        .learn-btn:hover {
            gap: 14px;
        }


        /* for seo section */

        .seo-item {
            display: flex;
            align-items: center;
            gap: 16px;
            padding: 16px 20px;
            border: 1px solid rgba(46, 164, 255, .15);
            border-radius: 16px;
            background: rgba(255, 255, 255, .02);
        }

        .seo-item i {
            color: #2EA4FF;
            font-size: 20px;
        }

        .seo-visual {
            position: relative;
            height: 500px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .seo-circle {
            width: 300px;
            height: 300px;
            border-radius: 50%;
            border: 1px solid rgba(46, 164, 255, .25);
            background: radial-gradient(circle,
                    rgba(46, 164, 255, .18),
                    transparent 70%);
        }

        .seo-card {
            position: absolute;
            padding: 24px;
            min-width: 180px;
            border-radius: 20px;
            backdrop-filter: blur(15px);
            background: rgba(255, 255, 255, .03);
            border: 1px solid rgba(46, 164, 255, .2);
        }

        .seo-card h3 {
            font-size: 32px;
            font-weight: 700;
            color: #2EA4FF;
            margin-bottom: 8px;
        }

        .seo-card span {
            color: rgba(255, 255, 255, .7);
        }

        .seo-card-1 {
            top: 8%;
            left: 5%;
        }

        .seo-card-2 {
            top: 50%;
            right: 5%;
            transform: translateY(-50%);
        }

        .seo-card-3 {
            bottom: 8%;
            left: 15%;
        }

        @media(max-width:992px) {

            .seo-visual {
                height: 400px;
                margin-top: 40px;
            }

            .seo-circle {
                width: 250px;
                height: 250px;
            }

            .seo-card {
                min-width: 150px;
                padding: 18px;
            }

            .seo-card h3 {
                font-size: 24px;
            }

            /* close to circle */

            .seo-card-1 {
                top: 12%;
                left: 12%;
            }

            .seo-card-2 {
                top: 50%;
                right: 12%;
                transform: translateY(-50%);
            }

            .seo-card-3 {
                bottom: 12%;
                left: 18%;
            }
        }

        @media(max-width:640px) {

            .seo-visual {
                height: 320px;
            }

            .seo-circle {
                width: 180px;
                height: 180px;
            }

            .seo-card {
                min-width: 115px;
                padding: 12px;
            }

            .seo-card h3 {
                font-size: 18px;
                margin-bottom: 4px;
            }

            .seo-card span {
                font-size: 12px;
            }

            .seo-card-1 {
                top: 5%;
                left: 0;
            }

            .seo-card-2 {
                right: 0;
            }

            .seo-card-3 {
                left: 5%;
                bottom: 5%;
            }
        }



        .case-study {
            display: grid;
            grid-template-columns: 1.2fr 1fr;
            gap: 40px;
            align-items: center;

            padding: 40px;

            border-radius: 28px;

            background: rgba(255, 255, 255, .02);

            border: 1px solid rgba(46, 164, 255, .15);

            transition: .4s;
        }

        .case-study:hover {
            transform: translateY(-6px);

            border-color: rgba(46, 164, 255, .4);

            box-shadow: 0 20px 40px rgba(46, 164, 255, .1);
        }

        .case-left span {
            color: #2EA4FF;
            font-size: 14px;
        }

        .case-left h3 {
            font-size: 30px;
            margin: 10px 0;
            font-weight: 700;
        }

        .case-left p {
            color: rgba(255, 255, 255, .65);
        }

        .case-right {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }

        .case-right div {
            text-align: center;
            padding: 24px;
            border-radius: 20px;
            background: rgba(46, 164, 255, .05);
        }

        .case-right h4 {
            font-size: 34px;
            font-weight: 700;
            color: #2EA4FF;
            margin-bottom: 8px;
        }

        .case-right span {
            color: rgba(255, 255, 255, .65);
        }

        @media(max-width:992px) {

            .case-study {
                grid-template-columns: 1fr;
            }

        }

        @media(max-width:640px) {

            .case-right {
                grid-template-columns: 1fr;
            }

        }


        /* FAQ */

        .faq-item {
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(46, 164, 255, 0.15);
            border-radius: 18px;
            overflow: hidden;
            transition: .3s ease;
            position: relative;
            z-index: 1;
        }


        .faq-item:hover {
            border-color: rgba(46, 164, 255, 0.4);
        }

        .faq-btn {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 22px;
            font-weight: 600;
            text-align: left;
        }

        .faq-btn i {
            color: #2EA4FF;
            transition: .3s;
        }

        .faq-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height .4s ease;
        }

        .faq-content p {
            padding: 0 22px 22px;
            color: rgba(255, 255, 255, .7);
            line-height: 1.7;
        }

        .faq-item.active .faq-content {
            max-height: 200px;
        }

        .faq-item.active i {
            transform: rotate(45deg);
        }