/* what-we-have-done */
section.what-we-have-done {
    background: #f8f8f8 !important;
    height: auto;
    display: flex;
    align-items: center;
}

section.what-we-have-done .detail-section {
    left: 150px;
    position: relative;
    padding-left: -50%;
    width: 65%;
    overflow-x: auto;
}

    section.what-we-have-done .image-section-right {
        flex: 1;
        background: #f8f8f8;
        margin-left: auto;
        max-width: 287px;
        align-items: center;
        height: auto;
    }

    section.what-we-have-done .what-we-have-done-container {
        max-width: 1149px;
        align-items: center;
    }

    section.what-we-have-done .detail-section-header {
        display: flex;
        text-align: left;
    }

/* Adjust font size for the paragraph */
    section.what-we-have-done .card-text {
        text-align: left;
        font-size: 16px !important; /* Adjust the font size as needed */
    }

/* what-we-have-done  Media Queries for responsive design */

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    section.what-we-have-done .detail-section {
        left: 50px !important;
        position: relative;
        width: 60%;
        overflow-x: auto;
    }

    section.what-we-have-done .image-section-right {
        flex: 1;
        background: #f8f8f8;
        margin-left: auto;
        max-width: 287px;
        align-items: center;
        height: auto;
    }

        section.what-we-have-done .image-section-right img {
            
            object-fit: cover;
            margin-left: -190px;
        }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    section.what-we-have-done .detail-section {
        left: 50px;
        position: relative;
        width: 65%;
        overflow-x: auto;
    }

    section.what-we-have-done .image-section-right {
        flex: 1;
        background: #f8f8f8;
        margin-left: auto;
        max-width: 287px;
        align-items: center;
        height: auto;
    }

        section.what-we-have-done .image-section-right img {
            object-fit: cover;
            padding: 0 0 0 0px;
            margin-left: -70px;
        }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
        section.what-we-have-done .detail-section {
            left: 50px;
            position: relative;
            width: 45%;
            overflow-x: auto;
        }

        section.what-we-have-done .image-section-right {
            flex: 1;
            background: #f8f8f8;
            margin-left: auto;
           
            align-items: center;
            height: auto;
        }

            section.what-we-have-done .image-section-right img {
                width: 100%;
                object-fit: cover;
                padding: 0 0 0 0px;
                margin-left: 50px;
            }
    }

@media (max-width: 767px) {

        section.what-we-have-done .image-section-right {
            margin-top: 0;
            margin-left: -180px;
            margin-bottom: 40px;
        }

        section.what-we-have-done .image-left {
            position: relative;
            top: 0;
            transform: none;
            width: 100%;
            z-index: 1;
            float: left;
        }

        section.what-we-have-done .detail-section-header {
            position: relative;
            top: auto;
            max-width: none;
            left: 0;
            margin: 0;
            right: 0;
            bottom: 0;
        }


        section.what-we-have-done {
            width: 100% !important;
            position: relative;
            padding: 10px;
        }

            section.what-we-have-done .wrapper {
                width: 100% !important;
                position: relative;
                padding: 10px 20px 10px 20px !important;
            }

        .what-we-have-done-container {
            padding: 10px 10px 10px 10px !important;
        }

        section.what-we-have-done .detail-section {
            left: 0;
            background: #f8f8f8;
            min-width: 100px !important;
            margin-left: 0px;
            padding: 0px 10px 0px 10px;
            position: relative;
            border-radius: 0px;
            width: 100% !important;
        }

            section.what-we-have-done .detail-section .detail-section-header h2 {
                font-size: 32px !important;
                max-width: 90%;
                text-shadow: none !important;
                color: #373a36 !important;
                padding: 0px 0px 0px 5px;
            }

        section.what-we-have-done .card-text-img img {
            width: 70px;
            height: 70px;
        }

        section.what-we-have-done .card-text {
            text-align: left;
            font-size: 16px !important; /* Adjust the font size as needed */
        }
    }


/* Show & Hide the image for tablets, laptops, and desktops */
@media (min-width: 768px) {
    section.what-we-have-done .detail-section-header img {
        display: none;
    }
}

/* Show the image in mobile devices */
@media (max-width: 767px) {
    section.what-we-have-done .detail-section-header img {
        width: 71.95px;
        height: auto;
        display: block; /* Unhide the image */
    }

    section.what-we-have-done .image-section-right {
        display: none;
        /* Hide the image on mobile devices (max-width 767px) */
    }
}

@media (max-width: 576px) {
    .what-we-have-done-container {
        padding: 0px 0px 0px 0px !important;
    }
}

    /* End what-we-have-done */
