.about_page_AV {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    margin-bottom: 0 !important;
}

/* About Us Banner */

.about_page_AV_banner {
    background-size: cover;
    text-align: center;
    padding: 100px 0;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('https://techsevin.com/wp-content/uploads/2025/01/About_Us_Banner_1920x500px-1.jpg');
    margin-top: 4%;
}

span.about_page_AV_banner_heading {
    font-family: 'latoregular' !important;
    letter-spacing: normal;
    font-size: 60px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
}

/* end of aboutus banner Section */

/* About Section */

.about_page_AV_about-section {
    padding: 2rem;
}

.about_page_AV_content-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 35px;
    margin: auto;
    justify-content: center;
}

.about_page_AV_about-info {
    width: 41.66%;
    padding-left: 20px;
}

h3.about_page_title {
    font-family: 'latoregular' !important;
    letter-spacing: normal;
    font-size: 36px;
    color: #333;
}

.about_page_AV_about-info p {
    font-size: 20px !important;
    font-family: 'latoregular' !important;
    letter-spacing: normal;
    text-align: justify;
}

.about_page_AV_about-images {
    width: 58.33%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.about_page_AV_second-image {
    margin-top: 50px;
    margin-left: 15px;
}

.about_page_AV_image-container {
    width: 50%;
}

/* end of aboutus Section */

/* Our story Section */

.about_page_AV_main-wrapper {
    background-color: #454C57;
    padding: 50px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
    position: relative;
}

h2.aboutpage_ourtitle_AV {
    margin-top: 0 !important;
    color: white;
    font-size: 28px;
    font-family: 'latobold' !important;
    letter-spacing: normal;
    position: relative;
}

h2.aboutpage_ourtitle_AV::after {
    content: "";
    position: absolute;
    top: 107%;
    left: 50.3%;
    transform: translateX(-50%);
    width: 7%;
    height: 1.5px;
    background-color: #40C6D6;
}

p.aboutpage_ourpara_AV {
    width: 70%;
    margin: auto;
    color: white;
    font-size: 22px !important;
    font-family: 'latoregular' !important;
    letter-spacing: normal;
    padding-bottom: 3%;
}

.about_page_AV_stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 40px;
}

.about_page_AV_stat-item {
    flex: 1;
    margin: auto;
    border-right: 1px solid #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    justify-content: space-evenly;
}

.about_page_AV_stat-item:last-child {
    border-right: none;
}

.about_page_AV_stat-item h3 {
    font-size: 36px !important;
    margin: 10px 0 !important;
    color: #fff !important;
    font-family: 'latobold' !important;
    letter-spacing: normal;
}

.about_page_AV_stat-item p {
    font-size: 22px !important;
    font-family: 'latobold' !important;
    letter-spacing: normal;
    color: #fff;
    margin: 5px 0;
}

.about_page_AV_animated-number {
    animation: count 2s forwards;
}

@keyframes count {
    0% {
        content: '0';
    }

    100% {
        content: attr(data-value);
    }
}

/* end of Our story Section */

/* Our value Section */

.about_page_AV_header {
    margin: auto;
}

.about_page_AV_background {
    background-color: #fff;
    padding: 0;
    width: 100%;
}

.about_page_AV_values-section {
    padding: 50px 20px;
    text-align: center;
}

.about_page_AV_values-section h2 {
    font-size: 36px;
    font-family: 'latobold' !important;
    margin-top: 0 !important;
    color: #333;
    position: relative;
}

.about_page_AV_values-section h2::after {
    content: "";
    position: absolute;
    top: 107%;
    left: 50.5%;
    transform: translateX(-50%);
    width: 9%;
    height: 2px;
    background-color: #40C6D6;
}
h1.whatwedo_headingAV::after {
    content: "";
    position: absolute;
    top: 107%;
    left: 50%;
    transform: translateX(-50%);
    width: 8%;
    height: 2px;
    background-color: #40C6D6;

}
.about_page_AV_values-section p {
    font-size: 22px !important;
    font-family: 'latoregular' !important;
    margin: 10px auto;
    width: 70%;
    color: #333;
}

