﻿@font-face {
    font-family: "Metropolis";
    src: url("/fonts/Metropolis-Thin.woff2") format("woff2"), url("/fonts/Metropolis-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/Metropolis-ThinItalic.woff2") format("woff2"), url("/fonts/Metropolis-ThinItalic.woff") format("woff");
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/Metropolis-ExtraLight.woff2") format("woff2"), url("/fonts/Metropolis-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/Metropolis-ExtraLightItalic.woff2") format("woff2"), url("/fonts/Metropolis-ExtraLightItalic.woff") format("woff");
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/Metropolis-Light.woff2") format("woff2"), url("/fonts/Metropolis-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/Metropolis-LightItalic.woff2") format("woff2"), url("/fonts/Metropolis-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/Metropolis-Regular.woff2") format("woff2"), url("/fonts/Metropolis-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/Metropolis-RegularItalic.woff2") format("woff2"), url("/fonts/Metropolis-RegularItalic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/Metropolis-Medium.woff2") format("woff2"), url("/fonts/Metropolis-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/Metropolis-MediumItalic.woff2") format("woff2"), url("/fonts/Metropolis-MediumItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/Metropolis-SemiBold.woff2") format("woff2"), url("/fonts/Metropolis-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/Metropolis-SemiBoldItalic.woff2") format("woff2"), url("/fonts/Metropolis-SemiBoldItalic.woff") format("woff");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/Metropolis-Bold.woff2") format("woff2"), url("/fonts/Metropolis-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/Metropolis-BoldItalic.woff2") format("woff2"), url("/fonts/Metropolis-BoldItalic.woff") format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/Metropolis-ExtraBold.woff2") format("woff2"), url("/fonts/Metropolis-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/Metropolis-ExtraBoldItalic.woff2") format("woff2"), url("/fonts/Metropolis-ExtraBoldItalic.woff") format("woff");
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/Metropolis-Black.woff2") format("woff2"), url("/fonts/Metropolis-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Metropolis";
    src: url("/fonts/Metropolis-BlackItalic.woff2") format("woff2"), url("/fonts/Metropolis-BlackItalic.woff") format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

body {
    font-family: "Metropolis", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #323232;
    margin: 0;
    padding: 0;
}

* {
    font-family: 'Metropolis' 
}

a {
    transition: all 0.5s;
    position: relative;
    z-index: 99;
    
}

    a:hover {
        transform: scale(1.03) !important;
/*        color: inherit !important*/
    }

header {
    width: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 20px 0;
    background: #fff;
    box-shadow: 0px 0px 10px 1px #f0f0f0;
}

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

    header .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    header .logo {
        max-width: 100px;
        width: 100%;
        display: flex;
    }

    header nav {
        display: flex;
        align-items: center;
        gap: 40px;
    }

        header nav ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
            display: flex;
            gap: 40px;
            position: relative;
        }

            header nav ul li a:hover{
                color:#323232;
            }

            header nav ul:first-child::before {
                content: "";
                position: absolute;
                right: -20px;
                height: 100%;
                width: 1px;
                background: #e6e6e6;
            }

            header nav ul li a {
                text-decoration: none;
                color: #000000;
                line-height: normal;
                font-size: 16px;
                font-weight: 500;
            }

                header nav ul li a:hover {
                    font-weight: 500;
                }

.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

.sign-up-btn {
    background: #0b0b0b;
    color: #fff;
    padding: 16px 34px;
    border-radius: 25px;


}

    .sign-up-btn:hover{
        color:#fff !important;
    }

    .ipad-anim {
        position: relative;
        min-height: 220vh;
    }

