/* index page css  */
        body {
            margin: 0;
            font-family: 'Segoe UI', sans-serif;
            background: #fff;
            color: #000;
        }

        .aspora-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 40px;
            flex-wrap: wrap;
        }

        .aspora-logo {
            font-size: 32px;
            font-weight: bold;
            color: #4d1ca5;
        }

        .aspora-nav {
            display: flex;
            align-items: center;
            gap: 30px;
            flex-wrap: wrap;
        }

        .aspora-nav a {
            text-decoration: none;
            color: black;
            font-weight: 600;
            font-size: 16px;
        }

        .download-btnx {
            background-color: #4d1ca5;
            color: white;
            padding: 12px 26px;
            border: none;
            border-radius: 30px;
            font-weight: bold;
            cursor: pointer;
            font-size: 16px;
            touch-action: manipulation;
            /* Improves touch responsiveness */
        }

        /* Popup Styles */
        .popup-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 1000;
            justify-content: center;
            align-items: center;
        }

        .popup-content {
            background: #fff;
            border-radius: 20px;
            padding: 30px;
            max-width: 400px;
            width: 90%;
            text-align: center;
            position: relative;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
        }

        .popup-content .close-btn {
            position: absolute;
            top: 15px;
            right: 15px;
            background: none;
            border: none;
            font-size: 20px;
            cursor: pointer;
            color: #555;
            touch-action: manipulation;
        }

        .popup-content h2 {
            font-size: 24px;
            font-weight: 700;
            color: #4d1ca5;
            margin-bottom: 20px;
        }

        .popup-content img.qr-code {
            width: 150px;
            height: 150px;
            margin: 20px auto;
            display: block;
        }

        .popup-content p {
            font-size: 16px;
            color: #555;
            margin-bottom: 20px;
        }

        .store-badges {
            display: flex;
            justify-content: center;
            gap: 10px;
            flex-wrap: wrap;
        }

        .store-badges img {
            height: 40px;
            cursor: pointer;
            touch-action: manipulation;
        }

        .announcement-bar {
            background-color: #ffa010;
            text-align: center;
            padding: 10px 20px;
        }

        .announcement-bar span {
            color: white;
            font-size: 16px;
            text-decoration: underline;
        }

        .section-wrapper {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 60px;
            flex-wrap: wrap;
            gap: 20px;
        }

        .left-content {
            max-width: 45%;
        }

        .left-content h1 {
            color: #000;
            font-size: 60px;
            font-weight: 800;
            line-height: 1.2;
        }

        .left-content p {
            font-size: 18px;
            margin-top: 20px;
            color: #555;
        }

        .send-btn {
            margin-top: 30px;
            padding: 14px 30px;
            background-color: #4d1ca5;
            color: white;
            font-weight: bold;
            border: none;
            border-radius: 40px;
            font-size: 16px;
            cursor: pointer;
            touch-action: manipulation;
        }

        .right-box {
            background-color: #2e0b67;
            border: 5px solid #ff75df;
            border-radius: 25px;
            padding: 30px 40px;
            max-width: 400px;
            color: white;
            width: 100%;
            box-sizing: border-box;
        }

        .right-box label {
            display: block;
            font-size: 16px;
            margin-bottom: 8px;
            color: #ccc;
        }

        .right-box input {
            width: 100%;
            padding: 12px;
            font-size: 24px;
            border: none;
            border-bottom: 1px solid #777;
            background: transparent;
            color: white;
            margin-bottom: 20px;
        }

        .currency-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }

        .dropdown {
            /* background-color: #2e0b67; */
            color: white;
            border: none;
            font-size: 16px;
            margin-left: 10px;
            padding: 5px;
        }

        .exchange-info {
            font-size: 14px;
            color: #ccc;
            margin-bottom: 10px;
        }

        .fee-info {
            background-color: #24c86a;
            padding: 5px 10px;
            display: inline-block;
            color: black;
            font-weight: 600;
            font-size: 14px;
            border-radius: 6px;
            margin-right: 10px;
        }

        .highlight {
            color: #24c86a;
            font-weight: 500;
        }

        .result {
            margin-top: 20px;
        }

        .result label {
            font-size: 14px;
            color: #ccc;
        }

        .result-value {
            font-size: 36px;
            font-weight: bold;
            margin-top: 5px;
        }

        .aspora-comparison-section {
            padding: 60px 20px;
            text-align: center;
            background: #fff;
            font-family: 'Segoe UI', sans-serif;
        }

        .aspora-comparison-title {
            font-size: 40px;
            font-weight: 800;
            margin: 0;
            color: #000;
        }

        .aspora-comparison-subtitle {
            font-size: 18px;
            margin-top: 10px;
            color: #555;
        }

        .aspora-comparison-table-wrapper {
            margin-top: 40px;
            border-radius: 16px;
            overflow: hidden;
            max-width: 1300px;
            margin-left: auto;
            margin-right: auto;
            background: #f3edff;
            overflow-x: auto;
        }

        .aspora-comparison-row {
            display: flex;
            justify-content: space-between;
            padding: 20px;
            align-items: center;
            border-top: 1px solid #ddd;
            flex-wrap: wrap;
            text-align: center;
        }

        .aspora-comparison-row-header {
            background: #f3edff;
            font-weight: bold;
            font-size: 16px;
            border-top: none;
        }

        .aspora-comparison-row-highlight {
            background: #4d1ca5;
            color: white;
            border-radius: 12px;
            position: relative;
            z-index: 1;
        }

        .aspora-comparison-col {
            flex: 1 1 20%;
            padding: 10px;
            min-width: 150px;
        }

        .aspora-provider-name {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .aspora-provider-name img {
            width: 100px;
            height: auto;
        }

        .aspora-save-text {
            font-size: 14px;
            color: #8fff8f;
        }

        .aspora-last-updated {
            margin-top: 30px;
            font-size: 14px;
            color: #888;
        }

        .aspora-stats-section {
            background-color: #e6e6fa;
            padding: 60px 20px;
            display: flex;
            justify-content: space-around;
            align-items: center;
            flex-wrap: wrap;
            gap: 30px;
        }

        .aspora-stats-card {
            text-align: center;
            flex: 1 1 250px;
        }

        .aspora-stats-card .aspora-stats-number {
            font-size: 52px;
            font-weight: bold;
            color: #4d1ca5;
            margin-bottom: 10px;
        }

        .aspora-stats-card .aspora-stats-desc {
            font-size: 16px;
            color: black;
        }

        .testimonial-section {
            padding: 60px 20px;
            text-align: center;
        }

        .testimonial-section h2 {
            color: #000;
            font-size: 36px;
            font-weight: 800;
            margin-bottom: 10px;
        }

        .highlight-purple {
            color: #5e2fb4;
        }

        .testimonial-sub {
            color: #666;
            font-size: 16px;
            margin-bottom: 40px;
        }

        .testimonial-cards {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
        }

        .testimonial-card {
            background: #fff;
            border: 1px solid #eee;
            border-radius: 18px;
            padding: 30px 25px;
            max-width: 300px;
            flex: 1;
            position: relative;
            text-align: left;
        }

        .testimonial-card .flag {
            position: absolute;
            top: 20px;
            right: 20px;
            font-size: 22px;
        }

        .testimonial-card .quote {
            font-size: 16px;
            margin-top: 30px;
            line-height: 1.5;
        }

        .author {
            display: flex;
            align-items: center;
            margin-top: 20px;
        }

        .author-img {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            margin-right: 12px;
        }

        .author-name {
            font-weight: bold;
        }

        .author-loc {
            font-size: 13px;
            color: #555;
        }

        .security-section {
            background-color: #eee6fd;
            padding: 60px 40px;
            text-align: center;
        }

        .security-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            max-width: 1200px;
            margin: 0 auto 40px auto;
            gap: 20px;
        }

        .security-left {
            max-width: 500px;
            text-align: left;
        }

        .lock-img {
            width: 120px;
            margin-bottom: 20px;
        }

        .security-left h2 {
            color: #000;
            font-size: 42px;
            font-weight: 800;
            line-height: 1.3;
            margin: 0;
        }

        .subtext {
            font-size: 18px;
            color: #444;
            margin-top: 10px;
        }

        .security-right {
            max-width: 550px;
        }

        .security-point {
            display: flex;
            align-items: center;
            margin-bottom: 30px;
            text-align: left;
            flex-wrap: wrap;
        }

        .security-icon {
            background-color: #fff;
            color: #7326cf;
            border-radius: 50%;
            font-size: 20px;
            padding: 12px;
            margin-right: 20px;
            width: 48px;
            height: 48px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        .security-text {
            font-size: 16px;
            color: #333;
            flex: 1;
        }

        .security-footer {
            border-top: 1px solid #ccc;
            padding-top: 30px;
            display: flex;
            align-items: center;
            gap: 30px;
            flex-wrap: wrap;
            justify-content: center;
        }

        .partner-logo {
            height: 40px;
        }

        .partner-text {
            max-width: 700px;
            font-size: 14px;
            color: #555;
        }

        .coming-soon-container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            min-height: 100vh;
            box-sizing: border-box;
            flex-wrap: wrap;
        }

        .coming-soon-left {
            flex: 1 1 300px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
        }

        .coming-soon-left img {
            max-width: 100%;
            height: auto;
            border-radius: 12px;
        }

        .coming-soon-right {
            flex: 1 1 400px;
            max-width: 600px;
            padding: 20px;
        }

        .coming-soon-btn {
            background-color: #4d1ca5;
            color: #fff;
            padding: 12px 28px;
            font-size: 18px;
            font-weight: 600;
            border: none;
            border-radius: 30px;
            cursor: pointer;
            margin-bottom: 20px;
            touch-action: manipulation;
        }

        .coming-soon-heading {
            font-size: 56px;
            font-weight: bold;
            margin-bottom: 25px;
            color: #000;
        }

        .coming-soon-points {
            list-style: none;
            padding: 0;
            font-size: 16px;
            line-height: 1.8;
        }

        .coming-soon-points li::before {
            content: "✓";
            color: #1e90ff;
            margin-right: 10px;
        }

        .featured-section {
            text-align: center;
            padding: 40px 20px;
        }

        .featured-section h1 {
            font-size: 72px;
            margin-bottom: 30px;
            color: black;
        }

        .featured-logos {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            gap: 100px;
        }

        .featured-logos img {
            max-height: 50px;
            object-fit: contain;
        }

        .download-section {
            background-color: #4d1ca5;
            color: #fff;
            text-align: center;
            padding: 60px 20px;
        }

        .download-section img.logo {
            max-width: 200px;
            margin-bottom: 20px;
        }

        .download-section h2 {
            font-size: 54px;
            font-weight: 800;
            margin-bottom: 10px;
        }

        .download-section p {
            font-size: 16px;
            margin-bottom: 30px;
        }

        .download-btn {
            background-color: #fff;
            color: #4d1ca5;
            display: inline-flex;
            align-items: center;
            font-weight: 600;
            font-size: 16px;
            padding: 12px 24px;
            border: none;
            border-radius: 6px;
            cursor: pointer;
            transition: background 0.3s ease;
            gap: 12px;
            touch-action: manipulation;
        }

        .download-btn .icons {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .download-btn .icons img {
            height: 20px;
            width: 20px;
            display: inline-block;
        }

        .aspora-footer {
            background: #f7f7fa;
            padding: 60px 40px;
            font-size: 14px;
            color: #555;
        }

        .footer-top {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            flex-wrap: wrap;
            margin-bottom: 30px;
            gap: 20px;
        }

        .footer-logo-nav {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .footer-logo {
            font-size: 32px;
            font-weight: bold;
            color: #4d1ca5;
        }

        .footer-logo-nav nav a {
            margin-right: 20px;
            color: #222;
            text-decoration: none;
            font-weight: 600;
        }

        .footer-store-badges img {
            height: 36px;
            margin-left: 10px;
            cursor: pointer;
            touch-action: manipulation;
        }

        .footer-flags {
            display: flex;
            gap: 50px;
            margin-bottom: 30px;
            flex-wrap: wrap;
        }

        .flag-group {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .flag-label {
            font-weight: 600;
            color: #333;
        }

        .flags img {
            height: 28px;
            margin-right: 10px;
        }

        .footer-text {
            color: #777;
            max-width: 1000px;
            margin: 0 auto 30px auto;
            line-height: 1.6;
        }

        .footer-bottom {
            border-top: 1px solid #ccc;
            padding-top: 20px;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            font-size: 13px;
            color: #666;
        }

        .footer-bottom a {
            margin-left: 10px;
            color: #555;
            text-decoration: none;
        }

        @media (max-width: 768px) {
            .aspora-header {
                padding: 15px 20px;
                flex-direction: column;
                align-items: flex-start;
                gap: 15px;
            }

            .aspora-logo {
                font-size: 28px;
            }

            .aspora-nav {
                justify-content: flex-start;
                gap: 20px;
            }

            .aspora-nav a {
                font-size: 14px;
            }

            .download-btnx {
                padding: 10px 20px;
                font-size: 14px;
            }

            .popup-content {
                padding: 20px;
                max-width: 80%;
            }

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

            .popup-content img.qr-code {
                width: 120px;
                height: 120px;
            }

            .popup-content p {
                font-size: 14px;
            }

            .store-badges img {
                height: 36px;
            }

            .announcement-bar {
                padding: 8px 15px;
            }

            .announcement-bar span {
                font-size: 14px;
            }

            .section-wrapper {
                padding: 40px 20px;
                flex-direction: column;
                align-items: stretch;
            }

            .left-content {
                max-width: 100%;
                text-align: center;
            }

            .left-content h1 {
                
                font-size: 40px;
            }

            .left-content p {
                font-size: 16px;
                margin-top: 15px;
            }

            .send-btn {
                margin-top: 20px;
                padding: 12px 25px;
                font-size: 14px;
            }

            .right-box {
                max-width: 100%;
                padding: 20px 25px;
            }

            .right-box input {
                font-size: 20px;
                padding: 10px;
            }

            .dropdown {
                font-size: 14px;
            }

            .exchange-info {
                font-size: 12px;
            }

            .fee-info,
            .highlight {
                font-size: 12px;
            }

            .result-value {
                font-size: 28px;
            }

            .aspora-comparison-section {
                padding: 40px 20px;
            }

            .aspora-comparison-title {
                font-size: 32px;
            }

            .aspora-comparison-subtitle {
                font-size: 16px;
            }

            .aspora-comparison-row {
                flex-direction: column;
                align-items: flex-start;
                text-align: left;
            }

            .aspora-comparison-col {
                width: 100%;
                min-width: unset;
                padding: 8px 0;
            }

            .aspora-comparison-row-header {
                display: none;
            }

            .aspora-comparison-row:not(.aspora-comparison-row-header)::before {
                content: '';
                display: block;
                height: 1px;
                background: #ccc;
                margin: 10px 0;
                width: 100%;
            }

            .aspora-comparison-table .provider-name img {
                width: 80px;
            }

            .aspora-stats-section {
                flex-direction: column;
                text-align: center;
            }

            .testimonial-section {
                padding: 40px 20px;
            }

            .testimonial-section h2 {
                font-size: 28px;
            }

            .testimonial-sub {
                font-size: 14px;
                margin-bottom: 30px;
            }

            .testimonial-cards {
                flex-direction: column;
                align-items: center;
            }

            .testimonial-card {
                max-width: 100%;
                padding: 20px 15px;
            }

            .testimonial-card .flag {
                top: 15px;
                right: 15px;
                font-size: 18px;
            }

            .testimonial-card .quote {
                font-size: 14px;
                margin-top: 20px;
            }

            .author-img {
                width: 36px;
                height: 36px;
            }

            .author-name {
                font-size: 14px;
            }

            .author-loc {
                font-size: 12px;
            }

            .security-section {
                padding: 40px 20px;
            }

            .security-container {
                flex-direction: column;
                align-items: center;
                gap: 15px;
            }

            .security-left {
                max-width: 100%;
                text-align: center;
            }

            .lock-img {
                width: 100px;
            }

            .security-left h2 {
                font-size: 32px;
            }

            .subtext {
                font-size: 16px;
            }

            .security-right {
                max-width: 100%;
            }

            .security-point {
                justify-content: center;
                text-align: center;
            }

            .security-icon {
                margin-right: 15px;
                width: 40px;
                height: 40px;
                font-size: 18px;
            }

            .security-text {
                font-size: 14px;
            }

            .security-footer {
                gap: 20px;
            }

            .partner-logo {
                height: 36px;
            }

            .partner-text {
                font-size: 12px;
            }

            .coming-soon-container {
                flex-direction: column;
                text-align: center;
            }

            .coming-soon-left,
            .coming-soon-right {
                max-width: 100%;
                padding: 10px;
            }

            .coming-soon-heading {
                font-size: 22px;
            }

            .coming-soon-btn {
                font-size: 16px;
                padding: 10px 24px;
            }

            .featured-section {
                padding: 40px 20px;
            }

            .featured-section h1 {
                font-size: 32px;
            }

            .featured-logos {
                gap: 16px;
            }

            .download-section {
                padding: 40px 20px;
            }

            .download-section h2 {
                font-size: 20px;
            }

            .download-section p {
                font-size: 14px;
            }

            .download-btn {
                font-size: 14px;
                padding: 10px 20px;
            }

            .aspora-footer {
                padding: 40px 20px;
            }

            .footer-top {
                flex-direction: column;
                gap: 20px;
            }

            .footer-logo {
                font-size: 28px;
            }

            .footer-logo-nav nav a {
                margin-right: 15px;
                font-size: 14px;
            }

            .footer-store-badges img {
                height: 32px;
            }

            .footer-flags {
                gap: 30px;
            }

            .flag-label {
                font-size: 14px;
            }

            .flags img {
                height: 24px;
            }

            .footer-text {
                font-size: 12px;
                max-width: 100%;
            }

            .footer-bottom {
                flex-direction: column;
                text-align: center;
                gap: 10px;
            }
        }

        @media (max-width: 480px) {
            .aspora-header {
                padding: 10px 15px;
            }

            .aspora-logo {
                font-size: 24px;
            }

            .aspora-nav {
                gap: 15px;
            }

            .aspora-nav a {
                font-size: 12px;
            }

            .download-btnx {
                padding: 8px 16px;
                font-size: 12px;
            }

            .popup-content {
                padding: 15px;
            }

            .popup-content h2 {
                font-size: 18px;
            }

            .popup-content img.qr-code {
                width: 100px;
                height: 100px;
            }

            .popup-content p {
                font-size: 12px;
            }

            .store-badges img {
                height: 32px;
            }

            .announcement-bar {
                padding: 6px 10px;
            }

            .announcement-bar span {
                font-size: 12px;
            }

            .section-wrapper {
                padding: 30px 15px;
            }

            .left-content h1 {
                font-size: 32px;
            }

            .left-content p {
                font-size: 14px;
            }

            .send-btn {
                padding: 10px 20px;
                font-size: 12px;
            }

            .right-box {
                padding: 15px 20px;
            }

            .right-box input {
                font-size: 18px;
                padding: 8px;
            }

            .dropdown {
                font-size: 12px;
            }

            .exchange-info {
                font-size: 10px;
            }

            .fee-info,
            .highlight {
                font-size: 10px;
            }

            .result-value {
                font-size: 24px;
            }

            .aspora-comparison-section {
                padding: 30px 15px;
            }

            .aspora-comparison-title {
                font-size: 24px;
            }

            .aspora-comparison-subtitle {
                font-size: 14px;
            }

            .aspora-comparison-table .provider-name img {
                width: 60px;
            }

            .aspora-stats-section {
                padding: 30px 15px;
            }

            .testimonial-section {
                padding: 30px 15px;
            }

            .testimonial-section h2 {
                font-size: 24px;
            }

            .testimonial-sub {
                font-size: 12px;
            }

            .testimonial-card {
                padding: 15px 10px;
            }

            .testimonial-card .flag {
                font-size: 16px;
            }

            .testimonial-card .quote {
                font-size: 12px;
            }

            .author-img {
                width: 32px;
                height: 32px;
            }

            .author-name {
                font-size: 12px;
            }

            .author-loc {
                font-size: 10px;
            }

            .security-section {
                padding: 30px 15px;
            }

            .security-left h2 {
                font-size: 28px;
            }

            .subtext {
                font-size: 14px;
            }

            .security-icon {
                width: 36px;
                height: 36px;
                font-size: 16px;
            }

            .security-text {
                font-size: 12px;
            }

            .partner-logo {
                height: 32px;
            }

            .partner-text {
                font-size: 10px;
            }

            .coming-soon-heading {
                font-size: 18px;
            }

            .coming-soon-btn {
                font-size: 14px;
                padding: 8px 20px;
            }

            .featured-section h1 {
                font-size: 24px;
            }

            .download-section h2 {
                font-size: 18px;
            }

            .download-section p {
                font-size: 12px;
            }

            .download-btn {
                font-size: 12px;
                padding: 8px 16px;
            }

            .aspora-footer {
                padding: 30px 15px;
            }

            .footer-logo {
                font-size: 24px;
            }

            .footer-logo-nav nav a {
                font-size: 12px;
            }

            .footer-store-badges img {
                height: 28px;
            }

            .flag-label {
                font-size: 12px;
            }

            .flags img {
                height: 20px;
            }

            .footer-text {
                font-size: 10px;
            }

            .footer-bottom {
                font-size: 10px;
            }
        }
 /* about us page css */
    /* Manifesto Styles */
    .manifesto-container {
      text-align: center;
      max-width: 1300px;
      padding: 20px;
      margin: 0 auto;
    }

    .manifesto-title {
      font-size: 3.5rem;
      font-weight: 900;
      line-height: 1.1;
      margin-bottom: 1.5rem;
      color: #000;
    }

    .manifesto-subtitle {
      font-size: 1rem;
      color: #6c757d;
      margin-bottom: 2rem;
    }

    .manifesto-text {
      font-size: 1.1rem;
      color: #333;
      line-height: 1.6;
      margin-bottom: 1.5rem;
    }

    .manifesto-text:last-child {
      margin-bottom: 2rem;
    }

    .btn-custom {
      background-color: #6f42c1;
      color: #fff;
      font-weight: 600;
      padding: 10px 30px;
      border-radius: 25px;
      border: none;
      text-transform: uppercase;
    }

    .btn-custom:hover {
      background-color: #5a2f9e;
      color: #fff;
    }

    .image-row img {
      width: 100%;
      height: auto;
      margin-top: 20px;
    }

    .world-section {
      margin-top: 40px;
    }

    .world-title {
      font-size: 2.5rem;
      font-weight: 900;
      color: #000;
      margin-bottom: 0.5rem;
    }

    .world-subtitle {
      font-size: 1rem;
      color: #6c757d;
      margin-bottom: 2rem;
    }

    .stat-box {
      padding: 20px;
      margin: 0 10px;
    }

    .stat-number {
      font-size: 2rem;
      font-weight: 900;
      color: #6f42c1;
    }

    .stat-text {
      font-size: 1rem;
      color: #333;
      margin-top: 0.5rem;
    }

    .backed-section {
      text-align: center;
      padding: 60px 20px;
      background-color: #fff;
    }

    .backed-title {
      font-size: 36px;
      font-weight: 800;
      margin-bottom: 10px;
    }

    .backed-sub {
      color: #666;
      font-size: 16px;
      margin-bottom: 30px;
    }

    .investors-logos {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
    }

    .investors-logos img {
      height: 40px;
      padding: 10px 20px;
      background-color: #f8f9fa;
      border-radius: 10px;
      box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }

    @media (max-width: 768px) {
      .aspora-header {
        padding: 15px 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
      }

      .aspora-logo {
        font-size: 28px;
      }

      .aspora-nav {
        justify-content: flex-start;
        gap: 20px;
      }

      .aspora-nav a {
        font-size: 14px;
      }

      .download-btn {
        padding: 10px 20px;
        font-size: 14px;
      }

      .announcement-bar {
        padding: 8px 15px;
      }

      .announcement-bar span {
        font-size: 14px;
      }

      .manifesto-container {
        padding: 15px;
      }

      .manifesto-title {
        font-size: 2.5rem;
      }

      .manifesto-subtitle {
        font-size: 0.9rem;
      }

      .manifesto-text {
        font-size: 1rem;
      }

      .btn-custom {
        padding: 8px 25px;
        font-size: 0.9rem;
      }

      .world-title {
        font-size: 2rem;
      }

      .world-subtitle {
        font-size: 0.9rem;
      }

      .stat-box {
        margin-bottom: 20px;
        padding: 15px;
      }

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

      .stat-text {
        font-size: 0.9rem;
      }

      .backed-section {
        padding: 40px 15px;
      }

      .backed-title {
        font-size: 28px;
      }

      .backed-sub {
        font-size: 14px;
        margin-bottom: 20px;
      }

      .investors-logos {
        gap: 15px;
      }

      .investors-logos img {
        height: 36px;
        padding: 8px 15px;
      }

      .aspora-footer {
        padding: 40px 20px;
      }

      .footer-top {
        flex-direction: column;
        gap: 20px;
      }

      .footer-logo {
        font-size: 28px;
      }

      .footer-logo-nav nav a {
        margin-right: 15px;
        font-size: 14px;
      }

      .footer-store-badges img {
        height: 32px;
      }

      .footer-flags {
        gap: 30px;
      }

      .flag-label {
        font-size: 14px;
      }

      .flags img {
        height: 24px;
      }

      .footer-text {
        font-size: 12px;
        max-width: 100%;
      }

      .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
      }

      section[style*="background-color: #eee8ff"] {
        padding: 40px 15px;
      }

      section[style*="background-color: #eee8ff"] h2 {
        font-size: 2rem;
      }

      section[style*="background-color: #eee8ff"] p {
        font-size: 0.9rem;
      }

      section[style*="background-color: #eee8ff"] img {
        max-width: 80%;
        padding: 8px;
        border-width: 6px;
      }
    }

    @media (max-width: 480px) {
      .aspora-header {
        padding: 10px 15px;
      }

      .aspora-logo {
        font-size: 24px;
      }

      .aspora-nav {
        gap: 15px;
      }

      .aspora-nav a {
        font-size: 12px;
      }

      .download-btn {
        padding: 8px 16px;
        font-size: 12px;
      }

      .announcement-bar {
        padding: 6px 10px;
      }

      .announcement-bar span {
        font-size: 12px;
      }

      .manifesto-title {
        font-size: 2rem;
      }

      .manifesto-subtitle {
        font-size: 0.8rem;
      }

      .manifesto-text {
        font-size: 0.9rem;
      }

      .btn-custom {
        padding: 6px 20px;
        font-size: 0.8rem;
      }

      .world-title {
        font-size: 1.8rem;
      }

      .world-subtitle {
        font-size: 0.8rem;
      }

      .stat-box {
        padding: 10px;
        margin: 0 5px;
      }

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

      .stat-text {
        font-size: 0.8rem;
      }

      .backed-section {
        padding: 30px 10px;
      }

      .backed-title {
        font-size: 24px;
      }

      .backed-sub {
        font-size: 12px;
      }

      .investors-logos img {
        height: 32px;
        padding: 6px 12px;
      }

      .footer-logo {
        font-size: 24px;
      }

      .footer-logo-nav nav a {
        font-size: 12px;
      }

      .footer-store-badges img {
        height: 28px;
      }

      .flag-label {
        font-size: 12px;
      }

      .flags img {
        height: 20px;
      }

      .footer-text {
        font-size: 10px;
      }

      .footer-bottom {
        font-size: 10px;
      }

      section[style*="background-color: #eee8ff"] {
        padding: 30px 10px;
      }

      section[style*="background-color: #eee8ff"] h2 {
        font-size: 1.8rem;
      }

      section[style*="background-color: #eee8ff"] p {
        font-size: 0.8rem;
      }

      section[style*="background-color: #eee8ff"] img {
        max-width: 70%;
        border-width: 5px;
      }
    }
/* help page css  */
        /* Terms of Use Styles */
        .terms-container {
            max-width: 800px;
            margin: 40px auto;
            padding: 20px;
            font-size: 16px;
            color: #333;
        }

        .terms-title {
            font-size: 2.5rem;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .terms-description {
            margin-bottom: 20px;
            line-height: 1.6;
        }

        .terms-table {
            border: 1px solid #ccc;
            border-radius: 8px;
            padding: 20px;
            margin-bottom: 20px;
        }

        .terms-table h4 {
            margin-top: 0;
            margin-bottom: 10px;
        }

        .terms-row {
            display: flex;
            justify-content: space-between;
            margin-bottom: 15px;
            border-bottom: 1px solid #ccc;
            flex-wrap: wrap;
        }

        .terms-row:last-child {
            border-bottom: none;
        }

        .terms-location {
            font-weight: bold;
            flex: 1;
        }

        .terms-links {
            flex: 1;
            text-align: right;
        }

        .terms-links a {
            color: #6a0dad;
            text-decoration: none;
            margin-left: 10px;
        }

        .terms-links a:first-child {
            margin-left: 0;
        }

        .terms-footer {
            margin-top: 20px;
        }

        .terms-footer a {
            color: #6a0dad;
            text-decoration: none;
        }

        /* Get in Touch Section */
        .aspora-contact-section {
            background-color: #f9f8ff;
            padding: 60px 40px;
        }

        .aspora-contact-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 40px;
            max-width: 1200px;
            margin: 0 auto;
            flex-wrap: wrap;
        }

        .aspora-contact-text {
            flex: 1;
            min-width: 280px;
        }

        .aspora-contact-text h2 {
            font-size: 32px;
            color: #4d1ca5;
            margin-bottom: 10px;
        }

        .aspora-contact-text p {
            font-size: 16px;
            color: #444;
            margin-bottom: 8px;
        }

        .aspora-open-chat-btn {
            display: inline-block;
            margin-top: 20px;
            padding: 12px 24px;
            background-color: #4d1ca5;
            color: white;
            font-weight: bold;
            border-radius: 30px;
            text-decoration: none;
            font-size: 16px;
        }

        .aspora-contact-image {
            flex: 1;
            min-width: 280px;
            text-align: center;
        }

        .aspora-contact-image img {
            max-width: 300px;
            height: auto;
        }

        /* Help Topics Section */
        .aspora-help-section {
            background: #fff;
            padding: 60px 40px;
            border-top: 1px solid #eee;
        }

        .aspora-help-container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .aspora-help-heading h2 {
            font-size: 32px;
            color: #4d1ca5;
            margin-bottom: 10px;
        }

        .aspora-help-heading p {
            font-size: 16px;
            color: #444;
            margin-bottom: 30px;
        }

        .aspora-help-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 20px;
        }

        .aspora-help-card {
            border: 1px solid #ddd;
            border-radius: 12px;
            padding: 24px;
            background-color: #f9f8ff;
            transition: box-shadow 0.3s ease, transform 0.3s ease;
            text-align: center;
        }

        .aspora-help-card:hover {
            box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
            transform: translateY(-3px);
        }

        .aspora-help-icon {
            font-size: 36px;
            color: #4d1ca5;
            margin-bottom: 15px;
        }

        .aspora-help-card h3 {
            font-size: 18px;
            color: #4d1ca5;
            margin-bottom: 8px;
        }

        .aspora-help-card p {
            color: #555;
            font-size: 15px;
        }

        /* Assurance Section with Image */
        .aspora-assurance-section {
            background-color: #f4f0ff;
            padding: 60px 40px;
            border-top: 1px solid #eee;
            text-align: center;
        }

        .aspora-assurance-container {
            max-width: 800px;
            margin: 0 auto;
        }

        .aspora-assurance-content img.aspora-assurance-image {
            max-width: 160px;
            margin-bottom: 20px;
        }

        .aspora-assurance-content h2 {
            font-size: 28px;
            color: #4d1ca5;
            margin-bottom: 10px;
        }

        .aspora-assurance-content p {
            font-size: 16px;
            color: #333;
            margin-bottom: 20px;
        }

        .aspora-assurance-content a {
            color: #4d1ca5;
            text-decoration: underline;
        }

        .aspora-email-btn {
            display: inline-block;
            background-color: #4d1ca5;
            color: white;
            padding: 12px 24px;
            border-radius: 30px;
            text-decoration: none;
            font-weight: bold;
            font-size: 16px;
            transition: background-color 0.3s ease;
        }

        .aspora-email-btn:hover {
            background-color: #3a148a;
        }



        /* Responsive Styles */
        @media (max-width: 768px) {
            .aspora-header {
                padding: 15px 20px;
                flex-direction: column;
                align-items: flex-start;
                gap: 15px;
            }

            .aspora-logo {
                font-size: 28px;
            }

            .aspora-nav {
                justify-content: flex-start;
                gap: 20px;
            }

            .aspora-nav a {
                font-size: 14px;
            }

            .download-btn {
                padding: 10px 20px;
                font-size: 14px;
            }

            .announcement-bar {
                padding: 8px 15px;
            }

            .announcement-bar span {
                font-size: 14px;
            }

            .terms-container {
                margin: 30px 20px;
                padding: 15px;
                font-size: 14px;
            }

            .terms-title {
                font-size: 2rem;
            }

            .terms-description {
                font-size: 14px;
            }

            .terms-table {
                padding: 15px;
            }

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

            .terms-links {
                text-align: left;
            }

            .aspora-contact-section {
                padding: 40px 20px;
            }

            .aspora-contact-container {
                flex-direction: column;
                text-align: center;
                gap: 20px;
            }

            .aspora-contact-text h2 {
                font-size: 28px;
            }

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

            .aspora-open-chat-btn {
                padding: 10px 20px;
                font-size: 14px;
            }

            .aspora-contact-image img {
                max-width: 250px;
            }

            .aspora-help-section {
                padding: 40px 20px;
            }

            .aspora-help-heading h2 {
                font-size: 28px;
            }

            .aspora-help-heading p {
                font-size: 14px;
            }

            .aspora-help-grid {
                grid-template-columns: 1fr;
            }

            .aspora-help-card {
                padding: 20px;
            }

            .aspora-help-icon {
                font-size: 32px;
            }

            .aspora-help-card h3 {
                font-size: 16px;
            }

            .aspora-help-card p {
                font-size: 14px;
            }

            .aspora-assurance-section {
                padding: 40px 20px;
            }

            .aspora-assurance-content h2 {
                font-size: 24px;
            }

            .aspora-assurance-content p {
                font-size: 14px;
            }

            .aspora-assurance-content img.aspora-assurance-image {
                max-width: 140px;
            }

            .aspora-email-btn {
                padding: 10px 20px;
                font-size: 14px;
            }

            .aspora-footer {
                padding: 40px 20px;
            }

            .footer-top {
                flex-direction: column;
                gap: 20px;
            }

            .footer-logo {
                font-size: 28px;
            }

            .footer-logo-nav nav a {
                margin-right: 15px;
                font-size: 14px;
            }

            .footer-store-badges img {
                height: 32px;
            }

            .footer-flags {
                gap: 30px;
            }

            .flag-label {
                font-size: 14px;
            }

            .flags img {
                height: 24px;
            }

            .footer-text {
                font-size: 12px;
                max-width: 100%;
            }

            .footer-bottom {
                flex-direction: column;
                text-align: center;
                gap: 10px;
            }
        }

        @media (max-width: 480px) {
            .aspora-header {
                padding: 10px 15px;
            }

            .aspora-logo {
                font-size: 24px;
            }

            .aspora-nav {
                gap: 15px;
            }

            .aspora-nav a {
                font-size: 12px;
            }

            .download-btn {
                padding: 8px 16px;
                font-size: 12px;
            }

            .announcement-bar {
                padding: 6px 10px;
            }

            .announcement-bar span {
                font-size: 12px;
            }

            .terms-container {
                margin: 20px 15px;
                padding: 10px;
                font-size: 12px;
            }

            .terms-title {
                font-size: 1.5rem;
            }

            .terms-description {
                font-size: 12px;
            }

            .terms-table {
                padding: 10px;
            }

            .terms-table h4 {
                font-size: 14px;
            }

            .terms-links a {
                font-size: 12px;
            }

            .terms-footer {
                font-size: 12px;
            }

            .aspora-contact-section {
                padding: 30px 15px;
            }

            .aspora-contact-text h2 {
                font-size: 24px;
            }

            .aspora-contact-text p {
                font-size: 12px;
            }

            .aspora-open-chat-btn {
                padding: 8px 16px;
                font-size: 12px;
            }

            .aspora-contact-image img {
                max-width: 200px;
            }

            .aspora-help-section {
                padding: 30px 15px;
            }

            .aspora-help-heading h2 {
                font-size: 24px;
            }

            .aspora-help-heading p {
                font-size: 12px;
            }

            .aspora-help-card {
                padding: 15px;
            }

            .aspora-help-icon {
                font-size: 28px;
            }

            .aspora-help-card h3 {
                font-size: 14px;
            }

            .aspora-help-card p {
                font-size: 12px;
            }

            .aspora-assurance-section {
                padding: 30px 15px;
            }

            .aspora-assurance-content h2 {
                font-size: 20px;
            }

            .aspora-assurance-content p {
                font-size: 12px;
            }

            .aspora-assurance-content img.aspora-assurance-image {
                max-width: 120px;
            }

            .aspora-email-btn {
                padding: 8px 16px;
                font-size: 12px;
            }

            .aspora-footer {
                padding: 30px 15px;
            }

            .footer-logo {
                font-size: 24px;
            }

            .footer-logo-nav nav a {
                font-size: 12px;
            }

            .footer-store-badges img {
                height: 28px;
            }

            .flag-label {
                font-size: 12px;
            }

            .flags img {
                height: 20px;
            }

            .footer-text {
                font-size: 10px;
            }

            .footer-bottom {
                font-size: 10px;
            }
        }
 
/* privacy pol page css  */
    .terms-container {
      max-width: 1200px;
      margin: 40px auto;
      padding: 20px;
      font-size: 16px;
      color: #333;
    }

    .terms-title {
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 20px;
    }

    .terms-description {
      margin-bottom: 20px;
      line-height: 1.6;
    }

    .terms-table {
      border: 1px solid #ccc;
      border-radius: 8px;
      padding: 20px;
      margin-bottom: 20px;
    }

    .terms-table h4 {
      margin-top: 0;
      margin-bottom: 10px;
    }

    .terms-row {
      display: flex;
      justify-content: space-between;
      margin-bottom: 15px;
      border-bottom: 1px solid #ccc;
      flex-wrap: wrap;
    }

    .terms-row:last-child {
      border-bottom: none;
    }

    .terms-location {
      font-weight: bold;
    }

    .terms-links a {
      color: #6a0dad;
      text-decoration: none;
      margin-left: 10px;
    }

    .terms-links a:first-child {
      margin-left: 0;
    }

    .terms-footer {
      margin-top: 20px;
    }

    .terms-footer a {
      color: #6a0dad;
      text-decoration: none;
    }


    /* Responsive Styles */
    @media (max-width: 768px) {
      .aspora-header {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
      }

      .aspora-nav {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        margin-top: 15px;
      }

      .terms-title {
        font-size: 2rem;
      }

      .terms-row {
        flex-direction: column;
        gap: 5px;
      }

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

      .footer-logo-nav nav a {
        display: block;
        margin-bottom: 10px;
      }

      .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
      }

      .footer-store-badges img {
        margin-left: 0;
        margin-right: 10px;
        margin-top: 10px;
      }

      .footer-flags {
        flex-direction: column;
        gap: 20px;
      }
    }