.about_page_AV_values-section .about_page_AV_line {
    width: 10%;
    height: 3px;
    background-color: #333;
    margin: 10px auto 20px;
    border: none;
}

.about_page_AV_cards {

    display: flex;
    justify-content: space-around;
    align-items: stretch;
    margin-top: 4%;
}

.about_page_AV_card {
    flex: 1;
    max-width: 250px;
    padding: 40px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}

.about_page_AV_card.light-pink.wow.animate__fadeInUp {
    background-color: #f1c9c9;
}

.about_page_AV_card.light-blue.wow.animate__fadeInUp {
    background-color: #c9f1cb;
}

.about_page_AV_card.light-yellow.wow.animate__fadeInUp {
    background-color: #b7bbe4;
}

.about_page_AV_card.light-purple.wow.animate__fadeInUp {
    background-color: #c9e2f1;
}

.about_page_AV_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.about_page_AV_card .about_page_AV_icon {
    font-size: 40px;
    margin-bottom: 15px;
    display: block;
    color: #ffffff;
}

.about_page_AV_card h3 {
    font-size: 20px;
    font-family: 'latobold' !important;
    letter-spacing: normal;
    margin-top: 0 !important;
    color: #333;
}

.about_page_AV_card p {
    font-size: 16px;
    font-family: 'latoregular' !important;
    letter-spacing: normal;
    color: #333;
}

/* end of Our value Section */

/* record Section */

.about_page_AV_dark-blue-section {
    background-color: #454C57;
    width: 100%;
}

.about_page_AV_what-we-do {
    text-align: center;
    padding: 80px 20px;
}

.about_page_AV_what-we-do h2 {
    color: #ffffff;
    font-size: 14px;
    font-family: 'latobold';
    letter-spacing: normal;
}

.about_page_AV_what-we-do h1 {
    font-size: 28px !important;
    font-family: 'latobold';
    letter-spacing: normal;
    margin-top: 0 !important;
    color: #ffffff;
    position: relative
}
h3.whatwedo_titleAV {
    margin-top: 0 !important;
    font-family: 'latobold' !important;
    letter-spacing: normal;
    font-size: 30px;
    position: relative;
    color: white;
}
h1 .whatwedo_headingAV::after {
    content: "";
    position: absolute;
    top: 118%;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    height: 2px;
    background-color: #40C6D6;
}

h1.whatwedo_headingAV {
    margin-bottom: 16px !important;
    position: relative;
    font-size: 36px !important;
}

.about_page_AV_service-header a {
    color: #40C6D6;
    text-decoration: none;
    font-size: 30px;
}

.about_page_AV_service-item {
    width: 100%;
}

h3.serviceheadstart1AV {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    font-family: 'latobold'!important;
    letter-spacing: normal;
    font-size: 20px;
    position: relative;
}

.about_page_AV_services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 90px;
    margin: 0 auto;
    padding: 20px 10px 20px 60px;
}

p.serviceheadpara1AV {
    width: 80%;
    text-align: justify;
    margin-left: 49px;
    color: #ffffff;
    font-size: 20px !important;
}

.about_page_AV_service-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.about_page_AV_service-header img {
    width: 40px;
    height: 45px;
    transform: translateX(-15px);
}

/* end of record Section */

