
/* where-we-are-located */
.mainwrapper.section.where-we-are-located {
    max-width: 57%;
    margin: 25px auto;
    display: flex;
    width: 100%;
    align-items: center;
    background: #ffffff !important;
}

section.where-we-are-located .image-section {
    height: auto;
    min-width: auto;
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

section.where-we-are-located .image-left {
    position: absolute;
    left: 200px;
    top: calc(5% - 100px);
    transform: translate(0, 40%);
    width: 50%;
    z-index: -1;
}

section.where-we-are-located .detail-section {
    left: 47%;
    position: relative;
    padding-left: -50%;
    width: 75%;
    overflow-x: auto;
}

section.where-we-are-located .detail-section-header h2 {
    font-size: 50px;
    font-weight: 900;
    padding: 0px 0px 0px 12px;
}

section.where-we-are-located .detail-section-header img {
    width: 75px;
    height: 75px;
}

section.where-we-are-located .detail-section-header {
    display: flex;
    align-items: center;
}


section.where-we-are-located.where-we-are-located-container .row {
    flex-direction: column;
}

/* Adjust font size for the paragraph */
section.where-we-are-located .card-text {
    font-size: 16px !important; /* Adjust the font size as needed */
}

.location-row {
    flex-direction: column;
    padding: 0px 0px 15px 0px;
}

/* where-we-are-located  Media Queries for responsive design */

@media only screen and (max-width: 1365px) and (min-width: 1200px) {

    .mainwrapper.section.where-we-are-located {
        max-width: 80% !important;
    }

    section.where-we-are-located .image-left {
        position: absolute;
        left: 90px;
        top: calc(60% + 10px);
        transform: translate(0, 40%);
        width: 40%;
        z-index: -1;
    }

    section.where-we-are-located .detail-section {
        left: 30% !important;
        position: relative !important;
        width: 70% !important;
        overflow-x: auto !important;
    }


    section.where-we-are-located .card-text-img img {
        width: 50px !important;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {

    .mainwrapper.section.where-we-are-located {
        max-width: 80% !important;
    }

    section.where-we-are-located .image-left {
        position: absolute;
        left: 90px;
        top: calc(60% + 10px);
        transform: translate(0, 40%);
        width: 40%;
        z-index: -1;
    }

    section.where-we-are-located .detail-section {
        left: 30% !important;
        position: relative !important;
        width: 70% !important;
        overflow-x: auto !important;
    }


    section.where-we-are-located .card-text-img img {
        width: 50px !important;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {

    .mainwrapper.section.where-we-are-located {
        max-width: 80% !important;
    }

    section.where-we-are-located .image-left {
        position: absolute;
        left: 90px;
        top: calc(60% + 100px);
        transform: translate(0, 40%);
        width: 40%;
        z-index: -1;
    }

    .where-we-are-located {
        padding: 10px 10px 10px 10px !important;
    }

    section.where-we-are-located .detail-section {
        left: 30% !important;
        position: relative !important;
        width: 70% !important;
        overflow-x: auto !important;
    }


    section.where-we-are-located .card-text-img img {
        width: 50px !important;
    }
}

@media only screen and (max-width: 767px) and (min-width: 577px) {

    section.where-we-are-located .image-section {
        margin-top: 0;
        margin-left: -180px;
        margin-bottom: 40px;
    }

    section.where-we-are-located .image-left {
        position: relative;
        top: -40px;
        left: 190px !important;
        transform: none;
        width: 100% !important;
        z-index: 1;
        float: left;
    }

    section.where-we-are-located .detail-section-header {
        position: relative;
        top: auto;
        max-width: none;
        left: 0;
        margin: 0;
        right: 0;
        bottom: 0;
        padding: 0px 10px 0px 10px;
    }

    section.where-we-are-located {
        width: 100% !important;
        position: relative;
        padding: 10px;
    }

        section.where-we-are-located .wrapper {
            width: 100% !important;
            position: relative;
        }

        section.where-we-are-located .detail-section {
            left: 0;
            background: #ffffff;
            min-width: 100px !important;
            margin-left: 0px;
            padding: 0px 10px 0px 10px;
            position: relative;
            border-radius: 0px;
            width: 100% !important;
            justify-content: center;
        }

            section.where-we-are-located .detail-section .detail-section-row {
                padding: 0px 10px 0px 10px;
            }

            section.where-we-are-located .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.where-we-are-located .card-text-img img {
            width: 70px;
            height: auto;
        }

        section.where-we-are-located .card-text-header {
            font-size: 16px !important;
            color: #373a36 !important;
            padding: 0 10px 0 30px !important;
        }

        section.where-we-are-located .card-text {
            font-size: 16px !important;
            color: #373a36 !important;
        }

    .location-row {
        flex-direction: column;
        padding: 0px 0px 10px 20px;
    }
}

@media (max-width: 576px) {
    .where-we-are-located-container {
        padding: 0px 0px 0px 0px !important;
    }
    section.where-we-are-located .image-section {
        margin-top: 0;
        margin-left: -180px;
        margin-bottom: 40px;
    }

    section.where-we-are-located .image-left {
        position: relative;
        top: -40px;
        left: 190px !important;
        transform: none;
        width: 100% !important;
        z-index: 1;
        float: left;
    }

    section.where-we-are-located .detail-section-header {
        position: relative;
        top: auto;
        max-width: none;
        left: 0;
        margin: 0;
        right: 0;
        bottom: 0;
        padding: 0px 10px 0px 10px;
    }

    section.where-we-are-located {
        width: 100% !important;
        position: relative;
        padding: 10px;
    }

        section.where-we-are-located .wrapper {
            width: 100% !important;
            position: relative;
        }

        section.where-we-are-located .detail-section {
            left: 0;
            background: #ffffff;
            min-width: 100px !important;
            margin-left: 0px;
            padding: 0px 10px 0px 10px;
            position: relative;
            border-radius: 0px;
            width: 100% !important;
            justify-content: center;
        }

            section.where-we-are-located .detail-section .detail-section-row {
                padding: 0px 10px 0px 10px;
            }

            section.where-we-are-located .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.where-we-are-located .card-text-img img {
            width: 70px;
            height: auto;
        }

        section.where-we-are-located .card-text-header {
            font-size: 16px !important;
            color: #373a36 !important;
            padding: 0 10px 0 30px !important;
        }

        section.where-we-are-located .card-text {
            font-size: 16px !important;
            color: #373a36 !important;
        }

    .location-row {
        flex-direction: column;
        padding: 0px 0px 10px 20px;
    }
}