.iPad-image-sequence {
    width: 100%;
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.canvas {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.text-section {
    max-width: 650px;
    width: 50%;
    position: absolute;
    top: calc(50vh - 350px);
    left: 0;
}

    .text-section h1 {
        font-size: 60px;
        font-weight: 700;
        margin-bottom: 1rem;
        line-height: 1;
        margin-bottom: 24px;
    }

        .text-section h1 span {
            color: #0d9161;
            display: block;
        }

    .text-section p {
        font-weight: 500;
        font-size: 18px;
        line-height: 1.22;
        color: #868686;
        letter-spacing: 0.6px;
        margin-bottom: 64px;
    }

    .text-section a {
        font-family: "Metropolis";
        font-size: 16px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: 0em;
        text-align: left;
        background: #0d9161;
        border-radius: 100px;
        color: #ffffff;
        padding: 15px 30px;
        text-decoration: none;
    }

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.2rem;
    color: #666;
}

.green-text {
    color: #0d9161;
}

.traditional-way-track,
.getz-paid-way-animation {
    position: relative;
    height: 360vh;
}

.getz-anim-wrapper {
    position: relative;
}

    .getz-anim-wrapper .coin-sec {
        position: absolute;
        bottom: 10px;
        right: 16%;
        max-width: 100px;
    }

        .getz-anim-wrapper .coin-sec img {
            width: 100%;
            height: auto;
        }

.traditional-way {
    height: calc(100vh - 150px);
    position: sticky;
    top: 100px;
    left: 0;
    width: 100%;
}

    .traditional-way .traditional-heading {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .traditional-way .traditional-heading h2 {
            color: #0d9161;
            font-weight: 700;
            font-size: 32px;
            margin: 0;
        }

        .traditional-way .traditional-heading a {
            color: #323232;
            font-family: "Metropolis";
            font-weight: 700;
            font-style: Bold;
            font-size: 20px;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 8px;
        }

.traditional-para {
    margin-bottom: 100px;
}

    .traditional-para h2 {
        font-weight: 700;
        font-size: 28px;
        margin-top: 40px;
        margin-bottom: 16px;
        margin-bottom: 0;
    }

    .traditional-para p {
        font-family: "Metropolis";
        font-weight: 500;
        font-style: Medium;
        font-size: 18px;
        color: #999999;
        margin-top: 0;
        line-height: normal;
    }

.traditional-process-animation svg {
    width: 100%;
    height: auto;
}

.traditional-process-animation .travel-line {
    fill: none;
    stroke-width: 5px;
}

.traditional-process-animation .icon {
    stroke: #c4c4c4;
}

.traditional-process-animation .fill-disabled-color {
    fill: #c4c4c4;
}

.traditional-process-animation .text {
    opacity: 0;
}

.traditional-process-animation .npci {
    filter: contrast(0);
    stroke: none !important;
}

#getz-paid-way-svg .getz-paid-text {
    filter: contrast(0);
    stroke: none !important;
}

#getz-paid-way-svg .icon,
#getz-paid-way-svg .arrow-1 {
    stroke: #29367d;
}

#getz-paid-way-svg svg {
    width: 100%;
    height: 55vh;
}

.pending-payment {
    height: auto;
    position: relative;
}

    .pending-payment .traditional-way {
        position: static;
        height: auto;
    }

    .pending-payment .who-is-getzPAID h2,
    .pending-payment .traditional-para h2 {
        font-size: 48px;
        line-height: 1.22;
        color: #999999;
    }

.who-is-getzPAID .traditional-way {
    position: static;
    height: auto;
}

.who-is-getzPAID .traditional-para h2 {
    font-size: 32px;
    line-height: 1.22;
}

.who-is-getzPAID + .cards {
    max-width: 1090px;
    margin: 0 auto;
}

    .who-is-getzPAID + .cards ul {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
        gap: 50px;
        padding: 0;
    }

section {
    margin-bottom: 100px;
}

/* Reset and base styles */
.cards {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.cards-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.card-item {
    height: 620px;
    perspective: 1000px;
}

/* Flip card styles */
.flip-card {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

    .flip-card:hover .flip-card-inner {
        transform: rotateY(180deg);
    }

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 20px;
    overflow: hidden;
}

.card-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.image-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    color: white;
    padding: 30px 20px 20px;
}

    .image-text h2 {
        margin: 0 0 10px 0;
        font-size: 24px;
        font-weight: 700;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    }

    .image-text p {
        margin: 0;
        font-size: 16px;
        opacity: 0.9;
        line-height: 1.4;
    }

