
        .sticky-marquee-bar {
            position: fixed;
            left: 0;
            bottom: 0;
            z-index: 9999;
            width: 100%;
            background: linear-gradient(90deg, #005bea 0%, #3ec6e0 100%);
            color: #fff;
            overflow: hidden;
            height: 38px;
            display: flex;
            align-items: center;
            box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.04);
        }

        .marquee-content {
            white-space: nowrap;
            display: inline-block;
            animation: marquee 18s linear infinite;
            font-size: 1rem;
            font-weight: 500;
            padding-left: 100%;
        }

        .sticky-marquee-bar a {
            color: #fff;
            text-decoration: underline;
        }

        @keyframes marquee {
            0% {
                transform: translateX(0);
            }

            100% {
                transform: translateX(-100%);
            }
        }

        @media (max-width: 600px) {
            .marquee-content {
                font-size: 0.9rem;
            }

            .sticky-marquee-bar {
                height: 32px;
            }
        }

              .modern-footer {
                    background: linear-gradient(290deg, #1e293b 0%, #6366f1 100%);
                    color: #f1f5f9;
                    padding: 60px 0 0 0;
                    position: relative;
                    z-index: 2;
                }

                .modern-footer-container {
                    max-width: 1200px;
                    margin: 0 auto;
                    padding: 0 16px;
                    display: flex;
                    flex-wrap: wrap;
                    gap: 40px;
                    justify-content: space-between;
                }

                .modern-footer-logo-col {
                    flex: 1 1 220px;
                    min-width: 200px;
                    margin-bottom: 32px;
                }

                .modern-footer-logo-col img {
                    width: 160px;
                    margin-bottom: 18px;
                }

                .modern-footer-logo-col p {
                    color: #cbd5e1;
                    font-size: 1.05rem;
                    margin-bottom: 18px;
                }

                .modern-footer-links-col {
                    flex: 1 1 160px;
                    min-width: 160px;
                    margin-bottom: 32px;
                }

                .modern-footer-links-col h6 {
                    color: #fbbf24;
                    font-size: 1.1rem;
                    font-weight: 700;
                    margin-bottom: 12px;
                }

                .modern-footer-links-col ul {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                }

                .modern-footer-links-col ul li {
                    margin-bottom: 8px;
                }

                .modern-footer-links-col ul li a {
                    color: #f1f5f9;
                    text-decoration: none;
                    font-size: 1rem;
                    transition: color 0.2s;
                }

                .modern-footer-links-col ul li a:hover {
                    color: #fbbf24;
                }

                .modern-footer-contact-col {
                    flex: 1 1 220px;
                    min-width: 200px;
                    margin-bottom: 32px;
                }

                .modern-footer-contact-col h6 {
                    color: #fbbf24;
                    font-size: 1.1rem;
                    font-weight: 700;
                    margin-bottom: 12px;
                }

                .modern-footer-contact-list {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                }

                .modern-footer-contact-list li {
                    margin-bottom: 10px;
                    display: flex;
                    align-items: center;
                    gap: 10px;
                    color: #f1f5f9;
                    font-size: 1rem;
                }

                .modern-footer-contact-list a {
                    color: #f1f5f9;
                    text-decoration: none;
                    transition: color 0.2s;
                }

                .modern-footer-contact-list a:hover {
                    color: #fbbf24;
                }

                .modern-footer-social {
                    margin-top: 18px;
                }

                .modern-footer-social a {
                    display: inline-block;
                    margin-right: 12px;
                    color: #f1f5f9;
                    font-size: 1.3rem;
                    transition: color 0.2s;
                }

                .modern-footer-social a:hover {
                    color: #fbbf24;
                }

                .modern-footer-bottom {
                    border-top: 1px solid #334155;
                    margin-top: 30px;
                    
                    margin-bottom: 30px;
                    padding: 18px 0 10px 0;
                    text-align: center;
                    color: #cbd5e1;
                    font-size: 0.98rem;
                }

                @media (max-width: 900px) {
                    .modern-footer-container {
                        flex-direction: column;
                        gap: 18px;
                        align-items: flex-start;
                    }
                }
                                                   .get-consult-modern {
                                                background: linear-gradient(120deg, #4f46e5 0%, #06b6d4 100%);
                                                padding: 70px 0 60px 0;
                                                position: relative;
                                                overflow: hidden;
                                            }

                                            .get-consult-container {
                                                max-width: 900px;
                                                margin: 0 auto;
                                                padding: 0 16px;
                                                display: flex;
                                                flex-wrap: wrap;
                                                align-items: center;
                                                justify-content: space-between;
                                                gap: 40px;
                                            }

                                            .get-consult-svg {
                                                flex: 1 1 320px;
                                                min-width: 220px;
                                                display: flex;
                                                align-items: center;
                                                justify-content: center;
                                            }

                                            .get-consult-svg img,
                                            .get-consult-svg svg {
                                                width: 100%;
                                                max-width: 260px;
                                                height: auto;
                                                display: block;
                                            }

                                            .get-consult-content {
                                                flex: 2 1 400px;
                                                min-width: 260px;
                                                color: #fff;
                                            }

                                            .get-consult-content h2 {
                                                font-size: 2.2rem;
                                                font-weight: 800;
                                                margin-bottom: 12px;
                                                background: linear-gradient(90deg, #fff, #f59e0b 80%);
                                                background-clip: text;
                                                -webkit-background-clip: text;
                                                -webkit-text-fill-color: transparent;
                                            }

                                            .get-consult-content p {
                                                font-size: 1.18rem;
                                                font-weight: 500;
                                                margin-bottom: 28px;
                                                color: #e0e7ff;
                                            }

                                            .get-consult-btn {
                                                background: linear-gradient(135deg, #f59e0b 0%, #f093fb 100%);
                                                border: none;
                                                padding: 18px 44px;
                                                border-radius: 50px;
                                                color: #fff;
                                                font-weight: 800;
                                                text-decoration: none;
                                                display: inline-block;
                                                font-size: 1.1rem;
                                                letter-spacing: 1.2px;
                                                text-transform: uppercase;
                                                box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
                                                transition: all 0.3s cubic-bezier(.4, 2.3, .3, 1);
                                                position: relative;
                                                overflow: hidden;
                                            }

                                            .get-consult-btn:hover {
                                                transform: translateY(-3px) scale(1.05);
                                                box-shadow: 0 16px 40px 0 rgba(31, 38, 135, 0.22);
                                                color: #fff;
                                                text-decoration: none;
                                            }

                                            @media (max-width: 900px) {
                                                .get-consult-container {
                                                    flex-direction: column;
                                                    gap: 32px;
                                                    text-align: center;
                                                }

                                                .get-consult-content h2 {
                                                    font-size: 1.5rem;
                                                }
                                            }
                                                       .why-choose-flex {
                    background: linear-gradient(120deg, #f8fafc 0%, #e0e7ff 100%);
                    padding: 80px 0 70px 0;
                    position: relative;
                    overflow: hidden;
                }

                .why-choose-flex-container {
                    max-width: 1200px;
                    margin: 0 auto;
                    padding: 0 16px;
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                    gap: 48px;
                }

                .why-choose-flex-svg {
                    flex: 1 1 350px;
                    min-width: 300px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                .why-choose-flex-svg img,
                .why-choose-flex-svg svg {
                    width: 100%;
                    max-width: 400px;
                    height: auto;
                    display: block;
                }

                .why-choose-flex-content {
                    flex: 1 1 400px;
                    min-width: 320px;
                }

                .why-choose-flex-content .is_highlight {
                    background: linear-gradient(135deg, #4338ca, #7c3aed, #ec4899);
                    padding: 12px 28px;
                    border-radius: 50px;
                    color: #fff;
                    font-weight: 700;
                    letter-spacing: 1.5px;
                    display: inline-block;
                    margin-bottom: 18px;
                    font-size: 1.1rem;
                }

                .why-choose-flex-content h2 {
                    font-size: 2.7rem;
                    font-weight: 800;
                    background: linear-gradient(90deg, #7b2cbf, #9d4edd);
                    background-clip: text;
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                    margin-bottom: 18px;
                }

                .why-choose-flex-content p {
                    color: #334155;
                    font-size: 1.18rem;
                    font-weight: 500;
                    margin-bottom: 28px;
                }

                .why-choose-features {
                    display: grid;
                    grid-template-columns: 1fr 1fr;
                    gap: 22px 32px;
                }

                .why-choose-feature {
                    display: flex;
                    align-items: flex-start;
                    gap: 16px;
                }

                .why-choose-feature-icon {
                    font-size: 2.1rem;
                    color: #ec4899;
                    flex-shrink: 0;
                    margin-top: 2px;
                }

                .why-choose-feature-content {
                    flex: 1 1 0;
                }

                .why-choose-feature-title {
                    font-size: 1.08rem;
                    font-weight: 700;
                    color: #4f46e5;
                    margin-bottom: 4px;
                }

                .why-choose-feature-desc {
                    color: #475569;
                    font-size: 1.01rem;
                    font-weight: 500;
                }

                @media (max-width: 900px) {
                    .why-choose-flex-container {
                        flex-direction: column;
                        gap: 32px;
                    }

                    .why-choose-features {
                        grid-template-columns: 1fr;
                        gap: 16px;
                    }
                }

                @media (max-width: 600px) {
                    .why-choose-flex-content h2 {
                        font-size: 2rem;
                    }

                    .why-choose-flex-content .is_highlight {
                        font-size: 0.95rem;
                        padding: 8px 18px;
                    }
                }
                   .modern-counter-section {
                    background: linear-gradient(120deg, #4f46e5 0%, #06b6d4 100%);
                    padding: 70px 0 60px 0;
                    position: relative;
                    overflow: hidden;
                }

                .modern-counter-container {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: center;
                    gap: 40px;
                    max-width: 1200px;
                    margin: 0 auto;
                    z-index: 2;
                    position: relative;
                }

                .modern-counter-card {
                    background: rgba(255, 255, 255, 0.10);
                    border-radius: 22px;
                    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
                    padding: 38px 32px 32px 32px;
                    min-width: 220px;
                    text-align: center;
                    transition: transform 0.3s cubic-bezier(.4, 2.3, .3, 1), box-shadow 0.3s;
                    position: relative;
                }

                .modern-counter-card:hover {
                    transform: translateY(-8px) scale(1.04);
                    box-shadow: 0 16px 40px 0 rgba(31, 38, 135, 0.22);
                }

                .modern-counter-icon {
                    font-size: 2.7rem;
                    color: #fff;
                    margin-bottom: 18px;
                    filter: drop-shadow(0 2px 8px #06b6d4cc);
                }

                .modern-counter-number {
                    font-size: 2.8rem;
                    font-weight: 800;
                    color: #fff;
                    letter-spacing: 1.5px;
                    margin-bottom: 8px;
                    line-height: 1.1;
                    text-shadow: 0 2px 8px #4f46e5cc;
                }

                .modern-counter-label {
                    color: #e0e7ff;
                    font-size: 1.1rem;
                    font-weight: 600;
                    letter-spacing: 1px;
                    text-transform: uppercase;
                }

                @media (max-width: 900px) {
                    .modern-counter-container {
                        gap: 24px;
                    }

                    .modern-counter-card {
                        min-width: 160px;
                        padding: 28px 12px 24px 12px;
                    }
                }

                @media (max-width: 600px) {
                    .modern-counter-container {
                        flex-direction: column;
                        gap: 18px;
                    }

                    .modern-counter-card {
                        min-width: 0;
                        width: 100%;
                    }
                }

                /* Decorative blurred circles */
                .modern-counter-section::before,
                .modern-counter-section::after {
                    content: '';
                    position: absolute;
                    border-radius: 50%;
                    filter: blur(60px);
                    opacity: 0.18;
                    z-index: 1;
                }

                .modern-counter-section::before {
                    width: 320px;
                    height: 320px;
                    left: -120px;
                    top: -80px;
                    background: #06b6d4;
                }

                .modern-counter-section::after {
                    width: 260px;
                    height: 260px;
                    right: -100px;
                    bottom: -60px;
                    background: #4f46e5;
                }

                            .services-modern-section {
                    background: linear-gradient(120deg, #f8fafc 0%, #e0e7ff 100%);
                    padding: 70px 0 60px 0;
                    position: relative;
                    overflow: hidden;
                }

                .services-modern-container {
                    max-width: 1200px;
                    margin: 0 auto;
                    padding: 0 16px;
                }

                .services-modern-toprow {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    gap: 40px;
                    margin-bottom: 48px;
                }

                .services-modern-desc-col {
                    flex: 1 1 0;
                    min-width: 260px;
                }

                .services-modern-header h2 {
                    font-size: 2.6rem;
                    font-weight: 800;
                    background: linear-gradient(90deg, #7b2cbf, #9d4edd);
                    background-clip: text;
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                    margin-bottom: 18px;
                }

                .services-modern-header p {
                    color: #334155;
                    font-size: 1.18rem;
                    max-width: 700px;
                    margin: 0 0 10px 0;
                    font-weight: 500;
                }

                .services-modern-svg-col {
                    flex: 1 1 0;
                    min-width: 260px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                .services-modern-svg-col svg {
                    width: 100%;
                    max-width: 340px;
                    height: auto;
                    display: block;
                }

                .services-modern-grid {
                    display: grid;
                    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
                    gap: 32px;
                    justify-items: center;
                }

                .services-modern-card {
                    background: #fff;
                    border-radius: 20px;
                    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.10);
                    padding: 38px 28px 32px 28px;
                    width: 100%;
                    max-width: 340px;
                    text-align: center;
                    transition: transform 0.3s cubic-bezier(.4, 2.3, .3, 1), box-shadow 0.3s;
                    position: relative;
                    border: 1.5px solid #e0e7ff;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    min-height: 260px;
                }

                .services-modern-card:hover {
                    transform: translateY(-8px) scale(1.04);
                    box-shadow: 0 16px 40px 0 rgba(31, 38, 135, 0.16);
                    border-color: #4f46e5;
                }

                .services-modern-icon {
                    font-size: 2.5rem;
                    margin-bottom: 18px;
                    color: #06b6d4;
                    display: inline-block;
                }

                .services-modern-title {
                    font-size: 1.18rem;
                    font-weight: 700;
                    color: #4f46e5;
                    margin-bottom: 10px;
                }

                .services-modern-desc {
                    color: #475569;
                    font-size: 1.03rem;
                    font-weight: 500;
                }

                @media (max-width: 900px) {
                    .services-modern-toprow {
                        flex-direction: column;
                        gap: 24px;
                        align-items: stretch;
                    }

                    .services-modern-grid {
                        gap: 18px;
                    }

                    .services-modern-card {
                        padding: 24px 10px 18px 10px;
                        min-height: 200px;
                    }
                }

                @media (max-width: 600px) {
                    .services-modern-grid {
                        grid-template-columns: 1fr;
                        gap: 14px;
                    }

                    .services-modern-card {
                        min-width: 0;
                        width: 100%;
                    }
                }
                         /* Enhanced Typography */
            .main-head {
                background: linear-gradient(90deg, #7b2cbf, #9d4edd);
                background-clip: text;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                font-weight: 800;
                font-size: 3rem;
                margin-bottom: 25px;
                text-shadow: 0 4px 8px rgba(67, 56, 202, 0.15);
                line-height: 1.2;
                filter: contrast(1.1);
            }

            .is_highlight {
                background: linear-gradient(135deg, #4338ca, #7c3aed, #ec4899);
                padding: 12px 24px;
                border-radius: 50px;
                color: white;
                text-transform: uppercase;
                font-weight: 700;
                letter-spacing: 1.5px;
                display: inline-block;
                margin-bottom: 20px;
                box-shadow:
                    0 8px 25px rgba(67, 56, 202, 0.4),
                    0 3px 10px rgba(67, 56, 202, 0.3);
                position: relative;
                overflow: hidden;
                text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
            }

            .is_highlight::before {
                content: '';
                position: absolute;
                top: 0;
                left: -100%;
                width: 100%;
                height: 100%;
                background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
                transition: left 0.6s ease;
            }

            .is_highlight:hover::before {
                left: 100%;
            }

            .about-txt {
                color: #1e293b;
                line-height: 1.9;
                font-size: 1.15rem;
                margin-bottom: 25px;
                text-align: justify;
                font-weight: 450;
            }

            .about-txt:first-of-type:first-letter {
                /*font-size: 4rem;*/
                /*float: left;*/
                /*line-height: 0.9;*/
                /*margin: 8px 12px 0 0;*/
                /*background: linear-gradient(135deg, #4338ca, #7c3aed, #ec4899);*/
                /*background-clip: text;*/
                /*-webkit-background-clip: text;*/
                /*-webkit-text-fill-color: transparent;*/
                /*font-weight: 900;*/
                /*text-shadow: 0 2px 4px rgba(67, 56, 202, 0.2);*/
            }

            section h6 {
                background: linear-gradient(135deg, #7c3aed, #0ea5e9, #10b981);
                background-clip: text;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                font-weight: 700;
                margin-bottom: 18px;
                font-size: 1.3rem;
                line-height: 1.4;
                text-shadow: 0 1px 2px rgba(124, 58, 237, 0.1);
            }

            /* Enhanced Links */
            .about-txt a {
                background: linear-gradient(135deg, #4338ca, #7c3aed);
                background-clip: text;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                text-decoration: none;
                font-weight: 650;
                border-bottom: 2px solid rgba(67, 56, 202, 0.3);
                transition: all 0.3s ease;
                position: relative;
            }

            .about-txt a:hover {
                border-bottom-color: #4338ca;
                transform: translateY(-1px);
                filter: brightness(1.1);
            }

            /* Superb Button Design */
            .octf-btn {
                background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
                border: none;
                padding: 18px 40px;
                border-radius: 50px;
                color: white;
                font-weight: 700;
                text-decoration: none;
                display: inline-block;
                transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
                position: relative;
                overflow: hidden;
                text-transform: uppercase;
                letter-spacing: 1.2px;
                font-size: 0.95rem;
                box-shadow:
                    0 15px 35px rgba(102, 126, 234, 0.3),
                    0 5px 15px rgba(102, 126, 234, 0.2);
            }

            .octf-btn::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: linear-gradient(135deg, #f093fb 0%, #f5576c 50%, #4facfe 100%);
                opacity: 0;
                transition: opacity 0.4s ease;
            }

            .octf-btn::after {
                content: '';
                position: absolute;
                top: 50%;
                left: 50%;
                width: 0;
                height: 0;
                background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
                transition: all 0.4s ease;
                transform: translate(-50%, -50%);
                border-radius: 50%;
            }

            .octf-btn:hover {
                transform: translateY(-3px) scale(1.05);
                box-shadow:
                    0 25px 50px rgba(102, 126, 234, 0.4),
                    0 10px 25px rgba(102, 126, 234, 0.3);
                color: white;
                text-decoration: none;
            }

            .octf-btn:hover::before {
                opacity: 1;
            }

            .octf-btn:hover::after {
                width: 100px;
                height: 100px;
            }

            .octf-btn span {
                position: relative;
                z-index: 2;
            }

            /* Stunning Image Enhancement */
            .main-about-img {
                position: relative;
                border-radius: 24px;
                overflow: hidden;
                box-shadow:
                    0 25px 60px rgba(0, 0, 0, 0.12),
                    0 0 0 1px rgba(255, 255, 255, 0.8);
                background: white;
                padding: 8px;
            }

            .main-about-img::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(240, 147, 251, 0.1));
                z-index: 1;
                opacity: 0;
                transition: opacity 0.4s ease;
                border-radius: 20px;
            }

            .main-about-img:hover::before {
                opacity: 1;
            }

            .main-about-img::after {
                content: '';
                position: absolute;
                top: -50%;
                left: -50%;
                width: 200%;
                height: 200%;
                background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.3) 50%, transparent 70%);
                transform: rotate(45deg);
                transition: all 0.6s ease;
                opacity: 0;
                z-index: 2;
            }

            .main-about-img:hover::after {
                animation: shimmer 0.6s ease-out;
            }

            @keyframes shimmer {
                0% {
                    transform: translateX(-100%) translateY(-100%) rotate(45deg);
                    opacity: 0;
                }

                50% {
                    opacity: 1;
                }

                100% {
                    transform: translateX(100%) translateY(100%) rotate(45deg);
                    opacity: 0;
                }
            }

            .main-about-img img {
                width: 100%;
                height: auto;
                border-radius: 16px;
                transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
                position: relative;
                z-index: 1;
            }

            .main-about-img:hover img {
                transform: scale(1.08);
            }

            /* Decorative Elements */
            section::after {
                content: '';
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                background-image:
                    radial-gradient(circle at 25% 25%, rgba(102, 126, 234, 0.05) 0%, transparent 50%),
                    radial-gradient(circle at 75% 75%, rgba(240, 147, 251, 0.05) 0%, transparent 50%);
                background-size: 300px 300px;
                pointer-events: none;
                z-index: 1;
            }

            /* Floating accent shapes */
            .container::before {
                content: '';
                position: ;
                top: -20px;
                right: -20px;
                width: 120px;
                height: 120px;
                background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(240, 147, 251, 0.1));
                border-radius: 50%;
                z-index: -1;
                filter: blur(40px);
            }

            .container::after {
                content: '';
                position: absolute;
                bottom: -30px;
                left: -30px;
                width: 160px;
                height: 160px;
                background: linear-gradient(135deg, rgba(240, 147, 251, 0.08), rgba(102, 126, 234, 0.08));
                border-radius: 50%;
                z-index: -1;
                filter: blur(50px);
            }

            /* Spacing utilities */
            .space-60 {
                height: 60px;
            }

            .space-20 {
                height: 20px;
            }

            .space-2 {
                height: 2px;
            }

            /* Responsive Design */
            @media (max-width: 768px) {
                section .container {
                    padding: 30px;
                    /*margin: 15px;*/
                }

                .main-head {
                    font-size: 2.2rem;
                }

                .about-txt {
                    font-size: 1.05rem;
                }

                .octf-btn {
                    padding: 15px 30px;
                    font-size: 0.85rem;
                }
            }

            @media (max-width: 576px) {
                .main-head {
                    font-size: 1.8rem;
                }

                section .container {
                    padding: 20px;
                }

                .is_highlight {
                    padding: 10px 20px;
                    font-size: 0.8rem;
                }
            }

            html {
  scroll-behavior: smooth;
}
