
        .terms_content_wrapper {
            padding: 60px 0;
            background: #f8f9fa;
        }
        
        .terms_content_main {
            background: white;
            padding: 40px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .terms_header h3 {
            color: #2c3e50;
            margin-bottom: 20px;
            font-size: 28px;
            text-align: center;
        }
        
        .terms_intro {
            text-align: center;
            margin-bottom: 30px;
            font-size: 16px;
            color: #666;
        }
        
        .terms_section {
            margin-bottom: 40px;
            border-left: 4px solid #3498db;
            padding-left: 20px;
        }
        
        .terms_section h4 {
            color: #2c3e50;
            font-size: 20px;
            margin-bottom: 15px;
            font-weight: 600;
        }
        
        .terms_section h4 i {
            color: #3498db;
            margin-right: 10px;
        }
        
        .terms_content p {
            line-height: 1.8;
            margin-bottom: 15px;
            color: #555;
            text-align: justify;
        }
        
        .terms_list, .terms_sublist {
            padding-left: 20px;
            margin-bottom: 15px;
        }
        
        .terms_list li, .terms_sublist li {
            margin-bottom: 8px;
            line-height: 1.6;
            color: #555;
        }
        
        .contact_info {
            background: #f8f9fa;
            padding: 20px;
            border-radius: 8px;
            margin-top: 15px;
        }
        
        .contact_info p {
            margin-bottom: 10px;
            font-size: 15px;
        }
        
        .alert {
            padding: 15px;
            border-radius: 8px;
            margin-bottom: 20px;
        }
        
        .alert-info {
            background-color: #d1ecf1;
            border: 1px solid #bee5eb;
            color: #0c5460;
        }
        
        .alert-success {
            background-color: #d4edda;
            border: 1px solid #c3e6cb;
            color: #155724;
        }
        
        .terms_footer {
            margin-top: 40px;
            padding-top: 30px;
            border-top: 2px solid #eee;
        }
        
        @media (max-width: 768px) {
            .terms_content_main {
                padding: 20px;
            }
            
            .terms_section {
                padding-left: 15px;
            }
            
            .terms_header h3 {
                font-size: 24px;
            }
        }
        

