  .book-banner {

        padding: 80px 0;
    }

    .btn-call {
        background-color: #ffffff;
        border: 1px solid #e5e7eb;
        color: #374151;
        font-weight: 500;
        padding: 12px 24px;
        border-radius: 8px;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        transition: all 0.2s ease;
    }

    .btn-call:hover {
        background-color: #f9fafb;
        border-color: #d1d5db;
        color: #374151;
        text-decoration: none;
    }

    .btn-demo {
        background-color: #18ba60;
        border: 1px solid #18ba60;
        color: white;
        font-weight: 500;
        padding: 12px 24px;
        border-radius: 8px;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
    }

    .btn-demo:hover {
        background-color: #18ba60;
        border-color: #18ba60;
        color: white;
        text-decoration: none;
    }



    .phone-icon {
        width: 16px;
        height: 16px;
    }

    h3 {
        color: #000 !important;
        font-weight: 700;
        font-size: 22px;
    }

    .one-half {
        padding: 0px !important;
    }

    .form-row {
        display: flex;
        gap: 10px;
    }

    .title {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        padding-bottom: 5px;
    }

    div#contact-info {
        display: flex;
        justify-content: center !important;
        align-items: center;
        padding-bottom: 50px;
    }

    .flat-form-info {
        background-color: #ededed;
        padding: 30px;
        border-radius: 20px;
    }

    .button-container {
        text-align: center;
    }

    @media (max-width: 576px) {
        .button-container {
            flex-direction: column;
            gap: 16px;
            padding: 20px;
            display:flex;
        }

        .btn-call,
        .btn-demo {
            width: 100%;
            justify-content: center;
        }
    }

    .section .title {
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .section .title h2 {
        position: relative;
        /* border-left: 5px solid #eb8714; */
        font-size: 3rem;
        color: #fff;
        padding: 0 12px;
    }

    .section .title h2:before {
        content: " ";
        position: absolute;
        height: 0;
        width: 5px;
        top: 0;
        left: 0;
        background: #eb8714;
        animation: down 3s forwards;
    }

    @keyframes down {
        0% {
            height: 0;
        }

        100% {
            height: 100%;
        }
    }



    .section .title .arrows button {
        background: transparent;
        margin: 0px 15px;
        border: 0;
        border-radius: 12px;
    }

    .section .title .arrows button:hover i {
        color: #000;
    }

    .section .title .arrows button:hover {
        background: #fff;
    }

    .section .title .arrows button i {
        padding: 10px 30px;
        color: white;
        font-size: 1.3rem;
        border: 1px solid #fff;
        border-radius: 12px;
    }


    /* section team members  */
    .section .team-members {
        height: 350px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .section .team-members .member-card1 {
        position: relative;
        max-height: 250px !important;
        max-width: 250px !important;
        border-radius: 26px;
        margin: 0 12px;
        overflow: hidden;
        transition: 0.7s;
    }

    /* card icons  */
    .member-card1 .icons {
        position: absolute;
        display: none;
        flex-direction: column;
        justify-content: center;
        z-index: 1;
        top: 20%;
        left: 10%;
        transition: 1s;

    }

    .member-card1 .icons i {
        padding: 6px 0;
        margin: 4px 0;
        color: #fff;
        font-size: 1.1rem;
        transform: rotate(-60deg);
        transition: all 1s;

    }

    /* card icons end */
    .member-card1:hover .icons {
        display: flex;
    }

    .member-card1:hover .icons i {
        transform: rotate(0deg);
        transition: all 1s;
    }

    .icons i:hover {
        color: #eb8714;
    }

    .member-card1 img {
        height: 250px;
        width: 250px;
        border-radius: 26px;
        transition: all 1s ease;
    }

    /* content start  */
    .member-card1 .content {
        position: absolute;
        z-index: 1;
        top: 62%;
        left: 3%;
        text-align: center;
        background-color: #f6f6f6;
        width: 90%;
        /* padding-left: 20px; */
        border-radius: 10px;
        /* margin: 10px; */
    }

    .member-card1 .content h2 {
        color: #000000ff;
        font-size: 12px;
        font-weight: 700;
        line-height: 35px;
        margin-top: 10px;
    }

    .section .team-members .member-card1 .content h3 {
        color: #817878;
        font-weight: 300;

    }

    .section .team-members .member-card1:hover img {
        transform: scale(1.1);
    }

    .proud-to-work-1 {
        text-align: center;
    }

    .proud-to-work-1 h2 {
        font-size: 26px !important;
        font-weight: 600 !important;
        position: relative;
        color: #222 !important;
    }

    /* cdn  */



    @media(max-width:1024px) {
        .section .title {
            flex-direction: column;
        }

        .section .title h2 {
            transition: 1s;
            padding: 0px 18px;
            margin: 45px 0;
            font-size: 3.4rem;
        }
    }

    @media(max-width:900px) {
        .section .title h2 {
            transition: 1s;
            font-size: 3.6rem;
        }
    }

    @media(max-width:768px) {
        .section .title h2 {
            transition: 1s;
            font-size: 3.8rem;
        }
    }

    @media(max-width:440px) {
        .section .title h2 {
            transition: 1s;
            font-size: 3.5rem;
        }

        div#contact-info {
            display: block;
        }

        .contact-info {
            margin: 20px;
        }

    }

    .section .team-members {
        width: 100%;
    }

    .section .team-members .member-card1 {
        position: relative;
        max-height: 250px;
        max-width: 300px;
        border-radius: 26px;
        margin: 0 12px;
        overflow: hidden;
        transition: 0.7s;
    }

    /* Slick arrows */
    .slick-prev,
    .slick-next {
        background: #00000080;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        z-index: 5;
    }

    .slick-prev:before,
    .slick-next:before {
        color: #fff;
        font-size: 20px;
    }

    .section .team-members {
        width: 100%;
    }

    .section .team-members .member-card1 {
        width: 100%;
        /* important: let Slick control width */
        max-width: 300px;
        /* margin: 10px auto; */
        /* center the card */
    }
    .team-banner {
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://www.miltafs.com/images/service/Bookkeeping/EfficientBookkeeping.webp);
    }
.container-fluid.banner.team-banner {
    height: 498px;
}
}