/* ================================================================
  1. GLOBAL / ROOT VARIABLES
================================================================
*/
    :root {
        /* Colors - Core */
        --color-azure: #4285f4;
        --color-secondary: #ff9800;
        --color-dark: #212121;
        --color-white: var(--color-white);
        --color-grey-text: #5A6A7E;
        --color-muted-text: #666666;
        --color-light-text: #777777;
        --color-border-light: #f1f5f9;
        --color-bg-light: #f8fafc;
        --color-bg-blue-light: #f3f8ff;
        --color-bg-banner: #f8fbff;
        --color-primary-blue: #3d7ce3;
        --color-primary-blue-alt: #4a90e2;
        --color-primary-blue-hover: #357abd;
        --color-shopify-green: #95bf47;
        --color-azure-border: #BACFF2;
        --light-bg-blue: #f1f6ff;
        --color-white: #fff;

        /* Legacy / Duplicate Aliases (Mapped to Core) */
        --color-azure-61: var(--color-azure);
        --primary-light-ims: var(--color-bg-blue-light);
        --white: var(--color-white);
        --secondary-color: var(--color-secondary);
        --dark-bg-ims: var(--color-dark);
        --primary-blue-border: #b3cbf2;

        /* Grid & Overlays */
        --color-bg-grid-line: #eef3fa;
        --color-bg-grid-active: #e6f2ff;

        /* Rating Colors */
        --color-star-empty: #e0e0e0;
        --color-star-fill: #ffb400;

        /* Gradients */
        --grad-1: linear-gradient(180deg, #ebc2fc 0%, #d5e1ff 100%);
        --grad-2: linear-gradient(180deg, #a6c0fe 0%, #e0e8ff 100%);
        --grad-4: linear-gradient(180deg, #fdb7b3 0%, #d2a0e9 100%);
        --grad-5: linear-gradient(180deg, #aec4ff 0%, #dee8ff 100%);
        --grad-dark-navy: linear-gradient(135deg, var(--color-dark) 0%, #000d21 100%);
        --grad-blue-action: linear-gradient(to right, #4a90e2, #357abd);
        --grad-app-blue: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
        --mask-fade: linear-gradient(to right, transparent, black 5%, black 95%, transparent);

        /* Spacing & Sizes */
        --spacing-section: 3rem;
        --spacing-card-gap: 1.25rem;
        --spacing-standard: 1.25rem;
        --spacing-sm: 0.0625rem;
        --spacing-md: 0.1rem;
        --spacing-xl: 3.125rem;

        /* Radius */
        --radius-sm: 0.25rem;
        --radius-main: 0.5rem;
        --radius-md: 0.75rem;
        --radius-lg: 1.25rem;
        --radius-xl: 1.875rem;
        --radius-pill: 3.125rem;

        /* Fonts */
        --font-primary: "Segoe UI", Roboto, sans-serif;
        --font-red-hat: "Red Hat Display", sans-serif;
        --font-vietnam: "Be Vietnam Pro", sans-serif;

        /* Font Aliases */
        --font-family-red-hat-display: var(--font-red-hat);
        --font-family-be-vietnam-pro: var(--font-vietnam);

        /* Shadow */
        --shadow-sm: 0 0.25rem 0.9375rem rgba(0, 0, 0, 0.03);
        --shadow-md: 0 0.3125rem 1.25rem rgba(0, 0, 0, 0.05);
        --shadow-lg: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.1);

        /* Dimensions */
        --max-width-500: 500px;
        --max-width-800: 800px;
    }

    /* ================================================================
  2. RESET & BASE STYLES
================================================================
*/
    body {
        font-family: var(--font-primary);
        background-color: var(--color-white);
        overflow-x: hidden;
    }



    header {
        padding-bottom: 20px !important;
        padding-top: 20px !important;
        position: fixed;
        width: 100%;
        z-index: 999;
        transition: all 0.3s ease !important;
        background: rgba(255, 255, 255, 0.7) !important;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    section {
        padding: var(--spacing-section) 0;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    a {
        text-decoration: none;
    }

#cookie-notice .cn-button:not(.cn-button-custom){
	color: #fff!important;
}

    /* ================================================================
  3. TYPOGRAPHY
================================================================
*/
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: var(--color-dark);
        font-family: var(--font-family-red-hat-display);
    }

    h1 {
        font-weight: normal;
        font-size: 2.2rem;
        line-height: 2.6rem;
    }

    h1 span {
        font-weight: 900;
    }

    h1 .primary-text {
        color: var(--color-azure);
        font-weight: 800;
    }

    div,
    p,
    span {
        color: var(--color-grey-text);
        font-family: var(--font-family-be-vietnam-pro);
    }

    .primary-text {
        font-weight: 600;
        color: var(--color-azure);
    }

    .bold-text {
        font-weight: 600;
        color: var(--color-dark);
    }

    p strong {
        font-weight: 600;
        color: #020e22b8;
    }

    .text-black,
    .text-dark {
        color: var(--color-dark);
    }


    .trust-text {
        font-size: 0.9rem;
        text-transform: capitalize;
    }

    .fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    /* IMS Typography Classes */
    .ims-prime-blue {
        color: var(--color-azure);
    }

    .ims-primary-bg {
        background-color: var(--primary-light-ims);
    }

    .ims-h1 {
        font-weight: 700;
        letter-spacing: .5px;
        font-size: 36px;
        margin-bottom: 6px;
        margin-bottom: 10px;
    }

    .ims-h2 {
        font-size: 26px;
        font-weight: 600;
        line-height: 1.5;
    }

    .ims-h2.black {
        color: var(--color-dark);
    }

    .ims-h3 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 12px;
    }

    .ims-h3.black {
        color: var(--color-dark);
    }

    .ims-p {
        font-size: 16.5px;
        line-height: 1.6;
    }

    .ims-p.black {
        color: var(--color-grey-text);
    }

    .ims-p.light {
        color: var(--color-grey-text);
    }

    /* ================================================================
  4. UTILITIES & HELPERS
================================================================
*/
    /* Z-Index */
    .z-ind-0 {
        z-index: 0;
    }

    .z-ind-1 {
        z-index: 1;
    }

    .z-ind-2 {
        z-index: 2;
    }

    .z-1 {
        z-index: 1;
    }

    .z-2 {
        z-index: 2;
    }

    .z-3 {
        z-index: 3;
    }

    /* Border Radius */
    .rounded-md {
        border-radius: var(--radius-md);
    }

    .rounded-lgg {
        border-radius: var(--radius-lg);
    }

    .rounded-main {
        border-radius: var(--radius-main);
    }

    .rounded-3 {
        border-radius: 15px;
    }

    .rounded-4 {
        border-radius: .4rem;
    }

    .rounded-5 {
        border-radius: .6rem;
    }

    /* Backgrounds & Borders */
    .light-blue-bg {
        background: var(--color-bg-banner);
    }

    .ims-blue-border {
        border: 1px solid var(--color-azure);
    }

    /* Spacing & Gap */
    .gap-sm {
        gap: var(--spacing-sm);
    }

    .gap-md {
        gap: var(--spacing-md);
    }

    .gap-1 {
        gap: .7rem;
    }

    .gap-2 {
        gap: 1.4rem;
    }

    .gap-3 {
        gap: 2.1rem;
    }

    .gap-4 {
        gap: 2.8rem;
    }

    .gap-5 {
        gap: 3.5rem;
    }

    .row-gap-1 {
        row-gap: .3rem;
    }

    .row-gap-2 {
        row-gap: 1.1rem;
    }

    .row-gap-3 {
        row-gap: 2.1rem;
    }

    .row-gap-4 {
        row-gap: 2.8rem;
    }

    .row-gap-5 {
        row-gap: 3.5rem;
    }

    /* Dimensions */
    .max-width-800 {
        max-width: var(--max-width-800);
        width: 100%;
        margin: auto;
    }


    /* ================================================================
  5. BUTTONS & LINKS
================================================================
*/
    .primary-text,
    a {
        color: var(--color-azure-61);
    }

    #submit_pricing {
        width: 150px;
        padding: 10px;
        color: var(--color-white);
        border-radius: 50rem !important;
        background-color: var(--color-azure-61);
        border: .2rem solid var(--color-azure-border);
    }

    .home-btn-blue {
        position: relative;
        gap: .1rem;
        width: -moz-max-content;
        width: max-content;
        padding: .25rem .3125rem .25rem 1.0625rem;
        background-color: var(--color-azure-61);
        border: .2rem solid var(--color-azure-border);
        transition: transform 0.3s ease, background-color 0.3s ease;

    }

    .home-btn-blue:hover {
        transform: translateY(-2px);
    }

    @keyframes playPulse {
        0% {
            box-shadow: 0 0 0 0 var(--color-azure-border, rgba(0, 123, 255, 0.6));
            opacity: 0.8;
        }

        100% {
            box-shadow: 0 0 0 15px var(--color-azure-border, rgba(0, 123, 255, 0.6));
            opacity: 0;
        }
    }

    .home-btn-blue::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: inherit;
        z-index: -1;
        opacity: 0;
    }

    .home-btn-blue:hover::after {
        animation: playPulse 1.5s ease-out infinite;
    }

    .home-btn-blue .btn-svg svg {
        transition: transform 0.3s ease;
    }

    .home-btn-blue:hover .btn-svg svg {
        transform: scale(1.15);
    }


    .home-btn-dark {
        padding: .25rem .3125rem .25rem 1.0625rem;
        min-height: 2.75rem;
        background-color: var(--color-dark);
        border: .0625rem solid rgba(59, 119, 219, .15);
        box-shadow: 0 0 .9125rem rgba(0, 0, 0, .14);
        cursor: pointer;
        isolation: isolate;
        line-height: 1.5rem;
        color: var(--color-white);
        white-space: nowrap;
        width: -moz-max-content;
        width: max-content;
        z-index: 1;
        position: relative;
        overflow: hidden;
		display: inline-flex;
		transition: transform 0.3s ease, background-color 0.3s ease;
    }

    .home-btn-dark:hover {
/*         box-shadow: 0 4px 1.2rem rgba(0, 0, 0, 0.25); */
        background-color: var(--color-dark);
		transform: translateY(-2px);
    }

    .home-btn-dark::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    background: linear-gradient(
        to right, 
        transparent, 
        rgba(255, 255, 255, 0.4), 
        transparent
    );
   
    transform: skewX(-25deg) translateX(-90%);
    
    z-index: 1; 
    pointer-events: none;
    }

    .home-btn-dark::after {
        content: "";
        position: absolute;
        bottom: -0.5rem;
        left: 50%;
        transform: translateX(-50%);
        width: 9.375rem;
        height: 1.25rem;
        background: rgb(255 255 255 / 83%);
        filter: blur(1.21rem);
        z-index: -1;
        transition: width 0.4s ease-out, height 0.4s ease-out, background 0.4s ease;
        opacity: 0.7;
    }

    .home-btn-dark:hover::before {
        animation: shinebtn 1.5s ease-in-out;
    }

@keyframes shinebtn {
    0% {
        transform: skewX(-25deg) translateX(-90%);
    }
    100% {
        transform: skewX(-25deg) translateX(150%);
    }
}

    .btn-explore {
        background-color: var(--color-white);
        color: var(--color-dark);
        font-weight: 600;
        padding: .75rem 2.1875rem;
        border-radius: 3.125rem;
        border: none;
        transition: transform .2s;
        border: 3px solid #586985;
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
    }

    .btn-explore:hover {
        background-color: #f8f9fa;
        transform: scale(1.05);
        text-decoration: none;
    }

    .btn-text {
        text-transform: capitalize;
		position: relative;
    z-index: 10;
    }

.btn-svg{
	position: relative;
    z-index: 10;
}

    .btn-trial {
        background-color: var(--color-white);
        color: var(--color-dark);
        font-weight: 600;
        padding: .625rem 1.875rem;
        border-radius: 3.125rem;
        border: none;
        margin-top: 1.5625rem;
        display: inline-block;
        transition: all .3s ease;
    }

    .btn-trial:hover {
        background-color: #e9ecef;
        transform: translateY(-.125rem);
        text-decoration: none;
        color: var(--color-dark);
    }

    .btn-know-more {
        background: var(--grad-blue-action);
        color: var(--color-white);
        border: none;
        border-radius: 3.125rem;
        padding: .75rem 1.875rem;
        font-weight: 600;
        width: -moz-fit-content;
        width: fit-content;
        box-shadow: 0 .25rem .9375rem rgba(59, 124, 227, .3);
        transition: all .3s ease;
    }

    .btn-know-more:hover {
        color: var(--color-white);
        transform: translateY(-.125rem);
        box-shadow: 0 .375rem 1.25rem rgba(59, 124, 227, .4);
        text-decoration: none;
    }

    .btn-get-offer {
        position: relative !important;
        z-index: 10;
        background-color: var(--color-primary-blue-alt);
        color: var(--color-white);
        padding: .5rem 1.25rem;
        border-radius: .75rem;
        font-weight: 600;
        font-size: .9rem;
        box-shadow: 0 .25rem .9375rem rgba(74, 144, 226, .4);
        transition: all .3s ease;
        isolation: isolate;
    }

    .btn-get-offer:hover {
        color: #fff;
        background: #4285f4;
    }

    .btn-get-offer::before,
    .btn-get-offer::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: .75rem;
        border: 1px solid var(--color-primary-blue-alt);
        opacity: 0;
        z-index: -1;
    }

    .btn-get-offer::before {
        animation: ripple-effect 2s infinite ease-out;
    }

    .btn-get-offer::after {
        animation: ripple-effect 2s infinite ease-out;
        animation-delay: 1s;
    }

    @keyframes ripple-effect {
        0% {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0.5;
        }

        100% {
            top: -10px;
            left: -10px;
            right: -10px;
            bottom: -10px;
            opacity: 0;
        }
    }


    .btn-white-pill {
        background: var(--color-white);
        color: var(--color-dark);
        font-weight: 700;
        padding: .75rem 2.1875rem;
        border-radius: 3.125rem;
        border: none;
        transition: .3s;
    }

    .btn-white-pill:hover {
        transform: scale(1.05);
        text-decoration: none;
        background: #f8f9fa;
    }

    .page-btn {
        width: 2.5rem;
        height: 2.5rem;
        border: .0625rem solid var(--color-primary-blue);
        background: var(--color-white);
        color: var(--color-primary-blue);
        border-radius: .5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .2s ease;
    }

    .page-btn:hover {
        background: var(--color-primary-blue);
        color: var(--color-white);
    }

    /* ================================================================
  6. SECTION HEADERS
================================================================
*/

    .home-section-header {
        max-width: var(--max-width-800);
        margin: auto;
        width: 100%;
    }

    .home-section-header .section-tagline {
        color: var(--color-azure);
        font-weight: 500;
        margin-bottom: 10px;
    }

    .home-section-header .section-title {
        font-size: 2rem;
        font-weight: normal;
        margin-bottom: 1rem;
    }

    .home-section-header .section-title .primary-text {
        font-weight: 700;
        color: var(--color-azure);
    }

    .home-section-header .section-title .bold-text {
        font-weight: 700;
        color: var(--color-dark);
    }

    .home-section-header .section-p {
        color: var(--color-grey-text);
        margin-bottom: 2.5rem;
    }

    .cta-section-header {
        max-width: 600px;
        margin: auto;
        width: 100%;
    }

    .cta-section-header .cta-header {
        font-size: 2rem;
        font-weight: 300;
        margin-bottom: 1rem;
        color: var(--color-white);
    }

    .cta-section-header .cta-header .bold-text {
        color: var(--color-white);
    }

    .cta-section-header .cta-p {
        margin-bottom: 2rem;
        color: var(--color-white);
    }

    /* ================================================================
  7. CARDS, FEATURES & INTEGRATIONS
================================================================
*/

    #features-owl-carousel .owl-stage {
        display: flex;
    }

    #features-owl-carousel {
        padding: 20px;
        background: #f7f7f7;
        border-radius: 20px;
        padding-bottom: 0;
    }

    #features-owl-carousel .owl-item {
        display: flex;
        flex: 1 0 auto;
    }

    #features-owl-carousel .item {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
    }


    .home-integration-section .custom-card button {
        background: none;
    }

    .home-integration-section .integration-list {
        padding-top: 10px;
    }

    .home-cards-section .custom-card,
    .home-integration-section .custom-card,
    .why-choose-us-section .custom-card {
        border-radius: 1.25rem;
        border: none;
        padding: 2.5rem;
        background: var(--color-white);
        height: 100%;
        transition: .3s;
    }

    .home-cards-section .custom-card.bg-light-blue,
    .home-integration-section .custom-card.bg-light-blue,
    .why-choose-us-section .custom-card.bg-light-blue {
        background-color: #f0f4f9;
    }

    .home-cards-section .custom-card.bg-dark-blue,
    .home-integration-section .custom-card.bg-dark-blue,
    .why-choose-us-section .custom-card.bg-dark-blue {
        background-color: var(--color-primary-blue);
        color: var(--color-white);
    }

    .home-cards-section .custom-card.bg-dark-blue h4,
    .home-cards-section .custom-card.bg-dark-blue span,
    .home-integration-section .custom-card.bg-dark-blue h4,
    .home-integration-section .custom-card.bg-dark-blue span,
    .why-choose-us-section .custom-card.bg-dark-blue h4,
    .why-choose-us-section .custom-card.bg-dark-blue span {
        color: var(--color-white);
    }

    .home-cards-section .custom-card .font-weight-bold,
    .home-integration-section .custom-card .font-weight-bold,
    .why-choose-us-section .custom-card .font-weight-bold {
        font-weight: 500 !important;
    }

    .home-cards-section .feature-card,
    .home-integration-section .feature-card,
    .why-choose-us-section .feature-card {
        border: .0625rem solid var(--color-border-light);
        transition: .3s;
    }

    .home-cards-section .pagination-dots,
    .home-integration-section .pagination-dots,
    .why-choose-us-section .pagination-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 40px;
    }

    .home-cards-section .dot,
    .home-integration-section .dot,
    .why-choose-us-section .dot {
        width: 10px;
        height: 10px;
        background: #e2e8f0;
        border-radius: 50%;
    }

    .home-cards-section .dot.active,
    .home-integration-section .dot.active,
    .why-choose-us-section .dot.active {
        background: var(--color-azure);
        width: 25px;
        border-radius: 10px;
    }

    .home-integration-section .custom-card h5.font-weight-bold {
        font-size: 1.15rem;
    }

    .integration-img-container {
        display: grid;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .integration-img {
        grid-area: 1 / 1;
        width: 400px !important;
        height: auto;
        opacity: 0;
        pointer-events: none;
        position: relative;
    }

    .integration-img.active {
        opacity: 1;
        z-index: 5;
        pointer-events: auto;
        width: auto;
        margin: auto;
    }


    /* cursor animation  */
    .premium-dashboard-wrapper {
        position: relative;
    }

    /* Image Styles */
    .premium-img {
        transition: all 0.3s ease;
        border-radius: 12px;
        border: 2px solid transparent;
    }

    /* Cursor Styles */
    .premium-cursor {
        position: absolute;
        width: 45px;
        height: auto;
        z-index: 10;
        opacity: 0;
        pointer-events: none;
        top: 100%;
        left: 100%;
    }

    /* --- ANIMATIONS --- */

    /* 1. Cursor Movement: Enter -> Center -> Click -> Exit */
    @keyframes premium-cursor-action {
        0% {
            opacity: 0;
            top: 100%;
            left: 100%;
            transform: scale(1);
        }

        20% {
            opacity: 1;
            top: 50%;
            left: 50%;
            transform: scale(1);
        }

        /* Smooth Press Down (20% to 30%) */
        30% {
            transform: scale(0.8);
        }

        /* Smooth Release (30% to 40%) */
        40% {
            transform: scale(1);
        }

        /* Wait slightly before moving out */
        55% {
            opacity: 1;
            top: 50%;
            left: 50%;
        }

        /* Move Out */
        70% {
            opacity: 0;
            top: 110%;
            left: 50%;
        }

        100% {
            opacity: 0;
            top: 110%;
            left: 50%;
        }
    }

    /* 2. Image Reaction (Smoothed Scale) */
    @keyframes premium-img-reaction {

        0%,
        30% {
            transform: scale(1);
            border-color: transparent;
            box-shadow: none;
        }

        /* Smooth Expansion from 30% to 40% (Syncs with cursor release) */
        40% {
            transform: scale(1.03);
            border-color: rgba(66, 133, 244, 0.4);
            box-shadow: none;

        }

        /* Hold State */
        55% {
            transform: scale(1.03);
            border-color: rgba(66, 133, 244, 0.4);
            box-shadow: none;

        }

        /* Smooth Return to Normal (55% to 70%) */
        70% {
            transform: scale(1);
            border-color: transparent;
            box-shadow: none;
        }

        100% {
            box-shadow: none;
            transform: scale(1);
        }
    }

    /* Trigger Classes */
    .premium-dashboard-wrapper.in-view .premium-cursor {
        animation: premium-cursor-action 5s ease-in-out infinite;
        animation-delay: 0.5s;
    }

    .premium-dashboard-wrapper.in-view .premium-img {
        animation: premium-img-reaction 5s ease-in-out infinite;
        animation-delay: 0.5s;
    }

    /* cursor animation  */



    /* ACCORDION TRIGGER STYLES */
    .accordion-trigger {
        cursor: pointer;
        user-select: none;
        width: 100%;
        transition: color 0.3s ease;
    }


    /* Add to your CSS */
    .accordion-content-wrapper {
        /* This ensures that if the content is shorter than the min-height 
       we set via JS, it aligns nicely (optional) */
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: min-height 0.3s ease;
        /* Smooth transition if resized */
    }

    /* Toggle Plus/Times Icons */
    .accordion-trigger .fa-plus,
    .accordion-trigger .fa-times {
        transition: transform 0.3s ease;
    }

    /* Open State (Not Collapsed) */
    .accordion-trigger:not(.collapsed) .fa-plus {
        display: none;
    }

    .accordion-trigger:not(.collapsed) .fa-times {
        display: inline-block;
    }

    /* Closed State (Collapsed) */
    .accordion-trigger.collapsed .fa-plus {
        display: inline-block;
    }

    .accordion-trigger.collapsed .fa-times {
        display: none;
    }


    .home-services-section h4,
    .why-choose-us-section .custom-card h3.font-weight-bold {
        font-size: 1.3rem;
        font-weight: 500;
    }

    .why-choose-us-section .custom-card h4.font-weight-bold {
        margin-bottom: 1rem;
    }

    .enterprise-features .feature-item,
    .premium-features .feature-item {
        display: flex;
        align-items: flex-start;
        margin-bottom: .6rem;
        position: relative;
    }

    .enterprise-features .enterprise-items li,
    .tech-features .tech-items li {
        position: relative;
    }

    .enterprise-features .enterprise-items li::before,
    .enterprise-features .feature-item::before,
    .premium-features .feature-item::before,
    .tech-features .tech-items li::before {
        content: "";
        display: inline-block;
        width: 1.5rem;
        height: 1.5rem;
        margin-right: .9375rem;
        flex-shrink: 0;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        margin-top: .2rem;
    }

    .premium-features .feature-item::before {
        background-image: url("https://infinitemlmsoftware.com/wp-content/uploads/2026/01/diamond-point.svg");
    }

    .tech-features .tech-items li::before {
        background-image: url("https://infinitemlmsoftware.com/wp-content/uploads/2026/01/tech-point.svg");
        margin-bottom: -5px;
    }

    .enterprise-features .feature-item::before {
        background-image: url("https://infinitemlmsoftware.com/wp-content/uploads/2026/01/enterprise-point.svg");
    }

    .enterprise-features .enterprise-items li::before {
        background-image: url("https://infinitemlmsoftware.com/wp-content/uploads/2026/01/enterprise-sub-point.svg");
        margin-bottom: -5px;
    }


/* edited  */
    .tech-features .tech-items li {
        background: #fff;
        padding: 10px;
        border-radius: 10px;
    }

    .why-choose-us-section .custom-card.enterprise-features {
        background: #071C3F !important;
        position: relative;
    }


    .why-choose-us-section .custom-card.enterprise-features::after {
        position: absolute;
        content: "";
        width: 50%;
        height: 100%;
        top: 0;
        right: 0;
        background-image: url('https://infinitemlmsoftware.com/wp-content/uploads/2026/01/Enterprise-Grade-Security-Compliance__.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center right;
        z-index: 1;
        opacity: 1;
    }

    .tech-features .tech-items li::before {
        content: none !important;
        display: none !important;
    }

    .tech-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: auto;
        margin-right: 10px;
    }

    .tech-icon svg,
    .tech-icon img {
        width: 100%;
        height: auto;
        max-height: 20px;
    }

    .enterprise-features .feature-item::before {
        background-image: url("https://infinitemlmsoftware.com/wp-content/uploads/2026/01/enterprise-point.svg");
    }

    .enterprise-features .enterprise-items li::before {
        background-image: url("https://infinitemlmsoftware.com/wp-content/uploads/2026/01/enterprise-sub-point.svg");
        margin-bottom: -5px;
    }

    .enterprise-items-div-size {
        width: 65%;
    }

    .enterprise-features .enterprise-items {
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        margin-top: 3.5rem;
    }

    .tech-features p {
        margin-bottom: 0 !important;
    }

    .enterprise-features .enterprise-items li {
        background-color: #fff;
        color: #555555;
        border-radius: 10px;
        padding: 5px 25px 6px 45px;
        font-weight: 600;
        list-style: none;
        position: relative;
        display: inline-flex;
        align-items: center;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        margin-bottom: 0 !important;
    }

    .enterprise-features .enterprise-items li::before {
        content: '';
        position: absolute;
        left: 15px;
        top: 45%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9129 3.296C14.8809 2.816 14.4329 2.464 13.9529 2.528C11.3609 2.88 9.44087 1.568 8.54487 0.768002C8.22487 0.480002 7.74487 0.480002 7.45687 0.768002C6.56087 1.536 4.64087 2.88 2.04887 2.528C1.56887 2.464 1.12087 2.816 1.08887 3.296C0.960871 5.92 1.15287 13.28 8.00087 15.456C14.8489 13.28 15.0729 5.92 14.9129 3.296ZM8.00087 11.904C5.82487 11.904 4.09687 10.144 4.09687 8C4.09687 5.856 5.82487 4.096 8.00087 4.096C10.1769 4.096 11.9049 5.824 11.9049 8C11.9049 10.176 10.1769 11.904 8.00087 11.904Z' fill='%234285F4'/%3E%3Cpath d='M7.23194 7.00802C7.23194 6.75202 7.35994 6.56002 7.51994 6.40002C7.64794 6.30402 7.80794 6.24002 7.96794 6.24002C8.31994 6.24002 8.73594 6.52802 8.73594 7.00802V7.61602H7.19994V7.00802H7.23194ZM9.56794 7.90402C9.50394 7.80802 9.43994 7.74402 9.34394 7.68002C9.27994 7.64802 9.21594 7.61602 9.15194 7.61602V7.00802C9.15194 6.46402 8.70394 5.85602 7.99994 5.85602C7.35994 5.85602 6.84794 6.36802 6.84794 7.00802V7.61602C6.78394 7.61602 6.71994 7.64802 6.65594 7.68002C6.55994 7.74402 6.46394 7.80802 6.39994 7.90402C6.33594 8.00002 6.33594 8.09602 6.33594 8.19202V9.53602C6.33594 9.88802 6.62394 10.112 6.91194 10.112H9.08794C9.21594 10.112 9.31194 10.08 9.40794 10.016C9.50394 9.95202 9.56794 9.92002 9.59994 9.82402C9.66394 9.72802 9.69594 9.63202 9.69594 9.50402V8.16002C9.66394 8.09602 9.63194 8.00002 9.56794 7.90402ZM8.15994 8.89602L8.19194 9.15202C8.19194 9.24802 8.12794 9.31202 8.03194 9.31202H7.93594C7.83994 9.31202 7.77594 9.24802 7.77594 9.15202L7.80794 8.89602C7.71194 8.83202 7.67994 8.73602 7.67994 8.64002C7.67994 8.48002 7.80794 8.35202 7.96794 8.35202C8.12794 8.35202 8.25594 8.48002 8.25594 8.64002C8.28794 8.73602 8.25594 8.83202 8.15994 8.89602Z' fill='%234285F4'/%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }


    .enterprise-features .list-unstyled.ml-5 {
        margin-left: 0 !important;
    }

    @media (max-width: 576px) {
        .enterprise-items-div-size {
            width: 80%;
        }
    }

    /* edited  */

    .premium-features .view-details {
        color: var(--color-azure);
        text-decoration: none;
        font-weight: 500;
    }

    .card-icon-wrapper img {
        margin-bottom: 10px;
        max-width: 50px;
        width: 100%;
        height: 100%;
        max-height: 50px;
    }

    .home-cards-section h5 {
        font-size: 1.2rem;
        font-weight: 700;
    }

    .feature-list li {
        display: flex;
        align-items: flex-start;
        margin-bottom: .75rem;
        color: var(--color-grey-text);
        line-height: 1.5;
    }


    .home-integration-section {
        min-height: auto;
        height: auto !important;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    @media (min-width: 992px) {
        .home-integration-section {
            min-height: 880px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .home-integration-section .container,
        .home-integration-section .row {
            height: 100%;
            flex: 1;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .home-integration-section {
            min-height: 800px;
        }
    }

    .home-integration-section .feature-list li::before {
        content: "";
        flex-shrink: 0;
        width: 1.2rem;
        height: 1.2rem;
        margin-top: 5px;
        margin-right: .75rem;
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 3.33782C15.5291 2.48697 13.8214 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 11.3151 21.9311 10.6462 21.8 10' stroke='%234285F4' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M8 12.5C8 12.5 9.5 12.5 11.5 16C11.5 16 17.0588 6.83333 22 5' stroke='%234285F4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    .feature-list li::before {
        content: "";
        flex-shrink: 0;
        width: 1.3rem;
        height: 1.3rem;
        margin-right: .75rem;
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 3.33782C15.5291 2.48697 13.8214 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 11.3151 21.9311 10.6462 21.8 10' stroke='%234285F4' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M8 12.5C8 12.5 9.5 12.5 11.5 16C11.5 16 17.0588 6.83333 22 5' stroke='%234285F4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }


    .home-what-makes-us-unique .tab-content {
        min-height: 600px;
        align-items: flex-start !important;
        transition: min-height 0.3s ease;
    }

    @media (max-width: 991px) {
        .home-what-makes-us-unique .tab-content {
            min-height: auto;
        }
    }

    .home-what-makes-us-unique .integrations-wrapper {
        background-color: #f3f6fc;
        border-radius: 30px;
        padding: 1.5rem;
    }

    .home-what-makes-us-unique .integrations-wrapper .tab-pane .bold-text {
        font-size: 1.1rem;
    }

    .home-what-makes-us-unique .nav-pills .nav-link {
        font-weight: 400;
        padding: 20px;
        border-radius: 10px;
        margin-bottom: 10px;
        display: flex;
        color: var(--color-grey-text);
        align-items: center;
        gap: 15px;
        font-size: 1rem;
        transition: .3s;
        background: 0 0;
        border: 1px solid transparent;
    }

    .home-what-makes-us-unique .nav-pills .nav-link i {
        font-size: 1.5rem;
        width: 30px;
        text-align: center;
    }

    .home-what-makes-us-unique .nav-pills .nav-link.active,
    .home-what-makes-us-unique .nav-pills .nav-link:hover {
        background-color: var(--color-white);
        color: var(--color-azure);
        border-color: var(--color-border-light);
    }

    .home-what-makes-us-unique .integration-list li {
        margin-bottom: 15px;
        font-size: 1rem;
    }

    .home-what-makes-us-unique .integration-list .check-icon {
        border: none;
        background: 0 0;
        font-size: 1.3rem;
        margin-right: 8px;
        padding: 0;
        width: auto;
        height: auto;
    }

    .integrations-wrapper-img,
    .integrations-wrapper-img img {
        height: 250px;
        width: auto;
        max-width: 100%;
        object-fit: contain;
    }

    .img-left img {
        max-width: 100% !important;
    }

    .feature-item {
        margin-bottom: 1.25rem;
        display: flex;
        align-items: baseline;
    }

    .feature-icon {
        font-size: 1.2rem;
        margin-right: .9375rem;
        color: var(--color-primary-blue);
    }

    .dark-card-icon {
        color: var(--color-white);
        opacity: .9;
    }


    /* ================================================================
  8. GRID OVERLAY
================================================================
*/
    #homepage-dynamic-grid-overlay {
        inset: 0;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(3.75rem, 1fr));
        grid-auto-rows: 3.75rem;
        background-color: var(--color-bg-grid-line);
    }

    .capsule {
        width: -moz-max-content;
        width: max-content;
        font-size: 0.8rem;
        font-weight: 500;
        background: #e8f2febf;
    }

    .capsule p {
        width: -moz-max-content;
        width: max-content;
    }

    .capsule-text {
        color: var(--color-azure);
        font-size: 0.8rem;
    }

    #homepage-dynamic-grid-overlay .grid-cell {
        background-color: var(--color-bg-blue-light);
    }

    #homepage-dynamic-grid-overlay .grid-cell.active-cell,
    #homepage-dynamic-grid-overlay .grid-cell.span-v {
        background-color: var(--color-bg-grid-active);
        animation: breatheEffect 4s ease-in-out infinite;
        opacity: .6;
    }

    #homepage-dynamic-grid-overlay .grid-cell.span-v {
        grid-row: span 2;
    }

    /* ================================================================
  9. BANNER & HERO SECTION
================================================================
*/
    /* Apply static grid background only on mobile/tablet */
    @media (max-width: 991px) {

        section {
            padding: 2rem 0;
        }

        .solutions-container {
            padding: 3rem 0 !important;
        }

        .home-addons-section .addon-card {
            height: fit-content !important;
        }

        header:after {
            background: none !important;
        }

        .cta-section-header {
            text-align: center !important;
        }

        .home-addons-section .addon-card {
            height: fit-content;
        }

        .blockchain-logos-container {
            padding-top: 4rem;
        }

        .faq-white-box {
            padding: 2rem 1rem !important;
        }

        .home-what-makes-us-unique .nav-pills .nav-link {
            padding: 10px;
        }

        .integration-img {
            width: 200px !important;
            height: auto;
        }

        header {
            padding-bottom: 10px !important;
            padding-top: 10px !important;
        }

        .banner-blue-bg {
            background-color: #edf5ffb0;
            background-size: 60px 60px,
                60px 60px,
                120px 120px,
                240px 240px;
            background-image:
                linear-gradient(to right, rgb(235 239 245) 1px, transparent 1px),
                linear-gradient(to bottom, rgb(235 239 245) 1px, transparent 1px),
                conic-gradient(from 0deg, transparent 270deg, rgb(235 242 251) 270deg),
                conic-gradient(from 0deg, rgb(235 242 251) 90deg, transparent 90deg);
            background-position: 0 0, 0 0, 0 0, 60px 60px;

            #homepage-dynamic-grid-overlay {
                display: none !important;
            }
        }
    }

    .home-banner-section .hero-content {
        color: var(--color-grey-text);
    }

    .banner-blue-bg {
        margin-bottom: 0 !important;
    }

    .main-dashboard-wrapper {
        position: relative;
        z-index: 2;
        overflow: hidden;
        border-radius: 0.5rem;
    }

    .dashboard-main {
        max-width: 100%;
        height: auto;
    }

    .dashboard-cursor {
        position: absolute;
        width: 50px;
        z-index: 10;
        pointer-events: none;
        filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.3));
        animation: dashboardInteraction 8s infinite cubic-bezier(0.45, 0, 0.55, 1);
    }

    @keyframes dashboardInteraction {
        0% {
            top: 90%;
            left: 90%;
            transform: scale(1);
        }

        20% {
            top: 20%;
            left: 15%;
            transform: scale(1);
        }

        22% {
            transform: scale(0.8);
        }

        25% {
            transform: scale(1);
        }

        50% {
            top: 40%;
            left: 40%;
            transform: scale(1);
        }

        52% {
            transform: scale(0.8);
        }

        55% {
            transform: scale(1);
        }

        80% {
            top: 90%;
            left: 90%;
            transform: scale(1);
        }

        100% {
            top: 90%;
            left: 90%;
            transform: scale(1);
        }
    }

    .floating-badge {
        bottom: 1%;
        left: 0;
        z-index: 5;
        background: linear-gradient(135deg, #4ade80 0, #3b82f6 100%);
        border-radius: 20px;
        padding: 20px 30px;
        color: var(--color-white);
        box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    }

    .floating-badge h3 {
        font-size: 1.5rem;
        font-weight: 800;
        margin: 0;
        color: var(--color-white);
    }

    .floating-badge p {
        margin: 0;
        color: rgba(255, 255, 255, .9);
        font-weight: 600;
    }

    .floating-card {
        position: absolute;
        bottom: -5%;
        right: 5%;
        width: 45%;
        z-index: 4;
        transition: transform .3s ease;
    }

    .floating-card img {
        box-shadow: var(--shadow-lg);
        border-radius: var(--radius-md);
    }

    .ai-banner,
    .cta-banner,
    .dark-banner {
        background: var(--grad-dark-navy);
        border-radius: 1.25rem;
        position: relative;
        overflow: hidden;
        color: var(--color-white);
    }

    .dark-banner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        background-image: url('https://infinitemlmsoftware.com/wp-content/uploads/2026/01/dotted-decoration-bg.svg'),
            url('https://infinitemlmsoftware.com/wp-content/uploads/2026/01/dotted-decoration-bg.svg');
        background-position: top -163% right 30%,
            top 137% left -62px;
        background-size: 300px auto,
            280px auto;
        background-repeat: no-repeat, no-repeat;
        opacity: 0.3;
        z-index: 1;
    }

    /* 1. The Main Banner Container */
    .cta-banner {
        padding: 2rem 1.8rem;
        text-align: center;
        border-radius: 20px;
        background-color: #f8f9fa;
        transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    .cta-banner:hover {
        transform: translateY(-2px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    }

    .cta-banner .robot-img {
        transform-origin: center center;
        transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    .cta-banner:hover .robot-img {
        transform: scale(1.08) rotate(3deg) translateY(-5px);
    }

    .cta-banner .cta-section-header {
        transition: transform 0.5s ease-out;
    }

    .cta-banner:hover .cta-section-header {
        transform: translateY(-3px);
    }

    .cta-banner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        background-image: url('https://infinitemlmsoftware.com/wp-content/uploads/2026/01/dotted-decoration-bg.svg'),
            url('https://infinitemlmsoftware.com/wp-content/uploads/2026/01/dotted-decoration-bg.svg');
        background-position: top -163% right 30%,
            top 137% left -62px;
        background-size: 300px auto,
            280px auto;
        background-repeat: no-repeat, no-repeat;
        opacity: 0.3;
        z-index: 1;
    }


    .trust-banner {
        transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    .trust-banner:hover {
        transform: translateY(-2px);
    }

    .trust-banner .banner-content {
        transition: transform 0.5s ease-out;
    }

    .trust-banner:hover .banner-content {
        transform: translateY(-4px);
    }

    .trust-banner {
        position: relative;
        background-color: #4f5256;
        background-image: url('https://infinitemlmsoftware.com/wp-content/uploads/2026/01/trusted_partners.webp');
        background-size: inherit;
        background-repeat: no-repeat;
        background-position: center right;
        border-radius: 20px;
        overflow: hidden;
        color: #fff;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    }

    .trust-banner .banner-overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 57%;
        background-color: #071C3F;
        z-index: 1;
    }

    .trust-banner .banner-overlay::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        background-image: url('https://infinitemlmsoftware.com/wp-content/uploads/2026/01/dotted-decoration-bg.svg'),
            url('https://infinitemlmsoftware.com/wp-content/uploads/2026/01/dotted-decoration-bg.svg');
        background-position: bottom -105px right -1px,
            top -35px left -74px;
        background-size: 250px auto,
            250px auto;
        background-repeat: no-repeat, no-repeat;
        opacity: 0.3;
        z-index: 1;
    }

    .trust-banner .banner-overlay::after {
        content: '';
        position: absolute;
        top: 0;
        right: -130px;
        width: 150px;
        height: 100%;
        background-color: #071C3F;
        border-radius: 0 0 100% 0;
        transform: scaleX(1.5);
    }

    .trust-banner .banner-content {
        position: relative;
        z-index: 2;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 60%;
        padding-left: 3rem;
    }

    .trust-banner .banner-title {
        font-weight: 600;
    }

    .large-btn-section {
        gap: 15px;
    }

    /* Mobile Responsiveness */
    @media (max-width: 768px) {
        .trust-banner .banner-overlay {
            width: 100%;
            background: rgb(7, 28, 63, 0.9);
        }

        .md-button-radius {
            border-radius: 0.5rem !important;
        }

        .large-btn-section {
            gap: 5px;
            margin-top: 20px;
        }

        .large-btn {
            width: 100%;
        }

        .large-btn button {
            width: 100%;
        }

        .view_all_blg_ftr {
            margin-top: 0;
        }

        .trust-banner .banner-overlay::after,
        .trust-banner .banner-overlay::before {
            display: none;
        }

        .trust-banner .banner-content {
            max-width: 100%;
            text-align: center;
            align-items: center;
            padding: 40px 20px;
        }

        .trust-banner .banner-title {
            font-size: 1.8rem;
        }
    }

    .client-btn {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: fit-content;
        text-decoration: none;
        cursor: pointer;
        overflow: hidden;
        background-color: #E3E8EF;
        background-size: 20px 20px, 20px 20px, 80px 60px, 100px 20px;
        background-image: linear-gradient(to right, rgb(235 239 245) 1px, transparent 1px), linear-gradient(to bottom, #ebeff5 1px, transparent 1px), conic-gradient(from 0deg, transparent 270deg, rgb(235 242 251) 270deg), conic-gradient(from 0deg, rgb(235 242 251) 90deg, transparent 90deg);
        color: var(--color-dark);
        font-weight: 600;
        padding: 0.8rem 2.1875rem;
        padding-right: 4rem;
        border-radius: 3.125rem;
        border: none;
        transition: transform .2s;
        border: 3px solid #ffffff;
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
    }


    .client-btn:hover .btn-textdata {
        color: #fff;
    }


    .btn-fill {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        background-color: #3b82f6;
        border-radius: 50px;
        box-shadow: 0px 1px 2.200000047683716px 0px rgb(0 0 0 / 44%);
        transition: width 0.5s cubic-bezier(0.25, 1, 0.5, 1);
        z-index: 1;
        margin-top: 1px;
        margin-right: 3px;
    }

    .btn-textdata {
        font-size: 1rem;
        color: #111827;
        z-index: 2;
        transition: color 0.4s ease;
        white-space: nowrap;
        margin-left: -15px;
    }

    .btn-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 3;
        position: absolute;
        right: 5%;
        top: 23%;
    }

    .btn-icon svg {
        width: 30px;
        height: 30px;
        fill: white;
        margin-bottom: 10px;
    }

    .client-btn:hover .btn-fill {
        width: 98%;
        border-radius: 50px;
    }

    .client-btn:hover .btn-text {
        color: #ffffff;
    }


    .side-img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 15.625rem;
        box-shadow: 0 .625rem 1.875rem rgba(0, 0, 0, .5);
        border-radius: .625rem;
        display: none;
    }

    img-left img {
        max-width: 100%;
    }

    .hero-img-box {
        background: var(--color-border-light);
        border-radius: var(--radius-xl);
        padding: 2.5rem;
        text-align: center;
        min-height: 25rem;
        width: 100%;
    }

    .hero-dashboard-collage {
        position: relative;
        width: 100%;
        padding-bottom: 90%;
        overflow: hidden;
    }

    .hero-dashboard-collage:hover .dashboard-img-grow {
        transform: translateY(-3px);
    }

    .dashboard-img-grow {
        position: absolute;
        height: auto;
        border-radius: 12px;
        opacity: 0;
        transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        pointer-events: none;
    }


    .img-main-revenue {
        top: 50%;
        left: 50%;
        width: 78%;
        z-index: 1;
        transform: translate(-50%, -50%) scale(0.5);
    }

    .img-payout {
        top: 8%;
        right: 0;
        width: 34%;
        z-index: 2;
        transform: translate(100px, -100px);
    }

    .img-profit-margin {
        top: 40%;
        right: 2%;
        width: 38%;
        z-index: 4;
        transform: translateX(100px);
    }

    .img-total-sales {
        bottom: 7%;
        right: 4%;
        width: 34%;
        z-index: 4;
        transform: translate(100px, 100px);
    }

    .img-total-profit {
        top: 75%;
        left: 13%;
        width: 34%;
        z-index: 3;
        transform: translate(-100px, 100px);
    }

    .img-integration {
        top: 85%;
        left: 31%;
        width: 38%;
        z-index: 4;
        transform: translateY(100px);
    }



    .hero-dashboard-collage.in-view .dashboard-img-grow {
        opacity: 1;
        pointer-events: auto;
    }

    .hero-dashboard-collage.in-view .img-main-revenue {
        transform: translate(-55%, -50%) scale(1);
        transition-delay: 0s;
        animation: subtle-pulse 4s ease-in-out infinite;
        animation-delay: 0.8s;
    }

    @keyframes subtle-pulse {
        0% {
            transform: translate(-55%, -50%) scale(1);
        }

        50% {
            transform: translate(-55%, -50%) scale(1.03);
        }

        100% {
            transform: translate(-55%, -50%) scale(1);
        }
    }

    .jj-cursor {
        position: absolute;
        width: 45px;
        height: auto;
        z-index: 10;
        opacity: 0;
        pointer-events: none;
        top: 80%;
        left: 80%;
    }

    @keyframes cursor-click-sequence {

        /* --- Action Phase (First 50% = 4 seconds) --- */
        0% {
            opacity: 0;
            top: 80%;
            left: 80%;
            transform: scale(1);
        }

        10% {
            opacity: 1;
            /* Appear */
        }

        20% {
            top: 50%;
            /* Move to center */
            left: 50%;
            transform: scale(1);
        }

        22.5% {
            transform: scale(0.8);
            /* Press */
        }

        25% {
            transform: scale(1);
            /* Release */
        }

        40% {
            opacity: 1;
        }

        50% {
            top: 110%;
            /* Move off screen */
            left: 50%;
            opacity: 0;
        }

        /* --- Gap Phase (50% to 100% = 4 seconds pause) --- */
        100% {
            top: 110%;
            left: 50%;
            opacity: 0;
        }
    }

    .hero-dashboard-collage.in-view .jj-cursor {
        /* Total cycle increased to 8s (4s action + 4s gap) */
        animation: cursor-click-sequence 8s ease-in-out infinite;
        animation-delay: 1.5s;
    }

    .hero-dashboard-collage.in-view .img-payout {
        transform: translate(0, 0);
        transition-delay: 0.1s;
    }

    .hero-dashboard-collage.in-view .img-total-profit {
        transform: translate(0, 0);
        transition-delay: 0.2s;
    }

    .hero-dashboard-collage.in-view .img-profit-margin {
        transform: translate(0, 0);
        transition-delay: 0.3s;
    }

    .hero-dashboard-collage.in-view .img-total-sales {
        transform: translate(0, 0);
        transition-delay: 0.4s;
    }

    .hero-dashboard-collage.in-view .img-integration {
        transform: translate(0, 0);
        transition-delay: 0.5s;
    }


    .dashboard-img {
        border-radius: .625rem;
        box-shadow: 0 .625rem 1.875rem rgba(0, 0, 0, .1);
    }

    .robot-img {
        position: absolute;
        right: 80px;
        bottom: -3%;
        width: 193px;
        height: auto;
        z-index: 1;
        opacity: 0;
        transform: translate(50px, 100px) scale(1) !important;
        transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s ease;
        will-change: transform, opacity;
    }

    .robot-img.in-view {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }

    /* ================================================================
  10. ANIMATIONS & AVATARS
================================================================
*/
    @keyframes float {

        0%,
        100% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-15px);
        }
    }

    .animate-float {
        animation: float 6s ease-in-out infinite;
    }

    @keyframes slideUpFade {
        from {
            opacity: 0;
            transform: translateY(40px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .delay-1 {
        animation-delay: .4s;
    }

    .delay-2 {
        animation-delay: .7s;
    }

    .avatar-stack {
        margin-right: 12px;
    }

    .avatar-item {
        width: 48px;
        height: 48px;
        margin-left: -12px;
        border: 2px solid var(--color-white);
        background: var(--color-bg-light);
        box-shadow: 0 4px 5.3000001907px 0 rgba(0, 0, 0, .14);
        transition: transform var(--transition-fast);
        animation: slideInAvatar .5s ease forwards;
        opacity: 0;
    }

    .avatar-item:first-child {
        margin-left: 0;
        animation-delay: .1s;
    }

    .avatar-item:nth-child(2) {
        animation-delay: .2s;
    }

    .avatar-item:nth-child(3) {
        animation-delay: .3s;
    }

    .avatar-item:hover {
        transform: translateY(-3px) scale(1.1);
        z-index: var(--z-overlay);
        cursor: pointer;
    }

    .trusted-subtext {
        font-weight: 600;
        line-height: 1.2;
        color: var(--color-dark);
    }

    .count-highlight {
        color: var(--color-azure);
    }

    @keyframes pulseBlue {
        0% {
            opacity: 1;
        }

        50% {
            opacity: .7;
        }

        100% {
            opacity: 1;
        }
    }

    .animate-pulse {
        display: inline-block;
        animation: pulseBlue 3s ease-in-out infinite;
    }

    @keyframes slideInAvatar {
        from {
            opacity: 0;
            transform: translateX(-10px);
        }

        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    @keyframes breatheEffect {

        0%,
        100% {
            opacity: .4;
        }

        50% {
            opacity: 1;
        }
    }

    @keyframes scroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-50%);
        }
    }

    @keyframes scrollClients {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-50%);
        }
    }

    /* ================================================================
   11. AWARDS & CLIENTS SCROLLER
================================================================ */
    .home-awards-section {
        padding: 3.125rem 0 0;
        text-align: center;
    }

    .home-awards-section .badges-wrapper {
        gap: 1.5rem;
        margin-bottom: 1.25rem;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    /* Fixed Box Containers */
    .home-awards-section .badge-card {
        width: 7.5rem;
        height: 7.5rem;
        border: .0625rem solid #e5e5e5;
        padding: .625rem;
        box-shadow: 0 .3125rem 1.25rem rgba(0, 0, 0, .05);
        transition: .3s;
        background: var(--color-white);
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    /* Featured (Center) Box */
    .home-awards-section .badge-card.featured {
        width: 8.75rem;
        height: 8.75rem;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
        z-index: 2;
        transition: transform 0.8s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.5s ease, border-color 0.5s ease;
    }

    .home-awards-section .badge-card.featured.active-pop {
        border-color: #4286f4a4;
        box-shadow: 0 20px 30px -5px rgba(66, 133, 244, 0.25);
        transform: translateY(-0.5rem) scale(1.02);
    }

    .home-awards-section .badge-card:hover {
        transform: translateY(-.3125rem);
    }

    /* Gradient Boxes (Fixed to position, not content) */
    .home-awards-section .box-gradient {
        height: 100%;
        width: 100%;
        margin: auto;
        padding: .1rem;
        border-radius: .625rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .home-awards-section .box-1-gradient {
        background: linear-gradient(135deg, #e0c3fc 0%, #8ec5fc 100%);
    }

    .home-awards-section .box-2-gradient {
        background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
    }

    .home-awards-section .box-4-gradient {
        background: linear-gradient(135deg, #fbc2eb 0%, #a6c1ee 100%);
    }

    .home-awards-section .box-5-gradient {
        background: linear-gradient(135deg, #84fab0 0%, #8fd3f4 100%);
    }


    .badge-stack-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .badge-stack-img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.8);
        max-width: 90%;
        max-height: 90%;
        width: auto;
        height: auto;

        opacity: 0;
        transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
        pointer-events: none;
        z-index: 0;
    }

    .badge-stack-img.active {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
        z-index: 10;
        pointer-events: auto;
    }

    .home-clients-section .logo-scroller,
    .home-clients-section .scroller-mask,
    .home-logo-scoller .logo-scroller,
    .home-logo-scoller .scroller-mask {
        overflow: hidden;
        position: relative;
        width: 100%;
        mask-image: var(--mask-fade);
        -webkit-mask-image: var(--mask-fade);
    }

    .home-clients-section .client-grid,
    .home-clients-section .logo-track,
    .home-logo-scoller .client-grid,
    .home-logo-scoller .logo-track {
        display: flex;
        width: -moz-max-content;
        width: max-content;
        will-change: transform;
    }

    .home-clients-section .logo-track,
    .home-logo-scoller .logo-track {
        gap: .2rem;
        animation: scroll 40s linear infinite;
        gap: 3.5rem;
        padding: .625rem 0;
    }

    .home-clients-section .client-grid,
    .home-logo-scoller .client-grid {
        gap: var(--spacing-card-gap);
        padding: 1.25rem 0;
        animation: scrollClients 30s linear infinite;
    }

    .home-clients-section .client-grid.scroll-left,
    .home-logo-scoller .client-grid.scroll-left {
        animation-direction: normal;
    }

    .home-clients-section .client-grid.scroll-right,
    .home-logo-scoller .client-grid.scroll-right {
        animation-direction: reverse;
    }

    .home-clients-section .client-grid:hover,
    .home-logo-scoller .client-grid:hover {
        animation-play-state: paused;
    }

    .home-clients-section .logo-item-review-card,
    .home-logo-scoller .logo-item-review-card {
        min-width: 9.375rem;
        min-height: 7.5rem;
        transition: all .3s ease;
        transform: scale(.8);
    }

    .home-clients-section .logo-item-review-card .img-box,
    .home-logo-scoller .logo-item-review-card .img-box {
        height: 2.5rem;
    }

    .home-clients-section .logo-item-review-card img,
    .home-logo-scoller .logo-item-review-card img {
        max-width: 8.75rem;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        opacity: .8;
    }

    .home-clients-section .rating,
    .home-logo-scoller .rating {
        direction: rtl;
    }

    .home-clients-section .rating input,
    .home-logo-scoller .rating input {
        display: none;
    }

    .home-clients-section .rating label:before,
    .home-logo-scoller .rating label:before {
        content: "★";
        font-size: 1.2rem;
        color: var(--color-star-empty);
        margin: 0 .0625rem;
        transition: color .2s;
    }

    .home-clients-section .rating input:checked~label:before,
    .home-logo-scoller .rating input:checked~label:before {
        color: var(--color-star-fill);
    }

    .home-clients-section .star_rate_value,
    .home-logo-scoller .star_rate_value {
        font-size: .8125rem;
        font-weight: 600;
        margin: 0 0 .25rem .5rem;
    }

    .home-clients-section .client-card,
    .home-logo-scoller .client-card {
        border: .0625rem solid var(--color-border-light);
        width: 11.25rem;
        height: 5rem;
        flex: 0 0 auto;
        box-shadow: var(--shadow-sm);
        transition: .3s;
    }

    .home-clients-section .client-card:hover,
    .home-logo-scoller .client-card:hover {
        transform: translateY(-.1875rem);
        border-color: var(--color-azure);
    }

    .home-clients-section .client-card:hover img,
    .home-logo-scoller .client-card:hover img {
        opacity: 1;
    }

    .home-clients-section .client-card img,
    .home-logo-scoller .client-card img {
        max-width: 80%;
        max-height: 100%;
        transition: .3s;
    }

    .home-clients-section .client-logo-section,
    .home-logo-scoller .client-logo-section {
        position: relative;
        padding-left: 80px;
        padding-right: 80px;
        overflow: hidden;
    }

    .home-clients-section .client-logo-section::after,
    .home-clients-section .client-logo-section::before,
    .home-logo-scoller .client-logo-section::after,
    .home-logo-scoller .client-logo-section::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 10%;
        background-image: url("https://infinitemlmsoftware.com/wp-content/uploads/2026/01/star-decorations.webp");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .home-clients-section .client-logo-section::before,
    .home-logo-scoller .client-logo-section::before {
        left: 0;
        transform: scaleX(-1);
    }

    .home-clients-section .client-logo-section::after,
    .home-logo-scoller .client-logo-section::after {
        right: 0;
    }

    .home-clients-section-carousel {
        display: grid;
        grid-template-areas: "stack";
        position: relative;
        max-width: 800px;
        margin: 0 auto;
    }

    .home-clients-section-p {
        grid-area: stack;
        font-size: 1rem;
        line-height: 1.6;
        color: #555;
        margin: 0;
        opacity: 0;
        transform: translateY(10px);
        animation: homeClientsSectionFade 20s linear infinite;
    }

    .home-clients-section-p:nth-child(1) {
        animation-delay: 0s;
    }

    .home-clients-section-p:nth-child(2) {
        animation-delay: 5s;
    }

    .home-clients-section-p:nth-child(3) {
        animation-delay: 10s;
    }

    .home-clients-section-p:nth-child(4) {
        animation-delay: 15s;
    }

    @keyframes homeClientsSectionFade {
        0% {
            opacity: 0;
            transform: translateY(10px);
            visibility: hidden;
        }

        3% {
            opacity: 1;
            transform: translateY(0);
            visibility: visible;
        }

        22% {
            opacity: 1;
            transform: translateY(0);
            visibility: visible;
        }

        25% {
            opacity: 0;
            transform: translateY(-10px);
            visibility: hidden;
        }

        100% {
            opacity: 0;
            visibility: hidden;
        }
    }

    /* ================================================================
  12. SPECIFIC SECTIONS (SHOPIFY, SOLUTIONS, SERVICES)
================================================================
*/
    .home-shopify-section .shopify-content-card {
        background-color: var(--light-bg-blue);
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .home-shopify-section .text-shopify {
        color: var(--color-shopify-green);
        font-weight: 700;
    }

    .home-shopify-section .text-infinite {
        color: var(--color-primary-blue);
        font-weight: 700;
    }

    .solutions-container {
        margin: var(--spacing-section) 0;
        background-color: var(--light-bg-blue);
        padding: 6rem 0;
    }

    .solutions-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }

    .solution-card {
        background: var(--color-white);
        border-radius: 1.25rem;
        padding: 1.875rem;
        height: 100%;
        border: none;
        box-shadow: 0 .625rem 1.875rem rgba(0, 0, 0, .03);
        transition: transform .3s ease, box-shadow .3s ease;
        display: flex;
        flex-direction: column;
    }

    .solution-card:hover {
        transform: translateY(-.3125rem);
        box-shadow: 0 .9375rem 2.5rem rgba(0, 0, 0, .08);
    }

    .solution-card .solution-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1.25rem;
        border-bottom: 1px solid var(--color-star-empty);
        padding-bottom: 1rem;
    }

    .solution-card .solution-title {
        font-size: 1.25rem;
        font-weight: 500;
        margin: 0;
    }

    .solution-card .solution-icon-box {
        color: var(--color-primary-blue);
        font-size: 1.5rem;
    }

    .solution-card .solution-icon-box img {
        height: 25px;
        width: auto;
    }

    .solution-card .solution-text {
        margin-bottom: 1.25rem;
        flex-grow: 1;
    }

    .solution-card .solution-link,
    .solution-card .view-details {
        color: var(--color-primary-blue);
        font-weight: 600;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
    }

    .solution-card .solution-link:hover,
    .solution-card .view-details:hover {
        text-decoration: none;
        color: #2a5eb5;
    }

    .view-details {
        color: var(--color-primary-blue);
        font-weight: 600;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
    }

    .view-details:hover {
        text-decoration: none;
        color: #2a5eb5;
    }

    .service-card {
        background: var(--color-white);
        border-radius: 1.25rem;
        padding: 1.5625rem;
        height: 100%;
        box-shadow: 0 .625rem 2.5rem rgba(0, 0, 0, .05);
        transition: transform .3s ease;
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .service-img-container {
        border-radius: .9375rem;
        padding: 1.875rem;
        margin-bottom: 1.5625rem;
        text-align: center;
        min-height: 11.25rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #EEF2F9;
        background-image:
            radial-gradient(circle, transparent 40%, #eef2f9 100%),
            linear-gradient(var(--color-white)d6 2px, transparent 2px),
            linear-gradient(90deg, var(--color-white)a3 2px, transparent 2px);
        background-size: 100% 100%,
            20px 20px,
            20px 20px;
        background-position: center center;
    }

    .service-img-container img {
        height: 120px;
        width: auto;
    }

    .special-offer-badge {
        position: absolute;
        top: -2rem;
        left: 22px;
        background-color: var(--color-primary-blue-alt);
        color: var(--color-white);
        padding: .3125rem 1.25rem;
        border-radius: .5rem .5rem 0 0;
        font-size: .85rem;
        font-weight: 600;
        z-index: -1;
        height: 70px;
        opacity: 0;
        transform: translateY(100%);
        transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s ease;
    }

    .special-offer-badge.in-view {
        opacity: 1;
        transform: translateY(0);
    }

    .action-container {
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: #f1f7ff;
        border-bottom-right-radius: 1.25rem;
        border-top-left-radius: 40px;
        padding: 15px 25px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .action-container::before {
        content: "";
        position: absolute;
        top: -30px;
        right: 0;
        width: 30px;
        height: 30px;
        background: 0 0;
        border-bottom-right-radius: 50%;
        box-shadow: 10px 10px 0 0 #f1f7ff;
    }

    .action-container::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: -30px;
        width: 30px;
        height: 30px;
        background: 0 0;
        border-bottom-right-radius: 50%;
        box-shadow: 10px 10px 0 0 #f1f7ff;
    }

    .home-addons-section .addon-card {
        background: var(--color-bg-blue-light);
        border-radius: 1.25rem;
        padding: 2.5rem 1.875rem;
        text-align: center;
        height: 350px;
        transition: all .3s ease;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .home-addons-section .addon-title {
        font-size: 1.3rem;
        font-weight: 500;
    }

    .home-addons-section .addon-icon {
        width: 5rem;
        height: 5rem;
        margin: 0 auto 1.5625rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .home-app-section .app-blue,
    .home-app-section .app-blue-card {
        background: var(--grad-app-blue);
        color: var(--color-white);
        padding: 3.125rem;
    }

    .home-app-section .app-dark,
    .home-app-section .app-dark-card {
        background-color: #00122e;
        color: var(--color-white);
        padding: 2.5rem 3.125rem;
    }

    .home-app-section .app-mockup-container {
        background-color: var(--light-bg-blue);
        border-radius: 1.875rem;
        padding: 2.5rem;
        display: flex;
        justify-content: center;
        align-items: end;
        height: 100%;
        box-shadow: 0 .625rem 2.5rem rgba(0, 0, 0, .03);
    }


    .home-app-section .app-mockup-container .mobile-app-interface {
        position: relative;
        width: 80%;
        bottom: 0;
    }

    .home-app-section .store-buttons {
        display: flex;
        gap: .9375rem;
        flex-wrap: wrap;
        margin-top: 1.5625rem;
    }

    .home-app-section .store-btn {
        height: 3.125rem;
        transition: transform .2s;
        display: flex;
    }

    .home-app-section .store-btn:hover {
        transform: translateY(-.1875rem);
    }

    /* ================================================================
  13. BLOCKCHAIN SECTION
================================================================
*/
    /* --- Main Layout & Banner --- */
    .blockchain-section {
        max-width: 1200px;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .blockchain-banner {
        background: var(--color-white);
        border-radius: 28px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        border: 1px solid #eef2f7;
    }

    /* --- Content Side (Text) --- */
    .blockchain-content {
        flex: 1;
        padding: 40px 24px;
        text-align: center;
        z-index: 2;
    }

    .blockchain-content .section-title {
        font-size: 1.75rem;
        font-weight: 600;
        margin-bottom: 16px;
        line-height: 1.3;
    }

    .blockchain-content .section-title span {
        color: var(--color-azure);
    }

    .blockchain-content . {
        color: var(--color-grey-text);
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 32px;
    }

    .blockchain-content .btn-view {
        display: inline-block;
        color: var(--color-azure);
        font-weight: 600;
        text-decoration: none;
        transition: transform 0.2s ease;
    }

    .blockchain-content .btn-view:hover {
        transform: translateX(5px);
    }


    /* --- Logos Side Container --- */
    .blockchain-logos-container {
        flex: 1;
        position: relative;
        background: var(--light-bg-blue);
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .blockchain-logos-container::before {
        content: "";
        position: absolute;
        background: var(--color-white);
        z-index: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 40px;
        border-radius: 0 0 50% 50%;
    }


    .logo-scroll-viewport {
        width: 100%;
        max-width: 300px;
        height: 270px;
        margin-top: 0 !important;
        overflow: hidden;
        position: relative;
        z-index: 1;
        mask-image: linear-gradient(to bottom, transparent, black 15%, black 85%, transparent);
        -webkit-mask-image: linear-gradient(to bottom, transparent, black 15%, black 85%, transparent);
    }

    /* 2. The Moving Track */
    .logo-scroll-track {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 25px;
        padding-bottom: 15px;
        will-change: transform;
        animation: scrollUp 20s linear infinite;
    }

    /* Pause on hover for better UX */
    .logo-scroll-track:hover {
        animation-play-state: paused;
    }

    /* 3. The Logo Chips */
    .logo-chip {
        width: 100%;
        /* Fill the grid cell */
        aspect-ratio: 1;
        /* Keep it square */
        border-radius: 50%;
        /* Circle shape */
        background: var(--color-white);
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 6px 14px rgba(15, 23, 42, 0.06);
        transition: transform 0.3s ease;
    }

    .logo-chip img {
        width: 50%;
        height: 50%;
        object-fit: contain;
    }

    /* 4. Keyframes: Move up by 50% (height of one set) */
    @keyframes scrollUp {
        0% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(-50%);
        }
    }


    @media (min-width: 992px) {
        .blockchain-banner {
            flex-direction: row;
        }

        .blockchain-content {
            padding: 56px 64px;
            text-align: left;
        }

        .blockchain-logos-container {
            padding: 48px;
            justify-content: end;
        }

        .blockchain-logos-container::before {
            left: -20px;
            top: 0;
            width: 150px;
            height: 100%;
            border-radius: 0 0 100% 0;
            background: var(--color-white);
        }

        .logo-scroll-viewport {
            margin-top: 50px;
        }

    }

    /* ================================================================
   14. STATS SECTION
   ================================================================ */

    .home-stats-section .home-stats-container {
        display: grid;
        /* Default: 4 Columns for Desktop */
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        margin: auto;
        width: 100%;
        /* Ensure it doesn't overflow container */
    }

    .home-stats-section .stat-card {
        background: var(--color-white);
        border: 1px solid #eef2f6;
        border-radius: 15px;
        padding: 25px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        transition: transform .3s ease;
    }

    .home-stats-section .stat-number {
        font-size: 3.5rem;
        font-weight: 600;
        color: #0d1b2a;
        line-height: 1;
        margin-bottom: 5px;
    }

    .home-stats-section .stat-label {
        color: #7d8ea3;
        font-size: .95rem;
    }

    .home-stats-section .stat-desc {
        margin-bottom: 40px;
    }

    .home-stats-section .col-stack {
        display: flex;
        flex-direction: column;
        gap: 20px;
        height: 100%;
        /* Ensure stack takes full height of grid row */
    }

    .home-stats-section .stat-card-sm {
        padding: 15px 20px;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        /* Remove huge margin-bottom from desc if present in small cards */
        min-height: auto;
    }

    .home-stats-section .avatar-group {
        display: flex;
        margin-right: 15px;
        flex-shrink: 0;
        /* Prevent avatars from squishing */
    }

    .home-stats-section .avatar {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 2px solid var(--color-white);
        margin-left: -10px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .home-stats-section .avatar:first-child {
        margin-left: 0;
    }

    .home-stats-section .card-blue {
        background: var(--color-azure);
        color: var(--color-white);
        border: none;
        position: relative;
        overflow: hidden;
    }

    /* Ensure text inside blue card is white */
    .home-stats-section .card-blue .stat-desc,
    .home-stats-section .card-blue .stat-label,
    .home-stats-section .card-blue .stat-number {
        color: var(--color-white);
    }

    .home-stats-section .card-blue::after {
        content: "\f062";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        bottom: 20px;
        right: 20px;
        font-size: 8rem;
        opacity: .15;
        transform: rotate(45deg);
        pointer-events: none;
        /* Prevent icon from blocking text selection */
    }

    .home-stats-section .star-rating {
        color: #ffc107;
        font-size: .8rem;
    }

    .home-stats-section .support-dot {
        width: 10px;
        height: 10px;
        background: var(--color-azure);
        border-radius: 50%;
        display: inline-block;
        margin-right: 10px;
        box-shadow: 0 0 0 4px rgba(68, 126, 235, .2);
        flex-shrink: 0;
    }

    /* ================================================================
   RESPONSIVE MEDIA QUERIES
   ================================================================ */

    /* Tablet / Small Laptop (max-width: 1024px) */
    @media (max-width: 1024px) {
        .home-stats-section .home-stats-container {
            /* Switch to 2 columns */
            grid-template-columns: repeat(2, 1fr);
        }

        .home-stats-section .stat-number {
            font-size: 3rem;
            /* Slightly smaller numbers */
        }
    }

    /* Mobile (max-width: 767px) */
    @media (max-width: 767px) {
        p {
            font-size: 1.1rem;
        }

        .home-stats-section .home-stats-container {
            /* Switch to 1 column */
            grid-template-columns: 1fr;
            gap: 15px;
        }

        .features-col-reverse {
            flex-direction: column-reverse;
            gap: 20px;
        }

        .home-direct-selling-software {
            padding-bottom: 0;
        }

        .home-cards-section {
            padding: 0;
        }

        .home-clients-section .client-logo-section::after,
        .home-clients-section .client-logo-section::before,
        .home-logo-scoller .client-logo-section::after,
        .home-logo-scoller .client-logo-section::before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            width: 25%;
           background-image: url("https://infinitemlmsoftware.com/wp-content/uploads/2026/01/star-decorations.webp");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }

        .home-clients-section .logo-track,
        .home-logo-scoller .logo-track {
            gap: 0;
        }

        .home-stats-section .stat-card {
            padding: 20px;
            /* Reduce padding to save space */
        }

        .home-stats-section .stat-number {
            font-size: 2.5rem;
            /* Manageable size for mobile */
        }

        .home-stats-section .stat-desc {
            margin-bottom: 20px;
            /* Reduce empty space */
        }

        .home-stats-section .card-blue::after {
            font-size: 6rem;
            /* Shrink background icon */
            bottom: 10px;
            right: 10px;
        }
    }


    /* ================================================================
  15. FAQ & PAGINATION
================================================================
*/

    .home-faq-section {
        background-color: var(--light-bg-blue);
    }

.card-body.faq-body ul li {
    list-style: disc!important;
}

    .faq-white-box {
        background-color: var(--color-white);
        padding: 5rem;
        border-radius: var(--radius-lg);
    }

    .faq-item {
        background-color: #f8fbff;
        border-radius: .75rem;
        margin-bottom: .9375rem;
        border: none;
        overflow: hidden;
    }

    .faq-header {
        padding: 1rem;
        cursor: pointer;
        font-weight: 500;
        color: #444;
        font-size: 1.1rem;
    }

    .faq-container .card-header {
        border-bottom: none;
    }

    .faq-body {
        padding: 0 1.25rem 1.25rem;
        color: #666;
        font-size: .95rem;
        line-height: 1.6;
    }

    .faq-header i {
        transition: transform 0.3s ease-in-out;
    }

    .faq-header[aria-expanded="true"] i {
        transform: rotate(45deg);
        color: #444;
    }


    .custom-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .9375rem;
        margin-top: 3.125rem;
    }

    .faq-item .feature-list li::before {
        width: 1rem;
        height: 1rem;
        filter: brightness(0.5);
        margin-top: 2px;
    }

    /* ================================================================
  16. TESTIMONIALS
================================================================
*/
    /* --- Section & Layout --- */
    .testimonial-section {
        padding: 60px 0;
        background-color: #f9f9f9;
        /* Optional: Light background for contrast */
    }

    /* --- The Card --- */
    .testimonial-section .testimonial-card {
        background: var(--color-white);
        border: 1px solid #e5e7eb;
        border-radius: 12px;
        padding: 24px;
        height: 320px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    /* .testimonial-section .testimonial-card:hover {
        transform: translateY(-5px);
    } */

    .testimonial-section .stars {
        color: var(--color-azure);
        /* Blue stars */
        font-size: 14px;
        letter-spacing: 2px;
    }

    .testimonial-section .platform-logo span {
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .testimonial-section .platform-logo img {
        height: 15px;
        width: auto;
        object-fit: contain;
        display: block;
    }

    .testimonial-title {
        font-weight: 600;
        font-size: 1rem;
        margin-top: 1rem;
        color: #333;
        display: block;
    }

    .testimonial-section .testimonial-text {
        color: #555;
        margin-top: 15px;
        margin-bottom: 20px;
        overflow-y: scroll;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }


    /* 1. Update the container style */
    .testimonial-section .testimonial-text {
        color: #555;
        margin-top: 2px;
        margin-bottom: 10px;
        height: 140px;
        overflow-y: auto;
        padding-right: 10px;
        scrollbar-width: thin;
        scrollbar-color: #c1c1c1 #f0f0f0;
    }


    .testimonial-section .testimonial-text::-webkit-scrollbar {
        width: 6px;
    }

    .testimonial-section .testimonial-text::-webkit-scrollbar-track {
        background: #f9f9f9;
        border-radius: 4px;
    }

    .testimonial-section .testimonial-text::-webkit-scrollbar-thumb {
        background: #cfcfcf;
        border-radius: 4px;
    }

    .testimonial-section .testimonial-text::-webkit-scrollbar-thumb:hover {
        background: #a8a8a8;
    }


    .testimonial-section .user-img img {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        object-fit: cover;
    }

    .testimonial-section .user-info h5 {
        font-weight: 600;
        font-size: 16px;
        margin: 0 0 2px 0;
        color: #111;
    }

    .testimonial-section .user-info p {
        font-size: 13px;
        color: #666;
        margin: 0;
    }


    .testimonial-section .owl-carousel .owl-dots {
        display: none !important;
    }

    .testimonial-section .item .testimonial-card {
        margin-bottom: 25px;
    }

    .testimonial-section .item .testimonial-card:last-child {
        margin-bottom: 0;
    }

    #home-testimonial-slider .owl-stage-outer,
    #home-testimonial-slider .owl-stage,
    #home-testimonial-slider .owl-item {
        min-height: 1px;
    }

    .testimonial-card {
        width: 100%;
        display: block;
    }

    @media (max-width: 768px) {
        .testimonial-section {
            display: block !important;
            visibility: visible !important;
            opacity: 1 !important;
            overflow: visible;
            width: 100%;
            min-height: 400px;
        }

        #home-testimonial-slider {
            display: flex !important;
            min-height: 350px;
        }
    }

    .cookie-notice-container #cn-notice-text {
        display: block;
        color: #fff;
    }


    /* ================================================================
  17. MEDIA QUERIES
================================================================
*/

    @media screen and (max-width: 576px) {
        .ims-h1 {
            font-size: 32px;
        }

        .ims-h2 {
            font-size: 24px;
        }

        .ims-h3 {
            font-size: 16.5px;
        }

        .ims-p {
            font-size: 15px;
        }
    }

    @media (max-width: 992px) {

        .home-stats-container {
            grid-template-columns: repeat(2, 1fr);
        }
    }



    @media (min-width: 992px) {
        .side-img {
            display: block;
        }

        .cta-banner .img-left {
            left: -5.625rem;
            width: 40%;
            opacity: 0;
            transform: translateX(-150px) translateY(-10%) rotate(5deg);
            transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
        }

        .cta-banner .img-right {
            right: -5.625rem;
            width: 40%;
            opacity: 0;
            transform: translateX(150px) translateY(0) rotate(-5deg);
            transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
        }

        .cta-1-section.in-view .img-left {
            opacity: 1;
            transform: translateX(0) translateY(-10%) rotate(5deg);
        }

        .cta-1-section.in-view .img-right {
            opacity: 1;
            transform: translateX(0) translateY(0) rotate(-5deg);
        }
    }

    @media (max-width: 991px) {
        .mobile-scroll-nav {
            overflow-x: auto;
            overflow-y: hidden;
            -webkit-overflow-scrolling: touch;
            padding-bottom: 10px;

            &::-webkit-scrollbar {
                display: none;
            }

            -ms-overflow-style: none;
            scrollbar-width: none;
        }

        .mobile-scroll-nav .nav-link {
            flex: 0 0 auto;
            width: 85%;
            margin-right: 15px;
            white-space: normal;
            border: 1px solid #eee;
            border-radius: 8px;
        }

        .nav-pills .nav-link {
            padding: .9375rem;
            font-size: .9rem;
        }


        .ai-banner {
            text-align: center;
            padding-bottom: 18.75rem;
            justify-content: center;
        }

        .robot-img {
            height: 15.625rem;
            right: 50%;
            transform: translateX(50%);
            display: none;
        }

        .dark-banner {
            text-align: center;
            padding: 20px;
        }

        .btn-fill {
            width: 40px;
            height: 40px;
            margin-top: 3px;
            margin-right: 4px;
        }

        .btn-icon svg {
            width: 27px;
            height: 27px;
        }

        .cta-section-header .cta-header {
            font-size: 1.5rem;
        }

        .integrations-wrapper {
            padding: 1.875rem 1.25rem;
        }


        .home-awards-section .badge-card {
            width: 5rem;
            height: 4.5rem;
            padding: .4rem;
        }

        .home-awards-section .badges-wrapper {
            gap: 0.5rem;
        }

        .home-awards-section .badge-card.featured {
            width: 6rem;
            height: 5.5rem;
        }

        .solutions-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .app-blue-card,
        .app-dark-card {
            text-align: center;
            padding: 1.875rem;
        }

        .store-buttons {
            justify-content: center;
        }

        .app-mockup-container {
            margin-top: 1.875rem;
        }

    }


    @media (max-width: 768px) {
        .ai-dashboard-composite {
            padding: 20px;
            transform: scale(.9);
        }

        .floating-badge {
            padding: 10px 15px;
        }

        .floating-badge h3 {
            font-size: 1.1rem;
        }
    }

    @media (max-width: 576px) {
        .home-stats-container {
            grid-template-columns: 1fr;
        }

        .stat-number {
            font-size: 2.5rem;
        }

        .solutions-grid {
            grid-template-columns: 1fr;
        }
    }

    /* ================================================================
   18. RESPONSIVE ENHANCEMENTS & FIXED UNITS CONVERSION
   ================================================================
*/
    @media (max-width: 1200px) {
        .blockchain-logos-grid {
            grid-template-columns: repeat(4, 1fr);
        }
    }

    @media (max-width: 768px) {
        html {
            font-size: 14px;
        }

        h1 {
            font-size: 2rem;
            line-height: 2.4rem;
        }

        #features-owl-carousel {
            padding-bottom: 10px;
        }

        .feature-item span {
            font-size: 1.1rem;
        }

        .tech-tree-container {
            width: 60%;
            margin: auto;
            height: auto;
        }

        .home-btn-blue,
        .home-btn-dark {
            justify-content: center;
            margin-bottom: 0.5rem;
            padding: 8px 25px;
            text-align: left;
            width: 100%;

        }

        .blockchain-logos-grid {
            padding-top: 40px;
            grid-template-columns: repeat(4, 1fr);
        }

        .home-stats-section .stat-number {
            font-size: 2.5rem;
        }

        .feature-list li {
            font-size: 0.95rem;
        }

        .home-cards-section .custom-card,
        .home-integration-section .custom-card,
        .why-choose-us-section .custom-card {
            padding: 1.5rem;
        }

        .cta-banner {
            padding: 3.5rem 2rem !important;
        }

        .cta-2-section {
            padding-bottom: 0;
        }
    }

    .shopify-img-section img {
        border-radius: var(--radius-lg) !important;
    }

    @media (max-width: 576px) {
        .container {
            padding-left: 1rem;
            padding-right: 1rem;
        }

        .home-what-makes-us-unique .integrations-wrapper {
            padding: 1.5rem 1rem;
        }

        .integrations-wrapper-img {
            height: auto;
            width: 80%;
            max-width: 100%;
        }

        #integrationAccordion .custom-card img {
            width: 70%;
            height: auto;
            margin: auto;
        }

        .home-clients-section .client-logo-section {
            padding-left: 20px;
            padding-right: 20px;
        }

        .client-card {
            width: 9rem;
            height: 4rem;
        }

        .home-shopify-section .glass-display-img {
            height: auto !important;
            width: 100%;
            margin-bottom: 1rem;
        }


        .service-img-container {
            min-height: 9rem;
        }

        .blockchain-logos-container {
            padding: 6rem 1rem 2rem;
        }

        .blockchain-content {
            padding: 2rem 1.5rem;
        }
    }

    /* Example Active State */
    .nav-pills .nav-link.active {
        background-color: #007bff;
        /* Your Brand Color */
        color: white;
        border-color: transparent;
    }

    /* Smooth transition for the color change */
    .nav-pills .nav-link {
        transition: all 0.3s ease;
    }


    /* General Section Styling */
    .hm_video_customer_review_sec {
        padding: 60px 0;
        background-color: var(--color-white);
        /* Or #f9f9f9 depending on your site bg */
        font-family: 'Poppins', sans-serif;
    }

    /* Section Heading */
    .hm_video_customer_review_head {
        text-align: center;
        margin-bottom: 40px;
    }

    .hm_video_customer_review_head h4 {
        font-size: 36px;
        font-weight: 300;
        /* Light weight for "Latest" */
        color: #000;
        margin: 0;
    }

    .hm_video_customer_review_head h4 span {
        font-weight: 700;
        /* Bold for "Blog Posts" */
        color: #4A89F3;
        /* The blue color from the image */
    }

    /* Card Styling */
    .latest_blog_box {
        background: var(--color-white);
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
        /* Subtle shadow */
        border: 1px solid #f0f0f0;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        height: 100%;
        display: flex;
        flex-direction: column;
        text-decoration: none !important;
        /* Remove link underline */
    }

    .latest_blog_box:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

    /* Image Area */
    .latest_blog_box_img {
        position: relative;
        overflow: hidden;
        height: 200px;
        /* Fixed height for consistency */
    }

    .latest_blog_box_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .latest_blog_box:hover .latest_blog_box_img img {
        transform: scale(1.05);
    }

    /* Date Badge */
    .blog-date-badge {
        position: absolute;
        bottom: 10px;
        left: 10px;
        background-color: var(--color-white);
        color: #666;
        padding: 4px 12px;
        border-radius: 6px;
        font-size: 12px;
        font-weight: 500;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        z-index: 2;
    }

    /* Card Content */
    .latest_blog_box_cnt {
        padding: 20px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

    .latest_blog_box_cnt h5 {
        font-size: 18px;
        color: #333;
        line-height: 1.5;
        margin-bottom: 0;
    }

    /* Footer Button Area */
    .view_all_blg_ftr {
        text-align: center;
        margin-top: 40px;
    }

    .button--neumorphic {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #4b8ef1;
        color: var(--color-white) !important;
        padding: 12px 30px;
        border-radius: 50px;
        /* Pill shape */
        font-weight: 600;
        font-size: 16px;
        text-decoration: none;
        box-shadow: 0 4px 15px rgba(75, 142, 241, 0.4);
        transition: all 0.3s ease;
    }

    .button--neumorphic:hover {
        background-color: #3a7bd5;
        box-shadow: 0 6px 20px rgba(75, 142, 241, 0.6);
        transform: translateY(-2px);
    }

    .button--neumorphic i {
        margin-left: 8px;
        /* Space between text and eye icon */
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
        .hm_video_customer_review_head h4 {
            font-size: 28px;
        }

        .latest_blog_box {
            margin-bottom: 30px;
        }
    }


    .contact-us-sec {
        text-align: center;
        padding-top: 60px;
        padding-bottom: 30px;
        background-color: #f4f7fc;
    }

    .contact-us-sec h2 {
        font-size: 32px;
        color: #333;
        margin-bottom: 10px;
        font-weight: 400;
    }

    .contact-us-sec h2 span {
        font-weight: 700;
        color: var(--color-azure);
        /* Blue accent */
    }

    .contact-us-sec p {
        color: #666;
        margin-bottom: 25px;
    }

    .mail-phone {
        display: flex;
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
    }

    .head-icon {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .head-icon a {
        color: #4a90e2;
        font-weight: 500;
        text-decoration: none;
        font-size: 16px;
    }

    /* --- Form Section Wrapper --- */
    section.form {
        background-color: #f4f7fc;
        padding-bottom: 80px;
    }

    /* --- Left Side: Country Locations --- */
    .country-b-box {
        border: 1px dashed #d1d1d1;
        border-radius: 10px;
        padding: 20px;
    }

    .location-header {
        font-size: 28px;
        font-weight: 700;
        color: #1a1a1a;
        margin-bottom: 30px;
        line-height: 1.2;
    }

    .location-header span {
        color: #4a90e2;
    }

    .c-hed {
        display: flex;
        align-items: flex-start;
    }

    .c-hed.flag {
        margin-top: 15px;
    }

    .c-hed img {
        width: 15px;
        height: auto;
        margin-right: 12px;
        margin-top: 4px;
        object-fit: contain;
    }

    .c-hed p {
        margin: 0;
        font-size: 14px;
        color: #555;
        line-height: 1.6;
    }

    .c-hed.flag p {
        font-weight: 700;
        color: #333;
        font-size: 16px;
        margin-bottom: 0;
    }

    .country-badge {
        padding-right: 10px;
        margin-left: -5px;
        margin-top: -3px;
    }

    .c-hed a {
        color: #555;
        text-decoration: none;
    }

    /* Spacing between country blocks */
    .country-b-box .col-xl-6 {
        margin-bottom: 40px;
    }

    /* --- Right Side: Contact Form --- */
    .form-box {
        background: var(--color-white);
        padding: 40px;
        border-radius: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    }

    .from-sec label {
        font-weight: 500;
        color: #333;
        margin-bottom: 8px;
        width: 100%;
    }

    .form__group span input,
    .form__group span textarea {
        width: 100%;

    }

    .form__group span input {
        background: rgba(247, 247, 247, 1);
        border: none;
        border-radius: 5px;
        height: 3rem;
    }

    .form__group span textarea {
        background: rgba(247, 247, 247, 1);
        border: none;
        border-radius: 5px;
    }

    .form-control {
        background-color: #f8f9fa;
        border: 1px solid #eee;
        border-radius: 8px;
        padding: 12px 15px;
        height: auto;
        font-size: 14px;
        color: #666;
    }

    .form-control:focus {
        background-color: var(--color-white);
        box-shadow: none;
        border-color: #4a90e2;
    }

    .btn-submit {
        background-color: #4a90e2;
        color: var(--color-white);
        border: none;
        padding: 12px 35px;
        border-radius: 50px;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        transition: 0.3s;
    }

    .btn-submit:hover {
        background-color: #357abd;
        color: var(--color-white);
        text-decoration: none;
    }

    /* --- Utility to handle duplicate content in provided HTML --- */
    /* The provided HTML has the location list TWICE. 
           .res-box is inside the right column. We hide it on desktop 
           to match the image design. */
    .res-box {
        display: none;
    }

    @media (max-width: 991px) {
        .viw-box {
            display: none;
            /* Hide left side list on mobile */
        }

        .res-box {
            display: block;
            /* Show bottom list on mobile */
            margin-top: 40px;
        }

        .contact-us-sec h2 {
            font-size: 24px;
        }
    }

    /* Mobile App Section Styles */
    .app-content-wrapper {
        display: flex;
        flex-direction: column;
        height: 100%;
        gap: 15px;
    }

    .app-blue-card {
        background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
        color: white;
        padding: 50px;
        border-radius: 30px;
        flex-grow: 1;
        display: flex;
        align-items: center;
    }

    .app-dark-card {
        background-color: #00122e;
        color: white;
        padding: 40px 50px;
        border-radius: 30px;
    }

    .app-mockup-container {
        background-color: var(--color-white);
        border-radius: 30px;
        padding: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    }

    .app-title {
        font-size: 2rem;
        font-weight: 300;
        line-height: 1.2;
        color: var(--color-white);
    }

    .app-title strong {
        font-weight: 700;
    }

    .store-buttons {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
        margin-top: 25px;
    }

    .store-btn {
        height: 50px;
        transition: transform 0.2s;
    }

    .store-btn:hover {
        transform: translateY(-3px);
    }

    @media (max-width: 991px) {
        .app-title {
            font-size: 2rem;
            text-align: center;
        }

        .app-blue-card,
        .app-dark-card {
            text-align: center;
            padding: 30px;
        }

        .store-buttons {
            justify-content: center;
        }

        .app-mockup-container {
            margin-top: 30px;
        }
    }

    .location-icon,
    .phone-icon,
    .whatsapp-icon {
        filter: brightness(0.4);
    }

    .country-b-box .col-xl-6 {
        margin-bottom: 15px;
    }