/* Back card styles */
.flip-card-back {
    background: #0b0b0b;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    padding: 0;
}

.card-back-content {
    padding: 25px;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #667eea #f0f0f0;
}

    .card-back-content::-webkit-scrollbar {
        width: 6px;
    }

    .card-back-content::-webkit-scrollbar-track {
        background: #f0f0f0;
        border-radius: 3px;
    }

    .card-back-content::-webkit-scrollbar-thumb {
        background: #667eea;
        border-radius: 3px;
    }

    .card-back-content h2 {
        color: #fff;
        font-size: 22px;
        margin: 0 0 15px 0;
        padding-bottom: 15px;
        font-weight: 600;
    }

.card-description {
    color: #fff;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 20px 0;
}

/* Features list styles */
.features-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.feature-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.feature-icon {
    width: 20px;
    height: 15px;
    flex-shrink: 0;
    margin-top: 3px;
}

.feature-item p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    flex: 1;
}

/* View all card styles */
/* .view-all-card {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    } */
.bg-color-card {
    background: #0b0b0b;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-view-all {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    transition: transform 0.3s ease;
    padding: 20px 0;
}

    .btn-view-all:hover {
        transform: scale(1.05);
    }

.circle_with_arrow {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    animation: float 3s ease-in-out infinite;
    border: 1px solid #fff;
    border-radius: 100px;
    overflow: visible;
}

    .circle_with_arrow img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

.btn-view-all span {
    font-size: 20px;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Animation for the circle */
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }

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

.sets-us-bg {
    background: linear-gradient(180.4deg, rgba(120, 120, 120, 0) -4.24%, rgba(96, 96, 96, 0.17) 41.98%, rgba(77, 77, 77, 0) 96.38%, rgba(255, 255, 255, 0) 107.56%);
    padding-block: 100px;
    padding-bottom: 0;
    margin: 0;
}

.sets-us-wrapper {
    height: 200vh;
    position: relative;
}

.sets-us {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(525px, 1fr));
    gap: 60px;
    height: calc(100vh - 150px);
    position: sticky;
    top: 150px;
}

    .sets-us .left-part h3 {
        color: #0d9161;
        font-size: 32px;
        line-height: 15px;
        font-size: 32px;
        font-weight: bold;
    }

    .sets-us .left-part h2 {
        color: #323232;
        font-size: 36px;
        line-height: 1;
        font-weight:bold;
        margin-block: 35px
    }

    .sets-us .right-part ul {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 50px;
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

        .sets-us .right-part ul li {
            position: relative;
        }

            .sets-us .right-part ul li:nth-child(odd) {
                top: 120px;
            }

        .sets-us .right-part ul .big-img {
            position: relative;
            max-width: 320px;
            width: 100%;
        }

            .sets-us .right-part ul .big-img img {
                max-width: 100%;
                height: auto;
            }

            .sets-us .right-part ul .big-img .small-img {
                position: absolute;
                bottom: -20px;
                right: auto;
                left: -15%;
                width: 140px;
                border-radius: 10px;
                z-index: -1;
            }

                .sets-us .right-part ul .big-img .small-img img {
                    max-width: 100%;
                    height: auto;
                }

.know-more-btn {
    color: #323232;
    font-family: Metropolis;
    font-weight: 700;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    gap: 8px;
}

.why-choose-getzPAID {
    margin-bottom: 0px;
}

    .why-choose-getzPAID .traditional-para h2 {
        font-size: 48px;
        line-height: 1;
        color: #323232;
        margin-bottom: 0;
    }

    .why-choose-getzPAID ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
        gap: 70px;
    }

        .why-choose-getzPAID ul .card-wrapper img {
            max-width: 40px;
            width: 100%;
        }

        .why-choose-getzPAID ul .card-wrapper h2,
        .why-choose-getzPAID ul .card-wrapper p {
            font-size: 18px;
            font-weight: 700;
            line-height: 1.2;
            color: #323232;
        }

        .why-choose-getzPAID ul .card-wrapper p {
            font-weight: 400;
        }

