/* Limit project cards description to max 4 lines with ellipsis */
.project-description {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 1540px) {
}

@media only screen and (max-width: 1024px) {
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

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

    .margin {
        margin-left: 25px;
        margin-right: 25px;
    }

    .headerContainer {
        padding-top: 18px;
    }

    #firstSection {
        flex-direction: column;
    }

    .footerRight {
        flex-direction: column;
        row-gap: 50px;
    }

    .footerBottom {
        flex-direction: column;
    }

    .footerTop {
        flex-direction: column;
    }

    .footerBottomTop {
        flex-direction: column;
        row-gap: 30px;
    }

    .logoHeader img {
        width: 180px;
        transition: filter 0.35s ease;
    }

    /* Use the real header logo on mobile (avoid duplicate logo in the panel, including during close animation) */
    .menuHeader .logoAbsolute {
        display: none;
    }

    /* Keep header logo above the opened menu (no color inversion) */
    body.activeHeader .logoHeader {
        position: relative;
        z-index: 12;
    }

    body.activeHeader .logoHeader img {
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1);
    }

    /* When revealing the logo from the scrolled (hidden) state, slow the color shift too */
    body.activeHeader header.scrolled .logoHeader img {
        transition-duration: 0.6s;
    }

    .menuHeader {
        width: 100%;
        /* height: calc(100vh - 100px); */
        height: 100dvh;
        left: 0px;
        padding-top: 100px;
        padding-bottom: max(18px, env(safe-area-inset-bottom, 0px));
        box-sizing: border-box;
        row-gap: 20px;
        border-left: none;
        overflow-y: auto;
    }

    body.activeHeader::before {
        display: none;
    }

    .firstLeft h1 {
        font-size: 36px;
        line-height: 40px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .projectSingle .firstLeft h1 {
        font-size: 34px;
        line-height: 38px;
    }

    #firstSection {
        margin-top: 0px;
        /* margin-bottom: 100px; */
        margin-bottom: 60px;
    }

    .firstLeft,
    .firstRight {
        width: 100%;
    }

    .firstLeft h2,
    .firstLeft .h2 {
        font-size: 14px;
    }

    .projectSingle .firstLeft h2,
    .projectSingle .firstLeft .h2 {
        font-size: 13px;
    }

    #firstSection.servicesPage .firstLeft .h2.services-hero-subtitle {
        font-size: 10px;
    }

    .firstRight h2 {
        font-size: 17px;
    }

    .firstRight > div {
        font-size: 15px;
    }

    .openModalBtn {
        margin-top: 25px;
        width: 100%;
        font-size: 16px;
    }

    .closeIcon {
        top: 18px;
        right: 25px;
    }

    .hidden-desktop {
        display: flex;
    }

    .hidden-mobile {
        display: none;
    }

    .logoAbsolute {
        filter: brightness(0) invert(1);
        position: absolute;
        top: 36px;
        left: 25px;
        width: 160px;
    }

    .logoAbsolute img {
        width: 100%;
    }

    .headerTop {
        margin-top: auto;
        margin-bottom: auto;
    }

    .linksHeader a {
        font-size: 24px;
        line-height: 24px;
    }

    .linksHeader {
        row-gap: 25px;
    }

    #languageSwitcher {
        margin-top: 15px;
    }

    .headerBottom {
        margin-top: 0;
        margin-bottom: 0;
        width: calc(100% - 50px);
        flex-shrink: 0;
    }

    .headerBottom > span {
        font-size: 17px;
    }

    .menuHeader .headerSocial img {
        width: 21px;
        height: 21px;
        object-fit: contain;
    }

    .headerSocial {
        margin-bottom: 20px;
    }

    .phonesContainer {
        height: 510px;
    }

    .phonesContainer video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #clients {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-top: 0;
    }

    .projectsRight {
        display: none;
    }

    .swiper-projects .swiper-slide .swiper-content {
        padding: 32px 23px;
        height: auto;
        min-height: 0;
    }

    .swiper-projects .swiper-slide {
        height: auto;
        width: 280px;
        max-width: calc(100vw - 50px);
        border-radius: 15px;
    }

    .swiper-projects .swiper-slide .swiper-content .serviceText div {
        margin-top: 20px;
        height: 130px;
    }

    .swiper-projects .swiper-slide .swiper-content .project-card-img-wrap {
        height: 320px;
        margin-bottom: -22px;
        margin-top: 10px;
    }

    .projectsText {
        margin-bottom: 15px;
    }

    .serviceText div,
    .serviceText div * {
        font-size: 15px !important;
    }

    .swiper-projects .swiper-slide:last-child {
        margin-right: 25px !important;
    }

    .swiper-projects .swiper-slide:first-child {
        margin-left: 25px !important;
        padding-bottom: 12px;
    }

    .projectsTitle {
        font-size: 18px;
    }

    .swiper-projects {
        padding-top: 30px;
        padding-bottom: 55px;
    }

    .swiper-horizontal > .swiper-pagination-progressbar,
    .swiper-pagination-progressbar.swiper-pagination-horizontal,
    .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
    .swiper-vertical
        > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        display: none;
    }

    #projects {
        margin-bottom: 0px;
    }

    .arrowsServices {
        display: none;
    }

    .titleWithBackground {
        font-size: 36px;
        margin-top: 0px;
        line-height: 47px;
        text-transform: unset;
    }

    .swiper-services {
        padding-top: 45px;
    }

    .swiper-services .swiper-slide.portrait {
        width: 252px;
        padding: 30px 24px;
        padding-bottom: 0px;
        height: auto;
        overflow: hidden;
    }

    /* Give mobile mocks a bit more top breathing room inside the card */
    .swiper-services .swiper-slide.portrait.service-mock--mobile {
        padding-top: 40px !important;
    }

    .swiper-services .swiper-slide.portrait .serviceText {
        flex-shrink: 0;
        min-height: 120px;
        height: auto;
        order: 1;
    }

    .swiper-services .swiper-slide.portrait .service-card-img-wrap {
        flex: 0 0 auto;
        min-height: 0;
        margin-top: 10px;
        order: 2;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Layout implicit: mobile mocks (actualul comportament) */
    .swiper-services
        .swiper-slide.portrait.service-mock--mobile
        .service-card-img-wrap {
        align-items: center;
        justify-content: center;
        margin-top: 10px !important;
        height: 80%;
        max-height: 80%;
    }

    .swiper-services
        .swiper-slide.portrait.service-mock--mobile
        .service-card-img-wrap
        img {
        width: 95%;
        height: auto;
        max-height: 100%;
        object-fit: contain;
        object-position: center center;
    }

    /* Layout special pentru screen mocks – centrate în card */
    .swiper-services
        .swiper-slide.portrait.service-mock--screen
        .service-card-img-wrap {
        align-items: center;
        justify-content: center;
        margin-top: 16px;
        height: 80%;
        max-height: 80%;
    }

    .swiper-services
        .swiper-slide.portrait.service-mock--screen
        .service-card-img-wrap
        img {
        width: auto;
        max-width: 260px;
        max-height: 200px;
        height: auto;
        object-fit: contain;
        object-position: center center;
        display: block;
        margin: 0 auto;
    }

    .swiper-services
        .swiper-slide.portrait.ux-ui-design-slide
        .service-card-img-wrap
        img {
        object-fit: contain;
        object-position: top center;
    }

    .swiper-services .swiper-wrapper,
    .swiper-projects .swiper-wrapper {
        overflow-x: auto;
        padding-bottom: 30px;
        margin-left: 0px !important;
        margin-right: 0px !important;
        transform: unset !important;
    }

    .swiper-services {
        height: auto;
        padding-bottom: 50px;
    }

    .swiper-services .swiper-slide:last-child {
        padding-right: 0px !important;
    }

    .swiper-services .swiper-slide:first-child {
        margin-left: 25px !important;
    }

    .swiper-services .swiper-slide.landscape-stack {
        height: auto;
    }

    .servicesList {
        /* display: flex;
        flex-direction: column; */
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 25px;
        padding-right: 25px;
        border-radius: 0px;
        padding-top: 30px;
        padding-bottom: 5px;
    }

    .servicesList {
        display: grid;
        grid-template-columns: repeat(2, 250px);
        column-gap: 40px;
        padding-bottom: 40px;
        overflow: auto;
        /* scroll if needed */
    }

    .servicesList a {
        font-size: 17px;
        display: block;
        /* makes width apply */
        width: 250px;
    }

    .serviceText h2 {
        font-size: 20px;
        margin-bottom: 18px;
    }

    .swiper-services .swiper-slide.landscape-stack .landscape {
        padding: 50px 25px;
        align-items: center;
        overflow: hidden;
        max-height: none;
    }

    .swiper-services .swiper-slide.landscape-stack .landscape img {
        height: 250px;
        max-width: 250px;
        max-height: 250px;
    }

    #servicesSection {
        margin-bottom: 75px;
    }

    #whyUs h2 {
        margin-left: -5px;
        margin-right: -5px;
        font-size: 28px;
        margin-bottom: 35px;
        margin-left: 25px;
        margin-right: 25px;
        text-transform: unset;
    }

    .slideTop {
        flex-direction: column;
        row-gap: 50px;
    }

    .slideTop > * {
        width: 100%;
    }

    #whyUs {
        margin-left: 0px;
        margin-right: 0px;
    }

    .slideContent {
        padding-left: 25px;
        padding-right: 25px;
    }

    .slideTop h2,
    .slideTop h3 {
        font-size: 24px;
    }

    .slideTop img {
        margin-left: -25px;
        margin-right: -25px;
        border-radius: 0px;
        width: calc(100% + 50px);
        height: 215px;
        object-fit: cover;
    }

    .slides-container,
    .slides-container > div {
        border-radius: unset !important;
    }

    .slides-container {
        height: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 0px;
    }

    .slideText > * {
        width: 100%;
    }

    .slideText {
        flex-direction: column;
        margin-top: 35px;
        row-gap: 50px;
        margin-bottom: 50px;
    }

    .slideText h3,
    .slideText h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .textSlide,
    .textSlide * {
        font-size: 15px;
        line-height: 23px;
    }

    .slide {
        height: auto;
        position: unset;
        transform: unset !important;
    }

    .slideFooterText {
        flex-direction: column;
    }

    .slideIcons img {
        width: 31px;
        height: 31px;
        object-fit: contain;
    }

    .slideIcons {
        justify-content: space-between;
        column-gap: 100px;
    }

    .slide2 .slideContent,
    .slide3 .slideContent {
        padding-top: 50px;
    }

    .slide2 .slideText,
    .slide3 .slideText {
        margin-top: 55px;
        row-gap: 75px;
    }

    .slideFooterOneText b {
        font-size: 30px;
        flex-shrink: 0;
        width: 75px;
    }

    .slide2 .slideFooterText,
    .slide3 .slideFooterText {
        align-items: flex-start;
        text-align: left;
        row-gap: 30px;
    }

    .slideFooterOneText {
        font-size: 15px;
        column-gap: 25px;
        max-width: 330px;
        line-height: 23px;
    }

    /* Slide footer entrance animation (mobile) */
    #whyUs .slideFooter {
        opacity: 0;
        transform: translateY(24px);
        transition:
            opacity 0.5s ease,
            transform 0.5s ease;
    }

    #whyUs .slideFooter .slideIcons img,
    #whyUs .slideFooter .slideFooterText {
        opacity: 0;
    }

    #whyUs .slideFooter.slide-footer-visible {
        opacity: 1;
        transform: translateY(0);
    }

    #whyUs .slideFooter.slide-footer-visible .slideIcons img {
        animation: slideFooterIconReveal 0.4s ease forwards;
    }

    #whyUs .slideFooter.slide-footer-visible .slideIcons img:nth-child(1) {
        animation-delay: 0.1s;
    }
    #whyUs .slideFooter.slide-footer-visible .slideIcons img:nth-child(2) {
        animation-delay: 0.2s;
    }
    #whyUs .slideFooter.slide-footer-visible .slideIcons img:nth-child(3) {
        animation-delay: 0.3s;
    }

    #whyUs .slideFooter.slide-footer-visible .slideFooterText {
        animation: slideFooterIconReveal 0.5s ease 0.15s forwards;
    }

    @keyframes slideFooterIconReveal {
        from {
            opacity: 0;
            transform: translateY(16px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* .slideTopClients img:first-of-type,
    .slideTopClients img:nth-of-type(2),
    .slideTopClients img:nth-of-type(3) {
        position: unset;
        margin: 0px;
    } */
    /* .slideTopClients{
        display: flex;
        justify-content: center;
    } */
    /* .slideTopClients img:first-of-type{
        margin-top: auto;
    } */
    /* .slideTopClients img:nth-of-type(3){
        margin-top: auto;
        margin-bottom: auto;
        padding-top: 40px;
    }
    .slideTopClients img:nth-of-type(2){
        margin-left: -30px;
    } */
    .slideTopClients img:first-of-type {
        width: 120px;
        height: 120px;
        top: 100px;
        left: 0px;
    }

    .slideTopClients img:nth-of-type(2) {
        width: 120px;
        height: 120px;
        object-fit: contain;
        top: 10px;
        left: 125px;
    }

    .slideTopClients img:nth-of-type(3) {
        width: 65px;
        height: 65px;
        top: 130px;
        left: 270px;
    }

    .slideTopClients img:nth-of-type(4) {
        left: 210px;
        top: 212px;
        transform: translateX(-50%);
        height: 50px;
        object-fit: contain;
    }

    #testimonials h2 {
        margin-bottom: 40px;
        font-size: 24px;
        line-height: 31px;
        max-width: 215px;
    }

    #testimonials {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .testimonialsContainer {
        padding: 40px 30px;
        height: 625px;
    }

    .testimonialProject {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .testimonialReview,
    .testimonialReview * {
        font-size: 17px !important;
    }

    .testimonialSingle {
        width: 215px;
        /* height: 400px; */
        height: 100%;
    }

    .testimonialClient {
        font-size: 20px;
        margin-bottom: 5px;
    }

    /* .testimonialClientFunction {
        font-size: 20px;
    } */
    .footerTop h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .footerTop {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .contactMenu {
        margin-top: 40px;
        width: calc(100% - 34px);
    }

    .menuHeader .contactMenu {
        margin-top: 0px;
    }

    .contactMenu:hover span,
    .contactUs:hover span {
        transform: unset !important;
    }

    .contactMenu:hover img,
    .contactUs:hover img {
        transform: unset !important;
    }

    .footerTopText div,
    .footerTopText div * {
        font-size: 15px;
    }

    .contactMenu span {
        font-size: 18px;
    }

    .footerLeft,
    .footerRight {
        max-width: 100%;
        width: 100%;
    }

    .footerLeft a img {
        width: 200px;
    }

    .footerLeft {
        row-gap: 24px;
    }

    .footerRightColumnTitle {
        font-size: 17px;
        margin-bottom: 25px;
    }

    .footerRightColumnElements {
        row-gap: 20px;
    }

    .footerRightColumnElement {
        font-size: 14px;
    }

    .footerRightColumnElements.services {
        display: flex;
        row-gap: unset;
        margin-bottom: 20px;
    }

    .contactUs {
        width: auto;
    }

    .footerBottom {
        padding-top: 40px;
        flex-direction: column-reverse;
        row-gap: 30px;
        border: unset;
        margin-top: unset;
    }

    .footerLegals {
        flex-direction: column;
        text-align: center;
        row-gap: 10px;
    }

    .footerLegals * {
        font-size: 12px;
    }

    footer {
        padding-bottom: 20px;
        padding-top: 60px;
    }

    .footerRightColumnElements,
    .footerRightColumnElements.services {
        display: none;
        margin-top: 10px;
    }

    .footerRightColumn.open .footerRightColumnElements,
    .footerRightColumn.open .footerRightColumnElements.services {
        display: flex;
    }

    .footerArrow {
        float: right;
        transition: transform 0.3s ease;
    }

    .footerRightColumn.open .footerArrow {
        transform: rotate(180deg);
        /* Flip arrow when open */
    }

    .footerRightColumnTitle {
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footerRightColumn:not(.open) .footerRightColumnTitle {
        margin-bottom: 0px;
    }

    .footerRightColumn:last-of-type:not(.open) {
        margin-bottom: 30px;
    }

    .servicesPage h1 {
        font-size: 36px;
    }

    #firstSection.servicesPage {
        margin-bottom: 0px;
    }

    .oneService {
        flex-direction: column;
        margin-bottom: 70px;
    }

    #allServicesSection {
        border-radius: 0px;
        padding: 45px 25px;
        margin: 0px;
        margin-bottom: 45px;
    }

    .oneServiceTitle {
        font-size: 20px;
    }

    .oneServiceLeft {
        margin-bottom: 25px;
    }

    .oneAdvantage {
        flex-shrink: 0;
    }

    .oneServiceRight {
        width: 575px;
        padding-left: 25px;
        padding-right: 25px;
        row-gap: 10px;
        column-gap: 15px;
    }

    .oneServiceRightContainer {
        overflow-x: auto;
        margin-left: -25px;
        margin-right: -25px;
        margin-bottom: 25px;
        padding-bottom: 20px;
    }

    .viewService {
        width: auto;
    }

    #bannerService img {
        height: 570px;
    }

    .servicePage h1 {
        font-size: 36px;
    }

    .serviceSubtitle {
        font-size: 15px;
    }

    .service-cta-buttons {
        display: none !important;
    }

    .service-cta-mobile-float {
        display: block;
        width: 100%;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999998;
        transform: translateY(110%);
        transition: transform 0.35s ease;
        pointer-events: none;
        padding-bottom: env(safe-area-inset-bottom, 0px);
    }

    .service-cta-mobile-float.is-visible {
        transform: translateY(0);
        pointer-events: auto;
    }

    body.activeHeader .service-cta-mobile-float {
        transform: translateY(110%);
        pointer-events: none;
    }

    .service-cta-mobile-float-inner {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 12px;
        padding: 14px 16px 18px;
        margin: 0 12px 12px;
        max-width: 100%;
        box-sizing: border-box;
        border-radius: 45px;
        background: linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.58) 0%,
            rgba(230, 235, 255, 0.42) 45%,
            rgba(255, 255, 255, 0.38) 100%
        );
        backdrop-filter: blur(22px) saturate(1.65);
        -webkit-backdrop-filter: blur(22px) saturate(1.65);
        border: 1px solid rgba(255, 255, 255, 0.72);
        box-shadow:
            0 8px 40px rgba(39, 57, 222, 0.14),
            0 2px 12px rgba(0, 0, 0, 0.06),
            inset 0 1px 0 rgba(255, 255, 255, 0.85),
            inset 0 -1px 0 rgba(39, 57, 222, 0.06);
    }

    .service-cta-mobile-chat {
        flex: 1;
        min-width: 0;
        margin-top: 0 !important;
        width: auto !important;
        max-width: none;
        padding: 14px 18px !important;
        font-size: 16px !important;
        border-radius: 28px;
        border: none;
        text-align: center;
        background: var(--color-primary) !important;
        color: #fff !important;
    }

    .service-cta-mobile-chat:hover {
        background-color: #0019ff !important;
        color: #fff !important;
    }

    .service-cta-mobile-actions {
        display: flex;
        flex-direction: row;
        gap: 10px;
        flex-shrink: 0;
    }

    .service-cta-mobile-circle {
        width: 52px;
        height: 52px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        background: var(--color-primary);
        color: #fff;
        border: 1px solid var(--color-primary);
        box-shadow: 0 2px 12px rgba(39, 57, 222, 0.35);
        transition:
            transform 0.2s ease,
            opacity 0.2s ease,
            background-color 0.3s ease,
            color 0.3s ease,
            border-color 0.3s ease;
    }

    .service-cta-mobile-circle--wa,
    .service-cta-mobile-circle--mail {
        background: var(--color-primary);
        color: #fff;
    }

    .service-cta-mobile-circle:hover {
        background: #fff;
        color: var(--color-primary);
        border-color: var(--color-primary);
    }

    .service-cta-mobile-circle--wa svg {
        color: currentColor;
        fill: currentColor;
    }

    .service-cta-mobile-circle--mail svg {
        color: currentColor;
        stroke: currentColor;
        fill: none;
    }

    .service-cta-mobile-circle:active {
        transform: scale(0.96);
    }

    body.service-mobile-cta-visible {
        padding-bottom: 96px;
    }

    body.activeHeader.service-mobile-cta-visible {
        padding-bottom: 0;
    }

    .servicePage#firstSection {
        margin-bottom: 10px;
    }

    #bannerService {
        margin-bottom: 10px;
    }

    .phonesContainer {
        margin: 0px;
        border-radius: 0px;
    }

    .home-hero-wrap {
        display: flex;
        flex-direction: column;
    }

    .home-hero-wrap #mainBanner {
        order: -1;
        margin-bottom: 30px;
    }

    .home-hero-wrap #firstSection {
        margin-top: 20px;
    }

    #techService h2 {
        font-size: 36px;
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .techText,
    .advantagesText {
        flex-direction: column;
        row-gap: 30px;
    }

    .techText > div,
    .advantagesText > div {
        width: 100%;
    }

    .techServiceLeft div,
    .techServiceLeft div *,
    .advantagesLeft,
    .advantagesLeft * {
        font-size: 15px;
    }

    #secondBanner {
        display: none;
    }

    #advantagesService {
        row-gap: 45px;
        margin-bottom: 70px;
    }

    .advantagesRightContainer {
        overflow-x: auto;
        margin-left: -25px;
        margin-right: -25px;
        width: auto !important;
        padding-bottom: 30px;
    }

    .advantagesRight {
        width: 500px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .orWithBackground {
        flex-direction: column;
        padding: 30px;
        width: 100%;
        max-width: 100%;
        height: auto;
        border-radius: 15px;
        text-align: left;
        margin-top: 40px;
        box-sizing: border-box;
    }

    .orWithBackgroundLeft div {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .orWithBackground .scheduleCall.contactUs {
        width: auto;
        max-width: 100%;
        font-size: 14px;
        height: 44px;
        padding-left: 16px;
        padding-right: 12px;
        border-radius: 22px;
        box-sizing: border-box;
        column-gap: 12px;
    }

    .orWithBackground .scheduleCall.contactUs img {
        width: 24px;
        height: auto;
        flex-shrink: 0;
    }

    .contactContainer {
        /* margin-top: 50px; */
        margin-top: 0px;
        /* margin-bottom: 50px; */
        margin-bottom: 0px;
    }

    .contactContainer h1 {
        font-size: 36px;
        margin-top: 10px;
        margin-bottom: 18px;
    }

    .contactContainer .h2 {
        font-size: 14px;
    }

    .contactDescription {
        font-size: 15px;
        max-width: 600px;
    }

    .contactDescription br {
        display: none;
    }

    .contactForm .input-wrap label {
        font-size: 13px;
        padding-left: 20px;
    }

    .contactForm input:not([type="radio"]),
    .contactForm textarea {
        width: 100%;
    }

    .input-wrap:nth-of-type(2),
    .input-wrap:nth-of-type(3) {
        width: 100%;
    }

    .contactForm .input-wrap * {
        font-size: 16px !important;
    }

    .contactForm input,
    .contactForm textarea {
        font-size: 16px;
    }

    .contactForm input[type="text"]::placeholder,
    .contactForm input[type="email"]::placeholder,
    .contactForm input[type="tel"]::placeholder,
    .contactForm input[type="password"]::placeholder,
    .contactForm textarea::placeholder {
        font-size: 16px;
    }

    .contactForm input:not([type="radio"]),
    .contactForm textarea {
        padding: 15px;
    }

    .budget-radio label {
        padding-left: 0px !important;
    }

    .budget-radio {
        column-count: 2;
        display: block;
        text-align: center;
        padding-bottom: 5px;
        padding: 15px 15px 5px 15px;
    }

    .budget-radio label span {
        display: block;
        margin-bottom: 15px;
    }

    input[type="radio"] {
        flex-shrink: 0;
    }

    .terms-wrap label {
        text-align: left;
        padding-left: 0px !important;
    }

    .input-wrap.terms-wrap {
        margin-bottom: 20px;
        gap: 10px;
    }

    .buttonForm {
        width: 100%;
    }

    .orText {
        font-size: 15px;
    }

    #sectionAbout {
        margin-top: 60px;
    }

    .aboutText::before {
        /* margin-right: 40px; */
        margin-right: 25px;
    }

    .aboutText {
        /* font-size: 20px; */
        font-size: 16px;
        margin-bottom: 50px;
    }

    #map-svg {
        width: 100%;
        height: 255px;
    }

    #map-svg .pin-line,
    #map-svg .pin-label {
        display: none !important;
    }

    #map-svg .pin {
        display: none !important;
    }

    #map-svg .pin-mobile-marker {
        display: block;
        opacity: 1;
    }

    #aboutTextTeam {
        font-size: 15px;
        margin-bottom: 85px;
    }

    #additionalInfo {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 30px;
        margin-bottom: 60px;
        margin-top: 50px;
    }

    .oneInfo {
        display: flex;
        align-items: center;
        column-gap: 15px;
        width: 100%;
    }

    .oneInfoBig {
        font-size: 41px;
        width: 80px;
        text-align: right;
        flex-shrink: 0;
    }

    .oneInfoDescription {
        font-size: 15px;
        text-align: left;
    }

    #contactModal h2 {
        font-size: 24px;
    }

    .modal-content {
        padding: 40px 25px;
    }

    #contactModal .contactForm input[name="phone"] {
        width: 100%;
    }

    .modal-close {
        top: 25px;
        right: 18px;
    }

    .singleClient {
        width: 100%;
        row-gap: 10px;
    }

    .allClients {
        margin-top: 55px;
        row-gap: 20px;
        margin-bottom: 50px;
    }

    .allClients .slide-project {
        height: 580px;
        padding-top: 30px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .tagClient {
        font-size: 14px;
    }

    .logoClient {
        /* width: 155px;
        height: 50px; */
        width: 100px;
        height: auto;
        max-height: 40px;
        object-fit: contain;
    }

    .containerMaterialize {
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
        height: 638px;
    }

    .containerMaterializeTitle {
        font-size: 36px;
        margin-bottom: 0px;
    }

    .containerMaterializeDescription {
        font-size: 17px;
        margin-top: -5px;
    }

    .containerMaterializeDescription br {
        display: none;
    }

    .allClients .contactUs {
        column-gap: 25px;
    }

    .btnViewMore {
        margin-top: 40px;
        margin-bottom: 60px;
        width: calc(100% - 50px);
        padding: 0px;
    }

    .industriesPage .letsTalk {
        margin-top: 15px;
    }

    .projectSingle .letsTalk {
        width: 100%;
        font-size: 16px;
    }

    #sectionAbout.industry {
        margin-top: 45px;
    }

    .allClients.industries {
        padding-top: 15px;
    }

    .allClients .industry .slide-project {
        height: 600px;
    }

    /* Ensure taps always trigger the card link on mobile */
    a.singleClient.project-item.industry {
        display: block;
        position: relative;
        z-index: 2;
    }

    a.singleClient.project-item.industry .slide-project * {
        pointer-events: none;
    }

    .allClients .industry .slide-project .swiper-content {
        flex-direction: column;
    }

    .allClients .industry .slide-project .swiper-content .serviceLeft {
        order: 1;
    }

    .allClients
        .industry
        .slide-project
        .swiper-content
        .contactMenu.hidden-desktop {
        order: 2;
    }

    .allClients .industry .slide-project .swiper-content > img {
        order: 3;
        margin-top: auto !important;
        display: block;
    }

    .allClients .industry .slide-project .swiper-content img {
        height: 400px;
        max-height: 400px;
        width: 100%;
        object-fit: contain;
        object-position: center bottom;
    }

    .singleClient.industry .swiper-content > img {
        margin-bottom: 0px !important;
        margin-top: auto !important;
    }

    .allClients .industry .contactMenu {
        margin-top: 12px;
        margin-bottom: 15px;
        width: calc(100% - 30px);
    }

    .industry .serviceTitle {
        font-size: 36px;
        padding-top: 30px;
    }

    .industry .serviceText {
        margin-bottom: 10px;
    }

    .industry .serviceText {
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .clientsIndustries .clientContainer {
        max-width: unset;
    }

    .allClients.industries {
        margin-bottom: 0px;
    }

    .industriesInfo {
        margin-top: 20px !important;
    }

    #bannerService.industry {
        margin-top: 100px;
        height: 880px;
    }

    #secondSectionAbout {
        margin-top: 60px;
    }

    .biggerMargin {
        margin-left: 25px;
        margin-right: 25px;
    }

    #description_end * {
        font-size: 15px !important;
    }

    .industryProj#projects {
        margin-top: 80px;
    }

    .swiper-projects .swiper-slide .serviceText img {
        height: 36px;
        max-width: 115px;
    }

    .clients-swiper.justify-center .swiper-wrapper {
        justify-content: flex-start;
    }

    #project-filters {
        flex-wrap: wrap;
        row-gap: 14px;
        column-gap: 8px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .filter-btn {
        font-size: 14px;
    }

    .allClients.clientsPortfolio {
        margin-top: 20px;
        row-gap: 25px;
    }

    .allClients.clientsPortfolio .singleClient {
        row-gap: 15px;
    }

    .allClients.clientsPortfolio .singleClient.containerMaterialize {
        row-gap: 27px;
    }

    .allClients.clientsPortfolio .slide-project {
        height: 235px;
    }

    #contentTerms * {
        font-size: 15px !important;
        font-family: "Lexend-Light" !important;
    }

    #contentTerms h3,
    #contentTerms b {
        font-size: 18px !important;
        margin-top: 45px;
    }

    #contentTerms {
        margin-bottom: 30px;
    }

    .projectSingle .letsTalk {
        padding-left: 0px;
        padding-right: 0px;
    }

    #bannerService.projectSingle {
        margin-top: 30px;
        height: 56vw;
        background-size: cover;
        background-position: center;
    }

    #logoAndPlatform {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
        row-gap: 25px;
        margin-bottom: 50px;
        margin-top: 15px;
    }

    #logoAndPlatform > div.borderSep {
        display: none;
    }

    .logoProject {
        max-width: 185px;
        height: 60px;
    }

    #logoAndPlatform > div b {
        font-size: 18px;
    }

    #logoAndPlatform > div *:not(b) {
        font-size: 15px;
    }

    #logoAndPlatform > div {
        row-gap: 5px;
        max-width: 100%;
    }

    .sectionProject h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .sectionProjectDescription {
        max-width: 100%;
    }

    .sectionProjectDescription,
    .sectionProjectDescription * {
        font-size: 15px !important;
    }

    .challengeImages {
        height: auto;
        max-height: unset;
        margin-top: 60px;
        margin-bottom: 50px;
        flex-direction: column;
        row-gap: 20px;
    }

    .challengeImages img {
        width: 100% !important;
    }

    .challengeImages .side {
        width: 100% !important;
        row-gap: 20px !important;
    }

    .swiperMockupsWrap {
        margin-top: 60px;
        margin-left: -25px;
        margin-right: -25px;
    }

    .swiperMockupsWrap::before,
    .swiperMockupsWrap::after {
        display: none;
    }

    .swiperMockups {
        height: 600px;
        width: auto;
    }

    #shareAndProject {
        flex-direction: column;
        row-gap: 30px;
    }

    #processSection .progress-container {
        display: none;
    }

    #bannerService.projectSingle.bannerEnd {
        background-attachment: scroll;
        height: 235px;
    }

    #processSection {
        margin-bottom: 50px;
    }

    .viewProjectButtons {
        flex-direction: column;
        row-gap: 10px;
    }

    .projectButton {
        width: auto;
    }

    .shareProject {
        justify-content: space-between;
    }

    .shareLinks {
        column-gap: 15px;
    }

    .slide1::before,
    .slide2::before,
    .slide3::before {
        display: none;
    }

    .clientContainer img {
        max-height: 40px;
        max-width: 120px;
    }

    .iti--show-flags {
        width: 100%;
    }

    .swiper-services .swiper-slide.landscape-stack {
        width: 550px;
    }

    .testimonialBottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .testimonialBottom img {
        width: 100px;
        height: 35px;
        object-fit: contain;
        margin-left: 0px;
        /* margin-top: 10px; */
        margin-top: 5px;
    }

    .slide3 .slideTop {
        row-gap: 15px;
    }

    .letsTalk {
        padding: 16px 30px;
    }

    .oneServiceRightContainer {
        width: calc(100% + 50px);
    }

    #sectionAbout.industry .aboutText {
        font-size: 16px;
    }

    .swiper-services .swiper-slide.portrait img {
        object-position: center center;
    }

    .swiper-services .swiper-slide .card,
    .swiper-services .swiper-slide.card {
        transform-style: flat;
        transform: none;
    }
}

@media only screen and (max-width: 768px) {
    /* About page map: larger than the viewport, pan horizontally */
    #sectionAbout .about-map-scroll {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        margin-left: -25px;
        margin-right: -25px;
        width: auto;
        padding-bottom: 12px;
    }

    #sectionAbout .about-map-scroll #map-svg {
        width: 122vw;
        min-width: 122vw;
        max-width: none;
        height: auto;
        display: block;
    }

    .clients-swiper,
    .clientContainer {
        height: 80px;
    }

    .projectsService {
        margin-top: 30px;
    }

    .techServiceRight,
    .advantagesRight {
        gap: 10px;
    }

    .swiper-services .swiper-slide,
    .allClients .slide-project,
    .containerMaterialize,
    .industry.singleClient,
    .challengeImages img,
    .swiper-services .swiper-slide.landscape-stack .landscape,
    .swiper-projects .swiper-slide {
        border-radius: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .alertify-notifier .ajs-message {
        width: calc(100vw - 60px);
        max-width: calc(100vw - 60px);
    }
}