/* Responsive Design */
@media (min-width: 1518px) and (max-width: 1920px) {
    .about_page_AV_services{
        gap: 20px 30px;
    }
}
@media (min-width: 1441px) and (max-width: 1920px) {
    
    /* About Us Banner */
    .about_page_AV_banner {
        padding: 120px 0;
    }

    span.about_page_AV_banner_heading {
        font-size: 48px;
    }

    /* About Section */
    .about_page_AV_about-section {
        padding: 3rem;
    }

    .about_page_AV_content-wrapper {
        gap: 40px;
    }

    .about_page_AV_about-info {
        width: 45%;
    }

    .about_page_AV_about-images {
        width: 55%;
    }

    h3.about_page_title {
        font-size: 36px !important;
    }

    .about_page_AV_about-info p {
        font-size: 22px !important;
    }

    /* Our Story Section */
    .about_page_AV_main-wrapper {
        padding: 60px 20px;
    }

    h2.aboutpage_ourtitle_AV {
        font-size: 36px !important;
    }

    .about_page_AV_stats {
        gap: 30px;
    }

    .about_page_AV_stat-item {
        padding: 30px;
    }

    .about_page_AV_stat-item h3 {
       
        font-size: 38px;
    }
    h2.aboutpage_ourtitle_AV::after, .about_page_AV_values-section h2::after{
        width: 7%;
    }
    h1.whatwedo_headingAV::after {
        left: 50.1%;
        width: 5.5%;
    }

    .about_page_AV_stat-item p {
        font-size: 16px !important;
    }

    /* Our Values Section */
    .about_page_AV_values-section h2 {
        font-size: 40px;
    }

    .about_page_AV_values-section p {
        width: 60%;
    }

    /* Value Cards */
    .about_page_AV_cards {
        gap: 0px !important;
        margin: auto;
        margin-top: 4%;
    }

    .about_page_AV_card {
        padding: 32px 0px !important;
        max-width: 400px !important;
    }

    .about_page_AV_card h3 {
        font-size: 30px !important;
    }

    .about_page_AV_card p {
        font-size: 22px !important;
    }

    /* Record Section */
    .about_page_AV_what-we-do {
        padding: 100px 20px;
    }

    h3.whatwedo_titleAV {
        font-size: 30px !important;
    }
    h3.whatwedo_titleAV::after{
        width: 26%;
    }

    .about_page_AV_service-header img {
        height: 45px;
    }

    /* Services Section */
    .about_page_AV_services {
        grid-template-columns: repeat(2, 1fr);
        padding: 20px 0px 20px 70px;
    }

    .about_page_AV_service-header {
        font-size: 18px;
    }

    p.serviceheadpara1AV {
        font-size: 22px !important;
    }

    .about_page_AV_service-item {
        padding: 30px 20px;
        border-radius: 12px;
    }

    /* General Adjustments */
    h2.aboutpage_ourtitle_AV, .about_page_AV_values-section h2, .about_page_AV_what-we-do h1 {
        font-size: 36px !important;
    }

    p.aboutpage_ourpara_AV, .about_page_AV_values-section p {
        font-size: 16px;
    }
    p.aboutpage_ourpara_AV{
        width: 60%;
    }

    .about_page_AV_stat-item h3 {
        font-size: 36px !important;
    }
    h3.serviceheadstart1AV{
        font-size: 22px;
    }

    /* Card hover effect */
    .about_page_AV_card:hover {
        transform: translateY(-12px);
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    }
}

