.banner-inner-area-contact-inner .title {
    font-size: 41px;
}

.banner-inner-area-contact-inner .sub-title {
    position: relative;
    z-index: 3;
}

.top-clientlogo {
    background-color: white;
    padding: 0px 20px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    margin-top: 33px;
}

.client-big-image {
    padding: 18px;
    background-color: #ffffff;
    /* margin-top: 23px; */
    border-radius: 12px;
}

.mission-box.casestudy {
    padding: 40px 80px;
    text-align: left;
    border-radius: 12px;
}

.mission-vision-section p {
    max-width: max-content;
    margin-bottom: 15px;
}

.mission-vision-section h2 {
    font-size: 46px;
    margin-bottom: 25px;
    border-bottom: 4px solid #4aa3df;
    width: 30%;
}

.vision-box.casestudy {
    padding: 40px 80px;
    text-align: left;
    border-radius: 12px;
    margin: 2px;
}

.vision-vision-section p {
    max-width: max-content;
    margin-bottom: 15px;
}

.vision-vision-section h2 {
    font-size: 46px;
    margin-bottom: 25px;
    border-bottom: 4px solid #4aa3df;
    width: 29%;
}

.providing-service-area-start-one {
    margin-bottom: -22px;
}

.approach-item h4 {
    font-size: 21px;
}

.section-title.approch {
    font-size: 50px;
    text-align: center;
}

.section-desc {
    max-width: 1200px !important;
    margin-top: 30px;
    margin-bottom: 22px !important;
    text-align: center;
}

.approach-item {
    padding: 20px 25px 20px 90px;
}

img.top-clientlogo.challenge {
    margin-bottom: 20px;
    padding: 2px 21px;
    margin-top: 0px;
}

.service-content-style-one .title.about-page {
    font-size: 50px;
    line-height: 59px;
}

.service-content-style-one .title {
    margin-bottom: 13px;
    font-size: 39px;
}

.newwone {
    background: radial-gradient(circle at top, #03204d, #014aef);
    margin: 12px;
    border-radius: 12px;
}

.approach-section {
    margin-bottom: -23px;
    padding: 49px 120px;
}

.testimonials-filwidth .body p {
    font-size: 17px;
}

.counter-upmain-wrapper-style-six.area-2 .single-counter-up .title {
    font-size: 42px;
}

.service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    position: relative;
    z-index: 7;
    justify-content: center;
}

.service-tags span {
    background: #0b2d6b;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 19px;
    font-weight: 600;
    display: inline-block;
    border: 1px solid #ffffff;
    margin-bottom: -20px;
    margin-top: 12px;
}

/* Wrapper */
.proitbridge-client-wrap {
    max-width: 900px;
    margin-top: -15px;
    padding: 20px;
    background: linear-gradient(145deg, #ffffff, #f8f9fc);
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin: 0px auto;
}

/* Table */
.proitbridge-client-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0px;
}

/* Row styling */
.proitbridge-client-table tr {
    border-bottom: 1px solid #e8ecf3;
    transition: all 0.3s ease;
}

.proitbridge-client-table tr:hover {
    background: #f4f8ff;
}

/* Header cells */
.proitbridge-client-table th {
    width: 28%;
    text-align: left;
    padding: 16px 20px;
    background: #03204d;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    vertical-align: top;
    border-bottom: 2px solid #fff;
}

/* Data cells */
.proitbridge-client-table td {
    padding: 16px 20px;
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    background: #fff;
}

/* Link styling */
.proitbridge-link {
    color: #0066ff;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.proitbridge-link:hover {
    color: #003cb3;
    text-decoration: underline;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .proitbridge-client-wrap {
        padding: 10px;
        border-radius: 12px;
    }

    .proitbridge-client-table,
    .proitbridge-client-table tbody,
    .proitbridge-client-table tr,
    .proitbridge-client-table th,
    .proitbridge-client-table td {
        display: block;
        width: 100%;
    }

    .proitbridge-client-table tr {
        margin-bottom: 12px;
        border: 1px solid #e8ecf3;
        border-radius: 10px;
        overflow: hidden;
    }

    .proitbridge-client-table th {
        width: 100%;
        border-bottom: none;
        font-size: 14px;
        padding: 14px 16px;
    }

    .proitbridge-client-table td {
        padding: 14px 16px;
        font-size: 14px;
    }
}



.hover-scroll-container {
    height: 500px;
    overflow: hidden;
    position: relative;
}

.hover-scroll-image {
    width: 100%;
    display: block;
}

.hover-scroll-container:hover .hover-scroll-image {
    animation: slowScroll 30s linear forwards;
}

@keyframes slowScroll {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(calc(-100% + 500px));
    }
}