/* terms of use page css  */
    /* Terms */
    .terms-container {
      max-width: 800px;
      margin: 40px auto;
      padding: 20px;
      font-size: 16px;
      color: #333;
    }

    .terms-title {
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 20px;
    }

    .terms-description {
      margin-bottom: 20px;
      line-height: 1.6;
    }

    .terms-table {
      border: 1px solid #ccc;
      border-radius: 8px;
      padding: 20px;
      margin-bottom: 20px;
    }

    .terms-table h4 {
      margin-top: 0;
      margin-bottom: 10px;
    }

    .terms-row {
      display: flex;
      justify-content: space-between;
      margin-bottom: 15px;
      border-bottom: 1px solid #ccc;
      flex-wrap: wrap;
    }

    .terms-row:last-child {
      border-bottom: none;
    }

    .terms-location {
      font-weight: bold;
    }

    .terms-links a {
      color: #6a0dad;
      text-decoration: none;
      margin-left: 10px;
    }

    .terms-links a:first-child {
      margin-left: 0;
    }

    .terms-footer {
      margin-top: 20px;
    }

    .terms-footer a {
      color: #6a0dad;
      text-decoration: none;
    }

 

    /* Responsive */
    @media (max-width: 768px) {
      .aspora-header {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
      }

      .aspora-nav {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        margin-top: 10px;
      }

      .terms-title {
        font-size: 2rem;
      }

      .terms-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
      }

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

      .footer-logo-nav nav a {
        display: block;
        margin-bottom: 10px;
      }

      .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
      }

      .footer-store-badges img {
        margin-left: 0;
        margin-right: 10px;
        margin-top: 10px;
      }

      .footer-flags {
        flex-direction: column;
        gap: 20px;
      }
    }

