.services-banner-section{
    background-image: linear-gradient(145deg, hsl(350deg 100% 93%), hsl(47deg 100% 87%) 40%, hsl(47deg 100% 87%) 60%, hsl(47deg 100% 53%));
    background-image: linear-gradient(
        145deg,
        hsl(199, 81%, 90%),   /* very light blue */
        hsl(199, 81%, 70%) 40%, /* lighter blue */
        hsl(199, 81%, 55%) 60%, /* medium blue */
        hsl(199, 81%, 44%)      /* your #1397cc */
    );
    background-image: linear-gradient(
        145deg,
        hsl(199, 81%, 90%),   /* very light bluish */
        hsl(199, 81%, 70%) 40%, /* soft blue */
        hsl(199, 81%, 45%) 60%, /* medium lavender blue */
        hsl(234, 81%, 44%)   /* deep blue */
    );
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    border-radius: 0px 0px 50px 50px;
    padding-bottom: 182px;
    padding-top: 74px;
}

.services-banner-section .services-breadcrumb h1{
    text-shadow: 1px 1px 1px #2379dd;
}

.services-about-section{
    position: relative;
    z-index: 9;
    margin-top: -150px;
}

.services-about-section .services-about-details{
    padding: 40px 40px;
    border-radius: 20px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 30%), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.services-about-section .services-img img{
    border-radius: 20px;
}
.services-about-cntnt .inner-column .sec-title h2{
    position: relative;
    font-size: 35px;
    line-height: 45px;
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 0;
    font-family: "Outfit", sans-serif;
    padding-bottom: 15px;
    text-shadow: none;
}
.services-about-cntnt .cnts{
    text-align: justify;
    color: #534949;
}
  
.our-product-services{
    background-color: #f7f7f7;
}
.our-product-services .servic-cardes {
    border-radius: 20px;
    box-shadow: 0px 1.89347px 9.78694px rgba(96, 155, 255, 0.25);
    background: var(--white);
    padding: 25px 25px;
    height: 100%;
}
.our-product-services .servic-cardes .servic-cardes-img img {
    border-radius: 10px;
    transition: all ease-in-out .5s;
}
.our-product-services .servic-cardes:hover .servic-cardes-img img{
    transform: scale(1.1);
}
.our-product-services .servic-cardes .services-cardes-cntnt .heads {
    font-weight: 600;
    color: var(--primary-color);
    font-size: 18px;
    margin: 10px 0px;
    font-family: "Outfit", sans-serif;;
}

.our-product-services .servic-cardes .services-cardes-cntnt ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.our-product-services .servic-cardes .services-cardes-cntnt ul li {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.our-product-services .servic-cardes .services-cardes-cntnt ul li svg {
    fill: var(--primary-color);
    height: 100%;
    width: 20px;
    margin-right: 8px;
}

.what-makes-up-difference-section{
    background-color: #f7f7f7;
}
.what-makes-up-difference-section .what-makes-up-difference-cards {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    background: #fff; 
}
.what-makes-up-difference-section .what-makes-up-difference-cards img {
    padding: 10px;
}

.what-makes-up-difference-section .what-makes-up-difference-cards h5 {
    text-align: center;
    font-size: 16px;
    padding: 10px;
    font-weight: 400;
    margin-bottom: 0px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 0px 0px 4px 4px;
}

.use-cases-section .use-cases-cards .card-body {
    bottom: 0px;
    left: 0;
    right: 0;
    background: #000000d6;
    overflow: hidden;  
    padding: 10px 10px;
}

.use-cases-section .use-cases-cards .card-body .heads{
    font-size: 15px;
    font-weight: 600;
}
