
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        a:hover{text-decoration: none!important;color: #fff;}
        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
            line-height: 1.6;
            color: #fff;
            background: #161d24;
        }

        .about .hero{padding: 1rem 3rem 4rem 3rem;}
        .about .hero-content{text-align: center;}

         .about .description p{color: #333;}
         .about #our-clients {
                background: #000;
                background: linear-gradient(175deg, rgba(0, 0, 0, 1) 0%, rgb(89 57 162) 100%);
                padding: 7rem 0px 6rem;
         }

        .section-title-dark, .highlight-dark {color:#fff !important;}

        .about-content{text-align: right;}

       .video-block{
           background: #f3f4f6;
           padding: 6rem 0;
           text-align: center;
           margin-left:auto;
           margin-right:auto;
           position: relative;
       }

       .vid-container{
           position: relative;
    max-width: 500px;
    margin: auto;}

       .logo-accent{
           display: block;
       width:100px;
       height:auto;
       margin: auto;
       margin-top: 3rem;}


        .purple_bright{color:#8b5cf6 !important; }
        .circa{
         content: "";
    position: absolute;
    top: -20em;
    right: -14em;
    width: 44rem;
    height: 45rem;
    overflow: hidden;
    z-index: 1;
    background-image: url(/images/CremarcCircleWhite.png);
    background-size: cover;
        opacity: 0.5}

        .mobile-only{display: none !important;}
        .orange {
               margin: 1rem 0 3rem;
                font-weight: 300;
                color: #e3ff00 !important;
                font-size: 0.5em;
                display: block;
                text-transform: lowercase;
            }

        /* Header & Navigation */
        header {
            background: #161d24;
            position: sticky;
            top: 0;
            z-index: 1000;
            border-bottom: 0px solid rgba(255,255,255,0.1);
        }

        nav {
            max-width: 100%;
            margin: 0 auto;
            display: flex !important;
            justify-content: space-between;
            align-items: center;
            /*padding: 1.2rem 3rem;*/
        }

        .logo {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            text-decoration: none;
        }

       .visible .logo-text{color: #1d252c;}
       .scrolled .logo-text{color: #1d252c;}
       .scrolled .contact-button{color: #1d252c;}

       .visible .contact-button {color: #1d252c;}
       .minor{font-size: 20px; font-weight: 100;}

        .logo-icon {
            width: 45px;
            height: 44px;
            /*background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%);*/
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            font-weight: 700;
            color: #fff;
            background-image: url(/images/logo/icon.png);
            background-size: contain;
        }

        .scrolled .logo-icon{  background-image: url(/images/logo/icon-white.png); transition: ease-in-out;}

        .mini-icon{width:24px !important; height:24px !important;}
        .mini-icon2{width:42px !important; height:42px !important;}




        .logo-text {
            font-size: 1.5rem;
            font-weight: 400;
            color: #fff;
            letter-spacing: -0.5px;
        }
        .title_mini{font-size: 2rem; font-weight: 200;}

        .nav-center {
            display: flex;
            list-style: none;
            gap: 2.5rem;
            align-items: center;
        }

        .nav-center a {
            text-decoration: none;
            color: #fff;
            font-weight: 400;
            font-size: 0.95rem;
            transition: color 0.3s;
        }

        .nav-center a:hover {
            color: #8b5cf6;
        }

        .nav-center .separator {
            width: 1px;
            height: 20px;
            background: rgba(255,255,255,0.3);
        }

        .nav-right {
            display: flex;
            align-items: center;
            gap: 1.5rem;
        }
        .nav-right a:hover{
            color: #ffffff;
            text-decoration: none;
        }

        .contact-button {
            background: transparent;
            color: #fff;
            padding: 0.7rem 1.8rem;
            border: 2px solid #8b5cf6;
            border-radius: 5px;
            text-decoration: none;
            font-weight: 500;
            font-size: 0.95rem;
            transition: all 0.3s;
        }

        .contact-button:hover {
            background: #8b5cf6;
        }

        .search-box {
            position: relative;
            display: flex;
        }

        .search-box input {
            background: #fff;
            border: none;
            padding: 0.7rem 3rem 0.7rem 1.2rem;
            border-radius: 5px;
            width: 250px;
            font-size: 0.9rem;
            color: #333;
        }

        .search-box button {
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            background: #8b5cf6;
            border: none;
            padding: 0 1.2rem;
            border-radius: 0 5px 5px 0;
            color: #fff;
            cursor: pointer;
            font-size: 1rem;
        }

        /* Hero Section */
        .hero {
            background: #8b5cf617;
            padding: 4.5rem 3rem 8rem 3rem;
            position: relative;
            overflow-x: clip;
                top: 70px;
        }

        .hero-content {
            max-width: 1200px;
            margin: 5vh 5rem 15vh;
            position: relative;
            z-index: 2;
            margin: auto;
        }

        .hero h1 {
            font-size: 3.5rem;
            line-height: 1.2;
            margin: 4rem 0 1rem;
            font-weight: 400;
            max-width: 95%;
        }

        .hero h1 .highlight {
            color: #8b5cf6;
            font-weight: 600;
        }

        .hero h2 .highlight {
            color: #8b5cf6;
            font-weight: 600;
        }

        .hero-description {
            font-size: 1.15rem;
            line-height: 1.8;
            color: #e5e7eb;
            margin-bottom: 3rem;
            max-width: 750px;
        }

        .hero-description a {
            color: #8b5cf6;
            text-decoration: none;
            font-weight: 500;
        }

        .hero-cta {
            background: #8b5cf6;
            color: #fff;
            padding: 1rem 2.5rem;
            border: none;
            border-radius: 5px;
            font-size: 1rem;
            font-weight: 500;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            text-decoration: none;
            transition: all 0.3s;
            text-transform: capitalize;
        }

        .hero-cta:hover {
            background: #7c3aed;
            transform: translateY(-2px);
            color: #ffffff;

        }

        .hero-cta::after {
            content: '›';
            font-size: 1.5rem;
        }

        /* Decorative Hero Elements */
        .hero-decoration {
            position: absolute;
            bottom: -100px;
            left: -100px;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(139, 92, 246, 0.3) 0%, transparent 70%);
            border-radius: 50%;
            z-index: 1;
        }

        .hero-orb {
            position: absolute;
        top: -150px;
            right: -150px;
            width: 200px;
            height: 200px;
            background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 50%, #ec4899 100%);
            border-radius: 50%;
            opacity: 0.8;
            z-index: 1;
            filter: blur(40px);
        }

       .hero-orb-2 {
           position: absolute;
           top: -140px;
            right: -65px;
           width: 50px;
           height: 50px;
           background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 50%, #ec4899 100%);
           border-radius: 50%;
           opacity: 0.8;
           z-index: 1;
           filter: blur(10px);
       }

        .hero-ring {
            position: absolute;
            bottom: -200px;
            left: 20px;
            width: 500px;
            height: 500px;
            border: 2px solid rgba(139, 92, 246, 0.3);
            border-radius: 50%;
            z-index: -1;
                opacity: 0.25;
        }

        /* Main Content Sections */
        .container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 3rem;
        }

        section {
           /* padding: 5rem 3rem;
            background: #1f2937;*/
        }

        /* About Section */
        .about-section {
            background: linear-gradient(135deg, #21153d 0%, #6366f1 100%);
            padding: 6rem 3rem 0;
        }

        .about-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 5rem;
            align-items: center;
            max-width: 1400px;
            margin: 15vw auto 5vw;
        }

        .about-image {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .image-circle {
           width: 40vw;
    height: 40vw;
    max-width: 460px;
    max-height: 460px;
            border-radius: 50%;
            background: linear-gradient(135deg, #8b5cf6 0%, #ec4899 50%, #6366f1 100%);
            /*position: relative;*/
            overflow: hidden;
                z-index: -1;
        }

        .circle-rings {
            position: absolute;
            top: 50%;
            left: 50%;
            /*transform: translate(-50%, -50%);*/
            width: 600px;
            height: 600px;
            border: 2px solid rgba(139, 92, 246, 0.3);
            border-radius: 50%;
            opacity: 0.25;
        }

        .circle-rings::before,
        .circle-rings::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            border-radius: 50%;
            border: 2px solid rgba(139, 92, 246, 0.2);
        }

        .circle-rings::before {
            width: 700px;
            height: 700px;
        }

        .circle-rings::after {
            width: 800px;
            height: 800px;
        }

        .about-content h2 {
            font-size: 2.8rem;
            line-height: 1.3;
            margin-bottom: 2rem;
            font-weight: 400;
            color: #fff;
        }

        .about-lead {
            font-size: 1.4rem;
            line-height: 1.6;
            margin-bottom: 1.5rem;
            color: #fff;
            font-weight: 500;
        }

        .about-content p {
            font-size: 1.05rem;
            line-height: 1.8;
            color: #d1d5db;
            margin-bottom: 1.5rem;
        }

        .read-more-btn {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: #8b5cf6;
            color: #fff;
            padding: 1rem 2.5rem;
            border-radius: 5px;
            text-decoration: none;
            font-weight: 500;
            font-size: 1rem;
            margin-top: 1rem;
            transition: all 0.3s;
        }

        .read-more-btn:hover {
            background: #7c3aed;
            transform: translateY(-2px);
        }

        .read-more-btn::after {
            content: '›';
            font-size: 1.5rem;
        }

        /* Portfolio Section */
        .portfolio-section {
            background: #6833b0;
            padding: 6rem 3rem;
        }

        .section-title-dark {
            font-size: 2.8rem;
            margin-bottom: 1.5rem;
            text-align: center;
            color: #1f2937;
            font-weight: 400;
        }

        .highlight-dark {
            color: #1f2937;
            font-weight: 700;
        }

        .section-subtitle-dark {
            text-align: center;
            font-size: 1.3rem;

            margin-bottom: 4rem;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
            font-weight: 100;
        }

        .section-description {
            text-align: center;
            font-size: 1.05rem;
            color: #4b5563;
            margin-bottom: 4rem;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.8;
        }

        .portfolio-grid {
            display: grid;
            grid-template-columns: 1.5fr 1fr;
            grid-template-rows: auto auto;
            gap: 2rem;
            max-width: 1400px;
            margin: 0 auto;
        }

        .portfolio-card {
            border-radius: 15px;
            padding: 3rem;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            position: relative;
            overflow: hidden;
            min-height: 400px;
        }

        .large-card {
            grid-row: span 1;
        }

        .purple-card {
            background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
            color: #fff;
                padding: 74px 74px 0px 74px;
        }

        .mint-card {
            background:linear-gradient(135deg, #6ee7b7 0%, #1d8d64 100%);
            color: #1f2937;
        }
        h3{font-weight:700 !important;}

        .card-content h3 {
            font-size: 1.8rem;
            margin-bottom: 1rem;
            font-weight: 700;
            line-height: 1.3;
        }
        .discrippy{    font-weight: 300 !important;
    font-size: 0.95em;}
        .left-pull{left:-200px;}

        .card-content p {
            font-size: 1.05rem;
            line-height: 1.6;
            margin-bottom: 2rem;
            opacity: 0.95;
        }

        .cs-block-1 img{
            position: relative;    width: 400px;}
        .card-button {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: rgba(0, 0, 0, 0.3);
            color: #fff;
            padding: 0.8rem 2rem;
            border-radius: 5px;
            text-decoration: none;
            font-weight: 500;
            font-size: 0.95rem;
            transition: all 0.3s;
            width: fit-content;
        }

        .mint-card .card-button {
            background: rgba(0, 0, 0, 0.7);
        }

        .card-button:hover {
            background: rgba(0, 0, 0, 0.5);
            transform: translateY(-2px);
        }

        .card-button::after {
            content: '›';
            font-size: 1.3rem;
        }

        .card-image {
            position: relative;
            flex: 1;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            margin-top: 2rem;
        }

        .mockup-desktop {
            width: 100%;
            height: 250px;
            background: #fff;
            border-radius: 10px 10px 0 0;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
            position: relative;
        }

        .mockup-desktop::before {
            content: '';
            position: absolute;
            bottom: -30px;
            left: 50%;
            transform: translateX(-50%);
            width: 120%;
            height: 30px;
            background: linear-gradient(to bottom, #d1d5db 0%, #9ca3af 100%);
            border-radius: 0 0 5px 5px;
        }

        .mockup-mobile {
            width: 150px;
            height: 300px;
            background: #1f2937;
            border-radius: 20px;
            border: 8px solid #1f2937;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
            position: relative;
        }

        .mockup-mobile::before {
            content: '';
            position: absolute;
            top: 10px;
            left: 50%;
            transform: translateX(-50%);
            width: 50px;
            height: 5px;
            background: #4b5563;
            border-radius: 10px;
        }

        .mockup-ad {
            width: 100%;
            height: 200px;
            background: #fff;
            border-radius: 10px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
        }

        .mockup-ebook {
            width: 200px;
            height: 280px;
            background: linear-gradient(135deg, #4b5563 0%, #1f2937 100%);
            border-radius: 5px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
            transform: perspective(1000px) rotateY(-15deg);
        }

        /* What We Do Section */
        .what-we-do-section {
            background: #161d24;
            padding: 6rem 3rem 10rem;
                z-index: 1;
    position: relative;
        }

        #our-clients{padding:7rem 0px 10rem;}
        .what-we-do-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 5rem;
            align-items: center;
            max-width: 1400px;
            margin: 3rem auto 0;
        }

        .services-list {
            display: flex;
            flex-direction: column;
            gap: 2rem;
        }

        .service-item {
            display: flex;
            align-items: center;
            gap: 2rem;
        }

        .service-number {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: #101419;
            color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            font-weight: 600;
            flex-shrink: 0;
                margin-top: -60px;
        }

        .service-item h3 {
              font-size: 1.3rem;
                color: #e3ff00;
                font-weight: 500 !important;
                margin: 0 0 1rem;
        }

        .services-illustration {
            position: relative;
            height: 600px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .phone-mockup {
            width: 280px;
            height: 560px;
            background: #1a2332;
            border-radius: 40px;
            border: 12px solid #0f1419;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
            position: relative;
            z-index: 0;
        }

        .phone-screen {
            width: 100%;
            height: 100%;
            background: #1e2937;
            border-radius: 28px;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .screen-content h4 {
            color: #fff;
            font-size: 2rem;
            font-weight: 500;
            text-align: center;
            line-height: 1.3;
        }

        .floating-elements {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
        }

        .element {
            position: absolute;
            animation: float 3s ease-in-out infinite;
        }

        .icon-circle {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: #fff;
            border: 3px solid #8b5cf6;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .icon-circle::before {
            content: '';
            width: 20px;
            height: 20px;
            background: #8b5cf6;
            border-radius: 50%;
        }

        .icon-circle.top-left {
            top: 10%;
            right: 60%;
            animation-delay: 0s;
        }

        .icon-circle.top-right {
            top: 5%;
            right: -5%;
            animation-delay: 1s;
        }

        .icon-plus {
            top: 35%;
            right: -8%;
            width: 50px;
            height: 50px;
            background: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            animation-delay: 0.5s;
        }

        .icon-plus::before,
        .icon-plus::after {
            content: '';
            position: absolute;
            background: #8b5cf6;
        }

        .icon-plus::before {
            width: 20px;
            height: 3px;
        }

        .icon-plus::after {
            width: 3px;
            height: 20px;
        }

        .video-box {
            top: 20%;
            right: 5%;
            width: 120px;
            height: 80px;
            background: linear-gradient(135deg, #f59e0b 0%, #ec4899 100%);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            animation-delay: 1.5s;
        }
        .video_text{
          color: #777;
            font-size: 14px;
            margin-top: 3rem;
            text-align: center;
        }

        #services{    padding: 7rem 0;}

        .video_text a:hover{
               background: #fff;
                text-decoration: underline;
        }

        .video-box::before {
            content: '▶';
            color: #fff;
            font-size: 1.5rem;
        }

        .browser-window {
            bottom: 20%;
            right: 8%;
            width: 180px;
            height: 120px;
            background: #1e2937;
            border: 2px solid #4b5563;
            border-radius: 8px;
            animation-delay: 2s;
        }

        .browser-window::before {
            content: '';
            position: absolute;
            top: 8px;
            left: 8px;
            width: 30px;
            height: 3px;
            background: #6b7280;
            border-radius: 2px;
        }

        .email-icon {
            bottom: 15%;
            right: -5%;
            width: 80px;
            height: 80px;
            background: #e5e7eb;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            animation-delay: 2.5s;
        }

        .email-icon::before {
            content: '@';
            font-size: 2rem;
            color: #4b5563;
            font-weight: 600;
        }

        .dots-pattern {
            bottom: 10%;
            left: -10%;
            width: 60px;
            height: 30px;
            display: flex;
            gap: 8px;
            animation-delay: 3s;
        }

        .dots-pattern::before,
        .dots-pattern::after {
            content: '';
            width: 12px;
            height: 12px;
            background: #6ee7b7;
            border-radius: 50%;
        }

        @keyframes float {
            0%, 100% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(-20px);
            }
        }

        section {display: block;  padding: 6rem 0;}



        .section-title {
            font-size: 2.5rem;
            margin-bottom: 1rem;
            text-align: center;
            color: #fff;
            font-weight: 400;
        }

        .section-title .highlight {
            color: #8b5cf6;
        }

           .section-title .highlight_3 { color: #e3ff00;}

        .section-subtitle {
            text-align: center;
            font-size: 1.2rem;
            color: #9ca3af;
            margin-bottom: 3rem;
            max-width: 100%;
            margin-left: auto;
            margin-right: auto;
        }

        /* Services Grid */
        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin-top: 3rem;
        }

        .service-card {
            /*background: #161d24;*/
            padding: 2.5rem;
            border-radius: 10px;
            border: 1px solid rgba(139, 92, 246, 0.2);
            transition: all 0.3s;
        }

        .service-card:hover {
            transform: translateY(-5px);
            border-color: #8b5cf6;
            box-shadow: 0 10px 30px rgba(139, 92, 246, 0.2);
        }

        .service-icon {
            font-size: 3rem;
            margin-bottom: 1rem;
        }

        .service-card h3 {
            font-size: 1.5rem;
            margin-bottom: 1rem;
            color: #fff;
            font-weight: 500;
        }

        .service-card p {
            color: #9ca3af;
            line-height: 1.8;
        }

        /* Footer */
        footer {
            background: #1a202c;
            color: #9ca3af;
            padding: 3rem 3rem 2rem 3rem;
            position: relative;
        }
        .circle-image{
            background-image: url(/images/B2B-Tech-Marketing-Cremarc.jpg);
    /* background-position: 64%; */
    background-size: cover;
    height: 100%;
        }



        .footer-content {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 3rem;
        }

        .footer-section h3 {
            margin-bottom: 1rem;
            color: #fff;
            font-weight: 500;
        }

        .footer-section p,
        .footer-section a {
            color: #9ca3af;
            text-decoration: none;
            display: block;
            margin-bottom: 0.5rem;
            font-size: 0.95rem;
        }

        .footer-section a:hover {
            color: #8b5cf6;
        }

        .footer-bottom {
            max-width: 1400px;
            margin: 2rem auto 0;
            padding-top: 2rem;
            border-top: 1px solid rgba(255,255,255,0.1);
            text-align: center;
            color: #6b7280;
            font-size: 0.9rem;
        }

        /* Chat Widget */
        .chat-widget {
                position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    width: 250px;
    text-align: right;
        }

        .chat-button {
            width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ffffff;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    box-shadow: 0 1px 20px rgba(139, 92, 246, 0.8);
    transition: all 0.3s;
    background-image: url(/images/ai-alt.gif);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 50% 50%;

        }

        .chat-button:hover {
            transform: scale(1.1);
            box-shadow: 0 6px 30px rgba(139, 92, 246, 0.6);
        }

        .chat-bubble {
            position: absolute;
            bottom: 80px;
            right: 0;
            background: #fff;
            color: #333;
            padding: 1rem 1.5rem;
            border-radius: 20px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.2);
            max-width: 250px;
            display: none;
        }

        .chat-bubble.show {
            display: block;
            animation: fadeIn 0.3s;
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }

        /* Responsive */
        @media (max-width: 1024px){
            .mobile-only{display: block !important;}
        }
  @media (max-width: 1024px) {
            nav {
                padding: 1rem 2rem;
            }

            .hero h1 {
                font-size: 3rem;
            }

            .nav-center {
                gap: 1.5rem;
            }
        }
@media (max-width:500px){
     .hero-content{margin: 0 0em 8em !important;text-align: center;}
        .hero h1 {max-width:100% !important;}
    .about-grid{text-align: center;}
    .about-content{text-align: center;}
    .portfolio-section {padding: 6rem 1.25rem !important;}
    .what-we-do-section{padding: 6rem 1rem;}
    footer {padding:3rem 2rem 2rem 2rem;}
}
  @media (max-width: 768px) {
            .hero h1 {
                font-size: 2.2rem;
                max-width: 100%;
            }
      .hero-content{margin:5vh 2rem 15vh;}

            .nav-center,
            .search-box {
                display: none;
            }

            nav {
                padding: 0rem;
                height:70px;
            }

            .hero,
            section {
                padding: 3rem 1.5rem;

        min-width: 318px;
                overflow: hidden;

            }

            .services-grid {
                grid-template-columns: 1fr;
            }

            .about-grid {
                grid-template-columns: 1fr;
                gap: 3rem;
            }

            .image-circle {
                width: 60vw;
        height: 60vw;
            }

            .about-content h2 {
                font-size: 2rem;
            }





            .portfolio-grid {
                grid-template-columns: 1fr;
            }

            .section-title-dark {
                font-size: 2rem;
            }

            .portfolio-card {
                min-height: 300px;
                padding: 2rem;
            }

            .what-we-do-grid {
                grid-template-columns: 1fr;
                gap: 3rem;
            }

            .services-illustration {
                height: 400px;
            }

            .phone-mockup {
                width: 220px;
                height: 440px;
            }

            .service-number {
                width: 50px;
                height: 50px;
                font-size: 1rem;
            }

            .service-item h3 {
                font-size: 1.2rem;
            }
        }
@media (min-width: 1200px) {
    #hero.left-align:after {
        top: -40%;
        width: 35vw;
        height: 60vw;
    }
}
@media (min-width: 992px) {
    #hero.left-align:after {
        height: 70vw;
    }
}
@media (min-width: 576px) {
.step-number {
    top: -7px;
    right: -13px;}

        .step-card {
             padding: 32px 24px 60PX 24PX;
        TEXT-ALIGN: center;}
        .step-card  .step-cta:hover {   color: #CDDC39;}
        .step-cta {display:block}

    #hero.left-align:after {
        content: "";
        position: absolute;
        top: -20%;
        right: 0;
        width: 35vw;
        height: 80vw;
        overflow: hidden;
        z-index: 1;
        background-image: url(/images/CremarcCircleWhite.png);
        background-size: cover;
    }
}
*, :after, :before {
    box-sizing: border-box;
}
#hero {
    background: #1d252c;
    background-size: cover;
    color: #fff;
    position: relative;
    display: flex
;
    align-items: center;
}

.nav-links .mobile-cta { margin: 2% auto;
    width: 90%;
    text-align: center;
    color: #fff !important; padding: 6px;}


        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

     /*--------------how to do it--------------------*/

        .how-it-works-section {
            position: relative;
            padding: 120px 20px;
            background: linear-gradient(180deg, #0a0a0a 0%, #1a0f2e 50%, #0a0a0a 100%);
            overflow: hidden;
        }

        .how-it-works-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 800px;
            height: 800px;
            background: radial-gradient(circle, rgba(138, 92, 246, 0.15) 0%, transparent 70%);
            pointer-events: none;
        }



        .section-header {
            text-align: center;
            margin-bottom: 80px;
        }

        .section-tag {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(138, 92, 246, 0.1);
            border: 1px solid rgba(138, 92, 246, 0.3);
            padding: 8px 20px;
            border-radius: 50px;
            margin-bottom: 24px;
            font-size: 14px;
            color: #a78bfa;
            font-weight: 600;
        }

        /*.section-title {
            font-size: 56px;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 24px;
            background: linear-gradient(135deg, #ffffff 0%, #a78bfa 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }*/

        .section-subtitle {
            font-size: 20px;
            color: #e3ff00;
            max-width: 700px;
            margin: 0 auto;
            line-height: 1.6;
        }

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

        .step-card {
            position: relative;
            background: rgba(17, 17, 27, 0.6);
            border: 1px solid rgba(138, 92, 246, 0.2);
            border-radius: 24px;
            padding: 40px 32px;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            cursor: pointer;
            overflow: hidden;
        }

        .step-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle at top, rgba(138, 92, 246, 0.1) 0%, transparent 70%);
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .step-card:hover {
            transform: translateY(-8px);
            border-color: rgba(138, 92, 246, 0.5);
            box-shadow: 0 20px 60px rgba(138, 92, 246, 0.2);
        }

        .step-card:hover::before {
            opacity: 1;
        }

        .step-number {
            position: absolute;
            top: 20px;
            right: 20px;
            width: 60px;
            height: 60px;
            background: rgba(138, 92, 246, 0.1);
            border: 2px solid rgba(138, 92, 246, 0.3);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            font-weight: 700;
            color: #a78bfa;
            transition: all 0.4s ease;
        }

        .step-card:hover .step-number {
            background: #8b5cf6;
            color: #ffffff;
            border-color: #8b5cf6;
            transform: rotate(360deg) scale(1.1);
        }

        .step-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%);
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 24px;
            position: relative;
            z-index: 1;
        }

        .step-icon svg {
            width: 40px;
            height: 40px;
            fill: white;
        }

        .step-title {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 16px;
            color: #ffffff;
            position: relative;
            z-index: 1;
        }

        .step-description {
            font-size: 16px;
            line-height: 1.6;
            color: #9ca3af;
            margin-bottom: 24px;
            position: relative;
            z-index: 1;
        }

        .step-features {
            list-style: none;
            margin-bottom: 24px;
            position: relative;
            z-index: 1;
        }

        .step-features li {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 12px;
            font-size: 14px;
            color: #a78bfa;
        }

        .step-features li::before {
            content: '✓';
            display: flex;
            align-items: center;
            justify-content: center;
            width: 20px;
            height: 20px;
            background: rgba(138, 92, 246, 0.2);
            border-radius: 50%;
            flex-shrink: 0;
        }

        .step-cta {
                display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%);
    color: white;
    padding: 12px 24px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
    margin: auto;
    bottom: 0;
    position: absolute;
    left: 0;
    border-radius: 0;
}


        .step-cta:hover {
            transform: scale(1.05);
            box-shadow: 0 10px 30px rgba(138, 92, 246, 0.4);
        }

        .step-cta svg {
            width: 16px;
            height: 16px;
            fill: white;
        }

        .connector-line {
            position: absolute;
            top: 140px;
            left: 50%;
            width: calc(100% - 80px);
            height: 2px;
            background: linear-gradient(90deg,
                rgba(138, 92, 246, 0.3) 0%,
                rgba(138, 92, 246, 0.6) 50%,
                rgba(138, 92, 246, 0.3) 100%);
            transform: translateX(-50%);
            z-index: 0;
        }

        .final-cta-container {
            text-align: center;
            margin-top: 80px;
            padding: 60px 40px;
            background: rgba(138, 92, 246, 0.05);
            border: 1px solid rgba(138, 92, 246, 0.2);
            border-radius: 24px;
            position: relative;
            overflow: hidden;
        }

        .final-cta-container::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 300px;
            height: 300px;
            background: radial-gradient(circle, rgba(138, 92, 246, 0.2) 0%, transparent 70%);
            pointer-events: none;
        }

        .final-cta-title {
            font-size: 36px;
            font-weight: 700;
            margin-bottom: 16px;
            position: relative;
            z-index: 1;
        }

        .final-cta-subtitle {
            font-size: 18px;
            color: #9ca3af;
            margin-bottom: 32px;
            position: relative;
            z-index: 1;
        }

        .final-cta-button {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%);
            color: white;
            padding: 18px 40px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 700;
            font-size: 18px;
            transition: all 0.3s ease;
            position: relative;
            z-index: 1;
            box-shadow: 0 10px 40px rgba(138, 92, 246, 0.3);
        }

        .final-cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 15px 50px rgba(138, 92, 246, 0.5);
        }

        .trust-badges {
            display: flex;
            justify-content: center;
            gap: 40px;
            margin-top: 40px;
            flex-wrap: wrap;
            position: relative;
            z-index: 1;
        }

        .trust-badge {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #9ca3af;
            font-size: 14px;
        }

        .trust-badge svg {
            width: 20px;
            height: 20px;
            fill: #a78bfa;
        }

        @media (max-width: 1024px) {
            .steps-container {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .connector-line {
                display: none;
            }

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

            .final-cta-title {
                font-size: 28px;
            }
        }

        @media (max-width: 768px) {
            .how-it-works-section {
                padding: 80px 20px;
            }

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

            .section-subtitle {
                font-size: 16px;
            }

            .step-card {
                padding: 32px 24px;
            }

            .final-cta-container {
                padding: 40px 24px;
            }

            .trust-badges {
                flex-direction: column;
                align-items: center;
                gap: 20px;
            }
        }

        .HIW_Title{color: #e3ff00 !important;}

        .margy-top{    margin-top: 3rem;}

         .login-btn{font-size: 14px; }
          .login-btn:hover{color: rebeccapurple !important;text-decoration: underline; }
         .login-btn a:hover{opacity: 1; text-decoration: underline;color: rebeccapurple;}