
        body { font-family: 'Inter', sans-serif; color: #333; }
        
        .text-danger{
            color: #FA352F;
         }
        /* Navigation */
        .navbar-brand { font-weight: 700; color: #0C59C0  !important; font-size: 20px; margin:0px; padding:0px; }
        .nav-link { font-size: 0.85rem; font-weight: 400; text-transform: uppercase; color: #000000; margin: 0 10px; }
        .navbar-brand { margin:0px; padding:0px; }
        .navbar-brand img { 
            height:24px;
            width:auto;
            margin:0px; 
            padding-bottom:2px; }
        
         /* Hero Section */
        .hero-section {  padding: 80px 0; height: 90vh; display: flex; justify-content: center;
            justify-items: center;
            align-items: center;
            align-content: center;}
        
        .slider-1{
            background-image: url(../image/service\ hero.png); background-size:100%;
        }
        .slider-2{
            background-image: url(../image/Down\ Payment.png); background-size: cover; background-position:center;
        }
        .slider-3{
            background-image: url(../image/muguslider.png); background-size: cover; background-position:center;
        }


        /* .slider-1::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(236, 237, 239, 0.711);
            z-index: 1;
            
           
        } */
        .hero-section .container {
            position: relative; /* Keep content above overlay */
            z-index: 2;
            
        }
        .hero-title { color: #000000; font-weight: 800; font-size: 5rem; text-shadow: 0px 0px 5px rgba(100, 105, 113, 0); 
        }

        .hero-title p{
            color: #0c59c0;
        }
        .hero-text { color: #000000; text-shadow: 0px 0px 2px rgba(58, 56, 56, 0); }


        /* Payment section */

        .payment-section {
            padding: 80px 0px;
        }

        .payment-section .title-bbb{
            display: flex;
            gap: 15px;
        }


        .payment-section .section-title {
            font-weight: 700;
            /* font-size: 2.2rem; */
            margin-bottom: 25px;
            color: #0c59c0;
        }

        .payment-section .section-description {
            color: #666;
            line-height: 1.6;
            font-size: 0.9rem;
            margin-bottom: 20px;
            max-width: 500px;
        }

        /* Features List Styling */
        .payment-section .feature-item {
            display: flex;
            align-items: center;

            margin-bottom: 10px;
        }

        .payment-section .check-icon {
            color: #0d641b; /* Green check color */
            font-size: 1.8rem;
            margin-right: 15px;
            margin-top: 0px;
        }

        .payment-section .feature-content h6 {
            font-weight: 700;
            margin-bottom: 2px;
            font-size: 1rem;
        }

        .payment-section .feature-content p {
            color: #666;
            font-size: 0.8rem;
            margin-bottom: 0;
        }

        .payment-section .btn-explore {
            background-color: #0C59C0;
            color: white;
            border-radius: 5px;
            padding: 12px 25px;
            font-weight: 500;
            font-size: 0.95rem;
            border: none;
            transition: background-color 0.5s ease;
            
            margin-top: 20px;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }

        .payment-section .btn-explore:hover {
            background-color: #6a52c0;
            color: rgb(255, 255, 255);
        }


        /* Image Styling */
        .payment-section .image-container img {
            width: 100%;
            height: auto;
            border-radius: 10px;
            /* box-shadow: 0 0px 30px rgba(48, 239, 45, 0.367); */
        }

        @media (max-width: 991px) {
            .payment-section .image-container {
                margin-top: 50px;
            }
        }

        /* security-section */

        .security-section {
            padding: 80px 0px;
            background-color: #eeeef0dc;
        }

        .security-section .title-bbb{
            display: flex;
            gap: 15px;
        }

        


        .security-section .section-title {
            font-weight: 700;
            /* font-size: 2.2rem; */
            margin-bottom: 25px;
            color: #0c59c0;
        }

        .security-section .section-description {
            color: #666;
            line-height: 1.6;
            font-size: 0.9rem;
            margin-bottom: 20px;
            max-width: 500px;
        }

        /* Features List Styling */
        .security-section .feature-item {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }

        .security-section .check-icon {
            color: #0d641b; /* Green check color */
            font-size: 1.8rem;
            margin-right: 15px;
            margin-top: 0px;
        }

        .security-section .feature-content h6 {
            font-weight: 700;
            margin-bottom: 2px;
            font-size: 1rem;
        }

        .security-section .feature-content p {
            color: #666;
            font-size: 0.8rem;
            margin-bottom: 0;
            
        }
        .security-section .btn-explore {
            background-color: #0C59C0;
            color: white;
            border-radius: 5px;
            padding: 12px 25px;
            font-weight: 500;
            font-size: 0.95rem;
            border: none;
            transition: background-color 0.5s ease;
            
            margin-top: 20px;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }

        .security-section .btn-explore:hover {
            background-color: #F27B2A;
            color: rgb(255, 255, 255);
        }


        /* Image Styling */
        .security-section .image-container img {
            width: 100%;
            height: 100%;
            border-radius: 10px;
            /* box-shadow: 0 0px 30px rgba(232, 185, 18, 0.367); */
        }

        @media (max-width: 991px) {
            .security-section .image-container {
                margin-top: 50px;
            }
        }
        @media (max-width: 766px) {
            .security-section .image-container {
                margin-top: 0px;
            }
        }

/* our services */

.our-services {
    padding: 50px 0px;
}

 .our-services .section-title {
            font-weight: 700;
            font-size: 2.5rem;
            margin-bottom: 10px;
            color: #0c59c0;
        }

        .our-services.section-subtitle {
            color: #6c757d;
            font-size: 0.9rem !important;
            margin-bottom: 80px;
        }

        .our-services .service-card {
            border: none;
            border-radius: 15px;
            padding: 30px;
            height: 100%;
            background: #fff;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.147);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .our-services .service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
        }

        /* Pastel Icon Squares */
        .our-services .icon-box {
            width: 50px;
            height: 50px;
            border-radius: 10px;
            margin-bottom: 25px;
            font-size: 25px;
        }

        .our-services .bg-pastel-red { background-color: #fbd3d3; color: #5a0303; }
        .our-services .bg-pastel-blue { background-color: #d7e9ff; color: #022754; }
        .our-services .bg-pastel-green { background-color: #d3ffeb; color: #02522d;}
        .our-services .bg-pastel-purple { background-color: #e2d0f9; color: #250253;}
        .our-services .bg-pastel-orange { background-color: #fee8d6; color: #472102;}
        .our-services .bg-pastel-cyan { background-color: #d2fcfc; color: #024545;}

        .our-services .card-title {
            font-weight: 700;
            font-size: 1.5rem;
            margin-bottom: 15px;
        }

        .our-services .card-text {
            color: #6c757d;
            font-size: 0.9rem;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .our-services .service-list {
            list-style: none;
            padding-left: 0;
            margin-bottom: 0;
        }

        .our-services .service-list li {
            position: relative;
            padding-left: 20px;
            font-size: 0.8rem;
            color: #495057;
            margin-bottom: 5px;
        }

        /* Bullet points */
        .our-services .service-list li::before {
            content: "•";
            position: absolute;
            left: 0;
            color: #333;
            font-weight: bold;
        }


        /* implementation process */

        
        .implementation-process{
            padding: 50px 0;
            background-color: #eeeef0dc;
        }
        .implementation-process .section-header {
            margin-bottom: 60px;
        }

        .implementation-process .section-title {
            font-weight: 700;
            /* font-size: 2.25rem; */
            color: #0c59c0;
            margin-bottom: 15px;
        }

        .implementation-process .section-subtitle {
            color: #6c757d;
            font-size: 0.9rem;
            max-width: 700px;
            margin: 0 auto;
            line-height: 1.5;
        }

        /* Process Circles */
        .implementation-process .process-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            font-size: 40px;
            padding: 0 15px;
        }

        .implementation-process .circle {
            width: 140px;
            height: 140px;
            border-radius: 50%;
            margin-bottom: 25px;
            box-shadow: 0 5px 2px rgba(0, 0, 0, 0.274);
            transition: transform 0.3s ease;
        }

        .implementation-process .process-item:hover .circle {
            transform: scale(1.1);
        }

        /* Pastel Colors */
        .implementation-process .bg-discovery { background-color: #fbcccc; color: #4f0202; } /* Soft Red */
        .implementation-process .bg-design { background-color: #cae9fe; color: #022f4d; }    /* Soft Blue */
        .implementation-process .bg-development { background-color: #c6fbd9; color: #024219;  } /* Soft Green */
        .implementation-process .bg-deployment { background-color: #e7d3fd; color: #210243; }  /* Soft Purple */

        .implementation-process .step-title {
            font-weight: 700;
            font-size: 1.5rem;
            color: #000;
            margin-bottom: 12px;
        }

        .implementation-process .step-description {
            color: #6c757d;
            font-size: 0.9rem;
            line-height: 1.6;
            max-width: 250px;
        }

        /* Adjustments for smaller screens */
        @media (max-width: 768px) {
            .implementation-process .circle {
                width: 110px;
                height: 110px;
            }
            .implementation-process .step-title {
                font-size: 1.25rem;
            }
        }

/* transform this section */

.cta-section {
            background-color: #0c59c0; /* Primary blue color from the image */
            color: white;
            padding: 100px 20px;
            text-align: center;
        }

        .cta-section .cta-title {
            font-weight: 700;
            font-size: 2.5rem;
            margin-bottom: 20px;
        }

        .cta-section .cta-subtitle {
            font-size: 1 rem;
            max-width: 700px;
            margin: 0 auto 40px auto;
            opacity: 0.8;
            line-height: 1.6;
        }

        /* Custom Button Styling */
        .cta-section .btn-cta {
            background-color: white;
            color: #0c59c0;
            border: none;
            padding: 15px 40px;
            font-weight: 500;
            border-radius: 10px;
            transition: all 0.3s ease;
            margin: 10px;
            min-width: 250px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }

        .cta-section .btn-cta:hover {
            background-color: #f8f9fa;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
            color: #0c59c0;
        }

        .cta-section .btn-cta:active {
            transform: translateY(0);
        }

        /* Section Title Links */
        .section-title a { 
            text-decoration: none; 
            color: inherit; 
        }

        .section-title a:hover,
        .section-title a:focus,
        .section-title a:visited { 
            text-decoration: none; 
            color: inherit; 
        }

       
        /* Footer */
        footer { background-color: #f8f9fa; padding: 60px 0 20px 0; border-top: 1px solid #eee; }
        .footer-logo { color: #0056b3; font-weight: 700; font-size: 1.5rem; }
        .footer-heading { font-weight: 700; font-size: 1rem; margin-bottom: 20px; }
        .footer-links { list-style: none; padding: 0; }
        .footer-links li { margin-bottom: 10px; font-size: 0.9rem; color: #666; }
        .footer-links a { text-decoration: none; color: #000; }
        .footer-links a:hover,
        .footer-links a:focus,
        .footer-links a:visited { color: #000; }
        .copyright { border-top: 1px solid #ddd; padding-top: 20px; font-size: 0.8rem; color: #999; text-align: center; margin-top: 40px; }
        .footer-logo img { 
            height:24px;
            width:auto;
        }