.primo-modulo{
    padding: 60px 0px;
    background-color: #009ee3;
}
.secondo-modulo{
    padding: 60px 0px;
}
.principale-img{
    width: 536px;
}
.prima-img{
    position: absolute;
    top: 0px;
    left: 50px;
}
.seconda-img{
    position: absolute;
    left: -30px;
    top: 40%;
}
.terza-img{
    position: absolute;
    bottom: 0;
    left: 35px;
}
.section {
    color: var(--default-color);
    background-color: #009ee3;
    padding: 60px 0;
    scroll-margin-top: 88px;
    overflow: clip;
}
.work-process .steps-item {
    background: var(--surface-color);
    border-radius: 20px;
    height: 100%;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 5px 20px 
    color-mix(in srgb, var(--default-color), transparent 92%);
}
.work-process .steps-item .steps-image {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
.work-process .steps-image {
    position: relative;
    height: 280px;
}
.work-process .steps-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.work-process .steps-content {
    position: relative;
    padding: 40px 30px 30px;
    background-color: #fff;
}
.work-process .steps-content .steps-number {
    position: absolute;
    left: 30px;
    top: -30px;
    width: 60px;
    height: 60px;
    background: var(--accent-color);
    color: var(--contrast-color);
    border-radius: 50%;
    font-family: var(--heading-font);
    font-size: 24px;
    font-weight: 700;
    display: flex
;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.work-process .steps-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.work-process .steps-content p {
    font-size: 15px;
    color: 
 color-mix(in srgb, var(--default-color), transparent 20%);
    margin-bottom: 25px;
}
.work-process .steps-features .feature-item {
    display: flex
;
    align-items: center;
    margin-bottom: 12px;
}
.section-title h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    margin: 10px 0 0 0;
    text-align: center;
}
.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 20px;
    text-transform: uppercase;
    position: relative;
}
.work-process .steps-item:hover .steps-number {
    background: #009ee3;
    color: #fff;
}
.work-process .steps-content .steps-number {
    position: absolute;
    left: 30px;
    top: -30px;
    width: 60px;
    height: 60px;
    background: #009ee3;
    color: #fff;
    border-radius: 50%;
    font-family: var(--heading-font);
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.work-process .steps-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px 
 color-mix(in srgb, var(--accent-color), transparent 85%);
}

.work-process .steps-item {
    background: var(--surface-color);
    border-radius: 20px;
    height: 100%;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 5px 20px 
 color-mix(in srgb, var(--default-color), transparent 92%);
}
.work-process .steps-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.work-process .steps-item:hover .steps-image img {
  transform: scale(1.1);
}
.overview-content .features-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 16px;
    margin-left: -10px;
    margin-right: -10px;
}
.overview-content .features-list li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 18px;
    padding-left: 10px;
    padding-right: 10px;
}
.overview-content .features-list li span {
    position: relative;
    z-index: 1;
    color: #404040;
    font-size: 16px;
    font-weight: 600;
    display: block;
    padding: 13px 15px;
    border-radius: 5px;
    border-left: 2px solid #009ee3;
    background-color: #ffffff;
    -webkit-box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
    box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.overview-content .features-list li span:hover {
	color: #ffffff;
}

.overview-content .features-list li span:hover::before {
	width: 100%;
}
.overview-content .features-list li span::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    border-radius: 5px;
    background-color: #009ee3;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.fa-brands .fab {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
}
.me-3 {
    margin-right: 1rem !important;
}
