html {
    font-size: 14px;
    user-select: none;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.text-gradient {
    background: linear-gradient(to right, #00F260, #0575E6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*html {
  position: relative;
  min-height: 100%;
}*/

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.walletconnect-modal__mobile__toggle_selector {
    background-color: #000 !important;
}

.walletconnect-modal__mobile__toggle right__selected {
    background-color: rgba(0,0,0,0.2) !important;
}
/* Fixed Navbar */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    background: linear-gradient(90deg, #111847 0%, #1f2937 100%);
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.navbar-nav .nav-link {
    position: relative;
    color: #ffffff;
    font-weight: 500;
    transition: color 0.3s ease;
    padding-bottom: 4px;
    font-size: 14px;
}

    .navbar-nav .nav-link::after {
        content: "";
        position: absolute;
        width: 0%;
        height: 2px;
        left: 0;
        bottom: 0;
        background-color: #38bdf8; /* light blue line */
        transition: width 0.3s ease;
    }

    .navbar-nav .nav-link:hover {
        color: #38bdf8;  Change text color on hover 
    }

        .navbar-nav .nav-link:hover::after {
            width: 100%;
        }

/* Active state */
.navbar-nav .active .nav-link {
    color: #38bdf8; /* same as hover */
    position: relative; /* ensure ::after is positioned correctly */
}

    .navbar-nav .active .nav-link::after {
        width: 100%; /* keep underline always visible */
    }

.navbar-brand {
    font-weight: 600;
}

.profile-img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
}

.btn-outline-light {
    border-radius: 50px;
}

/*background-color: #1f2937;*/
.card {
    background-color: #1e293b;
    border: none;
    border-radius: 1rem;
    color: #f1f5f9;
    transition: transform 0.3s;
}

    .card:hover {
        transform: translateY(-5px);
    }

/*for button*/
.btn-crypto {
    padding: 8px 40px;
    font-weight: 500;
    font-size: 1rem;
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #38bdf8; /* Light cyan border */
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
}

    .btn-crypto:hover {
        background-color: #38bdf8;
        color: #0f172a; /* Dark text on light hover */
        transform: scale(1.03);
    }

.btnLogin {
    background-image: linear-gradient(to right, #ab17ba, #5f1782);
    outline: none;
    border: none;
    padding: 6px 15px;
    color: #fff;
    font-size: 14px;
    border-radius: 12px;
}

.wallet-button {
    background-image: linear-gradient(to right, #ab17ba, #5f1782);
    outline: none;
    border: none;
    padding: 6px 15px;
    color: #fff;
    font-size: 15px;
}

.btnLogin:hover {
    opacity: 0.8;
}

.swal-wide-btn {
    min-width: 200px; /* adjust as needed */
    font-size: 16px;
}



/* Footer Styling */
.bottom-footer {
    background: #111827;
    color: #9ca3af;
    padding: 40px 0;
    border-top: 1px solid rgba(255,255,255,0.05);
}

    .bottom-footer a {
        color: #cbd5e1;
        font-size: 1.25rem;
        transition: transform 0.2s ease, color 0.2s ease;
    }

        .bottom-footer a:hover {
            color: white;
            transform: scale(1.2);
        }

/* Icon Circle */
.icon-circle {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    border-radius: 50%;
}


#nav-bar {
    position: sticky;
    z-index: 10;
    top: 0;
}

section {
    width: 100%;
}

/* banner section */
#banner {
    /*background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);*/
    /*background-image: linear-gradient(135deg, #00f5a0,#0f0c29, #302b63);*/
    background: linear-gradient(to right, #141e30, #243b55);
    color: #fff;
    padding-top: 5%;
}

.promo-title {
    font-size: 40px;
    font-weight: 600;
    margin-top: 50px;
}

#banner a {
    color: #fff;
    text-decoration: none;
}

#banner button {
    width: 150px;
    padding: 8px 0px;
}
/* Service section */

#platformOverviews {
    background: linear-gradient(to bottom, white, transparent);
}

.platformDiv {
    padding: 20px;
}

    .platformDiv h4 {
        padding: 5px 5px 20px 5px;
        margin-top: 25px;
    }

#seedRoundDetails {
}

#resources {
    background: #f0f0f0;
}
/* about us section */
#about-us {
    background: #f8f9fa;
    padding-bottom: 50px;
    padding-top: 50px;
}

.about-title {
    font-size: 40px;
    font-weight: 600;
    margin-top: 8%;
}

#about-us ul {
    margin-left: 20px;
}

    #about-us ul li {
        margin: 10px 0;
    }



/* footer section */
#footer {
    /*background: linear-gradient(135deg, #4B0082, #00008B);*/
    /*background: linear-gradient(90deg, #ff512f, #dd2476);*/
    /*background: linear-gradient(45deg, #2193b0, #6dd5ed);*/
    background: linear-gradient(180deg, #2c3e50, #000000);
    color: #fff;
}

.footer-box {
    padding: 20px;
}

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

    .footer-box .bi {
        margin-right: 8px;
        padding: 7px;
        text-align: center;
    }

    .footer-box .btn-primary {
        box-shadow: none !important;
        border: none;
        margin-top: 25px;
        font-size: 14px;
        background-image: linear-gradient(to right, #ab17ba, #5f1782);
    }

hr {
    background-color: #fff;
}

.copyright {
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 14px;
}

