.innerBanner-breadcrumb {
    background-image: url(../images/inner-banner-white.png);
}

.breadcrumb li+li::before {
    content: ">";
    font-weight: 400;
}

.navbar {
    width: auto;
    flex: 1;
    padding: 20px 0;
}

.innerBanner-breadcrumb {
    padding: 151px 0;
}

.about-content h2 {
    padding: 0;
    background: transparent;
    font-size: 55px;
    font-weight: 700;
    color: #fff;
}

.about-section-new .about-content {
    max-width: 100%;
}

.italic {
    font-style: italic;
}

.about-section-new {
    padding: 80px 0 0 0;
}

.tailored-number h3 {
    color: #000;
    margin: 0;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0%;
}

.tailored-line h4 {
    color: #fff;
    font-weight: 600;
    margin: 0;
}

.mission-content h2 {
    font-size: 55px;
    color: #fff;
    background: transparent;
    line-height: normal;
    font-weight: 700;
    padding: 0;
}

.three-tabs .tab h3 {
    padding: 13px 30px;
    font-weight: 600;
}

/* Testimonial Section Styles */
.testimonial-section-new {
    padding: 110px 0;
}

.testimonial-badge {
    border: 1px solid #3ff3b4;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-family: 'Host Grotesk';
    background: rgba(63, 243, 180, 0.08);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.badge-dot {
    width: 6px;
    height: 6px;
    background-color: #3ff3b4;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 8px #3ff3b4;
}

.testimonial-title {
    font-size: 55px;
    font-weight: 700;
    line-height: 1.2;
}


/* Testimonial Speech Bubble */
.testimonial-bubble-container {
    position: relative;
}

.testimonial-bubble {
    background-color: rgb(19 73 54) !important;
    border-radius: 15px;
    padding: 30px;
    color: #fff;
}

.testimonial-bubble p {
    font-family: "Host Grotesk", sans-serif;
    color: white;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.63px;
}

/* Arrow/pointer for speech bubble using pure CSS border triangles */
.testimonial-bubble-container::before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 45px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-color: rgba(63, 243, 180, 0.4) transparent transparent transparent;
    z-index: 2;
}

.testimonial-bubble-container::after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 46px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 13px 0 0;
    border-color: #175445 transparent transparent transparent;
    /* Matches blended #3FF3B4 (30%) on dark background */
    z-index: 3;
}



/* Video Wrapper & Overlay */
.video-wrapper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    background-color: #000;
    padding-bottom: 56.25%;
}

#testimonial-video {
    border-radius: 20px;
    object-fit: cover;
    height: 100%;
    position: absolute;
    inset: 0;
    width: 100%;
}

#video-thumbnail-overlay {
    background-size: cover;
    background-position: center;
    cursor: pointer;
    transition: opacity 0.4s ease;
    border-radius: 20px;
    inset: 0;
}


/* Play Button and hover animation */
.play-btn {
    width: 90px;
    height: 90px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(1.12);
}

#video-thumbnail-overlay:hover .play-btn {
    transform: translateY(-50%) scale(1.12);
}

.author-details h3 {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Host Grotesk';
}

.author-details p {
    font-size: 20px !important;
    color: #fff !important;
}

.cta-section .ctaInnerContent h2 {
    font-size: 55px;
    font-family: 'Host Grotesk';
    line-height: 70px;
    font-weight: 700;
    max-width: 520px;
    margin-bottom: 40px;
}

.cta-section {
    background: transparent;
}

.cta-section .ctaInnerContent {
    gap: 0;
}

.bgSliderCols {
    left: 19%;
}

.bgSlider {
    background-color: #000;
}

.footerLinks ul li a {
    font-size: 17px;
    line-height: 22px;
}

.footerLinks ul li {
    line-height: 22px;
}

.footerCol .footerLinks span {
    font-size: 22px;
}

.footer-section {
    background-color: #0B0F1A;
    padding: 60px 0 60px;
}

.footer-section .footerContent .footerCol p {
    font-size: 17px;
    line-height: 26px;
}

.footer-section .footerContent .footerCol:first-child .logo .workLogo span {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}

.logoWrap img {
    max-width: 100px;
    height: auto !important;
}

.footerLinks ul {
    display: flex;
    flex-flow: column;
    row-gap: 15px;
}

footer .copyright .social-links .iconWrap a {
    padding: 0;
    background-color: #0B0F1A;
}


/* july 8 css */
footer .copyright p {
    color: #0B0F1A;
}

.footer-section .workLogo .logoWrap a:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 30px;
    position: absolute;
    right: -25px;
    background: #fff;
    top: 0;
    opacity: 0.2;
}

.footer-section .workLogo .logoWrap a {
    position: relative;
}

.footer-section .footerContent .footerCol:first-child .logo img {
    height: 60px;
}

.read-more-blog {
    cursor: pointer;
    text-decoration: none;
    color: #000000;
}

header .btn-hire:hover {
    background-color: #ffc226;
}

header .btn-hire {
    transition: all 0.3s ease;
}

/* Services page css */
.breadcrumb a {
    display: inline-flex;
}



.breadcrumb a img {
    flex-shrink: 0;
}

.digital-solution-card {
    padding: 34px;
    transition: all 0.4s ease;
}

.digital-solution-card:hover {
    transform: translateY(-10px);
}

.solution-category-box p {
    font-size: 12px;
    color: #000;
    margin: 0;
}

.solution-card-content p {
    padding: 0;
    margin: 0 0 20px;
    font-weight: 300;
}

.digital-solution-cards-wrapper {
    gap: 23px;
}

.our-services-content p:last-child {
    margin: 0;
}

.para {
    width: fit-content !important;
    padding: 7px 20px;
    line-height: 1 !important;
}

.our-services-content h2 {
    margin: 0 0 30px;
}


.solution-wwa-wrapper>div {
    width: 100%;
}


/* july 8 css */
.p-74 {
    padding-top: 74px;
    padding-bottom: 62px;
}

.gap-14 {
    gap: 42px;
}

.pb-7 {
    padding-bottom: 42px;
}

.pt-9 {
    padding-top: 42px;
}

.p-175 {
    padding-bottom: 175px;
}

.py-10 {
    padding-top: 104px;
    padding-bottom: 104px;
}

.my-10 {
    margin-top: 97px;
    margin-bottom: 97px;
}

.text-green {
    color: #3FF3B4;
}

/* .other-projects-slider .work-card-wrapper {
    max-width: 841px;
    width: 100%;
} */

.gap-6 {
    gap: 35px;
}

.gap-7 {
    gap: 32px;
}

.pb-6 {
    padding-bottom: 50px;
}

.gap-8 {
    gap: 20px;
}

.gap-11 {
    gap: 30px;
}

.w-11 {
    max-width: 1181px;
    width: 100%;
}

.gap-15 {
    gap: 37px;
}

.gap-12 {
    gap: 85px;
}

.w-14 {
    width: 100%;
    max-width: 1132px;
}

.work-title {
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
}


.work-hero {
    background: url('http://stage.infyras.com/wp-content/uploads/2026/07/38931686e8a1182776cae4b944e763784e70373e-scaled.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 606px;
    position: relative;
}

.blog-hero {
    background: url('http://stage.infyras.com/wp-content/uploads/2026/07/1be2fc7a89af8d3b15de21c177ae139ce3d64ab0.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 606px;
    position: relative;
}

.work-listing-hero-section .work-hero-wrapper p {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 1.63px;
    text-align: center;
}

.work-hero-wrapper a {
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
    max-width: fit-content;
    padding: 14px 81px;
    text-decoration: none;
    transition: all 0.4s ease;
}

.work-hero-wrapper {
    position: relative;
    z-index: 2;
}

.blog-hero::after,
.work-hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 64, 97, 1);
    border-radius: 72px;
    z-index: 1;
    opacity: 60%;
}

.px-7 {
    padding-left: 31px !important;
    padding-right: 31px !important;
}

.green-border {
    border: 1px solid #3FF3B4;
}

.work-hero-wrapper a:hover {
    background: #000;
    color: #fff !important;
}

.work-hero-wrapper .green-border:hover {
    background-color: #3FF3B4 !important;
    color: #000 !important;
}

.rounded-6 {
    border-radius: 72px;
}

.py-8 {
    padding-top: 22px;
    padding-bottom: 50px;
}

.py-11 {
    padding-top: 60px;
    padding-bottom: 63px;
}

.p-9 {
    padding: 20px 30px 15px 30px;
}

.p-11 {
    padding: 15px 30px 30px 30px;
}

.p-12 {
    padding: 17px 35px 10px 10px;
}

.p-13 {
    padding: 14px 17px 12px 14px;
}

.small-article-content {
    max-width: 446px;
    width: 100%;
}

.article-continue-small h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.small-box .mini-cards-box {
    padding: 25px 20px 23px 20px;
}

.article-content-big p {
    width: 100%;
    max-width: 787px;
}

.continue-reading {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
}

.article-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mx-big-1 {
    max-width: 847px;
}


.bg-article {
    background: rgba(63, 243, 180, 0.1);
    border-radius: 15px;
}

.grid-flow-column {
    grid-auto-flow: column;
}

.gap-9 {
    gap: 26px;
}

.client-details {
    padding-top: 37px;
    padding-left: 16px;
}

.left-side-video-review {
    padding: 30px;
}

.dates {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
}

.wrapper-for-more-articles .article-content-big h3 {
    font-size: 25px;
    line-height: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.article-content-big h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0px;
}

.wrapper-for-more-articles .big-article {
    width: 100%;
    max-width: calc(100% / 3 - 22px);
    overflow: hidden;
}

.load-more {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: rgba(63, 243, 180, 1);
}

.load-more img {
    width: 15px;
    height: auto;
    object-fit: cover;
}

/* july 8 css */


/* july-9 css */
.other-projects-slider {
    padding-top: 74px;
    padding-bottom: 74px;
}

.pb-8 {
    padding-bottom: 20px;
}

.mini-cards-box .icon img {
    border-bottom-right-radius: 20px;
}

.other-projects {
    padding-top: 74px;
    padding-top: 84px;
    position: relative;
}

.mini-cards-box p {
    font-size: 13px;
    text-transform: uppercase;
}

.mini-cards-box h6 {
    font-size: 21px;
    line-height: 32px;
    letter-spacing: 0.5px;
}

.gap-10 {
    gap: 37px;
}

.w-12 {
    max-width: 183px;
    width: 100%;
}

.mini-cards-box .icon {
    padding-top: 11px;
}

.p-14 {
    padding-top: 29px;
    padding-bottom: 22px;
}

.pt-8 {
    padding-top: 29px;
    padding-left: 14px;
    padding-right: 14px;
}

.card-content-mini p,
.card-content-mini-2 p {
    padding-bottom: 13px;
}

.card-content-mini {
    padding: 29px 0px 0px 14px;
}

.card-content-mini-2 {
    padding: 29px 0px 0px 20px;
}

.mini-cards-box {
    width: 100%;
}

.gap-13 {
    gap: 14px;
}

.video-review-chat-wrapper {
    gap: 36.93px;
    padding-top: 39px;
}

.lh-3 {
    line-height: 30px;
}

.fade-grey {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 20px;
}

.small-box h2 {
    font-size: 60px;
    line-height: 70px;
    text-transform: uppercase;
}

.review-social-wrapper {
    gap: 16px;
}

.lh-2 {
    line-height: 26px;
}

.l-s-1 {
    letter-spacing: 1.63px;
}

.fs-7 {
    font-size: 35px;
}

.px-8 {
    padding-left: 8px;
    padding-right: 8px;
}

.pt-7 {
    padding-top: 25px;
}

.font-size-7 {
    font-size: 18px;
}

.lh-4 {
    line-height: 25px;
}

.lh-5 {
    line-height: 40px;
}

.font-size-8 {
    font-size: 22px;
}

.bg-fadewhite {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5.1px)
}

.border-fadewhite {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.play-btn-video img {
    border-radius: 0px !important;
}

.play-btn-video {
    width: 82.39px;
    height: 87px;
    top: 42%;
    left: 42%;
    transform: translateY(-42%);
}

.other-projects-slider .work-card-wrapper {
    max-width: 841px;
    width: 100%;
}


.w-13 {
    width: 45px;
}

.h-7 {
    height: 45px;
}

.lh-6 {
    line-height: 70px;
}

section.blog-details {
    padding-top: 103px;
}

.blog-detail-banner-img img {
    border-radius: 30px;
}

.fc-yellow {
    color: rgba(255, 194, 38, 1);
}

.back-yellow {
    background: rgba(255, 194, 38, 1) !important;
}

.details-flex-box .hero-section-form {
    height: 623px;
    max-width: 495px;
    width: 100%;
    padding: 30px 20px;
    position: sticky;
    top: 12%;
}

.details-flex-box .hero-section-form .form-row-first {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.mini-cards-box .icon {
    margin-top: auto;
    padding-top: 11px;
}

.small-box .mini-cards-box p {
    font-size: 20px;
    text-transform: capitalize;
}

.chat-review-section-wrapper {
    background: rgb(26 26 26);
    backdrop-filter: blur(10px);
    padding: 30px;
    width: 100%;
    border-radius: 30px;
}

.green-back-chat {
    background: rgba(63, 243, 180, 0.3);
    border-radius: 50px;
    max-width: 515.17px;
    padding: 30px;
    position: relative;
}

.green-back-chat p,
.client-company-name p {
    font-size: 18px;
}

.green-back-chat img {
    position: absolute;
    bottom: -21px;
    left: 49px;
}

.video-review img {
    border-radius: 60px;
}

.video-review {
    height: 100%;
}


.swiper-button-next,
.swiper-button-prev {
    color: rgba(63, 243, 180, 1);
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: .4;
}

.swiper-pagination-bullet-active {
    background: #3FF3B4;
    opacity: 1;
}

.other-projects-slider {
    overflow: hidden;
    width: 100%;
}

.other-projects-slider .swiper-wrapper {
    display: flex !important;
    align-items: stretch;
}

.other-projects-slider .swiper-slide {
    height: auto;
    flex-shrink: 0;
}

.other-projects-slider .work-card-wrapper {
    width: 100%;
    max-width: none;
}

.projectform .container .contactcontent .leftcontact {
    background: transparent;
    padding: 0px !important;
    max-width: 778px;
}

.projectform .container .contactcontent .leftcontact .downleftcontent .numberinfo {
    text-align: center;
    position: relative;
    padding: 60px 20px 20px 20px;
    border: 2px solid #FFC226;
    border-radius: 10px;
    max-width: calc(100% / 3 - 0px);
}

.letbuild .container .outbuild {
    padding-top: 110px;
}

.projectform .container .contactcontent .leftcontact .downleftcontent {
    display: flex;
    gap: 25px;
    padding-top: 50px;
}


/* july-9 css */

.latest-article-flex-box .small-article img {
    height: 220px;
    border-radius: 15px 0 0 15px;
    object-fit: cover;
}

.latest-article-flex-box img {
    height: 502px;
    border-radius: 15px 15px 0 0;
}

/* july 10 css */
.buttons a:nth-child(2) {
    max-width: fit-content;
}

.buttons a:first-child {
    max-width: fit-content;
}

.about-content p,
.ceo-content p {
    font-size: 20px;
    line-height: 30px;
}

.about-content h2 {
    line-height: 60px;
}

.about-card h2 {
    margin-bottom: 10px;
    font-size: 40px !important;
    line-height: 40px !important;
    font-weight: 400;
}

/* july 10 css */

/* july 13 css */
.digitalSolutions .para,
.solution-who-we-are .para {
    position: relative;
    gap: 5px;
}

/* 
.digitalSolutions .para::before,
.solution-who-we-are .para::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #3ff3b4;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 8px #3ff3b4;
} */

.digital-solution-card {
    display: flex;
    flex-direction: column;
    position: relative;
}

.wrapper-for-more-articles .big-article img {
    height: 300px;
    object-fit: cover;
}

.contact-us-banner-content {
    gap: 130px;
    padding: 40px;
}

.contact-us-banner-content .arrow {
    padding: 15px 58px;
}

.latest-article-flex-box .small-article img {
    height: 230px;
}

.blog-detail-banner-img img {
    max-width: 900px;
    width: 100%;
}

.hero-section-form .form-row-first {
    padding-bottom: 20px !important;
}


/* july 13 css */

/* JULY 14  */
.form-row-first>p:first-child {
    padding-bottom: 0;
}

.details-flex-box .hero-section-form {
    height: 100%;
}

.wrapper-for-blog-details .l-s-1 {
    letter-spacing: 0;
}

.echo-stories div {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 0px;
}

.wrapper-for-blog-details p {
    margin-bottom: 0;
}

.border-fadewhite {
    padding-bottom: 42px;
}

.left-side-video-review-chat .green-back-chat .l-s-1 {
    letter-spacing: 1.63px;
    font-weight: 400 !important;
}

.video-review {
    max-width: 519px !important;
}

.video-review>img {
    height: 394px !important;
}

.echo-stories .l-s-1 {
    letter-spacing: 0;
}

.animate11 .container .animatemain .leftanimate .headinganimate h2 {
    font-weight: 700;
}

.riganidate p {
    margin: 0;
}

.animainimg {
    display: flex;
    flex-direction: column;
    gap: 42px;
}

.animate11 .container .animatemain .leftanimate {
    max-width: 1132px;
}

.imgprg {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.animate11 .container .animatemain .leftanimate .animainimg .imgprg p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
    margin: 0;
}

.imgprg p br {
    display: none;
}

.imgprg h3,
.imgprg h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 100%;
    letter-spacing: 1.63px;
}

.imgprg hr {

    border: 1px solid rgba(255, 255, 255, 0.5);
    margin: 25px 0px;
}

.imgprg ul li p {
    margin-bottom: 0 !important;
}

.imgprg ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-bottom: 15px;
}