footer {
    background: #212121;
    margin-top: 250px;
}

    footer .top-footer-image {
        max-width: 1100px;
        width: 100%;
        margin: auto;
        margin-bottom: 60px;
        position: relative;
    }

        footer .top-footer-image img {
            margin-top: -12%;
            max-width: 100%;
        }

        footer .top-footer-image .btn-sec {
            position: absolute;
            right: 5%;
            bottom: 40%;
            display: flex;
            gap: 18px;
        }

            footer .top-footer-image .btn-sec a {
                border-radius: 25px;
                border: 1px solid #fff;
                color: #fff;
                font-weight: 500;
                font-size: 16px;
                padding: 14px 19px;
                line-height: normal;
                text-decoration: none;
            }

    footer .foo-logo {
        max-width: 130px;
        width: 100%;
        margin-bottom: 60px;
    }

    footer .footer-links {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));
        gap: 5%;
        padding: 0;
        margin: 0;
        list-style-type: none;
        padding-bottom: 60px;
        margin-bottom: 30px;
        border-bottom: 1px solid #4c4c4c;
    }

        footer .footer-links li {
            display: flex;
            flex-direction: column;
            gap: 18px;
        }

            footer .footer-links li h4 {
                color: #fff;
                font-size: 18px;
                font-weight: 700;
                margin: 0;
            }

            footer .footer-links li a {
                color: #fff;
                text-decoration: none;
                font-size: 16px;
                font-weight: 400;
            }

            footer .footer-links li .social-icons {
                display: flex;
                flex-wrap: wrap;
                gap: 12px;
            }

                footer .footer-links li .social-icons a {
                    max-width: 46px;
                    width: 100%;
                    line-height: normal;
                }

                    footer .footer-links li .social-icons a img {
                        max-width: 100%;
                    }

    footer .cp-right-sec {
        display: flex;
        justify-content: space-between;
        padding-bottom: 60px;
    }

        footer .cp-right-sec .left-sec {
            max-width: 860px;
        }

            footer .cp-right-sec .left-sec h4 {
                font-weight: 400;
                font-size: 16px;
                color: #fff;
                margin-bottom: 10px;
            }

            footer .cp-right-sec .left-sec p {
                font-weight: 400;
                font-style: 100;
                font-size: 16px;
                line-height: 1;
                color: #c1c1c1;
            }

        footer .cp-right-sec .cmt-logo {
            text-align: right;
            color: #fff;
        }

            footer .cp-right-sec .cmt-logo p {
                font-weight: 400;
                font-style: Light;
                font-size: 18px;
                margin: 0;
            }

.fitll-btn {
    background: #fff;
    color: #1862cd !important;
    box-shadow: -1px 1px 3px 0px rgba(171, 171, 171, 0.1019607843);
    box-shadow: -2px 6px 6px 0px rgba(171, 171, 171, 0.0901960784);
    box-shadow: -5px 13px 8px 0px rgba(171, 171, 171, 0.0509803922);
    box-shadow: -9px 23px 10px 0px rgba(171, 171, 171, 0.0117647059);
    box-shadow: -14px 36px 11px 0px rgba(171, 171, 171, 0);
}

/* Responsive styles */
html {
    scroll-behavior: smooth;
}

/* Add loading spinner for better UX */
.loading {
    display: none;
}

.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    z-index: 100;
    opacity: 0;
    transform: translateY(20px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #c0e7d9 0%, #0d9161 100%);
    background-size: 400% 400%;
    animation: gradientMove 6s ease infinite;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}




#custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999999 !important;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
    mix-blend-mode: difference;
