.you_can_find_us_main {
    margin: 2% auto 2% auto;
}

.you_can_find_us_main_image {
    position: relative;
}

.you_can_find_us_backgroud-image {
    width: 100%;
    height: 100%;
    /* max-height: 450px; */
    object-fit: fill;
    border-radius: 10px;

}

.you_can_find_us_counts-div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    background-color: #FFFFFFC7;
    box-shadow: 0px 1px 4px 0px #00000040;
    transform: translate(-50%, -50%);
    padding: 2% 2%;
    border-radius: 10px;
}

.you_can_find_us_counts-div-child {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;

}

.you_can_find_us_counts-div-child {
    font-family: 'Playfair Display';
    font-size: 24px;
    line-height: 31.99px;
}

.you_can_find_us_counts-div-child-number {
    font-family: 'Poppins';
    font-size: 28px;
    line-height: 34px;
}

.you_can_find_us_counts-div-child,
.you_can_find_us_counts-div-child-number {
    padding: 0;
    margin: 0;
    font-weight: 700;
    text-align: center;
}


.you_can_find_us_main_image-lower-div-company-name {
    font-family: 'Poppins';
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    line-height: 60px;
    text-align: left;
    color: var(--secondary-color);
    padding: 2% 0;

}

.you_can_find_us_main_imagelower {
    margin: 1% auto;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 50px 0%;
}

.countries-name-box-parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 2 equal columns */
    gap: 10px;
    /* Spacing between boxes */
}

.country-name-box {
    background-color: white;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    opacity: 1;

}

@media (max-width: 600px) {
    .container {
        grid-template-columns: repeat(2, 1fr);
    }
}

.you_can_find_us_main_imagelower::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: url('../../images/company_details/expo_guru_new_logo.png'); */
    background-image: url('../../images/home_page/world_expoguru_2.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    /*filter: blur(2px);*/
    z-index: -1;
    opacity: 0.6;
    object-fit: contain;
}

.you_can_find_us_main_image-left {
    width: 100%;
    max-width: 550px;
    text-align: center;
    position: relative;
}

.you_can_find_us_main_image-left img {
    width: 100%;
    height: auto;
    max-width: 350px;
    opacity: 0.9;
}


@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.you_can_find_us_main_image-left img {
    width: 100%;
    animation: rotate 50s linear infinite;
}


.you_can_find_us_main_image-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.you_can_find_us_main_image-right img {
    width: 100%;
    object-fit: fill;
}



.you-can-find-us-carousel-item img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    height: auto;
}



/* Mobile View Adjustments */
@media (max-width: 768px) {
    .you_can_find_us_main {
        margin: 5% auto;
    }

    /* .you_can_find_us_backgroud-image { */
        /* max-height: 350px; */
        /* Adjust height for mobile */
    /* } */

    .you_can_find_us_counts-div {
        width: 90%;
        /* Adjust the width of the count container for mobile */
        padding: 2%;
    }

    .you_can_find_us_counts-div-child {
        font-size: 20px;
        /* Reduce font size for better readability */
    }

    .you_can_find_us_counts-div-child-number {
        font-size: 18px;
        /* Reduce font size for numbers */
    }

    .you_can_find_us_main_image-lower-div-company-name {
        font-size: 30px;
        /* Reduce font size for company name */
        line-height: 45px;
        /* Adjust line height */
    }

    .you_can_find_us_main_imagelower {
        margin: 2% auto;
        max-width: 100%;
        /* Ensure lower image container is responsive */
    }

    .you_can_find_us_main_image-left {
        max-width: 100%;
        /* Ensure left image container is responsive */
    }

    .you_can_find_us_main_image-left img {
        width: 350px;
        height: 350px;
        /* Adjust height for smaller screens */
    }

    .you_can_find_us_main_image-right {
        width: 100%;
        /* Stack the right image on top */
        padding: 10px 0;
    }

    .you_can_find_us_main_image-right img {
        object-fit: contain;
        /* Adjust image fitting on small screens */
    }

    .you-can-find-us-carousel-item img {
        width: 100%;
        max-width: 400px;
        /* Ensure carousel images are responsive */
    }

    .you_can_find_us_main_imagelower::before {
        background-size: 100%;
    }

    .you_can_find_us_main_imagelower {
        flex-direction: column;
        padding: 2rem 1rem;
        text-align: center;
    }
}

/* Very Small Screens Adjustments */
@media (max-width: 480px) {
    .you_can_find_us_main {
        margin: 8% auto;
        /* Increase margin for more space */
    }

    .you_can_find_us_main_image {
        padding-left: 0;
        padding-right: 0;
    }

    .you_can_find_us_counts-div {
        padding: 0%;
        width: 100%;
    }

    .you_can_find_us_counts-div-child {
        font-size: 18px;
    }

    .you_can_find_us_counts-div-child-number {
        font-size: 16px;
    }

    .you_can_find_us_main_image-lower-div-company-name {
        font-size: 25px;
        line-height: 35px;
    }

    .you_can_find_us_main_imagelower {
        margin: 4% auto;
    }

    .you_can_find_us_main_image-left img {
        height: 300px;
        width: 300px;
    }

    .you_can_find_us_main_image-right img {
        object-fit: contain;
    }

    .you-can-find-us-carousel-item img {
        width: 100%;
        max-width: 350px;
    }

    .you_can_find_us_main_imagelower {
        flex-direction: column;
        padding: 1rem 1rem;
        text-align: center;
    }
}