* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../Fonts/Helvetica_Regular.otf') format('truetype');
}


@font-face {
    font-family: 'Helvetica Rounded';
    src: url('../Fonts/Helvetica_Rounded.otf') format('truetype');
}


@font-face {
    font-family: 'Syne';
    src: url('../Fonts/Syne-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    src: url('../Fonts/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'SF Pro';
    src: url('../Fonts/SF-Pro-Regular.OTF') format('truetype');
}

img[src$=".svg"] {
    image-rendering: -webkit-optimize-contrast;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

a {
    cursor: pointer;
    text-decoration: none;
}

body {
    display: grid;
    place-items: center;
    width: 100%;
}

.main-dig-card {
    width: 420px;
    min-height: 100vh;
    background-image: url("../Images/card_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

/* .pay_page {
    background-image: url("../Images/bg_pay.jpg");
    background-repeat: no-repeat;
    background-size: cover;
} */

.dig-card-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    gap: 10px;
    z-index: 3;
}

.dig-card-header img.logo {
    height: 205px;
    width: auto;
}

.dig-card-header img {
    object-fit: contain;
    z-index: 4;
}

.dig-card-header img.logo {
    object-fit: contain;
    z-index: 4;
    margin-left: 22px;
}

.dig-card-header .dig-profile-img {
    margin-top: -75px;
    margin-left: -15px;
}

.dig-card-header .dig-profile-img img {
    height: auto;
    width: 330px;
}

.dig-profile {
    margin: 25px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.dig-profile .dig-tagline {
    font-size: 24px;
    font-family: "Helvetica", sans-serif;
    font-weight: bold;
    letter-spacing: 0.8px;
    color: #4F4949;
}

.dig-profile .dig-tagline span {
    color: #000;
}

.dig-profile .dig-intro {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 335px;
    height: 50px;
    background-color: #E7E7E7;
    border-radius: 25px;
}

.dig-profile .dig-intro p {
    margin: 0;
    font-size: 15x;
    font-family: "Arial Unicode MS", sans-serif;
    color: #000;
}

.dig-card-main-tabs {
    position: relative;
    margin: 10px 0;
}

.dig-card-main-tabs img {
    height: 55px;
    margin-bottom: 7px;
}

.dig-card-main-tabs p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 0;
    font-family: "Syne", sans-serif;
}

.dig-card-bottom-bar {
    width: 100%;
    margin: 10px 0;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dig-card-bottom-bar .container {
    max-width: 400px;
    background-color: #BCBDC3;
    color: #FFF;
    border-radius: 25px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 10px;
    z-index: 999;
}

.dig-card-bottom-bar .bottom-bar-item {
    margin: 5px 0 0 0;
}

.dig-card-bottom-bar .bottom-bar-item>div {
    height: 80px;
    width: auto;
    display: block;
    cursor: pointer;
}

.dig-card-bottom-bar .bottom-bar-item img {
    height: 45px;
}

.dig-card-bottom-bar .bottom-bar-item p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 8px;
    margin-bottom: 0;
    color: #000;
    font-family: "Poppins", sans-serif;
}

.input-wrap {
    border: 0px !important;
    outline: 0px !important;
    box-shadow: none !important;
    border: 1px solid rgb(215, 205, 205) !important;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    resize: none;
}

form .exchange-contact-btn {
    background-color: #FF7F04;
    color: white !important;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    border-radius: 10px !important;
}


form .exchange-contact-btn:hover {
    background-color: #FF7F04;
    color: #FFF;
    opacity: 0.8;
}

.modal-title {
    color: #000;
}

.modal-body {
    color: #000;
}

.cus-modal .modal-body .icons {
    margin: 15px 0px 20px 0px;
}

.cus-modal .modal-body .icons a {
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 50%;
    margin-right: 15px;
    transition: all 0.3s ease-in-out;
}

.cus-modal .modal-body .icons a span {
    transition: all 0.09s ease-in-out;
}

.cus-modal .modal-body .icons a:hover span {
    transform: scaleX(1.1);
}

.cus-modal .modal-body .field {
    margin: 15px 0px -5px 0px;
    height: 45px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 0 5px;
}

.cus-modal .modal-body .field.active {
    border-color: #7d2ae8;
}

.cus-modal .field span {
    width: 50px;
    font-size: 1.1rem;
    color: #4565e7;
}

.cus-modal .field.active span {
    color: #0088cc;
}

.cus-modal .field input {
    border: none;
    outline: none;
    font-size: 0.89rem;
    width: 100%;
    height: 100%;
}

.cus-modal .field button {
    padding: 5px 16px;
    color: #fff;
    background: #0088cc;
    border: 2px solid transparent;
    border-radius: 5px;
    font-weight: 500;
}

.cus-modal .field.active button {
    background-color: rgb(19, 184, 19);
}


.driver-popover.parth-theme {
    background-color: #ffffff;
    color: #000;
    border-radius: 15px;
}

.driver-popover.parth-theme .driver-popover-title {
    font-size: 18px;
    color: #EF9E4C;
    font-family: sf-med;
    font-weight: 400;
}

.driver-popover.parth-theme .driver-popover-description {
    color: #21232B;
    font-family: sf-reg;
}

.driver-popover.parth-theme .driver-popover-progress-text {
    color: #000;
}

.driver-popover.parth-theme .driver-popover-navigation-btns {
    gap: 3px;
}

.driver-popover.parth-theme .driver-popover-close-btn {
    color: #000;
    font-size: 25px;
}

.driver-popover.parth-theme .driver-popover-close-btn:hover {
    color: #9b9b9b;
}

.driver-popover.parth-theme .driver-popover-next-btn {
    background-color: #21232B;
    color: white;
    text-shadow: none;
    border: 0px;
    box-shadow: none;
    font-size: 15px;
    padding: 5px 20px;
    border-radius: 15px;
    font-family: sf-med;
    font-weight: 400;
}

.driver-popover.parth-theme .driver-popover-prev-btn {
    background-color: #fff;
    color: #21232B;
    text-shadow: none;
    border: 0px;
    box-shadow: none;
    font-size: 15px;
    padding: 5px 10px;
    border: 1px solid #21232B;
    border-radius: 15px;
    font-family: sf-med;
    font-weight: 400;
}

.introjs-helperLayer {
    box-shadow: rgba(33, 33, 33, 0) 0px 0px 1px 2px, rgba(0, 0, 0, 0.405) 0px 0px 0px 5000px !important;
    border-radius: 15px;
    transition: all 0.029s ease-in-out;
}

.introjs-tooltipReferenceLayer * {
    font-family: sf-reg;
}

.parth-theme .introjs-progress {
    height: 7px;
}

.parth-theme .introjs-progressbar {
    background-color: #21232B;
}

.parth-theme .introjs-tooltipbuttons {
    border-top: 0px;
}

.parth-theme .introjs-tooltiptext {
    font-size: 14px;
    padding: 10px 20px;
}

.parth-theme .introjs-tooltip-title {
    font-size: 18px;
    color: #EF9E4C;
    font-family: sf-med;
    font-weight: 400;
}

.introjs-tooltip.parth-theme {
    border-radius: 15px;
    min-width: 300px;
}

.parth-theme .introjs-arrow {
    display: none !important;
}

.parth-theme .introjs-tooltipbuttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.introjs-button.introjs-prevbutton {
    background-color: #fff;
    color: #21232B;
    text-shadow: none;
    border: 0px;
    box-shadow: none;
    font-size: 15px;
    padding: 5px 10px;
    border: 1px solid #21232B;
    border-radius: 15px;
    font-family: sf-med;
    font-weight: 400;
}

.introjs-button.introjs-nextbutton {
    background-color: #21232B;
    color: white;
    text-shadow: none;
    border: 0px;
    box-shadow: none;
    font-size: 15px;
    padding: 5px 20px;
    border-radius: 15px;
    font-family: sf-med;
    font-weight: 400;
}

.introjs-button.introjs-disabled {
    opacity: 0.5;
}

.dig-card-back-btn {
    width: 100%;
    height: 180px;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0 10px;
}

.dig-card-back-btn a {
    text-decoration: none;
    margin-top: 30px;
    z-index: 2;
}

.dig-card-back-btn button {
    height: 50px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-size: 21px;
    text-decoration: none;
    border-radius: 15px;
    background-color: transparent;
}

.dig-card-back-btn button img {
    height: 14px;
}

.upi-list-card-wrap {
    border-radius: 25px;
    border: 1px solid black;
    padding: 13px 20px;
    font-size: 18px;
}

.gpay-scanner {
    border: 1px solid black;
    padding: 20px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    text-decoration: none;
    color: #000;
    border-radius: 25px;
}

.gpay-scanner p {
    margin-bottom: 0;
    font-size: 18px;
}

.qr-code-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.605);
    display: none;
}

.qr-code-popup.open {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.qr-code-popup .container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 500px;
}

.qr-code-popup .container .ab-close-wrap {
    position: absolute;
    top: 50px;
    right: 30px;
    z-index: 100;
    cursor: pointer;
}

.bottom-line {
    padding: 10px 0;
}

.bottom-line img {
    position: absolute;
    bottom: 11px;
    left: 50%;
    transform: translateX(-50%);
}

.gallery_pop_up .project-list-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.gallery_pop_up .project-list-wrap img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.gallery-layout {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 15px;
}

.gallery-layout .cat-btn {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 95%;
    margin-top: 15px;

}

.gallery-layout .cat-btn button {
    height: 40px;
    width: 130px;
    border-radius: 20px;
    background-color: black;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 500;
}

.gallery-layout .cat-dot {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
    gap: 10px;
}

.dig-card-services {
    min-height: 275px;
    margin: 15px 0;
    width: 340px;
    background-color: #F8F7FC;
    border-radius: 10px;
}

.dig-card-services .service-container {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 10px 0;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.dig-card-services .dig-card-services-head {
    font-family: "Quicksand", sans-serif;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
}

.service-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 15px 0;
}

.service-list .service-item {
    background-color: #F8F7FC;
    width: 100%;
}

.service-list .service-item .service-item-btn {
    background-color: #F8F7FC;
    border: none !important;
    outline: none;
    padding: 10px 0;
    padding-left: 11px;
    padding-right: 8px;
}

.service-list .service-item h2>button {
    border: none;
    outline: none;
}

.service-list .service-item .service-item-btn span {
    font-family: "Syne", sans-serif;
    font-weight: 400;
    color: #5B5B5B;
    font-size: 16px;
    letter-spacing: 0.8px;
    outline: none;
    border: none;
}

/* Ensure no extra border, padding, or shadow when accordion is open */
.service-list .service-item .service-item-btn:focus,
.service-list .service-item .service-item-btn:not(.collapsed) {
    box-shadow: none !important;
    border: 0 !important;
    background-color: #F8F7FC !important;
    outline: none !important;
    /* to match collapsed state */
}

.service-list .service-item .service-body,
.service-list .service-item .service-body b {
    font-family: "Syne", sans-serif;
}

.accordion-button::after {
    display: none;
    /* Hide default arrow */
}

.accordion-button.service-item-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion-button .btn-text {
    flex-grow: 1;
    text-align: left;
}

.accordion-button .custom-icons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.custom-icons img {
    width: 24px;
    height: 24px;
}

.custom-icons .dropdown-icon i {
    font-size: 14px;
    color: #B5B5B5;
}

.custom-icons .dropdown-icon {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.accordion-button,
.accordion-button:focus,
.accordion-button:not(.collapsed) {
    border: none !important;
    box-shadow: none !important;
    background: none !important;
}

.accordion-item {
    border: none !important;
    background: none !important;
}

.accordion-item:not(:last-child) {
    border-bottom: 2px solid #E0E0E0 !important;
    border-radius: 0 !important;
}

.accordion-button:not(.collapsed) .dropdown-icon {
    transform: rotate(180deg);
}

.dig-card-clients {
    max-width: 100%;
    overflow-x: hidden;
    margin-top: 25px;
    padding: 0 20px;
}

.dig-card-clients .dig-card-clients-head h3 {
    font-family: "Helvetica Rounded", sans-serif;
    color: #000;
    font-weight: 700;
    letter-spacing: 1px;
}

.dig-card-clients .logo-scroll-container {
    display: flex;
    overflow-x: auto;
    gap: 15px;
    padding: 10px 0;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    white-space: nowrap;
}

.dig-card-clients .logo-scroll-container img.working-item {
    height: 180px;
    width: auto;
}

.dig-card-clients .logo-scroll-container img.nfc-cards {
    height: 195px;
    width: auto;
}

/* Logo images */
.dig-card-clients .logo-scroll-container .logo-item {
    flex: 0 0 auto;
    scroll-snap-align: start;
    border-radius: 12px;
    object-fit: contain;
}

/* Hide scrollbars (optional) */
.dig-card-clients .logo-scroll-container::-webkit-scrollbar {
    display: none;
}

.dig-card-clients .logo-scroll-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.dig-card-nexus {
    margin: 20px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
}

.dig-card-nexus .dig-get-card button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 160px;
    background-color: #FFF;
    border-radius: 28px;
    border: 1.5px solid #195DC3;
}

.dig-card-nexus .dig-get-card button a {
    color: #000;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
}

.dig-card-nexus .container p {
    font-family: "SF Pro", sans-serif;
}

.dig-card-nexus .container p>a {
    text-decoration: none;
}

.icon-3d-wrap {
    position: relative;
    z-index: 102;
    cursor: pointer;
}

.icon-3d-wrap .dropdown-menu {
    transition: all 0.3s ease-in-out;
    transform: scale(0.4);
    border-radius: 10px;
    border: 1px solid rgba(89, 80, 80, 0.32);
    background: rgba(0, 0, 0, 0.76);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    min-width: 8rem;
    padding: 0px;
}

.icon-3d-wrap {
    position: relative;
    z-index: 102;
    cursor: pointer;
}

.icon-3d-wrap .dropdown-menu {
    transition: all 0.3s ease-in-out;
    transform: scale(0.4);
    border-radius: 10px;
    border: 1px solid rgba(89, 80, 80, 0.32);
    background: rgba(0, 0, 0, 0.76);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    min-width: 180px;
    padding: 0px;
}

.icon-3d-wrap .dropdown-menu li button>img {
    height: 40px;
}

.icon-3d-wrap .dropdown-menu li {
    border-bottom: 1px solid;
}

.icon-3d-wrap .dropdown-menu li:nth-last-child(1) {
    border-bottom: 0px;
}

.icon-3d-wrap .dropdown-menu .dropdown-item {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease-in-out;
    gap: 10px;
    padding: 8px;
}

.icon-3d-wrap .dropdown-menu .dropdown-item:hover {
    background-color: #373737;
}

.fixed-3d-bg-wrap {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 101;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.79);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.dropdown-toggle.icon-3d-wrap::after {
    display: none;
}

.icon-3d-img-wrap {
    transition: all 0.3s ease-in-out;
}

.dropdown-toggle.icon-3d-wrap.show .title-3d-icon {
    color: #fff;
}

#addtohomescreen {
    top: 0px !important
}