.imgprg ul li::marker {
    color: white;
}

.animate11 .container .animatemain .leftanimate .animainimg img {
    height: 100%;
}

.animate11 .container .animatemain .rightanimate .aniform2 h3 {
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
}

.aniform input,
.aniform2 input {
    border-radius: 12px;
}

.aniform,
.aniform2 {
    background: rgba(63, 243, 180, 0.1);
    border: 2px solid rgba(255, 193, 60, 1);
    width: 100%;
    max-width: 619px;
    border-radius: 15px;
    margin-bottom: 0px;
    padding: 30px;
}

.animate11 .container .animatemain .rightanimate .aniform form.input-class input {
    width: 100%;
    margin-bottom: 0;
    border: 1px solid #E4E4E4;
    background: #F2F3F4;
    box-shadow: 0px 6px 25px 0px rgba(102, 102, 102, 0.15);
    border-radius: 30px;
    height: 56px;
    padding: 0;
}

.animate11 .container .animatemain .rightanimate .aniform form.input-class a {
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 16px;
    color: black;
    background: #3FF3B4;
    border-radius: 28px;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.animate11 .container .animatemain .rightanimate .aniform2 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 0px;
}

.animate11 .container .animatemain .rightanimate .aniform2 h3 {
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
    margin-bottom: 0;
}

.animate11 .container .animatemain .rightanimate .aniform2 .input-class1 a {
    width: 100%;
    padding: 15px 50px 15px 18px;
    background: #F2F3F4;
    border: 1px solid #E4E4E4;
    border-radius: 30px;
    position: relative;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
}

.animate11 .container .animatemain .rightanimate {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}



.animate11 .container .animatemain .rightanimate .aniinfo h2 {
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 0%;
    vertical-align: middle;
    margin: 0;
}

.aniinfo {
    background: rgba(63, 243, 180, 0.1);
    border: 2px solid rgba(255, 194, 38, 1);
    width: 100%;
    border-radius: 15px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.anicom1 p {
    margin: 0;
}

.infyrasimg11 {
    flex-shrink: 0;
}

.animate11 .container .animatemain .rightanimate .aniinfo .aniinfo11 .maininfo14 .infyrasimg11 img {
    width: 100px;
    height: 100% !important;
    max-width: 100%;
    border-radius: 8px;
}

.animate11 .container .animatemain .rightanimate .aniinfo .aniinfo11 .maininfo14 .anicom .anicom1 {
    margin: 0;
}

.anicom {
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: flex-start;
}

.animate11 .container .animatemain .rightanimate .aniinfo .aniinfo11 .maininfo14 .anicom .anicom2 h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: 0%;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.imgprg p a {
    text-decoration: none;
    color: #3FF3B4;
    font-family: Host Grotesk;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}

.animate11 .container .animatemain {
    gap: 85px;
    align-items: flex-start;
}

.animate11 .container .animatemain .rightanimate .aniinfo .aniinfo11 .maininfo14 .anicom .anicom1 p {
    color: #fff;
}

.animate11 .container .animatemain .leftanimate .headinganimate .anidate .leftanidate i.fa-solid.fa-circle-user,
.animate11 .container .animatemain .rightanimate .aniinfo .aniinfo11 .maininfo14 .anicom .anicom1 i.fa-regular.fa-circle-user {
    color: #fff;
}

.animate11 .container .animatemain .leftanimate .headinganimate .anidate .leftanidate {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
}

.animate11 .container .animatemain .rightanimate .aniform2 form.input-class1 i.fa-solid.fa-arrow-right {
    position: absolute;
    right: 31.85px;
    top: 50%;
    font-size: 16px;
    color: black;
    transform: translateY(-50%);
}

.rightanimate {
    position: sticky;
    top: 10%;
}

.animate11 .container .animatemain .leftanimate .headinganimate .anidate .riganidate p {
    color: #fff;
}

.error404 h1.entry-title {
    margin: 0;
    font-size: 400px !important;
    font-weight: 700;
    line-height: 0.9em;
    letter-spacing: -10px;
    text-align: center;
    color: #3FF3B4;
    padding-bottom: 30px;
}

.error404 .entry-content p {
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 48px;
}

.error404 .entry-content {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.not-found {
    padding: 180px 0px 100px 0px;
}

.faq {
    margin: 110px 0;
}

.hero-section-form h5 {
    margin: 0;
}

.main-blog,
.innerBannerContent {
    position: relative;
    z-index: 9;
    color: white;
}

.blogs,
.innerBanner-breadcrumb {
    position: relative;
    padding: 150px 0px;
    margin-top: 120px;
}

section.blogs::after,
.innerBanner-breadcrumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 48, 31, 0.75) 83.17%);
}


/* JULY 14  */

/* july 15 */
.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #3FF3B4;
    position: absolute;
    top: 94px;
    right: 0;
}

.animate11 .container .animatemain .rightanimate .aniform form.input-class input::placeholder {
    padding: 0px;
}

.animate11 .container .animatemain .rightanimate .aniform form.input-class input {
    padding: 15px;
}

.swiper-button-prev {
    right: 70px;
}

.other-projects h3 {
    padding-right: 70px;
}

.swiper-button-prev::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    content: "\f060";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    color: #000000;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-next::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    content: "\f061";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    color: #000000;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.author-img img.rounded-circle {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

/* july 15 */

.search-results {
    padding-top: 120px;
}

.search-results #content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.search-results #content .page-title {
    width: 100%;
    color: #fff;
    font-size: 45px;
}

.search-results #content #nav-above {
    display: none;
}

.search-results #content .post {
    width: 100%;
    max-width: calc(33.333% - 20px);
    padding: 20px;
    background: rgba(63, 243, 180, 0.1);
    border-radius: 15px;
    border: 2px solid #ffc226;
    color: #fff;
}

.search-results #content .post h2 {
    font-size: 25px;
    line-height: normal;
    color: #fff;
    margin: 0 0 20px;
}

.search-results #content .post h2 a {
    color: inherit;
    text-decoration: none;
}

.search-results #content #nav-below {
    display: none;
}

.search-results #primary {
    display: none;
}

.search-results #content .post p {
    font-size: 16px;
}

.search-results #content .post .entry-meta {
    margin: 0 0 15px;
    color: #fff;
}

.search-results #content .post a {
    text-decoration: none;
    color: #3ff3b4;
}

.contact-us-banner-content .cta-links {
    width: 100%;
    max-width: 220px;
}

.contact-us-banner-content p {
    max-width: 800px;
    margin: 0;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 1.63px;
}

.contactimages {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    justify-content: flex-start;
}

.contactimages a {
    transition: all 0.3s ease;
}

.contactimages a:hover {
    transform: translateY(-5px);
}

.contact-us-banner-content .arrow {
    padding: 15px 30px;
    max-width: fit-content;
}

.cta-links .arrow i {
    position: static;
    transform: unset;
    font-family: "FontAwesome";
    font-weight: 900;
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    border: 0;
    margin: 0;
    font-size: 16px;
    background: transparent;
    transition: all 0.3s ease;
}

.cta-links .arrow:hover i {
    transform: translateX(5px);
}


/* july 16 */
.tailored-line p {
    color: white;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    margin: 0;
}

.tailored-number {
    background: white;
    padding: 40px 31px;
    width: fit-content;
    border-radius: 10px;
    border: none;
}

.tailored-line h4 {
    margin: 0;
}

.tailored-section .tailored-line {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tailored-section .tailored-items {
    gap: 32px;
    align-items: center;
}

.mission-section .mission-content p {
    color: white;
    font-family: Host Grotesk;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    margin: 0;
}

.mission-content .three-tabs {
    margin-bottom: 30px;
}

.mission-section .mission-items {
    gap: 36px;
}

.ceo-content h2 {
    margin: 0;
}

.ceo-content span {
    margin-bottom: 30px;
    margin-top: 20px;
}

.about-content p,
.ceo-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
}

.ceo-section .ceo-items {
    gap: 32px;
}

.ceo-image img {
    margin-bottom: 0;
}

section.about-section-new>.container>.row {
    display: flex;
    gap: 56px;
    flex-wrap: nowrap;
}

section.about-section-new>.container>.row>.col-md-6 {
    flex: 0 1 auto;
    width: 50%;
}

.tailored-cards:nth-child(3) {
    margin-bottom: 0;
}

.solution-wwa-wrapper {
    padding-bottom: 120px;
}

.digitalSolutions {
    padding: 110px 0 120px 0;
}

.latest-article-wrapper .heading-area p,
.work-section .heading-area p,
.information .heading-area p,
.letbuild .container .outbuild .innerbuild p {
    max-width: 900px;
    width: 100%;
    margin-bottom: 0;
    margin-top: 22px !important;
}

.latest-article-wrapper .heading-area,
.work-section .heading-area,
.information .heading-area,
.letbuild .container .outbuild .innerbuild {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.work-logo img {
    max-width: 200px;
}

.innerbuild h2 {
    padding: 0 !important;
}

/* july 16 */


/* july 20 */
header nav a:hover::before {
    width: 100%;
}

.service-detail-megamenu a:hover::before {
    width: 100%;
}

header nav a {
    position: relative;
}

.service-detail-megamenu a {
    position: relative;
}

header nav a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 0;
    transition: all .40s ease 0s;
    background: #3FF3B4;
}

.service-detail-megamenu a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 0;
    transition: all .40s ease 0s;
    background: #3FF3B4;
}

.header-main {
    position: relative;
}

.serivce-megamenu {
    position: absolute;
    top: 0;
    left: 50%;
    background: #0B0F1A;
    width: 100%;
    border-radius: 22px;
    padding: 40px;
    /* display: none; */
    opacity: 0;
    visibility: hidden;
    transform: translateY(150px) translate(-50%);
    transition: all 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
    z-index: 9;
    max-width: 1100px;
    box-shadow: 0 0 10px rgb(29 28 28 / 62%);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.industries-megamenu {
    position: absolute;
    top: 0;
    left: 50%;
    background: #0B0F1A;
    width: 100%;
    border-radius: 22px;
    box-shadow: 0 0 10px rgb(29 28 28 / 62%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 40px;
    /* display: none; */
    opacity: 0;
    visibility: hidden;
    transform: translateY(150px) translate(-50%);
    transition: all 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
    max-width: 1100px;
    z-index: 9;
}

.resources-megamenu {
    position: absolute;
    top: 0;
    left: 50%;
    background: #0B0F1A;
    width: 100%;
    border-radius: 22px;
    /* box-shadow: 0 14px 7px #a1a1a130; */
    padding: 30px 0px;
    /* display: none; */
    opacity: 0;
    visibility: hidden;
    transform: translateY(150px) translate(-50%);
    transition: all 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
    z-index: 9;
    max-width: 220px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 0 10px rgb(29 28 28 / 62%);
}


.serivce-megamenu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(90px) translate(-50%);
    pointer-events: auto;
}

.industries-megamenu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(90px) translate(-50%);
    pointer-events: auto;
}

.resources-megamenu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(90px) translate(-50%);
    pointer-events: auto;
}

.first-col-service,
.second-col-service,
.third-col-industry {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.service-detail-megamenu {
    display: flex;
    gap: 15px;
    align-items: center;
}

.wrapper-service-megamenu-sm .service-detail-megamenu {
    display: flex;
    gap: 15px;
    align-items: center;
}

.wrapper-service-megamenu .service-icon {
    margin: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.wrapper-service-megamenu-sm .service-icon {
    margin: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}


.wrapper-service-megamenu .service-icon img {
    max-width: 30px;
    width: 100%;
}

.wrapper-service-megamenu-sm .service-icon img {
    max-width: 30px;
    width: 100%;
}

.wrapper-industries-megamenu-sm .service-detail-megamenu {
    display: flex;
    gap: 15px;
    align-items: center;
}

.wrapper-industries-megamenu .service-icon,
.left-side-wrapper-resources .service-icon {
    margin: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.wrapper-industries-megamenu-sm .service-icon {
    margin: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}


.wrapper-industries-megamenu .service-icon img {
    max-width: 30px;
    width: 100%;
}

.wrapper-industries-megamenu-sm .service-icon img {
    max-width: 30px;
    width: 100%;
}

.service-detail-megamenu a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-family: 'Host Grotesk';
}

.wrapper-service-megamenu .service-detail-megamenu a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-family: 'Host Grotesk';
}

.wrapper-service-megamenu {
    display: flex;
    justify-content: space-between;
    gap: 80px;
}

.wrapper-service-megamenu-sm {
    display: flex;
    gap: 40px;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 25px;
}

.wrapper-industries-megamenu .service-detail-megamenu a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-family: 'Host Grotesk';
}

.wrapper-industries-megamenu {
    display: flex;
    justify-content: space-around;
    gap: 80px;
}

.wrapper-industries-megamenu-sm {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 25px;
}