/*    display: none;*/
}



.cursor-main {
    position: absolute;
    transform: translate(-50%, -50%);
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.5));
    transition: transform 0.2s ease;
}

.cursor-svg {
    width: 24px;
    height: 24px;
    transition: all 0.2s ease;
}

.cursor-path {
    fill: #F26522 !important;
    stroke: #ffffff;
    stroke-width: 0.5;
    transition: all 0.2s ease;
}

/* // .cursor-ring {
//     position: absolute;
//     width: 40px;
//     height: 40px;
//     border: 2px solid rgba(242, 101, 34, 0.3);
//     border-radius: 50%;
//     transform: translate(-50%, -50%);
//     transition: all 0.15s ease-out;
//     background: transparent;
// } */

/* Cursor states */
.cursor-hover .cursor-path {
    fill: #F26522;
    stroke: #ffffff;
    filter: drop-shadow(0 0 3px rgba(242, 101, 34, 0.5));
}

.cursor-hover .cursor-ring {
    width: 50px;
    height: 50px;
    border-color: rgba(242, 101, 34, 0.4);
    border-width: 2px;
}

.cursor-click .cursor-path {
    fill: #F26522;
    stroke: #ffffff;
    transform: scale(0.9);
}

.cursor-click .cursor-ring {
    width: 45px;
    height: 45px;
    border-color: rgba(242, 101, 34, 0.5);
    transform: translate(-50%, -50%) scale(0.9);
}

/* Hide default cursor on desktop */
@media (min-width: 769px) {
    body, a, button, .flip-card, .btn-view-all, input, select, textarea {
        cursor: none !important;
    }
}

/* Show custom cursor only on desktop */
@media (max-width: 768px) {
    #custom-cursor {
        display: none;
    }

    body, a, button, .flip-card, .btn-view-all, input, select, textarea {
        cursor: auto !important;
    }
}





* {
    scroll-behavior: smooth;
}

/* Scrollbar styling with new gradient */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #C0E7D9 0%, #0D9161 100%);
    border-radius: 5px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(135deg, #A8DCCB 0%, #0B7F55 100%);
    }

/* Button effects with new gradient */
.text-section .cta-btn,
.fitll-btn,
.btn-sec a,
.btn-view-all {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .text-section .cta-btn:hover::after,
    .fitll-btn:hover::after,
    .btn-sec a:hover::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, #7cb4a0 0%, #0D9161 100%);
        z-index: -1;
        opacity: 0.12;
        transition: opacity 0.3s ease;
    }

/* Enhanced button hover effects */
.text-section .cta-btn {
    background: linear-gradient(135deg, #7cb4a0 0%, #0D9161 100%);
    color: #ffffff;
    padding: 15px 40px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 5px 15px rgba(13, 145, 97, 0.35);
}

    .text-section .cta-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(13, 145, 97, 0.45);
    }

/* Pulse animation for CTA */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(13, 145, 97, 0.45);
    }

    70% {
        box-shadow: 0 0 0 12px rgba(13, 145, 97, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(13, 145, 97, 0);
    }
}

.text-section .cta-btn {
    animation: pulse 2s infinite;
}

