@import url('https://fonts.googleapis.com/css2?family=Bitcount+Prop+Single+Ink:wght@100..900&family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    width: 100%;
    font-family: 'Poppins', 'Arial';
    overflow-x: hidden;
}

/* Variables */
:root {
    --primary-background-color: rgb(245 6 170/var(--tw-text-opacity, 1));
    --secondary-background-color: rgba(59, 130, 246, .5);
    --primary-text-color: #fff;
    --secondary-text-color: #000;
    --padding-inline-section: 22px;
}

.flex {
    display: flex;
    align-items: center;
}

h1 {
    font-size: 1.5rem;
}

p {
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--primary-text-color);
}

a {
    text-decoration: none;
    display: inline-block;
    color: white;
}

ul {
    list-style: none;
}

.container {
    max-width: 1180px;
    margin-inline: auto;
    padding-inline: var(--padding-inline-section);
    overflow: hidden;
    text-align: center;
}

.primary-button {
    display: block;
    border-radius: .5rem;
    background: radial-gradient(49.94% 52.2% at 40.72% 52.2%, rgba(251, 199, 255, .47) 0, rgba(219, 83, 255, .31) 30.09%, rgba(177, 47, 211, .19) 60%, rgba(19, 0, 25, .1) 100%), #1e0026;
    cursor: pointer;
    color: var(--primary-text-color);
    font-size: 1.11vw;
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    transition-duration: .5s;
    text-decoration: none;
    border-radius: 2rem;
    border: .5px solid rgb(180, 178, 178);
}

.primary-button:hover {
    transform-origin: right;
    transform: scaleX(1.1);
}

.secondary-button {
    display: block;
    border-radius: .5rem;
    background: radial-gradient(79.22% 177.6% at 18.26% 133.33%, rgba(251, 0, 255, .6) 0, rgba(255, 0, 255, 0) 100%), #040629;
    color: var(--primary-text-color);
    cursor: pointer;
}

/* Nav-section */
.nav {
    width: 100%;
    background-image: url(./slice_assest/asset\ 45.webp);
    background-position: center;
    background-size: cover;
    position: relative;
}

.main {
    padding-top: 3%;
    padding-left: 80px;
    justify-content: space-between;
    background-color: transparent;
}

.company-logo img {
    width: 80px;
}

.nav-links ul {
    justify-content: end;
    gap: 40px;
}

.btn {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    color: var(--primary-text-color);
}

.btn img {
    width: 30px;
}

.hemburger {
    margin-right: 80px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    background-color: var(--primary-text-color);
}

.hemburger img {
    width: 30px;
    padding-top: 10px;
    padding-left: 8px;
}


/* Hero Section  */
.decoration {
    margin-top: 40px;
}

.big-green-text {
    font-size: 12rem;
    text-transform: uppercase;
    font-weight: 800;
    color: rgb(204 255 1/var(--tw-text-opacity, 1));
    line-height: 146.6px;
    font-family: Arial, Helvetica, sans-serif;
}

.white-text {
    color: var(--primary-text-color);
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 15px;
}

.bold {
    font-size: 2rem;
    font-weight: 600;
    color: var(--primary-text-color);
    padding: 2px;
}

.white-button {
    background: radial-gradient(161.33% 63.84% at 50% 23.75%, rgba(255, 255, 255, 0.2) 0px, rgba(255, 255, 255, 0) 100%);
    border-radius: 2rem;
    border: .5px solid #ffffff3d;
    color: var(--primary-text-color);
    font-weight: 400;
    font-size: 1.2rem;
    padding: 8px;
    width: 40%;
    margin: auto;
    justify-content: center;
    margin-top: 30px;
}

.rotating-key img {
    width: 15%;
    position: absolute;
    top: 54%;
    left: 9%;
}

.branch img {
    width: 19%;
    position: absolute;
    top: 24%;
    right: 0;
}

.silver-card2 img {
    width: 6%;
    position: absolute;
    top: 59%;
    right: 18%
}

.silver-card1 img {
    width: 5%;
    position: absolute;
    top: 80%;
    left: 5%
}

