@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap');

*,
*::before,
*::after {
    box-sizing: border-box;
}

/*body {*/
/*    overflow: auto;*/
/*    overflow-x: auto;*/
/*    border: 2px dashed blue; !* Helps visualize the actual content boundaries *!*/
/*}*/



/* style.css */
body, html {
    font-family: 'Montserrat', sans-serif;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;/* Hide horizontal scrollbar */
}

#header {
    position: sticky;
    top: 0;
    z-index: 1030; /* Ensures it stays above other elements */
}

.fixed-top {
    position: fixed !important;
    top: 0 !important;
    right: 0;
    left: 0;
    z-index: 1030 !important;
}


/*#header {*/
/*    !*position: relative;*!*/
/*    !*height: 60vh;*!*/
/*    background: #0e2540;*/
/*    text-align: center;*/
/*    !*display: flex;*!*/
/*    !*justify-content: center;*!*/
/*    align-items: center;*/
/*}*/

.particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.vh-60 {
    height: 60vh !important;
}
.vh-50 {
    height: 50vh !important;
}
.vh-55 {
    height: 55vh !important;
}
/*.debug-wrapper {*/
/*    outline: 2px solid red;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/


.navbar {
    /*z-index: 2;*/
    z-index: 1000;
    position: relative;
    top: 0;
    width: 100%;
    background-color: white; /* Navbar color */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Shaded effect */
}

.navbar-light .navbar-brand,
.navbar-light .navbar-nav .nav-link {
    color: #000000;
}

.navbar-brand img {
    height: 40px; /* Adjust as needed */
}

.navbar-nav {
    margin-left: auto; /* Align navigation items to the right */
}

.nav-item {
    padding-left: 20px;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-nav .nav-link.active {
    color: #3b76ba !important;
    font-weight: bold;
}

.header-text {
    position: relative;
    /*z-index: 1;*/
    color: #fff !important;
}

.header-text h2 {
    font-family: "Righteous", sans-serif !important;
    font-size: 45px;
    padding: 0 30px;
    text-align: center;
    font-weight: bolder;
    margin-bottom: 0 !important;
    color: #ffffff !important;
    will-change: transform, opacity; /* hint for GPU acceleration */
    animation: fade-in-down 0.6s ease-out; /* shorter animation */
}

@keyframes fade-in-down {
    from {
        opacity: 0.7; /* not fully invisible */
        transform: translateY(-10px); /* small offset */
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.header-text p {
    font-size: 20px;
    margin-bottom: 0 !important;
    color: white;
    animation: fade-in-down 1.5s ease-out;
}
@keyframes fade-in-down {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
/*.header-text .data-p {*/
/*    font-size: 16px;*/
/*    font-weight: bolder;*/
/*    !*padding: 30px;*!*/
/*    !*margin-bottom: 10px*!*/
/*}*/

#details {
    background: #f8f9fa;
    padding: 60px 0;
}

#details .container {
    max-width: 900px;
}

#details h2 {
    margin-bottom: 20px;
    color: black;
}

#details p {
    color: black;
}


/* Footer Styles */
footer {
    background-color: #0e2540;
    color: white;
}

.footerone{
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
}
.footertwo{
    padding-left: 3rem !important;
}

footer a {
    color: #ffffff;
    transition: color 0.2s;
}

footer a:hover {
    color: #dddddd;
}

footer .list-unstyled {
    padding-left: 0;
    list-style: none;
}

footer .list-inline {
    padding-left: 0;
    list-style: none;
}

footer .list-inline-item {
    margin-right: 10px;
}

footer .list-inline-item a {
    color: white;
    font-size: 20px;
    transition: color 0.2s;
}

footer .list-inline-item a:hover {
    color: #dddddd;
}

footer .border-right {
    border-right: 1px solid #555;
}