/* Ensure all sections are visible */
main > section,
footer {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Smooth transitions */
.card-item, .flip-card {
    transition: all 0.3s ease;
}

/* Fix for image sequences */
.canvas {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}











@media (min-width: 992px) {
    .pending-section {
        margin-top: -120px;
    }
}

@media (min-width: 992px) and (max-height: 768px) {
    .traditional-process-animation svg {
        height: 40vh;
    }

    .sets-us-bg {
        margin-bottom: 200px;
    }

    .traditional-para h2 {
        margin-top: 15px;
    }
}

@media (max-width: 1400px) {
    .text-section {
        margin-top: 50px;
        width: 45%;
    }

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

    .traditional-para {
        margin-bottom: 60px;
    }

        .traditional-para h2 {
            font-size: 26px;
        }

        .traditional-para p {
            font-size: 16px;
        }

    .traditional-way .traditional-heading h2 {
        font-size: 30px;
    }

    .traditional-way .traditional-heading a {
        font-size: 16px;
    }

    .footer .footer-links {
        gap: 2%;
    }

    .pending-payment .who-is-getzPAID h2,
    .pending-payment .traditional-para h2,
    .why-choose-getzPAID .traditional-para h2 {
        font-size: 44px;
    }
}

@media (max-width: 1200px) {
    footer .footer-links {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }

    .sets-us .right-part ul .big-img .small-img {
        width: 90px;
    }

    section {
        margin-bottom: 50px;
    }

    .who-is-getzPAID + .cards {
        max-width: 885px;
    }

    .sets-us {
        height: auto;
        position: static;
        gap: 200px;
    }

    .sets-us-wrapper {
        height: auto;
    }

    .pending-payment .who-is-getzPAID h2,
    .pending-payment .traditional-para h2,
    .why-choose-getzPAID .traditional-para h2 {
        font-size: 40px;
    }

    footer .cp-right-sec {
        flex-direction: column;
        gap: 30px;
    }

        footer .cp-right-sec .cmt-logo {
            text-align: left;
        }

    .footer .footer-links {
        row-gap: 50px;
    }
}

@media (min-width: 768px) {
    .hamburger-menu {
        display: none;
    }
}

@media (max-width: 1024px) {
    .text-section h1 {
        font-size: 40px;
    }

    .text-section p {
        font-size: 16px;
    }

    .text-section a {
        font-size: 14px;
    }

    .pending-payment .who-is-getzPAID h2,
    .pending-payment .traditional-para h2,
    .why-choose-getzPAID .traditional-para h2 {
        font-size: 36px;
    }

    footer .footer-links {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }

    footer .top-footer-image .btn-sec a {
        font-size: 14px;
        padding: 10px 15px;
    }
}

@media (max-width: 922px) {
    footer .footer-links li h4,
    footer .cp-right-sec .cmt-logo p,
    footer .cp-right-sec .left-sec h4 {
        font-size: 16px;
    }

    footer .footer-links li a {
        font-size: 14px;
    }

    .traditional-way {
        height: auto;
        position: static;
    }

    .traditional-process-animation {
        max-width: 450px;
        margin: 50px auto;
        width: 100%;
    }

    .traditional-way-track,
    .getz-paid-way-animation,
    #getz-paid-way-svg svg {
        height: auto;
    }

    header {
        padding: 15px 0;
    }

        header nav ul {
            gap: 25px;
        }

            header nav ul li a {
                font-size: 14px;
            }

        header .sign-up-btn {
            padding: 12px 20px;
        }

        header .logo {
            max-width: 80px;
        }

    .getz-anim-wrapper .coin-sec {
        right: -14%;
    }

    .why-choose-getzPAID {
        margin-block: 250px;
    }
}
/* Responsive adjustments */
@media (max-width: 767px) {
    .iPad-image-sequence {
        height: 100vh;
    }

    .text-section {
        padding: 0px;
        padding: 0px;
        top: 5%;
    }

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

    .traditional-way .traditional-heading h2 {
        font-size: 24px;
    }

    .traditional-way .traditional-heading a {
        font-size: 14px;
    }

    .pending-payment .who-is-getzPAID h2,
    .pending-payment .traditional-para h2,
    .why-choose-getzPAID .traditional-para h2 {
        font-size: 32px;
    }

    .getz-anim-wrapper .coin-sec {
        bottom: 50px;
        right: 15%;
        max-width: 75px;
    }

    .who-is-getzPAID + .cards ul {
        gap: 60px;
    }

    .sets-us .right-part ul li:nth-child(odd) {
        top: 23px;
    }

    .cards {
        padding: 0;
    }

    .sets-us .right-part ul .big-img .small-img {
        left: -5%;
    }

    .sets-us .left-part {
        margin-bottom: 200px;
    }

    .footer .footer-links {
        gap: 8%;
    }

    footer {
        margin-top: 160px;
    }

    .sets-us .right-part ul {
        row-gap: 50px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }

    .why-choose-getzPAID ul .card-wrapper h2,
    .why-choose-getzPAID ul .card-wrapper p {
        font-size: 16px;
    }

    .who-is-getzPAID + .cards ul {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    }

    header {
        padding: 10px 0;
    }

    .hamburger-menu {
        max-width: 45px;
        z-index: 1;
        display: flex;
    }

    .nav-wrapper {
        position: fixed;
        right: -100%;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        transition: 0.5s;
        padding-top: 130px;
    }

        .nav-wrapper.active {
            right: 0;
        }

    header nav ul li a {
        font-size: 16px;
    }

    header nav,
    header ul {
        flex-direction: column;
    }

        header nav::before,
        header ul::before {
            display: none;
        }
}

