/* Tablet and Mobile adjustments */

/* ===== RESPONSIVE ===== */

@media (max-width: 992px) {
    .hero-title {
        font-size: 42px;
    }
}

@media (max-width: 991.98px) {
    .impact-section {
        text-align: center;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .footer-purple-section {
        text-align: left;
    }
    .footer-bio pe-lg-5 {
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .review-item {
        margin-bottom: 10px;
    }
    #sideNav {
        display: none;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 54px;
    }
    .hero-subtitle {
        font-size: 22px;
    }
    .rowWidth {
        width: 100%;
    }
    .positions-card {
        background: #ffffff;
        border-radius: 16px;
        padding: 30px;
        width: 60%;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
        margin: 0 auto;
    }
    .profile-img-wrapper {
        width: 200px;
        height: 200px;
        margin-bottom: 30px;
    }
    .position-divider {
        border-right: none;
        /* border-bottom: 1px solid #eee; */
    }
    .career-card {
        padding: 25px;
    }

    .company-card {
        flex-direction: row;
        text-align: center;
    }

    .company-logo {
        margin-bottom: 10px;
        display: flex;
        width: 60%;
        justify-content: center;
        border-right: none;
        align-items: center;
    }
    .strongBlack,
    .strongBlue {
        margin-left: 20px;
    }
    .tabletResponsiveHide {
        display: none;
    }
    .tabletResponsiveShow {
        display: block;
    }
    .positionDiv {
        position: absolute;
        top: 150px;
        right: 100px;
        width: 80%;
    }
    .impact-section {
        min-height: 460px;
    }
    .moblieResponsive {
        position: relative;
        top: -85px;
    }
    /* .position-box{
        display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
} */
    .position-box {
        display: flex;
        align-items: center;
        /* justify-content: center; */
        gap: 10px;
        /* width: 60%;
        margin: 0 auto; */
    }
    .hero-section {
        padding-top: 20px;
    }
    .icon-box {
        margin: 0;
    }
}

@media (max-width: 576px) {
    .mobileResponsiveShow {
        display: block;
    }
    .mobileResponsiveHide {
        display: none;
    }
    .hero-subtitle {
        font-size: 12px;
    }
    .hero-title {
        font-size: 16px;
    }
    .hero-section {
        padding-bottom: 20px;
    }
    .hero-text, .vision-title, .client-name  {
        font-size: 12px;
    }
    .positions-title, .section-title{font-size: 16px;}

    .positions-card {
        width: 90%;
    }
    .company-logo {
        width: 30% ;
    }
    .company-text p {
        font-size: 12px;
    }
        .strongBlack, .strongBlue, .clientCompany-label {
        font-size: 10px;
    }
        .header-title {
        font-size: 16px;
    }
    .career-section {
padding-bottom: 20px;
    }
    .service-card {
    height: 70%;
    width: 90%;
    }
        .positionDiv {
        /* top: 175px;
        right: 50px;
        width: 80%; */
                top: 130px;
        right: 30px;
        width: 90%;
    }
.feedback-wrapper{
    padding-top: 10px !important;
}
    .impact-title{
        font-size: 12px;
        text-align: start;
    }
    .impact-description{
        text-align: start;
    }
    /* .section-title {
    font-size: 20px;
    } */
    .position-text, .copyright-text, .hero-link, .careerPara__Heading, .careerPara, .impact-description, .tracking-wider, .footer-bio p, .review-content, .vision-text, .service-card p {
    font-size: 11px;
    }
    .social-box img{
        width: 150%;
    }
    .social-box {
    width: 20%;
    height: 20px;
}
.soicalIcon__div{
    justify-content: end !important;
    gap: 1rem !important;
}
.copyright-text-semiBold {
    font-size: 12px;
}
/* .copyright-text {
    font-size: 16px;
} */
 .brand-section {
    padding: 35px 0;
}
.brand-section{
    padding-bottom:20px;
}
.IconImage{
    width: 60%;
}
.brandCompaanyDiv{
    gap:0rem
}
}
