    :root {
        --primary: #0a0e1a;
        --accent: #7a00c8;
        --accent2: #7c3aed;
        --accent3: #f59e0b;
        --text: black;
        --muted: #8892a4;
        --card-bg: rgba(255, 255, 255, 0.04);
        --border: rgba(255, 255, 255, 0.08);
        --gradient: linear-gradient(135deg, #00d4ff 0%, #7c3aed 100%);

         --gradient-danger:linear-gradient(135deg, #EF5350 0%, #FFA000 100%);
    }

    * {
        box-sizing: border-box;
    }

    body {
        font-family: 'DM Sans', sans-serif;
/*        background: var(--primary);*/
        color: var(--text);
        overflow-x: hidden;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .font-display {
        font-family: 'Sora', sans-serif;
    }

    /* ─── GLOW BLOBS ─── */
    .blob {
        position: absolute;
        border-radius: 50%;
        filter: blur(80px);
        opacity: 0.18;
        pointer-events: none;
        z-index: 0;
    }

    .blob-cyan {
        width: 500px;
        height: 500px;
        background: #00d4ff;
    }

    .blob-purple {
        width: 400px;
        height: 400px;
        background: #7c3aed;
    }

    .blob-amber {
        width: 300px;
        height: 300px;
        background: #f59e0b;
    }

    /* ─── NAVBAR ─── */
    .navbar {
        background: #e5fbff61;
        backdrop-filter: blur(18px);
        border-bottom: 1px solid var(--border);
        padding: 1rem 0;
        position: sticky;
        top: 0;
        z-index: 1000;
    }

    .navbar-brand {
        font-family: 'Sora', sans-serif;
        font-weight: 800;
        font-size: 1.4rem;
    }

    .navbar-brand span {
        background: var(--gradient);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .nav-link {
        color: var(--text) !important;
        font-weight: 500;
        font-size: 0.9rem;
        padding: 0.5rem 0.9rem !important;
        transition: color .2s;
    }

    .nav-link:hover {
        color: var(--accent) !important;
    }

    .navbar .dropdown-menu {
        background: #e0eeff;
        border: 1px solid var(--border);
        border-radius: 12px;
        padding: 0.5rem;
        min-width: 220px;
    }

    .navbar .dropdown-item {
        color: var(--text);
        border-radius: 8px;
        font-size: 0.88rem;
        padding: 0.5rem 1rem;
    }

    .navbar .dropdown-item:hover {
        background: var(--card-bg);
        color: var(--accent);
    }

    .btn-nav {
        background: var(--gradient);
        color: #fff !important;
        border-radius: 50px;
        padding: 0.45rem 1.3rem !important;
        font-weight: 600;
        font-size: 0.88rem;
        border: none;
        transition: opacity .2s;
    }

    .btn-nav:hover {
        opacity: 0.85;
    }

    /* ─── HERO ─── */
    .hero {
        position: relative;
        min-height: 92vh;
        display: flex;
        align-items: center;
        overflow: hidden;
        padding: 6rem 0 4rem;

    }

.service-capability {
   background: radial-gradient(ellipse at 50% 0%, rgba(124, 58, 237, .2) 0%, transparent 70%);
    background: radial-gradient(ellipse at 50% 0%, rgb(95 25 235 / 39%) 0%, #ffffffe0 70%);
    border-top: 1px solid #9fa8dadb;
    padding: 6rem 0;
    
}


.bg-primary-gradient {
    background: linear-gradient(23.01deg, #2b5cfd 14.9%, #1d3faf 85.1%);
}

.bg-img10 {
    background-image: url(../img/p.png);
    background-size: cover;
    background-position: bottom;
}
.media-md i {
    font-size: 1.5rem;
}

.media-middle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.media-circle {
    border-radius: 50rem !important;
}

.media-md {
    z-index: 1;
    width: 3rem;
    height: 3rem;
    font-size: 1rem;
    background: white;
    color: #2857ef;
}
    .hero .blob-cyan {
        top: -100px;
        right: -100px;
    }

    .hero .blob-purple {
        bottom: -50px;
        left: -80px;
    }

    .badge-pill {
        display: inline-block;
        background: rgba(0, 212, 255, 0.1);
        border: 1px solid rgba(0, 212, 255, 0.3);
        color: var(--accent);
        border-radius: 50px;
        font-size: 0.78rem;
        font-weight: 600;
        padding: 0.35rem 1rem;
        letter-spacing: .08em;
        text-transform: uppercase;
        margin-bottom: 1.2rem;
    }

    .hero h1 {
        font-size: clamp(2.4rem, 5vw, 2rem);
        font-weight: 800;
        line-height: 1.12;
        margin-bottom: 1.5rem;
    }

    .hero h1 .highlight {
        background: var(--gradient);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .hero p {
        color: var(--muted);
        font-size: 1.1rem;
        max-width: 520px;
        line-height: 1.7;
        margin-bottom: 2rem;
    }

    .btn-primary-gw {
        background: var(--gradient);
        color: #fff;
        border: none;
        border-radius: 50px;
        padding: 0.8rem 2rem;
        font-weight: 700;
        font-size: 0.95rem;
        transition: transform .2s, box-shadow .2s;
        display: inline-block;
        cursor: pointer;
        text-decoration: none;
    }

    .btn-primary-gw:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 40px rgba(0, 212, 255, .35);
        color: #fff;
    }

    .btn-danger-gw {
        background: var(--gradient-danger);
        color: #fff;
        border: none;
        border-radius: 50px;
        padding: 0.8rem 2rem;
        font-weight: 700;
        font-size: 0.95rem;
        transition: transform .2s, box-shadow .2s;
        display: inline-block;
        cursor: pointer;
        text-decoration: none;
    }

    .btn-danger-gw:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 40px rgba(0, 212, 255, .35);
        color: #fff;
    }

    .btn-outline-gw {
        background: transparent;
        color: var(--text);
        border: 1.5px solid var(--border);
        border-radius: 50px;
        padding: 0.8rem 2rem;
        font-weight: 600;
        font-size: 0.95rem;
        transition: border-color .2s, color .2s;
        display: inline-block;
        cursor: pointer;
        text-decoration: none;
    }

    .btn-outline-gw:hover {
        border-color: var(--accent);
        color: var(--accent);
    }

    .rating-badges {
        display: flex;
        gap: 1.2rem;
        flex-wrap: wrap;
        margin-top: 2.5rem;
    }

    .rating-badge {
        display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #cacaca36;
    border: 1px solid rgb(75 101 221 / 22%);
    border-radius: 50px;
    padding: 0.5rem 1rem;
    font-size: 0.82rem;
    }

    .rating-badge .stars {
        color: var(--accent3);
    }

    .hero-visual {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-card-stack {
        position: relative;
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
    }

    .floating-card {
        background: #ffffff;
        border: 1px solid var(--border);
        border-radius: 16px;
        padding: 1.2rem 1.5rem;
        backdrop-filter: blur(12px);
        animation: floatY 4s ease-in-out infinite;
    }

     .floating-card:hover{
        background: #fff;
        
        animation: floatY 4s ease-in-out infinite;
    }

    .floating-card:nth-child(2) {
        animation-delay: 1.5s;
        margin-top: 1rem;
    }

    .floating-card:nth-child(3) {
        animation-delay: 3s;
        margin-top: 1rem;
    }

    .floating-card:nth-child(4) {
        animation-delay: 4.5s;
        margin-top: 1rem;
    }

    @keyframes floatY {

        0%,
        100% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-10px);
        }
    }

    .stat-number {
        font-family: 'Sora', sans-serif;
        font-size: 2rem;
        font-weight: 800;
        background: var(--gradient);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    /* ─── MARQUEE / CLIENTS ─── */
    .clients-section {
        padding: 4rem 0;
        border-top: 1px solid var(--border);
        border-bottom: 1px solid var(--border);
        overflow: hidden;
        background: #ffffff;
    }

    .section-tag {
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: .12em;
        text-transform: uppercase;
        color: var(--accent);
        margin-bottom: 0.6rem;
    }

    .marquee-track {
        display: flex;
        gap: 14px;
        align-items: center;
        animation: marquee 22s linear infinite;
        white-space: nowrap;
        width: max-content;
    }

    @keyframes marquee {
        from {
            transform: translateX(0)
        }

        to {
            transform: translateX(-50%)
        }
    }

    .client-name {
        font-family: 'Sora', sans-serif;
        font-weight: 700;
        font-size: 1rem;
        color: var(--muted);
        padding: 0.5rem 1.5rem;
        border: 1px solid var(--border);
        border-radius: 50px;
        background: var(--card-bg);
        transition: color .2s, border-color .2s;
        white-space: nowrap;
    }

    .client-name:hover {
        color: var(--text);
        border-color: var(--accent);
    }

    /* ─── SECTIONS SHARED ─── */
    section {
        padding: 6rem 0;
        position: relative;
        overflow: hidden;
    }

    .section-header {
        text-align: center;
        max-width:700px;
        margin: 0 auto 4rem;
    }

    .section-header h2 {
        font-size: clamp(1.8rem, 3.5vw, 2.8rem);
        font-weight: 800;
        margin-bottom: 1rem;
    }

    .section-header p {
        color: var(--muted);
        font-size: 1.05rem;
        line-height: 1.7;
    }

    /* ─── FEATURES ─── */
    .feature-card {
        background:#ffffff;
        border: 1px solid var(--border);
        border-radius: 20px;
        padding: 2rem;
        height: 100%;
        transition: transform .25s, border-color .25s, box-shadow .25s;
    }

    .feature-card:hover {
        transform: translateY(-6px);
        border-color: var(--accent);
        box-shadow: 0 20px 60px rgba(0, 212, 255, .1);
    }

    .feature-icon {
        width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
    }

    .feature-icon.cyan {
        background: rgba(0, 212, 255, .12);
        color: var(--accent);
    }

    .feature-icon.purple {
        background: rgba(124, 58, 237, .12);
        color: var(--accent2);
    }

    .feature-icon.amber {
        background: rgba(245, 158, 11, .12);
        color: var(--accent3);
    }

    .feature-icon.green {
        background: rgba(16, 185, 129, .12);
        color: #10b981;
    }

    /* ─── WHY CHOOSE ─── */
    .why-section {
        background: #e0eeff;
    }

    .check-item {
        display: flex;
        align-items: flex-start;
        gap: 0.8rem;
        margin-bottom: 1rem;
    }

    .check-icon {
        color: var(--accent);
        font-size: 1.1rem;
        margin-top: 2px;
        flex-shrink: 0;
    }

    /* ─── SERVICES ─── */
    .service-card {
/*        background: white;*/
 background: linear-gradient(rgb(167 150 255 / 55%), rgb(199 255 241 / 60%)), url(../img/abstract-img.png);
        border: 1px solid var(--border);
        border-radius: 20px;
        padding: 2rem;
        height: 100%;
        position: relative;
        overflow: hidden;
        transition: transform .25s, box-shadow .25s, border-color .25s;
    }

    .service-card::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: var(--gradient);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform .3s;
    }

    .service-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 60px rgba(124, 58, 237, .12);
        border-color: rgba(124, 58, 237, .4);
    }

    .service-card:hover::after {
        transform: scaleX(1);
    }

    .service-number {
        font-family: 'Sora', sans-serif;
        font-size: 3.5rem;
        font-weight: 800;
        color: rgb(102 34 236 / 29%);
        position: absolute;
        top: 1rem;
        right: 1.5rem;
        line-height: 1;
    }

    .service-card h4 {
        font-size: 1.15rem;
        font-weight: 700;
        margin-bottom: 0.8rem;
    }

    .service-card p {
        font-size: 0.9rem;
        color: var(--muted);
        line-height: 1.7;
        margin-bottom: 1.2rem;
    }

    .btn-link-gw {
        color: var(--accent);
        font-size: 0.88rem;
        font-weight: 600;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 0.4rem;
    }

    .btn-link-gw:hover {
/*        color: #fff;*/
color: #5f42fe;
    }

    /* ─── HOW WE WORK ─── */
    .step-card {
        background: var(--card-bg);
        border: 1px solid var(--border);
        border-radius: 20px;
        padding: 2.5rem 2rem;
        position: relative;
        height: 100%;
        transition: border-color .25s;
    }

    .step-card:hover {
        border-color: var(--accent2);
    }

    .step-num {
        position: absolute;
        top: -18px;
        left: 2rem;
        width: 38px;
        height: 38px;
        background: var(--gradient);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Sora', sans-serif;
        font-weight: 800;
        font-size: 0.88rem;
        color: #fff;
    }

    /* ─── PORTFOLIO ─── */
    .portfolio-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 1.2rem;
    }

    .portfolio-item {
        border-radius: 16px;
        overflow: hidden;
        position: relative;
        aspect-ratio: 4/3;
        background: var(--card-bg);
        border: 1px solid var(--border);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: transform .25s;
    }

    .portfolio-item:hover {
        transform: scale(1.03);
    }

    .portfolio-item .overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, transparent 60%);
        display: flex;
        align-items: flex-end;
        padding: 1.2rem;
        opacity: 0;
        transition: opacity .3s;
    }

    .portfolio-item:hover .overlay {
        opacity: 1;
    }

    .portfolio-placeholder {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.7rem;
        color: var(--muted);
    }

    .portfolio-placeholder .icon {
        font-size: 2rem;
    }

    /* ─── TECH TABS ─── */
    .tech-tabs .nav-link {
        background: var(--card-bg);
        border: 1px solid var(--border) !important;
        border-radius: 50px !important;
        color: var(--muted) !important;
        margin: 0.3rem;
        font-size: 0.88rem;
        padding: 0.5rem 1.2rem !important;
        transition: all .2s;
    }

    .tech-tabs .nav-link.active,
    .tech-tabs .nav-link:hover {
        background: var(--gradient) !important;
        color: #fff !important;
        border-color: transparent !important;
    }

    .tech-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        margin-top: 2rem;
    }

    .tech-chip {
        background: var(--card-bg);
        border: 1px solid var(--border);
        border-radius: 12px;
        padding: 0.8rem 1.5rem;
        font-size: 0.88rem;
        font-weight: 600;
        color: var(--text);
        display: flex;
        align-items: center;
        gap: 0.5rem;
        transition: border-color .2s, color .2s;
        cursor: default;
    }

    .tech-chip:hover {
        border-color: var(--accent);
        color: var(--accent);
    }

    .tech-chip i {
        font-size: 1.1rem;
    }

    /* ─── TESTIMONIALS ─── */
    .testimonial-card {
        background: var(--card-bg);
        border: 1px solid var(--border);
        border-radius: 20px;
        padding: 2rem;
        height: 100%;
        position: relative;
    }

    .testimonial-card .quote-icon {
        font-size: 3rem;
        line-height: 1;
        color: var(--accent);
        opacity: 0.3;
        font-family: Georgia, serif;
        margin-bottom: 0.5rem;
        display: block;
    }

    .testimonial-card p {
        color: var(--muted);
        font-size: 0.92rem;
        line-height: 1.7;
        margin-bottom: 1.5rem;
    }

    .reviewer-name {
        font-weight: 700;
        font-size: 0.95rem;
    }

    .reviewer-role {
        font-size: 0.82rem;
        color: var(--muted);
    }

    .stars {
        color: var(--accent3);
        font-size: 0.85rem;
    }

    /* ─── FAQ ─── */
    .accordion-item {
        background: #ffffff !important;
        border: 1px solid var(--border) !important;
        border-radius: 12px !important;
        margin-bottom: 0.8rem;
        overflow: hidden;
    }

    .accordion-button {
        background: transparent !important;
        color: var(--text) !important;
        font-weight: 600;
        font-size: 0.95rem;
        box-shadow: none !important;
    }

    .accordion-button::after {
        filter: invert(1);
    }

    .accordion-button:not(.collapsed) {
        color: var(--accent) !important;
    }

    .accordion-body {
        background: transparent;
        color: var(--muted);
        font-size: 0.92rem;
        line-height: 1.7;
    }

    /* ─── STATS ROW ─── */
    .stats-row {
        background: #e0eeff;
        border-top: 1px solid var(--border);
        border-bottom: 1px solid var(--border);
        padding: 3rem 0;
    }

    .stat-item {
        text-align: center;
    }

    .stat-item .num {
        font-family: 'Sora', sans-serif;
        font-size: 2.5rem;
        font-weight: 800;
        background: var(--gradient);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .stat-item .label {
        color: var(--muted);
        font-size: 0.9rem;
        margin-top: 0.3rem;
    }

    /* ─── CTA ─── */
    .cta-section {
/*        background: radial-gradient(ellipse at 50% 0%, rgba(124, 58, 237, .2) 0%, transparent 70%);*/
background: radial-gradient(ellipse at 50% 0%, rgb(255 255 255) 0%, #ffffffe0 70%);
        border-top: 1px solid var(--border);
        padding: 6rem 0;
        text-align: center;
    }

    .cta-section h2 {
        font-size: clamp(2rem, 4vw, 3rem);
        font-weight: 800;
        max-width: 700px;
        margin: 0 auto 1.5rem;
    }

    /* ─── NEWSLETTER ─── */
    .newsletter-section {
        background: rgba(0, 212, 255, .04);
        border-top: 1px solid var(--border);
        padding: 4rem 0;
    }

    .newsletter-input {
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid var(--border);
        border-radius: 50px 0 0 50px;
        padding: 0.8rem 1.5rem;
        color: var(--text);
        outline: none;
        font-family: 'DM Sans', sans-serif;
        flex: 1;
    }

    .newsletter-input::placeholder {
        color: var(--muted);
    }

    .newsletter-input:focus {
        border-color: var(--accent);
    }

    .newsletter-btn {
        background: var(--gradient);
        border: none;
        border-radius: 0 50px 50px 0;
        padding: 0.8rem 1.8rem;
        color: #fff;
        font-weight: 700;
        cursor: pointer;
        transition: opacity .2s;
    }

    .newsletter-btn:hover {
        opacity: 0.85;
    }

    /* ─── FOOTER ─── */
    footer {
        background: #1f1085;
        border-top: 1px solid var(--border);
/*        padding: 4rem 0 2rem;*/
    }

    .footer-brand {
        font-family: 'Sora', sans-serif;
        font-size: 1.4rem;
        font-weight: 800;
        margin-bottom: 1rem;
    }

    .footer-brand span {
        background: var(--gradient);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    footer p.desc {
        color: var(--muted);
        font-size: 0.9rem;
        line-height: 1.7;
        max-width: 280px;
    }

    .footer-heading {
        font-family: 'Sora', sans-serif;
        font-weight: 700;
        font-size: 0.95rem;
        margin-bottom: 1.2rem;
        color: var(--text);
    }

    .footer-links {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-links li {
        margin-bottom: 0.6rem;
    }

    .footer-links a {
        color: var(--muted);
        text-decoration: none;
        font-size: 0.88rem;
        transition: color .2s;
    }

    .footer-links a:hover {
        color: white;
    }


    .breadcrumb {
         background-image: url('../img/breadcrumb.jpg');
        color: white;
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        height: 125px;
        margin-bottom: 0px;
        }


    .img-4:hover {
        background-image: url('../img/our-mission.jpg');
        color: white;
        background-repeat: no-repeat;
        background-position:center;
        background-size:cover;
    }
     .img-5:hover {
          background-image: url('../img/quality-assurance.jpg');
        color: white;
        background-repeat: no-repeat;
        background-position:center;
        background-size:cover;
        
    }
     .img-6:hover {
          background-image: url('../img/dedicated-team.jpg');
        color: white;
        background-repeat: no-repeat;
        background-position:center;
        background-size:cover;
        
    }
     .img-7:hover {
          background-image: url('../img/customer-support.jpg');
        color: white;
        background-repeat: no-repeat;
        background-position:center;
        background-size:cover;
        
    }

    .social-links {
        display: flex;
        gap: 0.7rem;
        margin-top: 1.2rem;
    }

    .social-link {
        width: 38px;
        height: 38px;
        border: 1px solid var(--border);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--muted);
        text-decoration: none;
        font-size: 0.95rem;
        transition: border-color .2s, color .2s;
    }

    .social-link:hover {
        border-color: var(--accent);
        color: var(--accent);
    }

    .footer-bottom {
       border-top: 1px solid var(--border);
    padding-top: 1.5rem;
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.8rem;
    background: #020341;
    padding: 20px 0px;
    }

    .footer-bottom p {
        color: var(--muted);
        font-size: 0.85rem;
        margin: 0;
    }

    /* ─── MISC ─── */
    .divider {
        height: 1px;
        background: var(--border);
    }

    .text-gradient {
        background: var(--gradient);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .navbar-toggler {
        border: 1px solid var(--border) !important;
    }

    .navbar-toggler-icon {
        filter: invert(1);
    }


/*form which is showing from clik the right side*/
    .form-panel {
   position: fixed;
    right: -375px;
    width: 375px;
    height: 77%;
    top: 22%;
/*    background: #102837;*/
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    transition: right 0.4s ease-in-out;
    padding: 20px 28px 20px 28px;
    z-index: 99999;
    border-radius: 12px;
}

.form-panel.active {
    right: 0; /* slide in */
}


#openBtn img{
 width: 27px;
    position: fixed;
    bottom: 50%;
    z-index: 99;
    right: -3px;
    border-radius: 4px;
}


#closeBtn {
    position: absolute;
    top: 4px;
    left: 4px;
    font-size: 27px;
    border: none;
    width: 32px;
    display: flex;
    border-radius: 30px;
    cursor: pointer;
    height: 32px;
    background: #ff7e23;
    justify-content: center;
    align-items: center;
}


.sidebar-form-bg {
    background-image: url(../img/form-bg-3.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: repeat;
}



.hero-content {
    position: absolute;
    width: 100%;top: 0px;
}
    @media (max-width: 768px) {
        .hero-content {
    position: relative;
    
}
    .hero {
    padding: 5rem 0 3rem;
    min-height: auto;
    }

    .hero-visual {
    margin-top: 3rem;
    }

    .portfolio-grid {
    grid-template-columns: 1fr 1fr;
    }

    .rating-badges {
    gap: 0.7rem;
    }

    h1 {
    font-size: 23px!important;
    font-weight: 800;
    padding: 22px 0px;
}
    }