@media (max-width: 767px) {
    .cards-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .card-item {
        height: 350px;
    }

    .image-text h2 {
        font-size: 20px;
    }

    .image-text p {
        font-size: 14px;
    }

    .card-back-content h2 {
        font-size: 20px;
    }

    .card-description,
    .text-section p {
        font-size: 14px;
    }

    .feature-item p {
        font-size: 13px;
    }

    .traditional-way .traditional-heading h2,
    .know-more-btn {
        font-size: 24px;
    }

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

    .pending-payment .who-is-getzPAID h2,
    .pending-payment .traditional-para h2,
    .why-choose-getzPAID .traditional-para h2 {
        font-size: 28px;
    }

    .sets-us .left-part h3 {
        font-size: 28px;
    }

    .sets-us .left-part h2 {
        color: #323232;
        font-size: 32px;
        line-height: normal;
    }

    .sets-us .right-part ul {
        grid-template-columns: repeat(auto-fill, minmax(156px, 1fr));
    }

    .sets-us-bg {
        padding-block: 50px;
    }

    .footer .footer-links {
        gap: 1;
        row-gap: 50px;
    }

    .sets-us {
        gap: 0px;
        display: flex;
        flex-direction: column;
    }

        .sets-us .left-part {
            margin-bottom: 70px;
        }

        .sets-us .right-part ul {
            display: flex;
            flex-wrap: wrap;
        }

            .sets-us .right-part ul li {
                flex: 0 0 calc(50% - 15px);
            }

    .getz-anim-wrapper .coin-sec {
        bottom: 20px;
        right: -15px;
        max-width: 60px;
    }

    .pending-section {
        margin-top: -100px;
    }

    header .sign-up-btn {
        padding: 12px 70px;
    }
}