/* terms use page css nd vance money page css  */
    /* Terms */
    .terms-container {
      max-width: 800px;
      margin: 40px auto;
      padding: 20px;
      font-size: 16px;
      color: #333;
    }

    .terms-title {
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .terms-subtitle {
      font-size: 1.3rem;
      font-weight: bold;
      margin-top: 20px;
      margin-bottom: 10px;
    }

    .terms-last-updated {
      font-size: 0.9rem;
      color: #666;
      margin-bottom: 20px;
    }

    .terms-section {
      margin-bottom: 20px;
      line-height: 1.6;
    }

    .terms-section h3,
    .terms-section h4 {
      margin-top: 20px;
      margin-bottom: 10px;
    }

    .terms-section h3 {
      font-size: 1.5rem;
      font-weight: bold;
    }

    .terms-section h4 {
      font-size: 1.2rem;
      font-weight: 600;
    }

    .terms-note {
      font-style: italic;
      color: #666;
      margin-bottom: 10px;
    }



    @media (max-width: 768px) {
      .aspora-header {
        flex-direction: column;
        align-items: flex-start;
      }

      .aspora-nav {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        margin-top: 10px;
      }

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

      .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
      }

      .footer-store-badges img {
        margin-left: 0;
        margin-right: 10px;
        margin-top: 10px;
      }

      .footer-flags {
        flex-direction: column;
        gap: 20px;
      }
    }


