PNG  IHDR pHYs   OiCCPPhotoshop ICC profilexڝSgTS=BKKoR RB&*! J!QEEȠQ, !{kּ> H3Q5 B.@ $pd!s#~<<+"x M0B\t8K@zB@F&S`cbP-`'{[! eDh;VEX0fK9-0IWfH  0Q){`##xFW<+*x<$9E[-qWW.(I+6aa@.y24x6_-"bbϫp@t~,/;m%h^ uf@Wp~<5j>{-]cK'Xto(hw?G%fIq^D$.Tʳ?D*A, `6B$BB dr`)B(Ͱ*`/@4Qhp.U=pa( Aa!ڈbX#!H$ ɈQ"K5H1RT UH=r9\F;2G1Q= C7F dt1r=6Ыhڏ>C03l0.B8, c˱" VcϱwE 6wB aAHXLXNH $4 7 Q'"K&b21XH,#/{C7$C2'ITFnR#,4H#dk9, +ȅ3![ b@qS(RjJ4e2AURݨT5ZBRQ4u9̓IKhhitݕNWGw Ljg(gwLӋT071oUX**| J&*/Tު UUT^S}FU3S ԖUPSSg;goT?~YYLOCQ_ cx,!k u5&|v*=9C3J3WRf?qtN (~))4L1e\kXHQG6EYAJ'\'GgSSݧ M=:.kDwn^Loy}/TmG X $ <5qo</QC]@Caaᄑ.ȽJtq]zۯ6iܟ4)Y3sCQ? 0k߬~OCOg#/c/Wװwa>>r><72Y_7ȷOo_C#dz%gA[z|!?:eAAA!h쐭!ΑiP~aa~ 'W?pX15wCsDDDޛg1O9-J5*>.j<74?.fYXXIlK9.*6nl {/]py.,:@LN8A*%w% yg"/6шC\*NH*Mz쑼5y$3,幄'L Lݛ:v m2=:1qB!Mggfvˬen/kY- BTZ(*geWf͉9+̳ې7ᒶKW-X潬j9(xoʿܔĹdff-[n ڴ VE/(ۻCɾUUMfeI?m]Nmq#׹=TR+Gw- 6 U#pDy  :v{vg/jBFS[b[O>zG499?rCd&ˮ/~јѡ򗓿m|x31^VwwO| (hSЧc3- cHRMz%u0`:o_F@8N ' p @8N@8}' p '#@8N@8N pQ9p!i~}|6-ӪG` VP.@*j>[ K^<֐Z]@8N'KQ<Q(`s" 'hgpKB`R@Dqj '  'P$a ( `D$Na L?u80e J,K˷NI'0eݷ(NI'؀ 2ipIIKp`:O'`ʤxB8Ѥx Ѥx $ $P6 :vRNb 'p,>NB 'P]-->P T+*^h& p '‰a ‰ (ĵt#u33;Nt̵'ޯ; [3W ~]0KH1q@8]O2]3*̧7# *p>us p _6]/}-4|t'|Smx= DoʾM×M_8!)6lq':l7!|4} '\ne t!=hnLn (~Dn\+‰_4k)0e@OhZ`F `.m1} 'vp{F`ON7Srx 'D˸nV`><;yMx!IS钦OM)Ե٥x 'DSD6bS8!" ODz#R >S8!7ّxEh0m$MIPHi$IvS8IN$I p$O8I,sk&I)$IN$Hi$I^Ah.p$MIN$IR8I·N "IF9Ah0m$MIN$IR8IN$I 3jIU;kO$ɳN$+ q.x* tEXtComment

Viewing File: /home/u456810272/domains/kycaml.guru/public_html/77index.html

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>KYC Aml Guru - Compliance Platform</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <style>
        :root {
            --primary-blue: #1D4ED8;
            --primary-light-blue: #EFF6FF;
            --dark-bg: #0B1120;
            --dark-card: #111827;
            --text-main: #1F2937;
            --text-muted: #6B7280;
            --text-light: #F9FAFB;
            --white: #FFFFFF;
            --max-width: 1200px;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', sans-serif;
            color: var(--text-main);
            background-color: var(--white);
            line-height: 1.6;
            overflow-x: hidden;
        }

        a {
            text-decoration: none;
            color: inherit;
        }

        ul {
            list-style: none;
        }

        .container {
            max-width: var(--max-width);
            margin: 0 auto;
            padding: 0 20px;
        }

        /* --- Navigation --- */
        nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 40px;
            background: #fff;
            border-bottom: 1px solid #f0f0f0;
            position: sticky;
            top: 0;
            z-index: 999;
        }

        .nav-logo {
            font-weight: 800;
            font-size: 1.5rem;
            color: #0B1120;
            display: flex;
            align-items: center;
            gap: 10px;
            cursor: pointer;
        }

        .nav-logo img {
            height: 40px;
            width: auto;
            object-fit: contain;
        }

        .nav-links {
            display: flex;
            gap: 30px;
            color: var(--text-muted);
            font-weight: 500;
            font-size: 0.95rem;
        }

        .nav-links li {
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 5px;
            transition: color 0.2s;
        }

        .nav-links li:hover {
            color: var(--primary-blue);
        }

        .nav-actions {
            display: flex;
            gap: 15px;
            align-items: center;
        }

        .btn-outline {
            padding: 8px 16px;
            border: 1px solid #e5e7eb;
            border-radius: 6px;
            font-size: 0.9rem;
            font-weight: 500;
            color: var(--text-main);
            background: transparent;
            cursor: pointer;
            transition: 0.2s;
        }

        .btn-outline:hover {
            background: #f3f4f6;
        }

        .btn-primary {
            padding: 8px 16px;
            background: var(--primary-blue);
            color: white;
            border-radius: 6px;
            font-size: 0.9rem;
            font-weight: 500;
            border: 1px solid var(--primary-blue);
            cursor: pointer;
            transition: 0.2s;
        }

        .btn-primary:hover {
            opacity: 0.9;
        }

        /* --- Page Sections (Multi-page Simulation) --- */
        .page-section {
            display: none;
            padding-top: 0;
        }

        #home-section {
            display: block; /* Default visible */
        }

        /* --- 3D Motion Hero --- */
        .hero {
            background: linear-gradient(180deg, #E8F0FE 0%, #FFFFFF 100%);
            text-align: center;
            padding: 80px 20px 60px;
            position: relative;
            overflow: hidden;
            z-index: 1;
        }

        .hero-3d-bg {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 400px;
            height: 400px;
            perspective: 800px;
            z-index: -1;
        }

        .cube {
            width: 100%;
            height: 100%;
            position: relative;
            transform-style: preserve-3d;
            animation: rotateCube 25s infinite linear;
        }

        .face {
            position: absolute;
            width: 180px;
            height: 180px;
            background: rgba(59, 130, 246, 0.1);
            border: 2px solid #2563EB;
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            color: #1D4ED8;
            backface-visibility: hidden;
            box-shadow: 0 0 30px rgba(59, 130, 246, 0.2);
        }
        .face i { font-size: 3rem; }
        .front  { transform: translateZ(90px); }
        .back   { transform: rotateY(180deg) translateZ(90px); }
        .right  { transform: rotateY(90deg) translateZ(90px); }
        .left   { transform: rotateY(-90deg) translateZ(90px); }
        .top    { transform: rotateX(90deg) translateZ(90px); }
        .bottom { transform: rotateX(-90deg) translateZ(90px); }

        @keyframes rotateCube {
            0% { transform: rotateX(0deg) rotateY(0deg); }
            100% { transform: rotateX(360deg) rotateY(360deg); }
        }

        .hero h1 {
            font-size: 3.5rem;
            font-weight: 800;
            color: #0B1120;
            line-height: 1.1;
            margin-bottom: 10px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        .hero h1 .highlight {
            color: var(--primary-blue);
        }

        .hero p {
            color: var(--text-muted);
            font-size: 1.2rem;
            max-width: 700px;
            margin: 20px auto;
            line-height: 1.5;
        }

        .hero .btn-primary {
            padding: 12px 32px;
            font-size: 1rem;
            margin-top: 10px;
        }

        /* --- Logo Strip --- */
        .logo-strip {
            background-color: #fbfcff;
            padding: 30px 0;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            gap: 40px;
            overflow: hidden;
            border-bottom: 1px solid #f0f4f9;
        }

        .logo-item {
            display: flex;
            align-items: center;
            color: #6B7280;
            font-weight: 600;
            font-size: 0.9rem;
            opacity: 0.6;
        }

        .logo-item i {
            font-size: 1.5rem;
            margin-right: 8px;
        }

        /* --- Infrastructure Section (Girl Image 2x Big) --- */
        .infrastructure {
            padding: 80px 0;
            text-align: center;
        }

        .infrastructure h2 {
            font-size: 2.2rem;
            color: #0B1120;
            margin-bottom: 10px;
        }

        .infrastructure p {
            color: var(--text-muted);
            font-size: 1.1rem;
            margin-bottom: 40px;
        }

        .infra-content {
            display: flex;
            flex-direction: row;
            gap: 50px;
            align-items: center;
            justify-content: center;
            text-align: left;
            max-width: 1000px;
            margin: 0 auto;
            background: #F9FAFB;
            padding: 40px;
            border-radius: 24px;
        }

        /* 2 times bigger image wrapper */
        .infra-image-wrapper {
            position: relative;
            width: 500px;
            height: 500px;
            flex-shrink: 0;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 0 0 4px #E0E7FF, 0 0 0 8px #DBEAFE;
        }

        .infra-image-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .infra-options {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .infra-item {
            padding: 15px;
            border-radius: 12px;
            background: #fff;
            transition: 0.2s;
            border: 1px solid #f3f4f6;
            width: 100%;
            min-width: 250px;
        }

        .infra-item.active {
            background: #fff;
            border: 1px solid #2563EB;
            box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
        }

        .infra-item h4 {
            color: #0B1120;
            font-size: 1.1rem;
            margin-bottom: 4px;
        }

        .infra-item p {
            color: var(--text-muted);
            font-size: 0.9rem;
            margin-bottom: 0;
        }

        .infra-item .sub-links {
            font-size: 0.9rem;
            color: var(--text-muted);
            margin-top: 10px;
            display: flex;
            flex-direction: column;
            gap: 6px;
        }

        .infra-item .sub-links span {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .infra-item .sub-links i {
            font-size: 0.7rem;
            color: #9CA3AF;
        }

        /* --- Impact Section --- */
        .impact {
            padding: 60px 0;
            background-color: #F9FAFB;
            border-top: 1px solid #F3F4F6;
        }
        
        .impact-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 40px;
            flex-wrap: wrap;
        }

        .impact-header h2 {
            font-size: 2rem;
            color: #0B1120;
        }
        
        .impact-header h2 span {
            color: #3B82F6;
        }
        
        .impact-header p {
            color: var(--text-muted);
        }
        
        .impact-stats {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
        }

        .stat-item h3 {
            font-size: 3.5rem;
            font-weight: 700;
            color: #0B1120;
        }

        .stat-item p {
            color: var(--text-muted);
            font-size: 0.95rem;
            margin-top: 5px;
        }

        /* --- Features Grid --- */
        .features {
            padding: 80px 0;
        }

        .features h2 {
            font-size: 2.2rem;
            margin-bottom: 10px;
            color: #0B1120;
        }

        .features > p {
            color: var(--text-muted);
            font-size: 1.1rem;
            margin-bottom: 50px;
            max-width: 600px;
        }

        .features-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px;
        }

        .feature-card {
            background: #F9FAFB;
            border-radius: 20px;
            padding: 30px;
            transition: 0.3s;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            min-height: 300px;
        }

        .feature-card:hover {
            box-shadow: 0 10px 15px -3px rgba(0,0,0,0.05);
        }

        .feature-card h3 {
            font-size: 1.3rem;
            color: #0B1120;
            margin-bottom: 5px;
        }

        .feature-card p {
            color: var(--text-muted);
            font-size: 0.95rem;
        }

        .feature-visual {
            margin-top: 30px;
            height: 140px;
            width: 100%;
            background: #FFFFFF;
            border-radius: 12px;
            box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02);
            border: 1px solid #E5E7EB;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px;
            position: relative;
        }

        /* --- Flowchart Section --- */
        .flowchart {
            background: #F9FAFB;
            padding: 80px 0;
            text-align: center;
        }
        
        .flowchart h2 {
            font-size: 2.2rem;
            color: #0B1120;
            margin-bottom: 10px;
        }

        .flowchart p {
            color: var(--text-muted);
            max-width: 600px;
            margin: 0 auto 50px;
            font-size: 1rem;
        }

        .flowchart-container {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            gap: 30px;
            background: white;
            padding: 40px;
            border-radius: 24px;
            box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02);
            border: 1px solid #E5E7EB;
        }
        
        .flow-node {
            padding: 15px 25px;
            border-radius: 30px;
            font-size: 0.9rem;
            font-weight: 500;
            position: relative;
        }
        .flow-node.white { background: #fff; border: 1px solid #E5E7EB; }
        .flow-node.blue { background: #DBEAFE; color: #1D4ED8; }
        .flow-node.green { background: #D1FAE5; color: #065F46; }
        .flow-arrow {
            color: #D1D5DB;
            font-size: 1.2rem;
        }

        /* --- Verticals Section --- */
        .verticals {
            padding: 80px 0;
        }

        .verticals h2 {
            font-size: 2.2rem;
            color: #0B1120;
            margin-bottom: 10px;
        }

        .verticals p {
            color: var(--text-muted);
            font-size: 1.1rem;
            margin-bottom: 50px;
        }

        .verticals-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
        }

        .vertical-card {
            background: #F9FAFB;
            border-radius: 16px;
            overflow: hidden;
            transition: 0.2s;
        }
        .vertical-card:hover {
            transform: translateY(-5px);
        }
        
        .vertical-img {
            height: 180px;
            background: #E5E7EB;
            position: relative;
        }
        .vertical-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .vertical-card h4 {
            padding: 20px 20px 20px;
            font-size: 1.1rem;
            color: #0B1120;
        }

        /* --- Integration Section --- */
        .integration {
            background: #0B1120;
            color: white;
            padding: 80px 0;
            text-align: center;
        }

        .integration h2 {
            font-size: 2.5rem;
            margin-bottom: 15px;
        }

        .integration p {
            color: #9CA3AF;
            font-size: 1.1rem;
            max-width: 600px;
            margin: 0 auto 30px;
        }

        .integration .btn-primary {
            background: white;
            color: #0B1120;
            border: none;
            padding: 12px 32px;
        }
        .integration .btn-primary:hover { background: #E5E7EB; }

        .code-snippet {
            margin-top: 40px;
            background: #1F2937;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
            border-radius: 12px;
            padding: 20px;
            text-align: left;
            border: 1px solid #374151;
        }
        
        .code-line {
            display: flex;
            gap: 10px;
            color: #D1D5DB;
            font-family: monospace;
            font-size: 0.9rem;
            margin-bottom: 5px;
        }
        .code-line .k { color: #F472B6; }
        .code-line .v { color: #60A5FA; }
        .code-line .s { color: #A3E635; }

        /* --- CTA Section --- */
        .cta {
            padding: 80px 0;
            text-align: center;
            background: #F9FAFB;
        }

        .cta-icon {
            width: 60px;
            height: 60px;
            background: #1D4ED8;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.5rem;
            margin: 0 auto 20px;
        }

        .cta h2 {
            font-size: 2.2rem;
            color: #0B1120;
            margin-bottom: 10px;
        }

        .cta p {
            color: var(--text-muted);
            margin-bottom: 40px;
        }

        .cta-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            max-width: 800px;
            margin: 0 auto;
            text-align: left;
        }

        .cta-box {
            background: white;
            padding: 30px;
            border-radius: 16px;
            border: 1px solid #E5E7EB;
        }

        .cta-box h4 {
            font-size: 1.2rem;
            color: #0B1120;
            margin-bottom: 5px;
        }

        .cta-box p {
            color: var(--text-muted);
            font-size: 0.9rem;
            margin-bottom: 0;
        }

        /* --- Multi-page Content Styles (Generic) --- */
        .page-content {
            padding: 100px 0;
            text-align: center;
            min-height: 60vh;
            background: #f9fafb;
        }
        .page-content h1 {
            font-size: 3rem;
            margin-bottom: 20px;
            color: #0B1120;
        }
        .page-content p {
            font-size: 1.2rem;
            color: var(--text-muted);
            max-width: 700px;
            margin: 0 auto;
        }

        /* --- Modals (Login/Register) --- */
        .modal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.6);
            justify-content: center;
            align-items: center;
        }

        .modal-content {
            background-color: white;
            padding: 40px;
            border-radius: 16px;
            width: 100%;
            max-width: 450px;
            position: relative;
            box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
        }

        .modal-close {
            position: absolute;
            top: 15px;
            right: 20px;
            color: #6B7280;
            font-size: 1.5rem;
            font-weight: bold;
            cursor: pointer;
            transition: 0.2s;
        }
        .modal-close:hover {
            color: #000;
        }

        .modal-content h2 {
            margin-bottom: 20px;
            color: #0B1120;
        }
        .modal-content form {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }
        .modal-content input {
            padding: 12px 15px;
            border: 1px solid #D1D5DB;
            border-radius: 8px;
            font-size: 1rem;
            width: 100%;
        }
        .modal-content input:focus {
            outline: 2px solid #2563EB;
            border-color: transparent;
        }
        .modal-content .btn-primary {
            padding: 12px;
            font-size: 1rem;
            width: 100%;
        }

        /* --- Footer --- */
        footer {
            background: #0B1120;
            color: #9CA3AF;
            padding: 60px 0 20px;
            font-size: 0.9rem;
        }

        .footer-grid {
            display: grid;
            grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
            gap: 40px;
            padding-bottom: 40px;
            border-bottom: 1px solid #1F2937;
        }

        .footer-col h4 {
            color: #F9FAFB;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .footer-col ul li {
            margin-bottom: 12px;
        }
        .footer-col ul li a:hover {
            color: #FFFFFF;
        }

        .footer-logo {
            font-size: 1.5rem;
            font-weight: 800;
            color: white;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .footer-logo img {
            height: 30px;
        }

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

        .social-icons a {
            display: inline-block;
            color: #9CA3AF;
            margin-left: 15px;
            font-size: 1.2rem;
        }
        .social-icons a:hover { color: white; }

        /* Responsive */
        @media (max-width: 1024px) {
            .infra-content { flex-direction: column; text-align: center; }
            .impact-stats { grid-template-columns: 1fr 1fr; }
            .features-grid { grid-template-columns: 1fr; }
            .verticals-grid { grid-template-columns: 1fr 1fr; }
            .cta-grid { grid-template-columns: 1fr; }
            .footer-grid { grid-template-columns: 1fr 1fr; }
            .nav-links { display: none; }
            .infra-image-wrapper { width: 300px; height: 300px; } /* Adjust for smaller screens to avoid overflow */
        }

        @media (max-width: 768px) {
            .hero h1 { font-size: 2.5rem; }
            .impact-stats { grid-template-columns: 1fr; }
            .verticals-grid { grid-template-columns: 1fr; }
            .footer-grid { grid-template-columns: 1fr; }
            .nav-actions .btn-outline { display: none; } /* Hide Login button on mobile */
            .infra-image-wrapper { width: 250px; height: 250px; }
        }
    </style>
</head>
<body>

    <!-- Navigation -->
    <nav>
        <a class="nav-logo" onclick="showPage('home-section')">
            <img src="kycaml.jpg" alt="KYC Aml Guru"> 
            <span>KYC Aml Guru</span>
        </a>
        <ul class="nav-links">
            <li onclick="showPage('products-section')">Products <i class="fas fa-chevron-down" style="font-size: 0.7rem;"></i></li>
            <li onclick="showPage('solutions-section')">Solutions <i class="fas fa-chevron-down" style="font-size: 0.7rem;"></i></li>
            <li onclick="showPage('resources-section')">Resources <i class="fas fa-chevron-down" style="font-size: 0.7rem;"></i></li>
            <li onclick="showPage('demo-section')">Live Demo</li>
            <li onclick="showPage('pricing-section')">Pricing</li>
        </ul>
        <div class="nav-actions">
            <button class="btn-outline" onclick="openModal('loginModal')">Login</button>
            <button class="btn-primary" onclick="openModal('registerModal')">Register</button>
        </div>
    </nav>

    <!-- Modals -->
    <div id="loginModal" class="modal">
        <div class="modal-content">
            <span class="modal-close" onclick="closeModal('loginModal')">&times;</span>
            <h2>Login</h2>
            <form onsubmit="event.preventDefault(); alert('Login attempted.');">
                <input type="email" placeholder="Email Address" required>
                <input type="password" placeholder="Password" required>
                <button type="submit" class="btn-primary">Login</button>
                <p style="text-align:center; font-size:0.9rem; color:#6B7280;">Don't have an account? <a href="#" onclick="closeModal('loginModal'); openModal('registerModal');" style="color:#1D4ED8;">Register</a></p>
            </form>
        </div>
    </div>

    <div id="registerModal" class="modal">
        <div class="modal-content">
            <span class="modal-close" onclick="closeModal('registerModal')">&times;</span>
            <h2>Register</h2>
            <form onsubmit="event.preventDefault(); alert('Registration attempted.');">
                <input type="text" placeholder="Full Name" required>
                <input type="email" placeholder="Email Address" required>
                <input type="password" placeholder="Password" required>
                <button type="submit" class="btn-primary">Create Account</button>
                <p style="text-align:center; font-size:0.9rem; color:#6B7280;">Already have an account? <a href="#" onclick="closeModal('registerModal'); openModal('loginModal');" style="color:#1D4ED8;">Login</a></p>
            </form>
        </div>
    </div>

    <!-- HOME PAGE SECTION -->
    <div id="home-section" class="page-section">
        <!-- Hero Section -->
        <header class="hero">
            <div class="hero-3d-bg">
                <div class="cube">
                    <div class="face front"><i class="fas fa-shield-alt"></i></div>
                    <div class="face back"><i class="fas fa-lock"></i></div>
                    <div class="face right"><i class="fas fa-user-check"></i></div>
                    <div class="face left"><i class="fas fa-fingerprint"></i></div>
                    <div class="face top"><i class="fas fa-globe"></i></div>
                    <div class="face bottom"><i class="fas fa-file-signature"></i></div>
                </div>
            </div>
            
            <div class="container" style="position: relative; z-index: 2;">
                <span style="background: #E0E7FF; color: #1D4ED8; padding: 6px 16px; border-radius: 30px; font-size: 0.8rem; font-weight: 600;">REGULATION</span>
                <h1>The KYC & AML Compliance Platform <span class="highlight">Businesses Trust</span></h1>
                <p>From onboarding to ongoing monitoring, KYC Aml Guru simplifies the verification process for every customer, screen partners, and stay ahead of regulations.</p>
                <button class="btn-primary" onclick="showPage('demo-section')">Request Demo &rarr;</button>
            </div>
        </header>

        <!-- Logo Strip -->
        <section class="logo-strip">
            <div class="logo-item"><i class="fas fa-bolt"></i> VEXEL</div>
            <div class="logo-item"><i class="fas fa-cube"></i> 4D8</div>
            <div class="logo-item"><i class="fas fa-circle-nodes"></i> ZURP</div>
            <div class="logo-item"><i class="fas fa-square"></i> GRID</div>
            <div class="logo-item"><i class="fas fa-route"></i> GETCO</div>
            <div class="logo-item"><i class="fas fa-pagelines"></i> PARQ</div>
            <div class="logo-item"><i class="fas fa-bolt"></i> SKYLINE</div>
        </section>

        <!-- Infrastructure Section -->
        <section class="infrastructure container">
            <h2>The Infrastructure Behind Businesses You Trust</h2>
            <p>From fast onboarding to ongoing monitoring, KYC Aml Guru runs the verification steps that keep your business compliant, your customers protected, and your reputation intact.</p>
            
            <div class="infra-content">
                <div class="infra-image-wrapper">
                    <img src="https://images.unsplash.com/photo-1544005313-94ddf0286df2?w=600&h=600&fit=crop&crop=face" alt="User Scan">
                </div>
                <div class="infra-options">
                    <div class="infra-item active">
                        <h4>User Verification</h4>
                        <p>Run facial checks, document verification, and biometric screening — all in one flow.</p>
                        <div class="sub-links">
                            <span><i class="fas fa-chevron-right"></i> Learn more</span>
                            <span><i class="fas fa-chevron-right"></i> Business Verification</span>
                            <span><i class="fas fa-chevron-right"></i> Transaction Monitoring</span>
                            <span><i class="fas fa-chevron-right"></i> PEP & Sanctions Screening</span>
                        </div>
                    </div>
                </div>
            </div>
        </section>

        <!-- Impact Section -->
        <section class="impact">
            <div class="container">
                <div class="impact-header">
                    <div>
                        <h2>Impact <span>You Can Measure</span></h2>
                        <p>Real-time data, real ROI.</p>
                    </div>
                    <button class="btn-primary" onclick="showPage('demo-section')">Request Demo</button>
                </div>
                <div class="impact-stats">
                    <div class="stat-item"><h3>11 sec</h3><p>Verification time</p></div>
                    <div class="stat-item"><h3>240+</h3><p>Countries supported</p></div>
                    <div class="stat-item"><h3>100+</h3><p>Document types</p></div>
                    <div class="stat-item"><h3>95%</h3><p>Pass rate</p></div>
                </div>
            </div>
        </section>

        <!-- Features Grid -->
        <section class="features container">
            <h2>KYC Compliance That Converts, Not Blocks.</h2>
            <p>Compliance built for growth — not against it. One integration unlocks:</p>
            
            <div class="features-grid">
                <div class="feature-card">
                    <div>
                        <h3>Global Onboarding</h3>
                        <p>Verify users in under 11 seconds across 240+ countries and 14,000+ document types.</p>
                    </div>
                    <div class="feature-visual" style="background: #EFF6FF;">
                        <div style="display:flex; gap: 10px; align-items: center;">
                            <div class="mockup-phone" style="width: 60px; height: 100px; border: 2px solid #E5E7EB; border-radius: 10px; position: relative; background: white;"></div>
                            <div style="font-size: 0.8rem; color: #1D4ED8; font-weight: 600;">11 SECONDS</div>
                            <div style="font-size: 0.8rem; background: #DBEAFE; padding: 4px 8px; border-radius: 12px;">240+</div>
                        </div>
                    </div>
                </div>

                <div class="feature-card">
                    <div>
                        <h3>Block Synthetic Identities</h3>
                        <p>Liveness and deepfake-resistant biometrics that block synthetic identities on sight.</p>
                    </div>
                    <div class="feature-visual">
                        <div class="mockup-person" style="display: flex; align-items: center; gap: 15px;">
                            <div class="avatar" style="width: 50px; height: 50px; border-radius: 50%; background-image: url('https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=100&h=100&fit=crop'); background-size: cover;"></div>
                            <div class="info">
                                <div style="width: 100px; height: 12px; background: #E5E7EB; border-radius: 4px;"></div>
                                <div style="width: 70px; height: 10px; background: #E5E7EB; border-radius: 4px; margin-top: 5px;"></div>
                                <div style="font-size: 0.7rem; color: #9CA3AF; margin-top: 5px;">Melissa Brown</div>
                            </div>
                        </div>
                    </div>
                </div>

                <div class="feature-card">
                    <div>
                        <h3>Scale Without Friction</h3>
                        <p>One platform, global coverage — KYC Aml Guru scales as you grow and adapt to every market.</p>
                    </div>
                    <div class="feature-visual" style="background: #EFF6FF;">
                        <div class="mockup-network" style="display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;">
                            <div class="node" style="width: 30px; height: 30px; background: #DBEAFE; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.6rem; color: var(--primary-blue);">1</div>
                            <div class="node" style="width: 30px; height: 30px; background: #DBEAFE; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.6rem; color: var(--primary-blue);">2</div>
                            <div class="node" style="width: 30px; height: 30px; background: #DBEAFE; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.6rem; color: var(--primary-blue);">3</div>
                            <div class="node" style="width: 30px; height: 30px; background: #DBEAFE; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.6rem; color: var(--primary-blue);">4</div>
                            <div class="node" style="width: 30px; height: 30px; background: #DBEAFE; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.6rem; color: var(--primary-blue);">5</div>
                        </div>
                    </div>
                </div>

                <div class="feature-card">
                    <div>
                        <h3>Eradicate Alert Fatigue</h3>
                        <p>Automated checks reduce false positives. Your team focuses on real threats — not noise.</p>
                    </div>
                    <div class="feature-visual">
                        <div class="mockup-graph" style="width: 100%; height: 100%; display: flex; align-items: flex-end; justify-content: space-around; padding: 10px;">
                            <div class="bar" style="width: 20px; height: 40%; background: #3B82F6; border-radius: 4px 4px 0 0;"></div>
                            <div class="bar" style="width: 20px; height: 60%; background: #818CF8; border-radius: 4px 4px 0 0;"></div>
                            <div class="bar" style="width: 20px; height: 20%; background: #F472B6; border-radius: 4px 4px 0 0;"></div>
                            <div class="bar" style="width: 20px; height: 80%; background: #34D399; border-radius: 4px 4px 0 0;"></div>
                            <div class="bar" style="width: 20px; height: 50%; background: #3B82F6; border-radius: 4px 4px 0 0;"></div>
                        </div>
                    </div>
                </div>
            </div>
        </section>

        <!-- Flowchart Section -->
        <section class="flowchart">
            <div class="container">
                <h2>Elevate trust and security with KYC Aml Guru</h2>
                <p>Our verification pipeline orchestrates 50+ data sources to ensure every ID check is verified and compliant.</p>
                
                <div class="flowchart-container">
                    <div class="flow-node white">User</div>
                    <i class="fas fa-arrow-right flow-arrow"></i>
                    <div class="flow-node blue">KYC</div>
                    <i class="fas fa-arrow-right flow-arrow"></i>
                    <div class="flow-node white">Verification</div>
                    <i class="fas fa-arrow-right flow-arrow"></i>
                    <div class="flow-node white">Orchestration</div>
                    <i class="fas fa-arrow-right flow-arrow"></i>
                    <div class="flow-node green">AML Screening</div>
                    <i class="fas fa-arrow-right flow-arrow"></i>
                    <div class="flow-node white">Risk Scoring</div>
                </div>
            </div>
        </section>

        <!-- Verticals Section -->
        <section class="verticals container">
            <h2>Who can benefit from KYC Aml Guru?</h2>
            <p>Trusted by 500+ businesses across e-commerce, gambling, fintech, crypto, and gambling platforms.</p>
            
            <div class="verticals-grid">
                <div class="vertical-card">
                    <div class="vertical-img">
                        <img src="https://images.unsplash.com/photo-1556742049-0cfed4f7a07d?w=400&h=250&fit=crop" alt="Marketplace">
                    </div>
                    <h4>Marketplaces</h4>
                </div>
                <div class="vertical-card">
                    <div class="vertical-img">
                        <img src="https://images.unsplash.com/photo-1596838132731-3301c3fd4317?w=400&h=250&fit=crop" alt="iGaming">
                    </div>
                    <h4>iGaming & Betting</h4>
                </div>
                <div class="vertical-card">
                    <div class="vertical-img">
                        <img src="https://images.unsplash.com/photo-1563013544-824ae1b704d3?w=400&h=250&fit=crop" alt="Fintech">
                    </div>
                    <h4>Fintech</h4>
                </div>
                <div class="vertical-card">
                    <div class="vertical-img">
                        <img src="https://images.unsplash.com/photo-1621504450181-5d356f61d307?w=400&h=250&fit=crop" alt="Crypto">
                    </div>
                    <h4>Crypto</h4>
                </div>
            </div>
        </section>

        <!-- Integration Section -->
        <section class="integration">
            <div class="container">
                <h2>KYC API Integration in Hours, Not Weeks</h2>
                <p>KYC Aml Guru's API-first design and SDKs make integration seamless — no lengthy implementation required.</p>
                <button class="btn-primary" onclick="showPage('demo-section')">Get Integration &rarr;</button>
                
                <div class="code-snippet">
                    <div class="code-line"><span class="k">import</span> <span class="v">kycaml</span></div>
                    <div class="code-line"><span class="v">client</span> = <span class="v">kycaml</span>.<span class="k">Client</span>(<span class="s">"api_key"</span>)</div>
                    <div class="code-line"><span class="v">result</span> = <span class="v">client</span>.<span class="k">verify</span>({</div>
                    <div class="code-line">&nbsp;&nbsp;<span class="s">"user_id"</span>: <span class="s">"12345"</span>,</div>
                    <div class="code-line">&nbsp;&nbsp;<span class="s">"document"</span>: <span class="s">"passport"</span></div>
                    <div class="code-line">})</div>
                </div>
            </div>
        </section>

        <!-- CTA Section -->
        <section class="cta">
            <div class="container">
                <div class="cta-icon"><i class="fas fa-comment"></i></div>
                <h2>See KYC Aml Guru in Action</h2>
                <p>Get answers to your questions, see our platform in action, and find the right plan.</p>
                
                <div class="cta-grid">
                    <div class="cta-box" onclick="showPage('demo-section')">
                        <h4>Explore Live Demos</h4>
                        <p>Test our product, explore workflows, and see how we verify users in seconds.</p>
                    </div>
                    <div class="cta-box" onclick="showPage('demo-section')">
                        <h4>Talk to us</h4>
                        <p>Share your unique use case and challenges. We'll show you exactly how we solve them.</p>
                    </div>
                </div>
            </div>
        </section>
    </div>

    <!-- PRODUCTS PAGE SECTION -->
    <div id="products-section" class="page-section">
        <div class="container page-content">
            <h1>Our Products</h1>
            <p>Streamline your compliance workflows with our suite of KYC & AML solutions tailored for modern businesses.</p>
            <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 50px; text-align: left;">
                <div style="background: white; padding: 30px; border-radius: 12px; box-shadow: 0 4px 6px rgba(0,0,0,0.05);">
                    <h3 style="color: #0B1120; margin-bottom: 10px;">Identity Verification</h3>
                    <p style="color: #6B7280; font-size: 0.95rem;">Real-time identity verification with seamless document and facial recognition.</p>
                </div>
                <div style="background: white; padding: 30px; border-radius: 12px; box-shadow: 0 4px 6px rgba(0,0,0,0.05);">
                    <h3 style="color: #0B1120; margin-bottom: 10px;">AML Screening</h3>
                    <p style="color: #6B7280; font-size: 0.95rem;">Comprehensive anti-money laundering checks against global watchlists and sanctions.</p>
                </div>
                <div style="background: white; padding: 30px; border-radius: 12px; box-shadow: 0 4px 6px rgba(0,0,0,0.05);">
                    <h3 style="color: #0B1120; margin-bottom: 10px;">Business Verification</h3>
                    <p style="color: #6B7280; font-size: 0.95rem;">Verify corporate entities instantly with our comprehensive business database.</p>
                </div>
            </div>
        </div>
    </div>

    <!-- SOLUTIONS PAGE SECTION -->
    <div id="solutions-section" class="page-section">
        <div class="container page-content">
            <h1>Solutions</h1>
            <p>Tailored compliance solutions designed to tackle the unique challenges of your specific industry.</p>
            <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 50px; text-align: left;">
                <div style="background: white; padding: 30px; border-radius: 12px; box-shadow: 0 4px 6px rgba(0,0,0,0.05);">
                    <h3 style="color: #0B1120; margin-bottom: 10px;">Fintech</h3>
                    <p style="color: #6B7280; font-size: 0.95rem;">Seamless onboarding and fraud prevention for the modern financial ecosystem.</p>
                </div>
                <div style="background: white; padding: 30px; border-radius: 12px; box-shadow: 0 4px 6px rgba(0,0,0,0.05);">
                    <h3 style="color: #0B1120; margin-bottom: 10px;">Gaming & Betting</h3>
                    <p style="color: #6B7280; font-size: 0.95rem;">Age verification and responsible gaming enforcement done right.</p>
                </div>
                <div style="background: white; padding: 30px; border-radius: 12px; box-shadow: 0 4px 6px rgba(0,0,0,0.05);">
                    <h3 style="color: #0B1120; margin-bottom: 10px;">Crypto</h3>
                    <p style="color: #6B7280; font-size: 0.95rem;">Secure your digital assets with rigorous KYC protocols specific to crypto.</p>
                </div>
            </div>
        </div>
    </div>

    <!-- RESOURCES PAGE SECTION -->
    <div id="resources-section" class="page-section">
        <div class="container page-content">
            <h1>Resources</h1>
            <p>Explore our extensive library of guides, whitepapers, and case studies to master compliance.</p>
            <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 50px; text-align: left;">
                <div style="background: white; padding: 30px; border-radius: 12px; box-shadow: 0 4px 6px rgba(0,0,0,0.05);">
                    <h3 style="color: #0B1120; margin-bottom: 10px;">Blog</h3>
                    <p style="color: #6B7280; font-size: 0.95rem;">Stay up-to-date with the latest regulatory changes and industry trends.</p>
                </div>
                <div style="background: white; padding: 30px; border-radius: 12px; box-shadow: 0 4px 6px rgba(0,0,0,0.05);">
                    <h3 style="color: #0B1120; margin-bottom: 10px;">Whitepapers</h3>
                    <p style="color: #6B7280; font-size: 0.95rem;">Deep dive into the future of identity verification and AML technology.</p>
                </div>
                <div style="background: white; padding: 30px; border-radius: 12px; box-shadow: 0 4px 6px rgba(0,0,0,0.05);">
                    <h3 style="color: #0B1120; margin-bottom: 10px;">API Docs</h3>
                    <p style="color: #6B7280; font-size: 0.95rem;">Developer-friendly documentation to get you integrated in hours.</p>
                </div>
            </div>
        </div>
    </div>

    <!-- DEMO PAGE SECTION -->
    <div id="demo-section" class="page-section">
        <div class="container page-content">
            <h1>Live Demo</h1>
            <p>Experience the power of KYC Aml Guru firsthand. Test our verification flows with our interactive sandbox environment.</p>
            <div style="background: white; max-width: 800px; margin: 40px auto; padding: 60px; border-radius: 24px; box-shadow: 0 10px 15px rgba(0,0,0,0.05);">
                <div style="background: #F9FAFB; padding: 20px; border-radius: 12px; border: 1px dashed #D1D5DB;">
                    <p style="font-size: 1.2rem; color: #6B7280; margin-bottom: 20px;">Try a mock verification now:</p>
                    <button class="btn-primary" onclick="alert('Demonstration of KYC flow initiated.')">Simulate User Verification</button>
                </div>
                <p style="margin-top: 20px; color: #6B7280;">No sign-up required. Test APIs, webhooks, and UI workflows instantly.</p>
            </div>
        </div>
    </div>

    <!-- PRICING PAGE SECTION -->
    <div id="pricing-section" class="page-section">
        <div class="container page-content">
            <h1>Pricing</h1>
            <p>Transparent, scalable pricing built for startups and enterprises alike. Pay only for what you use.</p>
            <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; max-width: 900px; margin: 40px auto;">
                <div style="background: white; padding: 40px 30px; border-radius: 16px; border: 1px solid #E5E7EB; text-align: left;">
                    <h3 style="color: #6B7280; text-transform: uppercase; font-size: 0.8rem; letter-spacing: 1px;">Starter</h3>
                    <h2 style="color: #0B1120; margin: 10px 0;">$0<span style="font-size: 1rem; color: #6B7280;">/mo</span></h2>
                    <p style="color: #6B7280; margin-bottom: 20px;">Perfect for testing and prototyping.</p>
                    <ul style="color: #4B5563; display: flex; flex-direction: column; gap: 10px; font-size: 0.95rem;">
                        <li><i class="fas fa-check" style="color: #10B981; margin-right: 10px;"></i> 100 API calls</li>
                        <li><i class="fas fa-check" style="color: #10B981; margin-right: 10px;"></i> Basic verification</li>
                    </ul>
                </div>
                <div style="background: white; padding: 40px 30px; border-radius: 16px; border: 2px solid #2563EB; box-shadow: 0 4px 6px rgba(37, 99, 235, 0.1); position: relative; text-align: left;">
                    <span style="position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: #2563EB; color: white; padding: 4px 16px; border-radius: 20px; font-size: 0.7rem; font-weight: 600;">Most Popular</span>
                    <h3 style="color: #2563EB; text-transform: uppercase; font-size: 0.8rem; letter-spacing: 1px;">Growth</h3>
                    <h2 style="color: #0B1120; margin: 10px 0;">$499<span style="font-size: 1rem; color: #6B7280;">/mo</span></h2>
                    <p style="color: #6B7280; margin-bottom: 20px;">All the features you need to scale.</p>
                    <ul style="color: #4B5563; display: flex; flex-direction: column; gap: 10px; font-size: 0.95rem;">
                        <li><i class="fas fa-check" style="color: #10B981; margin-right: 10px;"></i> 5,000 API calls</li>
                        <li><i class="fas fa-check" style="color: #10B981; margin-right: 10px;"></i> Advanced AML screening</li>
                        <li><i class="fas fa-check" style="color: #10B981; margin-right: 10px;"></i> Priority support</li>
                    </ul>
                </div>
                <div style="background: white; padding: 40px 30px; border-radius: 16px; border: 1px solid #E5E7EB; text-align: left;">
                    <h3 style="color: #6B7280; text-transform: uppercase; font-size: 0.8rem; letter-spacing: 1px;">Enterprise</h3>
                    <h2 style="color: #0B1120; margin: 10px 0;">Custom</h2>
                    <p style="color: #6B7280; margin-bottom: 20px;">Tailored solutions for global operations.</p>
                    <ul style="color: #4B5563; display: flex; flex-direction: column; gap: 10px; font-size: 0.95rem;">
                        <li><i class="fas fa-check" style="color: #10B981; margin-right: 10px;"></i> Unlimited API calls</li>
                        <li><i class="fas fa-check" style="color: #10B981; margin-right: 10px;"></i> Dedicated account manager</li>
                        <li><i class="fas fa-check" style="color: #10B981; margin-right: 10px;"></i> Custom integrations</li>
                    </ul>
                </div>
            </div>
        </div>
    </div>

    <!-- Footer -->
    <footer>
        <div class="container">
            <div class="footer-grid">
                <div class="footer-col">
                    <a href="#" class="footer-logo" onclick="showPage('home-section')">
                        <img src="kycaml.jpg" alt="Logo"> 
                        KYC Aml Guru
                    </a>
                    <div style="margin-top: 20px; font-size: 0.9rem; line-height: 1.8;">
                        <p>123 Compliance Street,<br>Fintech City, NY 10001, USA</p>
                        <p style="margin-top: 10px;">Phone: +1 (555) 019-9999</p>
                        <p>Email: support@kycaml.guru</p>
                    </div>
                </div>
                <div class="footer-col">
                    <h4>Product</h4>
                    <ul>
                        <li><a href="#" onclick="showPage('products-section')">Identity Verification</a></li>
                        <li><a href="#" onclick="showPage('products-section')">Document Verification</a></li>
                        <li><a href="#" onclick="showPage('products-section')">Biometric Verification</a></li>
                        <li><a href="#" onclick="showPage('products-section')">Business Verification</a></li>
                        <li><a href="#" onclick="showPage('products-section')">AML Screening</a></li>
                        <li><a href="#" onclick="showPage('products-section')">PEP & Sanctions</a></li>
                    </ul>
                </div>
                <div class="footer-col">
                    <h4>Solutions</h4>
                    <ul>
                        <li><a href="#" onclick="showPage('solutions-section')">Fintech</a></li>
                        <li><a href="#" onclick="showPage('solutions-section')">Gaming & Betting</a></li>
                        <li><a href="#" onclick="showPage('solutions-section')">Crypto</a></li>
                        <li><a href="#" onclick="showPage('solutions-section')">Marketplaces</a></li>
                        <li><a href="#" onclick="showPage('solutions-section')">Travel</a></li>
                    </ul>
                </div>
                <div class="footer-col">
                    <h4>Developers</h4>
                    <ul>
                        <li><a href="#" onclick="showPage('resources-section')">API Documentation</a></li>
                        <li><a href="#" onclick="showPage('resources-section')">SDKs</a></li>
                        <li><a href="#">Status</a></li>
                        <li><a href="#">Changelog</a></li>
                    </ul>
                </div>
                <div class="footer-col">
                    <h4>Company</h4>
                    <ul>
                        <li><a href="#">About</a></li>
                        <li><a href="#" onclick="showPage('resources-section')">Blog</a></li>
                        <li><a href="#">Careers</a></li>
                        <li><a href="#">Contact</a></li>
                    </ul>
                </div>
            </div>
            
            <div class="footer-bottom">
                <div>&copy; 2026 KYC Aml Guru. All rights reserved. Privacy policy. Terms of service.</div>
                <div class="social-icons">
                    <a href="#"><i class="fab fa-linkedin"></i></a>
                    <a href="#"><i class="fab fa-twitter"></i></a>
                    <a href="#"><i class="fab fa-facebook"></i></a>
                    <a href="#"><i class="fab fa-youtube"></i></a>
                </div>
            </div>
        </div>
    </footer>

    <!-- Chat Bubble -->
    <div class="chat-bubble" style="position: fixed; bottom: 30px; right: 30px; width: 60px; height: 60px; background: #1D4ED8; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.5rem; box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); cursor: pointer; z-index: 900;">
        <i class="fas fa-comment-dots"></i>
    </div>

    <!-- JavaScript to handle page switching and modals -->
    <script>
        // Page Navigation
        function showPage(pageId) {
            // Hide all page sections
            var pages = document.querySelectorAll('.page-section');
            pages.forEach(function(page) {
                page.style.display = 'none';
            });
            
            // Show the target page
            var target = document.getElementById(pageId);
            if (target) {
                target.style.display = 'block';
                // Scroll to top
                window.scrollTo(0, 0);
            }
        }

        // Modal Functions
        function openModal(modalId) {
            document.getElementById(modalId).style.display = 'flex';
        }

        function closeModal(modalId) {
            document.getElementById(modalId).style.display = 'none';
        }

        // Close modal when clicking outside of the modal content
        window.onclick = function(event) {
            var loginModal = document.getElementById('loginModal');
            var registerModal = document.getElementById('registerModal');
            if (event.target == loginModal) {
                loginModal.style.display = "none";
            }
            if (event.target == registerModal) {
                registerModal.style.display = "none";
            }
        }
    </script>
</body>
</html>
Back to Directory=ceiIENDB`