/* Mobile Styling */
@media (max-width: 767px) {

    .footertwo {
         padding-left: 0rem !important;
    }

    footer {
        padding: 20px 15px;
    }

    footer h5 {
        font-size: 16px;
    }

    footer p, footer li {
        font-size: 14px;
    }

    footer .col-md-3, footer .col-md-2 {
        margin-bottom: 20px;
        text-align: left; /* Align text to the left */
    }

    footer .img-fluid {
        width: 180px;
        display: block; /* Ensures the image block */
        margin-left: 0; /* Align the logo to the left */
    }

    footer ul li i {
        font-size: 12px;
    }

    footer .list-inline-item a {
        font-size: 16px;
    }
}



hr.bg-white {
    border-top: 1px solid #ffffff;
}



.do-card {
    background-image: url('/site/assets/images/blue-dots.jpg');
    background-position: top right;
    box-shadow: 0 0 60px 0 rgba(3, 95, 175, .12);
    border-radius: .8rem;
    padding: 3rem 3rem 2.1rem;
    text-decoration: none;
    max-width: 406px;
    display: block;
    height: 100%;
    transition: .7s;
    transform-property: transform, box-shadow;
    text-decoration: none !important;
}

.do-card:hover {
    transform: scale(1.03);
    text-decoration: none !important;
}

.do-card .cardTitle {
    margin-top: 2rem !important;
    margin-bottom: 1.3rem !important;
    font-weight: 400 !important;
    font-size: 1.3rem !important;
    line-height: 1.3rem !important;
    text-decoration: none !important;
    display: block !important;
}
.do-card .card-text {
    font-weight: 400 !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    color: black !important;
    /*letter-spacing: .4px !important;*/
    /*text-align: justify !important;*/
}

.do-card-home {
    background-image: url('/site/assets/images/blue-dots-1.gif');
    background-position: top right;
    box-shadow: 0 0 60px 0 rgba(3, 95, 175, .12);
    border-radius: .8rem;
    padding: 3rem 3rem 2.1rem;
    text-decoration: none;
    max-width: 406px;
    display: block;
    height: 100%;
    transition: .7s;
    transform-property: transform, box-shadow;
    text-decoration: none !important;
}

.do-card-home:hover {
    transform: scale(1.03);
    text-decoration: none !important;
}

.do-card-home .cardTitle {
    margin-top: 2rem !important;
    margin-bottom: 1.3rem !important;
    font-weight: 400 !important;
    font-size: 1.3rem !important;
    line-height: 1.3rem !important;
    text-decoration: none !important;
    display: block !important;
}

.do-card-home .card-text {
    font-weight: 400 !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    color: black !important;
    /*letter-spacing: .4px !important;*/
    /*text-align: justify !important;*/
}

.we-doHeading {
    font-family: "Righteous", sans-serif;
    font-size: 2rem;
    line-height: 2rem;
    /*font-weight: 700;*/
    margin-bottom: 30px;
    color: black;
}
.we-doHeading>span {
    color: #3b76ba;
}
.about-us {
    font-family: "Righteous", sans-serif;
    font-size: 2.8rem;
    line-height: 2rem;
    /*font-weight: 700;*/
    margin-bottom: 1.3rem;
    color: black;
    /*text-align: center;*/
}
.about-us>span {
    color: #3b76ba;
}
.we-doParagraph{
    font-size: 1.3rem;
    line-height: 1.2rem;
    margin-bottom: 2rem;
    font-weight: 500;
    color: black;
}
.we-doParagraph>span{
    color: #3b76ba;
}

.content {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;

}
.content h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #1e1e1e;
}
.content p {
    font-size: 1.2rem;
    color: #3b76ba;
}
.btn-custom {
    background-color: #3b76ba;
    color: white;
    font-size: 1rem;
    padding: 10px 20px;
    border-radius: 5px;
    text-transform: uppercase;
}

.btn-custom:hover {
    background-color: #0e2540;
    color: white;
}


/*.tech-carousel {*/
/*    overflow: hidden;*/
/*    position: relative;*/
/*    width: 100%;*/
/*}*/
.tech-carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
    /*white-space: nowrap;*/
}

.tech-items {
    display: flex;
    flex-wrap: nowrap;
    animation: scroll 20s linear infinite; /* Reduced duration for faster scrolling */
    backface-visibility: hidden;
    align-items: center;
}