@media (min-width: 1366px) and (max-width: 1440px) {
    .about_page_AV_cards {
        gap: 0px !important;
        margin: auto;
        margin-top: 4%;
    }

    .about_page_AV_card {
        padding: 32px 0px !important;
        max-width: 300px !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .about_page_AV_about-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (min-width: 821px) and (max-width: 1024px) {
    .about_page_AV_card h3 {
        font-size: 18px !important;
    }

    .about_page_AV_card p {
        font-size: 18px !important;
    }

    .about_page_AV_card {
        flex: 1;
        max-width: 220px !important;
    }

    p.serviceheadpara1AV {
        font-size: 16px !important;
    }

    .about_page_AV_service-header a {
        font-size: 26px !important;
    }

    p.aboutpage_ourpara_AV {
        font-size: 18px !important;
    }

    .about_page_AV_stat-item h3 {
        font-size: 30px !important;
    }

    .about_page_AV_stat-item p {
        font-size: 20px !important;
    }

    .about_page_AV_about-info p {
        font-size: 18px !important;
    }

    .about_page_AV_values-section p {
        font-size: 18px !important;
    }
}

@media (max-width: 991px) {
    .about_page_AV_content-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .about_page_AV_about-info,
    .about_page_AV_about-images {
        width: 100%;
        text-align: center;
    }

    .about_page_AV_about-info {
        padding-left: 0;
    }

    .about_page_AV_about-images {
        justify-content: center;
    }

    .about_page_AV_second-image {
        margin-top: 20px;
        margin-left: 0;
    }
}

@media (max-width: 767px) {

    .about_page_AV_service-header a {
        font-size: 24px !important;
    }

    p.serviceheadpara1AV {
        font-size: 14px !important;
    }

    .about_page_AV_banner h3 {
        font-size: 40px;
    }

    .about_page_AV_section-title h3 {
        font-size: 24px;
        line-height: 42px;
    }

    .about_page_AV_about-info p {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .about_page_AV_header h2 {
        font-size: 36px;
    }

    .about_page_AV_header p {
        font-size: 14px !important;
    }

    .about_page_AV_stats {
        justify-content: space-between;
        margin-top: 0;
    }

    .about_page_AV_stat-item {
        margin: 10px 0;
        border-right: none;
        border-bottom: 1px solid #fff;
        padding: 15px;
    }

    .about_page_AV_stat-item h3 {
        font-size: 24px !important;
    }

    .about_page_AV_stat-item p{
        font-size: 14px !important;
    }

    .about_page_AV_header h2 {
        font-size: 28px !important;
    }

    .about_page_AV_header p {
        font-size: 14px !important;
    }

    .about_page_AV_stat-item {
        margin: 10px 0;
        text-align: center;
        width: 60%;
        margin: auto;
    }
    
    .about_page_AV_service-item:last-child {
        border: none;
    }

    .about_page_AV_stat-item h3 {
        font-size: 28px !important;
    }

    .about_page_AV_stats {
        align-items: center;
        display: block !important;
    }

    .about_page_AV_cards {
        display: grid;
        grid-template-columns: auto;
        column-gap: 40px;
        justify-content: center;
        align-items: center;
        gap: 40px;
        margin-top:10%;
    }

    .about_page_AV_card {
        padding: 20px;
        width: 100%;
        height: 100%;
    }

    .about_page_AV_services {
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
        gap: 40px !important;
        padding: 0px !important;
        margin-top: 9%;
    }

    p.serviceheadpara1AV{
        text-align: center;
        width: 90%;
        font-size: 14px !important;
    }
    .about_page_AV_service-item {
        width: 100%;
        text-align: center;
        position: relative;
    }

    .about_page_AV_service-item.wow.animate__fadeInUp:before {
        content: "";
        position: absolute;
        top: -6%;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        height: 1.5px;
        background-color: #40C6D6;
    }

    .about_page_AV_service-item.wow.animate__fadeInUp:nth-child(1):before {
        display: none;
    }

    .about_page_AV_service-header {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .about_page_AV_service-header img {
        margin: 0 0 10px 0;
        transform: none;
    }

    .about_page_AV_service-item p {
        margin: 0 auto;
        max-width: 90%;
    }

    hr.about_page_AV_single-line {
        width: 50%;
    }

    h2.aboutpage_ourtitle_AV, .about_page_AV_values-section h2, .about_page_AV_what-we-do h1{
        font-size: 24px !important;
    }
    p.aboutpage_ourpara_AV, .about_page_AV_values-section p{
        font-size: 14px !important;
    }
    h2.aboutpage_ourtitle_AV::after, .about_page_AV_values-section h2::after{
        width: 28%;
    }
    .about_page_AV_what-we-do{
        padding: 40px 20px;
    }
    h3.whatwedo_titleAV{
        font-size: 14px !important;
    }
    .about_page_AV_stat-item:last-child {
        border: none;
    }
    span.about_page_AV_banner_heading {
        font-size: 38px !important;
    }
    h3.whatwedo_titleAV::after{
        width: 80% !important;
    }
}

@media only screen and (max-width: 767px) {
    .lets-talk-text {
        font-size: 13px !important;
    }
    .lets-talk-button {
        font-size: 14px !important;
        padding: 8px 20px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 820px) {
    .about_page_AV_cards{
        display: grid;
        grid-template-columns: auto auto !important;
        gap: 62px 0px !important;
    }

    .about_page_AV_card {
        max-width: 300px !important;
    }

    .about_page_AV_service-header {
        flex-direction: column;
        justify-content: center !important;
        align-items: center;
    }
    p.serviceheadpara1AV {
        text-align: center;
        width: 90%;
        font-size: 16px !important;
    }

    .about_page_AV_services {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 20px 90px;
        margin: 0 auto;
        padding: 0px !important;
    }

}