.scrolll {
    margin-top: 23px;
}

.seo-keyword-table tbody td {
    padding: 15px 20px;
    font-size: 17px;
    color: #333;
    border: 1px solid #d7deeb;
    background: #fff;
    line-height: 1.6;
}

.seo-tab-section {
    padding: 20px 0;
    margin-bottom: 43px;
    margin-top: 20px;
}

.seo-custom-tabs {
    justify-content: space-around;
    /* gap: 20px; */
    margin-bottom: 22px;
}

.seo-custom-tabs .nav-link {
    background: #f3f4f6;
    color: #06285c;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 50px;
    border: none;
    transition: 0.3s ease;
    margin: 0px;
}

.seo-custom-tabs .nav-link:hover {
    color: #ffffff;
    background-color: #014aef;
}

.seo-custom-tabs .nav-link.active {
    background: #06285c;
    color: #fff;
}

.seo-keyword-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0px;
}

.seo-keyword-table th {
    background: #06285c;
    color: #fff;
    padding: 15px 20px;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
}

.seo-keyword-table td {
    padding: 16px 20px;
    border: 1px solid #e5e7eb;
    font-size: 14px;
    color: #333;
}

.seo-keyword-table tbody tr:nth-child(odd) td {
    background: #f3f4f6;
}

.seo-keyword-table tbody tr:nth-child(even) td {
    background: #fff;
}

.seo-keyword-table tbody tr:hover td {
    background: #edf4ff;
}

.seo-keyword-table td:nth-child(2),
.seo-keyword-table th:nth-child(2),
.seo-keyword-table td:nth-child(3),
.seo-keyword-table th:nth-child(3) {
    text-align: center;
}

@media (max-width: 768px) {
    .seo-custom-tabs {
        flex-direction: column;
        align-items: center;
    }

    .seo-custom-tabs .nav-link {
        width: 100%;
        text-align: center;
    }

    .seo-keyword-table th,
    .seo-keyword-table td {
        padding: 12px;
        font-size: 13px;
    }
}

.caseui li {
    font-size: 18px;
}

.caseui {
    margin-top: 20px;
}

.uldiv {
    margin-top: 20px;
}

h3.title.ads-stra {
    font-size: 42px;
    margin-bottom: 18px;
}

@media (max-width: 576px) {
.banner-inner-area-contact-inner .title {
    font-size: 25px;
    line-height: 44px;
}
.service-tags span{
    font-size: 15px;
    padding: 4px 16px;
    margin-bottom: -2px;
}
.service-tags{
    gap: 7px;
}
.service-content-style-one .title.about-page {
    font-size: 34px;
    line-height: 50px;
}
.coverview{
    padding-right: 0px;
    text-align: center;
    margin-top: 22px;
}
.mission-box.casestudy {
    padding: 36px 25px;
}
.mission-vision-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
    width: 77%;
}
.mission-vision-section p {
    font-size: 16px;
}
.vision-box.casestudy {
    padding: 40px 25px;
}
.approach-section {
    margin-bottom: -5px;
    padding: 49px 0px;
}
.approach-item h4 {
    font-size: 18px;
    line-height: 28px;
}
.approach-item {
    padding: 17px 17px 17px 71px;
}
.section-title.approch {
    font-size: 35px;
}
.section-desc {
    margin-top: 31px;
    font-size: 16px;
    margin-bottom: -7px !important;
}
.newwone {
    padding-top: 33px;
    padding-bottom: 33px;
}
.service-content-style-one .title {
    margin-bottom: 24px;
    font-size: 36px;
}
h3.title.ads-stra {
    font-size: 30px;
    line-height: 36px;
    width: 100% !important;
    border-bottom: none !important;
}
.seo-keyword-table tbody td {
    padding: 10px 19px;
    font-size: 15px;
}
.seo-growth{
    flex-direction: column-reverse;
}
.title-style-one-center .title {
    font-size: 33px !important;
}
.core-values-box h4{
    font-size: 18px;    
    margin-bottom: 7px;
}
.core-aboutp {
    margin-bottom: -28px !important;
}
.industry-serve.core-values{
    margin-bottom: 20px;
}
.counter-upmain-wrapper-style-six.area-2{
    align-items: baseline;
}
.seo-custom-tabs {
    flex-direction: row;
}
.seo-custom-tabs .nav-link {
    font-size: 14px;
}
.seo-tab-section{
    margin-top: 0px;
}
.camp{
    font-size: 29px !important;
    margin-bottom: -7px;
}
.caseui li {
    font-size: 17px;
}
.secondroww{
    flex-direction: column-reverse;
}
    .testimonials-filwidth {
        width: auto;
        height: auto;
    }
}