/* documentaion Section */
.documentaion {
    margin-top: 30vh;
    line-height: 2;
}

/* Interest & Earn Section */
.interest-section {
    height: 80%;
    width: 100%;
    background:
        radial-gradient(circle at top left,
            rgba(255, 255, 255, 0.3),
            transparent 60%),
        radial-gradient(circle at bottom right,
            rgba(255, 229, 255, 0.4),
            transparent 60%),
        linear-gradient(180deg,
            #9adfff 0%,
            #ffffff 45%,
            #ffffff 100%);

    background-repeat: no-repeat;
    background-size: cover;

    position: relative;
}

@keyframes shakeEmoji {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(1.1) translateX(-4px);
    }

    40% {
        transform: scale(1.1) translateX(2px);
    }

    60% {
        transform: scale(1.1) translateX(-3px);
    }

    80% {
        transform: scale(1.1) translateX(1px);
    }

    100% {
        transform: scale(1.2) translateX(0);
    }
}

.animation-button span {
    display: inline-block;
    transition: transform 0.3s ease;
}

.animation-button:hover span {
    animation: shakeEmoji 0.6s ease-in-out infinite;
}

.animation-button {
    display: inline-block;
    position: absolute;
    top: 35%;
    left: 40%;
    background: linear-gradient(270deg, rgb(255, 102, 138), rgb(255, 0, 170));
    cursor: pointer;
    border-radius: 2rem;
    width: 25vw;
    padding: 6px;
    color: var(--primary-text-color);
    font-size: 1.7rem;
    margin-top: 20px;
    text-align: center;
    margin: auto;
    font-size: 2rem;
    font-weight: 700;
    transform: rotate(-6deg);
    transition: all 0.4s ease-in-out;
}

.animation-button:hover {
    transform: rotate(0deg);
    box-shadow: 0 6px 20px rgba(255, 50, 134, 0.5);
}

.text-container {
    position: absolute;
    bottom: 30%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.text-container h1 {
    font-family: 'Inter', sans-serif;
    font-size: 3.5rem;
    font-weight: 900;
    color: #000000;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0;
    border: none;
    position: relative;
}

.heading-space {
    position: absolute;
    left: 8%;
}

.interest-section img {
    display: block;
    max-width: 100%;
    height: auto;
}

.flower-icon {
    position: absolute;
    top: 40%;
    right: 25%;
    width: 100px;
    height: auto;
    z-index: 1;
    animation: float 6s ease-in-out infinite;
    animation-direction: alternate;
}

@keyframes float {
    0% {
        transform: rotateZ(20deg) rotate(90deg);
    }

    50% {
        transform: rotateZ(15deg) rotate(5deg);
    }

    100% {
        transform: rotateZ(10deg) rotate(10deg);
    }
}

.qr-code {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: transparent;
    padding: 10px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #eeeef0;
    z-index: 10;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

@keyframes half-rotate {
    0% {
        transform: rotate(60deg);
    }

    50% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotateZ(10deg) rotate(10deg);
    }
}

/* RBI Repo-Rate Section */
.rbi-repo-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-image: url(./slice_assest/asset\ 46.webp);
    background-size: cover;
}

.rate-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    z-index: 2;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.heading-pink {
    font-family: 'Inter', sans-serif;
    font-size: 4rem;
    font-weight: 900;
    color: #ff00aa;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 10px;
}

.heading-black {
    font-family: 'Inter', sans-serif;
    font-size: 3rem;
    font-weight: 900;
    color: #000000;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0;
}

.rbi-repo-section img {
    display: block;
    max-width: 100%;
    height: auto;
}

.green-flower-icon {
    position: absolute;
    top: 32%;
    left: 65%;
    width: 120px;
    height: auto;
    z-index: 1;
    opacity: 0.9;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
    animation: float 7s ease-in-out infinite reverse;
}

.cube-rooticon {
    position: absolute;
    bottom: 2%;
    left: 10%;
    width: 150px;
    height: auto;
    z-index: 1;
    opacity: 0.9;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
    animation: half-rotate 7s ease-in-out infinite reverse;
}