.tech-items img {
    margin-right: 40px;
    max-width: 100%;
    height: auto;
}

.client-items {
    display: flex;
    flex-wrap: nowrap;
    /*backface-visibility: hidden;*/
    animation: scroll 20s linear infinite; /* Reduced duration for faster scrolling */
    align-items: center;
}

/*.client-items {*/
/*    display: flex;*/
/*    flex-wrap: nowrap;*/
/*    !*min-width: 200%;*!*/
/*    animation: scroll 20s linear infinite;*/
/*}*/

/*.client-items img {*/
/*    !*flex-shrink: 0;*!*/
/*    margin-right: 60px;*/
/*    max-width: 100%;*/
/*    height: auto;*/
/*}*/
.client-items img {
    margin-right: 60px;
    max-width: 100%;
    height: auto;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
/*@keyframes scroll {*/
/*    0% {*/
/*        transform: translateX(0%);*/
/*    }*/
/*    100% {*/
/*        transform: translateX(-50%);*/
/*    }*/
/*}*/

@media (max-width: 768px) {
    .client-items {
        /*min-width: 300%;*/
        animation-duration: 15s !important; /* Slower animation for small screens */
    }

    .client-items img {
        margin-right: 20px !important;
        max-width: 100px; /* Reduce image size for small screens */
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .tech-items {
        animation: scroll 60s linear infinite; /* Reduced duration for faster scrolling */
    }

    .tech-items img {
        margin-right: 20px;
        width: 180px;
        height: auto;
    }
    .header-text h1 {
        font-size: 30px;

        /*margin-bottom: 5px;*/
    }
}

@media (max-width: 480px) {
    .tech-items img {
        margin-right: 10px;
        width: 140px;
        height: auto;
    }



    .tech-items {
        animation: scroll 5s linear infinite;
    }

    /*.client-items {*/
    /*    animation: scroll 5s linear infinite;*/
    /*}*/




    /* .client-items {
        animation: scroll 5s linear infinite;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }

    .client-items img {
        margin-right: 30px;
        width: 100px;
        height: auto;
    }
    @keyframes scroll {
        0% {
            transform: translateX(0%);
        }
        100% {
            transform: translateX(-100%);
        }


    } */
}



.container-work {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0;
    position: relative;
    width: 100%;
    max-width: 2000px; /* Adjust this based on your container size */
}
.step-container-two {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0;
    position: relative;
    width: 100%;
    max-width: 800px; /* Adjust this based on your container size */
}

.step-box {
    background-color: #f8f9fa;
    border: 2px solid rgba(3, 95, 175, .12);
    padding: 20px;
    width: 200px;
    height: 200px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(3, 95, 175, .12);
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;

}

.step-box:hover {
    transform: scale(1.1);
    background: linear-gradient(135deg, #3b76ba 0%, #5993D6 100%);
    color: #fff;
}

.step-title {
    margin-top: 6px;
    font-size: 18px;
    font-weight: 700;
}

.line {
    position: absolute;
    top: 50%;
    left: -20px; /* Start before the card */
    right: -20px; /* End after the card */
    height: 2px;
    background-color: #3b76ba;

}

.line::before,
.line::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #3b76ba;
    border-radius: 50%;
}

.line::before {
    left: 0;
}

.line::after {
    right: 0;
}

.step-icon {
    font-size: 70px;
    margin-bottom: 15px;
}

.step-container .line:last-child {
    display: none; /* Hide the line after the last item in each row */
}

.main-heading {
    font-family: "Righteous", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 3.2rem;
    color: black;
    margin: 0;
    text-align: center;
}

.main-heading span {
    color: #3b76ba;
}

.web-description {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
    color: black;
    margin: 0;
    text-align: center;
}

.major-description {
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.5rem;
    color: black;
    margin: 0;
    text-align: center;
}

.grid-process {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    opacity: .5;
    transition: opacity .9s;
}

.grid-process .process-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 334px;
    padding: 4.7rem 35px 4.7rem 4.7rem;
    background: #16304a;
    border-radius: 8px;
     color: white;
}
.grid-process .process-content .content-header {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 0.6rem;
    align-items: center;
}
.grid-process .process-content .process-list {
    margin-top: 2rem;
    margin-bottom: 0;
}

.grid-process .process-content .process-list .list-item {
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 2rem;
    color: white;
    list-style: decimal;
    text-transform: capitalize;
}
.grid-process .process-illustration {
    text-align: center;
}
.main-ui-heading {
    font-weight: 700;
    font-size: 2rem;
    line-height: 3.2rem;
    color: black;
    margin: 0;
    text-align: center;
}

.main-ui-heading span {
    color: #3b76ba;
}
.ui-description {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
    color: black;
    margin: 0;
    text-align: justify;
}

.ui-descriptionn {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.7rem;
    color: black;
    margin: 0;
    text-align: start;
}

.main-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.about-us-h2-animation {
    position: relative;
    display: inline-block;
    font-weight: bold;
    color: #3b76ba; /* Updated color */
    /*animation: fade-in-up 1.5s ease-out;*/
    margin-bottom: 1rem;
    text-align: center; /* Center-align text and gradient line */
}

.main-section-two {
    padding: 5rem 0;
    background-color: white;
    position: relative;
}

.main-section-two-retail {
    /*padding: 5rem 0;*/
    padding-bottom:  5rem;
    /*padding: 5rem;*/
    background-color: white;
    position: relative;
}
.headline {
    position: relative;
    display: inline-block;
    font-weight: bold;
    color: #3b76ba !important;
    animation: fade-in-up 1.5s ease-out;
    margin-bottom: 1rem;
    font-size: 1.5rem !important;
    text-align: center; /* Center-align text and gradient line */
}

.connecting-line {
    position: absolute;
    left: 0; /* Adjust this to position the line */
    top: 0;
    width: 3px;
    background: linear-gradient(to bottom, #3b76ba, #5993D6);
    height: 100%; /* Full height of the container */
    z-index: 0;
}

.main-section-three {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: white;
}

.technologies {
    font-family: "Righteous", sans-serif;
    /*font-weight: 700;*/
    font-size: 2rem;
    line-height: 2rem;
    color: white;
    /*text-align: center;*/
    /*margin-bottom: 5rem;*/
    margin-top: 0;
}

/* Media query for tablets */
@media (max-width: 768px) {
    .header-text h2 {
        font-size: 34px;
    }
    .header-text p {
        font-size: 17px;
        padding: 20px;
    }

    .about-us {
        font-size: 1.5rem;
        line-height: 1.6rem;
    }

    .we-doParagraph {
        font-size: 0.9rem;
        line-height: 1.1rem;
    }

    .main-section {
        padding-top: 2.2rem;
        padding-bottom: 2.2rem;
    }

    .about-us-h2-animation {
        font-size: 1.5rem; /* Reduce size for tablet screens */
    }

    .we-doHeading {
        font-size: 1.5rem;
        line-height: 1.6rem;
        margin-bottom: 3rem;
    }

    .do-card-home {
        padding: 2rem 2rem 1.5rem; /* Adjust padding for smaller screens */
        max-width: 350px;
    }

    .do-card-home .cardTitle {
        font-size: 1.2rem !important;
        line-height: 1.2rem !important;
        margin-top: 1.5rem !important;
        margin-bottom: 1rem !important;
    }

    .do-card-home .card-text {
        font-size: 0.9rem !important;
        line-height: 1.2rem !important;
    }

    .do-card {
        padding: 2rem 2rem 1.5rem; /* Adjust padding for smaller screens */
        max-width: 350px;
    }

    .do-card .cardTitle {
        font-size: 1.2rem !important;
        line-height: 1.2rem !important;
        margin-top: 1.5rem !important;
        margin-bottom: 1rem !important;
    }

    .do-card .card-text {
        font-size: 0.9rem !important;
        line-height: 1.2rem !important;
    }

    .headline {
        font-size: 1.5rem; /* Reduce font size for tablet screens */
    }

    .connecting-line {
        width: 2px;
        left: 50%;
        transform: translateX(-50%);
    }

    .content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content h1 {
        font-size: 2rem; /* Reduce h1 size for tablets */
    }

    .content p {
        font-size: 1rem; /* Reduce paragraph size for tablets */
    }

    .technologies {
        font-size: 2.2rem; /* Reduce font size for tablets */
        line-height: 3rem; /* Adjust line height */
        margin-bottom: 4rem; /* Reduce bottom margin */
    }

    .vh-55{
        height: 45vh !important;
    }
}

/* Media query for mobile screens */
@media (max-width: 576px) {
    .header-text h2 {
        font-size: 20px;
    }
    .header-text p {
        font-size: 14px;
    }
    .header-text h1 {
        font-size: 24px;
    }


    .about-us {
        font-size: 1.6rem;
        line-height: 1.4rem;
    }

    .lead {
        font-size: 1rem !important;
        font-weight: 300;
    }

    .we-doParagraph {
        font-size: 0.8rem;
        line-height: 1rem;
        text-align: center;
    }

    .main-section {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .about-us-h2-animation {
        font-size: 1.4rem; /* Further reduce size for mobile screens */
    }

    .we-doHeading {
        font-size: 1.3rem;
        line-height: 1.4rem;
        margin-bottom: 2rem;
    }

    .do-card-home {
        padding: 1.5rem 1.5rem 1rem; /* Further reduce padding for mobile */
        max-width: 100%; /* Allow card to use full width */
    }

    .do-card-home .cardTitle {
        font-size: 1rem !important;
        line-height: 1.1rem !important;
        margin-top: 1rem !important;
        margin-bottom: 0.8rem !important;
    }

    .do-card-home .card-text {
        font-size: 0.85rem !important;
        line-height: 1.1rem !important;
    }

    .do-card {
        padding: 1.5rem 1.5rem 1rem; /* Further reduce padding for mobile */
        max-width: 100%; /* Allow card to use full width */
    }

    .do-card .cardTitle {
        font-size: 1rem !important;
        line-height: 1.1rem !important;
        margin-top: 1rem !important;
        margin-bottom: 0.8rem !important;
    }

    .do-card .card-text {
        font-size: 0.85rem !important;
        line-height: 1.1rem !important;
    }

    .headline {
        font-size: 1.2rem; /* Further reduce font size for mobile screens */
    }

    .connecting-line {
        width: 3px;
        left: 2%;
        transform: translateX(-50%);
    }

    .main-section-three {
        padding-top: 1.5rem;
    }

    .content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .content h1 {
        font-size: 1.5rem; /* Further reduce h1 size for mobile */
    }

    .content p {
        font-size: 0.9rem; /* Further reduce paragraph size for mobile */
    }

    .technologies {
        font-size: 1.8rem; /* Further reduce font size for mobile */
        line-height: 2.5rem; /* Adjust line height for smaller screens */
        margin-bottom: 3rem; /* Further reduce bottom margin */
    }

    .how-we-work {
        display: none;
    }

    .vh-55{
        height: 35vh !important;
    }
    .our-solution{
        font-size: 1.6rem !important;
    }

    .footer-p {
        margin-left: 0 !important;
    }

    footer .img-fluid {
        margin-left: -26px !important;
    }

    .ui-description {
        font-size: 1rem !important;
        line-height: 1.5rem !important;
    }

}


.custom-card {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 20px;
    background-color: white;
    max-width: 600px;
    margin: 20px auto;
    min-height: 250px; /* Set a minimum height to equalize the card sizes */
    margin-bottom : 10px !important;
}

.custom-card-milansaar{
    height: 100%;
}

.custom-card .number-icon {
    font-size: 32px;
    font-weight: bold;
    color: #3b76ba; /* Bootstrap's primary blue color */
    border: 2px solid #3b76ba;
    border-radius: 6px;
    padding: 4px 12px;
    display: inline-block;
    text-align: center;
}

.custom-card .milansaar-icon {
    font-size: 32px;
    font-weight: bold;
    color: #3b76ba; /* Bootstrap's primary blue color */
    /*border: 2px solid #3b76ba;*/
    /*border-radius: 6px;*/
    padding: 4px 12px;
    display: inline-block;
    text-align: center;
}

.custom-card h5 {
    font-weight: 600;
}

.custom-card p {
    /*margin-top: 10px;*/
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.7rem;
    color: black; /* Bootstrap's muted text color */
}

.icon-container {
    display: flex;
    align-items: center;
}
.icon-container h5{
    font-family: "Righteous", sans-serif;
    color: #3b76ba !important;
    font-size: 22px !important;
}
.icon-container .number-icon {
    margin-right: 15px;
}

.process-list {
    margin-top: 20px;
    color: black !important;
    font-size: 18px;
    font-weight: 500;
}


.tech-card {
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s;
    margin-bottom: 20px;
    background-color: white;
}

.tech-card:hover {
    transform: translateY(-5px);
}

.tech-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.tech-content>h4 {
    color: black;
}

.icon {
    font-size: 40px;
}

.backend-icon {
    color: #00bcd4;
}

.frontend-icon {
    color: #ff5722;
}

.platforms-icon {
    color: #4caf50;
}

.clouds-icon {
    color: #2196f3;
}

.tech-list {
    text-align: left;
    padding-left: 0;
    list-style-type: none;
    margin-top: 20px;
    margin-left: 30px; /* Indentation of the list */
    width: 80%; /* Controls the width to not extend too far */
}

.tech-list li {
    font-size: 16px;
    margin-bottom: 5px;
}

.tech-list li::before {
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.backend-list li {
    color: white;
}

.frontend-list li {
    color: white;
}

.platforms-list li {
    color: white;
}

.clouds-list li {
    color: white;
}
.rounded{
    border-radius: 15px !important;
}

.modern-card {
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.modern-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.modern-card h1 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}
.content p{
    color: black;
}
.modern-card-body {
    padding: 30px;
    background: linear-gradient(135deg, #f3f3f3, #fafafa);
    border-radius: 15px;
}

.our-solution {
    font-family: "Righteous", sans-serif !important;
    font-style: normal;
    font-size: 2rem;
    line-height: 2rem;
    /*font-weight: 500;*/
    margin-bottom: 2rem;
}
.our-solution>span {
    color: #3b76ba;
}

.headline-retail {
    font-family: "Righteous", sans-serif !important;
    position: relative;
    display: inline-block;
    /*font-weight: bold;*/
    /*color: #3b76ba !important;*/
    color: #ffffff !important;
    animation: fade-in-up 1.5s ease-out;
    margin-bottom: 1rem;
    font-size: 27px !important;
    /*text-align: center; !* Center-align text and gradient line *!*/
}
.btn-light{
    background-color: #55b34b !important;
    border-color: #55b34b !important;
    color: #ffffff !important;
}

.btn-light:hover{
    background-color: #8CDF83 !important;
    border-color: #8CDF83 !important;
    color: #ffffff !important;
}

.we-work {
    font-family: "Righteous", sans-serif;
    font-size: 2rem;
    line-height: 2rem;
    /*font-weight: 700;*/
    /*margin-bottom: 1.3rem;*/
    color: black;
    margin-bottom: 0 !important;
    /*text-align: center;*/
}
.we-work>span {
    color: #3b76ba;
}

.contact{
    font-family: "Righteous", sans-serif;
    color: #3b76bb !important;
}

.footer-p{
    margin-left: 25px;
}

.btn-primary{
    background-color: #3b76bb !important;
    border-color: #3b76bb !important;
    color: #ffffff !important;
    font-weight: bold !important;
    transition: background-color 0.3s ease !important;
    width: 200px !important;
}

.btn-primary:hover{
    background-color: #2a5a93 !important;
    border-color: #2a5a93 !important;
    color: #ffffff !important;
}

.read-more-button {
    margin-top: 15px; /* Ensure space between text and button */
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: #3b76bb;
    color: white !important;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
    display: block; /* Button stays inline, on a new line */
    text-align: center;
}
.read-more-button:hover {
    background-color: #2a5a93; /* Darker shade for hover effect */
    color: white;
    text-decoration: none;
}
