 
    .block-services-funnel{
        padding: 50px 0px;
    }
    .block-services-funnel .bsf-group-container {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
}
.block-services-funnel .bsf-graphic img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 103px;
    height: auto;
    position: absolute;
    right: 0;
    z-index: -1;
}
.block-services-funnel .bsf-group:nth-child(1) {
    border-bottom: 2px solid #207DE9;
}
.block-services-funnel .bsf-group:nth-child(2) {
    border-bottom: 2px solid #41D48C;
}
.block-services-funnel .bsf-group:nth-child(3) {
    border-bottom: 2px solid #B6E584;
}
.block-services-funnel .bsf-group:nth-child(4) {
    border-bottom: 2px solid #FFDF6F;
}
.block-services-funnel .bsf-group {
    padding-bottom: 16px;
    margin-bottom: 24px;
    display: grid
;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, auto);
    grid-template-areas:
        "subheader"
        "item-1"
        "item-2"
        "item-3"
        "item-4";
    border-bottom: 2px solid #eee;
}
.block-services-funnel .bsf-subheader {
    grid-area: subheader;
    color: #222;
    text-align: left;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: -.864px;
    margin-top: 0;
    margin-bottom: 8px;
}
.block-services-funnel .bsf-group .bsf-item-1 {
    grid-area: item-1;
}
.block-services-funnel .bsf-group>div {
    padding-top: 8px;
    padding-bottom: 8px;
    align-self: flex-start;
}
.block-services-funnel .bsf-group .bsf-item-2 {
    grid-area: item-2;
}
.block-services-funnel .bsf-group .bsf-item-3 {
    grid-area: item-3;
}
.block-services-funnel .bsf-group .bsf-item-4 {
    grid-area: item-4;
}
.block-services-funnel .bsf-link {
    color: #222;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -.081px;
    text-decoration: none;
    background: url(assets/img/bsf-arrow.svg) no-repeat right center;
    padding-right: 28px;
}
.block-services-funnel .container-fluid {
    padding: 0 24px;
}
.block-services-funnel .container-fluid {
    padding: 0 24px;
}
@media screen and (min-width: 576px) {
    .block-services-funnel .container-fluid {
        padding-left: 32px;
        padding-right: 32px;
    }
}
    @media screen and (min-width: 768px) {
    .block-services-funnel .bsf-group-container {
        margin-left: -64px;
        margin-right: -64px;
        padding-left: 64px;
        padding-right: 64px;
    }
        .block-services-funnel .bsf-graphic img {
        width: 114px;
        height: auto;
    }

        .block-services-funnel .bsf-subheader {
        letter-spacing: -1.008px;
    }
        .block-services-funnel .container-fluid {
        padding-left: 64px;
        padding-right: 64px;
    }
}
@media screen and (min-width: 922px) {
    .block-services-funnel .bsf-graphic img {
        width: 103px;
    }
        .block-services-funnel .bsf-group {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(3, auto);
        grid-template-areas:
        "subheader subheader"
        "item-1 item-3"
        "item-2 item-4";
    }
}
    @media screen and (min-width: 1281px) {
    .block-services-funnel .bsf-group-container {
        margin-left: -80px;
        margin-right: -80px;
        padding-left: 0;
        padding-right: 0;
        display: flex
;
    }
        .block-services-funnel .bsf-graphic {
        z-index: 0;
    }
        .block-services-funnel .bsf-graphic img {
        width: auto;
        max-width: 320px;
        height: auto;
        position: relative;
        right: unset;
        top: -40px;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
        .block-services-funnel .bsf-groups {
        margin-left: -420px;
        margin-right: 80px;
    }
    .block-services-funnel .bsf-group {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(4, auto);
        grid-template-areas:
        "subheader item-1"
        "subheader item-2"
        "subheader item-3"
        "subheader item-4";
        align-items: center;
        padding-left: 370px;
                padding-bottom: 12px;
        margin-bottom: 12px;
    }
    .block-services-funnel .bsf-subheader {
        margin-bottom: 0;
        text-align: right;
        margin-right: 40px;
    }
        .block-services-funnel .bsf-group>div {
        padding-top: 5px;
        padding-bottom: 5px;
    }
        .block-services-funnel .bsf-link {
        font-size: 21px;
        line-height: 28px;
        letter-spacing: -.168px;
    }

    .block-services-funnel .container-fluid {
        padding-left: 80px;
        padding-right: 80px;
        padding-top: 40px;
    }
}
@media screen and (min-width: 1441px) {
    .block-services-funnel .bsf-graphic img {
        max-width: 300px;
    }
        .block-services-funnel .bsf-group {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: repeat(2, auto);
        grid-template-areas:
        "subheader item-1 item-3"
        "subheader item-2 item-4";
        align-items: center;
        padding-bottom: 40px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media screen and (min-width: 1500px) {
    .block-services-funnel .bsf-groups {
        margin-left: -380px;
        margin-right: 120px;
    }
}
@media screen and (min-width: 1600px) {
    .block-services-funnel .bsf-groups {
        margin-right: 140px;
    }
}
@media screen and (min-width: 1700px) {
    .block-services-funnel .bsf-groups {
        margin-right: 200px;
    }
}
@media screen and (min-width: 1800px) {
    .block-services-funnel .bsf-groups {
        margin-right: 260px;
    }
}
@media screen and (min-width: 1950px) {
    .block-services-funnel .bsf-groups {
        margin-left: -300px;
        margin-right: 340px;
    }
}










































 .container-temsection {
            background: rgba(204,228,255,.3);
            border-radius: 15px;
            padding: 50px 40px;
            text-align: center;
            max-width: 1000px;
            width: 100%;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            margin:100px auto 20px;
        }

       .container-temsection .team-photos {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom:20px;
            flex-wrap: wrap;
                margin-top: -100px;
                height: 150px;
        }

       .container-temsection .team-member {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            /* overflow: hidden; */
            /* border: 3px solid #0456ab; */
            border: 3px solid #c0c0c0;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            margin-left: -10px;
            cursor: pointer;
            position: relative;
            transition: .6s;
        }
       
       .container-temsection .team-member:first-child {
            margin-left: 0;
        }

       .container-temsection .team-member .floating-name {
    position: absolute;
    top: -50px;
    left: -20%; 
    background: rgba(255, 255, 255, 0.95);
    color: #333;
    padding: 7px 8px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    min-width: 150px;
    
}
.container-temsection .team-member .floating-name::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(255, 255, 255, 0.95);
}
 
.team-member:hover .floating-name {
    animation: float 2s ease-in-out infinite;
}
.team-member:hover .floating-name {
    opacity: 1;
    visibility: visible;
    top: -50px;
}
       .container-temsection .team-member img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50%;
        }


      /* .container-temsection  .team-member:nth-child(1) {
            border-color: #FFD700;
            background: #FFD700;
        } */

       /* .container-temsection .team-member:nth-child(2) {
            border-color: #FF6B6B;
            background: #FF6B6B;
        }

       .container-temsection .team-member:nth-child(3) {
            border-color: #4ECDC4;
            background: #4ECDC4;
        }

       .container-temsection .team-member:nth-child(4) {
            border-color: #45B7D1;
            background: #45B7D1;
        }

       .container-temsection .team-member:nth-child(5) {
            border-color: #9B59B6;
            background: #9B59B6;
        } */

       .container-temsection .main-title {
            font-size: 1.8rem;
            font-weight: bold;
            color: #1e74c7;
            margin-bottom: 20px;
        }

       .container-temsection .subtitle {
            font-size: 1.1rem;
            color: #333;
            margin-bottom: 15px;
            line-height: 1.5;
        }

       .container-temsection .highlight {
            color: #1e74c7;
            font-weight: bold;
            text-decoration: underline;
        }

       .container-temsection .form-container {
            display: flex;
            gap: 10px;
            margin-top: 30px;
            justify-content: center;
            flex-wrap: wrap;
        }

       .container-temsection .input-field {
            padding: 12px 20px;
            border: 1px solid #ddd;
            border-radius: 5px;
            font-size: 14px;
            min-width: 200px;
            flex: 1;
            max-width: 250px;
        }

       .container-temsection .input-field:focus {
            outline: none;
            border-color: #1e74c7;
        }

       .container-temsection .cta-button {
            background: #1e74c7;
            color: white;
            border: none;
            padding: 12px 25px;
            border-radius: 5px;
            font-size: 14px;
            font-weight: bold;
            cursor: pointer;
            white-space: nowrap;
        }

       .container-temsection .cta-button:hover {
            background: #1565c0;
        }

        @media (min-width: 601px) {
            .container-temsection .team-member:hover {
    width: 130px;
    height: 130px;
}
        }
        @media (max-width: 600px) {
            .container-temsection .team-member .floating-name{
                    font-size: 11px;
                    min-width: 130px;
                        padding: 2px 5px;
                        left: -50%;
            }
            .container-temsection .team-member{
        width: 55px;
        height: 55px;
        border: 1px solid #c0c0c0;
            }
            .container-temsection {
                padding: 30px 20px;
            }
            
           .container-temsection .main-title {
                font-size: 1.5rem;
            }
            .team-member:hover .floating-name{
                    top: -40px;
            }
            .container-temsection .subtitle {
    font-size: 0.9rem;
            }
            
           .container-temsection .form-container {
                flex-direction: column;
                align-items: center;
            }
            
            .container-temsection .input-field {
                width: 100%;
                max-width: 300px;
                margin-bottom: 10px;
            }
            
            .container-temsection .cta-button {
                width: 100%;
                max-width: 300px;
            }
            .container-temsection .team-photos{
                    height: 100px;
                    margin-top: -75px;
                    margin-bottom: 0px;
            }
        }
 @media (max-width: 361px) {
    .container-temsection .team-member {
        width: 48px;
        height: 48px;
    }
        .container-temsection .main-title {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
        .container-temsection .subtitle {
        font-size: 0.8rem;
    }
}