/* Banking-Section */
.Banking-Section {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url('./slice_assest/asset 45.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.banking-image {
    height: 100%;
    width: auto;
    z-index: 1;
    object-fit: cover;
}

.banking-image img {
    height: 100%;
    width: 100%;
    display: block;
}

.banking-text {
    position: absolute;
    bottom: 5%;
    left: 8%;
    max-width: 540px;
    z-index: 2;
}

.banking-text p {
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.9;
    text-align: left;
    margin: 0;
}

/* Earning Interest Section */
.Earning-section {
    height: 80%;
    width: 100%;
    background:
        radial-gradient(circle at top left,
            rgba(255, 255, 255, 0.3),
            transparent 60%),
        radial-gradient(circle at bottom right,
            rgba(255, 229, 255, 0.4),
            transparent 60%),
        linear-gradient(180deg,
            #9adfff 0%,
            #ffffff 45%,
            #ffffff 100%);

    background-repeat: no-repeat;
    background-size: cover;

    position: relative;
}

.Earning-section img {
    display: block;
    max-width: 100%;
    height: auto;
}

.star-icon {
    position: absolute;
    top: 40%;
    right: 25%;
    width: 100px;
    height: auto;
    z-index: 1;
    transition: all ease-in-out;
    animation: float 10s ease-in-out infinite;
    animation-direction: alternate;
}

@keyframes float {
    0% {
        transform: rotateZ(180deg) rotate(90deg);
    }

    50% {
        transform: rotateY(15deg) rotate(5deg);
    }

    100% {
        transform: rotateX(10deg) rotate(-180deg);
    }
}

/* Earning Interest Section */
.Earning-Interest-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-image: url(./slice_assest/asset\ 47.webp);
    background-size: cover;
}

.Earning-Interest-section img {
    display: block;
    max-width: 100%;
    height: auto;
}

.silver-card {
    width: 6%;
    position: absolute;
    top: 20%;
    right: 10%
}

.Earning-interset-text {
    position: absolute;
    top: 40%;
    left: 40%;
}

.heading-pink-text {
    font-family: 'Inter', sans-serif;
    font-size: 3rem;
    font-weight: 900;
    color: #ff00aa;
}

.daily {
    position: absolute;
    right: 2%;

}

.cone-icon {
    position: absolute;
    bottom: 10%;
    left: 38%;
}

/* Saving Section  */
.saving-section {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url('./slice_assest/asset 45.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.saving-image {
    height: 100%;
    width: auto;
    z-index: 1;
}

.saving-image img {
    height: 100%;
    width: auto;
    display: block;
}

.saving-font {
    position: absolute;
    top: 30%;
    right: 10%;
    max-width: 540px;
    z-index: 2;
}

.saving-font p {
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.9;
    text-align: left;
    margin: 0;
}

.saving-silver-card {
    position: absolute;
    bottom: 25%;
    left: 50%;
    width: 100px;
    z-index: 3;
}

.saving-silver-card img {
    width: 100%;
    display: block;
    height: auto;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.15));
}

.spring {
    position: absolute;
    bottom: 1%;
    right: 30%;
    width: 150px;
    height: auto;
    z-index: 1;
    pointer-events: none;
    animation: float 6s ease-in-out infinite;
    animation-direction: alternate;
}

.spring img {
    width: 100%;
    height: auto;
    display: block;
}


/* Confusing on Investing Section */
.confusing-section {
    height: 100%;
    width: 100%;
    background:
        radial-gradient(circle at top left,
            rgba(255, 255, 255, 0.3),
            transparent 60%),
        radial-gradient(circle at bottom right,
            rgba(255, 229, 255, 0.4),
            transparent 60%),
        linear-gradient(180deg,
            #9adfff 0%,
            #ffffff 45%,
            #ffffff 100%);

    background-repeat: no-repeat;
    background-size: cover;

    position: relative;
}

.nuclear-icon {
    position: absolute;
    top: 30%;
    right: 25%;
    width: 130px;
    height: auto;
    z-index: 1;
    pointer-events: none;
    animation: float-slow 50s ease-in-out infinite;
    transition: all float-slow 8s ease-in-out infinite;
}

.nuclear-icon img {
    width: 100%;
    height: auto;
    display: block;
}

@keyframes float-slow {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.cube-confusing {
    position: absolute;
    bottom: 2%;
    left: 10%;
    width: 150px;
    height: auto;
    z-index: 10;
    will-change: transform;
    transform: translateZ(0);
    animation: smooth-90-return 50s ease-in-out infinite;
}

.cube-confusing img {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.2));
}