#addtohomescreen .modal-content {
    border-radius: 20px
}

#addtohomescreen .cus-tab-add-card-wrap {
    display: inline-flex;
    justify-content: center;
    width: 100%
}

#addtohomescreen .cus-tab-add-card-wrap .nav-tabs {
    border-bottom: 0px;
    display: inline-flex;
    background: #dbdbdb;
    border-radius: 24px
}

#addtohomescreen .cus-tab-add-card-wrap .nav-tabs .nav-link {
    margin-bottom: 0px;
    background: 0 0;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 24px !important;
    color: #000;
    padding: 5px 20px
}

#addtohomescreen .cus-tab-add-card-wrap .nav-tabs .nav-item.show .nav-link,
#addtohomescreen .cus-tab-add-card-wrap .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #4AC14B;
    border-color: rgba(0, 0, 0, 0)
}

#addtohomescreen ::-webkit-scrollbar {
    width: 4px;
    height: 6px;
    background-color: #eaeaea;
    border-radius: 10px
}

#addtohomescreen ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #21232b;
    border-radius: 10px
}

#addtohomescreen p,
#addtohomescreen li,
#addtohomescreen a {
    font-size: .9rem
}

#addtohomescreen .modal-body {
    padding: 0;
}

.gallery_pop_up {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery_pop_up .project-list-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
    gap: 10px;
}

