header.manage-services {
    ul {
        li {
            a {
                padding: .7rem 1rem;
                background-color: #244cff;
                color: #ffffff !important;
                
                border-radius: 1rem;
            }
        }
    }
}

section.banner.manage-services {
    background: url(./images/8.jpg) center/cover no-repeat;

    .content {
        h1 {
            font-size: 50px;
            margin-bottom: 1rem;
        }

        p {           
           

            &:nth-of-type(1) {

                margin-bottom: 1rem;
                font-size: 16px;
                font-weight: 600;
                margin-bottom: 3rem;
                
            }

            &:nth-of-type(2){
                font-weight: 300;
                width: 100%;
                max-width: 57rem;
              margin: 0 auto 2rem   auto !important;
                margin-bottom: 3rem;
            }



        }
    }

    &::after {
        background: linear-gradient(to bottom, #000000 0%, #00000045 100%);
    }

}


section.why-brotara {
    background-color: #FFFEF7;
    .content {
        h2 {
            font-size: 50px;
            font-weight: 900;
            text-align: center;
            margin-bottom: 3rem;
            text-transform: uppercase;
        }

        p {
            font-size: 15px;
            text-align: center;
            margin-bottom: 10rem;
            font-weight: 300;
            width: 100%;
            max-width: 50rem;
            margin: 0 auto;
           
        }
    }
}


.key-benefits {
    background-color: #e9e9e9;
    padding: 0rem;

    .content {
        h2 {
            text-align: center;
            font-size: 50px;
            margin-bottom: 5rem;
            margin-top:3rem;
        }

        .row{
            display: flex;
            gap: 3rem;

            @media(max-width: 1024px){
                flex-direction: column-reverse;
                gap: 4rem;
            }

            .card-container {   
                width: 100%;
                padding: 0rem;
  @media(max-width: 1440px){
                 padding: 2rem;
                }

                   
                @media(max-width: 1024px){
                    padding-top: 0rem;
                    width: unset;
                }
           

                .card {
                    
    
                    h3 {
                        font-size: 20px;
                        font-weight: 700;
    
                        &::before {
                            content: "\f00c";
    
                            font-family: "Font Awesome 6 Free";
    
                            font-weight: 900;
    
                            display: inline-block;
                            margin-right: 10px;
                            color: #ffb22d;
                            font-size: 40px;
    
                        }
    
                    }
    
                    p {
                        font-size: 16px;
                        font-weight: 300;
                        margin-left: 2.7rem;
    
                    }
                }
            }

            .image{
                width: 100%;
                height: 40rem;

                @media(max-width: 1440px){
                    height: unset;
                }

                @media(max-width: 1024px){
                    height: 20rem;
                    width: unset;
                }
                img{
                    object-fit: cover;
                }
            }
        }

        
    }
}


.what-we-do-best {
    .content {
        h2 {
            text-align: center;
            font-size: 50px;
            margin-bottom: 5rem;
        }

        .card-container {
            display: flex;
flex-direction: row;
            gap: 1rem;
            flex-wrap: wrap;
            justify-content: center;
            flex-wrap: wrap;
            @media(max-width: 1024px){
                display: grid;
                grid-template-columns: repeat(2, 1fr);
            }

            .card {
                border: 2px solid #ffb22d;
                border-radius: 1rem;
                padding: 1rem;
                display: flex;
                flex-direction: column;
width: calc(94% / 4) !important;
justify-content: space-between;


    @media(max-width:720px){
          width: 100% !important;

    }
            }

                h3 {
                    font-size: 18px;
                    font-weight: 600;
                    text-align: center;
                    margin-bottom: 1rem;
                    padding: 1rem;
                    background-color: #292929;
                    color: #fff;

                }

                ul {
                    margin-left: 2rem;

                    li {
                        font-size: 13px;
                        font-weight: 300;
                        margin-bottom: .5rem;
                    }
                }

                .image {
                    height: 8rem;
                    margin-top: auto;

                    img {
                        object-fit: cover;
                    }
                }

            }
        }
    }
}





section.trust-brotara.our-services {
    .content {
        h2 {
            font-size: 50px;
            font-weight: 900;
            margin-bottom: 2rem;
        }

        p {
            font-size: 15px;
            text-align: center;
            font-weight: 300;

            &:nth-of-type(1) {
                margin-bottom: 2rem;
                font-weight: 600;
                
            }

            &:nth-of-type(2) {
                
                width: 100%;
                max-width: 50rem;
                margin: 0 auto;
                margin-bottom: 4rem;
            }
        }

        .card-container {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            width: 50%;
            margin: 0 auto;

            @media(max-width: 1440px){
                width: 80%;
            }

            @media(max-width: 1024px){
                grid-template-columns: repeat(2, 1fr);
            }

            @media(max-width: 767px){
                grid-template-columns: repeat(1, 1fr);
            }

            .card-content {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 2rem;

                

                .card {
                    height: 100%;
                    padding: 1rem;

                    .image {
                        height: 3.5rem;
    
                        svg {
                            height: 100%;
                        }
                    }

                    h4 {
                        font-size: 18px;
                        color: #292929;
                    }

                    hr{
                        background-color: #ffb22d;
                        height: 3px;
                    }

                    p {
                        font-size: 12px;
                        font-weight: 300;
                    }

                    &::after {
                        margin-top: 6.5rem;

                        
                            margin-top: 4.5rem !important;
                        margin-left: 1rem;
                        

                        @media(max-width: 767px) {
                            margin-top: 5rem;
                        }
                    }
                }
            }


        }
    }

}


@media(max-width: 767px) {



    .what-we-do-best {
        .content {
            .card-container {

                grid-template-columns: repeat(1, 1fr);
            }
        }
    }
}