@keyframes smooth-90-return {
    0% {
        transform: rotate(0deg) translateZ(0);
    }

    50% {
        transform: rotate(90deg) translateZ(0);
    }

    100% {
        transform: rotate(0deg) translateZ(0);
    }
}

/* Fixed Deposite Section */
.fixed-deposite-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-image: url(./slice_assest/asset\ 47.webp);
    background-size: cover;
}

.fixed-deposite-section img {
    display: block;
    max-width: 100%;
    height: auto;
}

.rootCap-icon {
    position: absolute;
    top: 17%;
    right: 25%;
    width: 250px;
    height: auto;
    z-index: 1;
    opacity: 0.9;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
    animation: up-down-float 3s ease-in-out infinite;
}

@keyframes up-down-float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* Earn High interest-section */
.high-interest-Section {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url('./slice_assest/asset 45.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.high-interest-image {
    height: 100%;
    width: auto;
    z-index: 1;
    object-fit: cover;
    z-index: 1;
}

.high-interest-image img {
    height: 100%;
    width: 100%;
    display: block;
}

.interest-font {
    position: absolute; 
    top: 30%;           
    left: 15%;          
    transform: translateY(-50%); 
    width: 45%;         
    z-index: 10;
}

.interest-font p {
    font-family: 'Inter', sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.6;
    color: #ffffff;
    letter-spacing: 0.2px;
}

.high-silver-card {
    position: absolute;
    top: 45%;     
    left: 30%;         
    width: 100px;       
    z-index: 3;
    animation: float-slow 5s ease-in-out infinite; 
    animation: float-slow 50s ease-in-out infinite;
    transition: all float-slow 8s ease-in-out infinite;
}

.high-silver-card img {
    width: 100%;
    display: block;
    height: auto;
    filter: drop-shadow(0 10px 15px rgba(0,0,0,0.2)); 
}

.high-silver-card-tilde {
    position: absolute;
    bottom: 33%;      
    right: 4%;         
    left: auto;       
    width: 80px;      
    z-index: 3;
    opacity: 0.9;
    transform: rotate(-15deg); 
    animation: float-slow 50s ease-in-out infinite;
    transition: all float-slow 8s ease-in-out infinite;
}

.high-silver-card-tilde img {
    width: 100%;
    display: block;
    height: auto;
}


.slider-container {
    display: flex;
    align-items: center;
    gap: 50px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    width: 100%;
    height: 100vh;
    padding: 0 calc(50% - 35vw);
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    background: linear-gradient(180deg, #ffffff 0%, #eef1f5 100%);
}

.slider-container::-webkit-scrollbar {
    display: none;
}

.card {
    min-width: 70vw;
    height: 75vh;
    border-radius: 40px;
    scroll-snap-align: center;
    position: relative;
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.card-left {
    background-color: #ff1f5a;
}

.card-main {
    background: linear-gradient(135deg, #8e44ad 0%, #8338ec 100%);
}

.card-right {
    background-color: #0044ff;
}

.card-pink {
    background-color: rgb(255 55 198);
}

.card-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    z-index: 2;
}

.hero-text {
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 800;
    color: white;
    line-height: 1.1;
    text-transform: uppercase;
    z-index: 10;
    text-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
    margin: 0;
    border: none;
    z-index: 1;
    filter: brightness(0.9);
}

.card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-img {
    transform: rotate(0deg) scale(1.1);
    height: 90%;
}

/* Support Section */
.support-section {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.support-card {
    width: 100%;
    max-width: 1200px;
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 60px;
    position: relative;
    overflow: hidden;
}

.support-text-content {
    flex: 1;
    z-index: 2;
    padding-right: 20px;
    max-width: 60%;
}

.support-heading {
    font-size: clamp(2rem, 4vw, 3.8rem);
    font-weight: 900;
    color: #000000;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 60px;
    letter-spacing: -1px;
}

.support-heading span {
    display: inline-block;
    opacity: 0;
    transform: translateY(30px);
    animation: textReveal 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.support-heading span:nth-child(1) {
    animation-delay: 0.2s;
}

.support-heading span:nth-child(3) {
    animation-delay: 0.3s;
}

.support-heading span:nth-child(5) {
    animation-delay: 0.4s;
}

.features-grid {
    display: flex;
    gap: 60px;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
    animation-delay: 0.6s;
}

.feature-item:nth-child(2) {
    animation-delay: 0.7s;
}

.icon-circle {
    width: 60px;
    height: 60px;
    background-color: #f7f7f7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.feature-item:hover .icon-circle {
    transform: scale(1.1);
    background-color: #eeeeee;
}

.feature-item p {
    font-size: 1.1rem;
    font-weight: 700;
    color: #000000;
    line-height: 1.4;
}

.support-image-container {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.floating-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    transform: scale(1.1) translateY(20px);
    animation: imageEntrance 1s ease-out forwards, new-float 5s ease-in-out infinite 1s;
    border: 2px solid black;
}

@keyframes textReveal {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes imageEntrance {
    to {
        opacity: 1;
        transform: scale(1.1) translateY(0);
    }
}

@keyframes new-float {

    0%,
    100% {
        transform: scale(1.1) translateY(0px);
    }

    50% {
        transform: scale(1.1) translateY(-20px);
    }
}

/* footer Section */
.footer-section {
    width: 100%;
    background-color: #2d35f0;
    color: #ffffff;
    font-family: 'Manrope', sans-serif;
    padding: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    object-fit: cover;
}

.footer-section img {
    padding: 0;
    width: 100%;
    display: block;
}

.footer-divider {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 2;
    background-color: transparent;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;

    padding: 40px 20px 100px 20px;

    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 40px;

    position: relative;
    z-index: 10;
}


.footer-title {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 24px;
    letter-spacing: 0.3px;
    line-height: 1.4;
}

.footer-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 10px;
    opacity: 0.9;
}

.cin-text {
    margin-bottom: 40px;
}

.contact-title {
    margin-bottom: 12px;
}

.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-list li {
    margin-bottom: 12px;
}

.footer-links-list a,
.footer-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.9;
    transition: opacity 0.2s ease;
}

.footer-links-list a:hover,
.footer-link:hover {
    opacity: 1;
    text-decoration: underline;
}


.social-icons {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.9;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.icon:hover {
    transform: translateY(-2px);
    opacity: 1;
}

.footer-copyright {
    margin-bottom: 30px;
}

.footer-copyright p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 5px;
    opacity: 0.9;
}

.ssl-text {
    margin-top: 15px;
    font-weight: 600;
}


.badges {
    display: flex;
    gap: 15px;
}

.badge-box img {
    width: 40px;
    display: block;
}

.badge-box-iso img {
    width: 60px;
    display: block;
}

.footer-graphic {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none;
    object-fit: cover;
}

/* qr-code feature */
.qr-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 200; 
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
}

.qr-card {
    background-color: #fff;
    width: 380px;
    padding: 40px 30px;
    border-radius: 30px;
    text-align: center;
    position: relative;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
    transform: scale(0.9);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.qr-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.2s;
}
.qr-close-btn:hover { opacity: 1; }

.qr-title {
    font-size: 2rem;
    font-weight: 900;
    color: #000;
    line-height: 1;
    margin-bottom: 10px;
    font-family: Arial, sans-serif; 
    letter-spacing: -1px;
}

.qr-subtitle {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 30px;
    font-weight: 500;
}

.qr-code-container {
    width: 180px;
    height: 180px;
    margin: 0 auto 30px auto;
    position: relative;
}

.qr-code-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.qr-logo-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.store-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.store-btn img {
    height: 40px; 
    width: auto;
}

.qr-modal-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.qr-modal-overlay.active .qr-card {
    transform: scale(1);
}