.gallery_pop_up .project-list-wrap .product-detail {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.gallery_pop_up .project-list-wrap .product-detail h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

.gallery_pop_up .col-12 {
    width: 90%;
    height: 700px;
    overflow: hidden;
    text-align: center;
}

.gallery_pop_up .project-list-wrap img {
    width: 100%;
    height: 95%;
    object-fit: cover;
    display: block;
    object-position: top left;
    border-radius: 25px;
}

.gallery-layout {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 15px;
}


.net-banking-wrap {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #000000;
    padding: 15px 15px;
    margin: 20px 0;
}

.net-banking-wrap p {
    font-size: 14px;
}

.upi-list-card-wrap {
    border-radius: 25px;
    border: 1px solid #000000;
    padding: 13px 15px;
}

.payment-details-section p {
    font-size: 0.85rem;
}

.upi-list-card-wrap p {
    font-size: 14px;
}


@media (max-width: 480px) {
    .main-dig-card {
        width: 100%;
        height: 100%;
        /* background-image: url('../Images/card-bg.png'); */
        background-size: cover;
    }

    .container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .dig-card-header {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 90%;
        gap: 10px;
    }

    .dig-card-main-tabs img {
        height: 50px;
        width: 50px;
        margin-bottom: 4px;
    }

    .dig-card-main-tabs p {
        font-size: 15px;
        line-height: 16px;
    }

    .dig-card-bottom-bar {
        width: 100%;
        margin: 10px 0;
        height: 95px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 10px;
    }

    .dig-card-bottom-bar .container {
        color: #FFF;
        border-radius: 25px;
        width: 95%;
    }

    .dig-card-bottom-bar .bottom-bar-item {
        width: 25%;
        height: fit-content;
    }

    .dig-card-bottom-bar .bottom-bar-item img {
        height: 45px;
    }

    .dig-card-bottom-bar .bottom-bar-item p {
        font-size: 12px;
        line-height: 14px;
        margin-top: 7px;
        margin-bottom: 0;
    }
}

@media (max-width: 420px) {
    .dig-card-header img {
        height: auto;
        width: auto;
    }


    .dig-card-main-tabs img {
        height: 45px;
        width: 45px;
        margin-bottom: 4px;
    }

    .service-list .service-item .service-item-btn span {
        font-size: 12px;
    }


    .icon-3d-wrap .dropdown-menu li button>img {
        height: 40px;
    }

    .icon-3d-wrap .dropdown-menu li button {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
    }

    .dig-card-clients {
        max-width: 100%;
        padding: 0 25px;
    }

    .dig-card-clients .logo-scroll-container {
        gap: 10px;
    }

    .dig-card-clients .logo-scroll-container img.working-item {
        height: 150px;
        width: auto;
    }

    .dig-card-clients .logo-scroll-container img.nfc-cards {
        height: 160px;
        width: auto;
    }

}


@media (max-width: 380px) {

    .net-banking-wrap div span,
    .net-banking-wrap div p {
        font-size: 12px;
    }

    #gpayid2 {
        font-size: 12px;
    }
}


@media (max-width: 360px) {
    .dig-card-services {
        width: 100%;
    }

    .dig-card-clients {
        padding: 0;
    }

    .dig-card-clients .logo-scroll-container img.working-item {
        height: 140px;
        width: auto;
    }

    .dig-card-clients .logo-scroll-container img.nfc-cards {
        height: 150px;
        width: auto;
    }

}