.about_us_header_page_section{
    width: 100%;
    height: auto;
    padding-top: 100px;
    

}
.about_us_header_page_section_area{
    background-image: url(../../image/About-Us-Banner_1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    height: 50vh;
    width: 100%;
    position: relative;
}
.about_us_header_page_section_header{
    width: 100%;
    height: 50vh;
    padding-top: 100px;
    margin: auto;
    background-color: #057c8952;
    text-align: center;



}
.about_us_header_page_section_header h1{
    width: 95%;
    margin: auto;
    font-size: 40px;
    color: #fff;
    padding: 10px 0px;
    text-shadow: 1px 1px #666;

}
.about_us_header_page_section_header p{
    width: 95%;
    margin: auto;
    font-size: 20px;
    color: #fff;
    text-shadow: 1px 1px #666;
    font-weight: 600;

}
.about_us_header_page_section_header p a{
    text-decoration: none;
    color: #fff;

}

/* About Us Main Conteinar */

.about_page_conteinar{
    width: 100%;
    height: auto;
}
.about_page_conteinar_area{
    width: 95%;
    height: auto;
    margin: auto;
}
.about_us_section_header{
    text-align: center;
}
.about_us_section_header h1{
    font-size: 35px;
    color: #057C89;
    padding: 20px 0px;
}
.about_us_section_text{
    display: flex;
}
.about_us_section_text_area{
    width: 50%;
    height: auto;

}
.about_us_section_image_area{
    width: 50%;
    height: auto;

}
.about_us_section_image_area img{
    width: 100%;
}
.about_us_section_text_area p{
    text-align: justify;
    color: #666;
    padding-right: 20px;
}
.about_all_test p{
    text-align: justify;
    color: #666;

}
.about_all_test h3{
    text-align: justify;
    color: #057C89;
    padding: 20px 0px;

}
.about_us_section_text_area h3{
    text-align: justify;
    color: #057C89;
    padding-bottom: 10px;

}
.chairman_conteinar{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    box-shadow: 3px 3px #006fff, -0.3em -.1em #fc6201;
    overflow: hidden;
    margin: auto;
}
.chairman_conteinar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.director_conteinar{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    box-shadow: 3px 3px #006fff, -0.3em -.1em #fc6201;
    overflow: hidden;
    margin: auto;
}
.director_conteinar img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.founder_section_header{
    display: flex;
    /* justify-content: center; */
    justify-content: left;
}
.founder_main_area{
    width: 50%;
    margin: auto;
    /* border-right: 1px dotted #666; */
    text-align: center;
    padding: 5px;
    
}
.founder_main_area_text{
    padding: 10px;
}
.founder_main_area_text h2{
    color: #057C89;
    padding-bottom: 5px;
    font-size: 20px;
}
.founder_main_area_text p{
    color: #666;
}
.founder_section_Conteinar{
    width: 100%;
    height: auto;
}
.founder_section_Conteinar_area{
    width: 95%;
    height: auto;
    margin: auto;
}
.founder_section_Conteinar_header{
    width: 100%;

}
.founder_section_Conteinar_header h1{
    color: #057C89;
    font-size: 20px;
    padding: 20px 0px;
}

/* clients_reviews_main_conteinar */
.clients_reviews_main_conteinar{
    width: 100%;
    height: auto;
}
.clients_reviews_conteinar_area{
    width: 95%;
    height: auto;
    margin: auto;
    padding-bottom: 20px;
}
.clients_reviews_header{
    text-align: center;
}
.clients_reviews_header h1{
    color: #057C89;
    font-size: 35px;
    padding: 20px 0px;

}

.clients_review_conteinar {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.reviews_carousel_container {
    width: 100%;
    background: white;
    padding: 20px;
    overflow: hidden;
    position: relative;
}
.carousel_reviews {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.carousel_item_main {
    min-width: calc(100% / 3);
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 10px;
}
.review_clients_image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}
.review_text {
    font-style: italic;
    color: #555;
}
.review_name {
    margin-top: 10px;
    font-weight: bold;
    color: #333;
}
.review_rating {
    color: #f39c12;
    font-size: 18px;
    margin-top: 5px;
}
.carousel_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 50%;
    z-index: 99;
    transition: all 0.3s ease-in-out;
}
.carousel_btn:hover{
    background-color: #057C89;
}
.prev_control {
    left: 0px;
}
.next_control {
    right: 0px;
}
/* Mobile responsive styles */

@media only screen and (max-width:1200px) {
    
    .about_us_section_header h1{
        font-size: 28px;

    }
    .about_us_header_page_section_header{
        width: 100%;
        height: 40vh;
    }
    .founder_section_Conteinar_header h1{
        font-size: 28px;
        text-align: center;

    }
    .carousel_item_main {
        width: calc(50% - 15px); /* Shows 2 items on mobile screens */
    }
    .clients_reviews_header h1{
        font-size: 28px;
    }
    .carousel_item_main {
        min-width: calc(100% / 1);
    }

    .review_clients_image {
        width: 80px;
        height: 80px;
    }

    .review_name {
        font-size: 14px;
    }

    .review_rating {
        font-size: 12px;
    }

    .review_text {
        font-size: 12px;
    }
    .about_us_header_page_section{
        padding-top: 60px;
    
    }
    .about_us_header_page_section_area{
        background-position: center;
        background-size: cover;
        height: 40vh;
    }
    .about_us_header_page_section_header{
        padding-top: 110px;
    
    
    
    }
    .about_us_section_text{
        display: block;
    }
    .about_us_section_text_area{
        width: 100%;
    
    }
    .about_us_section_image_area{
        width: 100%;
    
    }
    .founder_section_header{
        display: block;
        justify-content: center;
    }
    .founder_main_area{
        width: 100%;
        border: none;
        
    }




}