/* Terms & Conditions Custom Styles */
.terms-conditions {
    background-color: #0a0a0a;
    color: #ffffff;
}

.terms-content {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 40px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.terms-section {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.terms-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.terms-section h3 {
    color: #6c5ce7;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.terms-section p {
    line-height: 1.8;
    margin-bottom: 15px;
    color: #cccccc;
}

.section-header h2 {
    color: #6c5ce7;
    text-transform: uppercase;
    font-weight: 700;
}

.section-header p {
    color: #cccccc;
}

/* Header Navigation Fix */


.menu {
    list-style: none;
    gap: 15px;
}

.menu li {
    margin: 0;
}

.login, .signup {
    white-space: nowrap;
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
}

.login {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.signup {
    background: #6c5ce7;
    color: #fff;
}

.footer-links a {
    color: #cccccc;
    text-decoration: none;
    font-size: 14px;
}

.footer-links a:hover {
    color: #6c5ce7;
}

.footer-logo img {
    max-width: 150px;
}

.footer-links-section h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-list li {
    margin-bottom: 8px;
}

.footer-links-list a {
    color: #cccccc;
    text-decoration: none;
    font-size: 14px;
}

.footer-links-list a:hover {
    color: #6c5ce7;
}
div p a{
    color: #00ffd4;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .terms-content {
        padding: 20px;
    }
    
    .terms-section h3 {
        font-size: 20px;
    }
}