@media (max-width: 600px) {
    .card-item {
        height: 300px;
    }

    .card-back-content {
        padding: 20px 15px;
    }

    .ipad-anim {
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
        min-height: initial;
    }

        .ipad-anim .text-section {
            position: static;
            width: 100%;
            margin: 0;
            margin-top: 10px;
        }

        .ipad-anim .iPad-image-sequence {
            height: 50vh;
        }

    .traditional-way .traditional-heading {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .pending-payment .who-is-getzPAID h2,
    .pending-payment .traditional-para h2,
    .why-choose-getzPAID .traditional-para h2 {
        font-size: 24px;
    }

    .traditional-para br {
        display: none;
    }

    .who-is-getzPAID .traditional-para h2 {
        font-size: 24px;
        line-height: 1.22;
    }

    .sets-us .left-part h3 {
        font-size: 24px;
    }

    .sets-us .left-part h2 {
        font-size: 28px;
    }

    .why-choose-getzPAID {
        margin: 80px 0;
    }

    .container {
        padding: 0 15px;
    }

    footer .top-footer-image .btn-sec {
        position: absolute;
        right: initial;
        left: 0;
        bottom: -104%;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .why-choose-getzPAID ul {
        gap: 40px;
    }

        .why-choose-getzPAID ul .card-wrapper img {
            max-width: 30px;
        }

    .sets-us .right-part ul .big-img .small-img {
        width: 60px;
    }

    .traditional-para {
        margin-bottom: 40px;
    }

    .sets-us-bg {
        padding-block: 0px;
    }

    .text-section .cta-btn {
        display: block;
        text-align: center;
    }

    .hamburger-menu {
        max-width: 35px;
    }

    .traditional-process-animation {
        max-width: initial;
    }
}
/*# sourceMappingURL=style.css.map */


/*Cookies css*/
/*
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
}

.cookie-button {
    background-color: #0D9161;
    font-family: 'metropolissemi_bold';
    padding: 10px 32px 11px 32px;
    border-radius: 45px;
    border: 0;
    box-shadow: 0px 3px 6px 0px #ABABAB8F;
    height: 48px;
    color: #fff;
    cursor: pointer !important;
}

    .cookie-button:hover {
        background-color: #0F8459;
        color: #fff;
        box-shadow: 0px 3px 6px 0px #ABABAB8F;
    }


#staticBackdropLabel {
    font-family: "Metropolismedium";
    font-size: 32px !important;
    line-height: 32px;
    text-align: center;
    font-weight: 600;
    color: #424242;
}



.modal-header {
    display: block;
    box-shadow: 0px 5px 5px 0px #CFCFCF14;
    border: 0 !important;
    padding: 45px 0px 20px 0px;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}

@media (max-width:1440px) {
    .modal-dialog {
        position: relative;
        width: 65% !important;
        pointer-events: none;
    }

    
}

@media (min-width: 992px) {
    .model-pop-medium {
        --bs-modal-width: 686px !important;
    }


    .modal-lg,
    .modal-xl {
        --bs-modal-width: 646px;
    }
}

@media only screen and (max-width: 768px) {
    .grid-view-button {
        float: right;
    }
}


.float-end {
    float: right !important;
}

.float-start {
    float: left !important;
}
*/

.modal.show .modal-dialog {
    transform: none;
}

.modal.show .modal-dialog {
    transform: none;
    font-family: 'Metropolis';
    font-weight: 500;
    max-width: 670px;
    width:100%;
}
.modal-content {
    border-radius: 7px 7px 0px 0px;
    border: 0;
}

.modal-header {
    display: block;
    box-shadow: 0px 5px 5px 0px #CFCFCF14;
    border: 0 !important;
    padding: 45px 0px 20px 0px;
}

#staticBackdropLabel {
    font-family: 'Metropolis';
    font-size: 32px !important;
    line-height: 32px;
    text-align: center;
    font-weight: 600;
    color: #424242;
}


.cookie-img {
    margin-right: 15px;
}

.font-style {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
    font-size: 18px;
    font-family: 'Metropolis';
    line-height: 18px;
    letter-spacing: 0.5px;
    color: #323232;
    padding: 38px 54px 34px 50px;
    font-weight: 500;
}

.bg-foot {
    background-color: #fff;
    padding: 10px;
    margin-top: 6px;
    height: 97px;
    cursor: pointer !important;
    overflow: hidden;
    border-radius: 2px 0px 10px 10px;
    padding: 26px 50px;
}

.float-start {
    float: left !important;
}
.float-end {
    float: right !important;
}

.cookie-button {
    background-color: #0D9161;
    font-family: 'Metropolis';
    font-weight:700;
    padding: 10px 32px 11px 32px;
    border-radius: 45px;
    border: 0;
    box-shadow: 0px 3px 6px 0px #ABABAB8F;
    height: 48px;
    color: #fff;
    cursor: pointer !important;
}

    .cookie-button:hover {
        background-color: #0F8459;
        color: #fff;
        box-shadow: 0px 3px 6px 0px #ABABAB8F;
    }


@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 646px;
    }
}


@media (max-width: 767px){
    .modal.show .modal-dialog {
        max-width: fit-content;
    }
}