.menu-subscription {
    background-image: linear-gradient(170deg, #3ff3b48f 13%, #000 80%);
    border-radius: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 280px;
    height: 100%;
    padding: 20px;
    display: flex;
}

.wrapper-service-megamenu-sm .menu-subscription {
    background-image: linear-gradient(170deg, #3ff3b48f 13%, #000 80%);
    border-radius: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 310px;
    height: 100%;
    padding: 20px;
    display: flex;
}

.wrapper-industries-megamenu-sm .menu-subscription {
    background-image: linear-gradient(170deg, #3ff3b48f 13%, #000 80%);
    border-radius: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 310px;
    height: 100%;
    padding: 20px;
    display: flex;
}

.menu-subscription .subs-icon {
    width: 2rem;
    height: 2rem;
}

.wrapper-service-megamenu-sm .menu-subscription .subs-icon {
    width: 2rem;
    height: 2rem;
}

.wrapper-industries-megamenu-sm .menu-subscription .subs-icon {
    width: 2rem;
    height: 2rem;
}

.subcrip-head {
    margin-top: 20px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.wrapper-service-megamenu-sm .menu-subscription h3 {
    margin-top: 20px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.wrapper-industries-megamenu-sm .menu-subscription h3 {
    margin-top: 20px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.menu-subscription .btn-hire {
    padding: 15px 10px;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    transition: all 0.3s ease;
}

.wrapper-service-megamenu-sm .menu-subscription .btn-hire {
    padding: 15px 10px;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    transition: all 0.3s ease;

}

.wrapper-industries-megamenu-sm .menu-subscription .btn-hire {
    padding: 15px 10px;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    transition: all 0.3s ease;

}

.menu-subscription .butn {
    margin-top: auto;
}

.wrapper-service-megamenu-sm .menu-subscription .butn {
    margin-top: auto;
}

.wrapper-industries-megamenu-sm .menu-subscription .butn {
    margin-top: auto;
}


.menu-subscription p {
    font-size: 15px;
}

.wrapper-service-megamenu-sm .menu-subscription p {
    font-size: 15px;
}

.wrapper-industries-megamenu-sm .menu-subscription p {
    font-size: 15px;
}

header nav a:nth-child(1)::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    width: 20px;
    height: 18px;
    transform: translateY(-50%);
    background: url('http://stage.infyras.com/wp-content/uploads/2026/07/down-arrow.png') no-repeat center;
    background-size: contain;
    filter: brightness(1) invert(1);
    transition: all 0.5s ease;
    padding-left: 30px;
}

header nav a:nth-child(2)::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    width: 20px;
    height: 18px;
    transform: translateY(-50%);
    background: url('http://stage.infyras.com/wp-content/uploads/2026/07/down-arrow.png') no-repeat center;
    background-size: contain;
    filter: brightness(1) invert(1);
    transition: all 0.5s ease;
    padding-left: 30px;
}


header nav a:nth-child(3)::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    width: 20px;
    height: 18px;
    transform: translateY(-50%);
    background: url('http://stage.infyras.com/wp-content/uploads/2026/07/down-arrow.png') no-repeat center;
    background-size: contain;
    filter: brightness(1) invert(1);
    transition: all 0.5s ease;
    padding-left: 30px;
}

header nav a:nth-child(1):hover::after {
    transform: translateY(-50%) rotate(180deg);
}

header nav a:nth-child(2):hover::after {
    transform: translateY(-50%) rotate(180deg);
}

header nav a:nth-child(3):hover::after {
    transform: translateY(-50%) rotate(180deg);
}

header nav a:nth-child(3) {
    position: relative;
}

header .btn-hire {
    border: none;
}

/* july 20 */

/* july 21 */
.footerLinks span {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgba(63, 243, 180, 1);
    padding-bottom: 29px;
    display: block;
}

.hero-section-form>span {
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 0;
    color: #fff;
    margin-bottom: 15px;
    display: block;
}

.hero-socials p {
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 20px;
    letter-spacing: 0%;
    padding: 0px;
}

.clientDetail .client-name {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px !important;
    letter-spacing: 0%;
}

.blogContent span {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-bottom: 20px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blogInnerContent .blog .blogContent p.content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.leftcontact .downleftcontent h4,
.hero-section-form h4 {
    font-family: "Host Grotesk", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: white;
}

.digital-solution-card .read-more-blog {
    transform: rotate(-45deg);
    right: 34px;
    transition: all 0.5s ease;
    top: 34px;
    width: 50px;
    height: 50px;
    background: #3FF3B4 !important;
}

.digital-solution-card .read-more-blog .arrow-read {
    width: 20px;
}

.digital-solution-card:hover .read-more-blog {
    transform: rotate(0deg);
    background-color: rgba(255, 194, 38, 1) !important;
}

.butn:hover {
    background-color: #fcb400;
}

.butn:hover img {
    transform: translateX(5px);
}

.butn img {
    transition: all 0.3s ease;
}

.menu-subscription .butn span {
    display: flex;
    align-items: center;
    gap: 10px;
}


/* july 21 */

/* july 22 */
.pulsating-outer {
    width: 24px;
    height: 24px;
    position: relative;
}

.pulsating-circle {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 10px;
    min-width: 10px;
    height: 10px;
    position: absolute;
}

.pulsating-circle:before {
    content: '';
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 45px;
    background-color: rgba(63, 243, 180, 0.5);
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.pulsating-circle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(63, 243, 180, 1);
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(63, 243, 180, 0.1);
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@keyframes pulse-dot {
    0% {
        transform: scale(.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(.8);
    }
}

@keyframes pulse-ring {
    0% {
        transform: scale(.33);
    }

    80%,
    100% {
        opacity: 0;
    }
}

.resources-megamenu-wrapper,
.resources-megamenu-wrapper-sm {
    display: flex;
    justify-content: space-evenly;
    gap: 50px;
}

.resources-megamenu-wrapper-sm {
    padding-top: 25px;
    flex-wrap: wrap;
}


.column-one-mg-resources a,
.column-two-mg-resources a {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    text-decoration: none;
}

.column-one-mg-resources a img,
.column-two-mg-resources a img {
    border-radius: 15px;
}

.column-one-mg-resources a p,
.column-two-mg-resources a p {
    font-size: 24px;
    margin: 0;
}

.menu-bottom ::after {
    display: none;
}

.services-screen,
.industry-screen,
.resources-screen {
    position: fixed;
    top: 84px;
    left: 0;
    width: 100%;
    height: calc(100vh - 84px);
    padding: 40px;
    background: #0B0F1A;

    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;

    overflow-y: auto;
    overflow-x: hidden;

    transition: transform .4s ease,
        opacity .4s ease,
        visibility .4s ease;

    z-index: 9999;
}

.services-screen.open,
.industry-screen.open,
.resources-screen.open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

section.industries-section {
    padding: 110px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    overflow: hidden;
}

.industries-section-headings {
    display: flex;
    flex-direction: column;
    align-items: center;
}



.industries-section-headings {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.industry-boxes {
    width: 220px;
    padding: 32px 24px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 22px;
    transition: all .45s cubic-bezier(.22, .61, .36, 1);
    cursor: pointer;
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg,
            rgba(63, 243, 180, .18),
            rgba(63, 243, 180, .06));
    border: 1px solid rgba(63, 243, 180, .55);
    transform: translateY(-10px);
}

.industry-boxes::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top,
            rgba(63, 243, 180, .08),
            transparent 70%);
    opacity: 0;
    transition: .45s;
}

.industry-boxes img {
    width: 70px;
    height: 70px;
    opacity: 1;
    filter: brightness(1) invert(1);
    transition: .45s;
}

.industry-boxes p {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    transition: .45s;
}

.top-row-industry-slider,
.bottom-row-industry-slider {
    display: flex;
    gap: 20px;
}



.splide {
    position: relative;
}

.splide::before,
.splide::after {

    content: "";

    position: absolute;

    top: 0;

    width: 120px;

    height: 100%;

    z-index: 5;

    pointer-events: none;
}

.splide::before {

    left: 0;

    background: linear-gradient(to right, #050B10, transparent);

}

.splide::after {

    right: 0;

    background: linear-gradient(to left, #050B10, transparent);

}

.splide__track {
    overflow: visible;
}

.splide__list {
    align-items: stretch;
}

.splide__slide {
    width: auto !important;
}

.industry-card {
    width: 280px;
    height: 260px;
    flex-shrink: 0;
}


/* july 22 */


/* july 24 */
.resources-megamenu-wrapper .left-side-wrapper-resources {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.resources-megamenu-wrapper .left-side-wrapper-resources .service-icon img {
    max-width: 28px;
    width: 100%;
}

.resources-megamenu-wrapper .right-side-wrapper-resources .contact-us-banner-content {
    gap: 100px;
    padding: 20px;
}

.resources-megamenu-wrapper .right-side-wrapper-resources .cta-content {
    width: 100%;
    max-width: 400px;
}

.resources-megamenu-wrapper .right-side-wrapper-resources .contact-us-banner-content h2 {
    font-size: 25px;
    margin: 0;
    line-height: 40px;
}

.resources-megamenu-wrapper .right-side-wrapper-resources .contact-us-banner-content p {
    font-size: 16px;
    line-height: 25px;
}

.resources-megamenu-wrapper .right-side-wrapper-resources .contactimages {
    margin-bottom: 15px;
}

.faq-item {
    padding: 15px 25px;
}

/* july 24 */


/* service- details july 24 */
section.banner-services-new {
    position: relative;
    padding: 100px 0;
    margin-top: 120px;
    overflow: hidden;
    box-shadow: 0 25px 80px rgba(0, 0, 0, .18);
    border: 1px solid rgba(255, 255, 255, .06);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .35);
    background: linear-gradient(135deg,
            rgba(255, 255, 255, .03),
            rgba(255, 255, 255, 0) 40%),
        linear-gradient(180deg,
            #131313,
            #0C0C0C);
    backdrop-filter: blur(10px);
}

.banner-service-inner-new h1 {
    color: #fff;
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    font-family: "Host Grotesk", sans-serif;
}

.banner-service-inner-new .innerContent {
    max-width: 100%;
    margin: 0;
}

.banner-service-inner-new {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
}

.banner-service-inner-new p {
    max-width: 940px;
    text-align: center;
    margin: 0;
}

.banner-service-inner-new .Counter {
    padding-top: 20px;
    display: flex;
    gap: 40px;
}

.banner-service-inner-new .Counter .Counts .rating {
    display: flex;
    gap: 8px;
    align-items: center;
}

.banner-service-inner-new .Counter .Counts .rating img {
    width: 30px;
    height: 30px;
}

.banner-service-inner-new .Counter .Counts .rating h2 {
    font-size: 35px;
    color: white;
    line-height: 35px;
    font-weight: 400;
    font-family: "Host Grotesk", sans-serif;
    margin-bottom: 0px !important;
}

.banner-service-inner-new .Counter .Counts p {
    font-size: 16px;
    line-height: 20px;
    color: white;
    margin-top: 2px;
    font-family: "Host Grotesk", sans-serif;
    margin-bottom: 0px !important;
}

.content-right-container {
    width: 100%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.image-left-container img {
    width: 100%;
    object-fit: cover;
    border-radius: 22px;
}

.image-left-container {
    max-width: 100%;
    object-fit: unset;
}

section.service-detail-section {
    padding: 150px 0 100px 0;
    position: relative;
}

.service-detail-main {
    align-items: center;
}

.wrapper-for-service-cover-new .left-side img {
    width: 100%;
    max-width: 830px;
    border-radius: 22px;
    object-fit: cover;
}

.wrapper-for-service-cover-new {
    display: flex;
    gap: 70px;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
}

section.service-cover-new {
    padding-bottom: 150px;
}

.right-side {
    width: 100%;
    max-width: 820px;
}

.how-we-work .wrapper-for-content-boxes-how-we-work .timeline {
    position: relative;
}

.how-we-work .numberings-for-processes {
    display: flex;
    justify-content: space-around;
}

.how-we-work .numberings-for-processes::before {
    content: '';
    width: 180px;
    position: absolute;
    background-color: #000000;
    height: 30px;
    left: 0;
    z-index: 0;
    top: 15px;
}

.how-we-work .numberings-for-processes .green-back {
    position: relative;
    z-index: 1;
}

.how-we-work .green-back {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #008355;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: bold;
}

.how-we-work .green-line-wrapper {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    position: absolute;
    top: 20px;
    z-index: -1;
}

.how-we-work .green-line {
    overflow: hidden;
}

.how-we-work .green-line img {
    max-width: 100%;
}

.how-we-work .process-card-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    padding-top: 35px;
}

.how-we-work .process-cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
}

.how-we-work .white-back-process-cards {
    background: linear-gradient(180deg, #008355, #122235);
    box-shadow:
        0 20px 40px rgba(0, 0, 0, .15);
    backdrop-filter: blur(16px);
    /* border:
1px solid rgba(255,255,255,.06); */
    border-top: 3px solid #1FD1A3;
    border-radius: 20px;
    padding: 30px 33px;
    width: 100%;
    max-width: 340px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

.how-we-work .white-back-process-cards img {
    width: 30px;
    height: 30px;
    filter: brightness(1) invert(1);
}

.how-we-work .white-back-process-cards h3 {
    font-size: 30px;
    letter-spacing: 0%;
    font-weight: 600;
    text-align: center;
    color: #fff;
}

.how-we-work .white-back-process-cards p {
    text-align: center;
    line-height: 26px;
    width: 100%;
    max-width: 274px;
    font-size: 16px;
    color: #fff;
    margin-top: auto;
}



.how-we-work .headings-for-how-we-work {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding-bottom: 60px;
}

section.how-we-work {
    padding-bottom: 150px;
}


.heading-for-why-infyras h2 {
    text-align: center;
    padding-bottom: 75px;
    margin: 0;
}

.offer-cards-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    padding-bottom: 60px;
}

.offer-card {
    border-radius: 20px;
    padding: 24px 24px 24px 24px;
    width: 100%;
    max-width: 340px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(0deg, #008355, #122235);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .15);
    backdrop-filter: blur(16px);
    border-top: 3px solid #1FD1A3;
}

.offer-card-icon {
    background-color: #ffffff;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.offer-card-icon img {
    max-width: 28px;
}


.offer-card h3 {
    color: #fff;
    padding: 20px 0px;
    font-size: 26px;
}

.offer-card ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
}

.offer-card ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.list-item-icon {
    width: 14px;
    height: 19px;
    /* background-color: #f5b0004a; */
    border-radius: 100%;
    position: relative;
    flex-shrink: 0;
}

.list-item-icon img {
    position: absolute;
    left: 0;
    bottom: 6px;
}


.wrapper-for-relevant-cards {
    display: flex;
    gap: 32px;
    padding-top: 70px;
}

.wrapper-for-relevant-cards .workcard {
    position: relative;
}

.wrapper-for-relevant-cards .workcard {
    position: relative;
    height: auto;
}

section.service-section {
    margin-top: 150px;
}

section.relevant-cards-section {
    padding-top: 100px;
}

.headings-relevance h2 {
    text-align: center;
}

.para-btn img {
    display: none;
}

.cta-service-detail {
    padding-top: 150px;
}

.service-related-testimonials {
    padding-top: 50px;
}

.accordion-container p {
    padding: 12px 0 40px 0;
    margin: 0;
}

.faq-content p {
    padding: 0;
}

.load-more-parent {
    display: flex;
    justify-content: center;
    padding-top: 40px;
}

.blog-detail-banner-img img {
    max-width: 100%;
}

.wrapper-for-blog-details .mini-cards {
    display: none !important;
}

/* service- details july 24 */


/* july 24 contact page */
.projectform .container .contactcontent .leftcontact .downleftcontent {
    flex-direction: column;
    padding: 0;
}

.projectform .container .contactcontent .leftcontact .downleftcontent .numberinfo {
    max-width: 100%;
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: center;
    gap: 70px;
    background: linear-gradient(145deg, #0D3F40, #081B20);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 8%);
    border-radius: 24px;
    padding: 40px;
    background: rgba(17, 24, 39, 0.65) !important;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, .06);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .35);
}

.numberinfo:nth-child(2)::after {
    content: "";
    position: absolute;
    background: url('http://stage.infyras.com/wp-content/uploads/2026/07/phone.png)');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 280px;
    height: 200px;
    opacity: 0.2;
    right: -110px;
    filter: brightness(0.5);
}

.numberinfo:nth-child(2) .font-size-7 {
    max-width: 200px;
}




.projectform .container .contactcontent {
    align-items: flex-start;
}

.card-inside-contact {
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.projectform .container .contactcontent .leftcontact .downleftcontent .numberinfo img {
    width: 45px;
    filter: brightness(1) invert(1);
}

.numimg::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 90px;
    background: linear-gradient(transparent, #3ff3b4, transparent) !important;
    right: -40px;
}

.numimg::before {
    position: absolute;
    content: "";
    background: url("http://stage.infyras.com/wp-content/uploads/2026/07/Group-3-1.png");
    width: 180%;
    height: 220%;
    left: -35px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: -34px;
}

.projectform .container .contactcontent .leftcontact .downleftcontent .numberinfo .numimg {
    padding: 10px;
    background: radial-gradient(circle, #00d3b0cf, #113934) !important;
    position: relative !important;
    /* top: -35px; */
    border-radius: 60px;
    display: flex;
    /* left: 50%; */
    width: 90px;
    height: 90px;
    justify-content: center;
    align-items: center;
    /* transform: translateX(-50%); */
    position: relative;
    border: 1px solid rgba(255, 255, 255, 8%);
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 40%);
    left: 0 !important;
    backdrop-filter: blur(42px);
}

.leftcontact .downleftcontent h4 {
    color: #3ff3b4;
    margin: 0;
}

.leftcontact .downleftcontent .font-size-7 {
    font-size: 18px;
    max-width: 220px;
    text-align: left;
    margin: 0;
}



.numberinfo::after {
    content: "";
    position: absolute;
    background: url('http://stage.infyras.com/wp-content/uploads/2026/07/loc-pin.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 260px;
    height: 220px;
    opacity: 0.2;
    right: -100px;
    filter: brightness(0.5);
}

/* july 24 contact page */


/* july 27 contact page */
.projectform .container .contactcontent .leftcontact .downleftcontent .numberinfo h4 {
    text-transform: capitalize;
    margin: 0;
    color: #3ff3b4 !important;
}

.numberinfo:nth-child(2) .numimg::after {
    background: linear-gradient(transparent, #0077ff, transparent);
}

.numberinfo:nth-child(3)::after {
    background: url('http://stage.infyras.com/wp-content/uploads/2026/07/clock.png)');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 250px;
    height: 240px;
    right: -80px;
}

.contactcontent .form-row-first input {
    height: 60px;
}

.contactcontent .textarea-form textarea {
    height: 150px;
}

/* july 27 contact page */

.service-wrap:not(.bg-black) {
    position: sticky;
    z-index: unset;
    overflow: hidden;
}

.service-wrap:last-child {
    box-shadow: 0px 10px 60px 0 rgba(255, 255, 255, 8%);
}

.service-section .container .service-title-wrap .para-text {
    padding-bottom: 0;
}

.service-section .container .service-title-wrap {
    padding-bottom: 60px;
}


/* july 28 css */
section.blog-detail-banner {
    margin-top: 110px;
}

/* july 28 css */


.page-id-16 .faq::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 50%;
    background: url(http://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-02_03_15-PM.webp);
    max-width: 545px;
    height: 900px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.6;
}

.information .infoworktable::before {
    right: 0;
}

.page-id-26 .testimonial-section-new .col-md-6::before {
    content: "";
    position: absolute;
    left: -803px;
    bottom: 17%;
    background: url(http://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-02_03_15-PM.webp);
    width: 900px;
    height: 900px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.6;
}

.cursor-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    pointer-events: none;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 50px #000;
    border-radius: 100px;
    transition: all 0.3s ease;
    font-size: 30px;
    padding: 0;
    color: #000000;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    transform: scale(1) translate(-50%, -50%);
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.work-section .work-grid .workcard .project-image::before {
    border-radius: 0;
}

/* terms and condition */
.tac-boxes h2,
.tac-boxes h3 {
    padding-bottom: 30px;
    font-size: 35px;
    line-height: 50px;
}

.wrapper-for-tac {
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.tac-boxes ul {
    color: #ffffff;
    font-size: 20px;
    padding-left: 60px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 20px;
}

.terms-and-condition::before {
    content: "";
    position: absolute;
    background: url('https://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-02_03_15-PM.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 900px;
    max-width: 545px;
    z-index: -1;
    left: 0;
    top: -140px;
    opacity: 0.5;
}

.terms-and-condition::after {
    content: "";
    position: absolute;
    background: url('https://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-01_58_16-PM.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 900px;
    max-width: 545px;
    z-index: -1;
    right: 0;
    bottom: 0;
    opacity: 0.5;
}

section.latest-article-section {
    position: relative;
}

section.latest-article-section::before {
    content: "";
    position: absolute;
    background: url('https://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-02_03_15-PM.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 900px;
    max-width: 545px;
    z-index: -1;
    left: 0;
    top: -140px;
    opacity: 0.5;
}


section.terms-and-condition {
    position: relative;
}

/* terms and condition */

.three-tabs .tab {
    background: rgba(255, 255, 255, 1);
    max-width: 184.74px;
    border-radius: 10px;
    width: 100%;
}

.tab.active {
    background: rgba(63, 243, 180, 1);
    max-width: 184.74px;
    border-radius: 10px;
    width: 100%;
}

section.more-articles {
    position: relative;
}


/* july 29 */

section.more-articles::before {
    content: "";
    position: absolute;
    background: url('https://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-03_04_31-PM.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 900px;
    max-width: 545px;
    z-index: -1;
    left: -140px;
    top: -140px;
    opacity: 0.5;
}

.wrapper-for-more-articles .big-article {
    background: rgb(6 25 18);
}


.tabs::before {
    content: "";
    position: absolute;
    left: -760px;
    top: -660px;
    background: url(http://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-02_03_15-PM.webp);
    width: 100%;
    height: 900px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.6;
    max-width: 545px;
}

.work-section .recents-work .tabs {
    position: relative;
}

#work-grid::before {
    content: "";
    position: absolute;
    left: -115px;
    top: 50%;
    background: url(http://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-02_03_15-PM.webp);
    width: 100%;
    height: 900px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.6;
    max-width: 545px;
}

#work-grid {
    position: relative;
}

#work-grid::after {
    content: "";
    position: absolute;
    right: -97px;
    bottom: 0;
    background: url(https://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-01_58_16-PM.webp);
    width: 100%;
    height: 900px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.6;
    max-width: 400px;
}

section.blog-details::before {
    content: "";
    position: absolute;
    left: -97px;
    top: -120px;
    background: url(http://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-02_03_15-PM.webp);
    width: 900px;
    height: 900px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.6;
    max-width: 545px;
}

.blog-details {
    position: relative;
}

.other-projects {
    position: relative;
}

.other-projects::before {
    content: "";
    position: absolute;
    left: -97px;
    top: -120px;
    background: url(http://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-02_03_15-PM.webp);
    width: 900px;
    height: 900px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.6;
    max-width: 545px;
}

.other-projects::after {
    content: "";
    position: absolute;
    right: -97px;
    bottom: -150px;
    background: url(https://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-01_58_16-PM.webp);
    width: 100%;
    max-width: 545px;
    height: 900px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.6;
}

.details-flex-box::before {
    content: "";
    position: absolute;
    right: -97px;
    top: 601px;
    background: url(https://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-01_58_16-PM.webp);
    width: 100%;
    max-width: 545px;
    height: 900px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.6;
}

.details-flex-box::after {
    content: "";
    position: absolute;
    left: -97px;
    top: 50%;
    background: url(https://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-03_04_31-PM.webp);
    width: 100%;
    max-width: 545px;
    height: 900px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.4;
    transform: translateY(-50%) rotate(180deg);
}

.details-flex-box {
    position: relative;
}

.chat-review-section::after {
    content: "";
    position: absolute;
    left: -97px;
    top: 0%;
    background: url(https://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-03_04_39-PM.webp);
    width: 100%;
    max-width: 545px;
    height: 900px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.4;
    transform: translateY(-50%) rotate(180deg);
}

.chat-review-section::before {
    content: "";
    position: absolute;
    right: -670px;
    top: 0%;
    background: url(https://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-03_04_39-PM.webp);
    width: 100%;
    max-width: 545px;
    height: 900px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.4;
    transform: translateY(-50%) rotate(360deg);
}


.chat-review-section {
    position: relative;
}

.wrapper-for-blog-details .fade-grey {
    background: rgb(77 77 77);
    border-radius: 20px;
}


section.animate11 {
    position: relative;
}

section.animate11::before {
    content: "";
    position: absolute;
    left: -362px;
    top: -210px;
    background: url(http://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-02_03_15-PM.webp);
    width: 900px;
    height: 900px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.6;
}

section.animate11::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0%;
    background: url(http://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-03_04_31-PM.webp);
    width: 900px;
    height: 900px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.6;
}

.imgprg {
    position: relative;
}

.imgprg::before {
    content: "";
    position: absolute;
    left: -112px;
    top: 0px;
    background: url(https://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-03_04_39-PM.webp);
    width: 900px;
    height: 900px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.4;
    transform: rotate(180deg)
}


.imgprg::after {
    content: "";
    position: absolute;
    right: -100px;
    bottom: 50%;
    background: url(https://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-03_04_39-PM.webp);
    width: 900px;
    height: 900px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.4;
    transform: rotate(360deg);
}


.aniinfo11 a {
    text-decoration: none;
}

section.career-section {
    position: relative;
}

section.career-section::before {
    content: "";
    position: absolute;
    left: -362px;
    top: -210px;
    background: url(http://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-02_03_15-PM.webp);
    width: 900px;
    height: 900px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.6;
}


section.career-section::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0%;
    background: url(http://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-03_04_31-PM.webp);
    width: 900px;
    height: 900px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.6;
}


.career-card {
    background: #030c09;
}

.information .infoworktable::before {
    top: -390px;
}


.service-cover-new {
    position: relative;
}

.service-cover-new::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(http://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-03_04_31-PM.webp);
    width: 900px;
    height: 900px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.6;
    transform: rotate(180deg);
}



.service-cover-new::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    background: url(https://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-01_58_16-PM.webp);
    width: 900px;
    height: 900px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.6;
}

section.service-detail-section::before {
    content: "";
    position: absolute;
    left: -362px;
    top: -210px;
    background: url(http://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-02_03_15-PM.webp);
    width: 900px;
    height: 900px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.6;
}


section.service-detail-section::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0%;
    background: url(http://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-03_04_31-PM.webp);
    width: 900px;
    height: 900px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.6;
}


.relevant-cards-section {
    position: relative;
}

.relevant-cards-section::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: -70%;
    background: url(http://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-03_04_31-PM.webp);
    width: 900px;
    height: 900px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.6;
}

section.related-blogs-new::before {
    content: "";
    position: absolute;
    left: 0;
    top: -290px;
    background: url(http://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-03_04_31-PM.webp);
    width: 900px;
    height: 900px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.6;
    transform: rotate(180deg);
}

section.related-blogs-new {
    position: relative;
}

.job-description-section {
    position: relative;
}

section.job-description-section::before {
    content: "";
    position: absolute;
    background: url('https://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-02_03_15-PM.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 900px;
    max-width: 545px;
    z-index: -1;
    left: 0;
    top: -140px;
    opacity: 0.5;
}

section.job-description-section::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0;
    background: url(http://stage.infyras.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-24-2026-03_04_31-PM.webp);
    width: 900px;
    height: 900px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.6;
}

.job-description-wrapper {
    background: #030c09;
}



/* july 29 */

/* july 8 css */
@media(max-width:1919px) {
    .small-article {
        height: calc(100%/3 - 10px);
    }

    .small-article-flexbox {
        height: 100%;
    }

    .small-article img {
        max-width: 280px;
    }

    .card-content-mini {
        padding: 29px 13px 0px 14px;
    }

    .w-14 {
        max-width: 950px;
    }

    .other-projects-slider .work-card-wrapper {
        max-width: 670px;
    }

    .hero-section .hero .hero-text h1 {
        font-size: 70px;
    }

    .bgSliderCols {
        left: 25%;
        width: 80%;
    }

    .latest-article-flex-box .small-article img {
        height: auto;
    }

    .imgprg h3,
    .imgprg h2 {
        line-height: 65px;
    }

    .service-detail-section .content-right-container h2,
    .service-cover-new .accordion-container h2 {
        font-size: 50px;
        line-height: 55px;
    }

    .service-detail-section .content-right-container p,
    .accordion-container p {
        font-size: 18px;
        line-height: 1.4;
    }

    .service-detail-section .image-left-container {
        max-width: 50%;
        object-fit: unset;
        flex-shrink: 1;
    }

    .service-cover-new .left-side {
        flex-shrink: 0;
        max-width: 50%;
    }
}

@media(max-width:1679px) {
    .small-article-content {
        max-width: 390px;
    }

    .big-article {
        height: 100%;
    }

    .article-continue-small h4 {
        font-size: 18px;
    }

    .small-article img {
        max-width: 200px;
    }

    .gap-9 {
        gap: 20px;
    }

    .hero-section-form form {
        padding-top: 20px;
    }

    .gap-15 {
        gap: 20px;
    }

    .icon img {
        max-width: 110px;
    }

    .card-content-mini-2 {
        padding: 29px 13px 0px 13px;
    }

    .small-box h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .small-box .mini-cards-box p {
        font-size: 16px;
        text-transform: capitalize;
        line-height: 22px !important;
    }

    .w-14 {
        max-width: 790px;
    }

    .fs-7 {
        font-size: 35px;
    }

    .l-s-1 {
        letter-spacing: 0.63px;
    }

    .video-review-chat-wrapper {
        gap: 26.93px;
        padding-top: 39px;
    }

    .green-back-chat {
        padding: 25px;
    }

    .play-btn-video {
        width: 58.39px;
        height: 58px;
    }

    .play-btn-video img {
        width: 22px;
    }

    .green-back-chat p,
    .client-company-name p {
        font-size: 16px;
    }

    .gap-12 {
        gap: 45px;
    }

    .fs-2 {
        font-size: 2rem !important;
    }

    .bgSliderCols {
        left: 32%;
        width: 75%;
    }

    /* about page */
    .mission-section .mission-content h2 br {
        display: none;
    }

    /* about page */

    /* blog listing page */
    .wrapper-for-more-articles .big-article {
        height: auto;
    }

    .article-continue-small h4 {
        line-height: 25px;
        margin-bottom: 5px !important;
    }

    /* blog listing page */

    /* work detail  */
    .form-row-first>p:first-child {
        gap: 10px;
    }

    /* work detail  */


    .project-popwrap .projects-tab .projectImg img {
        max-width: 100%;
    }

    .project-popwrap .projects-tab {
        width: 100%;
        max-width: 400px;
    }

    .des-content .contentinner {
        height: calc(100% - 120px);
    }

    .project-popwrap .projects-tab .projectImg {
        max-width: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .project-popwrap {
        gap: 20px;
    }

    .project-popwrap .project-overview .projectImg {
        width: 100%;
        max-width: 100%;
        height: 100%;
    }

    .des-content .contentinner {
        padding: 20px 15px 80px;
        height: calc(100% - 120px);
        max-width: 442px;
    }

    .des-content .contentinner .btn-wrap {
        padding: 0 10px;
    }

    .btn-wrap .projectBtn:not(:first-child),
    .btn-wrap .projectBtn {
        justify-content: center;
        font-size: 16px;
        line-height: 24px;
    }

    .animate11 .container .animatemain .leftanimate .headinganimate h2 {
        font-size: 40px;
        line-height: 55px;
    }

    .imgprg h3,
    .imgprg h2 {
        line-height: 44px;
    }

    .error404 h1.entry-title {
        font-size: 350px !important;
        padding-bottom: 140px;
    }

    .not-found {
        padding: 270px 0px 100px 0px;
    }

    .mission-content h2,
    .about-content h2,
    .tailored-section h2,
    .testimonial-title {
        padding: 0;
        font-size: 45px;
    }

    .three-tabs .tab h3 {
        font-size: 20px;
        padding: 9px 16px;
    }


    .mission-content p {
        font-size: 20px;
        line-height: 34px;
    }

    .about-cards {
        gap: 20px;
    }

    .tailored-line h4 {
        font-size: 25px;
        line-height: 30px;
    }

    .tailored-number {
        padding: 25px;
    }

    .tailored-line p,
    .mission-content p {
        font-size: 20px;
        line-height: 30px;
    }

    .contact-us-banner-content h2 {
        font-size: 45px;
    }

    .video-review {
        max-width: 350px !important;
    }

    .testimonial-bubble {
        padding: 25px;
    }

    .about-content p,
    .ceo-content p {
        font-size: 18px;
    }

    section.about-section-new>.container>.row {
        gap: 25px;
    }

    .about-card {
        padding: 20px;
    }

    .about-card h2 {
        margin-bottom: 5px;
    }

    .tailored-line p,
    .mission-content p {
        font-size: 18px;
        line-height: 24px;
    }


    .tailored-section .tailored-line {
        gap: 6px;
    }


    .more-articles .article-content-big {
        gap: 10px !important;
    }

    .contact-us-banner-content p {
        max-width: 750px;
        font-size: 20px;
    }

    .navbar {
        gap: 30px;
    }

    header nav a:nth-child(3)::after {
        width: 16px;
        height: 16px;
        padding-left: 24px;
    }

    .clientDetail .client-name {
        font-size: 22px !important;
    }

    .testimonial-content-wrap .testimonial .client .clientDetail p {
        font-size: 16px;
    }

    .service-detail-main .image-left-container,
    .service-cover-new .left-side {
        position: sticky;
        top: 100px;
    }

    .content-right-container h2,
    .accordion-container h2 {
        font-size: 40px !important;
        line-height: 45px !important;
    }

    .accordion-container .faq-header .faq-text {
        font-size: 16px;
    }

    .how-we-work .numberings-for-processes::before {
        width: 110px;
    }

    .how-we-work .white-back-process-cards h3 {
        font-size: 25px;
    }

    .how-we-work .white-back-process-cards {
        padding: 20px 23px;
    }

    .offer-card h3 {
        font-size: 20px;
    }

    .offer-card {
        padding: 20px;
    }

    .how-we-work .white-back-process-cards p {
        width: 100%;
        max-width: 180px;
    }

    .how-we-work .white-back-process-cards h3 {
        width: 100%;
        max-width: 130px;
    }
}

@media(max-width:1439px) {
    .wrapper-for-more-articles .big-article img {
        height: 275px;
    }

    .industry-card {
        width: 290px;
    }

    .contact-us-banner-content p {
        line-height: 28px;
    }


    .w-11 {
        max-width: 991px;
    }

    .project-image img {
        max-width: 100%;
    }

    .testimonial-bubble p {
        font-size: 18px;
    }

    .hero-section-form .form-row-first {
        padding-bottom: 14px !important;
    }

    .ceo-content span {
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .mission-section .mission-content p {
        font-size: 18px;
        line-height: 30px;
    }

    .latest-article-wrapper .heading-area p,
    .information .heading-area p,
    .letbuild .container .outbuild .innerbuild p {
        max-width: 750px;
        margin-top: 10px !important;
    }

    .wrapper-for-more-articles .article-content-big h3 {
        line-height: 30px;
    }

    .animate11 .container .animatemain .rightanimate {
        gap: 30px;
    }

    .dev-text-para p {
        margin: 0;
    }

    .Development .Counter {
        padding-top: 40px;
    }

}

@media(max-width:1365px) {
    .animate11 .container .animatemain .leftanimate .headinganimate h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .small-article-content {
        max-width: 396px;
    }

    .big-article {
        height: 100%;
    }

    .article-continue-small h4 {
        font-size: 18px;
    }

    .small-article img {
        max-width: 240px;
    }

    .client-comapny-name {
        flex-shrink: 0;
    }

    .font-size-7 {
        font-size: 16px;
    }

    .lh-3 {
        line-height: 25px;
    }

    .pt-9 {
        padding-top: 20px;
    }

    .mini-cards-box h6 {
        font-size: 18px;
        line-height: 25px;
    }

    .w-14 {
        max-width: 720px;
    }

    a.arrow {
        padding: 15px 30px;
    }

    .btn-hire,
    header.scrolled .btn-hire {
        padding: 18px 30px 18px 70px;
        max-width: fit-content;
        font-size: 16px;
    }

    .bgSliderCols {
        width: 72%;
        left: 35%;
    }

    .footer-section .workLogo .logoWrap a:not(:last-child)::after {
        right: -14px;
    }

    .work-logo img {
        max-width: 60%;
    }

    .project-image img {
        max-width: 100%;
    }

    /* about page  */
    .ceo-image img {
        margin-bottom: 0px;
    }

    /* about page  */

    /* blog listing page */
    .work-title {
        font-size: 24px;
        padding-top: 15px !important;
    }

    .small-article-content {
        max-width: 350px;
    }

    .category-article .big-article,
    .big-article .article-content-big {
        padding: 15px;
    }

    /* blog listing page */

    .animate11 .container .animatemain {
        gap: 40px;
    }

    .aniform,
    .aniform2 {
        max-width: 419px;
        padding: 20px;
    }

    .aniinfo {
        padding: 20px;
    }

    .animate11 .container .animatemain .rightanimate {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .animate11 .container .animatemain .rightanimate {
        max-width: 410px;
        gap: 20px;
    }

    .imgprg h3,
    .imgprg h2 {
        font-size: 30px;
    }

    .not-found {
        padding: 260px 0px 100px 0px;
    }

    .ceo-content span {
        margin-bottom: 15px;
    }

    .about-content p,
    .ceo-content p {
        line-height: 26px;
    }

    .tailored-line h4 {
        font-size: 22px;
        line-height: 26px;
    }

    .tailored-line p,
    .mission-content p {
        font-size: 16px;
        line-height: 22px;
    }

    .tailored-number {
        padding: 20px;
    }

    .tailored-cards {
        padding: 20px 15px;
    }

    .testimonial-bubble p {
        line-height: 26px;
    }

    .latest-article-flex-box img {
        height: 400px;
    }

    .menu-subscription .btn-hire {
        max-width: 100%;
    }

    .service-detail-main .image-left-container,
    .service-cover-new .left-side {
        position: sticky;
        top: 160px;
    }

    .offer-cards-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }

    .logo {
        width: 100%;
        max-width: 200px;
    }

    .service-card-img {
        max-width: 420px;
        margin-left: 0;
    }

    .services-card .service-tag {
        max-width: 160px;
    }
}

@media(max-width:1279px) {
    .header-main {
        gap: 20px;
    }


    .experience-project-counts {
        padding: 35px 20px;
    }

    .solution-wwa-right-side {
        row-gap: 18px;
        column-gap: 18px;
    }

    .small-article img {
        max-width: 190px;
    }

    .small-article {
        height: 33%;
    }

    .gap-9 {
        gap: 10px;
    }

    .small-article-content {
        max-width: 377px;
        width: 100%;
    }

    .w-14 {
        max-width: 700px;
    }

    .projectform .container .contactcontent .leftcontact .downleftcontent {
        gap: 15px;
    }

    .contactcontent .textarea-form textarea {
        height: 120px;
    }

    h1 {
        font-size: 50px !important;
        line-height: 55px !important;
    }

    .cta-section .ctaInnerContent {
        max-width: 460px;
    }

    .cta-section .ctaInnerContent h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .work-section .recents-work .tabs {
        gap: 25px;
    }

    /* about page  */
    .about-content h2 {
        font-size: 45px;
    }

    .tailored-line h4 {
        font-size: 20px;
    }

    .tailored-line p {
        line-height: 26px;
    }



    .testimonial-title {
        font-size: 45px;
    }

    /* about page  */

    /* service page  */
    .digital-solution-card {
        padding: 26px;
    }

    /* service page  */

    /* blog listing page */
    .wrapper-for-more-articles .category-article,
    .wrapper-for-more-articles .article-content-big {
        padding: 20px;
    }

    /* blog listing page */

    /* work detail */
    .video-review-chat-wrapper {
        flex-direction: column-reverse;
    }

    .video-review img {
        height: auto !important;
    }

    .video-review {
        max-width: 100% !important;
    }

    .green-back-chat {
        max-width: 100%;
    }

    /* work detail */
    .hero-section-form .form-row-first {
        padding-bottom: 15px !important;
    }

    .para {
        margin-bottom: 20px;
    }

    .hero-section .hero .hero-text h1 {
        padding-bottom: 20px;
    }

    .hero-section .hero .hero-text .bannerText {
        margin: 0;
    }

    .hero-section .hero .hero-text .Counter {
        padding-top: 40px;
    }

    .dev-text-para {
        padding-top: 20px;
    }

    .service-title-wrap h2 {
        margin: 0;
    }

    .service-section .container .service-title-wrap .para-text {
        margin: 0;
    }

    .service-section .container .service-title-wrap {
        padding-bottom: 40px;
    }

    .work-section .recents-work h2 {
        padding-bottom: 32px;
        margin: 0;
        line-height: 55px;
    }

    .testimonial-section .headingWrap h2 {
        padding-bottom: 40px;
        margin: 0;
    }

    .testimonial-content-wrap .testimonial .content p {
        line-height: 28px;
    }

    .testimonial-content-wrap .testimonial {
        padding: 20px;
    }

    .testimonial-content-wrap .testimonial .client .clientImg {
        width: 60px;
        height: 60px;
    }

    .headingWrap h2 {
        margin-bottom: 30px !important;
    }

    .blogContent span {
        line-height: 32px;
        font-size: 25px;
    }

    .blogInnerContent .blog:nth-child(2),
    .blogInnerContent .blog:first-child,
    .blogInnerContent .blog:nth-child(3) {
        height: 480px;
    }

    .not-found {
        padding: 210px 0px 100px 0px;
    }

    .contact-us-banner-content {
        gap: 50px;
        justify-content: space-between;
    }

    footer .copyright p {
        font-size: 16px;
    }

    .services-card .service-card-content .inner-content-service .para-btn .para-text {
        line-height: 25px;
    }

    .tailored-cards {
        padding: 15px;
    }

    .about-card h2 {
        font-size: 35px !important;
        line-height: 35px !important;
    }

    .about-card p {
        font-size: 16px;
        margin-bottom: 0px;
        line-height: 25px;
    }

    .wrapper-for-more-articles .big-article img {
        height: 260px;
    }

    .contact-us-banner-content p {
        max-width: 700px;
        font-size: 18px;
    }

    .other-projects-slider {
        padding-top: 40px;
    }

    .our-services-content p:last-child {
        max-width: 580px;
    }

    .wrapper-industries-megamenu {
        gap: 70px;
    }

    .how-we-work .white-back-process-cards h3 {
        font-size: 22px;
    }

    .page-id-12 .Development .web-text::before {
        left: -15%;
        top: -12%;
    }

    .dev-text-para p {
        font-size: 18px;
        list-style: 25px;
    }
}

/* july 10 css */

@media(max-width:1199px) {

    .mission-section .mission-content::before {
        top: 100%;
    }

    .mission-section .mission-content {
        max-width: 460px;
    }

    .industry-card {
        width: 260px;
    }

    .rightanimate {
        top: 12%;
    }

    .animate11 .container .animatemain .rightanimate .aniform form.input-class input {
        height: 46px;
    }

    .animate11 .container .animatemain .rightanimate .aniform form.input-class a {
        width: 46px;
        height: 46px;
        padding: 8.6px 10px;
    }

    .animate11 .container .animatemain .rightanimate {
        max-width: 300px;
    }

    .headings-solution-wwa-left-side h2+p {
        max-width: 100%;
    }

    .headings-solution-wwa-left-side h2 {
        margin-bottom: 10px;
    }

    .solution-who-we-are .para {
        margin: 0 0 20px;
    }

    .experience-project-counts {
        padding: 22px 20px;
    }

    .solution-card-content h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .digital-solution-card {
        padding: 20px;
    }

    .headings-solution-wwa-left-side h2 {
        line-height: 40px;
    }

    .experience-project-counts h2 {
        margin: 0 0 0px;
    }

    h1 {
        font-size: 45px !important;
        line-height: 50px !important;
    }

    a.arrow {
        font-size: 16px;
        padding: 15px 20px;
    }

    .form-row-first>p:first-child {
        gap: 10px;
        padding-bottom: 0px;
    }

    .navbar,
    header.scrolled .navbar {
        font-size: 16px;
        gap: 22px;
    }

    .logo {
        max-width: 170px;
    }

    .nav {
        gap: 26px;
    }

    .btn-hire,
    header.scrolled .btn-hire {
        padding: 18px 16px 18px 60px;
    }

    .dev-text-para {
        padding-top: 10px;
    }

    .work-section .recents-work h2 {
        max-width: 749px;
        padding-bottom: 22px;
    }

    .work-section .recents-work h2 {
        padding-bottom: 30px;
        margin: 0;
        line-height: 45px;
    }

    .testimonial-section .headingWrap h2 {
        padding-bottom: 20px;
        margin: 0;
    }

    .hero-section .hero .hero-text .Counter .Counts p {
        font-size: 14px;
    }

    .hero-section .hero .hero-text .Counter .Counts .rating {
        justify-content: center;
    }

    .work-logo img {
        max-width: 50%;
    }

    .cta-section .ctaInnerContent h2 {
        font-size: 40px;
        line-height: 50px;
        max-width: 380px;
        margin-bottom: 1.8rem;
    }

    .cta-section {
        padding: 100px 40px 100px 40px;
    }

    .bgSliderCols {
        width: 100%;
        left: 24%;
    }

    a.arrow {
        max-width: fit-content;
    }

    .service-card-content {
        max-width: 290px;
    }


    .testimonial-content-wrap .testimonial {
        max-width: calc(100%/3 - 15px);
        padding: 20px 15px 20px 15px;
    }

    .testimonial-content-wrap {
        gap: 22px;
    }

    .footer-section .footerContent {
        gap: 20px;
    }

    .footer-section .footerContent .footerCol:first-child {
        max-width: 363px;
    }

    .footer-section .footerContent .footerCol:first-child .logo img {
        height: 50px;
    }

    .footer-section .footerContent .footerCol p {
        font-size: 16px;
        line-height: 26px;
    }

    .footer-section .footerContent .logoWrap img {
        max-width: 80px;
    }

    .footerCol .footerLinks span {
        font-size: 18px;
    }

    .hero-section-form {
        padding: 25px;
    }

    .our-brands-grid {
        gap: 40px 24px;
    }

    /* about page */
    .about-content h2 {
        font-size: 35px;
        line-height: 50px;
    }

    .about-content p {
        font-size: 16px;
    }

    .about-card {
        padding: 30px 20px;
    }

    .tailored-section .tailored-items,
    .ceo-section .ceo-items {
        flex-direction: row;
        gap: 30px;
    }

    .tailored-line p {
        font-size: 16px;
        line-height: 24px;
    }

    .tailored-line h4 {
        font-size: 20px;
    }

    .mission-section .mission-items {
        gap: 30px;
        flex-direction: row;
    }

    .mission-content h2 {
        font-size: 35px;
        line-height: 50px;
        padding: 0;
    }

    .three-tabs .tab h3 {
        padding: 10px 15px;
        font-size: 16px;
        margin: 0;
    }

    .mission-content p {
        font-size: 18px;
        line-height: 26px;
    }

    .testimonial-title {
        font-size: 35px;
    }

    /* about page */

    /* service page  */
    .solution-wwa-right-side {
        row-gap: 15px;
        column-gap: 10px;
    }

    .experience-project-counts {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .solution-category-box {
        margin-top: auto;
    }

    .experience-project-counts {
        padding: 46px 20px;
    }

    .work-hero-wrapper {
        padding: 50px;
    }

    /* service page  */

    /* work listing page */
    a.work-btn {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 0 0 4px;
    }

    /* work listing page */

    /* pricing css */
    .contact-us-banner-content {
        gap: 71px;
    }

    .information .container .infoworktable .infotable .downtable .paragraphs h3 {
        font-size: 22px;
    }

    .information .container .infoworktable .infotable .uptable p {
        font-size: 16px;
    }

    .information .container .infoworktable .infotable .uptable,
    .information .container .infoworktable .infotable .downtable {
        padding: 15px;
    }

    .information .container .infoworktable .infotable .downtable .paragraphs p {
        line-height: 24px;
    }

    .information .container .infoworktable {
        gap: 24px;
    }

    /* pricing css */

    /* blog list */
    .latest-article-flex-box img {
        height: 450px;
    }

    .small-article-content {
        max-width: 287px;
    }

    .dates {
        font-size: 14px;
    }

    .article-continue-small h4 {
        font-size: 16px;
        line-height: 20px;
    }

    .article-continue-small .continue-reading {
        font-size: 14px;
        line-height: 20px;
    }

    .article-continue-small.p-13 {
        padding: 12px !important;
    }

    .wrapper-for-more-articles .big-article img {
        height: 240px;
    }

    .wrapper-for-more-articles .category-article,
    .wrapper-for-more-articles .article-content-big {
        padding: 15px;
    }

    .wrapper-for-more-articles .article-content-big h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .latest-article-flex-box .small-article img {
        object-fit: cover;
    }

    .continue-reading {
        font-size: 14px;
        line-height: 22px;
    }

    .wrapper-for-more-articles .big-article {
        max-width: calc(100% / 3 - 14px);
    }

    .wrapper-for-more-articles {
        gap: 20px;
    }

    .category-article {
        padding: 12px;
    }

    .latest-article-flex-box {
        gap: 20px !important;
    }

    .dates {
        font-size: 13px;
    }

    /* blog list */

    /* work detail */

    .gap-15 {
        display: grid !important;
        grid-template-columns: repeat(2, 2fr);
    }

    .blog-detail-banner-img img {
        max-width: 100%;
    }

    /* work detail */

    .hero-section-form .form-row-first {
        gap: 10px;
        padding-bottom: 10px !important;
    }

    .numberinfo h4 {
        font-size: 18px !important;
    }

    .projectform .container .contactcontent .leftcontact .downleftcontent .numberinfo p {
        font-size: 14px;
        max-width: 160px;
    }


    .animate11 .container .animatemain .leftanimate .headinganimate h2 {
        font-size: 32px;
        line-height: 44px;
    }

    .animate11 .container .animatemain .rightanimate .aniinfo .aniinfo11 .maininfo14 {
        display: flex;
        gap: 15px;
    }

    .animate11 .container .animatemain .rightanimate .aniinfo .aniinfo11 .maininfo14 .anicom .anicom2 h3 {
        font-size: 16px;
        line-height: 22.2px;
    }

    .imgprg h3,
    .imgprg h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .blogContent span {
        line-height: 26px;
        font-size: 24px;
    }

    .blogInnerContent .blog .blogContent p.content {
        font-size: 16px;
        line-height: 28px;
    }

    .testimonial-content-wrap .testimonial .content p {
        font-size: 16px;
        line-height: 24px;
    }

    .clientDetail {
        gap: 0px !important;
    }

    .not-found {
        padding: 280px 0px 100px 0px;
    }

    .hero-section .hero .hero-text .bannerText {
        padding-bottom: 30px;
    }


    .about-content p,
    .ceo-content p {
        font-size: 18px;
        line-height: 28px;
    }

    .three-tabs .tab h3 {
        line-height: 20px;
    }

    .mission-content .three-tabs {
        gap: 15px;
    }

    .testimonial-bubble p {
        font-size: 16px;
        line-height: 22px;
    }

    .contact-us-banner-content .arrow {
        padding: 15px 30px;
    }

    .contact-us-banner-content h2 {
        font-size: 35px;
    }

    .w-14 {
        max-width: 520px;
    }

    .work-title {
        font-size: 20px;
    }

    .animate11 .container .animatemain .rightanimate .aniform2 .input-class1 a {
        padding: 10px 15px 10px 15px;
        font-size: 14px;
        line-height: 24px;
    }

    .mission-section .mission-items,
    .tailored-section .tailored-items {
        align-items: flex-start;
    }

    .mission-section .mission-items .mission-image,
    .tailored-section .tailored-image {
        position: sticky;
        top: 100px;
    }

    .details-flex-box .hero-section-form {
        max-width: 390px;
    }

    .wrapper-for-blog-details.w-14 {
        max-width: calc(100% - 436px);
    }

    .search-results #content .post {
        max-width: calc(50% - 15px);
    }

    p {
        font-size: 18px;
    }

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

    .hero-socials {
        padding-top: 22px;
    }

    .ceo-section .ceo-items {
        align-items: flex-end;
    }

    .about-content p,
    .ceo-content p {
        font-size: 16px;
        line-height: 26px;
    }

    .ceo-content span {
        margin-bottom: 12px;
        margin-top: 6px;
        font-size: 20px;
    }

    .author-details h3 {
        font-size: 20px;
    }

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

    .author-img img.rounded-circle {
        width: 90px;
        height: 90px;
    }

    .latest-article-wrapper .heading-area p,
    .work-section .heading-area p,
    .information .heading-area p,
    .letbuild .container .outbuild .innerbuild p {
        max-width: 550px;
        margin-top: 0px !important;
        font-size: 16px;
    }

    .work-section .work-grid {
        padding: 0 !important;
        margin-top: 38px !important;
    }

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

    .upleftcontact {
        gap: 12px !important;
    }

    .projectform .container .contactcontent .leftcontact .downleftcontent .numberinfo {
        padding: 30px;
    }

    .numberinfo::after,
    .numberinfo:nth-child(2)::after,
    .numberinfo:nth-child(3)::after {
        width: 200px;
        height: 180px;
        right: -70px;
    }

    .projectform .container .contactcontent .leftcontact .downleftcontent .numberinfo .numimg {
        width: 70px;
        height: 70px;
    }

    .contact-us-banner-content p {
        max-width: 520px;
    }

    .projectform .container .contactcontent {
        gap: 20px;
    }

    .our-services-content p:last-child {
        max-width: 500px;
    }

    .our-services-content h2 {
        margin: 0 0 15px;
    }

    .resources-megamenu-wrapper .right-side-wrapper-resources .contact-us-banner-content {
        gap: 50px;
        padding: 20px;
    }

    .resources-megamenu-wrapper .right-side-wrapper-resources .cta-content {
        width: 100%;
        max-width: 290px;
    }

    .resources-megamenu-wrapper .right-side-wrapper-resources .contact-us-banner-content h2 {
        font-size: 25px;
        margin: 0;
        line-height: 30px;
    }

    .resources-megamenu-wrapper .right-side-wrapper-resources .contact-us-banner-content p {
        font-size: 14px;
        line-height: 22px;
    }

    header nav a:nth-child(1)::after,
    header nav a:nth-child(2)::after,
    header nav a:nth-child(3)::after {
        right: -15px;
        width: 13px;
        height: 18px;
        padding-left: 3px;
        left: auto;
    }

    .service-detail-main {
        align-items: flex-start;
    }

    .how-we-work .white-back-process-cards {
        padding: 18px;
    }

    .offer-cards-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }

    .numimg::before {
        width: 140px;
        height: 160px;
        left: -36px;
        top: -30px;
    }

    .projectform .container .contactcontent .leftcontact .downleftcontent .numberinfo img {
        width: 35px;
    }

    .projectform .contactcontent {
        align-items: center !important;
    }

    .para {
        padding: 7px 10px;
    }

    .page-id-12 .Development .web-text::before {
        left: -15%;
        top: 8%;
        width: 100%;
        height: 620px;
        max-width: 785px;
    }

    .Development .Counter .Counts p {
        font-size: 14px;
    }

    .Development .Counter .Counts .rating h2 {
        font-size: 25px;
    }

    .service-wrap .services-card .service-card-img img {
        max-width: 350px;
    }

    .blogInnerContent .blog:nth-child(2),
    .blogInnerContent .blog:first-child,
    .blogInnerContent .blog:nth-child(3) {
        height: 400px;
    }

    section.hero-section::after {
        width: 100%;
        height: 740px;
        max-width: 545px;
    }

    .navbar,
    header.scrolled .navbar {
        font-size: 16px;
        gap: 20px;
    }
}

@media(max-width:991px) {
    .about-card {
        padding: 30px 0;
    }

    .service-wrap {
        top: 84px;
    }

    .Development .Counter .Counts .rating h2 {
        font-size: 25px;
    }

    .Development .Counter .Counts p {
        text-align: center;
    }

    .left-side-wrapper-resources .service-icon img {
        max-width: 26px;
    }

    .left-side-wrapper-resources {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .industry-card {
        width: 230px;
    }


    .how-we-work .process-card-wrapper {
        gap: 20px;
    }


    /* .services-screen.open {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        position: absolute;
        padding: 40px;
    } */

    .mobile-menu.slide-left {
        transform: translateX(-100%);
    }

    /* .industry-screen.open {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        position: absolute;
        padding: 40px;
    }
    .resources-screen.open {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        position: absolute;
        padding: 40px;
    } */


    .service-wrap .services-card {
        justify-content: space-between;
    }

    .services-card .service-tag {
        max-width: 110px;
    }

    .digital-solution-cards-wrapper {
        column-gap: 12px;
        row-gap: 26px;
    }

    .mobile-header {
        display: block !important;
    }

    #main-header {
        display: none;
    }

    .mobile-logo a img {
        width: 100%;
        max-width: 185px;
    }

    .hamburger {
        width: 52px;
        height: 50px;
        background: #3FF3B4;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 6px;
        cursor: pointer;
        transition: all .4s cubic-bezier(.22, 1, .36, 1);
        border-radius: 50%;
    }

    .hamburger:hover {
        transform: translateY(-2px);
    }

    .hamburger-line {
        width: 25px;
        height: 2px;
        background: #000;
        border-radius: 100px;
        transition: all .4s cubic-bezier(.22, 1, .36, 1);
        transform-origin: center;
    }

    .hamburger.active .hamburger-line:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }

    .hamburger.active .hamburger-line:nth-child(2) {
        opacity: 0;
        transform: scaleX(0);
    }

    .hamburger.active .hamburger-line:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .mobile-top {
        display: flex;
        justify-content: space-between;
        padding: 20px 0;
        align-items: center;
    }

    nav.mobile-menu {
        display: flex;
        flex-direction: column;
        gap: 25px;
        align-items: flex-start;
        padding: 25px 40px 40px;
        background-color: #0B0F1A;
        position: fixed;
        width: 100%;
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
        transition: transform .5s ease, opacity .5s ease, visibility .5s;
        height: 100vh;
    }

    .mobile-menu.active {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        height: 100vh;
    }

    .mobile-menu.closing {
        animation: menuClose .5s forwards;
    }

    @keyframes menuClose {
        from {
            transform: translateX(0);
            opacity: 1;
        }

        to {
            transform: translateX(-100%);
            opacity: 0;
            visibility: hidden;
        }
    }

    .container,
    .search-results #container {
        padding: 0 20px;
    }

    .innerBanner-breadcrumb {
        margin-top: 40px;
    }


    .tailored-line h4 {
        font-size: 18px;
    }

    .tailored-cards {
        padding: 15px 15px;
    }

    .w-14 {
        max-width: 400px;
    }

    .hero-section-form .form-row-first {
        display: flex;
        gap: 15px;
        padding-bottom: 15px;
        flex-direction: column;
    }

    .projectform .container .contactcontent .leftcontact .downleftcontent {
        flex-direction: column;
    }

    .projectform .container .contactcontent .leftcontact .downleftcontent .numberinfo {
        max-width: 100%;
    }

    .projectform .container .contactcontent .leftcontact .downleftcontent {
        gap: 20px;
    }

    .projectform .container .contactcontent {
        align-items: flex-start;
    }

    .testimonial-section-new .row>div {
        width: 100%;
    }

    .testimonial-section-new .row {
        flex-direction: column-reverse;
        gap: 30px;
        margin: 0;
    }

    .details-flex-box .hero-section-form {
        max-width: 100%;
    }

    .wrapper-for-blog-details.w-14 {
        max-width: 510px;
    }


    .search-results #content .page-title {
        font-size: 30px !important;
    }

    .error404 .entry-content .arrow {
        padding: 15px 40px;
    }

    .letbuild .container .outbuild {
        padding-top: 80px;
    }

    .mission-section .mission-content {
        max-width: 380px;
    }

    .about-content h2 {
        margin-bottom: 15px;
    }

    .testimonial-bubble p {
        font-size: 18px;
        line-height: 26px;
    }

    section.about-section-new>.container>.row {
        gap: 15px;
    }

    .ceo-section {
        padding: 160px 0 0 0;
    }

    .tailored-number {
        padding: 20px 15px;
    }

    .tailored-section .tailored-line {
        gap: 4px;
    }

    .contact-form.w-100 {
        position: sticky;
        top: 10%;
    }

    .form-row-first>p:first-child {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .hero-section .hero {
        gap: 25px;
    }

    h1 {
        font-size: 34px !important;
        line-height: 50px !important;
    }

    .hero-section .hero .hero-text .buttons {
        flex-wrap: wrap;
    }

    .buttons a:first-child,
    .buttons a:nth-child(2) {
        max-width: 100%;
    }

    .hero-socials h6 {
        font-size: 18px;
    }

    .social-links a img {
        max-width: 75px !important;
    }


    .hero-section-form {
        padding: 20px;
    }

    h2 {
        line-height: 40px;
    }

    .services-card .service-card-content .inner-content-service .para-btn {
        padding-top: 15px;
    }

    .service-card-content {
        flex-shrink: 0;
        max-width: 35%;
    }

    .service-card-img {
        flex-shrink: 1;
        max-width: 100%;
    }

    .arrow {
        font-size: 18px;
    }

    .work-section .recents-work .tabs .active,
    .work-section .recents-work .tabs button {
        font-size: 16px;
    }

    .testimonial-content-wrap {
        margin-top: 30px;
        gap: 12px;
    }

    .testimonial-content-wrap .testimonial .client .clientDetail .client-name {
        line-height: 25px;
        font-size: 16px;
    }

    .testimonial-content-wrap .testimonial .client {
        margin-bottom: 10px;
        gap: 10px;
    }

    .testimonial-content-wrap .testimonial .client .clientDetail {
        margin-left: 0px;
    }

    .testimonial-content-wrap .testimonial .client .clientDetail p,
    .testimonial-content-wrap .testimonial .client .clientDetail .rating span {
        line-height: 20px;
        font-size: 14px;
    }

    .testimonial-content-wrap .testimonial .content p {
        line-height: 26px;
    }

    .blogInnerContent {
        gap: 32px;
        flex-wrap: wrap;
    }

    .blogInnerContent .blog {
        max-width: 100%;
    }

    .blogContent span {
        line-height: 40px;
        font-size: 30px;
    }

    .blogInnerContent .blog .blogContent p.content {
        line-height: 28px;
        font-size: 20px;
    }

    .cta-section .ctaInnerContent h2 {
        font-size: 30px;
        line-height: 40px;
        max-width: 270px;
    }

    .testimonial-badge {
        font-size: 14px;
    }

    .cta-section {
        padding: 60px 40px 60px 40px;
    }

    header.scrolled .logo img {
        height: auto;
    }

    .work-section .recents-work .tabs {
        gap: 15px;
    }

    footer .copyright .social-links .iconWrap,
    footer .copyright .social-links {
        gap: 10px;
        justify-content: flex-end;
    }

    footer .copyright .social-links .iconWrap a {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .footerLinks ul li a {
        font-size: 16px;
    }

    .footerLinks ul {
        row-gap: 10px;
    }

    .our-brands-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .testimonial-content-wrap .testimonial {
        max-width: calc(100%/2 - 6px);
    }

    .btn-hire,
    header.scrolled .btn-hire {
        padding: 14px 16px 14px 55px;
    }

    .folder-animation {
        width: 42px;
        height: 42px;
        left: 4px;
        top: 3px;
    }

    .folder {
        left: 9px;
        top: 8px;
    }

    .hero-section .hero .hero-text .Counter {
        gap: 15px;
        justify-content: center;
    }

    .hero-section .hero .hero-text .Counter .Counts .rating img {
        width: 25px;
        height: 25px;
    }

    .hero-section .hero .hero-text .Counter .Counts .rating h2 {
        font-size: 18px;
    }


    /* work listing page */
    .work-title {
        font-size: 20px;
        padding-top: 15px !important;
    }

    /* work listing page */

    /* pricing page  */
    .information .container .infoworktable .infotable .downtable .paragraphs h3 {
        font-size: 18px;
    }

    .information .container .infoworktable .infotable .downtable .lastpricing h2 {
        font-size: 20px;
    }

    .information .container .infoworktable {
        gap: 15px;
    }

    .wrapper-for-blog-details p {
        margin-bottom: 0;
        font-size: 16px;
    }

    .other-projects-slider {
        padding-top: 40px;
    }

    /* pricing page  */

    .ceo-section .ceo-items {
        align-items: center;
        flex-direction: column;
    }

    .contact-us-banner-content p {
        max-width: 420px;
        font-size: 16px;
        line-height: 24px;
    }

    .contact-us-banner-content {
        gap: 40px;
    }

    .contactimages {
        justify-content: center;
    }

    .imgprg {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .imgprg ul {
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding-bottom: 0;
        margin: 0;
    }

    .wrapper-for-blog-details.w-14 {
        max-width: calc(100% - 330px);
    }

    .digital-solution-cards-wrapper {
        gap: 20px;
        grid-template-columns: repeat(2, 2fr);
    }

    .solution-wwa-wrapper {
        flex-direction: column;
    }

    .headings-solution-wwa-left-side {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .headings-solution-wwa-left-side h2+p {
        text-align: center;
    }

    .digital-solution-cards-wrapper {
        gap: 18px;
    }

    .solution-card-content p {
        font-size: 16px;
        line-height: 22px;
    }

    .experience-project-counts {
        padding: 30px 10px;
    }

    /* about page */
    section.about-section-new>.container>.row {
        flex-direction: column;
        width: 100%;
        gap: 3rem;
    }

    section.about-section-new>.container>.row .col-md-6 {
        width: calc(100% - 20px);
    }

    .tailored-line h4 {
        line-height: 26px;
        font-size: 18px;
    }

    .tailored-number {
        padding: 20px;
    }

    .tailored-number h3 {
        font-size: 18px;
        line-height: 26px;
    }


    .mission-content .three-tabs {
        margin-bottom: 24px;
    }

    /* about page */

    /* service page */
    .solution-category-box p {
        padding: 5px 8px;
    }

    .experience-project-counts {
        padding: 46px 10px;
    }


    .digital-solution-cards-wrapper {
        gap: 12px;
    }

    /* service page */

    /* work listing page */
    .work-hero-btns {
        gap: 15px;
    }

    /* work listing page */

    /* pricing page */
    .contact-us-banner-content .arrow {
        padding: 15px 38px;
    }

    /* pricing page */

    /* blogs listing  */
    .latest-article-flex-box {
        display: flex !important;
        flex-direction: column;
    }

    .small-article {
        width: 100%;
        max-width: 100%;
        justify-content: flex-start !important;
    }

    .small-article-content {
        max-width: 100%;
    }

    .wrapper-for-more-articles {
        gap: 20px;
        display: grid !important;
        grid-template-columns: repeat(2, 2fr);
    }

    .wrapper-for-more-articles .big-article {
        max-width: 100%;
    }

    .wrapper-for-more-articles .article-content-big h3 {
        line-height: 25px;
        font-size: 18px;
    }

    /* blogs listing  */
    .chat-review-section-wrapper-row-1 h4 {
        font-size: 26px;
    }

    .animate11 .container .animatemain .rightanimate {
        max-width: 280px;
    }

    .animate11 .container .animatemain .rightanimate .aniform2 h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .animate11 .container .animatemain .rightanimate .aniform2 {
        gap: 15px;
    }

    .animate11 .container .animatemain .rightanimate .aniform2 form.input-class1 input,
    .animate11 .container .animatemain .rightanimate .aniform form.input-class input::placeholder {
        font-size: 14px;
    }


    .animate11 .container .animatemain .rightanimate .aniinfo .aniinfo11 .maininfo14 .anicom .anicom2 h3 {
        font-size: 14px;
        line-height: 18.2px;
    }

    .animate11 .container .animatemain .rightanimate .aniform2 form.input-class1 input {
        padding: 10px 20px 10px 18px;
    }

    .animate11 .container .animatemain .rightanimate .aniform2 form.input-class1 i.fa-solid.fa-arrow-right {
        right: 20px;
    }

    .animate11 .container .animatemain .rightanimate .aniform form.input-class input {
        height: 43px;
    }

    .animate11 .container .animatemain .rightanimate .aniform form.input-class a {
        width: 43px;
        height: 43px;
        padding: 0;
    }

    .animate11 .container .animatemain .rightanimate .aniinfo h2 {
        font-size: 20px;
    }

    .animate11 .container .animatemain .leftanimate .headinganimate h2 {
        font-size: 30px;
        line-height: 40px;
    }

    h1 {
        font-size: 38px !important;
        line-height: 46px !important;
    }

    .dev-text-para p {
        line-height: 26px;
        font-size: 16px;
        text-align: center;
    }


    .work-section .recents-work h2 {
        line-height: 40px;
    }

    .error404 h1.entry-title {
        font-size: 300px !important;
    }

    .error404 .entry-content p {
        font-size: 30px;
    }


    .tailored-line p {
        line-height: 22px;
    }

    .mission-content h2,
    .about-content h2,
    .tailored-section h2,
    .testimonial-title {
        font-size: 35px;
        line-height: 42px;
    }

    .about-content p,
    .ceo-content p {
        line-height: 25px;
        font-size: 18px;
    }

    .mission-content p {
        font-size: 16px;
        line-height: 25px;
    }

    .pricebanner,
    .projectform .container .contactcontent {
        margin-bottom: 80px;
    }

    .hero-section .hero .hero-text .bannerText {
        line-height: 26px;
    }

    .mission-section .mission-content p {
        font-size: 16px;
        line-height: 26px;
    }

    .continue-reading {
        font-size: 16px;
        line-height: 26px;
    }

    .latest-article-flex-box img {
        height: auto;
    }

    .work-logo {
        bottom: 20px;
        left: 25px;
    }

    .Counts:nth-child(2) {
        padding: 0px 15px;
    }

    .small-article img {
        max-width: calc(50% - 150px);
    }

    .dates {
        font-size: 16px;
    }

    .article-content-big h3 {
        font-size: 25px;
    }

    .article-content-big p {
        width: 100%;
        max-width: 100%;
    }

    .article-continue-small.p-13 {
        padding: 15px !important;
    }

    .category-article .big-article,
    .big-article .article-content-big {
        padding: 15px;
    }

    .category-article {
        padding: 15px;
    }

    .article-continue-small h4 {
        font-size: 20px;
        line-height: 26px;
    }

    .article-continue-small .continue-reading {
        font-size: 16px;
        line-height: 26px;
    }


    .contactimages {
        justify-content: flex-start;
    }

    .contact-us-banner-content {
        justify-content: space-between;
    }

    .mobile-menu,
    .services-screen,
    .industry-screen,
    .resources-screen {
        transition: .4s ease;
    }

    .mobile-menu {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }

    .mobile-menu.hide-left {
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
    }

    /* .services-screen {
        position: absolute;
        right: 0;
        background: #0B0F1A;
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;
        width: 100%;
        padding: 40px;
        height: calc(100vh - 80px);
        top: 84px;
        overflow: auto;
    }
    .industry-screen {
        position: absolute;
        right: 0;
        background: #0B0F1A;
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;
        width: 100%;
        padding: 40px;
        height: calc(100vh - 80px);
        top: 84px;
        overflow: auto;
    }
    .resources-screen {
        position: absolute;
        right: 0;
        background: #0B0F1A;
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;
        width: 100%;
        padding: 40px;
        height: calc(100vh - 80px);
        top: 84px;
        overflow: auto;
    } */

    .services-screen.show-right {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }

    .industry-screen.show-right {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }

    .resources-screen.show-right {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }

    button.back-btn {
        font-size: 18px;
        background-color: #ffc226;
        color: #0B0F1A;
        text-decoration: none;
        border-radius: 50px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 10px;
        width: 100%;
        max-width: 100px;
        font-weight: 600;
        font-family: "Host Grotesk", sans-serif;
        line-height: 20px;
        position: relative;
        padding: 10px 18px;
        border: none;
    }


    button.back-btn-industries {
        font-size: 18px;
        background-color: #ffc226;
        color: #0B0F1A;
        text-decoration: none;
        border-radius: 50px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 10px;
        width: 100%;
        max-width: 100px;
        font-weight: 600;
        font-family: "Host Grotesk", sans-serif;
        line-height: 20px;
        position: relative;
        padding: 10px 18px;
        border: none;
    }


    button.back-btn-resources {
        font-size: 18px;
        background-color: #ffc226;
        color: #0B0F1A;
        text-decoration: none;
        border-radius: 50px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 10px;
        width: 100%;
        max-width: 100px;
        font-weight: 600;
        font-family: "Host Grotesk", sans-serif;
        line-height: 20px;
        position: relative;
        padding: 10px 18px;
        border: none;
    }


    .wrapper-service-megamenu-sm .menu-subscription .btn-hire:hover {
        border: 1px solid #fff;
    }

    .wrapper-industries-megamenu-sm .menu-subscription .btn-hire:hover {
        border: 1px solid #fff;
    }

    .resources-megamenu-wrapper-sm .contact-us-banner-content .cta-links {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .resources-megamenu-wrapper-sm .contact-us-banner-content p {
        max-width: 100%;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }

    .resources-megamenu-wrapper-sm .contact-us-banner-content h2 {
        font-size: 20px;
        line-height: 28px;
        text-align: center;
    }

    .resources-megamenu-wrapper-sm .contact-us-banner-content {
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        max-width: 400px;
        padding: 20px;
    }

    .resources-megamenu-wrapper-sm .left-side-wrapper-resources .service-icon img {
        max-width: 26px;
    }

    .resources-megamenu-wrapper-sm .left-side-wrapper-resources {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .resources-megamenu-wrapper-sm {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .headings-for-how-we-work p {
        text-align: center;
    }

    .how-we-work .wrapper-for-content-boxes-how-we-work .timeline {
        display: flex;
    }

    .how-we-work .green-back {
        width: 50px;
        height: 50px;
    }

    .numberings-for-processes::after {
        content: '';
        width: 1px;
        height: calc(100% - 140px);
        border-left: 2px dashed #1f843e;
        position: absolute;
        left: 25px;
        transform: translateY(-50%);
        top: 50%;
    }

    .how-we-work .green-line-wrapper {
        display: none;
    }

    .offer-cards-wrapper {
        column-gap: 15px;
    }

    .offer-card {
        padding: 15px;
    }

    .how-we-work .process-card-wrapper {
        gap: 20px;
        grid-template-columns: 1fr;
        width: 100%;
        padding: 0;
        max-width: calc(100% - 80px);
        margin-left: auto;
    }

    .how-we-work .process-cards {
        max-width: 100%;
    }

    .how-we-work .white-back-process-cards h3 {
        max-width: 100%;
        text-align: left;
        padding: 20px 0px 5px 0px;
    }

    .how-we-work .white-back-process-cards p {
        max-width: 100%;
        text-align: left;
        margin: 0;
    }

    .how-we-work .white-back-process-cards {
        padding: 18px;
        align-items: flex-start;
        max-width: 100%;
        gap: 0px;
    }

    .how-we-work .numberings-for-processes {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        row-gap: 145px;
        padding: 60px 0;
    }

    .projectform .container .contactcontent .leftcontact .downleftcontent .numberinfo {
        padding: 30px;
        gap: 50px;
    }

    .numimg::after {
        right: -30px;
    }

    .projectform .container .contactcontent .leftcontact .downleftcontent .numberinfo h4 {
        text-align: left;
    }

    .pricebanner,
    .projectform .container .contactcontent {
        align-items: flex-start !important;
    }

    .projectform .container .contactcontent .leftcontact {
        position: sticky;
        top: 10%;
        max-width: 338px;
    }

    section.hero-section::before,
    .work-section::before,
    section.hero-section::after,
    .page-id-12 .Development .web-text::before,
    .service-title-wrap::after,
    .industries-section::after,
    .work-section::before,
    .testimonial-section::after,
    .blogs-section::after,
    .our-brands-section-main .heading-area::before,
    .our-brands-section-main::after,
    .faq::after,
    .pricebanner .budget::before,
    .letbuild .outbuild::before,
    .about-section-new .col-md-6::before,
    .ceo-section .ceo-content::before,
    .mission-section .mission-content::before,
    .tailored-content::before,
    .digitalSolutions-parent::before,
    .solution-who-we-are .solution-wwa-left-side::before,
    .page-id-26 .testimonial-section-new .col-md-6::before,
    .information .infoworktable::before,
    .page-id-16 .faq::after {
        width: 100%;
    }

    .work-section::before {
        max-width: 545px;
    }

    .web-dev-slider-images {
        max-width: 100%;
    }

    .Development .web-dev .web-text {
        max-width: 100%;
    }

    .Development .web-dev {
        flex-direction: column;
    }

    .page-id-12 .Development .web-text::before {
        left: -15%;
        top: 36%;
        height: 600px;
        max-width: 709px;
    }

    .web-text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .menu-open {
        overflow: hidden;
    }

    .menu-open .mobile-header .container {
        z-index: 9999;
        position: relative;
    }

    .menu-open .mobile-header .container .mobile-logo {
        display: none;
    }

    .menu-open .mobile-header .container .hamburger {
        margin-left: auto;
    }

    nav.mobile-menu {
        padding: 100px 20px 20px;
        top: 0;
        z-index: 999;
    }
}


@media(max-width:767px) {

    .projectform .container .contactcontent .leftcontact .downleftcontent {
        gap: 20px;
        padding-bottom: 30px;
    }

    .projectform .container .contactcontent .leftcontact {
        position: static;
        max-width: 100%;
    }

    .projectform .container .contactcontent .leftcontact .downleftcontent .numberinfo {
        padding: 30px;
        gap: 32px;
    }

    .numimg::after {
        right: -20px;
    }



    .industry-card {
        width: 200px;
    }

    .resources-megamenu-wrapper-sm {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .accordion-container {
        width: 100%;
        max-width: 100%;
    }

    .hero-section .hero .hero-text .buttons {
        flex-wrap: nowrap;
    }


    .wrapper-for-blog-details.w-14 {
        max-width: 100%;
    }

    .small-box .mini-cards-box {
        padding: 35px 25px;
        gap: 0px;
    }


    .about-section-new .about-content {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about-content p,
    .ceo-content p {
        text-align: center;
    }

    .ceo-section .ceo-content {
        align-items: center;
        flex-direction: column;
        display: flex;
    }

    .mission-section .mission-content {
        align-items: center;
        display: flex;
        max-width: 100%;
        flex-direction: column;
    }

    .testimonial-section-new {
        padding: 80px 0;
    }


    .mission-content h2,
    .about-content h2,
    .tailored-section h2,
    .testimonial-title {
        text-align: center;
    }

    .fixedLinks a:nth-child(2),
    .fixedLinks a:first-child {
        padding: 10px;
        width: 45px;
    }

    .fixedLinks a span {
        font-size: 14px;
    }

    .fixedLinks a:nth-child(2):hover,
    .fixedLinks a:first-child:hover {
        width: 125px;
    }

    .hero-section .hero .hero-text h1 {
        padding-bottom: 18px;
    }

    .para,
    .testimonial-badge {
        padding: 7px 10px;
        font-size: 12px;
        gap: 6px;
    }

    .hero-section .hero {
        padding-top: 120px;
    }

    h1 {
        font-size: 45px !important;
        line-height: 60px !important;
        max-width: 400px;
    }

    .hero-section .hero .hero-text .Counter .Counts .rating {
        justify-content: center;
    }

    .hero-section .hero .hero-text .Counter .Counts .rating h2 {
        font-size: 25px;
    }

    .hero-section .hero .hero-text .Counter .Counts .rating img {
        width: 30px;
        height: 30px;
    }

    .Counts:nth-child(2) {
        padding: 0px 50px;
    }

    .hero-section .hero .hero-text .Counter {
        gap: 28px;
        justify-content: space-evenly;
    }

    .hero-section .hero .hero-text .Counter .Counts p {
        margin-top: 4px;
    }

    .hero-section-form h5 {
        font-size: 28px;
    }

    form .arrow {
        max-width: 100% !important;
    }

    .hero-socials h6 {
        font-size: 22px;
    }

    .about-card h2 {
        max-width: 100%;
    }

    .social-links a img {
        max-width: 85px !important;
    }

    .hero-socials {
        padding-top: 32px;
        padding-bottom: 10px;
    }

    .social-links a:nth-child(2) {
        padding: 0px 50px;
    }

    .Development .web-dev {
        flex-wrap: wrap;
    }

    .web-dev-slider-images {
        max-width: 100%;
    }

    .service-wrap.bg-black {
        background-position: center;
    }

    h3 {
        font-size: 30px;
    }

    .services-card .service-card-content .inner-content-service .para-btn .para-text {
        font-size: 18px;
        line-height: 26px;
    }

    .service-wrap .services-card {
        gap: 44px;
        flex-direction: column;
    }

    .service-card-content,
    .service-card-img {
        flex-shrink: 0;
        max-width: 100%;
        margin-left: unset;
    }

    .service-wrap .services-card .service-card-img img {
        max-width: 100%;
    }

    .services-card .service-tag {
        display: flex;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        max-width: 100%;
        gap: 15px;
    }

    .hero-section .hero {
        gap: 55px;
        flex-direction: column;
    }

    .work-section .work-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .testimonial-section .headingWrap h2 {
        text-align: center;
    }

    footer .copyright p {
        line-height: 20px;
        font-size: 14px;
    }

    footer .copyright .social-links {
        justify-content: end;
        gap: 6px;
    }

    footer .copyright .social-links .iconWrap a {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .footer-section .footerContent {
        flex-wrap: wrap;
    }

    .footer-section .footerContent .footerCol:first-child .logo .workLogo .logoWrap {
        gap: 45px;
    }

    .footer-section .workLogo .logoWrap a:not(:last-child)::after {
        right: -24px;
    }

    .footer-section .footerContent .logoWrap img {
        max-width: 90px;
    }

    .footer-section .footerContent .footerCol:first-child .logo {
        max-width: 100%;
    }

    .our-brands-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .testimonial-content-wrap .testimonial {
        max-width: 100%;
        padding: 20px;
    }

    .testimonial-content-wrap .testimonial .client .clientImg {
        width: 80px;
        height: 80px;
    }

    .testimonial-content-wrap .testimonial .clientDetail .client-name {
        line-height: 25px;
        font-size: 18px;
    }

    .testimonial-content-wrap .testimonial .client .clientDetail p,
    .testimonial-content-wrap .testimonial .client .clientDetail .rating span {
        line-height: 20px;
        font-size: 14px;
    }

    .rating img {
        max-width: 60px;
    }

    .testimonial-video .videoInner {
        flex-direction: column;
        gap: 15px;
    }

    .work-section .work-grid {
        gap: 25px;
    }

    .work-section .recents-work h2 {
        max-width: 100%;
        padding-bottom: 22px;
    }

    .testimonial-content-wrap {
        gap: 22px;
    }

    .our-brands-section-main .heading-area h2 {
        max-width: 575px;
        padding: 0px 50px 40px 50px;
        margin: 0 auto;
    }

    .ctaInnerContent .mb-4 {
        margin-bottom: 15px !important;
    }

    .cta-section .ctaInnerContent h2 {
        font-size: 30px;
        line-height: 42px;
        max-width: 270px;
        margin-bottom: 10px;
    }

    .cta-section {
        padding: 70px 0px 70px 0px;
    }

    .footer-section .footerContent .footerCol:first-child {
        max-width: 100%;
        padding-bottom: 30px;
    }

    .our-brands-logo {
        display: flex;
        justify-content: center;
    }

    .our-brands-logo img {
        max-width: 156px;
    }

    .work-section .recents-work .tabs button {
        padding: 3px 16px;
        font-size: 14px;
    }

    .faq .faq-wrap {
        gap: 15px;
        flex-direction: column;
    }

    .faq-header .faq-text {
        font-size: 16px;
    }

    .faq .faq-wrap .call-card-fixed {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: static;
    }

    .faq .faq-wrap .call-card-fixed p {
        font-size: 16px;
    }

    .book-btn {
        min-width: 100%;
    }


    .innerBanner-breadcrumb .innerBannerContent h1 {
        max-width: 100%;
    }

    .mission-section .mission-items,
    .tailored-section .tailored-items,
    .ceo-section .ceo-items {
        flex-direction: column;
        gap: 30px;
    }

    /* service page */
    .digital-solution-cards-wrapper {
        gap: 30px;
        grid-template-columns: repeat(1, 1fr);
    }

    .solution-wwa-wrapper {
        flex-direction: column;
    }

    .contact-us-banner-content {
        padding: 30px;
        flex-direction: column;
        gap: 20px;
        text-align: center;
        justify-content: center;
    }

    .ceo-section {
        padding: 170px 0 0 0;
    }

    /* service page */

    /* work listing page */
    .work-hero-btns {
        flex-direction: column;
        width: 100%;
    }

    .work-hero-btns a {
        max-width: 100%;
        width: 100%;
    }

    /* work listing page */

    /* pricing page */
    .information .container .infoworktable {
        gap: 25px;
        flex-direction: column;
    }

    .information .container .infoworktable .infotable .uptable p {
        font-size: 20px;
    }

    .information .container .infoworktable .infotable .downtable .paragraphs h3 {
        font-size: 22px;
    }

    .information .container .infoworktable .infotable .downtable .paragraphs p {
        min-height: auto;
    }

    .information .container .infoworktable .infotable .downtable .lastpricing h2 {
        font-size: 22px;
    }

    /* pricing page */

    /* blog listing */
    .wrapper-for-more-articles {
        gap: 30px;
        grid-template-columns: repeat(1, 1fr);
    }

    .wrapper-for-more-articles .big-article img {
        height: auto;
    }

    /* blog listing */
    .gap-12 {
        flex-direction: column;
    }

    .w-14 {
        max-width: 100%;
    }

    .details-flex-box .hero-section-form {
        max-width: 100%;
    }

    .other-projects-slider {
        padding-top: 44px;
    }

    .projectform .container .contactcontent {
        flex-direction: column;
    }

    .contactimages img {
        max-width: 50px;
    }

    .contactimages {
        display: flex;
    }

    .animate11 .container .animatemain {
        flex-direction: column;
    }

    .animate11 .container .animatemain .rightanimate {
        max-width: 100%;
    }

    .aniform,
    .aniform2 {
        max-width: 100%;
    }

    .animate11 .container .animatemain .rightanimate .aniinfo .aniinfo11 .maininfo14 .anicom .anicom2 h3 {
        font-size: 20px;
        line-height: 28.2px;
    }

    .animate11 .container .animatemain .leftanimate .animainimg .imgprg p {
        font-size: 16px;
        line-height: 22px;
    }

    .animate11 {
        margin-top: 100px;
    }

    .not-found {
        padding: 200px 0px 100px 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .error404 h1.entry-title {
        font-size: 200px !important;
        padding-bottom: 80px;
    }

    .error404 .entry-content p {
        font-size: 24px;
    }

    /* .hero-section .hero .hero-text .bannerText {
        line-height: 26px;
    } */

    .clientLogo-track .logo img {
        max-width: 85px;
    }

    .work-logo img {
        max-width: 40%;
    }

    .work-section .work-logo img {
        max-width: 70%;
    }

    .work-logo {
        bottom: 20px;
        left: 15px;
    }


    .mission-section .mission-items .mission-image,
    .tailored-section .tailored-image {
        position: static;
    }

    .about-section-new>.container>.row>div {
        padding: 0;
    }

    .testimonial-section-new .row>div {
        padding: 0;
    }

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

    .author-details h3 {
        font-size: 20px;
    }

    .author-img img.rounded-circle {
        width: 60px;
        height: 60px;
    }

    .footer-section .footerContent .footerCol p {
        margin: 25px 0 50px;
    }

    footer .copyright {
        margin-top: 50px;
    }

    .testimonial-section-new .row>div.mb-5 {
        margin-bottom: 0 !important;
    }

    .mission-section .mission-items {
        flex-direction: column-reverse;
    }

    .mission-section .mission-items p {
        margin: 0;
        text-align: center;
    }

    .testimonial-bubble p {
        font-size: 16px;
        line-height: 24px;
    }

    .mission-section {
        padding: 70px 0 0;
    }

    .tailored-section {
        padding: 70px 0 0 0;
    }

    .green-back-chat {
        border-radius: 15px;
    }

    .other-projects h3 {
        padding-right: 70px;
        line-height: 35px;
    }

    .small-box .mini-cards-box {
        padding: 20px;
    }

    .swiper-button-prev {
        right: 60px;
    }

    .chat-review-section-wrapper,
    .fade-grey,
    .blog-detail-banner-img img {
        background: rgba(255, 255, 255, 0.3);
        border-radius: 15px;
    }

    .fs-7 {
        font-size: 25px;
    }

    .small-box h2 {
        font-size: 35px;
    }

    .client-details img.rounded-circle {
        width: 80px !important;
        height: 80px !important;
    }

    .client-details {
        padding-inline: 0;
    }

    .search-results #content .post {
        max-width: 100%;
    }

    p {
        font-size: 16px;
    }

    .upleftcontact {
        text-align: center;
        gap: 10px !important;
    }

    .upleftcontact p.fs-4 {
        font-size: 16px !important;
    }

    .hero-section-form p {
        font-size: 16px !important;
    }

    .hero-section-form h5 {
        margin-bottom: 15px;
    }

    .wrapper-for-banner-contact {
        padding: 0;
    }

    .Development .web-dev .web-text {
        padding-right: 20px;
    }

    .headings-solution-wwa-left-side h2 {
        text-align: center;
    }

    .headings-solution-wwa-left-side h2+p {
        font-size: 18px;
    }

    .latest-article-wrapper .heading-area p,
    .work-section .heading-area p,
    .information .heading-area p,
    .letbuild .container .outbuild .innerbuild p {
        max-width: 450px;
    }

    .load-more {
        width: 55px;
        height: 55px;
    }

    .information .container .infoworktable .infotable {
        max-width: 100%;
    }

    .information {
        margin: 60px 0 0;
    }

    .contact-us-banner-content .cta-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .contact-us-banner-content p {
        max-width: 100%;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: 80px;
        width: 45px;
        height: 45px;
    }

    section.blog-details {
        padding-top: 50px;
    }

    .green-back-chat img {
        left: 20px;
    }

    .digital-solution-card {
        max-width: 100%;
    }

    .services-screen.open,
    .industry-screen.open,
    .resources-screen.open {
        padding: 20px;
    }

    .banner-service-inner-new h1 {
        text-align: center;
        max-width: 100%;
    }

    .content-right-container h2,
    .accordion-container h2 {
        font-size: 32px !important;
        line-height: 40px !important;
    }

    .service-detail-section .content-right-container p,
    .accordion-container p {
        font-size: 16px;
    }

    .service-detail-main,
    .wrapper-for-service-cover-new {
        gap: 30px;
    }

    .banner-service-inner-new .Counter .Counts .rating h2 {
        font-size: 25px;
    }

    .service-cover-new .faq-item {
        padding: 15px 15px;
    }

    .accordion-container .faq-header .faq-text {
        font-size: 14px;
    }

    .how-we-work h2 {
        text-align: center;
    }

    .offer-cards-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .relevant-cards-section .wrapper-for-relevant-cards {
        display: flex;
        gap: 15px;
        padding-top: 30px;
        flex-direction: column;
    }

    .industry-boxes {
        padding: 30px 20px;
    }

    .bg-black .service-card-content h3,
    .bg-black .services-card .service-card-content .inner-content-service .para-btn .para-text,
    .bg-black .services-card .service-tag li,
    .services-card .service-card-content .inner-content-service .para-btn .para-text {
        text-align: center;
    }

    .para-btn {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .service-card-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .service-wrap,
    .service-wrap:not(.bg-black) {
        position: static;

    }
}

@media(max-width:575px) {
    .Development .Counter {
        gap: 10px;
        justify-content: space-between;
    }

    .Development .Counter .Counts p {
        font-size: 14px;
        line-height: 20px;
    }

    section.service-section {
        margin-top: 80px;
    }

    section.Development {
        padding-top: 80px;
    }

    section.industries-section {
        padding: 80px 0;
        gap: 30px;
    }

    body.home .testimonial-section {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .service-wrap {
        top: 79px;
    }

    .industry-card {
        width: 170px;
    }

    .card-content-mini-2 {
        max-width: 100%;
    }

    .card-content-mini-2 img {
        max-width: 280px;
    }

    .digital-solution-cards-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .our-services-content h2 {
        margin: 0 0 20px;
    }

    .our-services-content {
        padding-bottom: 40px;
    }

    h1 {
        font-size: 32px !important;
        line-height: 35px !important;
    }

    .hero-section .hero .hero-text .bannerText {
        padding-bottom: 30px;
    }


    .hero-section .hero .hero-text .Counter .Counts .rating h2 {
        font-size: 16px;
    }

    .hero-section .hero .hero-text .Counter .Counts p {
        margin: 0;
    }

    .Counts:nth-child(2) {
        padding: 0px 20px;
    }

    .Development .Counter .Counts .rating h2 {
        font-size: 20px;
    }

    .Development .Counter .Counts .rating img {
        width: 25px;
        height: 25px;
    }

    .industry-boxes p {
        margin: 0;
    }

    .industry-boxes {
        padding: 20px 0px;
    }

    .industry-boxes {
        width: 180px;
        gap: 12px;
    }

    .hero-section .hero .hero-text .Counter {
        gap: 15px;
        justify-content: space-evenly;
    }

    .hero-section .hero .hero-text .Counter .Counts .rating img {
        width: 25px;
        height: 25px;
    }


    .social-links a:nth-child(2) {
        padding: 0px 30px;
    }


    .hero-socials h6 {
        font-size: 18px;
    }

    .footer-section .footerContent .footerCol:first-child .logo .workLogo .logoWrap {
        gap: 42px;
        flex-wrap: wrap;
    }

    .footer-section .footerContent .logoWrap img {
        max-width: 80px;
    }

    .footer-section .workLogo .logoWrap a:not(:last-child)::after {
        right: -20px;
    }

    footer .copyright .social-links {
        justify-content: center;
    }

    footer .copyright p {
        text-align: center;
    }

    footer .copyright {
        padding: 15px 10px;
        flex-wrap: wrap;
        gap: 10px;
        border-radius: 10px;
        justify-content: center;
    }

    .Development .container {
        padding-right: 20px;
    }

    .work-section .recents-work .tabs {
        gap: 12px;
    }

    .work-section .recents-work .tabs .active,
    .work-section .recents-work .tabs button {
        font-size: 14px;
    }

    .work-section .recents-work .tabs button {
        padding: 0px 15px;
        font-size: 12px;
    }

    .para,
    .testimonial-badge {
        padding: 7px 10px;
        font-size: 12px;
    }

    .testimonial-badge {
        padding-inline: 10px !important;
    }

    .cta-section .ctaInnerContent h2 {
        font-size: 25px;
        line-height: 32px;
        max-width: 250px;
        margin-bottom: 15px;
    }

    .cta-section .ctaInnerContent a.arrow {
        font-size: 16px;
        padding: 10px 20px;
    }

    .services-card .service-tag {
        gap: 3px 10px;
    }

    .mobile-logo a img {
        max-width: 150px;
    }

    .blogContent span {
        line-height: 35px;
        font-size: 25px;
    }

    .blogInnerContent .blog .blogContent p.content {
        line-height: 25px;
        font-size: 18px;
    }

    .footer-section .footerContent .footerCol:first-child .logo img {
        height: 45px;
    }

    .social-links a img {
        max-width: 70px !important;
    }

    .about-cards {
        grid-template-columns: repeat(1, 1fr);
    }

    /* service page */
    .our-services-content h2 {
        text-align: center;
    }

    /* service page */

    /* work listing page */
    .work-hero-wrapper a {
        font-size: 16px;
    }

    .work-hero-wrapper .px-7,
    .work-hero-wrapper a {
        padding: 14px 0 !important;
    }

    .blog-hero {
        height: auto;
    }

    .work-hero-wrapper {
        padding: 40px 30px;
        gap: 15px !important;
    }

    /* work listing page */

    /* blog listing  */
    .latest-article-flex-box .small-article img {
        max-width: 100%;
        border-radius: 15px 15px 0 0;
    }

    .small-article {
        flex-direction: column;
    }

    /* blog listing  */
    section.blog-details {
        padding-top: 50px;
    }

    .other-projects h3 {
        line-height: 28px !important;
        font-size: 23px;
    }

    .error404 h1.entry-title {
        font-size: 180px !important;
        padding-bottom: 70px;
    }

    .error404 .entry-content p {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .work-listing-hero-section .work-hero-wrapper p {
        font-size: 18px;
        line-height: 25px;
    }

    .work-hero-wrapper h2 {
        line-height: 30px;
        font-size: 28px;
    }

    .bgSliderInner.v-scroll {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .testimonial-bubble {
        padding: 20px;
    }

    .work-section .work-logo img {
        max-width: 40%;
    }

    .animate11 .container .animatemain .rightanimate .aniinfo .aniinfo11 .maininfo14 .anicom .anicom2 h3 {
        font-size: 18px;
        line-height: 20.2px;
    }

    .animate11 .container .animatemain {
        margin-bottom: 84px;
    }

    .animainimg {
        gap: 0px;
    }

    .tailored-line h4 {
        line-height: 22px;
    }

    .tailored-line p {
        line-height: 20px;
        font-size: 14px;
    }

    .footer-section .footerContent .footerCol:first-child .logo .workLogo .logoWrap {
        gap: 32px;
    }

    .footer-section .footerContent .logoWrap img {
        max-width: 75px;
    }

    .footer-section .workLogo .logoWrap a:not(:last-child)::after {
        right: -18px;
    }

    h3 {
        font-size: 25px;
        margin-bottom: 0;
    }

    .work-section .recents-work .tabs {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 16px;

        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        white-space: nowrap;

        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .work-section .recents-work .tabs::-webkit-scrollbar {
        display: none;
    }

    .work-section .recents-work .tabs button {
        flex: 0 0 auto;
    }


    .social-links {
        gap: 14px;
        justify-content: space-evenly;
        width: 100%;
    }

    .row {
        margin-left: 0;
    }

    .solution-wwa-right-side {
        grid-template-columns: repeat(1, 1fr);
    }

    .work-title {
        font-size: 18px;
        padding-top: 15px !important;
    }


    .chat-review-section-wrapper-row-1 h4 {
        font-size: 26px;
    }

    .review-social-wrapper {
        gap: 12px;
        flex-wrap: wrap;
    }

    .left-side-video-review-chat .green-back-chat .l-s-1 {
        letter-spacing: 0;
    }

    .chat-review-section-wrapper {
        padding: 20px;
    }

    .green-back-chat {
        padding: 20px;
    }

    .animate11 .container .animatemain .rightanimate .aniinfo .aniinfo11 .maininfo14 .anicom .anicom2 h3 {
        font-size: 16px;
        line-height: 18.2px;
    }

    .imgprg h3,
    .imgprg h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .error404 h1.entry-title {
        font-size: 150px !important;
        padding-bottom: 50px;
    }

    .error404 .entry-content p {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 38px;
    }

    .hero-section .hero .hero-text .bannerText {
        line-height: 26px;
    }

    .hero-section-form p {
        font-size: 16px;
    }

    .testimonial-content-wrap .testimonial .content p {
        line-height: 24px;
    }

    .contact-us-banner-content h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .work-hero-wrapper h2 {
        line-height: 35px;
        font-size: 28px;
    }

    .gap-15 {
        grid-template-columns: repeat(1, 1fr);
    }

    .small-box .mini-cards-box {
        align-items: flex-start;
        gap: 10px;
    }


    .mission-content h2,
    .about-content h2,
    .tailored-section h2,
    .testimonial-title {
        font-size: 28px;
        line-height: 38px;
    }

    .testimonial-section-new {
        padding: 70px 0;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .swiper-button-prev {
        right: 50px;
    }

    .other-projects h3 {
        line-height: 26px !important;
        font-size: 20px;
    }

    .h-52 {
        height: 42px;
    }

    .w-52 {
        width: 42px;
    }

    .hero-section .buttons a.arrow {
        font-size: 14px;
        padding: 12px 0px;
    }

    .hero-section .hero .hero-text h1 {
        max-width: 100%;
    }

    .about-content p,
    .ceo-content p {
        line-height: 26px;
        font-size: 16px;
    }

    .wrapper-for-more-articles .article-content-big h3 {
        line-height: 24px;
        font-size: 18px;
    }

    .wrapper-for-more-articles .continue-reading {
        font-size: 14px;
        line-height: 24px;
    }

    .dates {
        font-size: 14px;
    }

    .content-right-container {
        max-width: 100%;
    }

    .service-detail-main .image-left-container,
    .service-cover-new .left-side {
        position: unset;
        max-width: 100%;
    }

    .service-detail-main,
    .wrapper-for-service-cover-new {
        flex-direction: column;
    }

    .how-we-work .white-back-process-cards p {
        line-height: 20px;
        font-size: 14px;
    }

    .how-we-work .white-back-process-cards h3 {
        font-size: 18px;
    }

    .offer-cards-wrapper {
        grid-template-columns: repeat(1, 1fr);
        padding: 0;
    }

    section.service-detail-section {
        padding: 80px 0 80px 0;
    }

    section.service-cover-new {
        padding-bottom: 80px;
    }

    section.how-we-work {
        padding-bottom: 80px;
    }

    .heading-for-why-infyras h2 {
        padding-bottom: 40px;
        font-size: 30px;
    }

    .offer-card {
        max-width: 100%;
    }

    .headings-relevance h2 {
        text-align: 30px;
    }

    .about-section-new .col-md-6::before {
        top: -42%;
        height: 720px;
    }

    .mission-content .three-tabs {
        margin-bottom: 24px;
        width: 100%;
    }

    .three-tabs .tab {
        display: flex;
        align-items: center;
    }

    .wrapper-service-megamenu-sm,
    .wrapper-industries-megamenu-sm {
        gap: 10px;
        flex-direction: column;
    }

    .second-col-service {
        padding-bottom: 20px;
    }

    .wrapper-service-megamenu-sm .menu-subscription {
        max-width: 100%;
    }

    .wrapper-industries-megamenu-sm {
        gap: 10px;
    }

    button.back-btn-industries,
    button.back-btn,
    button.back-btn-resources {
        font-size: 16px;
        justify-content: center;
        gap: 5px;
        max-width: fit-content;
        padding: 7px 10px;
    }

    button.back-btn-industries i.fa-solid.fa-arrow-left,
    button.back-btn i.fa-solid.fa-arrow-left,
    button.back-btn-resources i.fa-solid.fa-arrow-left {
        font-size: 13px;
    }
}


/* july 10 css */