.security-grid img {
    max-width: 100px;
    width: 100%;
}

.btn {
    text-align: center;
    margin: 0 auto;
    background-color: #191970;
    padding: 9px 10px;
    border-radius: 10px;
    border: 1px solid;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.2s;
    box-shadow: inset 0 0 0 var(--border-line-width, 1.5px) #191970, 5px 5px 52px #191970;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    color: #fff;
    text-decoration: none;
    max-width: 250px;
    width: 100%;
}

body {
            font-family: 'Segoe UI', sans-serif;
            margin: 0;
            padding: 0;
            background-color: #0A0E17;
            color: #fff;
        }

        header {
            text-align: center;
            padding: 60px 20px 30px;
            background: linear-gradient(120deg, #191970, #0066ff);
        }

        header h1 {
            font-size: 42px;
            margin: 0;
        }

        header p {
            font-size: 18px;
            margin-top: 10px;
        }

        .section {
            padding: 40px 20px;
            max-width: 1000px;
            margin: auto;
        }

        .step {
            background-color: #121826;
            margin: 20px 0;
            padding: 20px;
            border-left: 5px solid #191970;
            border-radius: 10px;
            transition: all 0.3s ease;
        }

        .step:hover {
            background-color: #1f2636;
            transform: scale(1.02);
        }

        .dropdown {
            cursor: pointer;
            background-color: #1c1f2b;
            padding: 15px 20px;
            border-radius: 8px;
            margin-top: 20px;
        }

        .dropdown-content {
            display: none;
            padding: 20px;
            background-color: #2c2f3e;
            margin-top: 10px;
            border-radius: 8px;
        }

        .dropdown.active+.dropdown-content {
            display: block;
        }

        .feature-img {
            max-width: 100%;
            border-radius: 10px;
            margin: 20px 0;
        }

        footer {
    text-align: center;
    padding: 20px;
    font-size: 18px;
    color: #94A3B8;
    border-top: 1px solid #334155;
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.footer-pvc{
font-size: 14px;    
}
.secure-token-section p{
font-size: 11px;
}
.secure-token-section a{
font-size: 10px;    
}

.footer-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    width: 100%;
}

.footer-wrapper .wallet-options img {
    width: 30px;
    height: auto;
    position: relative;
    left: 0px;
    margin-right: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.footer-wrapper .wallet-options {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 265px;
}

.footer-wrapper .wallet-options div {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 90px;
}

.wallet-options {
    margin-top: 30px;
    text-align: center;
    color: #fff;
}



.footer-title {
    display: block;
    font-size: 15px;
}
.wallet-options span{
font-size: 15px;    
}

footer div img {
    max-width: 300px;
    height: 150px;
}

footer {
    color: #fff;
    padding: 0px 150px;
}

@media(max-width:1350px) {
    footer {
        padding: 0px 0px;
    }
}

@media(max-width:1134px) {
    footer {
        flex-direction: column;
    }
}

@media(max-width:990px) {
    .footer-wrapper {
        flex-direction: column;
        font-size: 15px !important;
    }

    .wallet-options {
        margin-bottom: 30px;
    }
}


@media(max-width:990px) {
    .footer-pvc {
        margin-left: 0px;
        font-size: 10px;
    }
}

.social {
    gap: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.icons {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.secure-token-section {
    left: -135px;
}

@media(max-width:1135px) {
    .secure-token-section {
        left: 0px;
    }
}