        .terms-conditions {
            margin: 0 auto;
            background: #1A2436;
            padding: 70px 0px;
            color:#fff;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
        }
        
       .terms-conditions h1 {
            font-size: 28px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 16px;
            text-align: center;
        }
        
        .terms-conditions .last-updated {
            font-size: 14px;
            color: #fff;
            margin-bottom: 24px;
        }
        
        .terms-conditions .last-updated strong {
            color: #fff;
        }
        
        .terms-conditions section {
            margin-bottom: 32px;
        }
        
        .terms-conditions h2 {
            font-size: 20px;
            font-weight: 600;
            color: #ffff;
            margin-bottom: 8px;
        }
        
       .terms-conditions h3 {
            font-size: 16px;
            font-weight: 600;
            color: #fff;
            margin-top: 16px;
            margin-bottom: 4px;
        }
        
        .terms-conditions p {
            margin-bottom: 12px;
            color: #fff;
        }
        
        .terms-conditions ul {
            list-style-type: disc;
            margin-left: 24px;
            margin-bottom: 12px;
        }
        
        .terms-conditions li {
            margin-bottom: 4px;
            color: #fff;
        }
        
        .terms-conditions a {
            color: #fff;
            text-decoration: underline;
        }
        
        .terms-conditions a:hover {
            color: #2563eb;
        }
        
        @media (max-width: 768px) {
            .terms-condition {
                padding: 24px;
            }
            
            .terms-conditions h1 {
                font-size: 24px;
            }
            
            .terms-conditions h2 {
                font-size: 18px;
            }
        }
        
        @media (max-width: 480px) {
        
            
    
            
            .terms-conditions h1 {
                font-size: 22px;
            }
            
            .terms-conditions h2 {
                font-size: 17px;
            }
            
            .terms-conditions ul {
                margin-left: 20px;
            }
        }