 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root {
            --sea-blue: #0077be;
            --light-sea-blue: #4da6d9;
            --dark-sea-blue: #005a8b;
            --white: #ffffff;
            --light-gray: #f8f9fa;
            --gray: #6c757d;
            --dark-gray: #343a40;
            --NSBlue:#e2f5ff;
            --NSRed: #ff0000;
            --NS-light-yellow:#ffe349;
            --NS-light-gray: #e7f2f8;
        }
        

@font-face {
    font-family: 'Montserrat-Black';
    src: url('fonts/Montserrat-Black.woff2') format('woff2'),
        url('fonts/Montserrat-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('fonts/materialfonts.woff2') format('woff2');
}

@font-face {
    font-family: 'Pompiere';
    src: url('fonts/Pompiere-Regular.woff2') format('woff2'),
        url('fonts/Pompiere-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('fonts/Montserrat-Bold.woff2') format('woff2'),
        url('fonts/Montserrat-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('fonts/Montserrat-Medium.woff2') format('woff2'),
        url('fonts/Montserrat-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('fonts/OpenSans-Bold.woff2') format('woff2'),
        url('fonts/OpenSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans-ExtraBold';
    src: url('fonts/OpenSans-ExtraBold.woff2') format('woff2'),
        url('fonts/OpenSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans-BoldItalic';
    src: url('fonts/OpenSans-BoldItalic.woff2') format('woff2'),
        url('fonts/OpenSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans-ExtraBoldItalic';
    src: url('fonts/OpenSans-ExtraBoldItalic.woff2') format('woff2'),
        url('fonts/OpenSans-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans-Italic';
    src: url('fonts/OpenSans-Italic.woff2') format('woff2'),
        url('fonts/OpenSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('fonts/OpenSans-Light.woff2') format('woff2'),
        url('fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('fonts/OpenSans-Regular.woff2') format('woff2'),
        url('fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans-LightItalic';
    src: url('fonts/OpenSans-LightItalic.woff2') format('woff2'),
        url('fonts/OpenSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans-SemiBoldItalic';
    src: url('fonts/OpenSans-SemiBoldItalic.woff2') format('woff2'),
        url('fonts/OpenSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans-MediumItalic';
    src: url('fonts/OpenSans-MediumItalic.woff2') format('woff2'),
        url('fonts/OpenSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans-Medium';
    src: url('fonts/OpenSans-Medium.woff2') format('woff2'),
        url('fonts/OpenSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


/* TYPHOGRAPHY */
/* Display text login, page title */
h1 {
    font-family: 'Montserrat-Bold', Arial !important;
   /*  font-size: 28px;
      padding-bottom: 10px !important;
    margin-top: 10px; */
}

/*Form title, dashboard widget titles  */
h2 {
    font-family: 'Montserrat-Bold', Arial !important;
   /*  font-size: 20px !important; */
}

/* Overview tab labels-selected state */
h3 {
    font-family: 'OpenSans-Bold', Arial !important;
    font-size: 24px !important;

}

h4 {
    font-family: 'OpenSans-Regular', Arial !important;
    font-size: 24px !important;
}

h5 {
    font-family: 'Montserrat-Bold', Arial !important;
    font-size: 20px !important;
}

h6 {
    font-family: 'Montserrat-Medium', Arial !important;
    font-size: 20px !important;
}

.h1 {
    font-family: 'Montserrat-Bold', Arial !important;
    font-size: 44px !important;
}

/*Form title, dashboard widget titles  */
.h2 {
    font-family: 'Montserrat-Bold', Arial !important;
    font-size: 24px !important;
}

/* Overview tab labels-selected state */
.h3 {
    font-family: 'OpenSans-Bold', Arial !important;
    font-size: 24px !important;
}

.h4 {
    font-family: 'OpenSans-Regular', Arial !important;
    font-size: 24px !important;
}

.h5 {
    font-family: 'Montserrat-Bold', Arial !important;
    font-size: 20px !important;
}

.h6 {
    font-family: 'Montserrat-Medium', Arial !important;
    font-size: 20px !important;
}

.h7 {
    font-family: 'Montserrat-Regular', Arial !important;
    font-size: 20px !important;
}

.h8 {
    font-family: 'OpenSans-Bold', Arial !important;
    font-size: 16px !important;
}

.h9 {
    font-family: 'OpenSans-Regular', Arial !important;
    font-size: 18px !important;
}

.h10 {
    font-family: 'OpenSans-Bold', Arial !important;
    font-size: 14px !important;
    line-height: 20px;
}

.h11 {
    font-family: 'OpenSans-SemiBold', Arial !important;
    font-size: 14px !important;

}

.h12 {
    font-family: 'OpenSans-Regular', Arial !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
}

.h13 {
    font-family: 'OpenSans-Regular', Arial !important;
    font-size: 14px !important;
    line-height: 20px;
}

.h14 {
    font-family: 'OpenSans-SemiBold', Arial !important;
    font-size: 12px !important;
    line-height: 12px;
}

.h15 {
    font-family: 'OpenSans-Regular', Arial !important;
    font-size: 12px !important;
    line-height: 12px;
}

.h16 {
    font-family: 'OpenSans-Regular', Arial !important;
    font-size: 10px !important;
    line-height: 10px !important;
}

.h17 {
    font-family: 'Montserrat-Regular' !important;
    font-size: 44px !important;
    font-weight: 400;
}

.h18 {
    font-family: 'Montserrat-Medium', Arial !important;
    font-size: 20px !important;
}

.h19 {
    font-family: 'OpenSans-SemiBold', Arial !important;
    font-size: 10px !important;
    line-height: 10px;
}

.h20 {
    font-family: 'Montserrat-Bold', Arial !important;
    font-size: 36px !important;
}

.h21 {
    font-family: 'Montserrat-Bold', Arial !important;
    font-size: 18px !important;
    font-weight: 600;
}

.h22 {
    font-family: 'OpenSans-Regular', Arial !important;
    font-size: 16px !important;
}

.h23 {
    font-family: 'Montserrat-Regular', Arial !important;
    font-size: 16px !important;
}

.h24 {
    font-family: 'Montserrat-Bold', Arial !important;
    font-size: 36px !important;
}

.h25 {
    font-family: 'Montserrat-Bold', Arial !important;
    font-size: 18px !important;
    font-weight: 500;
}

.h26 {
    font-family: 'Montserrat-Regular', Arial !important;
    font-size: 18px !important;
    font-weight: 600;
}

.h27 {
    font-family: 'Montserrat-Bold', Arial !important;
    font-size: 18px !important;
    font-weight: 600;
}

.h28 {
    font-family: 'Montserrat-Medium', Arial !important;
    font-size: 16px !important;
}

.h29 {
    font-family: 'Montserrat-Medium', Arial !important;
    font-size: 16px !important;
    font-weight: 500;
}

.h30 {
    font-family: 'OpenSans-Bold', Arial !important;
    font-size: 12px !important;
}

.h31 {

    font-family: 'OpenSans', Arial !important;
    font-size: 12px !important;
    line-height: 12px;
    font-weight: 600;
}

.h32 {
    font-family: 'Montserrat-Regular', Arial !important;
    font-size: 28px !important;
    font-weight: 500;
}


.h36 {
    font-family: 'Montserrat-Bold', Arial !important;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.h37 {
    font-family: 'OpenSans-SemiBold', Arial !important;
    font-size: 18px !important;

}


        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
            line-height: 1.6;
            color: var(--dark-gray);
            background: var(--white);
            max-height: 1360px;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Navigation */
        nav {
            position: fixed;
            top: 0;
            width: 100%;
            background: var(--white);
            box-shadow: 0 2px 10px rgba(0, 119, 190, 0.1);
            z-index: 1000;
            padding: 15px 0;
        }

        nav .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo {
            height: 50px !important;
          
        }

    
        .nav-links {
            display: flex;
            gap: 40px;
            list-style: none;
        }

        .nav-links a {
            text-decoration: none;
            color: var(--dark-gray);
            font-weight: 500;
            transition: color 0.3s ease;
        }

        .nav-links a:hover {
            color: var(--sea-blue);
        }

        /* Hero Section */
        .hero {
            padding: 190px 0 75px;
            /*background: var(--white);*/
            position: relative;
            overflow: hidden;
            background:url(../images/Landing.png);
            background-size: cover;
          
        }

        .hero::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 100%;
            height: 250%;
            background: linear-gradient(45deg, transparent, rgba(0, 119, 190, 0.03), transparent);
            transform: rotate(45deg);
            animation: heroShine 8s ease-in-out infinite;
        }

        @keyframes heroShine {
            0%, 100% { transform: rotate(45deg) translateX(-100%); }
            50% { transform: rotate(45deg) translateX(100%); }
        }

        .hero h1 {
            font-size: 3.9rem !important;
            font-weight: 800 !important;
            line-height: 1.1;
            margin-bottom: 20px;
            color: var(--white);
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 1s ease 0.3s forwards;
            width: 750px;
        }

        .hero .tagline {
            font-size: 1.8rem;
            color: var(--sea-blue);
            margin-bottom: 30px;
            font-weight: 300;
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 1s ease 0.1s forwards;
        }

        .hero .description {
            font-size: 1.2rem;
            color: var(--light-sea-blue);
            max-width: 600px;
            margin-bottom: 50px;
            line-height: 1.6;
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 1s ease 0.5s forwards;
        }

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Stats Section */
        .stats {
            padding: 80px 0;
            background: var(--light-gray);
            position: relative;
            overflow: hidden;
        }

        .stats::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, transparent 49%, rgba(0, 119, 190, 0.05) 50%, transparent 51%);
            animation: statsPattern 10s linear infinite;
        }

        @keyframes statsPattern {
            0% { transform: translateX(-100%); }
            100% { transform: translateX(100%); }
        }

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            text-align: center;
            position: relative;
            z-index: 2;
        }

        .stat-item {
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .stat-item:hover {
            transform: scale(1.05);
        }

        .stat-item h3 {
            font-size: 2.5rem !important;
            font-weight: 700 !important;
            color: var(--sea-blue);
            margin-bottom: 10px;
            transition: all 0.3s ease;
        }

        .stat-item:hover h3 {
            text-shadow: 0 0 20px rgba(0, 119, 190, 0.3);
        }

        .stat-item p {
            font-size: 1.1rem;
            color: var(--gray);
            transition: all 0.3s ease;
        }

        .stat-item:hover p {
            color: var(--dark-gray);
        }

        /* About Section */
        .about {
            padding: 100px 0;
            background: var(--white);
            position: relative;
        }

        .about::before {
            content: '';
            position: absolute;
            top: 20%;
            right: -10%;
            width: 300px;
            height: 300px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(0, 119, 190, 0.1) 0%, transparent 70%);
            animation: float 6s ease-in-out infinite;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px) scale(1); }
            50% { transform: translateY(-20px) scale(1.1); }
        }

        .about-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 60px;
            align-items: center;
            position: relative;
            z-index: 2;
        }

        .about-text h2 {
            font-size: 3rem !important;
            font-weight: 700  !important;
            color: var(--dark-gray);
            margin-bottom: 30px;
            line-height: 1.2;
            position: relative;
        }

        .about-text h2::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 60px;
            height: 4px;
            background: linear-gradient(90deg, var(--sea-blue), var(--light-sea-blue));
            border-radius: 2px;
        }

        .about-text p {
            font-size: 1.1rem;
            color: var(--gray);
            margin-bottom: 25px;
            line-height: 1.7;
            transform: translateX(-20px);
            opacity: 0;
            animation: slideInLeft 0.8s ease forwards;
        }

        .about-text p:nth-child(3) { animation-delay: 0.2s; }
        .about-text p:nth-child(4) { animation-delay: 0.4s; }
        .about-text p:nth-child(5) { animation-delay: 0.6s; }

        @keyframes slideInLeft {
            to {
                transform: translateX(0);
                opacity: 1;
            }
        }

        .about-features {
            display: grid;
            gap: 30px;
        }

        .feature {
            padding: 30px;
            background: var(--NS-light-gray);
            border-radius: 10px;
            border-left: 4px solid var(--NSRed);
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
        }

        .feature::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 100%;
            background: linear-gradient(90deg, rgba(0, 119, 190, 0.1), transparent);
            transition: width 0.4s ease;
        }

        .feature:hover::before {
            width: 100%;
        }

        .feature:hover {
            transform: translateX(10px);
            box-shadow: 0 10px 30px rgba(0, 119, 190, 0.2);
        }

        .feature h4 {
            font-size: 1.3rem !important;
            font-weight: 600 !important;
            color: var(--dark-gray);
            margin-bottom: 15px;
            transition: color 0.3s ease;
        }

        .feature:hover h4 {
            color: var(--sea-blue);
        }

        .feature p {
            color: var(--gray);
            line-height: 1.6;
            transition: color 0.3s ease;
        }

        .feature:hover p {
            color: var(--dark-gray);
        }

          .featureRight {
            padding: 30px;
            background: var(--light-gray);
            border-radius: 10px;
            border-right: 4px solid var(--NSRed);
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
        }

        .featureRight::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 100%;
            background: linear-gradient(90deg, rgba(0, 119, 190, 0.1), transparent);
            transition: width 0.4s ease;
        }

        .featureRight:hover::before {
            width: 100%;
        }

        .featureRight:hover {
            transform: translateX(10px);
            box-shadow: 0 10px 30px rgba(0, 119, 190, 0.2);
        }

        .featureRight h4 {
            font-size: 1.3rem !important;
            font-weight: 600 !important;
            color: var(--dark-gray);
            margin-bottom: 15px;
            transition: color 0.3s ease;
        }

        .featureRight:hover h4 {
            color: var(--sea-blue);
        }

        .featureRight p {
            color: var(--gray);
            line-height: 1.6;
            transition: color 0.3s ease;
        }

        .featureRight:hover p {
            color: var(--dark-gray);
        }


        /* Services Section */
        .services {
            padding: 100px 0;
            background: var(--light-gray);
        }

        .services h2 {
            text-align: center;
            font-size: 3rem !important;
            font-weight: 700 !important;
            color: var(--dark-gray);
            margin-bottom: 20px;
        }

        .services .subtitle {
            text-align: center;
            font-size: 1.2rem;
            color: var(--gray);
            margin-bottom: 60px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
        }

        .service-card {
            background: var(--white);
            padding: 40px;
            border-radius: 25px;
            text-align: center;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 5px 20px rgba(0, 119, 190, 0.1);
            position: relative;
            overflow: hidden;
            cursor: pointer;
        }

        .service-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(0, 119, 190, 0.1), transparent);
            transition: left 0.5s;
        }

        .service-card:hover::before {
            left: 100%;
        }

        .service-card:hover {
            transform: translateY(-15px) scale(1.02);
            box-shadow: 0 25px 50px rgba(0, 119, 190, 0.25);
        }

        .service-card .icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, var(--NSRed), var(--NS-light-yellow));
            border-radius: 20px;
            margin: 0 auto 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            color: var(--white);
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
        }

        .service-card:hover .icon {
            transform: rotateY(360deg) scale(1.1);
            box-shadow: 0 15px 30px rgba(0, 119, 190, 0.4);
        }

        .service-card .icon::after {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transform: rotate(45deg);
            transition: all 0.6s;
            opacity: 0;
        }

        .service-card:hover .icon::after {
            opacity: 1;
            transform: rotate(45deg) translate(50%, 50%);
        }

        .service-card h3 {
            font-size: 1.5rem;
            font-weight: 600;
            color: var(--dark-gray);
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }

        .service-card:hover h3 {
            color: var(--sea-blue);
            transform: translateY(-5px);
        }

        .service-card p {
            color: var(--gray);
            line-height: 1.6;
            transition: all 0.3s ease;
        }

        .service-card:hover p {
            color: var(--dark-gray);
        }

        /* Process Section */
        .process {
            padding: 100px 0;
            background: var(--white);
            
        }

        .process h2 {
            text-align: center;
            font-size: 3rem;
            font-weight: 700;
            color: var(--dark-gray);
            margin-bottom: 60px;
        }

        .process-steps {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 40px;
        }

        .process-step {
            text-align: center;
            position: relative;
            width: 175px;
            height: 150px;
            background: var(--white);
            border-radius: 25px;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            vertical-align: middle ;
        }

        .process-step img{
            align-items: center;
            padding-top: 50px;
        }

     /*   .process-step::before {
            content: counter(step-counter);
            counter-increment: step-counter;
            position: absolute;
            top: -20px;
            left: 50%;
            transform: translateX(-50%);
            width: 40px;
            height: 40px;
            background: var(--sea-blue);
            color: var(--white);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
        }*/

        .process-steps {
            counter-reset: step-counter;
        }

        .process-step h4 {
            font-size: 1.3rem;
            font-weight: 600;
            color: var(--dark-gray);
            margin: 40px 0 20px;
        }

        .process-step p {
            color: var(--gray);
            line-height: 1.6;
        }

        /* CTA Section */
        .cta {
            padding: 100px 0;
            background: var(--sea-blue);
            color: var(--white);
            text-align: center;
        }

        .cta h2 {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .cta p {
            font-size: 1.2rem;
            margin-bottom: 40px;
            opacity: 0.9;
        }

        .cta-button {
            display: inline-block;
            padding: 18px 40px;
            background: var(--white);
            color: var(--sea-blue);
            text-decoration: none;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1.1rem;
            transition: all 0.3s ease;
        }

        .cta-button:hover {
            background: var(--light-gray);
            transform: translateY(-2px);
        }

        /* Footer */
        footer {
            padding: 60px 0;
            background: var(--dark-gray);
            color: var(--white);
        }

        .footer-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            margin-bottom: 40px;
        }

        .footer-section h4 {
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 20px;
            color: var(--white);
        }

        .footer-section p,
        .footer-section a {
            color: var(--gray);
            text-decoration: none;
            line-height: 1.6;
            display: block;
            margin-bottom: 10px;
        }

        .footer-section a:hover {
            color: var(--light-sea-blue);
        }

        .footer-bottom {
            text-align: center;
            padding-top: 40px;
            border-top: 1px solid #495057;
            color: var(--gray);
        }
        .footer-section img{

            width: 35% !important;

        }

        /* Responsive */
        @media (max-width: 768px) {
            .nav-links {
                display: none;
            }
            
            .hero h1 {
                font-size: 2.2rem !important;
                width: fit-content;
            }
            
            .hero .tagline {
                font-size: 1.4rem !important;
            }
            
            .about-content {
                grid-template-columns: 1fr;
                text-align: center;
            }
            
            .about h2,
            .services h2,
            .process h2,
            .cta h2 {
                font-size: 2.2rem !important;
            }
         .process-steps
            {
            
                margin: 85px;
            }   

        }